{ "info": { "_postman_id": "1ab7a4f2-071c-4c25-b548-c260888b633d", "name": "20. Use Case - Registrasi Kanker", "description": "For **complete repository for all SATUSEHAT use-cases** please access our public workspaces : [Postman Workspaces](https://s.id/PostmanSATUSEHAT)\n\nFor **detailed SATUSEHAT use-cases import link** please see : [Postman Public Kemkes Link](https://link.kemkes.go.id/PostmanSATUSEHAT)\n\nAny information about SATUSEHAT FHIR Profile could be accessed through [Simplifier FHIR Profile](https://simplifier.net/guide/SATUSEHAT-FHIR-R4-Implementation-Guide/Home/FHIRProfiles?version=current)\n\n| **Folder History** | **Editor** | **Date** |\n| --- | --- | --- |\n| Versi Pertama | Sania Fitria | 30 Jan 2024 |\n| Perubahan pada API PATCH EpisodeOfCare

API sesuai dengan Playbook Modul Kanker V2.1 | Thomas Chaidir | 04 Apr 2024 |\n| Versi Ketiga - Perubahan sesuai dengan Playbook Modul Kanker V2.4 | Silvia Alvinia

Thomas Adhi Nugroho Chaidir | 30-08-2024 |", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "_exporter_id": "20686328", "_collection_link": "https://www.postman.com/satusehat/satusehat-public/collection/3fryxaz/20-use-case-registrasi-kanker?action=share&source=collection_link&creator=20686328" }, "item": [ { "name": "O-Auth2", "item": [ { "name": "Generate Token", "event": [ { "listen": "prerequest", "script": { "exec": [ "" ], "type": "text/javascript" } }, { "listen": "test", "script": { "exec": [ "var data = pm.response.json();", "pm.environment.set(\"token\", data.access_token);" ], "type": "text/javascript" } } ], "request": { "auth": { "type": "noauth" }, "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "client_id", "value": "{{client_id}}", "type": "text" }, { "key": "client_secret", "value": "{{client_secret}}", "type": "text" } ] }, "url": { "raw": "{{auth_url}}/accesstoken?grant_type=client_credentials", "host": [ "{{auth_url}}" ], "path": [ "accesstoken" ], "query": [ { "key": "grant_type", "value": "client_credentials" } ] } }, "response": [] } ] }, { "name": "00. Membuat Struktur Organisasi dan Lokasi", "item": [ { "name": "Organization - Create Divisi Pelayanan Medik, Keperawatan, dan Penunjang", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Organization\",\n \"active\": true,\n \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"http://sys-ids.kemkes.go.id/organization/{{Org_id}}\",\n \"value\": \"Yanmed\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\",\n \"code\": \"dept\",\n \"display\": \"Hospital Department\"\n }\n ]\n }\n ],\n \"name\": \"Divisi Pelayanan Medik, Keperawatan, dan Penunjang\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"RSSATSET@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATSET.com\",\n \"use\": \"work\"\n }\n ],\n \"address\": [\n {\n \"use\": \"work\",\n \"type\": \"both\",\n \"line\": [\n \"Jl. Raya Sangat Waras No.3, RT.009/RW.002, Satsetkarta\"\n ],\n \"city\": \"Satsetkarta\",\n \"postalCode\": \"42283\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\",\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"36\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3601\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"360101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"36010101\"\n }\n ]\n }\n ]\n }\n ],\n \"partOf\": {\n \"reference\": \"Organization/{{Org_id}}\",\n \"display\": \"RS SATSET\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Organization", "host": [ "{{base_url}}" ], "path": [ "Organization" ] } }, "response": [ { "name": "Organization - Create Divisi Pelayanan Medik, Keperawatan, dan Penunjang", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Organization\",\n \"active\": true,\n \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"http://sys-ids.kemkes.go.id/organization/{{Org_id}}\",\n \"value\": \"Yanmed\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\",\n \"code\": \"dept\",\n \"display\": \"Hospital Department\"\n }\n ]\n }\n ],\n \"name\": \"Divisi Pelayanan Medik, Keperawatan, dan Penunjang\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"RSSATSET@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATSET.com\",\n \"use\": \"work\"\n }\n ],\n \"address\": [\n {\n \"use\": \"work\",\n \"type\": \"both\",\n \"line\": [\n \"Jl. Raya Sangat Waras No.3, RT.009/RW.002, Satsetkarta\"\n ],\n \"city\": \"Satsetkarta\",\n \"postalCode\": \"42283\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\",\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"36\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3601\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"360101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"36010101\"\n }\n ]\n }\n ]\n }\n ],\n \"partOf\": {\n \"reference\": \"Organization/{{Org_id}}\",\n \"display\": \"RS SATSET\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Organization", "host": [ "{{base_url}}" ], "path": [ "Organization" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Mon, 13 Nov 2023 13:26:02 UTC" }, { "key": "etag", "value": "W/\"MTY5OTg4MTk2MjQ4MzMwOTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Organization/f00d35ec-2f58-4c6e-a95a-89321ef7f750/_history/MTY5OTg4MTk2MjQ4MzMwOTAwMA" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Mon, 13 Nov 2023 13:26:02 GMT" }, { "key": "content-length", "value": "1177" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "0069dc4e-549e-44f5-b109-2da2c66b005d" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Satsetkarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"36\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3601\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"360101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"36010101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl. Raya Sangat Waras No.3, RT.009/RW.002, Satsetkarta\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"f00d35ec-2f58-4c6e-a95a-89321ef7f750\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000002\",\n \"use\": \"official\",\n \"value\": \"Yanmed\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-11-13T13:26:02.483309+00:00\",\n \"versionId\": \"MTY5OTg4MTk2MjQ4MzMwOTAwMA\"\n },\n \"name\": \"Divisi Pelayanan Medik, Keperawatan, dan Penunjang\",\n \"partOf\": {\n \"display\": \"RS SATSET\",\n \"reference\": \"Organization/10000002\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-14045\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"RSSATSET@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATSET.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"dept\",\n \"display\": \"Hospital Department\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n}" } ] }, { "name": "Organization - Create Pelayanan Penyakit Dalam", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Organization\",\n \"active\": true,\n \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"http://sys-ids.kemkes.go.id/organization/{{Org_id}}\",\n \"value\": \"P-Dalam\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\",\n \"code\": \"dept\",\n \"display\": \"Hospital Department\"\n }\n ]\n }\n ],\n \"name\": \"Pelayanan Penyakit Dalam, Divisi Pelayanan Medik, Keperawatan, dan Penunjang\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"RSSATSET@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATSET.com\",\n \"use\": \"work\"\n }\n ],\n \"address\": [\n {\n \"use\": \"work\",\n \"type\": \"both\",\n \"line\": [\n \"Jl. Raya Sangat Waras No.3, RT.009/RW.002, Satsetkarta\"\n ],\n \"city\": \"Satsetkarta\",\n \"postalCode\": \"42283\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\",\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"36\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3601\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"360101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"36010101\"\n }\n ]\n }\n ]\n }\n ],\n \"partOf\": {\n \"reference\": \"Organization/f00d35ec-2f58-4c6e-a95a-89321ef7f750\",\n \"display\": \"Divisi Pelayanan Medik, Keperawatan, dan Penunjang\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Organization", "host": [ "{{base_url}}" ], "path": [ "Organization" ] } }, "response": [ { "name": "Organization - Create Pelayanan Penyakit Dalam", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Organization\",\n \"active\": true,\n \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"http://sys-ids.kemkes.go.id/organization/{{Org_id}}\",\n \"value\": \"P-Dalam\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\",\n \"code\": \"dept\",\n \"display\": \"Hospital Department\"\n }\n ]\n }\n ],\n \"name\": \"Pelayanan Penyakit Dalam, Divisi Pelayanan Medik, Keperawatan, dan Penunjang\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"RSSATSET@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATSET.com\",\n \"use\": \"work\"\n }\n ],\n \"address\": [\n {\n \"use\": \"work\",\n \"type\": \"both\",\n \"line\": [\n \"Jl. Raya Sangat Waras No.3, RT.009/RW.002, Satsetkarta\"\n ],\n \"city\": \"Satsetkarta\",\n \"postalCode\": \"42283\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\",\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"36\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3601\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"360101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"36010101\"\n }\n ]\n }\n ]\n }\n ],\n \"partOf\": {\n \"reference\": \"Organization/f00d35ec-2f58-4c6e-a95a-89321ef7f750\",\n \"display\": \"Divisi Pelayanan Medik, Keperawatan, dan Penunjang\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Organization", "host": [ "{{base_url}}" ], "path": [ "Organization" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTY5OTg4MjIwNDUxMDI5MzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Mon, 13 Nov 2023 13:30:04 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Organization/8140f0b3-f6f1-4d47-b2d7-8fc7aa65a429/_history/MTY5OTg4MjIwNDUxMDI5MzAwMA" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Mon, 13 Nov 2023 13:30:04 GMT" }, { "key": "content-length", "value": "1263" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "91976bae-e31c-423a-a397-d88d6d0216eb" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Satsetkarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"36\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3601\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"360101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"36010101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl. Raya Sangat Waras No.3, RT.009/RW.002, Satsetkarta\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"8140f0b3-f6f1-4d47-b2d7-8fc7aa65a429\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000002\",\n \"use\": \"official\",\n \"value\": \"P-Dalam\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-11-13T13:30:04.510293+00:00\",\n \"versionId\": \"MTY5OTg4MjIwNDUxMDI5MzAwMA\"\n },\n \"name\": \"Pelayanan Penyakit Dalam, Divisi Pelayanan Medik, Keperawatan, dan Penunjang\",\n \"partOf\": {\n \"display\": \"Divisi Pelayanan Medik, Keperawatan, dan Penunjang\",\n \"reference\": \"Organization/f00d35ec-2f58-4c6e-a95a-89321ef7f750\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-14045\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"RSSATSET@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATSET.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"dept\",\n \"display\": \"Hospital Department\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n}" } ] }, { "name": "Location - Create Poli Bedah", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/{{Org_id}}\",\n \"value\": \"Poli-Bedah\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Poli Bedah, Divisi Pelayanan Medik, Keperawatan, dan Penunjang\",\n \"description\": \"Poli Bedah, Divisi Pelayanan Medik, Keperawatan, dan Penunjang, Gedung Utama, Lantai 1\",\n \"mode\": \"instance\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"RSSATSET@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATSET.com\",\n \"use\": \"work\"\n }\n ],\n \"physicalType\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/location-physical-type\",\n \"code\": \"ro\",\n \"display\": \"Room\"\n }\n ]\n },\n \"position\": {\n \"longitude\": -6.23115426275766,\n \"latitude\": 106.83239885393944,\n \"altitude\": 0\n },\n \"managingOrganization\": {\n \"reference\": \"Organization/8140f0b3-f6f1-4d47-b2d7-8fc7aa65a429\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/LocationServiceClass\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\n }\n ]\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Location", "host": [ "{{base_url}}" ], "path": [ "Location" ] } }, "response": [ { "name": "Location - Create Poli Bedah", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/{{Org_id}}\",\n \"value\": \"Poli-Bedah\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Poli Bedah, Divisi Pelayanan Medik, Keperawatan, dan Penunjang\",\n \"description\": \"Poli Bedah, Divisi Pelayanan Medik, Keperawatan, dan Penunjang, Gedung Utama, Lantai 1\",\n \"mode\": \"instance\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"RSSATSET@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATSET.com\",\n \"use\": \"work\"\n }\n ],\n \"physicalType\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/location-physical-type\",\n \"code\": \"ro\",\n \"display\": \"Room\"\n }\n ]\n },\n \"position\": {\n \"longitude\": -6.23115426275766,\n \"latitude\": 106.83239885393944,\n \"altitude\": 0\n },\n \"managingOrganization\": {\n \"reference\": \"Organization/8140f0b3-f6f1-4d47-b2d7-8fc7aa65a429\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/LocationServiceClass\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\n }\n ]\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Location", "host": [ "{{base_url}}" ], "path": [ "Location" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Location/aecd4f8c-ceca-433e-ac7e-54b64b0e0a58/_history/MTcwMDE3NjU1NjUzMTkzMjAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Thu, 16 Nov 2023 23:15:56 UTC" }, { "key": "etag", "value": "W/\"MTcwMDE3NjU1NjUzMTkzMjAwMA\"" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Thu, 16 Nov 2023 23:15:56 GMT" }, { "key": "content-length", "value": "1233" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "b45dc2fc-4a1f-450e-ac08-be46a70dec00" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"description\": \"Poli Bedah, Divisi Pelayanan Medik, Keperawatan, dan Penunjang, Gedung Utama, Lantai 1\",\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/LocationServiceClass\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Outpatient\"\n }\n ]\n }\n }\n ],\n \"id\": \"aecd4f8c-ceca-433e-ac7e-54b64b0e0a58\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/{{Org_id}}\",\n \"value\": \"Poli-Bedah\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/8140f0b3-f6f1-4d47-b2d7-8fc7aa65a429\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-16T23:15:56.531932+00:00\",\n \"versionId\": \"MTcwMDE3NjU1NjUzMTkzMjAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Poli Bedah, Divisi Pelayanan Medik, Keperawatan, dan Penunjang\",\n \"physicalType\": {\n \"coding\": [\n {\n \"code\": \"ro\",\n \"display\": \"Room\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/location-physical-type\"\n }\n ]\n },\n \"position\": {\n \"altitude\": 0,\n \"latitude\": 106.83239885393944,\n \"longitude\": -6.23115426275766\n },\n \"resourceType\": \"Location\",\n \"status\": \"active\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-14045\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"RSSATSET@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATSET.com\"\n }\n ]\n}" } ] }, { "name": "Location - Create Farmasi", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/{{Org_id}}\",\n \"value\": \"Farmasi\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Farmasi, Divisi Pelayanan Medik, Keperawatan, dan Penunjang\",\n \"description\": \"Farmasi, Divisi Pelayanan Medik, Keperawatan, dan Penunjang, Gedung Utama, Lantai 1\",\n \"mode\": \"instance\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"RSSATSET@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATSET.com\",\n \"use\": \"work\"\n }\n ],\n \"physicalType\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/location-physical-type\",\n \"code\": \"ro\",\n \"display\": \"Room\"\n }\n ]\n },\n \"position\": {\n \"longitude\": -6.23115426275766,\n \"latitude\": 106.83239885393944,\n \"altitude\": 0\n },\n \"managingOrganization\": {\n \"reference\": \"Organization/8140f0b3-f6f1-4d47-b2d7-8fc7aa65a429\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/LocationServiceClass\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\n }\n ]\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Location", "host": [ "{{base_url}}" ], "path": [ "Location" ] } }, "response": [ { "name": "Location - Create Farmasi", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/{{Org_id}}\",\n \"value\": \"Farmasi\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Farmasi, Divisi Pelayanan Medik, Keperawatan, dan Penunjang\",\n \"description\": \"Farmasi, Divisi Pelayanan Medik, Keperawatan, dan Penunjang, Gedung Utama, Lantai 1\",\n \"mode\": \"instance\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"RSSATSET@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATSET.com\",\n \"use\": \"work\"\n }\n ],\n \"physicalType\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/location-physical-type\",\n \"code\": \"ro\",\n \"display\": \"Room\"\n }\n ]\n },\n \"position\": {\n \"longitude\": -6.23115426275766,\n \"latitude\": 106.83239885393944,\n \"altitude\": 0\n },\n \"managingOrganization\": {\n \"reference\": \"Organization/8140f0b3-f6f1-4d47-b2d7-8fc7aa65a429\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/LocationServiceClass\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\n }\n ]\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Location", "host": [ "{{base_url}}" ], "path": [ "Location" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcwMDE3NjY5NDA3MTE4NzAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Location/ceeb8bad-43c4-4684-a3fc-4953f1df44e8/_history/MTcwMDE3NjY5NDA3MTE4NzAwMA" }, { "key": "last-modified", "value": "Thu, 16 Nov 2023 23:18:14 UTC" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Thu, 16 Nov 2023 23:18:14 GMT" }, { "key": "content-length", "value": "1224" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "b7f7759c-067b-4619-af06-fc51cd1265ad" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"description\": \"Farmasi, Divisi Pelayanan Medik, Keperawatan, dan Penunjang, Gedung Utama, Lantai 1\",\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/LocationServiceClass\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Outpatient\"\n }\n ]\n }\n }\n ],\n \"id\": \"ceeb8bad-43c4-4684-a3fc-4953f1df44e8\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000002\",\n \"value\": \"Farmasi\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/8140f0b3-f6f1-4d47-b2d7-8fc7aa65a429\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-16T23:18:14.071187+00:00\",\n \"versionId\": \"MTcwMDE3NjY5NDA3MTE4NzAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Farmasi, Divisi Pelayanan Medik, Keperawatan, dan Penunjang\",\n \"physicalType\": {\n \"coding\": [\n {\n \"code\": \"ro\",\n \"display\": \"Room\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/location-physical-type\"\n }\n ]\n },\n \"position\": {\n \"altitude\": 0,\n \"latitude\": 106.83239885393944,\n \"longitude\": -6.23115426275766\n },\n \"resourceType\": \"Location\",\n \"status\": \"active\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-14045\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"RSSATSET@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATSET.com\"\n }\n ]\n}" } ] }, { "name": "Location - Create Ruang Bedah", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/{{Org_id}}\",\n \"value\": \"Ruang-Bedah\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruangan Tindakan Bedah, Layanan Penyakit Dalam, Divisi Pelayanan Medik, Keperawatan, dan Penunjang\",\n \"description\": \"{{Location_Name}}\",\n \"mode\": \"instance\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"RSSATSET@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATSET.com\",\n \"use\": \"work\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\",\n \"code\": \"RT0029\",\n \"display\": \"Ruangan Tindakan Bedah\"\n }\n ]\n }\n ],\n \"physicalType\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/location-physical-type\",\n \"code\": \"ro\",\n \"display\": \"Room\"\n }\n ]\n },\n \"position\": {\n \"longitude\": -6.23115426275766,\n \"latitude\": 106.83239885393944,\n \"altitude\": 0\n },\n \"managingOrganization\": {\n \"reference\": \"Organization/8140f0b3-f6f1-4d47-b2d7-8fc7aa65a429\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/LocationServiceClass\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Inpatient\",\n \"code\": \"2\",\n \"display\": \"Kelas 2\"\n }\n ]\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Location", "host": [ "{{base_url}}" ], "path": [ "Location" ] } }, "response": [ { "name": "Location - Create Ruang Bedah", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/{{Org_id}}\",\n \"value\": \"Ruang-Bedah\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruangan Tindakan Bedah, Layanan Penyakit Dalam, Divisi Pelayanan Medik, Keperawatan, dan Penunjang\",\n \"description\": \"{{Location_Name}}\",\n \"mode\": \"instance\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"RSSATSET@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATSET.com\",\n \"use\": \"work\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\",\n \"code\": \"RT0029\",\n \"display\": \"Ruangan Tindakan Bedah\"\n }\n ]\n }\n ],\n \"physicalType\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/location-physical-type\",\n \"code\": \"ro\",\n \"display\": \"Room\"\n }\n ]\n },\n \"position\": {\n \"longitude\": -6.23115426275766,\n \"latitude\": 106.83239885393944,\n \"altitude\": 0\n },\n \"managingOrganization\": {\n \"reference\": \"Organization/8140f0b3-f6f1-4d47-b2d7-8fc7aa65a429\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/LocationServiceClass\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Inpatient\",\n \"code\": \"2\",\n \"display\": \"Kelas 2\"\n }\n ]\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Location", "host": [ "{{base_url}}" ], "path": [ "Location" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Thu, 16 Nov 2023 23:31:12 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Location/827b6568-b334-4423-8742-4430b8f87a79/_history/MTcwMDE3NzQ3MjY4NjYzNDAwMA" }, { "key": "etag", "value": "W/\"MTcwMDE3NzQ3MjY4NjYzNDAwMA\"" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Thu, 16 Nov 2023 23:31:12 GMT" }, { "key": "content-length", "value": "1436" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "72f60a63-ace7-4dbc-9b23-caa56c212a14" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"description\": \"Ruangan Tindakan Bedah, Layanan Penyakit Dalam, Divisi Pelayanan Medik, Keperawatan, dan Penunjang, Gedung Utama, Lantai 1\",\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/LocationServiceClass\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"2\",\n \"display\": \"Kelas 2\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Inpatient\"\n }\n ]\n }\n }\n ],\n \"id\": \"827b6568-b334-4423-8742-4430b8f87a79\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/{{Org_id}}\",\n \"value\": \"Ruang-Bedah\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/8140f0b3-f6f1-4d47-b2d7-8fc7aa65a429\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-16T23:31:12.686634+00:00\",\n \"versionId\": \"MTcwMDE3NzQ3MjY4NjYzNDAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruangan Tindakan Bedah, Layanan Penyakit Dalam, Divisi Pelayanan Medik, Keperawatan, dan Penunjang\",\n \"physicalType\": {\n \"coding\": [\n {\n \"code\": \"ro\",\n \"display\": \"Room\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/location-physical-type\"\n }\n ]\n },\n \"position\": {\n \"altitude\": 0,\n \"latitude\": 106.83239885393944,\n \"longitude\": -6.23115426275766\n },\n \"resourceType\": \"Location\",\n \"status\": \"active\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-14045\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"RSSATSET@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATSET.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"RT0029\",\n \"display\": \"Ruangan Tindakan Bedah\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\"\n }\n ]\n }\n ]\n}" } ] }, { "name": "Location - Create Bangsal Rawat Inap Kelas 1", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/{{Org_id}}\",\n \"value\": \"Bangsal Rawat Inap Kelas 1\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Bangsal Rawat Inap Kamboja, Layanan Penyakit Dalam\",\n \"description\": \"Bangsal Rawat Inap Kelas 1, Layanan Penyakit Dalam, Lantai 2, Gedung Utama\",\n \"mode\": \"instance\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"RSSATSET@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATSET.com\",\n \"use\": \"work\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\",\n \"code\": \"RT0016\",\n \"display\": \"Ruang Rawat Inap\"\n }\n ]\n }\n ],\n \"physicalType\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/location-physical-type\",\n \"code\": \"wa\",\n \"display\": \"Ward\"\n }\n ]\n },\n \"position\": {\n \"longitude\": -6.23115426275766,\n \"latitude\": 106.83239885393944,\n \"altitude\": 0\n },\n \"managingOrganization\": {\n \"reference\": \"Organization/8140f0b3-f6f1-4d47-b2d7-8fc7aa65a429\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/LocationServiceClass\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Inpatient\",\n \"code\": \"1\",\n \"display\": \"Kelas 1\"\n }\n ]\n }\n }\n ]\n}\n", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Location", "host": [ "{{base_url}}" ], "path": [ "Location" ] } }, "response": [ { "name": "Location - Create Bangsal Rawat Inap Kelas 1", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/{{Org_id}}\",\n \"value\": \"Bangsal Rawat Inap Kelas 1\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Bangsal Rawat Inap Kamboja, Layanan Penyakit Dalam\",\n \"description\": \"Bangsal Rawat Inap Kelas 1, Layanan Penyakit Dalam, Lantai 2, Gedung Utama\",\n \"mode\": \"instance\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"RSSATSET@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATSET.com\",\n \"use\": \"work\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\",\n \"code\": \"RT0016\",\n \"display\": \"Ruang Rawat Inap\"\n }\n ]\n }\n ],\n \"physicalType\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/location-physical-type\",\n \"code\": \"wa\",\n \"display\": \"Ward\"\n }\n ]\n },\n \"position\": {\n \"longitude\": -6.23115426275766,\n \"latitude\": 106.83239885393944,\n \"altitude\": 0\n },\n \"managingOrganization\": {\n \"reference\": \"Organization/8140f0b3-f6f1-4d47-b2d7-8fc7aa65a429\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/LocationServiceClass\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Inpatient\",\n \"code\": \"1\",\n \"display\": \"Kelas 1\"\n }\n ]\n }\n }\n ]\n}\n", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Location", "host": [ "{{base_url}}" ], "path": [ "Location" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Location/b5c2adbc-c613-4216-95f1-0ab36a5ddcb7/_history/MTcwMDQ2NTUxNjg0NzUxNjAwMA" }, { "key": "etag", "value": "W/\"MTcwMDQ2NTUxNjg0NzUxNjAwMA\"" }, { "key": "last-modified", "value": "Mon, 20 Nov 2023 07:31:56 UTC" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Mon, 20 Nov 2023 07:31:56 GMT" }, { "key": "content-length", "value": "1349" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "de2ad5f3-a3d7-463b-b0a9-862bb80bf404" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"description\": \"Bangsal Rawat Inap Kelas 1, Layanan Penyakit Dalam, Lantai 2, Gedung Utama\",\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/LocationServiceClass\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"1\",\n \"display\": \"Kelas 1\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Inpatient\"\n }\n ]\n }\n }\n ],\n \"id\": \"b5c2adbc-c613-4216-95f1-0ab36a5ddcb7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000002\",\n \"value\": \"Bangsal Rawat Inap Kelas 1\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/8140f0b3-f6f1-4d47-b2d7-8fc7aa65a429\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-20T07:31:56.847516+00:00\",\n \"versionId\": \"MTcwMDQ2NTUxNjg0NzUxNjAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Bangsal Rawat Inap Kamboja, Layanan Penyakit Dalam\",\n \"physicalType\": {\n \"coding\": [\n {\n \"code\": \"wa\",\n \"display\": \"Ward\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/location-physical-type\"\n }\n ]\n },\n \"position\": {\n \"altitude\": 0,\n \"latitude\": 106.83239885393944,\n \"longitude\": -6.23115426275766\n },\n \"resourceType\": \"Location\",\n \"status\": \"active\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-14045\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"RSSATSET@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATSET.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"RT0016\",\n \"display\": \"Ruang Rawat Inap\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\"\n }\n ]\n }\n ]\n}" } ] }, { "name": "Location - Create Ruang 210", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/{{Org_id}}\",\n \"value\": \"Ruang 210\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruang 210, Bangsal Rawat Inap Kamboja, Layanan Penyakit Dalam\",\n \"description\": \"Ruang 210, Bangsal Rawat Inap Kelas 1, Layanan Penyakit Dalam, Lantai 2, Gedung Utama\",\n \"mode\": \"instance\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"RSSATSET@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATSET.com\",\n \"use\": \"work\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\",\n \"code\": \"RT0016\",\n \"display\": \"Ruang Rawat Inap\"\n }\n ]\n }\n ],\n \"physicalType\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/location-physical-type\",\n \"code\": \"ro\",\n \"display\": \"Room\"\n }\n ]\n },\n \"position\": {\n \"longitude\": -6.23115426275766,\n \"latitude\": 106.83239885393944,\n \"altitude\": 0\n },\n \"managingOrganization\": {\n \"reference\": \"Organization/8140f0b3-f6f1-4d47-b2d7-8fc7aa65a429\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/LocationServiceClass\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Inpatient\",\n \"code\": \"1\",\n \"display\": \"Kelas 1\"\n }\n ]\n }\n }\n ],\n \"partOf\": {\n \"reference\": \"Location/b5c2adbc-c613-4216-95f1-0ab36a5ddcb7\",\n \"display\": \"Bangsal Rawat Inap Kelas 1\"\n }\n}\n", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Location", "host": [ "{{base_url}}" ], "path": [ "Location" ] } }, "response": [ { "name": "Location - Create Ruang 210", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/{{Org_id}}\",\n \"value\": \"Ruang 210\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruang 210, Bangsal Rawat Inap Kamboja, Layanan Penyakit Dalam\",\n \"description\": \"Ruang 210, Bangsal Rawat Inap Kelas 1, Layanan Penyakit Dalam, Lantai 2, Gedung Utama\",\n \"mode\": \"instance\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"RSSATSET@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATSET.com\",\n \"use\": \"work\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\",\n \"code\": \"RT0016\",\n \"display\": \"Ruang Rawat Inap\"\n }\n ]\n }\n ],\n \"physicalType\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/location-physical-type\",\n \"code\": \"ro\",\n \"display\": \"Room\"\n }\n ]\n },\n \"position\": {\n \"longitude\": -6.23115426275766,\n \"latitude\": 106.83239885393944,\n \"altitude\": 0\n },\n \"managingOrganization\": {\n \"reference\": \"Organization/8140f0b3-f6f1-4d47-b2d7-8fc7aa65a429\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/LocationServiceClass\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Inpatient\",\n \"code\": \"1\",\n \"display\": \"Kelas 1\"\n }\n ]\n }\n }\n ],\n \"partOf\": {\n \"reference\": \"Location/b5c2adbc-c613-4216-95f1-0ab36a5ddcb7\",\n \"display\": \"Bangsal Rawat Inap Kelas 1\"\n }\n}\n", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Location", "host": [ "{{base_url}}" ], "path": [ "Location" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Location/2ca1a822-eaa9-4a71-8da5-9fcd3ddc689b/_history/MTcwMDQ2NTY0MDY3OTI2MjAwMA" }, { "key": "etag", "value": "W/\"MTcwMDQ2NTY0MDY3OTI2MjAwMA\"" }, { "key": "last-modified", "value": "Mon, 20 Nov 2023 07:34:00 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Mon, 20 Nov 2023 07:34:00 GMT" }, { "key": "content-length", "value": "1464" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "6b46d75b-0bf2-4851-9dd9-f02a6c33a079" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"description\": \"Ruang 210, Bangsal Rawat Inap Kelas 1, Layanan Penyakit Dalam, Lantai 2, Gedung Utama\",\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/LocationServiceClass\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"1\",\n \"display\": \"Kelas 1\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Inpatient\"\n }\n ]\n }\n }\n ],\n \"id\": \"2ca1a822-eaa9-4a71-8da5-9fcd3ddc689b\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000002\",\n \"value\": \"Ruang 210\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/8140f0b3-f6f1-4d47-b2d7-8fc7aa65a429\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-20T07:34:00.679262+00:00\",\n \"versionId\": \"MTcwMDQ2NTY0MDY3OTI2MjAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang 210, Bangsal Rawat Inap Kamboja, Layanan Penyakit Dalam\",\n \"partOf\": {\n \"display\": \"Bangsal Rawat Inap Kelas 1\",\n \"reference\": \"Location/b5c2adbc-c613-4216-95f1-0ab36a5ddcb7\"\n },\n \"physicalType\": {\n \"coding\": [\n {\n \"code\": \"ro\",\n \"display\": \"Room\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/location-physical-type\"\n }\n ]\n },\n \"position\": {\n \"altitude\": 0,\n \"latitude\": 106.83239885393944,\n \"longitude\": -6.23115426275766\n },\n \"resourceType\": \"Location\",\n \"status\": \"active\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-14045\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"RSSATSET@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATSET.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"RT0016\",\n \"display\": \"Ruang Rawat Inap\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\"\n }\n ]\n }\n ]\n}" } ] }, { "name": "Location - Create Bed 2", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/{{Org_id}}\",\n \"value\": \"Bed 2\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Bed 2, Ruang 210, Bangsal Rawat Inap Kamboja, Layanan Penyakit Dalam\",\n \"description\": \"Bed 2, Ruang 210, Bangsal Rawat Inap Kelas 1, Layanan Penyakit Dalam, Lantai 2, Gedung Utama\",\n \"mode\": \"instance\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"RSSATSET@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATSET.com\",\n \"use\": \"work\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\",\n \"code\": \"RT0004\",\n \"display\": \"Tempat Tidur\"\n }\n ]\n }\n ],\n \"physicalType\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/location-physical-type\",\n \"code\": \"bd\",\n \"display\": \"Bed\"\n }\n ]\n },\n \"operationalStatus\" : \n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0116\",\n \"code\": \"U\",\n \"display\": \"Unoccupied\"\n },\n \"position\": {\n \"longitude\": -6.23115426275766,\n \"latitude\": 106.83239885393944,\n \"altitude\": 0\n },\n \"managingOrganization\": {\n \"reference\": \"Organization/8140f0b3-f6f1-4d47-b2d7-8fc7aa65a429\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/LocationServiceClass\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Inpatient\",\n \"code\": \"1\",\n \"display\": \"Kelas 1\"\n }\n ]\n }\n }\n ],\n \"partOf\": {\n \"reference\": \"Location/2ca1a822-eaa9-4a71-8da5-9fcd3ddc689b\",\n \"display\": \"Ruang 210, Bangsal Rawat Inap Kelas 1\"\n }\n}\n", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Location", "host": [ "{{base_url}}" ], "path": [ "Location" ] } }, "response": [ { "name": "Location - Create Bed 2", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/{{Org_id}}\",\n \"value\": \"Bed 2\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Bed 2, Ruang 210, Bangsal Rawat Inap Kamboja, Layanan Penyakit Dalam\",\n \"description\": \"Bed 2, Ruang 210, Bangsal Rawat Inap Kelas 1, Layanan Penyakit Dalam, Lantai 2, Gedung Utama\",\n \"mode\": \"instance\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"RSSATSET@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATSET.com\",\n \"use\": \"work\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\",\n \"code\": \"RT0004\",\n \"display\": \"Tempat Tidur\"\n }\n ]\n }\n ],\n \"physicalType\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/location-physical-type\",\n \"code\": \"bd\",\n \"display\": \"Bed\"\n }\n ]\n },\n \"operationalStatus\" : \n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0116\",\n \"code\": \"U\",\n \"display\": \"Unoccupied\"\n },\n \"position\": {\n \"longitude\": -6.23115426275766,\n \"latitude\": 106.83239885393944,\n \"altitude\": 0\n },\n \"managingOrganization\": {\n \"reference\": \"Organization/8140f0b3-f6f1-4d47-b2d7-8fc7aa65a429\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/LocationServiceClass\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Inpatient\",\n \"code\": \"1\",\n \"display\": \"Kelas 1\"\n }\n ]\n }\n }\n ],\n \"partOf\": {\n \"reference\": \"Location/2ca1a822-eaa9-4a71-8da5-9fcd3ddc689b\",\n \"display\": \"Ruang 210, Bangsal Rawat Inap Kelas 1\"\n }\n}\n", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Location", "host": [ "{{base_url}}" ], "path": [ "Location" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Location/6b538e0a-09e1-4ebc-a376-79f9b8f68329/_history/MTcwMDQ2NTcyOTIxNTg3NzAwMA" }, { "key": "last-modified", "value": "Mon, 20 Nov 2023 07:35:29 UTC" }, { "key": "etag", "value": "W/\"MTcwMDQ2NTcyOTIxNTg3NzAwMA\"" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Mon, 20 Nov 2023 07:35:29 GMT" }, { "key": "content-length", "value": "1593" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "083211c8-4be9-48f0-85f5-7065c46508a2" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"description\": \"Bed 2, Ruang 210, Bangsal Rawat Inap Kelas 1, Layanan Penyakit Dalam, Lantai 2, Gedung Utama\",\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/LocationServiceClass\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"1\",\n \"display\": \"Kelas 1\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Inpatient\"\n }\n ]\n }\n }\n ],\n \"id\": \"6b538e0a-09e1-4ebc-a376-79f9b8f68329\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000002\",\n \"value\": \"Bed 2\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/8140f0b3-f6f1-4d47-b2d7-8fc7aa65a429\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-20T07:35:29.215877+00:00\",\n \"versionId\": \"MTcwMDQ2NTcyOTIxNTg3NzAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Bed 2, Ruang 210, Bangsal Rawat Inap Kamboja, Layanan Penyakit Dalam\",\n \"operationalStatus\": {\n \"code\": \"U\",\n \"display\": \"Unoccupied\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0116\"\n },\n \"partOf\": {\n \"display\": \"Ruang 210, Bangsal Rawat Inap Kelas 1\",\n \"reference\": \"Location/2ca1a822-eaa9-4a71-8da5-9fcd3ddc689b\"\n },\n \"physicalType\": {\n \"coding\": [\n {\n \"code\": \"bd\",\n \"display\": \"Bed\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/location-physical-type\"\n }\n ]\n },\n \"position\": {\n \"altitude\": 0,\n \"latitude\": 106.83239885393944,\n \"longitude\": -6.23115426275766\n },\n \"resourceType\": \"Location\",\n \"status\": \"active\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-14045\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"RSSATSET@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATSET.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"RT0004\",\n \"display\": \"Tempat Tidur\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\"\n }\n ]\n }\n ]\n}" } ] } ] }, { "name": "01. Kunjungan 1", "item": [ { "name": "01. Mencari Data Pasien dan Nakes", "item": [ { "name": "Patient", "item": [ { "name": "Patient - Search NIK", "event": [ { "listen": "test", "script": { "exec": [ "var bundle = pm.response.json();\r", "var data = bundle.entry[0].resource;\r", "pm.collectionVariables.set(\"Patient_Id\", data.id);\r", "pm.collectionVariables.set(\"Patient_Name\", data.name[0].text)" ], "type": "text/javascript", "packages": {} } } ], "protocolProfileBehavior": { "disableBodyPruning": true, "disabledSystemHeaders": { "content-type": true } }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{token}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Patient?identifier=https://fhir.kemkes.go.id/id/nik|9104025209000006", "host": [ "{{base_url}}" ], "path": [ "Patient" ], "query": [ { "key": "identifier", "value": "https://fhir.kemkes.go.id/id/nik|9104025209000006" } ] } }, "response": [] }, { "name": "Patient - Search Name, Birthdate, NIK", "event": [ { "listen": "test", "script": { "exec": [ "var bundle = pm.response.json();\r", "var data = bundle.entry[0].resource;\r", "pm.collectionVariables.set(\"Patient_Id\", data.id);\r", "pm.collectionVariables.set(\"Patient_Name\", data.name[0].text)" ], "type": "text/javascript", "packages": {} } } ], "protocolProfileBehavior": { "disableBodyPruning": true, "disabledSystemHeaders": { "content-type": true } }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Patient?name=patient 6&birthdate=1987-09-12&identifier=https://fhir.kemkes.go.id/id/nik|9104025209000006", "host": [ "{{base_url}}" ], "path": [ "Patient" ], "query": [ { "key": "name", "value": "patient 6" }, { "key": "birthdate", "value": "1987-09-12" }, { "key": "identifier", "value": "https://fhir.kemkes.go.id/id/nik|9104025209000006" } ] } }, "response": [] }, { "name": "Patient - Search Name, Birthdate, Gender", "event": [ { "listen": "test", "script": { "exec": [ "var bundle = pm.response.json();\r", "var data = bundle.entry[0].resource;\r", "pm.collectionVariables.set(\"Patient_Id\", data.id);\r", "pm.collectionVariables.set(\"Patient_Name\", data.name[0].text)" ], "type": "text/javascript", "packages": {} } } ], "protocolProfileBehavior": { "disableBodyPruning": true, "disabledSystemHeaders": { "content-type": true } }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Patient?name=patient 6&birthdate=1987-09-12&gender=female", "host": [ "{{base_url}}" ], "path": [ "Patient" ], "query": [ { "key": "name", "value": "patient 6" }, { "key": "birthdate", "value": "1987-09-12" }, { "key": "gender", "value": "female" } ] } }, "response": [] }, { "name": "Patient - By ID Copy", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set(\"Patient_Id\", data.id);\r", "pm.collectionVariables.set(\"Patient_Name\", \"{{Patient_Name}}\")" ], "type": "text/javascript", "packages": {} } } ], "protocolProfileBehavior": { "disableBodyPruning": true, "disabledSystemHeaders": { "content-type": true } }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Patient/:id", "host": [ "{{base_url}}" ], "path": [ "Patient", ":id" ], "variable": [ { "key": "id", "value": "100000030015" } ] } }, "response": [] }, { "name": "Patient - By ID", "event": [ { "listen": "test", "script": { "exec": [ "var bundle = pm.response.json();\r", "var data = bundle.entry[0].resource;\r", "pm.collectionVariables.set(\"Patient_Id\", data.id);\r", "pm.collectionVariables.set(\"Patient_Name\", data.name[0].text)" ], "type": "text/javascript", "packages": {} } } ], "protocolProfileBehavior": { "disableBodyPruning": true, "disabledSystemHeaders": { "content-type": true } }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Patient/:id", "host": [ "{{base_url}}" ], "path": [ "Patient", ":id" ], "variable": [ { "key": "id", "value": "100000030015" } ] } }, "response": [] } ] }, { "name": "Practitioner", "item": [ { "name": "Practitioner - Search NIK", "protocolProfileBehavior": { "disableBodyPruning": true, "disabledSystemHeaders": { "content-type": true } }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Practitioner?identifier=https://fhir.kemkes.go.id/id/nik|367400001111222", "host": [ "{{base_url}}" ], "path": [ "Practitioner" ], "query": [ { "key": "identifier", "value": "https://fhir.kemkes.go.id/id/nik|367400001111222" } ] } }, "response": [ { "name": "Practitioner - Search NIK", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" } ], "url": { "raw": "{{base_url}}/Practitioner?identifier=https://fhir.kemkes.go.id/id/nik|367400001111222", "host": [ "{{base_url}}" ], "path": [ "Practitioner" ], "query": [ { "key": "identifier", "value": "https://fhir.kemkes.go.id/id/nik|367400001111222" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/fhir+json;charset=utf-8" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Sat, 03 Dec 2022 04:46:23 GMT" }, { "key": "content-length", "value": "37231" }, { "key": "x-xss-protection", "value": "0" }, { "key": "x-frame-options", "value": "SAMEORIGIN" }, { "key": "x-content-type-options", "value": "nosniff" }, { "key": "x-request-id", "value": "e9cbc455-7f43-4079-925e-b1d31381d7a5" }, { "key": "Via", "value": "1.1 google" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"entry\": [\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000010\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000010\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000010\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T03:04:31.188115+00:00\",\n \"versionId\": \"MTY2OTE3MjY3MTE4ODExNTAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Dorothy Third Clone\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"voigt@xyz.com\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000009\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000009\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000009\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T03:04:02.773442+00:00\",\n \"versionId\": \"MTY2OTE3MjY0Mjc3MzQ0MjAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Dorothies Clone\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"voigt@xyz.com\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000008\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000008\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000008\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T03:03:35.594418+00:00\",\n \"versionId\": \"MTY2OTE3MjYxNTU5NDQxODAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Dorothy Clone\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"voigt@xyz.com\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000007\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000007\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000007\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T03:00:56.337787+00:00\",\n \"versionId\": \"MTY2OTE3MjQ1NjMzNzc4NzAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Dorothy\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"voigt@xyz.com\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000006\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000006\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000006\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T03:00:19.536151+00:00\",\n \"versionId\": \"MTY2OTE3MjQxOTUzNjE1MTAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Rus, MD.\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"voigt@xyz.com\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000005\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000005\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000005\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T02:59:54.410712+00:00\",\n \"versionId\": \"MTY2OTE3MjM5NDQxMDcxMjAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Paul Therapist, PT\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"voigt@xyz.com\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000004\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000004\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000004\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T02:59:32.514793+00:00\",\n \"versionId\": \"MTY2OTE3MjM3MjUxNDc5MzAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Pamela Educator, RN\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"voigt@xyz.com\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000003\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000003\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000003\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T02:59:10.522324+00:00\",\n \"versionId\": \"MTY2OTE3MjM1MDUyMjMyNDAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Ray Sp.Rad.\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"voigt@xyz.com\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000001\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000001\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000001\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T02:58:15.231452+00:00\",\n \"versionId\": \"MTY2OTE3MjI5NTIzMTQ1MjAwMA\"\n },\n \"name\": [\n {\n \"prefix\": [\n \"Dr.\",\n \"dr.\"\n ],\n \"suffix\": [\n \"MARS.\"\n ],\n \"text\": \"Voigt\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"voigt@xyz.com\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 9,\n \"type\": \"searchset\"\n}" } ] }, { "name": "Practitioner - Search Name, Gender, Birthdate", "protocolProfileBehavior": { "disableBodyPruning": true, "disabledSystemHeaders": { "content-type": true } }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Practitioner?name=Voigt&gender=male&birthdate=1945", "host": [ "{{base_url}}" ], "path": [ "Practitioner" ], "query": [ { "key": "name", "value": "Voigt" }, { "key": "gender", "value": "male" }, { "key": "birthdate", "value": "1945" } ] } }, "response": [ { "name": "Practitioner - Search Name, Gender, Birthdate", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" } ], "url": { "raw": "{{base_url}}/Practitioner?name=Voigt&gender=male&birthdate=1945", "host": [ "{{base_url}}" ], "path": [ "Practitioner" ], "query": [ { "key": "name", "value": "Voigt" }, { "key": "gender", "value": "male" }, { "key": "birthdate", "value": "1945" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/fhir+json;charset=utf-8" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Sat, 03 Dec 2022 04:53:01 GMT" }, { "key": "content-length", "value": "8576" }, { "key": "x-xss-protection", "value": "0" }, { "key": "x-frame-options", "value": "SAMEORIGIN" }, { "key": "x-content-type-options", "value": "nosniff" }, { "key": "x-request-id", "value": "c45e6850-c883-4d51-b6a0-d1a7644e9c66" }, { "key": "Via", "value": "1.1 google" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"entry\": [\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000002\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"2000-12-12\",\n \"gender\": \"male\",\n \"id\": \"N10000002\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000002\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111223\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T02:58:44.125648+00:00\",\n \"versionId\": \"MTY2OTE3MjMyNDEyNTY0ODAwMA\"\n },\n \"name\": [\n {\n \"prefix\": [\n \"Dr.\",\n \"dr.\"\n ],\n \"suffix\": [\n \"MARS.\"\n ],\n \"text\": \"Voigt\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Regfristrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"2015\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"voigt@xyz.com\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000001\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000001\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000001\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T02:58:15.231452+00:00\",\n \"versionId\": \"MTY2OTE3MjI5NTIzMTQ1MjAwMA\"\n },\n \"name\": [\n {\n \"prefix\": [\n \"Dr.\",\n \"dr.\"\n ],\n \"suffix\": [\n \"MARS.\"\n ],\n \"text\": \"Voigt\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"voigt@xyz.com\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 2,\n \"type\": \"searchset\"\n}" } ] }, { "name": "Practitioner - By ID - N10000001", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set(\"Practitioner_Id\", data.id);\r", "\r", "var Name= \"\";\r", "data.name.forEach(name =>{\r", " if(name.use == \"official\"){\r", " name.prefix.forEach(prefix => {\r", " Name += prefix;\r", " });\r", " Name = Name + name.text + \",\"\r", " name.suffix.forEach(suffix => {\r", " Name += suffix;\r", " });\r", " }\r", "})\r", "pm.collectionVariables.set(\"Practitioner_Name\", Name)" ], "type": "text/javascript", "packages": {} } } ], "protocolProfileBehavior": { "disableBodyPruning": true, "disabledSystemHeaders": { "content-type": true } }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Practitioner/:id", "host": [ "{{base_url}}" ], "path": [ "Practitioner", ":id" ], "variable": [ { "key": "id", "value": "N10000001" } ] } }, "response": [ { "name": "Practitioner - By ID - N10000001", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" } ], "url": { "raw": "{{base_url}}/Practitioner/:id", "host": [ "{{base_url}}" ], "path": [ "Practitioner", ":id" ], "variable": [ { "key": "id", "value": "N10000005" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Sat, 20 Aug 2022 16:27:02 UTC" }, { "key": "content-type", "value": "application/fhir+json;charset=utf-8" }, { "key": "etag", "value": "W/\"MTY2MTAxMjgyMjA5NzA1OTAwMA\"" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Thu, 01 Sep 2022 13:28:51 GMT" }, { "key": "content-length", "value": "3103" }, { "key": "x-xss-protection", "value": "0" }, { "key": "x-frame-options", "value": "SAMEORIGIN" }, { "key": "x-content-type-options", "value": "nosniff" }, { "key": "x-request-id", "value": "271d1de0-196f-4e32-94e2-c25336152617" }, { "key": "Via", "value": "1.1 google" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000005\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000005\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-08-20T16:27:02.097059+00:00\",\n \"versionId\": \"MTY2MTAxMjgyMjA5NzA1OTAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Paul Therapist, PT\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"voigt@xyz.com\"\n }\n ]\n}" } ] } ] } ] }, { "name": "02. Pendaftaran Kunjungan", "item": [ { "name": "Pembuatan Kunjungan", "item": [ { "name": "Encounter - Kunjungan Awal", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set(\"Encounter1_uuid\", data.id)" ], "type": "text/javascript", "packages": {} } }, { "listen": "prerequest", "script": { "exec": [ "//defining yyymmdd as POST date's YYYYMMDD in string format\r", "var data = JSON.parse(pm.request.body.raw);\r", "var now = new Date(data.period.start);\r", "var year = now.getFullYear();\r", "var month = String(now.getMonth() + 1).padStart(2, '0');\r", "var day = String(now.getDate()).padStart(2, '0');\r", "var yyyymmdd = `${year}${month}${day}`;\r", "\r", "//Generating 5 digits of stringified random integer to make Registration_ID number (for test use cases)\r", "var randomInt = Math.floor(Math.random() * 100000);\r", "var randomIntPadded = String(randomInt).padStart(5, '0');\r", "var Registration_ID = yyyymmdd + randomIntPadded;\r", "\r", "//Setting CollectionVariable Registration_ID to be used\r", "pm.collectionVariables.set(\"Registration_ID\", Registration_ID)" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"arrived\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-11-06T07:30:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ServiceClass\",\n \"extension\": [\n {\n \"url\": \"value\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\n }\n ]\n }\n }\n ]\n }\n ]\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-11-06T07:30:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter", "host": [ "{{base_url}}" ], "path": [ "Encounter" ] } }, "response": [ { "name": "Encounter - Kunjungan Awal", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"arrived\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-11-06T07:30:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ServiceClass\",\n \"extension\": [\n {\n \"url\": \"value\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\n }\n ]\n }\n }\n ]\n }\n ]\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-11-06T07:30:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter", "host": [ "{{base_url}}" ], "path": [ "Encounter" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcwNjI1MzI5Njc2NjYwNDAwMA\"" }, { "key": "last-modified", "value": "Fri, 26 Jan 2024 07:14:56 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Encounter/7c517f16-3c1e-4154-bc08-c1329b9b39cc/_history/MTcwNjI1MzI5Njc2NjYwNDAwMA" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 26 Jan 2024 07:14:56 GMT" }, { "key": "content-length", "value": "1346" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "043a77b7-879d-440b-a7bd-0c665aa01923" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"class\": {\n \"code\": \"AMB\",\n \"display\": \"ambulatory\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"id\": \"7c517f16-3c1e-4154-bc08-c1329b9b39cc\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"PD000017\"\n }\n ],\n \"location\": [\n {\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"value\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Outpatient\"\n }\n ]\n }\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ServiceClass\"\n }\n ],\n \"location\": {\n \"display\": \"Poli Bedah, Divisi Pelayanan Medik, Keperawatan, dan Penunjang, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/aecd4f8c-ceca-433e-ac7e-54b64b0e0a58\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-01-26T07:14:56.766604+00:00\",\n \"versionId\": \"MTcwNjI1MzI5Njc2NjYwNDAwMA\"\n },\n \"participant\": [\n {\n \"individual\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"ATND\",\n \"display\": \"attender\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\"\n }\n ]\n }\n ]\n }\n ],\n \"period\": {\n \"start\": \"2023-11-06T07:30:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000002\"\n },\n \"status\": \"arrived\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-11-06T07:30:00+00:00\"\n },\n \"status\": \"arrived\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] } ] }, { "name": "Masuk ke Ruang Konsultasi", "item": [ { "name": "Encounter - Masuk ke Ruang Konsultasi", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter1_uuid}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"PD000017\"\n }\n ],\n \"status\": \"in-progress\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-11-06T07:30:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/aecd4f8c-ceca-433e-ac7e-54b64b0e0a58\",\n \"display\": \"Poli Bedah, Divisi Pelayanan Medik, Keperawatan, dan Penunjang, Gedung Utama, Lantai 1\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ServiceClass\",\n \"extension\": [\n {\n \"url\": \"value\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\n }\n ]\n }\n }\n ]\n }\n ]\n } \n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-11-06T07:30:00+00:00\",\n \"end\": \"2023-11-06T07:40:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-11-06T07:40:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter1_uuid}}" } ] } }, "response": [ { "name": "Encounter - Masuk ke Ruang Konsultasi", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter1_uuid}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"PD000017\"\n }\n ],\n \"status\": \"in-progress\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-11-06T07:30:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/aecd4f8c-ceca-433e-ac7e-54b64b0e0a58\",\n \"display\": \"Poli Bedah, Divisi Pelayanan Medik, Keperawatan, dan Penunjang, Gedung Utama, Lantai 1\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ServiceClass\",\n \"extension\": [\n {\n \"url\": \"value\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\n }\n ]\n }\n }\n ]\n }\n ]\n } \n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-11-06T07:30:00+00:00\",\n \"end\": \"2023-11-06T07:40:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-11-06T07:40:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter1_uuid}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcwMTQxMzI3MDIyOTQwODAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Encounter/7c517f16-3c1e-4154-bc08-c1329b9b39cc/_history/MTcwMTQxMzI3MDIyOTQwODAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Fri, 01 Dec 2023 06:47:50 UTC" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 01 Dec 2023 06:47:50 GMT" }, { "key": "content-length", "value": "1456" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "a51ff8c5-ef9b-42e8-bb45-1daa46dc2fdb" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"class\": {\n \"code\": \"AMB\",\n \"display\": \"ambulatory\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"id\": \"7c517f16-3c1e-4154-bc08-c1329b9b39cc\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"PD000017\"\n }\n ],\n \"location\": [\n {\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"value\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Outpatient\"\n }\n ]\n }\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ServiceClass\"\n }\n ],\n \"location\": {\n \"display\": \"Poli Bedah, Divisi Pelayanan Medik, Keperawatan, dan Penunjang, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/aecd4f8c-ceca-433e-ac7e-54b64b0e0a58\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-01T06:47:50.229408+00:00\",\n \"versionId\": \"MTcwMTQxMzI3MDIyOTQwODAwMA\"\n },\n \"participant\": [\n {\n \"individual\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"ATND\",\n \"display\": \"attender\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\"\n }\n ]\n }\n ]\n }\n ],\n \"period\": {\n \"start\": \"2023-11-06T07:30:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000002\"\n },\n \"status\": \"in-progress\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-11-06T07:40:00+00:00\",\n \"start\": \"2023-11-06T07:30:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"start\": \"2023-11-06T07:40:00+00:00\"\n },\n \"status\": \"in-progress\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] } ] } ] }, { "name": "03. Anamnesis", "item": [ { "name": "Condition - Keluhan Utama", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Condition\",\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\n \"code\": \"problem-list-item\",\n \"display\": \"Problem List Item\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"89164003\",\n \"display\": \"Breast lump\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_uuid}}\",\n \"display\": \"Kunjungan {{Patient_Name}} tanggal 6 November 2023\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Condition", "host": [ "{{base_url}}" ], "path": [ "Condition" ] } }, "response": [ { "name": "Condition - Keluhan Utama", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Condition\",\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\n \"code\": \"problem-list-item\",\n \"display\": \"Problem List Item\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"89164003\",\n \"display\": \"Breast lump\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_uuid}}\",\n \"display\": \"Kunjungan {{Patient_Name}} tanggal 6 November 2023\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Condition", "host": [ "{{base_url}}" ], "path": [ "Condition" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/fadf8264-da18-4b77-9c66-59649f13f22a/_history/MTcwMTQxMzM4MzkxNDI1OTAwMA" }, { "key": "last-modified", "value": "Fri, 01 Dec 2023 06:49:43 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcwMTQxMzM4MzkxNDI1OTAwMA\"" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 01 Dec 2023 06:49:43 GMT" }, { "key": "content-length", "value": "777" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "d2d55380-e97a-4930-a890-271d4a4f6dcc" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"problem-list-item\",\n \"display\": \"Problem List Item\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\"\n }\n ]\n }\n ],\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"code\": \"active\",\n \"display\": \"Active\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"89164003\",\n \"display\": \"Breast lump\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"display\": \"Kunjungan Diana Smith tanggal 6 November 2023\",\n \"reference\": \"Encounter/7c517f16-3c1e-4154-bc08-c1329b9b39cc\"\n },\n \"id\": \"fadf8264-da18-4b77-9c66-59649f13f22a\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2023-12-01T06:49:43.914259+00:00\",\n \"versionId\": \"MTcwMTQxMzM4MzkxNDI1OTAwMA\"\n },\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] } ] }, { "name": "04. Pemeriksaan Fisik", "item": [ { "name": "Observation - Denyut Jantung", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"8867-4\",\n \"display\": \"Heart rate\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-11-06T07:45:00+00:00\",\n \"issued\": \"2023-11-06T07:45:00+00:00\",\n \"valueQuantity\": {\n \"value\": 65,\n \"unit\": \"beats/minute\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"/min\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Denyut Jantung", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"8867-4\",\n \"display\": \"Heart rate\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-11-06T07:45:00+00:00\",\n \"issued\": \"2023-11-06T07:45:00+00:00\",\n \"valueQuantity\": {\n \"value\": 65,\n \"unit\": \"beats/minute\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"/min\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Fri, 01 Dec 2023 06:51:34 UTC" }, { "key": "etag", "value": "W/\"MTcwMTQxMzQ5NDI4MTQ1ODAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/b1b4a7ee-6c54-4bc3-b2bc-3252a2eff8db/_history/MTcwMTQxMzQ5NDI4MTQ1ODAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 01 Dec 2023 06:51:34 GMT" }, { "key": "content-length", "value": "824" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "4cc58a2a-a181-4fb9-ba1e-dee301a0be8f" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"8867-4\",\n \"display\": \"Heart rate\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-11-06T07:45:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/7c517f16-3c1e-4154-bc08-c1329b9b39cc\"\n },\n \"id\": \"b1b4a7ee-6c54-4bc3-b2bc-3252a2eff8db\",\n \"identifier\": [],\n \"issued\": \"2023-11-06T07:45:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-12-01T06:51:34.281458+00:00\",\n \"versionId\": \"MTcwMTQxMzQ5NDI4MTQ1ODAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"/min\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"beats/minute\",\n \"value\": 65\n }\n}" } ] } ] }, { "name": "05. Pemeriksaan Penunjang", "item": [ { "name": "Radiologi", "item": [ { "name": "Pemeriksaan USG Payudara", "item": [ { "name": "ServiceRequest - Create", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"ServiceRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/{{Org_id}}\",\n \"value\": \"00002\"\n },\n {\n \"use\": \"usual\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"ACSN\"\n }\n ]\n },\n \"system\": \"http://sys-ids.kemkes.go.id/acsn/{{Org_id}}\",\n \"value\": \"21120054\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"original-order\",\n \"priority\": \"routine\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"363679005\",\n \"display\": \"Imaging\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"42132-1\",\n \"display\": \"US Breast screening\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Pemeriksaan USG Payudara\"\n },\n \"orderDetail\": [\n {\n \"coding\": [\n {\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\",\n \"code\": \"US\"\n }\n ],\n \"text\": \"Modality Code: US\"\n },\n {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/ae-title\",\n \"display\": \"US-01\"\n }\n ]\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_uuid}}\"\n },\n \"occurrenceDateTime\": \"2023-11-06T08:00:00+00:00\",\n \"authoredOn\": \"2023-11-06T08:00:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n }\n ],\n \"bodySite\": [\n {\n \"coding\": [\n {\n \"code\": \"63762007\",\n \"display\": \"Both breasts\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"reasonCode\": [\n {\n \"text\": \"Kecurigaan kanker payudara\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/ServiceRequest", "host": [ "{{base_url}}" ], "path": [ "ServiceRequest" ] } }, "response": [ { "name": "ServiceRequest - Create", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"ServiceRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/{{Org_id}}\",\n \"value\": \"00002\"\n },\n {\n \"use\": \"usual\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"ACSN\"\n }\n ]\n },\n \"system\": \"http://sys-ids.kemkes.go.id/acsn/{{Org_id}}\",\n \"value\": \"21120054\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"original-order\",\n \"priority\": \"routine\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"363679005\",\n \"display\": \"Imaging\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"42132-1\",\n \"display\": \"US Breast screening\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Pemeriksaan USG Payudara\"\n },\n \"orderDetail\": [\n {\n \"coding\": [\n {\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\",\n \"code\": \"US\"\n }\n ],\n \"text\": \"Modality Code: US\"\n },\n {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/ae-title\",\n \"display\": \"US-01\"\n }\n ]\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_uuid}}\"\n },\n \"occurrenceDateTime\": \"2023-11-06T08:00:00+00:00\",\n \"authoredOn\": \"2023-11-06T08:00:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n }\n ],\n \"bodySite\": [\n {\n \"coding\": [\n {\n \"code\": \"63762007\",\n \"display\": \"Both breasts\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"reasonCode\": [\n {\n \"text\": \"Kecurigaan kanker payudara\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/ServiceRequest", "host": [ "{{base_url}}" ], "path": [ "ServiceRequest" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/ServiceRequest/8a376979-8ec0-400c-98c2-552ed2097e16/_history/MTcwMTQxMzYxNjQ3NTQxMzAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Fri, 01 Dec 2023 06:53:36 UTC" }, { "key": "etag", "value": "W/\"MTcwMTQxMzYxNjQ3NTQxMzAwMA\"" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 01 Dec 2023 06:53:36 GMT" }, { "key": "content-length", "value": "1478" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "7c796c2a-3165-4195-b36f-95279ec59942" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"authoredOn\": \"2023-11-06T08:00:00+00:00\",\n \"bodySite\": [\n {\n \"coding\": [\n {\n \"code\": \"63762007\",\n \"display\": \"Both breasts\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"363679005\",\n \"display\": \"Imaging\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"42132-1\",\n \"display\": \"US Breast screening\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Pemeriksaan USG Payudara\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/7c517f16-3c1e-4154-bc08-c1329b9b39cc\"\n },\n \"id\": \"8a376979-8ec0-400c-98c2-552ed2097e16\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/10000002\",\n \"value\": \"00002\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/acsn/10000002\",\n \"type\": {\n \"coding\": [\n {\n \"code\": \"ACSN\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\"\n }\n ]\n },\n \"use\": \"usual\",\n \"value\": \"21120054\"\n }\n ],\n \"intent\": \"original-order\",\n \"meta\": {\n \"lastUpdated\": \"2023-12-01T06:53:36.475413+00:00\",\n \"versionId\": \"MTcwMTQxMzYxNjQ3NTQxMzAwMA\"\n },\n \"occurrenceDateTime\": \"2023-11-06T08:00:00+00:00\",\n \"orderDetail\": [\n {\n \"coding\": [\n {\n \"code\": \"US\",\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\"\n }\n ],\n \"text\": \"Modality Code: US\"\n },\n {\n \"coding\": [\n {\n \"display\": \"US-01\",\n \"system\": \"http://sys-ids.kemkes.go.id/ae-title\"\n }\n ]\n }\n ],\n \"performer\": [\n {\n \"display\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\n }\n ],\n \"priority\": \"routine\",\n \"reasonCode\": [\n {\n \"text\": \"Kecurigaan kanker payudara\"\n }\n ],\n \"requester\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"resourceType\": \"ServiceRequest\",\n \"status\": \"active\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "ImagingStudy - Get ID based on Accession Number", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/ImagingStudy?identifier=http://sys-ids.kemkes.go.id/acsn/{{Org_id}}|USG-00002", "host": [ "{{base_url}}" ], "path": [ "ImagingStudy" ], "query": [ { "key": "identifier", "value": "http://sys-ids.kemkes.go.id/acsn/{{Org_id}}|USG-00002" } ] } }, "response": [ { "name": "ImagingStudy - Get ID based on Accession Number", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/ImagingStudy?identifier=http://sys-ids.kemkes.go.id/acsn/{{Org_id}}|USG-00002", "host": [ "{{base_url}}" ], "path": [ "ImagingStudy" ], "query": [ { "key": "identifier", "value": "http://sys-ids.kemkes.go.id/acsn/{{Org_id}}|USG-00002" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 01 Dec 2023 07:07:18 GMT" }, { "key": "content-length", "value": "1934" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "2cc6b92b-1dde-40c6-a53c-546ce3866a2e" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"entry\": [\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ImagingStudy/266b2ab9-e109-4a81-8c29-275726fa8129\",\n \"resource\": {\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/8a376979-8ec0-400c-98c2-552ed2097e16\"\n }\n ],\n \"id\": \"266b2ab9-e109-4a81-8c29-275726fa8129\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/acsn/10000002\",\n \"type\": {\n \"coding\": [\n {\n \"code\": \"ACSN\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\"\n }\n ]\n },\n \"use\": \"usual\",\n \"value\": \"USG-00002\"\n },\n {\n \"system\": \"urn:dicom:uid\",\n \"value\": \"urn:oid:2.16.380.31256.1.2449191199178232.20210610114926906\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-01T07:06:02.138709+00:00\",\n \"versionId\": \"MTcwMTQxNDM2MjEzODcwOTAwMA\"\n },\n \"modality\": [\n {\n \"code\": \"US\",\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\"\n }\n ],\n \"numberOfInstances\": 1,\n \"numberOfSeries\": 1,\n \"resourceType\": \"ImagingStudy\",\n \"series\": [\n {\n \"instance\": [\n {\n \"number\": 7,\n \"sopClass\": {\n \"code\": \"urn:oid:1.2.840.10008.5.1.4.1.1.77.1.5.1\",\n \"system\": \"urn:ietf:rfc:3986\"\n },\n \"title\": \"ORIGINAL\\\\PRIMARY\",\n \"uid\": \"2.16.380.31256.1.2449191199178232.20210610114930875.1.1\"\n }\n ],\n \"modality\": {\n \"code\": \"US\",\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\"\n },\n \"number\": 1,\n \"numberOfInstances\": 1,\n \"started\": \"2023-11-06T08:00:00+00:00\",\n \"uid\": \"2.16.380.31256.1.2449191199178232.20210610114926922.1\"\n }\n ],\n \"started\": \"2023-11-06T08:00:00+00:00\",\n \"status\": \"available\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n }\n }\n }\n ],\n \"link\": [\n {\n \"relation\": \"search\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ImagingStudy/?identifier=http%3A%2F%2Fsys-ids.kemkes.go.id%2Facsn%2F10000002%7CUSG-00002\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ImagingStudy/?identifier=http%3A%2F%2Fsys-ids.kemkes.go.id%2Facsn%2F10000002%7CUSG-00002\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ImagingStudy/?identifier=http%3A%2F%2Fsys-ids.kemkes.go.id%2Facsn%2F10000002%7CUSG-00002\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" } ] }, { "name": "Observation - Create", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Observation\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\n \"value\": \"O00021\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"imaging\",\n \"display\": \"Imaging\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"42132-1\",\n \"display\": \"US Breast screening\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\n \"issued\": \"2023-11-06T09:45:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/8a376979-8ec0-400c-98c2-552ed2097e16\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"code\": \"63762007\",\n \"display\": \"Both breasts\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/266b2ab9-e109-4a81-8c29-275726fa8129\"\n }\n ],\n \"valueString\": \"Lesi solid sugestif maligna di regio perisikatriks superior payudara kanan. \"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Create", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Observation\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\n \"value\": \"O00021\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"imaging\",\n \"display\": \"Imaging\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"42132-1\",\n \"display\": \"US Breast screening\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\n \"issued\": \"2023-11-06T09:45:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/8a376979-8ec0-400c-98c2-552ed2097e16\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"code\": \"63762007\",\n \"display\": \"Both breasts\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/266b2ab9-e109-4a81-8c29-275726fa8129\"\n }\n ],\n \"valueString\": \"Lesi solid sugestif maligna di regio perisikatriks superior payudara kanan. \"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Fri, 01 Dec 2023 07:22:52 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/bd7fbcf0-c06c-4718-ace5-cada666a75b1/_history/MTcwMTQxNTM3MjU2MDE1NzAwMA" }, { "key": "etag", "value": "W/\"MTcwMTQxNTM3MjU2MDE1NzAwMA\"" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 01 Dec 2023 07:22:52 GMT" }, { "key": "content-length", "value": "1174" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "96760115-41e5-409f-82cb-92b33465f58d" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/8a376979-8ec0-400c-98c2-552ed2097e16\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"code\": \"63762007\",\n \"display\": \"Both breasts\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"imaging\",\n \"display\": \"Imaging\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"42132-1\",\n \"display\": \"US Breast screening\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/266b2ab9-e109-4a81-8c29-275726fa8129\"\n }\n ],\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/7c517f16-3c1e-4154-bc08-c1329b9b39cc\"\n },\n \"id\": \"bd7fbcf0-c06c-4718-ace5-cada666a75b1\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000002\",\n \"value\": \"O00021\"\n }\n ],\n \"issued\": \"2023-11-06T09:45:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-12-01T07:22:52.560157+00:00\",\n \"versionId\": \"MTcwMTQxNTM3MjU2MDE1NzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n },\n {\n \"reference\": \"Organization/10000002\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueString\": \"Lesi solid sugestif maligna di regio perisikatriks superior payudara kanan. \"\n}" } ] }, { "name": "DiagnosticReport - Create", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"DiagnosticReport\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/{{Org_id}}/rad\",\n \"use\": \"official\",\n \"value\": \"5234342\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\",\n \"code\": \"RAD\",\n \"display\": \"Radiology\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"42132-1\",\n \"display\": \"US Breast screening\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-11-06T10:00:00+00:00\",\n \"issued\": \"2023-11-06T10:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"result\": [\n {\n \"reference\": \"Observation/bd7fbcf0-c06c-4718-ace5-cada666a75b1\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/8a376979-8ec0-400c-98c2-552ed2097e16\"\n }\n ],\n \"conclusion\": \"Lesi solid sugestif maligna di regio perisikatriks superior payudara kanan.\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/DiagnosticReport", "host": [ "{{base_url}}" ], "path": [ "DiagnosticReport" ] } }, "response": [ { "name": "DiagnosticReport - Create", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"DiagnosticReport\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/{{Org_id}}/rad\",\n \"use\": \"official\",\n \"value\": \"5234342\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\",\n \"code\": \"RAD\",\n \"display\": \"Radiology\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"42132-1\",\n \"display\": \"US Breast screening\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-11-06T10:00:00+00:00\",\n \"issued\": \"2023-11-06T10:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"result\": [\n {\n \"reference\": \"Observation/bd7fbcf0-c06c-4718-ace5-cada666a75b1\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/8a376979-8ec0-400c-98c2-552ed2097e16\"\n }\n ],\n \"conclusion\": \"Lesi solid sugestif maligna di regio perisikatriks superior payudara kanan.\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/DiagnosticReport", "host": [ "{{base_url}}" ], "path": [ "DiagnosticReport" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/DiagnosticReport/6466b5b3-2c1c-4a88-bc26-053d766f3c39/_history/MTcwMTQxNTYxNzg1MTk2NjAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Fri, 01 Dec 2023 07:26:57 UTC" }, { "key": "etag", "value": "W/\"MTcwMTQxNTYxNzg1MTk2NjAwMA\"" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 01 Dec 2023 07:26:57 GMT" }, { "key": "content-length", "value": "1074" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "2c538019-3e60-417f-b106-af3040dde2b1" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/8a376979-8ec0-400c-98c2-552ed2097e16\"\n }\n ],\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"RAD\",\n \"display\": \"Radiology\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"42132-1\",\n \"display\": \"US Breast screening\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"conclusion\": \"Lesi solid sugestif maligna di regio perisikatriks superior payudara kanan.\",\n \"effectiveDateTime\": \"2023-11-06T10:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/7c517f16-3c1e-4154-bc08-c1329b9b39cc\"\n },\n \"id\": \"6466b5b3-2c1c-4a88-bc26-053d766f3c39\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/10000002/rad\",\n \"use\": \"official\",\n \"value\": \"5234342\"\n }\n ],\n \"issued\": \"2023-11-06T10:00:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-12-01T07:26:57.851966+00:00\",\n \"versionId\": \"MTcwMTQxNTYxNzg1MTk2NjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n },\n {\n \"reference\": \"Organization/10000002\"\n }\n ],\n \"resourceType\": \"DiagnosticReport\",\n \"result\": [\n {\n \"reference\": \"Observation/bd7fbcf0-c06c-4718-ace5-cada666a75b1\"\n }\n ],\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] } ] } ] }, { "name": "Laboratorium (Permintaan dan Pelaksanaan)", "item": [ { "name": "Pemeriksaan PA", "item": [ { "name": "ServiceRequest - Create", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set(\"ServiceRequest1_uuid\", data.id)" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"ServiceRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/{{Org_id}}\",\n \"value\": \"00002\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"original-order\",\n \"priority\": \"routine\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"108252007\",\n \"display\": \"Laboratory procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"30651-4\",\n \"display\": \"US Guidance for percutaneous biopsy.core needle of Breast\"\n }\n ],\n \"text\": \"Pemeriksaan PA untuk jaringan payudara\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_uuid}}\",\n \"display\": \"Kunjungan {{Patient_Name}} tanggal 6 November 2023\"\n },\n \"occurrenceDateTime\": \"2023-11-06T10:10:00+00:00\",\n \"authoredOn\": \"2023-11-06T10:10:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n }\n ],\n \"reasonCode\": [\n {\n \"text\": \"Pemeriksaan PA untuk jaringan payudara\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/ServiceRequest", "host": [ "{{base_url}}" ], "path": [ "ServiceRequest" ] } }, "response": [ { "name": "ServiceRequest - Create", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"ServiceRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/{{Org_id}}\",\n \"value\": \"00002\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"original-order\",\n \"priority\": \"routine\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"108252007\",\n \"display\": \"Laboratory procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"30651-4\",\n \"display\": \"US Guidance for percutaneous biopsy.core needle of Breast\"\n }\n ],\n \"text\": \"Pemeriksaan PA untuk jaringan payudara\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_uuid}}\",\n \"display\": \"Kunjungan {{Patient_Name}} tanggal 6 November 2023\"\n },\n \"occurrenceDateTime\": \"2023-11-06T10:10:00+00:00\",\n \"authoredOn\": \"2023-11-06T10:10:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n }\n ],\n \"reasonCode\": [\n {\n \"text\": \"Pemeriksaan PA untuk jaringan payudara\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/ServiceRequest", "host": [ "{{base_url}}" ], "path": [ "ServiceRequest" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Fri, 26 Jan 2024 07:17:16 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/ServiceRequest/e0121640-82a8-4eb3-a0b8-efb4acade04f/_history/MTcwNjI1MzQzNjI2NTE4NzAwMA" }, { "key": "etag", "value": "W/\"MTcwNjI1MzQzNjI2NTE4NzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 26 Jan 2024 07:17:16 GMT" }, { "key": "content-length", "value": "1144" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "d78fee8a-9778-48eb-8b63-a6b8fe4eda31" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"authoredOn\": \"2023-11-06T10:10:00+00:00\",\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"108252007\",\n \"display\": \"Laboratory procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"30651-4\",\n \"display\": \"US Guidance for percutaneous biopsy.core needle of Breast\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Pemeriksaan PA untuk jaringan payudara\"\n },\n \"encounter\": {\n \"display\": \"Kunjungan Diana Smith tanggal 6 November 2023\",\n \"reference\": \"Encounter/7c517f16-3c1e-4154-bc08-c1329b9b39cc\"\n },\n \"id\": \"e0121640-82a8-4eb3-a0b8-efb4acade04f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/10000002\",\n \"value\": \"00002\"\n }\n ],\n \"intent\": \"original-order\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-26T07:17:16.265187+00:00\",\n \"versionId\": \"MTcwNjI1MzQzNjI2NTE4NzAwMA\"\n },\n \"occurrenceDateTime\": \"2023-11-06T10:10:00+00:00\",\n \"performer\": [\n {\n \"display\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\n }\n ],\n \"priority\": \"routine\",\n \"reasonCode\": [\n {\n \"text\": \"Pemeriksaan PA untuk jaringan payudara\"\n }\n ],\n \"requester\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"resourceType\": \"ServiceRequest\",\n \"status\": \"active\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Specimen - Create", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set(\"Specimen1_uuid\", data.id);" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Specimen\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/specimen/{{Org_id}}\",\n \"value\": \"00001\",\n \"assigner\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n }\n ],\n \"status\": \"available\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"127457009\",\n \"display\": \"Tissue specimen from breast\"\n }\n ]\n },\n \"collection\": {\n \"method\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"129314006\",\n \"display\": \"Biopsy - action\"\n }\n ]\n },\n \"collectedDateTime\": \"2023-11-06T10:15:00+00:00\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"request\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest1_uuid}}\"\n }\n ],\n \"receivedTime\": \"2023-11-06T10:15:00+00:00\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Specimen", "host": [ "{{base_url}}" ], "path": [ "Specimen" ] } }, "response": [ { "name": "Specimen - Create", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Specimen\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/specimen/{{Org_id}}\",\n \"value\": \"00001\",\n \"assigner\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n }\n ],\n \"status\": \"available\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"127457009\",\n \"display\": \"Tissue specimen from breast\"\n }\n ]\n },\n \"collection\": {\n \"method\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"129314006\",\n \"display\": \"Biopsy - action\"\n }\n ]\n },\n \"collectedDateTime\": \"2023-11-06T10:15:00+00:00\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"request\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest1_uuid}}\"\n }\n ],\n \"receivedTime\": \"2023-11-06T10:15:00+00:00\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Specimen", "host": [ "{{base_url}}" ], "path": [ "Specimen" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Fri, 26 Jan 2024 07:37:09 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Specimen/87bc56c2-8b08-4978-bdbe-2f83e8fdb0d9/_history/MTcwNjI1NDYyOTM3OTA0NDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcwNjI1NDYyOTM3OTA0NDAwMA\"" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 26 Jan 2024 07:37:09 GMT" }, { "key": "content-length", "value": "807" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "32b31387-b475-48ed-b0ae-25f5ec5c6274" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"collection\": {\n \"collectedDateTime\": \"2023-11-06T10:15:00+00:00\",\n \"method\": {\n \"coding\": [\n {\n \"code\": \"129314006\",\n \"display\": \"Biopsy - action\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n },\n \"id\": \"87bc56c2-8b08-4978-bdbe-2f83e8fdb0d9\",\n \"identifier\": [\n {\n \"assigner\": {\n \"reference\": \"Organization/10000002\"\n },\n \"system\": \"http://sys-ids.kemkes.go.id/specimen/10000002\",\n \"value\": \"00001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-01-26T07:37:09.379044+00:00\",\n \"versionId\": \"MTcwNjI1NDYyOTM3OTA0NDAwMA\"\n },\n \"receivedTime\": \"2023-11-06T10:15:00+00:00\",\n \"request\": [\n {\n \"reference\": \"ServiceRequest/e0121640-82a8-4eb3-a0b8-efb4acade04f\"\n }\n ],\n \"resourceType\": \"Specimen\",\n \"status\": \"available\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"type\": {\n \"coding\": [\n {\n \"code\": \"127457009\",\n \"display\": \"Tissue specimen from breast\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" } ] } ] } ] } ] }, { "name": "06. Diagnosis Awal", "item": [ { "name": "Condition - Diagnosis Awal", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Condition\",\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\n \"code\": \"encounter-diagnosis\",\n \"display\": \"Encounter Diagnosis\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"Z03.1\",\n \"display\": \"Observation for suspected malignant neoplasm\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_uuid}}\"\n },\n \"onsetDateTime\": \"2023-11-06T10:30:00+00:00\",\n \"recordedDate\": \"2023-11-06T10:30:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien dicurigai kanker payudara\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Condition", "host": [ "{{base_url}}" ], "path": [ "Condition" ] } }, "response": [ { "name": "Condition - Diagnosis Awal", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Condition\",\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\n \"code\": \"encounter-diagnosis\",\n \"display\": \"Encounter Diagnosis\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"Z03.1\",\n \"display\": \"Observation for suspected malignant neoplasm\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_uuid}}\"\n },\n \"onsetDateTime\": \"2023-11-06T10:30:00+00:00\",\n \"recordedDate\": \"2023-11-06T10:30:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien dicurigai kanker payudara\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Condition", "host": [ "{{base_url}}" ], "path": [ "Condition" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcwMTQxNjQ4MTM2ODY2MzAwMA\"" }, { "key": "last-modified", "value": "Fri, 01 Dec 2023 07:41:21 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/f94a4bae-2e2b-4252-89d1-70f57ab849a3/_history/MTcwMTQxNjQ4MTM2ODY2MzAwMA" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 01 Dec 2023 07:41:21 GMT" }, { "key": "content-length", "value": "901" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "edcb6c04-93f1-4904-828b-b57aea84cc56" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"encounter-diagnosis\",\n \"display\": \"Encounter Diagnosis\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\"\n }\n ]\n }\n ],\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"code\": \"active\",\n \"display\": \"Active\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"Z03.1\",\n \"display\": \"Observation for suspected malignant neoplasm\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/7c517f16-3c1e-4154-bc08-c1329b9b39cc\"\n },\n \"id\": \"f94a4bae-2e2b-4252-89d1-70f57ab849a3\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2023-12-01T07:41:21.368663+00:00\",\n \"versionId\": \"MTcwMTQxNjQ4MTM2ODY2MzAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien dicurigai kanker payudara\"\n }\n ],\n \"onsetDateTime\": \"2023-11-06T10:30:00+00:00\",\n \"recordedDate\": \"2023-11-06T10:30:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] } ] }, { "name": "07. Tindakan (diagnostik)", "item": [ { "name": "Procedure - USG", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"103693007\",\n \"display\": \"Diagnostic procedure\"\n }\n ],\n \"text\": \"Diagnostic procedure\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"88.73\",\n \"display\": \"Diagnostic ultrasound of other sites of thorax\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_uuid}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-11-06T09:15:00+00:00\",\n \"end\": \"2023-11-06T09:30:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N{{Org_id}}\",\n \"display\": \"Dokter MARS\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"Z03.1\",\n \"display\": \"Observation for suspected malignant neoplasm\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Pasien melakukan pemeriksaan USG Payudara.\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Procedure", "host": [ "{{base_url}}" ], "path": [ "Procedure" ] } }, "response": [ { "name": "Procedure - USG", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"103693007\",\n \"display\": \"Diagnostic procedure\"\n }\n ],\n \"text\": \"Diagnostic procedure\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"88.73\",\n \"display\": \"Diagnostic ultrasound of other sites of thorax\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_uuid}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-11-06T09:15:00+00:00\",\n \"end\": \"2023-11-06T09:30:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N{{Org_id}}\",\n \"display\": \"Dokter MARS\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"Z03.1\",\n \"display\": \"Observation for suspected malignant neoplasm\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Pasien melakukan pemeriksaan USG Payudara.\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Procedure", "host": [ "{{base_url}}" ], "path": [ "Procedure" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/b191c9bc-62e0-4fbe-a239-36a53c05c295/_history/MTcwMTQxNzc2OTQ5MjI5MTAwMA" }, { "key": "etag", "value": "W/\"MTcwMTQxNzc2OTQ5MjI5MTAwMA\"" }, { "key": "last-modified", "value": "Fri, 01 Dec 2023 08:02:49 UTC" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 01 Dec 2023 08:02:49 GMT" }, { "key": "content-length", "value": "1024" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "a2f0ae89-eb4d-4c98-9748-dda52c738bc1" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"category\": {\n \"coding\": [\n {\n \"code\": \"103693007\",\n \"display\": \"Diagnostic procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Diagnostic procedure\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"88.73\",\n \"display\": \"Diagnostic ultrasound of other sites of thorax\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/7c517f16-3c1e-4154-bc08-c1329b9b39cc\"\n },\n \"id\": \"b191c9bc-62e0-4fbe-a239-36a53c05c295\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2023-12-01T08:02:49.492291+00:00\",\n \"versionId\": \"MTcwMTQxNzc2OTQ5MjI5MTAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien melakukan pemeriksaan USG Payudara.\"\n }\n ],\n \"performedPeriod\": {\n \"end\": \"2023-11-06T09:30:00+00:00\",\n \"start\": \"2023-11-06T09:15:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter MARS\",\n \"reference\": \"Practitioner/N10000002\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"Z03.1\",\n \"display\": \"Observation for suspected malignant neoplasm\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Procedure - Biopsi", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"103693007\",\n \"display\": \"Diagnostic procedure\"\n }\n ],\n \"text\": \"Diagnostic procedure\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"85.11\",\n \"display\": \"Closed [percutaneous] [needle] biopsy of breast\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_uuid}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-11-06T10:10:10+00:00\",\n \"end\": \"2023-11-06T10:15:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N{{Org_id}}\",\n \"display\": \"Dokter MARS\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"Z03.1\",\n \"display\": \"Observation for suspected malignant neoplasm\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Pasien melakukan pemeriksaan biopsi payudara jarum besar.\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Procedure", "host": [ "{{base_url}}" ], "path": [ "Procedure" ] } }, "response": [ { "name": "Procedure - Biopsi", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"103693007\",\n \"display\": \"Diagnostic procedure\"\n }\n ],\n \"text\": \"Diagnostic procedure\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"85.11\",\n \"display\": \"Closed [percutaneous] [needle] biopsy of breast\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_uuid}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-11-06T10:10:10+00:00\",\n \"end\": \"2023-11-06T10:15:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N{{Org_id}}\",\n \"display\": \"Dokter MARS\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"Z03.1\",\n \"display\": \"Observation for suspected malignant neoplasm\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Pasien melakukan pemeriksaan biopsi payudara jarum besar.\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Procedure", "host": [ "{{base_url}}" ], "path": [ "Procedure" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Fri, 01 Dec 2023 08:05:09 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/e9ba88ad-69a8-4368-9e87-f60c4f4aa008/_history/MTcwMTQxNzkwOTUyNjE2NjAwMA" }, { "key": "etag", "value": "W/\"MTcwMTQxNzkwOTUyNjE2NjAwMA\"" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 01 Dec 2023 08:05:09 GMT" }, { "key": "content-length", "value": "1040" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "3504bb95-f043-458a-a28f-469db3314617" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"category\": {\n \"coding\": [\n {\n \"code\": \"103693007\",\n \"display\": \"Diagnostic procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Diagnostic procedure\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"85.11\",\n \"display\": \"Closed [percutaneous] [needle] biopsy of breast\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/7c517f16-3c1e-4154-bc08-c1329b9b39cc\"\n },\n \"id\": \"e9ba88ad-69a8-4368-9e87-f60c4f4aa008\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2023-12-01T08:05:09.526166+00:00\",\n \"versionId\": \"MTcwMTQxNzkwOTUyNjE2NjAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien melakukan pemeriksaan biopsi payudara jarum besar.\"\n }\n ],\n \"performedPeriod\": {\n \"end\": \"2023-11-06T10:15:00+00:00\",\n \"start\": \"2023-11-06T10:10:10+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter MARS\",\n \"reference\": \"Practitioner/N10000002\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"Z03.1\",\n \"display\": \"Observation for suspected malignant neoplasm\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] } ] }, { "name": "08. Obat", "item": [ { "name": "Obat Bius untuk Biopsi", "item": [ { "name": "Medication - Lidocaine (request)", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Medication\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"666735\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001733\",\n \"display\": \"Lidocain Hydrochloride 20 mg/mL Injeksi (PHAPROS)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS034\",\n \"display\": \"Larutan Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000286\",\n \"display\": \"LIDOCAINE\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 20,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg/mL\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Ampule - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\"\n }\n }\n }\n ],\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\n \"code\": \"NC\",\n \"display\": \"Non-compound\"\n }\n ]\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Medication", "host": [ "{{base_url}}" ], "path": [ "Medication" ] } }, "response": [ { "name": "Medication - Lidocaine (request)", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Medication\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"666735\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001733\",\n \"display\": \"Lidocain Hydrochloride 20 mg/mL Injeksi (PHAPROS)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS034\",\n \"display\": \"Larutan Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000286\",\n \"display\": \"LIDOCAINE\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 20,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg/mL\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Ampule - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\"\n }\n }\n }\n ],\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\n \"code\": \"NC\",\n \"display\": \"Non-compound\"\n }\n ]\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Medication", "host": [ "{{base_url}}" ], "path": [ "Medication" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Medication/f8fb8eb1-5e4f-4fdc-84fc-b5b0fe8a6c31/_history/MTcwMjM0OTA3Mjg1ODM1OTAwMA" }, { "key": "etag", "value": "W/\"MTcwMjM0OTA3Mjg1ODM1OTAwMA\"" }, { "key": "last-modified", "value": "Tue, 12 Dec 2023 02:44:32 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Tue, 12 Dec 2023 02:44:32 GMT" }, { "key": "content-length", "value": "1300" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "7dbe33b0-38b8-4164-843a-9b8164834c14" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93001733\",\n \"display\": \"Lidocain Hydrochloride 20 mg/mL Injeksi (PHAPROS)\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"NC\",\n \"display\": \"Non-compound\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\"\n }\n ]\n }\n }\n ],\n \"form\": {\n \"coding\": [\n {\n \"code\": \"BS034\",\n \"display\": \"Larutan Injeksi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"f8fb8eb1-5e4f-4fdc-84fc-b5b0fe8a6c31\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000002\",\n \"use\": \"official\",\n \"value\": \"666735\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000286\",\n \"display\": \"LIDOCAINE\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"413516001\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Ampule - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg/mL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 20\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-12T02:44:32.858359+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcwMjM0OTA3Mjg1ODM1OTAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" } ] }, { "name": "MedicationRequest - Lidocaine", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"MedicationRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"2487779\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"2487779-1\"\n }\n ],\n \"status\": \"completed\",\n \"intent\": \"order\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/medicationrequest-category\",\n \"code\": \"outpatient\",\n \"display\": \"Outpatient\"\n }\n ]\n }\n ],\n \"priority\": \"routine\",\n \"medicationReference\": {\n \"reference\": \"Medication/86021a82-85b9-4c22-aa5a-b0e215f02947\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_uuid}}\"\n },\n \"authoredOn\": \"2023-11-06T10:10:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"Z03.1\",\n \"display\": \"Observation for suspected malignant neoplasm\"\n }\n ]\n }\n ],\n \"courseOfTherapyType\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy\",\n \"code\": \"acute\",\n \"display\": \"Short course (acute) therapy\"\n }\n ]\n },\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 dosis selama biopsi\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 dosis selama biopsi\"\n }\n ],\n \"patientInstruction\": \"1 dosis selama biopsi\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"h\"\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"P\",\n \"display\": \"Parenteral\"\n }\n ]\n },\n \"doseAndRate\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\",\n \"code\": \"ordered\",\n \"display\": \"Ordered\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 1,\n \"unit\": \"Ampule - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\"\n }\n }\n ]\n }\n ],\n \"dispenseRequest\": {\n \"dispenseInterval\": {\n \"value\": 1,\n \"unit\": \"days\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"validityPeriod\": {\n \"start\": \"2023-11-06T10:10:00+00:00\",\n \"end\": \"2023-11-06T11:10:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Ampule - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\"\n },\n \"expectedSupplyDuration\": {\n \"value\": 1,\n \"unit\": \"days\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"performer\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/MedicationRequest", "host": [ "{{base_url}}" ], "path": [ "MedicationRequest" ] } }, "response": [ { "name": "MedicationRequest - Lidocaine", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"MedicationRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"2487779\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"2487779-1\"\n }\n ],\n \"status\": \"completed\",\n \"intent\": \"order\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/medicationrequest-category\",\n \"code\": \"outpatient\",\n \"display\": \"Outpatient\"\n }\n ]\n }\n ],\n \"priority\": \"routine\",\n \"medicationReference\": {\n \"reference\": \"Medication/86021a82-85b9-4c22-aa5a-b0e215f02947\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_uuid}}\"\n },\n \"authoredOn\": \"2023-11-06T10:10:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"Z03.1\",\n \"display\": \"Observation for suspected malignant neoplasm\"\n }\n ]\n }\n ],\n \"courseOfTherapyType\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy\",\n \"code\": \"acute\",\n \"display\": \"Short course (acute) therapy\"\n }\n ]\n },\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 dosis selama biopsi\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 dosis selama biopsi\"\n }\n ],\n \"patientInstruction\": \"1 dosis selama biopsi\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"h\"\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"P\",\n \"display\": \"Parenteral\"\n }\n ]\n },\n \"doseAndRate\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\",\n \"code\": \"ordered\",\n \"display\": \"Ordered\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 1,\n \"unit\": \"Ampule - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\"\n }\n }\n ]\n }\n ],\n \"dispenseRequest\": {\n \"dispenseInterval\": {\n \"value\": 1,\n \"unit\": \"days\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"validityPeriod\": {\n \"start\": \"2023-11-06T10:10:00+00:00\",\n \"end\": \"2023-11-06T11:10:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Ampule - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\"\n },\n \"expectedSupplyDuration\": {\n \"value\": 1,\n \"unit\": \"days\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"performer\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/MedicationRequest", "host": [ "{{base_url}}" ], "path": [ "MedicationRequest" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/MedicationRequest/b611d26f-a0d4-4b0d-9076-5c0a5789ac05/_history/MTcwMTQxODI0MDI3MjA5ODAwMA" }, { "key": "last-modified", "value": "Fri, 01 Dec 2023 08:10:40 UTC" }, { "key": "etag", "value": "W/\"MTcwMTQxODI0MDI3MjA5ODAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 01 Dec 2023 08:10:40 GMT" }, { "key": "content-length", "value": "2359" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "07e3c5aa-8e54-496b-8faa-51759c22f69a" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"authoredOn\": \"2023-11-06T10:10:00+00:00\",\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"outpatient\",\n \"display\": \"Outpatient\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/medicationrequest-category\"\n }\n ]\n }\n ],\n \"courseOfTherapyType\": {\n \"coding\": [\n {\n \"code\": \"acute\",\n \"display\": \"Short course (acute) therapy\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy\"\n }\n ]\n },\n \"dispenseRequest\": {\n \"dispenseInterval\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"days\",\n \"value\": 1\n },\n \"expectedSupplyDuration\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"days\",\n \"value\": 1\n },\n \"numberOfRepeatsAllowed\": 0,\n \"performer\": {\n \"reference\": \"Organization/10000002\"\n },\n \"quantity\": {\n \"code\": \"413516001\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Ampule - unit of product usage\",\n \"value\": 1\n },\n \"validityPeriod\": {\n \"end\": \"2023-11-06T11:10:00+00:00\",\n \"start\": \"2023-11-06T10:10:00+00:00\"\n }\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"1 dosis selama biopsi\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"413516001\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Ampule - unit of product usage\",\n \"value\": 1\n },\n \"type\": {\n \"coding\": [\n {\n \"code\": \"ordered\",\n \"display\": \"Ordered\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\"\n }\n ]\n }\n }\n ],\n \"patientInstruction\": \"1 dosis selama biopsi\",\n \"route\": {\n \"coding\": [\n {\n \"code\": \"P\",\n \"display\": \"Parenteral\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 dosis selama biopsi\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"h\"\n }\n }\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/7c517f16-3c1e-4154-bc08-c1329b9b39cc\"\n },\n \"id\": \"b611d26f-a0d4-4b0d-9076-5c0a5789ac05\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000002\",\n \"use\": \"official\",\n \"value\": \"2487779\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000002\",\n \"use\": \"official\",\n \"value\": \"2487779-1\"\n }\n ],\n \"intent\": \"order\",\n \"medicationReference\": {\n \"reference\": \"Medication/86021a82-85b9-4c22-aa5a-b0e215f02947\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-01T08:10:40.272098+00:00\",\n \"versionId\": \"MTcwMTQxODI0MDI3MjA5ODAwMA\"\n },\n \"priority\": \"routine\",\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"Z03.1\",\n \"display\": \"Observation for suspected malignant neoplasm\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"requester\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"resourceType\": \"MedicationRequest\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Medication - Lidocaine (dispense)", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Medication\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"6667332\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001733\",\n \"display\": \"Lidocain Hydrochloride 20 mg/mL Injeksi (PHAPROS)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS034\",\n \"display\": \"Larutan Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000286\",\n \"display\": \"LIDOCAINE\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 20,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg/mL\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Ampule - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\"\n }\n }\n }\n ],\n \"batch\": {\n \"lotNumber\": \"1625042A\",\n \"expirationDate\": \"2025-07-22T14:27:00+00:00\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\n \"code\": \"NC\",\n \"display\": \"Non-compound\"\n }\n ]\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Medication", "host": [ "{{base_url}}" ], "path": [ "Medication" ] } }, "response": [ { "name": "Medication - Lidocaine (dispense)", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Medication\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"6667332\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001733\",\n \"display\": \"Lidocain Hydrochloride 20 mg/mL Injeksi (PHAPROS)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS034\",\n \"display\": \"Larutan Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000286\",\n \"display\": \"LIDOCAINE\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 20,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg/mL\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Ampule - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\"\n }\n }\n }\n ],\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\n \"code\": \"SD\",\n \"display\": \"Gives of such doses\"\n }\n ]\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Medication", "host": [ "{{base_url}}" ], "path": [ "Medication" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Medication/8a1306d9-0146-4dbd-89a3-f914c796c9d9/_history/MTcwMTQxODMwNTA2MTI5MjAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Fri, 01 Dec 2023 08:11:45 UTC" }, { "key": "etag", "value": "W/\"MTcwMTQxODMwNTA2MTI5MjAwMA\"" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 01 Dec 2023 08:11:45 GMT" }, { "key": "content-length", "value": "1308" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "82bfbd30-cf77-4afe-b315-360413075c42" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93001733\",\n \"display\": \"Lidocain Hydrochloride 20 mg/mL Injeksi (PHAPROS)\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"SD\",\n \"display\": \"Gives of such doses\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\"\n }\n ]\n }\n }\n ],\n \"form\": {\n \"coding\": [\n {\n \"code\": \"BS034\",\n \"display\": \"Larutan Injeksi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"8a1306d9-0146-4dbd-89a3-f914c796c9d9\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000002\",\n \"use\": \"official\",\n \"value\": \"6667332\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000286\",\n \"display\": \"LIDOCAINE\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"413516001\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Ampule - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg/mL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 20\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-01T08:11:45.061292+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcwMTQxODMwNTA2MTI5MjAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" } ] }, { "name": "MedicationDispense - Lidocaine", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"MedicationDispense\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"24877772\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"24877772-1\"\n }\n ],\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category\",\n \"code\": \"outpatient\",\n \"display\": \"Outpatient\"\n }\n ]\n },\n \"medicationReference\": {\n \"reference\": \"Medication/8a1306d9-0146-4dbd-89a3-f914c796c9d9\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter1_uuid}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000003\",\n \"display\": \"John Miller\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/ceeb8bad-43c4-4684-a3fc-4953f1df44e8\",\n \"display\": \"Farmasi, Divisi Pelayanan Medik, Keperawatan, dan Penunjang, Gedung Utama, Lantai 1\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/b611d26f-a0d4-4b0d-9076-5c0a5789ac05\"\n }\n ],\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Ampule - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\"\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2023-11-06T10:10:00+00:00\",\n \"whenHandedOver\": \"2023-11-06T10:10:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 dosis selama biopsi\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 dosis selama biopsi\"\n }\n ],\n \"patientInstruction\": \"1 dosis selama biopsi\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"h\"\n }\n },\n \"doseAndRate\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\",\n \"code\": \"ordered\",\n \"display\": \"Ordered\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 20,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg/mL\"\n }\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/MedicationDispense", "host": [ "{{base_url}}" ], "path": [ "MedicationDispense" ] } }, "response": [ { "name": "MedicationDispense - Lidocaine", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"MedicationDispense\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"24877772\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"24877772-1\"\n }\n ],\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category\",\n \"code\": \"outpatient\",\n \"display\": \"Outpatient\"\n }\n ]\n },\n \"medicationReference\": {\n \"reference\": \"Medication/8a1306d9-0146-4dbd-89a3-f914c796c9d9\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter1_uuid}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000003\",\n \"display\": \"John Miller\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/ceeb8bad-43c4-4684-a3fc-4953f1df44e8\",\n \"display\": \"Farmasi, Divisi Pelayanan Medik, Keperawatan, dan Penunjang, Gedung Utama, Lantai 1\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/b611d26f-a0d4-4b0d-9076-5c0a5789ac05\"\n }\n ],\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Ampule - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\"\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2023-11-06T10:10:00+00:00\",\n \"whenHandedOver\": \"2023-11-06T10:10:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 dosis selama biopsi\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 dosis selama biopsi\"\n }\n ],\n \"patientInstruction\": \"1 dosis selama biopsi\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"h\"\n }\n },\n \"doseAndRate\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\",\n \"code\": \"ordered\",\n \"display\": \"Ordered\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 20,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg/mL\"\n }\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/MedicationDispense", "host": [ "{{base_url}}" ], "path": [ "MedicationDispense" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/MedicationDispense/dd73164e-3e5e-485d-803c-192e37bdcecc/_history/MTcwMTQxODU4MTc1NzI2NjAwMA" }, { "key": "etag", "value": "W/\"MTcwMTQxODU4MTc1NzI2NjAwMA\"" }, { "key": "last-modified", "value": "Fri, 01 Dec 2023 08:16:21 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 01 Dec 2023 08:16:21 GMT" }, { "key": "content-length", "value": "1904" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "899547c9-736a-4076-9908-48e1f9d07959" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/b611d26f-a0d4-4b0d-9076-5c0a5789ac05\"\n }\n ],\n \"category\": {\n \"coding\": [\n {\n \"code\": \"outpatient\",\n \"display\": \"Outpatient\",\n \"system\": \"http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category\"\n }\n ]\n },\n \"context\": {\n \"reference\": \"Encounter/7c517f16-3c1e-4154-bc08-c1329b9b39cc\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"1 dosis selama biopsi\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"mg/mL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 20\n },\n \"type\": {\n \"coding\": [\n {\n \"code\": \"ordered\",\n \"display\": \"Ordered\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\"\n }\n ]\n }\n }\n ],\n \"patientInstruction\": \"1 dosis selama biopsi\",\n \"sequence\": 1,\n \"text\": \"1 dosis selama biopsi\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"h\"\n }\n }\n }\n ],\n \"id\": \"dd73164e-3e5e-485d-803c-192e37bdcecc\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000002\",\n \"use\": \"official\",\n \"value\": \"24877772\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000002\",\n \"use\": \"official\",\n \"value\": \"24877772-1\"\n }\n ],\n \"location\": {\n \"display\": \"Farmasi, Divisi Pelayanan Medik, Keperawatan, dan Penunjang, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/ceeb8bad-43c4-4684-a3fc-4953f1df44e8\"\n },\n \"medicationReference\": {\n \"reference\": \"Medication/8a1306d9-0146-4dbd-89a3-f914c796c9d9\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-01T08:16:21.757266+00:00\",\n \"versionId\": \"MTcwMTQxODU4MTc1NzI2NjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"John Miller\",\n \"reference\": \"Practitioner/N10000003\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"413516001\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Ampule - unit of product usage\",\n \"value\": 1\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-11-06T10:10:00+00:00\",\n \"whenPrepared\": \"2023-11-06T10:10:00+00:00\"\n}" } ] } ] } ] }, { "name": "09. Prognosis", "item": [ { "name": "ClinicalImpression - Create", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"ClinicalImpression\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/clinicalimpression/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"Prognosis_00001\"\n }\n ],\n \"status\": \"completed\",\n \"description\": \"Pasien dicurigai kanker payudara\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-11-06T10:25:00+00:00\",\n \"date\": \"2023-11-06T10:25:00+00:00\",\n \"assessor\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\"\n },\n \"problem\": [\n {\n \"reference\": \"Condition/fadf8264-da18-4b77-9c66-59649f13f22a\"\n }\n ],\n \"investigation\": [\n {\n \"code\": {\n \"text\": \"USG Payudara\"\n },\n \"item\": [\n {\n \"reference\": \"DiagnosticReport/6466b5b3-2c1c-4a88-bc26-053d766f3c39\"\n }\n ]\n }\n ],\n \"summary\": \"Prognosis terhadap kecurigaan kanker payudara pasien a.n. {{Patient_Name}}\",\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"Z03.1\",\n \"display\": \"Observation for suspected malignant neoplasm\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/f94a4bae-2e2b-4252-89d1-70f57ab849a3\"\n }\n }\n ],\n \"prognosisCodeableConcept\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"170968001\",\n \"display\": \"Prognosis good\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/ClinicalImpression", "host": [ "{{base_url}}" ], "path": [ "ClinicalImpression" ] } }, "response": [ { "name": "ClinicalImpression - Create", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"ClinicalImpression\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/clinicalimpression/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"Prognosis_00001\"\n }\n ],\n \"status\": \"completed\",\n \"description\": \"Pasien dicurigai kanker payudara\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-11-06T10:25:00+00:00\",\n \"date\": \"2023-11-06T10:25:00+00:00\",\n \"assessor\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\"\n },\n \"problem\": [\n {\n \"reference\": \"Condition/fadf8264-da18-4b77-9c66-59649f13f22a\"\n }\n ],\n \"investigation\": [\n {\n \"code\": {\n \"text\": \"USG Payudara\"\n },\n \"item\": [\n {\n \"reference\": \"DiagnosticReport/6466b5b3-2c1c-4a88-bc26-053d766f3c39\"\n }\n ]\n }\n ],\n \"summary\": \"Prognosis terhadap kecurigaan kanker payudara pasien a.n. {{Patient_Name}}\",\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"Z03.1\",\n \"display\": \"Observation for suspected malignant neoplasm\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/f94a4bae-2e2b-4252-89d1-70f57ab849a3\"\n }\n }\n ],\n \"prognosisCodeableConcept\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"170968001\",\n \"display\": \"Prognosis good\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/ClinicalImpression", "host": [ "{{base_url}}" ], "path": [ "ClinicalImpression" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Thu, 07 Dec 2023 04:35:51 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/ClinicalImpression/077ac0fc-e0eb-4076-bb93-4e328ca5a7de/_history/MTcwMTkyMzc1MTI3OTU4MjAwMA" }, { "key": "etag", "value": "W/\"MTcwMTkyMzc1MTI3OTU4MjAwMA\"" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Thu, 07 Dec 2023 04:35:51 GMT" }, { "key": "content-length", "value": "1311" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "4be1e300-4979-4159-8343-24bd8660aa79" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"assessor\": {\n \"reference\": \"Practitioner/N10000001\"\n },\n \"date\": \"2023-11-06T10:25:00+00:00\",\n \"description\": \"Pasien dicurigai kanker payudara\",\n \"effectiveDateTime\": \"2023-11-06T10:25:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/7c517f16-3c1e-4154-bc08-c1329b9b39cc\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"Z03.1\",\n \"display\": \"Observation for suspected malignant neoplasm\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/f94a4bae-2e2b-4252-89d1-70f57ab849a3\"\n }\n }\n ],\n \"id\": \"077ac0fc-e0eb-4076-bb93-4e328ca5a7de\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/clinicalimpression/10000002\",\n \"use\": \"official\",\n \"value\": \"Prognosis_00001\"\n }\n ],\n \"investigation\": [\n {\n \"code\": {\n \"text\": \"USG Payudara\"\n },\n \"item\": [\n {\n \"reference\": \"DiagnosticReport/6466b5b3-2c1c-4a88-bc26-053d766f3c39\"\n }\n ]\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-07T04:35:51.279582+00:00\",\n \"versionId\": \"MTcwMTkyMzc1MTI3OTU4MjAwMA\"\n },\n \"problem\": [\n {\n \"reference\": \"Condition/fadf8264-da18-4b77-9c66-59649f13f22a\"\n }\n ],\n \"prognosisCodeableConcept\": [\n {\n \"coding\": [\n {\n \"code\": \"170968001\",\n \"display\": \"Prognosis good\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"resourceType\": \"ClinicalImpression\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"summary\": \"Prognosis terhadap kecurigaan kanker payudara pasien a.n. Diana Smith\"\n}" } ] } ] }, { "name": "10. Rencana Tindak Lanjut", "item": [ { "name": "ServiceRequest - Kontrol kembali", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"ServiceRequest\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/{{Org_id}}\",\r\n \"value\": \"00002\"\r\n }\r\n ],\r\n \"status\": \"active\",\r\n \"intent\": \"original-order\",\r\n \"priority\": \"routine\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"306098008\",\r\n \"display\": \"Self-referral\"\r\n }\r\n ]\r\n },\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"11429006\",\r\n \"display\": \"Consultation\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"185389009\",\r\n \"display\": \"Follow-up visit\"\r\n }\r\n ],\r\n \"text\": \"Kontrol kembali minggu depan\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_Id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter1_uuid}}\"\r\n },\r\n \"occurrenceDateTime\": \"2023-11-06T10:30:00+00:00\",\r\n \"authoredOn\": \"2023-11-06T10:30:00+00:00\",\r\n \"requester\": {\r\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\r\n \"display\": \"{{Practitioner_Name}}\"\r\n },\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/N10000005\",\r\n \"display\": \"Fatma\"\r\n }\r\n ],\r\n \"reasonCode\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"code\": \"Z03.1\",\r\n \"display\": \"Observation for suspected malignant neoplasm\",\r\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\r\n }\r\n ],\r\n \"text\": \"Kontrol kembali minggu depan 13 November 2023\"\r\n }\r\n ],\r\n \"locationCode\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\",\r\n \"code\": \"OF\",\r\n \"display\": \"Outpatient Facility\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"patientInstruction\": \"Kontrol kembali minggu depan 13 November 2023. Dalam keadaan darurat dapat menghubungi hotline RS di nomor 14045\"\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/ServiceRequest", "host": [ "{{base_url}}" ], "path": [ "ServiceRequest" ] } }, "response": [ { "name": "ServiceRequest - Kontrol kembali", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"ServiceRequest\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/{{Org_id}}\",\r\n \"value\": \"00002\"\r\n }\r\n ],\r\n \"status\": \"active\",\r\n \"intent\": \"original-order\",\r\n \"priority\": \"routine\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"306098008\",\r\n \"display\": \"Self-referral\"\r\n }\r\n ]\r\n },\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"11429006\",\r\n \"display\": \"Consultation\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"185389009\",\r\n \"display\": \"Follow-up visit\"\r\n }\r\n ],\r\n \"text\": \"Kontrol kembali minggu depan\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_Id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter1_uuid}}\"\r\n },\r\n \"occurrenceDateTime\": \"2023-11-06T10:30:00+00:00\",\r\n \"authoredOn\": \"2023-11-06T10:30:00+00:00\",\r\n \"requester\": {\r\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\r\n \"display\": \"{{Practitioner_Name}}\"\r\n },\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/N10000005\",\r\n \"display\": \"Fatma\"\r\n }\r\n ],\r\n \"reasonCode\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"code\": \"Z03.1\",\r\n \"display\": \"Observation for suspected malignant neoplasm\",\r\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\r\n }\r\n ],\r\n \"text\": \"Kontrol kembali minggu depan 13 November 2023\"\r\n }\r\n ],\r\n \"locationCode\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\",\r\n \"code\": \"OF\",\r\n \"display\": \"Outpatient Facility\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"patientInstruction\": \"Kontrol kembali minggu depan 13 November 2023. Dalam keadaan darurat dapat menghubungi hotline RS di nomor 14045\"\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/ServiceRequest", "host": [ "{{base_url}}" ], "path": [ "ServiceRequest" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Fri, 01 Dec 2023 08:18:46 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/ServiceRequest/2e483333-aed0-4386-88bf-28af426006d1/_history/MTcwMTQxODcyNjU0MDQ3ODAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcwMTQxODcyNjU0MDQ3ODAwMA\"" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 01 Dec 2023 08:18:46 GMT" }, { "key": "content-length", "value": "1510" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "9da71be0-4d59-409f-8bdd-2742b5595ca2" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"authoredOn\": \"2023-11-06T10:30:00+00:00\",\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"306098008\",\n \"display\": \"Self-referral\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n {\n \"coding\": [\n {\n \"code\": \"11429006\",\n \"display\": \"Consultation\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"185389009\",\n \"display\": \"Follow-up visit\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Kontrol kembali minggu depan\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/7c517f16-3c1e-4154-bc08-c1329b9b39cc\"\n },\n \"id\": \"2e483333-aed0-4386-88bf-28af426006d1\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/10000002\",\n \"value\": \"00002\"\n }\n ],\n \"intent\": \"original-order\",\n \"locationCode\": [\n {\n \"coding\": [\n {\n \"code\": \"OF\",\n \"display\": \"Outpatient Facility\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\"\n }\n ]\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-01T08:18:46.540478+00:00\",\n \"versionId\": \"MTcwMTQxODcyNjU0MDQ3ODAwMA\"\n },\n \"occurrenceDateTime\": \"2023-11-06T10:30:00+00:00\",\n \"patientInstruction\": \"Kontrol kembali minggu depan 13 November 2023. Dalam keadaan darurat dapat menghubungi hotline RS di nomor 14045\",\n \"performer\": [\n {\n \"display\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\n }\n ],\n \"priority\": \"routine\",\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"Z03.1\",\n \"display\": \"Observation for suspected malignant neoplasm\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ],\n \"text\": \"Kontrol kembali minggu depan 13 November 2023\"\n }\n ],\n \"requester\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"resourceType\": \"ServiceRequest\",\n \"status\": \"active\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] } ] }, { "name": "11. Kondisi Saat Meninggalkan RS", "item": [ { "name": "Condition - Stabil", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Condition\",\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\n \"code\": \"problem-list-item\",\n \"display\": \"Problem List Item\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"359746009\",\n \"display\": \"Patient's condition stable\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_uuid}}\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Condition", "host": [ "{{base_url}}" ], "path": [ "Condition" ] } }, "response": [ { "name": "Condition - Stabil", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Condition\",\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\n \"code\": \"problem-list-item\",\n \"display\": \"Problem List Item\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"359746009\",\n \"display\": \"Patient's condition stable\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_uuid}}\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Condition", "host": [ "{{base_url}}" ], "path": [ "Condition" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcwMTQxODc2MDM3NzgzMTAwMA\"" }, { "key": "last-modified", "value": "Fri, 01 Dec 2023 08:19:20 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/51619061-357d-46fb-92a4-3feb35cd5ffa/_history/MTcwMTQxODc2MDM3NzgzMTAwMA" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 01 Dec 2023 08:19:20 GMT" }, { "key": "content-length", "value": "735" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "56bcdc28-7e4a-485e-8077-5f1bfd984b53" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"problem-list-item\",\n \"display\": \"Problem List Item\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\"\n }\n ]\n }\n ],\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"code\": \"active\",\n \"display\": \"Active\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"359746009\",\n \"display\": \"Patient's condition stable\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/7c517f16-3c1e-4154-bc08-c1329b9b39cc\"\n },\n \"id\": \"51619061-357d-46fb-92a4-3feb35cd5ffa\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2023-12-01T08:19:20.377831+00:00\",\n \"versionId\": \"MTcwMTQxODc2MDM3NzgzMTAwMA\"\n },\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] } ] }, { "name": "12. Membuat Episode Perawatan Kanker", "item": [ { "name": "EpisodeOfCare - Create Episode Surveilans Kanker", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();", "pm.environment.set(\"EpisodeOfCare_uuid\", data.id);" ], "type": "text/javascript", "packages": {} } }, { "listen": "prerequest", "script": { "exec": [ "//defining yyymmdd as currentDate's YYYYMMDD in string format\r", "var data = JSON.parse(pm.request.body.raw);\r", "var now = new Date(data.period.start);\r", "var year = now.getFullYear();\r", "var month = String(now.getMonth() + 1).padStart(2, '0');\r", "var day = String(now.getDate()).padStart(2, '0');\r", "var yyyymmdd = `${year}${month}${day}`;\r", "\r", "//Generating 5 digits of stringified random integer to make Registration_ID number (for test use cases)\r", "var randomInt = Math.floor(Math.random() * 100000);\r", "var randomIntPadded = String(randomInt).padStart(5, '0');\r", "var Registration_ID = yyyymmdd + randomIntPadded;\r", "\r", "//Setting CollectionVariable Registration_ID to be used\r", "pm.collectionVariables.set(\"EOC_ID\", Registration_ID)" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"EpisodeOfCare\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/{{Org_id}}\",\n \"value\": \"EOC{{EOC_ID}}\"\n }\n ],\n \"status\": \"waitlist\",\n \"statusHistory\": [\n {\n \"status\": \"waitlist\",\n \"period\": {\n \"start\": \"2023-11-06T11:00:00+00:00\"\n }\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\",\n \"code\": \"cancer\",\n \"display\": \"Cancer Management Care \"\n }\n ]\n }\n ],\n \"patient\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"managingOrganization\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"period\": {\n \"start\": \"2023-11-06T11:00:00+00:00\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/EpisodeOfCare", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare" ] } }, "response": [ { "name": "EpisodeOfCare - Create Episode Perawatan Kanker", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"EpisodeOfCare\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/{{Org_id}}\",\n \"value\": \"EOC{{EOC_ID}}\"\n }\n ],\n \"status\": \"waitlist\",\n \"statusHistory\": [\n {\n \"status\": \"waitlist\",\n \"period\": {\n \"start\": \"2023-11-06T11:00:00+00:00\"\n }\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\",\n \"code\": \"cancer\",\n \"display\": \"Cancer Management Care \"\n }\n ]\n }\n ],\n \"patient\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"managingOrganization\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"period\": {\n \"start\": \"2023-11-06T11:00:00+00:00\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/EpisodeOfCare", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Thu, 04 Apr 2024 04:46:49 UTC" }, { "key": "etag", "value": "W/\"MTcxMjIwNjAwOTUyMzc5MDAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/EpisodeOfCare/91c72a46-ea2e-4379-8f04-0f9170aebefc/_history/MTcxMjIwNjAwOTUyMzc5MDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Thu, 04 Apr 2024 04:46:49 GMT" }, { "key": "Content-Length", "value": "718" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "4f58dfab-136b-4803-becd-b756cde6cb62" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"id\": \"91c72a46-ea2e-4379-8f04-0f9170aebefc\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC2023110676340\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-04-04T04:46:49.523790+00:00\",\n \"versionId\": \"MTcxMjIwNjAwOTUyMzc5MDAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"period\": {\n \"start\": \"2023-11-06T11:00:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"waitlist\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-11-06T11:00:00+00:00\"\n },\n \"status\": \"waitlist\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"cancer\",\n \"display\": \"Cancer Management Care \",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\"\n }\n ]\n }\n ]\n}" } ] }, { "name": "EpisodeOfCare - Get by uuid jika nomor surveilans belum muncul", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "data.identifier.forEach(identifier => {\r", " if(identifier.system == \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\"){pm.collectionVariables.set(\"No_Surveilans_Kanker\", identifier.value);};\r", "})" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/EpisodeOfCare/:id", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare", ":id" ], "variable": [ { "key": "id", "value": "{{EpisodeOfCare_uuid}}" } ] } }, "response": [ { "name": "EpisodeOfCare - Get by uuid jika nomor surveilans belum muncul", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/EpisodeOfCare/:id", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare", ":id" ], "variable": [ { "key": "id", "value": "{{EpisodeOfCare_uuid}}" } ] } }, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json", "description": "" } ], "cookie": [], "body": "{\n \"id\": \"91c72a46-ea2e-4379-8f04-0f9170aebefc\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC2023110676340\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CNCS202410000000009\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-04-04T06:44:19.796743+00:00\",\n \"versionId\": \"MTcxMjIxMzA1OTc5Njc0MzAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"period\": {\n \"start\": \"2023-11-06T11:00:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-11-06T11:00:00+00:00\"\n },\n \"status\": \"waitlist\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"cancer\",\n \"display\": \"Cancer Management Care \",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\"\n }\n ]\n }\n ]\n}" } ] } ] }, { "name": "13. Cara Keluar dari RS", "item": [ { "name": "Encounter - Pulang dengan persetujuan dokter", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"Encounter\",\r\n \"id\": \"{{Encounter1_uuid}}\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\r\n \"value\": \"PD000017\"\r\n }\r\n ],\r\n \"status\": \"finished\",\r\n \"class\": {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\r\n \"code\": \"AMB\",\r\n \"display\": \"ambulatory\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_Id}}\",\r\n \"display\": \"{{Patient_Name}}\"\r\n },\r\n \"participant\": [\r\n {\r\n \"type\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\r\n \"code\": \"ATND\",\r\n \"display\": \"attender\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"individual\": {\r\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\r\n \"display\": \"{{Practitioner_Name}}\"\r\n }\r\n }\r\n ],\r\n \"period\": {\r\n \"start\": \"2023-11-06T07:30:00+00:00\",\r\n \"end\": \"2023-11-06T11:00:00+00:00\"\r\n },\r\n \"location\": [\r\n {\r\n \"location\": {\r\n \"reference\": \"Location/aecd4f8c-ceca-433e-ac7e-54b64b0e0a58\",\r\n \"display\": \"Poli Bedah, Divisi Pelayanan Medik, Keperawatan, dan Penunjang, Gedung Utama, Lantai 1\"\r\n },\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ServiceClass\",\r\n \"extension\": [\r\n {\r\n \"url\": \"value\",\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Outpatient\",\r\n \"code\": \"reguler\",\r\n \"display\": \"Kelas Reguler\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"statusHistory\": [\r\n {\r\n \"status\": \"arrived\",\r\n \"period\": {\r\n \"start\": \"2023-11-06T07:30:00+00:00\",\r\n \"end\": \"2023-11-06T07:40:00+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"in-progress\",\r\n \"period\": {\r\n \"start\": \"2023-11-06T07:40:00+00:00\",\r\n \"end\": \"2023-11-06T11:00:00+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"finished\",\r\n \"period\": {\r\n \"start\": \"2023-11-06T11:00:00+00:00\",\r\n \"end\": \"2023-11-06T11:00:00+00:00\"\r\n }\r\n }\r\n ],\r\n \"diagnosis\": [\r\n {\r\n \"condition\": {\r\n \"reference\": \"Condition/f94a4bae-2e2b-4252-89d1-70f57ab849a3\"\r\n },\r\n \"use\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\r\n \"code\": \"DD\",\r\n \"display\": \"Discharge diagnosis\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"hospitalization\": {\r\n \"dischargeDisposition\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\r\n \"code\": \"home\",\r\n \"display\": \"Home\"\r\n }\r\n ],\r\n \"text\": \"Menunggu hasil pemeriksaan 1 minggu lagi\"\r\n }\r\n },\r\n \"serviceProvider\": {\r\n \"reference\": \"Organization/{{Org_id}}\"\r\n },\r\n \"episodeOfCare\": [\r\n {\r\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_uuid}}\"\r\n }\r\n ]\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter1_uuid}}" } ] } }, "response": [ { "name": "Encounter - Pulang dengan persetujuan dokter", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"Encounter\",\r\n \"id\": \"{{Encounter1_uuid}}\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\r\n \"value\": \"PD000017\"\r\n }\r\n ],\r\n \"status\": \"finished\",\r\n \"class\": {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\r\n \"code\": \"AMB\",\r\n \"display\": \"ambulatory\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_Id}}\",\r\n \"display\": \"{{Patient_Name}}\"\r\n },\r\n \"participant\": [\r\n {\r\n \"type\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\r\n \"code\": \"ATND\",\r\n \"display\": \"attender\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"individual\": {\r\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\r\n \"display\": \"{{Practitioner_Name}}\"\r\n }\r\n }\r\n ],\r\n \"period\": {\r\n \"start\": \"2023-11-06T07:30:00+00:00\",\r\n \"end\": \"2023-11-06T11:00:00+00:00\"\r\n },\r\n \"location\": [\r\n {\r\n \"location\": {\r\n \"reference\": \"Location/aecd4f8c-ceca-433e-ac7e-54b64b0e0a58\",\r\n \"display\": \"Poli Bedah, Divisi Pelayanan Medik, Keperawatan, dan Penunjang, Gedung Utama, Lantai 1\"\r\n },\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ServiceClass\",\r\n \"extension\": [\r\n {\r\n \"url\": \"value\",\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Outpatient\",\r\n \"code\": \"reguler\",\r\n \"display\": \"Kelas Reguler\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"statusHistory\": [\r\n {\r\n \"status\": \"arrived\",\r\n \"period\": {\r\n \"start\": \"2023-11-06T07:30:00+00:00\",\r\n \"end\": \"2023-11-06T07:40:00+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"in-progress\",\r\n \"period\": {\r\n \"start\": \"2023-11-06T07:40:00+00:00\",\r\n \"end\": \"2023-11-06T11:00:00+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"finished\",\r\n \"period\": {\r\n \"start\": \"2023-11-06T11:00:00+00:00\",\r\n \"end\": \"2023-11-06T11:00:00+00:00\"\r\n }\r\n }\r\n ],\r\n \"diagnosis\": [\r\n {\r\n \"condition\": {\r\n \"reference\": \"Condition/f94a4bae-2e2b-4252-89d1-70f57ab849a3\"\r\n },\r\n \"use\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\r\n \"code\": \"DD\",\r\n \"display\": \"Discharge diagnosis\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"hospitalization\": {\r\n \"dischargeDisposition\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\r\n \"code\": \"home\",\r\n \"display\": \"Home\"\r\n }\r\n ],\r\n \"text\": \"Menunggu hasil pemeriksaan 1 minggu lagi\"\r\n }\r\n },\r\n \"serviceProvider\": {\r\n \"reference\": \"Organization/{{Org_id}}\"\r\n },\r\n \"episodeOfCare\": [\r\n {\r\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_uuid}}\"\r\n }\r\n ]\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter1_uuid}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Encounter/7c517f16-3c1e-4154-bc08-c1329b9b39cc/_history/MTcxNjI1ODcyNDM5ODY2OTAwMA" }, { "key": "etag", "value": "W/\"MTcxNjI1ODcyNDM5ODY2OTAwMA\"" }, { "key": "last-modified", "value": "Tue, 21 May 2024 02:32:04 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 21 May 2024 02:32:04 GMT" }, { "key": "content-length", "value": "2139" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "12a31662-21ee-4830-9bfb-f4bba55e291d" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"class\": {\n \"code\": \"AMB\",\n \"display\": \"ambulatory\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/f94a4bae-2e2b-4252-89d1-70f57ab849a3\"\n },\n \"use\": {\n \"coding\": [\n {\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\"\n }\n ]\n }\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/91c72a46-ea2e-4379-8f04-0f9170aebefc\"\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"code\": \"home\",\n \"display\": \"Home\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\"\n }\n ],\n \"text\": \"Menunggu hasil pemeriksaan 1 minggu lagi\"\n }\n },\n \"id\": \"7c517f16-3c1e-4154-bc08-c1329b9b39cc\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"PD000017\"\n }\n ],\n \"location\": [\n {\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"value\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Outpatient\"\n }\n ]\n }\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ServiceClass\"\n }\n ],\n \"location\": {\n \"display\": \"Poli Bedah, Divisi Pelayanan Medik, Keperawatan, dan Penunjang, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/aecd4f8c-ceca-433e-ac7e-54b64b0e0a58\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-05-21T02:32:04.398669+00:00\",\n \"versionId\": \"MTcxNjI1ODcyNDM5ODY2OTAwMA\"\n },\n \"participant\": [\n {\n \"individual\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"ATND\",\n \"display\": \"attender\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\"\n }\n ]\n }\n ]\n }\n ],\n \"period\": {\n \"end\": \"2023-11-06T11:00:00+00:00\",\n \"start\": \"2023-11-06T07:30:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000002\"\n },\n \"status\": \"finished\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-11-06T07:40:00+00:00\",\n \"start\": \"2023-11-06T07:30:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"end\": \"2023-11-06T11:00:00+00:00\",\n \"start\": \"2023-11-06T07:40:00+00:00\"\n },\n \"status\": \"in-progress\"\n },\n {\n \"period\": {\n \"end\": \"2023-11-06T11:00:00+00:00\",\n \"start\": \"2023-11-06T11:00:00+00:00\"\n },\n \"status\": \"finished\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] } ] } ] }, { "name": "02. Kunjungan 2", "item": [ { "name": "01. Mencari Data Pasien dan Nakes", "item": [ { "name": "Patient", "item": [ { "name": "Patient - Search NIK", "protocolProfileBehavior": { "disableBodyPruning": true, "disabledSystemHeaders": { "content-type": true } }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{token}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Patient?identifier=https://fhir.kemkes.go.id/id/nik|9271060312000001", "host": [ "{{base_url}}" ], "path": [ "Patient" ], "query": [ { "key": "identifier", "value": "https://fhir.kemkes.go.id/id/nik|9271060312000001" } ] } }, "response": [] }, { "name": "Patient - Bayi Search NIK Ibu", "protocolProfileBehavior": { "disableBodyPruning": true, "disabledSystemHeaders": { "content-type": true } }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{token}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Patient?identifier=https://fhir.kemkes.go.id/id/nik-ibu|367400001111222", "host": [ "{{base_url}}" ], "path": [ "Patient" ], "query": [ { "key": "identifier", "value": "https://fhir.kemkes.go.id/id/nik-ibu|367400001111222" } ] } }, "response": [] }, { "name": "Patient - Search Name, Birthdate, NIK", "protocolProfileBehavior": { "disableBodyPruning": true, "disabledSystemHeaders": { "content-type": true } }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Patient?name=patient&birthdate=1980-12-03&identifier=https://fhir.kemkes.go.id/id/nik|9271060312000001", "host": [ "{{base_url}}" ], "path": [ "Patient" ], "query": [ { "key": "name", "value": "patient" }, { "key": "birthdate", "value": "1980-12-03" }, { "key": "identifier", "value": "https://fhir.kemkes.go.id/id/nik|9271060312000001" } ] } }, "response": [] }, { "name": "Patient - Search Name, Birthdate, Gender", "protocolProfileBehavior": { "disableBodyPruning": true, "disabledSystemHeaders": { "content-type": true } }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Patient?name=patient 1&birthdate=1980-12-03&gender=male", "host": [ "{{base_url}}" ], "path": [ "Patient" ], "query": [ { "key": "name", "value": "patient 1" }, { "key": "birthdate", "value": "1980-12-03" }, { "key": "gender", "value": "male" } ] } }, "response": [ { "name": "Patient - Search Name, Birthdate, Gender", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" } ], "url": { "raw": "{{base_url}}/Patient?name=patient 1&birthdate=1980-12-03&gender=male", "host": [ "{{base_url}}" ], "path": [ "Patient" ], "query": [ { "key": "name", "value": "patient 1" }, { "key": "birthdate", "value": "1980-12-03" }, { "key": "gender", "value": "male" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Tue, 17 Oct 2023 08:23:48 GMT" }, { "key": "content-length", "value": "1904" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "2c386521-d8f7-4fdd-8134-759986b60bc3" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"entry\": [\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02478375538\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"MUNA\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"74\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"26\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1008\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"KEL.TOMBULA\"\n ],\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1980-12-03\",\n \"communication\": [\n {\n \"language\": {\n \"coding\": [\n {\n \"code\": \"id-ID\",\n \"display\": \"Indonesian\",\n \"system\": \"urn:ietf:bcp:47\"\n }\n ],\n \"text\": \"Indonesian\"\n },\n \"preferred\": true\n }\n ],\n \"deceasedBoolean\": false,\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/citizenshipStatus\",\n \"valueCode\": \"WNI\"\n }\n ],\n \"gender\": \"male\",\n \"id\": \"P02478375538\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02478375538\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"9271060312000001\"\n }\n ],\n \"link\": [\n {\n \"other\": {\n \"reference\": \"RelatedPerson/7af11905-8d49-47dc-a72b-bca4948c01e7\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-05-31T06:40:40.038378+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY4NTUxNTI0MDAzODM3ODAwMA\"\n },\n \"multipleBirthBoolean\": false,\n \"name\": [\n {\n \"text\": \"patient 1\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n }\n ],\n \"link\": [\n {\n \"relation\": \"search\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1980-12-03&gender=male&name=patient+1\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1980-12-03&gender=male&name=patient+1\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1980-12-03&gender=male&name=patient+1\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" } ] }, { "name": "Patient - By ID", "protocolProfileBehavior": { "disableBodyPruning": true, "disabledSystemHeaders": { "content-type": true } }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Patient/:id", "host": [ "{{base_url}}" ], "path": [ "Patient", ":id" ], "variable": [ { "key": "id", "value": "100000030015" } ] } }, "response": [ { "name": "Patient - By ID", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" } ], "url": { "raw": "{{base_url}}/Patient/:id", "host": [ "{{base_url}}" ], "path": [ "Patient", ":id" ], "variable": [ { "key": "id", "value": "{{Patient_Id}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTY4NDI3NTY3MDYwODgwNzAwMA\"" }, { "key": "last-modified", "value": "Tue, 16 May 2023 22:21:10 UTC" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Wed, 05 Jul 2023 07:49:05 GMT" }, { "key": "content-length", "value": "493" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "d2f4fb27-056f-4f75-b279-befeeccf96ee" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"active\": true,\n \"id\": \"100000030015\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"100000030015\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"################\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-05-16T22:21:10.608807+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient|4.0.1\",\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY4NDI3NTY3MDYwODgwNzAwMA\"\n },\n \"resourceType\": \"Patient\"\n}" } ] }, { "name": "Patient - Create by NIK", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"Patient\",\r\n \"meta\": {\r\n \"profile\": [\r\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\r\n ]\r\n },\r\n \"identifier\": [\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\r\n \"value\": \"3174031002890009\"\r\n },\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"https://fhir.kemkes.go.id/id/paspor\",\r\n \"value\": \"A01111222\"\r\n },\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"https://fhir.kemkes.go.id/id/kk\",\r\n \"value\": \"367400001111111\"\r\n }\r\n ],\r\n \"active\": true,\r\n \"name\": [\r\n {\r\n \"use\": \"official\",\r\n \"text\": \"John Smith\"\r\n }\r\n ],\r\n \"telecom\": [\r\n {\r\n \"system\": \"phone\",\r\n \"value\": \"08123456789\",\r\n \"use\": \"mobile\"\r\n },\r\n {\r\n \"system\": \"phone\",\r\n \"value\": \"+622123456789\",\r\n \"use\": \"home\"\r\n },\r\n {\r\n \"system\": \"email\",\r\n \"value\": \"john.smith@xyz.com\",\r\n \"use\": \"home\"\r\n }\r\n ],\r\n \"gender\": \"female\",\r\n \"birthDate\": \"1945-11-17\",\r\n \"deceasedBoolean\": false,\r\n \"address\": [\r\n {\r\n \"use\": \"home\",\r\n \"line\": [\r\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\r\n ],\r\n \"city\": \"Jakarta\",\r\n \"postalCode\": \"12950\",\r\n \"country\": \"ID\",\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\",\r\n \"extension\": [\r\n {\r\n \"url\": \"province\",\r\n \"valueCode\": \"10\"\r\n },\r\n {\r\n \"url\": \"city\",\r\n \"valueCode\": \"1010\"\r\n },\r\n {\r\n \"url\": \"district\",\r\n \"valueCode\": \"1010101\"\r\n },\r\n {\r\n \"url\": \"village\",\r\n \"valueCode\": \"1010101101\"\r\n },\r\n {\r\n \"url\": \"rt\",\r\n \"valueCode\": \"2\"\r\n },\r\n {\r\n \"url\": \"rw\",\r\n \"valueCode\": \"2\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"maritalStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus\",\r\n \"code\": \"M\",\r\n \"display\": \"Married\"\r\n }\r\n ],\r\n \"text\": \"Married\"\r\n },\r\n \"multipleBirthInteger\": 0,\r\n \"contact\": [\r\n {\r\n \"relationship\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0131\",\r\n \"code\": \"C\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"name\": {\r\n \"use\": \"official\",\r\n \"text\": \"Jane Smith\"\r\n },\r\n \"telecom\": [\r\n {\r\n \"system\": \"phone\",\r\n \"value\": \"0690383372\",\r\n \"use\": \"mobile\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"communication\": [\r\n {\r\n \"language\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"urn:ietf:bcp:47\",\r\n \"code\": \"id-ID\",\r\n \"display\": \"Indonesian\"\r\n }\r\n ],\r\n \"text\": \"Indonesian\"\r\n },\r\n \"preferred\": true\r\n }\r\n ],\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/birthPlace\",\r\n \"valueAddress\": {\r\n \"city\": \"Bandung\",\r\n \"country\": \"ID\"\r\n }\r\n },\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/citizenshipStatus\",\r\n \"valueCode\": \"WNI\"\r\n }\r\n ]\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Patient", "host": [ "{{base_url}}" ], "path": [ "Patient" ] } }, "response": [ { "name": "Create Success", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"Patient\",\r\n \"meta\": {\r\n \"profile\": [\r\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\r\n ]\r\n },\r\n \"identifier\": [\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\r\n \"value\": \"3174031002890009\"\r\n },\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"https://fhir.kemkes.go.id/id/paspor\",\r\n \"value\": \"A01111222\"\r\n },\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"https://fhir.kemkes.go.id/id/kk\",\r\n \"value\": \"367400001111111\"\r\n }\r\n ],\r\n \"active\": true,\r\n \"name\": [\r\n {\r\n \"use\": \"official\",\r\n \"text\": \"John Smith\"\r\n }\r\n ],\r\n \"telecom\": [\r\n {\r\n \"system\": \"phone\",\r\n \"value\": \"08123456789\",\r\n \"use\": \"mobile\"\r\n },\r\n {\r\n \"system\": \"phone\",\r\n \"value\": \"+622123456789\",\r\n \"use\": \"home\"\r\n },\r\n {\r\n \"system\": \"email\",\r\n \"value\": \"john.smith@xyz.com\",\r\n \"use\": \"home\"\r\n }\r\n ],\r\n \"gender\": \"female\",\r\n \"birthDate\": \"1945-11-17\",\r\n \"deceasedBoolean\": false,\r\n \"address\": [\r\n {\r\n \"use\": \"home\",\r\n \"line\": [\r\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\r\n ],\r\n \"city\": \"Jakarta\",\r\n \"postalCode\": \"12950\",\r\n \"country\": \"ID\",\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\",\r\n \"extension\": [\r\n {\r\n \"url\": \"province\",\r\n \"valueCode\": \"10\"\r\n },\r\n {\r\n \"url\": \"city\",\r\n \"valueCode\": \"1010\"\r\n },\r\n {\r\n \"url\": \"district\",\r\n \"valueCode\": \"1010101\"\r\n },\r\n {\r\n \"url\": \"village\",\r\n \"valueCode\": \"1010101101\"\r\n },\r\n {\r\n \"url\": \"rt\",\r\n \"valueCode\": \"2\"\r\n },\r\n {\r\n \"url\": \"rw\",\r\n \"valueCode\": \"2\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"maritalStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus\",\r\n \"code\": \"M\",\r\n \"display\": \"Married\"\r\n }\r\n ],\r\n \"text\": \"Married\"\r\n },\r\n \"multipleBirthInteger\": 0,\r\n \"contact\": [\r\n {\r\n \"relationship\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0131\",\r\n \"code\": \"C\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"name\": {\r\n \"use\": \"official\",\r\n \"text\": \"Jane Smith\"\r\n },\r\n \"telecom\": [\r\n {\r\n \"system\": \"phone\",\r\n \"value\": \"0690383372\",\r\n \"use\": \"mobile\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"communication\": [\r\n {\r\n \"language\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"urn:ietf:bcp:47\",\r\n \"code\": \"id-ID\",\r\n \"display\": \"Indonesian\"\r\n }\r\n ],\r\n \"text\": \"Indonesian\"\r\n },\r\n \"preferred\": true\r\n }\r\n ],\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/birthPlace\",\r\n \"valueAddress\": {\r\n \"city\": \"Bandung\",\r\n \"country\": \"ID\"\r\n }\r\n },\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/citizenshipStatus\",\r\n \"valueCode\": \"WNI\"\r\n }\r\n ]\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Patient", "host": [ "{{base_url}}" ], "path": [ "Patient" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "x-request-id", "value": "3f450dbd-0e27-423a-b073-0ab7835509a2" }, { "key": "content-length", "value": "108" }, { "key": "date", "value": "Wed, 08 Mar 2023 04:06:31 GMT" }, { "key": "Via", "value": "1.1 google" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"success\": true,\n \"message\": \"New Patient has been created successfully\",\n \"data\": {\n \"Patient ID:\": \"P02029102687\"\n }\n}" }, { "name": "Patient Exist", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"Patient\",\r\n \"meta\": {\r\n \"profile\": [\r\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\r\n ]\r\n },\r\n \"identifier\": [\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\r\n \"value\": \"3278050604660005\"\r\n },\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"https://fhir.kemkes.go.id/id/paspor\",\r\n \"value\": \"A01111222\"\r\n },\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"https://fhir.kemkes.go.id/id/kk\",\r\n \"value\": \"367400001111111\"\r\n }\r\n ],\r\n \"active\": true,\r\n \"name\": [\r\n {\r\n \"use\": \"official\",\r\n \"text\": \"John Smith\"\r\n }\r\n ],\r\n \"telecom\": [\r\n {\r\n \"system\": \"phone\",\r\n \"value\": \"08123456789\",\r\n \"use\": \"mobile\"\r\n },\r\n {\r\n \"system\": \"phone\",\r\n \"value\": \"+622123456789\",\r\n \"use\": \"home\"\r\n },\r\n {\r\n \"system\": \"email\",\r\n \"value\": \"john.smith@xyz.com\",\r\n \"use\": \"home\"\r\n }\r\n ],\r\n \"gender\": \"female\",\r\n \"birthDate\": \"1945-11-17\",\r\n \"deceasedBoolean\": false,\r\n \"address\": [\r\n {\r\n \"use\": \"home\",\r\n \"line\": [\r\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\r\n ],\r\n \"city\": \"Jakarta\",\r\n \"postalCode\": \"12950\",\r\n \"country\": \"ID\",\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\",\r\n \"extension\": [\r\n {\r\n \"url\": \"province\",\r\n \"valueCode\": \"10\"\r\n },\r\n {\r\n \"url\": \"city\",\r\n \"valueCode\": \"1010\"\r\n },\r\n {\r\n \"url\": \"district\",\r\n \"valueCode\": \"1010101\"\r\n },\r\n {\r\n \"url\": \"village\",\r\n \"valueCode\": \"1010101101\"\r\n },\r\n {\r\n \"url\": \"rt\",\r\n \"valueCode\": \"2 \"\r\n },\r\n {\r\n \"url\": \"rw\",\r\n \"valueCode\": \"2\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"maritalStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus\",\r\n \"code\": \"M\",\r\n \"display\": \"Married\"\r\n }\r\n ],\r\n \"text\": \"Married\"\r\n },\r\n \"multipleBirthInteger\": 0,\r\n \"contact\": [\r\n {\r\n \"relationship\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0131\",\r\n \"code\": \"C\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"name\": {\r\n \"use\": \"official\",\r\n \"text\": \"Jane Smith\"\r\n },\r\n \"telecom\": [\r\n {\r\n \"system\": \"phone\",\r\n \"value\": \"0690383372\",\r\n \"use\": \"mobile\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"communication\": [\r\n {\r\n \"language\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"urn:ietf:bcp:47\",\r\n \"code\": \"id-ID\",\r\n \"display\": \"Indonesian\"\r\n }\r\n ],\r\n \"text\": \"Indonesian\"\r\n },\r\n \"preferred\": true\r\n }\r\n ],\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/birthPlace\",\r\n \"valueAddress\": {\r\n \"city\": \"Bandung\",\r\n \"country\": \"ID\"\r\n }\r\n },\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/citizenshipStatus\",\r\n \"valueCode\": \"WNI\"\r\n }\r\n ]\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Patient", "host": [ "{{base_url}}" ], "path": [ "Patient" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "x-request-id", "value": "09dd9775-0657-4433-84f1-194c2d08af5c" }, { "key": "content-length", "value": "90" }, { "key": "date", "value": "Fri, 03 Mar 2023 13:26:38 GMT" }, { "key": "Via", "value": "1.1 google" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"success\": false,\n \"message\": \"Patient Resource Exists\",\n \"data\": {\n \"resourceID\": \"P02029102416\"\n }\n}" }, { "name": "NIK Not Exist", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"Patient\",\r\n \"meta\": {\r\n \"profile\": [\r\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\r\n ]\r\n },\r\n \"identifier\": [\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\r\n \"value\": \"3174031002890009\"\r\n },\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"https://fhir.kemkes.go.id/id/paspor\",\r\n \"value\": \"A01111222\"\r\n },\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"https://fhir.kemkes.go.id/id/kk\",\r\n \"value\": \"367400001111111\"\r\n }\r\n ],\r\n \"active\": true,\r\n \"name\": [\r\n {\r\n \"use\": \"official\",\r\n \"text\": \"John Smith\"\r\n }\r\n ],\r\n \"telecom\": [\r\n {\r\n \"system\": \"phone\",\r\n \"value\": \"08123456789\",\r\n \"use\": \"mobile\"\r\n },\r\n {\r\n \"system\": \"phone\",\r\n \"value\": \"+622123456789\",\r\n \"use\": \"home\"\r\n },\r\n {\r\n \"system\": \"email\",\r\n \"value\": \"john.smith@xyz.com\",\r\n \"use\": \"home\"\r\n }\r\n ],\r\n \"gender\": \"female\",\r\n \"birthDate\": \"1945-11-17\",\r\n \"deceasedBoolean\": false,\r\n \"address\": [\r\n {\r\n \"use\": \"home\",\r\n \"line\": [\r\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\r\n ],\r\n \"city\": \"Jakarta\",\r\n \"postalCode\": \"12950\",\r\n \"country\": \"ID\",\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\",\r\n \"extension\": [\r\n {\r\n \"url\": \"province\",\r\n \"valueCode\": \"10\"\r\n },\r\n {\r\n \"url\": \"city\",\r\n \"valueCode\": \"1010\"\r\n },\r\n {\r\n \"url\": \"district\",\r\n \"valueCode\": \"1010101\"\r\n },\r\n {\r\n \"url\": \"village\",\r\n \"valueCode\": \"1010101101\"\r\n },\r\n {\r\n \"url\": \"rt\",\r\n \"valueCode\": \"2\"\r\n },\r\n {\r\n \"url\": \"rw\",\r\n \"valueCode\": \"2\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"maritalStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus\",\r\n \"code\": \"M\",\r\n \"display\": \"Married\"\r\n }\r\n ],\r\n \"text\": \"Married\"\r\n },\r\n \"multipleBirthInteger\": 0,\r\n \"contact\": [\r\n {\r\n \"relationship\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0131\",\r\n \"code\": \"C\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"name\": {\r\n \"use\": \"official\",\r\n \"text\": \"Jane Smith\"\r\n },\r\n \"telecom\": [\r\n {\r\n \"system\": \"phone\",\r\n \"value\": \"0690383372\",\r\n \"use\": \"mobile\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"communication\": [\r\n {\r\n \"language\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"urn:ietf:bcp:47\",\r\n \"code\": \"id-ID\",\r\n \"display\": \"Indonesian\"\r\n }\r\n ],\r\n \"text\": \"Indonesian\"\r\n },\r\n \"preferred\": true\r\n }\r\n ],\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/birthPlace\",\r\n \"valueAddress\": {\r\n \"city\": \"Bandung\",\r\n \"country\": \"ID\"\r\n }\r\n },\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/citizenshipStatus\",\r\n \"valueCode\": \"WNI\"\r\n }\r\n ]\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Patient", "host": [ "{{base_url}}" ], "path": [ "Patient" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "x-request-id", "value": "2ec41bb9-78b1-4297-aa8f-356b24e9594b" }, { "key": "content-length", "value": "48" }, { "key": "date", "value": "Wed, 08 Mar 2023 04:05:08 GMT" }, { "key": "Via", "value": "1.1 google" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"success\": false,\n \"message\": \"Citizen Not Exists\"\n}" } ] } ] }, { "name": "Practitioner", "item": [ { "name": "Practitioner - Search NIK", "protocolProfileBehavior": { "disableBodyPruning": true, "disabledSystemHeaders": { "content-type": true } }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Practitioner?identifier=https://fhir.kemkes.go.id/id/nik|367400001111222", "host": [ "{{base_url}}" ], "path": [ "Practitioner" ], "query": [ { "key": "identifier", "value": "https://fhir.kemkes.go.id/id/nik|367400001111222" } ] } }, "response": [ { "name": "Practitioner - Search NIK", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" } ], "url": { "raw": "{{base_url}}/Practitioner?identifier=https://fhir.kemkes.go.id/id/nik|367400001111222", "host": [ "{{base_url}}" ], "path": [ "Practitioner" ], "query": [ { "key": "identifier", "value": "https://fhir.kemkes.go.id/id/nik|367400001111222" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/fhir+json;charset=utf-8" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Sat, 03 Dec 2022 04:46:23 GMT" }, { "key": "content-length", "value": "37231" }, { "key": "x-xss-protection", "value": "0" }, { "key": "x-frame-options", "value": "SAMEORIGIN" }, { "key": "x-content-type-options", "value": "nosniff" }, { "key": "x-request-id", "value": "e9cbc455-7f43-4079-925e-b1d31381d7a5" }, { "key": "Via", "value": "1.1 google" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"entry\": [\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000010\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000010\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000010\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T03:04:31.188115+00:00\",\n \"versionId\": \"MTY2OTE3MjY3MTE4ODExNTAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Dorothy Third Clone\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"voigt@xyz.com\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000009\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000009\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000009\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T03:04:02.773442+00:00\",\n \"versionId\": \"MTY2OTE3MjY0Mjc3MzQ0MjAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Dorothies Clone\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"voigt@xyz.com\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000008\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000008\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000008\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T03:03:35.594418+00:00\",\n \"versionId\": \"MTY2OTE3MjYxNTU5NDQxODAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Dorothy Clone\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"voigt@xyz.com\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000007\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000007\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000007\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T03:00:56.337787+00:00\",\n \"versionId\": \"MTY2OTE3MjQ1NjMzNzc4NzAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Dorothy\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"voigt@xyz.com\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000006\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000006\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000006\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T03:00:19.536151+00:00\",\n \"versionId\": \"MTY2OTE3MjQxOTUzNjE1MTAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Rus, MD.\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"voigt@xyz.com\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000005\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000005\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000005\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T02:59:54.410712+00:00\",\n \"versionId\": \"MTY2OTE3MjM5NDQxMDcxMjAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Paul Therapist, PT\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"voigt@xyz.com\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000004\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000004\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000004\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T02:59:32.514793+00:00\",\n \"versionId\": \"MTY2OTE3MjM3MjUxNDc5MzAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Pamela Educator, RN\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"voigt@xyz.com\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000003\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000003\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000003\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T02:59:10.522324+00:00\",\n \"versionId\": \"MTY2OTE3MjM1MDUyMjMyNDAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Ray Sp.Rad.\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"voigt@xyz.com\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000001\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000001\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000001\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T02:58:15.231452+00:00\",\n \"versionId\": \"MTY2OTE3MjI5NTIzMTQ1MjAwMA\"\n },\n \"name\": [\n {\n \"prefix\": [\n \"Dr.\",\n \"dr.\"\n ],\n \"suffix\": [\n \"MARS.\"\n ],\n \"text\": \"Voigt\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"voigt@xyz.com\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 9,\n \"type\": \"searchset\"\n}" } ] }, { "name": "Practitioner - Search Name, Gender, Birthdate", "protocolProfileBehavior": { "disableBodyPruning": true, "disabledSystemHeaders": { "content-type": true } }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Practitioner?name=Voigt&gender=male&birthdate=1945", "host": [ "{{base_url}}" ], "path": [ "Practitioner" ], "query": [ { "key": "name", "value": "Voigt" }, { "key": "gender", "value": "male" }, { "key": "birthdate", "value": "1945" } ] } }, "response": [ { "name": "Practitioner - Search Name, Gender, Birthdate", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" } ], "url": { "raw": "{{base_url}}/Practitioner?name=Voigt&gender=male&birthdate=1945", "host": [ "{{base_url}}" ], "path": [ "Practitioner" ], "query": [ { "key": "name", "value": "Voigt" }, { "key": "gender", "value": "male" }, { "key": "birthdate", "value": "1945" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/fhir+json;charset=utf-8" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Sat, 03 Dec 2022 04:53:01 GMT" }, { "key": "content-length", "value": "8576" }, { "key": "x-xss-protection", "value": "0" }, { "key": "x-frame-options", "value": "SAMEORIGIN" }, { "key": "x-content-type-options", "value": "nosniff" }, { "key": "x-request-id", "value": "c45e6850-c883-4d51-b6a0-d1a7644e9c66" }, { "key": "Via", "value": "1.1 google" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"entry\": [\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000002\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"2000-12-12\",\n \"gender\": \"male\",\n \"id\": \"N10000002\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000002\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111223\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T02:58:44.125648+00:00\",\n \"versionId\": \"MTY2OTE3MjMyNDEyNTY0ODAwMA\"\n },\n \"name\": [\n {\n \"prefix\": [\n \"Dr.\",\n \"dr.\"\n ],\n \"suffix\": [\n \"MARS.\"\n ],\n \"text\": \"Voigt\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Regfristrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"2015\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"voigt@xyz.com\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000001\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000001\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000001\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T02:58:15.231452+00:00\",\n \"versionId\": \"MTY2OTE3MjI5NTIzMTQ1MjAwMA\"\n },\n \"name\": [\n {\n \"prefix\": [\n \"Dr.\",\n \"dr.\"\n ],\n \"suffix\": [\n \"MARS.\"\n ],\n \"text\": \"Voigt\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"voigt@xyz.com\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 2,\n \"type\": \"searchset\"\n}" } ] }, { "name": "Practitioner - By ID - N10000001", "protocolProfileBehavior": { "disableBodyPruning": true, "disabledSystemHeaders": { "content-type": true } }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Practitioner/:id", "host": [ "{{base_url}}" ], "path": [ "Practitioner", ":id" ], "variable": [ { "key": "id", "value": "N10000001" } ] } }, "response": [ { "name": "Practitioner - By ID - N10000001", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" } ], "url": { "raw": "{{base_url}}/Practitioner/:id", "host": [ "{{base_url}}" ], "path": [ "Practitioner", ":id" ], "variable": [ { "key": "id", "value": "N10000005" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Sat, 20 Aug 2022 16:27:02 UTC" }, { "key": "content-type", "value": "application/fhir+json;charset=utf-8" }, { "key": "etag", "value": "W/\"MTY2MTAxMjgyMjA5NzA1OTAwMA\"" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Thu, 01 Sep 2022 13:28:51 GMT" }, { "key": "content-length", "value": "3103" }, { "key": "x-xss-protection", "value": "0" }, { "key": "x-frame-options", "value": "SAMEORIGIN" }, { "key": "x-content-type-options", "value": "nosniff" }, { "key": "x-request-id", "value": "271d1de0-196f-4e32-94e2-c25336152617" }, { "key": "Via", "value": "1.1 google" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000005\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000005\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-08-20T16:27:02.097059+00:00\",\n \"versionId\": \"MTY2MTAxMjgyMjA5NzA1OTAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Paul Therapist, PT\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"voigt@xyz.com\"\n }\n ]\n}" } ] } ] } ] }, { "name": "02. Pendaftaran Kunjungan", "item": [ { "name": "Pembuatan Kunjungan", "item": [ { "name": "EpisodeOfCare - Search by Patient", "event": [ { "listen": "test", "script": { "exec": [ "var bundle = pm.response.json();\r", "var data = null;\r", "bundle.entry.forEach(entry => {\r", " let data = entry.resource;\r", " if(data.status == \"waitlist\"){\r", " pm.collectionVariables.set(\"EpisodeOfCare_uuid\", data.id)\r", " };\r", "})" ], "type": "text/javascript", "packages": {} } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_Id}}&type=cancer&status=waitlist", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare" ], "query": [ { "key": "patient", "value": "{{Patient_Id}}", "description": "IHS number of patient involve in Cancer Management Care" }, { "key": "type", "value": "cancer", "description": "type of EpisodeOfCare" }, { "key": "status", "value": "waitlist", "description": "status should be waitlist for surveillance patients" } ] } }, "response": [ { "name": "EpisodeOfCare - Search by Patient", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_Id}}&type=cancer&status=waitlist", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare" ], "query": [ { "key": "patient", "value": "{{Patient_Id}}", "description": "IHS number of patient involve in Cancer Management Care" }, { "key": "type", "value": "cancer", "description": "type of EpisodeOfCare" }, { "key": "status", "value": "waitlist", "description": "status should be waitlist for surveillance patients" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 26 Jan 2024 16:23:27 GMT" }, { "key": "content-length", "value": "2320" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "b2c381a4-b8d6-478f-96c3-a55bb326a6c0" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"entry\": [\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/91c72a46-ea2e-4379-8f04-0f9170aebefc\",\n \"resource\": {\n \"id\": \"91c72a46-ea2e-4379-8f04-0f9170aebefc\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC2023110676340\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CNCS202410000000010\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-04-04T04:46:49.924423+00:00\",\n \"versionId\": \"MTcxMjIwNjAwOTkyNDQyMzAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"period\": {\n \"start\": \"2023-11-06T11:00:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"waitlist\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-11-06T11:00:00+00:00\"\n },\n \"status\": \"waitlist\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"cancer\",\n \"display\": \"Cancer Management Care \",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\"\n }\n ]\n }\n ]\n }\n }\n ],\n \"link\": [\n {\n \"relation\": \"search\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?identifier=http%3A%2F%2Fsys-ids.kemkes.go.id%2Fepisode-of-care%2Fsuspect-id%2F%7CCNCS202410000000010&patient=100000030015&status=waitlist&type=cancer\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?identifier=http%3A%2F%2Fsys-ids.kemkes.go.id%2Fepisode-of-care%2Fsuspect-id%2F%7CCNCS202410000000010&patient=100000030015&status=waitlist&type=cancer\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?identifier=http%3A%2F%2Fsys-ids.kemkes.go.id%2Fepisode-of-care%2Fsuspect-id%2F%7CCNCS202410000000010&patient=100000030015&status=waitlist&type=cancer\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" } ] }, { "name": "EpisodeOfCare - Search by Patient + Organization", "event": [ { "listen": "test", "script": { "exec": [ "var bundle = pm.response.json();\r", "var data = bundle.entry[0].resource\r", "pm.collectionVariables(\"EpisodeOfCare_uuid\", data.id)" ], "type": "text/javascript", "packages": {} } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_Id}}&type=cancer&status=waitlist&organization={{Org_id}}", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare" ], "query": [ { "key": "patient", "value": "{{Patient_Id}}", "description": "IHS number of patient involve in Cancer Management Care" }, { "key": "type", "value": "cancer", "description": "type of EpisodeOfCare" }, { "key": "status", "value": "waitlist", "description": "status should be waitlist for surveillance patients" }, { "key": "organization", "value": "{{Org_id}}", "description": "input your Org_id here" } ] } }, "response": [ { "name": "EpisodeOfCare - Search by Patient + Organization", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_Id}}&type=cancer&status=waitlist&organization={{Org_id}}", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare" ], "query": [ { "key": "patient", "value": "{{Patient_Id}}", "description": "IHS number of patient involve in Cancer Management Care" }, { "key": "type", "value": "cancer", "description": "type of EpisodeOfCare" }, { "key": "status", "value": "waitlist", "description": "status should be waitlist for surveillance patients\n" }, { "key": "organization", "value": "{{Org_id}}", "description": "input your Org_id here" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 26 Jan 2024 16:16:34 GMT" }, { "key": "content-length", "value": "1480" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "37b7ce8f-f78e-421e-863b-b80df8f54e85" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"entry\": [\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/91c72a46-ea2e-4379-8f04-0f9170aebefc\",\n \"resource\": {\n \"id\": \"91c72a46-ea2e-4379-8f04-0f9170aebefc\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC2023110676340\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CNCS202410000000010\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-04-04T04:46:49.924423+00:00\",\n \"versionId\": \"MTcxMjIwNjAwOTkyNDQyMzAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"period\": {\n \"start\": \"2023-11-06T11:00:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"waitlist\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-11-06T11:00:00+00:00\"\n },\n \"status\": \"waitlist\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"cancer\",\n \"display\": \"Cancer Management Care \",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\"\n }\n ]\n }\n ]\n }\n }\n ],\n \"link\": [\n {\n \"relation\": \"search\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?identifier=http%3A%2F%2Fsys-ids.kemkes.go.id%2Fepisode-of-care%2Fsuspect-id%2F%7CCNCS202410000000010&patient=100000030015&status=waitlist&type=cancer\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?identifier=http%3A%2F%2Fsys-ids.kemkes.go.id%2Fepisode-of-care%2Fsuspect-id%2F%7CCNCS202410000000010&patient=100000030015&status=waitlist&type=cancer\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?identifier=http%3A%2F%2Fsys-ids.kemkes.go.id%2Fepisode-of-care%2Fsuspect-id%2F%7CCNCS202410000000010&patient=100000030015&status=waitlist&type=cancer\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" } ] }, { "name": "Encounter - Kunjungan Awal", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set(\"Encounter2_uuid\", data.id)" ], "type": "text/javascript", "packages": {} } }, { "listen": "prerequest", "script": { "exec": [ "//defining yyymmdd as POST date's YYYYMMDD in string format\r", "var data = JSON.parse(pm.request.body.raw);\r", "var now = new Date(data.period.start);\r", "var year = now.getFullYear();\r", "var month = String(now.getMonth() + 1).padStart(2, '0');\r", "var day = String(now.getDate()).padStart(2, '0');\r", "var yyyymmdd = `${year}${month}${day}`;\r", "\r", "//Generating 5 digits of stringified random integer to make Registration_ID number (for test use cases)\r", "var randomInt = Math.floor(Math.random() * 100000);\r", "var randomIntPadded = String(randomInt).padStart(5, '0');\r", "var Registration_ID = yyyymmdd + randomIntPadded;\r", "\r", "//Setting CollectionVariable Registration_ID to be used\r", "pm.collectionVariables.set(\"Registration_ID\", Registration_ID)" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_uuid}}\"\n }\n ],\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"arrived\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-11-13T07:30:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ServiceClass\",\n \"extension\": [\n {\n \"url\": \"value\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\n }\n ]\n }\n }\n ]\n }\n ]\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-11-13T07:30:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter", "host": [ "{{base_url}}" ], "path": [ "Encounter" ] } }, "response": [ { "name": "Encounter - Kunjungan Awal", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"PD000018\"\n }\n ],\n \"status\": \"arrived\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"Diana Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-11-13T07:30:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/aecd4f8c-ceca-433e-ac7e-54b64b0e0a58\",\n \"display\": \"Poli Bedah, Divisi Pelayanan Medik, Keperawatan, dan Penunjang, Gedung Utama, Lantai 1\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ServiceClass\",\n \"extension\": [\n {\n \"url\": \"value\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\n }\n ]\n }\n }\n ]\n }\n ]\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-11-13T07:30:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter", "host": [ "{{base_url}}" ], "path": [ "Encounter" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcwNjI1NDk3OTQ0NTI5MTAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Encounter/67facb9d-03b3-4f31-9cbd-c8e7be27a4da/_history/MTcwNjI1NDk3OTQ0NTI5MTAwMA" }, { "key": "last-modified", "value": "Fri, 26 Jan 2024 07:42:59 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 26 Jan 2024 07:42:59 GMT" }, { "key": "content-length", "value": "1431" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "accab539-253b-4ae6-9282-6631b9b9dca7" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"class\": {\n \"code\": \"AMB\",\n \"display\": \"ambulatory\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/91c72a46-ea2e-4379-8f04-0f9170aebefc\"\n }\n ],\n \"id\": \"67facb9d-03b3-4f31-9cbd-c8e7be27a4da\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"PD000018\"\n }\n ],\n \"location\": [\n {\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"value\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Outpatient\"\n }\n ]\n }\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ServiceClass\"\n }\n ],\n \"location\": {\n \"display\": \"Poli Bedah, Divisi Pelayanan Medik, Keperawatan, dan Penunjang, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/aecd4f8c-ceca-433e-ac7e-54b64b0e0a58\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-04T04:55:00.589174+00:00\",\n \"versionId\": \"MTcxMjIwNjUwMDU4OTE3NDAwMA\"\n },\n \"participant\": [\n {\n \"individual\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"ATND\",\n \"display\": \"attender\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\"\n }\n ]\n }\n ]\n }\n ],\n \"period\": {\n \"start\": \"2023-11-13T07:30:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000002\"\n },\n \"status\": \"arrived\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-11-13T07:30:00+00:00\"\n },\n \"status\": \"arrived\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] } ] }, { "name": "Update kunjungan (konsultasi kembali)", "item": [ { "name": "Encounter - Masuk ke Ruang Pemeriksaan", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_uuid}}\"\n }\n ],\n \"id\": \"{{Encounter2_uuid}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"in-progress\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-11-13T07:30:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ServiceClass\",\n \"extension\": [\n {\n \"url\": \"value\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\n }\n ]\n }\n }\n ]\n }\n ]\n } \n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-11-13T07:30:00+00:00\",\n \"end\": \"2023-11-13T07:40:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-11-13T07:40:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter2_uuid}}" } ] } }, "response": [ { "name": "Encounter - Masuk ke Ruang Pemeriksaan", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_uuid}}\"\n }\n ],\n \"id\": \"{{Encounter2_uuid}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"in-progress\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-11-13T07:30:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ServiceClass\",\n \"extension\": [\n {\n \"url\": \"value\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\n }\n ]\n }\n }\n ]\n }\n ]\n } \n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-11-13T07:30:00+00:00\",\n \"end\": \"2023-11-13T07:40:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-11-13T07:40:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter2_uuid}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcwNjI1NTY3NDYxNzg4NTAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Encounter/67facb9d-03b3-4f31-9cbd-c8e7be27a4da/_history/MTcwNjI1NTY3NDYxNzg4NTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Fri, 26 Jan 2024 07:54:34 UTC" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 26 Jan 2024 07:54:34 GMT" }, { "key": "content-length", "value": "1456" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "d36e6585-b13e-4b6d-a656-c49be5a498b8" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"class\": {\n \"code\": \"AMB\",\n \"display\": \"ambulatory\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/91c72a46-ea2e-4379-8f04-0f9170aebefc\"\n }\n ],\n \"id\": \"67facb9d-03b3-4f31-9cbd-c8e7be27a4da\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"PD000018\"\n }\n ],\n \"location\": [\n {\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"value\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Outpatient\"\n }\n ]\n }\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ServiceClass\"\n }\n ],\n \"location\": {\n \"display\": \"Poli Bedah, Divisi Pelayanan Medik, Keperawatan, dan Penunjang, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/aecd4f8c-ceca-433e-ac7e-54b64b0e0a58\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-04T05:04:55.149847+00:00\",\n \"versionId\": \"MTcxMjIwNzA5NTE0OTg0NzAwMA\"\n },\n \"participant\": [\n {\n \"individual\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"ATND\",\n \"display\": \"attender\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\"\n }\n ]\n }\n ]\n }\n ],\n \"period\": {\n \"start\": \"2023-11-13T07:30:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000002\"\n },\n \"status\": \"in-progress\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-11-13T07:40:00+00:00\",\n \"start\": \"2023-11-13T07:30:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"start\": \"2023-11-13T07:40:00+00:00\"\n },\n \"status\": \"in-progress\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] } ] } ] }, { "name": "03. Pemeriksaan Penunjang", "item": [ { "name": "Laboratorium (Hasil dan Laporan)", "item": [ { "name": "Observation - Create", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Observation\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\n \"value\": \"O111111\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"laboratory\",\n \"display\": \"Laboratory\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"30651-4\",\n \"display\": \"US Guidance for percutaneous biopsy.core needle of Breast\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-11-13T07:30:00+00:00\",\n \"issued\": \"2023-11-13T07:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"specimen\": {\n \"reference\": \"Specimen/{{Specimen1_uuid}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest1_uuid}}\"\n }\n ],\n \"valueString\": \"Invasive lobular carcinoma grade 2 pada payudara kanan. skor tubular 3, skor inti 3, skor mitosis 1, total skor =7 -invasi limfovaskuler tidak ditemukan -batas-batas sayatan jam 3, 6, 7, 9, 12 dan retroareola semuanya bebas tumor\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Create", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Observation\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\n \"value\": \"O111111\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"laboratory\",\n \"display\": \"Laboratory\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"30651-4\",\n \"display\": \"US Guidance for percutaneous biopsy.core needle of Breast\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-11-13T07:30:00+00:00\",\n \"issued\": \"2023-11-13T07:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"specimen\": {\n \"reference\": \"Specimen/{{Specimen1_uuid}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest1_uuid}}\"\n }\n ],\n \"valueString\": \"Invasive lobular carcinoma grade 2 pada payudara kanan. skor tubular 3, skor inti 3, skor mitosis 1, total skor =7 -invasi limfovaskuler tidak ditemukan -batas-batas sayatan jam 3, 6, 7, 9, 12 dan retroareola semuanya bebas tumor\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Fri, 01 Dec 2023 08:42:15 UTC" }, { "key": "etag", "value": "W/\"MTcwMTQyMDEzNTc2NDYzNDAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/e24e9edc-16f0-4b1e-bd3b-0aaf7d95ab3f/_history/MTcwMTQyMDEzNTc2NDYzNDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 01 Dec 2023 08:42:15 GMT" }, { "key": "content-length", "value": "1260" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "66b9642e-4f8d-4b75-b629-110cb8c6ec53" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/e0121640-82a8-4eb3-a0b8-efb4acade04f\"\n }\n ],\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"laboratory\",\n \"display\": \"Laboratory\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"30651-4\",\n \"display\": \"US Guidance for percutaneous biopsy.core needle of Breast\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-11-13T07:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/67facb9d-03b3-4f31-9cbd-c8e7be27a4da\"\n },\n \"id\": \"e24e9edc-16f0-4b1e-bd3b-0aaf7d95ab3f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000002\",\n \"value\": \"O111111\"\n }\n ],\n \"issued\": \"2023-11-13T07:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-12-01T08:42:15.764634+00:00\",\n \"versionId\": \"MTcwMTQyMDEzNTc2NDYzNDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n },\n {\n \"reference\": \"Organization/10000002\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"specimen\": {\n \"reference\": \"Specimen/87bc56c2-8b08-4978-bdbe-2f83e8fdb0d9\"\n },\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueString\": \"Invasive lobular carcinoma grade 2 pada payudara kanan. skor tubular 3, skor inti 3, skor mitosis 1, total skor =7 -invasi limfovaskuler tidak ditemukan -batas-batas sayatan jam 3, 6, 7, 9, 12 dan retroareola semuanya bebas tumor\"\n}" } ] }, { "name": "DiagnosticReport - Create", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"DiagnosticReport\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/{{Org_id}}/lab\",\n \"use\": \"official\",\n \"value\": \"5234342\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\",\n \"code\": \"CP\",\n \"display\": \"Cytopathology\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"30651-4\",\n \"display\": \"US Guidance for percutaneous biopsy.core needle of Breast\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-11-13T07:30:00+00:00\",\n \"issued\": \"2023-11-13T07:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"result\": [\n {\n \"reference\": \"Observation/e24e9edc-16f0-4b1e-bd3b-0aaf7d95ab3f\"\n }\n ],\n \"specimen\": [\n {\n \"reference\": \"Specimen/{{Specimen1_uuid}}\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest1_uuid}}\"\n }\n ],\n \"conclusionCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"254837009\",\n \"display\": \" Malignant neoplasm of breast\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/DiagnosticReport", "host": [ "{{base_url}}" ], "path": [ "DiagnosticReport" ] } }, "response": [ { "name": "DiagnosticReport - Create", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"DiagnosticReport\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/{{Org_id}}/lab\",\n \"use\": \"official\",\n \"value\": \"5234342\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\",\n \"code\": \"CP\",\n \"display\": \"Cytopathology\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"30651-4\",\n \"display\": \"US Guidance for percutaneous biopsy.core needle of Breast\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-11-13T07:30:00+00:00\",\n \"issued\": \"2023-11-13T07:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"result\": [\n {\n \"reference\": \"Observation/e24e9edc-16f0-4b1e-bd3b-0aaf7d95ab3f\"\n }\n ],\n \"specimen\": [\n {\n \"reference\": \"Specimen/{{Specimen1_uuid}}\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest1_uuid}}\"\n }\n ],\n \"conclusionCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"254837009\",\n \"display\": \" Malignant neoplasm of breast\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/DiagnosticReport", "host": [ "{{base_url}}" ], "path": [ "DiagnosticReport" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/DiagnosticReport/29de570a-e13f-4015-b07b-ec188aba6db0/_history/MTcwMTQyMDI3OTI3MzE3MzAwMA" }, { "key": "last-modified", "value": "Fri, 01 Dec 2023 08:44:39 UTC" }, { "key": "etag", "value": "W/\"MTcwMTQyMDI3OTI3MzE3MzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 01 Dec 2023 08:44:39 GMT" }, { "key": "content-length", "value": "1228" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "ce4ba68d-4cc5-41bb-85c7-b07e1c0328e4" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/e0121640-82a8-4eb3-a0b8-efb4acade04f\"\n }\n ],\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"CP\",\n \"display\": \"Cytopathology\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"30651-4\",\n \"display\": \"US Guidance for percutaneous biopsy.core needle of Breast\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"conclusionCode\": [\n {\n \"coding\": [\n {\n \"code\": \"254837009\",\n \"display\": \" Malignant neoplasm of breast\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"effectiveDateTime\": \"2023-11-13T07:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/67facb9d-03b3-4f31-9cbd-c8e7be27a4da\"\n },\n \"id\": \"29de570a-e13f-4015-b07b-ec188aba6db0\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/10000002/lab\",\n \"use\": \"official\",\n \"value\": \"5234342\"\n }\n ],\n \"issued\": \"2023-11-13T07:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-12-01T08:44:39.273173+00:00\",\n \"versionId\": \"MTcwMTQyMDI3OTI3MzE3MzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n },\n {\n \"reference\": \"Organization/10000002\"\n }\n ],\n \"resourceType\": \"DiagnosticReport\",\n \"result\": [\n {\n \"reference\": \"Observation/e24e9edc-16f0-4b1e-bd3b-0aaf7d95ab3f\"\n }\n ],\n \"specimen\": [\n {\n \"reference\": \"Specimen/87bc56c2-8b08-4978-bdbe-2f83e8fdb0d9\"\n }\n ],\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] } ] } ] }, { "name": "04. Diagnosis Konfirmasi", "item": [ { "name": "Diagnosis", "item": [ { "name": "Condition - Diagnosis Tetap", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Condition\",\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\n \"code\": \"encounter-diagnosis\",\n \"display\": \"Encounter Diagnosis\"\n }\n ]\n }\n ],\n \"verificationStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-ver-status\",\n \"code\": \"confirmed\",\n \"display\": \"Confirmed\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"C50.2\",\n \"display\": \"Malignant neoplasm: Upper-inner quadrant of breast\"\n }\n ]\n },\n \"evidence\": [\n {\n \"code\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"373800009\",\n \"display\": \"Cancer diagnosis based on primary site histological evidence\"\n }\n ]\n }\n ]\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_uuid}}\"\n },\n \"onsetDateTime\": \"2023-11-13T08:00:00+00:00\",\n \"recordedDate\": \"2023-11-13T08:00:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien terkonfirmasi kanker payudara dengan pemeriksaan pertama tanggal 6-11-2023\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Condition", "host": [ "{{base_url}}" ], "path": [ "Condition" ] } }, "response": [ { "name": "Condition - Diagnosis Tetap", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Condition\",\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\n \"code\": \"encounter-diagnosis\",\n \"display\": \"Encounter Diagnosis\"\n }\n ]\n }\n ],\n \"verificationStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-ver-status\",\n \"code\": \"confirmed\",\n \"display\": \"Confirmed\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"C50.2\",\n \"display\": \"Malignant neoplasm: Upper-inner quadrant of breast\"\n }\n ]\n },\n \"evidence\": [\n {\n \"code\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"373800009\",\n \"display\": \"Cancer diagnosis based on primary site histological evidence\"\n }\n ]\n }\n ]\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_uuid}}\"\n },\n \"onsetDateTime\": \"2023-11-13T08:00:00+00:00\",\n \"recordedDate\": \"2023-11-13T08:00:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien terkonfirmasi kanker payudara dengan pemeriksaan pertama tanggal 6-11-2023\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Condition", "host": [ "{{base_url}}" ], "path": [ "Condition" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcwMTQyMDU2NzUwMDYwMzAwMA\"" }, { "key": "last-modified", "value": "Fri, 01 Dec 2023 08:49:27 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/c03be9cc-6059-4cca-9c60-fa5228dcb75a/_history/MTcwMTQyMDU2NzUwMDYwMzAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 01 Dec 2023 08:49:27 GMT" }, { "key": "content-length", "value": "1268" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "cea7bb78-bc6e-4b6a-a3ae-924a3452ac11" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"encounter-diagnosis\",\n \"display\": \"Encounter Diagnosis\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\"\n }\n ]\n }\n ],\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"code\": \"active\",\n \"display\": \"Active\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"C50.2\",\n \"display\": \"Malignant neoplasm: Upper-inner quadrant of breast\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/67facb9d-03b3-4f31-9cbd-c8e7be27a4da\"\n },\n \"evidence\": [\n {\n \"code\": [\n {\n \"coding\": [\n {\n \"code\": \"373800009\",\n \"display\": \"Cancer diagnosis based on primary site histological evidence\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ]\n }\n ],\n \"id\": \"c03be9cc-6059-4cca-9c60-fa5228dcb75a\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2023-12-01T08:49:27.500603+00:00\",\n \"versionId\": \"MTcwMTQyMDU2NzUwMDYwMzAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien terkonfirmasi kanker payudara dengan pemeriksaan pertama tanggal 6-11-2023\"\n }\n ],\n \"onsetDateTime\": \"2023-11-13T08:00:00+00:00\",\n \"recordedDate\": \"2023-11-13T08:00:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"verificationStatus\": {\n \"coding\": [\n {\n \"code\": \"confirmed\",\n \"display\": \"Confirmed\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-ver-status\"\n }\n ]\n }\n}" } ] } ] }, { "name": "Diagnosis Tumor", "item": [ { "name": "Condition - Topografi, Morfologi, Perilaku, Grade", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"Condition\",\r\n \"clinicalStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\r\n \"code\": \"active\",\r\n \"display\": \"Active\"\r\n }\r\n ]\r\n },\r\n \"verificationStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-ver-status\",\r\n \"code\": \"confirmed\"\r\n }\r\n ]\r\n },\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\r\n \"code\": \"problem-list-item\",\r\n \"display\": \"Problem List Item\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/icd-o-topography\",\r\n \"code\": \"C50.2\",\r\n \"display\": \"Upper-inner quadrant of breast\"\r\n },\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/icd-o-morphology\",\r\n \"code\": \"8520/3\",\r\n \"display\": \"Lobular carcinoma, NOS\"\r\n },\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"1240414004\",\r\n \"display\": \"Malignant neoplasm\"\r\n }\r\n ]\r\n },\r\n \"stage\": [\r\n {\r\n \"summary\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"384812005\",\r\n \"display\": \"Moderately differentiated\"\r\n }\r\n ]\r\n },\r\n \"type\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"370114008\",\r\n \"display\": \"Histological grades\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_Id}}\",\r\n \"display\": \"{{Patient_Name}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter2_uuid}}\"\r\n },\r\n \"recordedDate\": \"2023-11-13T08:05:00+00:00\"\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Condition", "host": [ "{{base_url}}" ], "path": [ "Condition" ] } }, "response": [ { "name": "Condition - Topografi, Morfologi, Perilaku, Grade", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"Condition\",\r\n \"clinicalStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\r\n \"code\": \"active\",\r\n \"display\": \"Active\"\r\n }\r\n ]\r\n },\r\n \"verificationStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-ver-status\",\r\n \"code\": \"confirmed\"\r\n }\r\n ]\r\n },\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\r\n \"code\": \"problem-list-item\",\r\n \"display\": \"Problem List Item\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/icd-o-topography\",\r\n \"code\": \"C50.2\",\r\n \"display\": \"Upper-inner quadrant of breast\"\r\n },\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/icd-o-morphology\",\r\n \"code\": \"8520/3\",\r\n \"display\": \"Lobular carcinoma, NOS\"\r\n },\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"1240414004\",\r\n \"display\": \"Malignant neoplasm\"\r\n }\r\n ]\r\n },\r\n \"stage\": [\r\n {\r\n \"summary\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"384812005\",\r\n \"display\": \"Moderately differentiated\"\r\n }\r\n ]\r\n },\r\n \"type\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"370114008\",\r\n \"display\": \"Histological grades\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_Id}}\",\r\n \"display\": \"Diana Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter2_uuid}}\"\r\n },\r\n \"recordedDate\": \"2023-11-13T08:05:00+00:00\"\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Condition", "host": [ "{{base_url}}" ], "path": [ "Condition" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcwMTQyMDU5ODY4MTk4NzAwMA\"" }, { "key": "last-modified", "value": "Fri, 01 Dec 2023 08:49:58 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/a5061020-c986-4ad5-81f4-07fe6bb54938/_history/MTcwMTQyMDU5ODY4MTk4NzAwMA" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 01 Dec 2023 08:49:58 GMT" }, { "key": "content-length", "value": "1386" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "3855992a-4df0-49bd-a109-c0c20eec5920" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"problem-list-item\",\n \"display\": \"Problem List Item\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\"\n }\n ]\n }\n ],\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"code\": \"active\",\n \"display\": \"Active\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"C50.2\",\n \"display\": \"Upper-inner quadrant of breast\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/icd-o-topography\"\n },\n {\n \"code\": \"8520/3\",\n \"display\": \"Lobular carcinoma, NOS\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/icd-o-morphology\"\n },\n {\n \"code\": \"1240414004\",\n \"display\": \"Malignant neoplasm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/67facb9d-03b3-4f31-9cbd-c8e7be27a4da\"\n },\n \"id\": \"a5061020-c986-4ad5-81f4-07fe6bb54938\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2023-12-01T08:49:58.681987+00:00\",\n \"versionId\": \"MTcwMTQyMDU5ODY4MTk4NzAwMA\"\n },\n \"recordedDate\": \"2023-11-13T08:05:00+00:00\",\n \"resourceType\": \"Condition\",\n \"stage\": [\n {\n \"summary\": {\n \"coding\": [\n {\n \"code\": \"384812005\",\n \"display\": \"Moderately differentiated\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"type\": {\n \"coding\": [\n {\n \"code\": \"370114008\",\n \"display\": \"Histological grades\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"verificationStatus\": {\n \"coding\": [\n {\n \"code\": \"confirmed\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-ver-status\"\n }\n ]\n }\n}" } ] }, { "name": "Condition - TNM, Stadium", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"Condition\",\r\n \"clinicalStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\r\n \"code\": \"active\",\r\n \"display\": \"Active\"\r\n }\r\n ]\r\n },\r\n \"verificationStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-ver-status\",\r\n \"code\": \"confirmed\"\r\n }\r\n ]\r\n },\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\r\n \"code\": \"problem-list-item\",\r\n \"display\": \"Problem List Item\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/cancer-t-category\",\r\n \"code\": \"T2\",\r\n \"display\": \"T2\"\r\n },\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/cancer-n-category\",\r\n \"code\": \"N0\",\r\n \"display\": \"N0\"\r\n },\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/cancer-m-category\",\r\n \"code\": \"M0\",\r\n \"display\": \"M0\"\r\n }\r\n ]\r\n },\r\n \"stage\": [\r\n {\r\n \"summary\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"52774001\",\r\n \"display\": \"Clinical stage II A\"\r\n }\r\n ]\r\n },\r\n \"type\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"254292007\",\r\n \"display\": \"Tumor staging\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_Id}}\",\r\n \"display\": \"{{Patient_Name}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter2_uuid}}\"\r\n },\r\n \"recordedDate\": \"2023-11-13T08:05:00+00:00\"\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Condition", "host": [ "{{base_url}}" ], "path": [ "Condition" ] } }, "response": [ { "name": "Condition - TNM, Stadium", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"Condition\",\r\n \"clinicalStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\r\n \"code\": \"active\",\r\n \"display\": \"Active\"\r\n }\r\n ]\r\n },\r\n \"verificationStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-ver-status\",\r\n \"code\": \"confirmed\"\r\n }\r\n ]\r\n },\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\r\n \"code\": \"problem-list-item\",\r\n \"display\": \"Problem List Item\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/cancer-t-category\",\r\n \"code\": \"T2\",\r\n \"display\": \"T2\"\r\n },\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/cancer-n-category\",\r\n \"code\": \"N0\",\r\n \"display\": \"N0\"\r\n },\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/cancer-m-category\",\r\n \"code\": \"M0\",\r\n \"display\": \"M0\"\r\n }\r\n ]\r\n },\r\n \"stage\": [\r\n {\r\n \"summary\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"52774001\",\r\n \"display\": \"Clinical stage II A\"\r\n }\r\n ]\r\n },\r\n \"type\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"254292007\",\r\n \"display\": \"Tumor staging\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_Id}}\",\r\n \"display\": \"Diana Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter2_uuid}}\"\r\n },\r\n \"recordedDate\": \"2023-11-13T08:05:00+00:00\"\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Condition", "host": [ "{{base_url}}" ], "path": [ "Condition" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcwMTQyMDYzMDgyMjIwODAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/a290c1f5-3c83-45e2-b8f2-03307c409c56/_history/MTcwMTQyMDYzMDgyMjIwODAwMA" }, { "key": "last-modified", "value": "Fri, 01 Dec 2023 08:50:30 UTC" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 01 Dec 2023 08:50:30 GMT" }, { "key": "content-length", "value": "1334" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "3620644c-4149-4a5f-b388-09bf7395f440" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"problem-list-item\",\n \"display\": \"Problem List Item\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\"\n }\n ]\n }\n ],\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"code\": \"active\",\n \"display\": \"Active\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"T2\",\n \"display\": \"T2\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/cancer-t-category\"\n },\n {\n \"code\": \"N0\",\n \"display\": \"N0\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/cancer-n-category\"\n },\n {\n \"code\": \"M0\",\n \"display\": \"M0\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/cancer-m-category\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/67facb9d-03b3-4f31-9cbd-c8e7be27a4da\"\n },\n \"id\": \"a290c1f5-3c83-45e2-b8f2-03307c409c56\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2023-12-01T08:50:30.822208+00:00\",\n \"versionId\": \"MTcwMTQyMDYzMDgyMjIwODAwMA\"\n },\n \"recordedDate\": \"2023-11-13T08:05:00+00:00\",\n \"resourceType\": \"Condition\",\n \"stage\": [\n {\n \"summary\": {\n \"coding\": [\n {\n \"code\": \"52774001\",\n \"display\": \"Clinical stage II A\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"type\": {\n \"coding\": [\n {\n \"code\": \"254292007\",\n \"display\": \"Tumor staging\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"verificationStatus\": {\n \"coding\": [\n {\n \"code\": \"confirmed\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-ver-status\"\n }\n ]\n }\n}" } ] }, { "name": "Condition - Perluasan, Lateralitas, Metastasis", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"Condition\",\r\n \"clinicalStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\r\n \"code\": \"active\",\r\n \"display\": \"Active\"\r\n }\r\n ]\r\n },\r\n \"verificationStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-ver-status\",\r\n \"code\": \"confirmed\"\r\n }\r\n ]\r\n },\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\r\n \"code\": \"problem-list-item\",\r\n \"display\": \"Problem List Item\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"372288004\",\r\n \"display\": \"Local tumor invasion\"\r\n }\r\n ]\r\n },\r\n \"bodySite\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"24028007\",\r\n \"display\": \"Right\"\r\n },\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\r\n \"code\": \"CB000001\",\r\n \"display\": \"Tidak ada metastasis jauh\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_Id}}\",\r\n \"display\": \"{{Patient_Name}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter2_uuid}}\"\r\n },\r\n \"recordedDate\": \"2023-11-13T08:05:00+00:00\"\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Condition/", "host": [ "{{base_url}}" ], "path": [ "Condition", "" ] } }, "response": [ { "name": "Condition - Perluasan, Lateralitas, Metastasis", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"Condition\",\r\n \"clinicalStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\r\n \"code\": \"active\",\r\n \"display\": \"Active\"\r\n }\r\n ]\r\n },\r\n \"verificationStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-ver-status\",\r\n \"code\": \"confirmed\"\r\n }\r\n ]\r\n },\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\r\n \"code\": \"problem-list-item\",\r\n \"display\": \"Problem List Item\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"372288004\",\r\n \"display\": \"Local tumor invasion\"\r\n }\r\n ]\r\n },\r\n \"bodySite\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"24028007\",\r\n \"display\": \"Right\"\r\n },\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\r\n \"code\": \"CB000001\",\r\n \"display\": \"Tidak ada metastasis jauh\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_Id}}\",\r\n \"display\": \"Diana Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter2_uuid}}\"\r\n },\r\n \"recordedDate\": \"2023-11-13T08:05:00+00:00\"\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Condition/", "host": [ "{{base_url}}" ], "path": [ "Condition", "" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Fri, 01 Dec 2023 08:51:02 UTC" }, { "key": "etag", "value": "W/\"MTcwMTQyMDY2Mjk2MDE2MjAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/3a280c73-e5d8-4365-b686-6122535c9586/_history/MTcwMTQyMDY2Mjk2MDE2MjAwMA" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 01 Dec 2023 08:51:02 GMT" }, { "key": "content-length", "value": "1121" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "525c4030-96bb-42cf-b794-a24330fdf1da" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"bodySite\": [\n {\n \"coding\": [\n {\n \"code\": \"24028007\",\n \"display\": \"Right\",\n \"system\": \"http://snomed.info/sct\"\n },\n {\n \"code\": \"CB000001\",\n \"display\": \"Tidak ada metastasis jauh\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n }\n ],\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"problem-list-item\",\n \"display\": \"Problem List Item\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\"\n }\n ]\n }\n ],\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"code\": \"active\",\n \"display\": \"Active\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"372288004\",\n \"display\": \"Local tumor invasion\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/67facb9d-03b3-4f31-9cbd-c8e7be27a4da\"\n },\n \"id\": \"3a280c73-e5d8-4365-b686-6122535c9586\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2023-12-01T08:51:02.960162+00:00\",\n \"versionId\": \"MTcwMTQyMDY2Mjk2MDE2MjAwMA\"\n },\n \"recordedDate\": \"2023-11-13T08:05:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"verificationStatus\": {\n \"coding\": [\n {\n \"code\": \"confirmed\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-ver-status\"\n }\n ]\n }\n}" } ] } ] } ] }, { "name": "05. Tindakan", "item": [ { "name": "Procedure - Konsultasi", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"103693007\",\n \"display\": \"Diagnostic procedure\"\n }\n ],\n \"text\": \"Diagnostic procedure\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"89.08\",\n \"display\": \"Other consultation\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_uuid}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-11-13T08:00:00+00:00\",\n \"end\": \"2023-11-13T08:30:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"C50.2\",\n \"display\": \"Malignant neoplasm: Upper-inner quadrant of breast\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Pasien melakukan konsultasi untuk konfirmasi diagnosis kanker.\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Procedure", "host": [ "{{base_url}}" ], "path": [ "Procedure" ] } }, "response": [ { "name": "Procedure - Konsultasi", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"103693007\",\n \"display\": \"Diagnostic procedure\"\n }\n ],\n \"text\": \"Diagnostic procedure\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"89.08\",\n \"display\": \"Other consultation\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_uuid}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-11-13T08:00:00+00:00\",\n \"end\": \"2023-11-13T08:30:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"C50.2\",\n \"display\": \"Malignant neoplasm: Upper-inner quadrant of breast\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Pasien melakukan konsultasi untuk konfirmasi diagnosis kanker.\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Procedure", "host": [ "{{base_url}}" ], "path": [ "Procedure" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/c86f2fae-4157-4e29-8ded-59c57002f563/_history/MTcwMTQyMDgzNzIxMzE5NzAwMA" }, { "key": "etag", "value": "W/\"MTcwMTQyMDgzNzIxMzE5NzAwMA\"" }, { "key": "last-modified", "value": "Fri, 01 Dec 2023 08:53:57 UTC" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 01 Dec 2023 08:53:57 GMT" }, { "key": "content-length", "value": "1026" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "72ccbb32-998a-44e0-a056-a627374e4843" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"category\": {\n \"coding\": [\n {\n \"code\": \"103693007\",\n \"display\": \"Diagnostic procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Diagnostic procedure\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"89.08\",\n \"display\": \"Other consultation\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/67facb9d-03b3-4f31-9cbd-c8e7be27a4da\"\n },\n \"id\": \"c86f2fae-4157-4e29-8ded-59c57002f563\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2023-12-01T08:53:57.213197+00:00\",\n \"versionId\": \"MTcwMTQyMDgzNzIxMzE5NzAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien melakukan konsultasi untuk konfirmasi diagnosis kanker.\"\n }\n ],\n \"performedPeriod\": {\n \"end\": \"2023-11-13T08:30:00+00:00\",\n \"start\": \"2023-11-13T08:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"C50.2\",\n \"display\": \"Malignant neoplasm: Upper-inner quadrant of breast\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] } ] }, { "name": "06. Prognosis", "item": [ { "name": "ClinicalImpression - Create", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"ClinicalImpression\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/clinicalimpression/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"Prognosis_00001\"\n }\n ],\n \"status\": \"completed\",\n \"description\": \"Pasien terkonfirmasi kanker payudara\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-11-13T08:30:00+00:00\",\n \"date\": \"2023-11-13T08:30:00+00:00\",\n \"assessor\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\"\n },\n \"problem\": [\n {\n \"reference\": \"Condition/c03be9cc-6059-4cca-9c60-fa5228dcb75a\"\n }\n ],\n \"investigation\": [\n {\n \"code\": {\n \"text\": \"USG Payudara\"\n },\n \"item\": [\n {\n \"reference\": \"DiagnosticReport/6466b5b3-2c1c-4a88-bc26-053d766f3c39\"\n }\n ]\n }\n ],\n \"summary\": \"Prognosis terhadap konfirmasi diagnosis pasien kanker payudara a.n. {{Patient_Name}}\",\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"C50.2\",\n \"display\": \"Malignant neoplasm: Upper-inner quadrant of breast\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/c03be9cc-6059-4cca-9c60-fa5228dcb75a\"\n }\n }\n ],\n \"prognosisCodeableConcept\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"170968001\",\n \"display\": \"Prognosis good\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/ClinicalImpression", "host": [ "{{base_url}}" ], "path": [ "ClinicalImpression" ] } }, "response": [ { "name": "ClinicalImpression - Create", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"ClinicalImpression\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/clinicalimpression/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"Prognosis_00001\"\n }\n ],\n \"status\": \"completed\",\n \"description\": \"Pasien terkonfirmasi kanker payudara\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-11-13T08:30:00+00:00\",\n \"date\": \"2023-11-13T08:30:00+00:00\",\n \"assessor\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\"\n },\n \"problem\": [\n {\n \"reference\": \"Condition/c03be9cc-6059-4cca-9c60-fa5228dcb75a\"\n }\n ],\n \"investigation\": [\n {\n \"code\": {\n \"text\": \"USG Payudara\"\n },\n \"item\": [\n {\n \"reference\": \"DiagnosticReport/6466b5b3-2c1c-4a88-bc26-053d766f3c39\"\n }\n ]\n }\n ],\n \"summary\": \"Prognosis terhadap konformasi diagnosis pasien kanker payudara a.n. Diana Smith\",\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"C50.2\",\n \"display\": \"Malignant neoplasm: Upper-inner quadrant of breast\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/c03be9cc-6059-4cca-9c60-fa5228dcb75a\"\n }\n }\n ],\n \"prognosisCodeableConcept\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"170968001\",\n \"display\": \"Prognosis good\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/ClinicalImpression", "host": [ "{{base_url}}" ], "path": [ "ClinicalImpression" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcwMTkyMzc3MDE0Mjc3MjAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/ClinicalImpression/e8d132d8-75d1-4061-9af9-1c19d7cbbee1/_history/MTcwMTkyMzc3MDE0Mjc3MjAwMA" }, { "key": "last-modified", "value": "Thu, 07 Dec 2023 04:36:10 UTC" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Thu, 07 Dec 2023 04:36:10 GMT" }, { "key": "content-length", "value": "1331" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "42834482-b424-4667-894e-37e825e71bb1" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"assessor\": {\n \"reference\": \"Practitioner/N10000001\"\n },\n \"date\": \"2023-11-13T08:30:00+00:00\",\n \"description\": \"Pasien terkonfirmasi kanker payudara\",\n \"effectiveDateTime\": \"2023-11-13T08:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/67facb9d-03b3-4f31-9cbd-c8e7be27a4da\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"C50.2\",\n \"display\": \"Malignant neoplasm: Upper-inner quadrant of breast\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/c03be9cc-6059-4cca-9c60-fa5228dcb75a\"\n }\n }\n ],\n \"id\": \"e8d132d8-75d1-4061-9af9-1c19d7cbbee1\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/clinicalimpression/10000002\",\n \"use\": \"official\",\n \"value\": \"Prognosis_00001\"\n }\n ],\n \"investigation\": [\n {\n \"code\": {\n \"text\": \"USG Payudara\"\n },\n \"item\": [\n {\n \"reference\": \"DiagnosticReport/6466b5b3-2c1c-4a88-bc26-053d766f3c39\"\n }\n ]\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-07T04:36:10.142772+00:00\",\n \"versionId\": \"MTcwMTkyMzc3MDE0Mjc3MjAwMA\"\n },\n \"problem\": [\n {\n \"reference\": \"Condition/c03be9cc-6059-4cca-9c60-fa5228dcb75a\"\n }\n ],\n \"prognosisCodeableConcept\": [\n {\n \"coding\": [\n {\n \"code\": \"170968001\",\n \"display\": \"Prognosis good\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"resourceType\": \"ClinicalImpression\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"summary\": \"Prognosis terhadap konformasi diagnosis pasien kanker payudara a.n. Diana Smith\"\n}" } ] } ] }, { "name": "07. Rencana Tindak Lanjut", "item": [ { "name": "Perencanaan tindakan", "item": [ { "name": "ServiceRequest - Rawat Inap", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set(\"ServiceRequest_RawatInap\", data.id)" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"ServiceRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/{{Org_id}}\",\n \"value\": \"72527\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"original-order\",\n \"priority\": \"routine\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"306098008\",\n \"display\": \"Self-referral\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"737481003\",\n \"display\": \"Inpatient care management (procedure)\"\n }\n ],\n \"text\": \"Rencana rawat inap untuk tindakan operasi pengangkatan tumor\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_uuid}}\"\n },\n \"occurrenceDateTime\": \"2023-11-13T08:30:00+00:00\",\n \"authoredOn\": \"2023-11-13T08:30:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n }\n ],\n \"reasonReference\": [\n {\n \"reference\": \"Condition/c03be9cc-6059-4cca-9c60-fa5228dcb75a\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"C50.2\",\n \"display\": \"Malignant neoplasm: Upper-inner quadrant of breast\"\n }\n ],\n \"text\": \"Rencana rawat inap untuk tindakan operasi pengangkatan tumor\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/ServiceRequest", "host": [ "{{base_url}}" ], "path": [ "ServiceRequest" ] } }, "response": [ { "name": "ServiceRequest - Rawat Inap", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"ServiceRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/{{Org_id}}\",\n \"value\": \"72527\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"original-order\",\n \"priority\": \"routine\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"306098008\",\n \"display\": \"Self-referral\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"737481003\",\n \"display\": \"Inpatient care management (procedure)\"\n }\n ],\n \"text\": \"Rencana rawat inap untuk tindakan operasi pengangkatan tumor\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_uuid}}\"\n },\n \"occurrenceDateTime\": \"2023-11-13T08:30:00+00:00\",\n \"authoredOn\": \"2023-11-13T08:30:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n }\n ],\n \"reasonReference\": [\n {\n \"reference\": \"Condition/c03be9cc-6059-4cca-9c60-fa5228dcb75a\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"C50.2\",\n \"display\": \"Malignant neoplasm: Upper-inner quadrant of breast\"\n }\n ],\n \"text\": \"Rencana rawat inap untuk tindakan operasi pengangkatan tumor\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/ServiceRequest", "host": [ "{{base_url}}" ], "path": [ "ServiceRequest" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcwNjI1NTcwMjA2NDQ3NTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Fri, 26 Jan 2024 07:55:02 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/ServiceRequest/7466b2c4-c126-4959-992f-16da251393d8/_history/MTcwNjI1NTcwMjA2NDQ3NTAwMA" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 26 Jan 2024 07:55:02 GMT" }, { "key": "content-length", "value": "1327" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "273acc15-0534-4cd8-8fc1-83179ae9653c" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"authoredOn\": \"2023-11-13T08:30:00+00:00\",\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"306098008\",\n \"display\": \"Self-referral\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"737481003\",\n \"display\": \"Inpatient care management (procedure)\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Rencana rawat inap untuk tindakan operasi pengangkatan tumor\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/67facb9d-03b3-4f31-9cbd-c8e7be27a4da\"\n },\n \"id\": \"{{ServiceRequest_RawatInap}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/10000002\",\n \"value\": \"72527\"\n }\n ],\n \"intent\": \"original-order\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-26T07:55:02.064475+00:00\",\n \"versionId\": \"MTcwNjI1NTcwMjA2NDQ3NTAwMA\"\n },\n \"occurrenceDateTime\": \"2023-11-13T08:30:00+00:00\",\n \"performer\": [\n {\n \"display\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\n }\n ],\n \"priority\": \"routine\",\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"C50.2\",\n \"display\": \"Malignant neoplasm: Upper-inner quadrant of breast\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ],\n \"text\": \"Rencana rawat inap untuk tindakan operasi pengangkatan tumor\"\n }\n ],\n \"reasonReference\": [\n {\n \"reference\": \"Condition/c03be9cc-6059-4cca-9c60-fa5228dcb75a\"\n }\n ],\n \"requester\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"resourceType\": \"ServiceRequest\",\n \"status\": \"active\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "ServiceRequest - Tindakan/terapi", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set(\"ServiceRequest_Tindakan\", data.id)" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"ServiceRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/{{Org_id}}\",\n \"value\": \"00001\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"original-order\",\n \"priority\": \"routine\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"277132007\",\n \"display\": \"Therapeutic procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"128303001\",\n \"display\": \"Surgical removal\"\n }\n ],\n \"text\": \"Operasi pengangkatan tumor\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_uuid}}\"\n },\n \"occurrenceDateTime\": \"2023-11-13T08:30:00+00:00\",\n \"authoredOn\": \"2023-11-07T08:30:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n }\n ],\n \"reasonReference\": [\n {\n \"reference\": \"Condition/c03be9cc-6059-4cca-9c60-fa5228dcb75a\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"C50.2\",\n \"display\": \"Malignant neoplasm: Upper-inner quadrant of breast\"\n }\n ],\n \"text\": \"Rencana operasi pengangkatan tumor\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/ServiceRequest", "host": [ "{{base_url}}" ], "path": [ "ServiceRequest" ] } }, "response": [ { "name": "ServiceRequest - Tindakan/terapi", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"ServiceRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/{{Org_id}}\",\n \"value\": \"00001\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"original-order\",\n \"priority\": \"routine\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"277132007\",\n \"display\": \"Therapeutic procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"128303001\",\n \"display\": \"Surgical removal\"\n }\n ],\n \"text\": \"Operasi pengangkatan tumor\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_uuid}}\"\n },\n \"occurrenceDateTime\": \"2023-11-13T08:30:00+00:00\",\n \"authoredOn\": \"2023-11-07T08:30:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n }\n ],\n \"reasonReference\": [\n {\n \"reference\": \"Condition/c03be9cc-6059-4cca-9c60-fa5228dcb75a\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"C50.2\",\n \"display\": \"Malignant neoplasm: Upper-inner quadrant of breast\"\n }\n ],\n \"text\": \"Rencana operasi pengangkatan tumor\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/ServiceRequest", "host": [ "{{base_url}}" ], "path": [ "ServiceRequest" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcwNjI1NTcxMDY1MjQ4ODAwMA\"" }, { "key": "last-modified", "value": "Fri, 26 Jan 2024 07:55:10 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/ServiceRequest/{{ServiceRequest_Tindakan}}/_history/MTcwNjI1NTcxMDY1MjQ4ODAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 26 Jan 2024 07:55:10 GMT" }, { "key": "content-length", "value": "1254" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "aaf8163e-5156-440a-8c5d-bbde46fc62a9" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"authoredOn\": \"2023-11-07T08:30:00+00:00\",\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"277132007\",\n \"display\": \"Therapeutic procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"128303001\",\n \"display\": \"Surgical removal\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Operasi pengangkatan tumor\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/67facb9d-03b3-4f31-9cbd-c8e7be27a4da\"\n },\n \"id\": \"3820f1d9-7a65-44a4-8302-06fb56ef5c6d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/10000002\",\n \"value\": \"00001\"\n }\n ],\n \"intent\": \"original-order\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-26T07:55:10.652488+00:00\",\n \"versionId\": \"MTcwNjI1NTcxMDY1MjQ4ODAwMA\"\n },\n \"occurrenceDateTime\": \"2023-11-13T08:30:00+00:00\",\n \"performer\": [\n {\n \"display\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\n }\n ],\n \"priority\": \"routine\",\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"C50.2\",\n \"display\": \"Malignant neoplasm: Upper-inner quadrant of breast\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ],\n \"text\": \"Rencana operasi pengangkatan tumor\"\n }\n ],\n \"reasonReference\": [\n {\n \"reference\": \"Condition/c03be9cc-6059-4cca-9c60-fa5228dcb75a\"\n }\n ],\n \"requester\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"resourceType\": \"ServiceRequest\",\n \"status\": \"active\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] } ] } ] }, { "name": "08. Kondisi Saat Meninggalkan RS", "item": [ { "name": "Condition - Stabil", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Condition\",\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\n \"code\": \"problem-list-item\",\n \"display\": \"Problem List Item\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"359746009\",\n \"display\": \"Patient's condition stable\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_uuid}}\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Condition", "host": [ "{{base_url}}" ], "path": [ "Condition" ] } }, "response": [ { "name": "Condition - Stabil", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Condition\",\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\n \"code\": \"problem-list-item\",\n \"display\": \"Problem List Item\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"359746009\",\n \"display\": \"Patient's condition stable\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_uuid}}\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Condition", "host": [ "{{base_url}}" ], "path": [ "Condition" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcwMTQyMTA1NTgxMDAyNjAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/e5982555-ba88-4d30-9208-eecf07798dbd/_history/MTcwMTQyMTA1NTgxMDAyNjAwMA" }, { "key": "last-modified", "value": "Fri, 01 Dec 2023 08:57:35 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 01 Dec 2023 08:57:35 GMT" }, { "key": "content-length", "value": "735" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "afb01550-fb4b-4303-b3a6-58bb11505b43" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"problem-list-item\",\n \"display\": \"Problem List Item\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\"\n }\n ]\n }\n ],\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"code\": \"active\",\n \"display\": \"Active\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"359746009\",\n \"display\": \"Patient's condition stable\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/67facb9d-03b3-4f31-9cbd-c8e7be27a4da\"\n },\n \"id\": \"e5982555-ba88-4d30-9208-eecf07798dbd\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2023-12-01T08:57:35.810026+00:00\",\n \"versionId\": \"MTcwMTQyMTA1NTgxMDAyNjAwMA\"\n },\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] } ] }, { "name": "09. Cara Keluar dari RS", "item": [ { "name": "Encounter - Pulang dengan persetujuan dokter", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"Encounter\",\r\n \"id\": \"{{Encounter2_uuid}}\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\r\n \"value\": \"{{Registration_ID}}\"\r\n }\r\n ],\r\n \"episodeOfCare\": [\r\n {\r\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_uuid}}\"\r\n }\r\n ],\r\n \"status\": \"finished\",\r\n \"class\": {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\r\n \"code\": \"AMB\",\r\n \"display\": \"ambulatory\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_Id}}\",\r\n \"display\": \"{{Patient_Name}}\"\r\n },\r\n \"participant\": [\r\n {\r\n \"type\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\r\n \"code\": \"ATND\",\r\n \"display\": \"attender\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"individual\": {\r\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\r\n \"display\": \"{{Practitioner_Name}}\"\r\n }\r\n }\r\n ],\r\n \"period\": {\r\n \"start\": \"2023-11-13T07:30:00+00:00\",\r\n \"end\": \"2023-11-13T08:30:00+00:00\"\r\n },\r\n \"location\": [\r\n {\r\n \"location\": {\r\n \"reference\": \"Location/{{Location_Id}}\",\r\n \"display\": \"{{Location_Name}}\"\r\n },\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ServiceClass\",\r\n \"extension\": [\r\n {\r\n \"url\": \"value\",\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Outpatient\",\r\n \"code\": \"reguler\",\r\n \"display\": \"Kelas Reguler\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"statusHistory\": [\r\n {\r\n \"status\": \"arrived\",\r\n \"period\": {\r\n \"start\": \"2023-11-13T07:30:00+00:00\",\r\n \"end\": \"2023-11-13T07:40:00+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"in-progress\",\r\n \"period\": {\r\n \"start\": \"2023-11-13T07:40:00+00:00\",\r\n \"end\": \"2023-11-13T08:45:00+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"finished\",\r\n \"period\": {\r\n \"start\": \"2023-11-13T08:45:00+00:00\",\r\n \"end\": \"2023-11-13T08:45:00+00:00\"\r\n }\r\n }\r\n ],\r\n \"diagnosis\": [\r\n {\r\n \"condition\": {\r\n \"reference\": \"Condition/c03be9cc-6059-4cca-9c60-fa5228dcb75a\"\r\n },\r\n \"use\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\r\n \"code\": \"DD\",\r\n \"display\": \"Discharge diagnosis\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"hospitalization\": {\r\n \"dischargeDisposition\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\r\n \"code\": \"home\",\r\n \"display\": \"Home\"\r\n }\r\n ],\r\n \"text\": \"Dilanjutkan dengan operasi tanggal 13 November 2023\"\r\n }\r\n },\r\n \"serviceProvider\": {\r\n \"reference\": \"Organization/{{Org_id}}\"\r\n }\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter2_uuid}}" } ] } }, "response": [ { "name": "Encounter - Pulang dengan persetujuan dokter", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"Encounter\",\r\n \"id\": \"{{Encounter2_uuid}}\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\r\n \"value\": \"{{Registration_ID}}\"\r\n }\r\n ],\r\n \"episodeOfCare\": [\r\n {\r\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_uuid}}\"\r\n }\r\n ],\r\n \"status\": \"finished\",\r\n \"class\": {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\r\n \"code\": \"AMB\",\r\n \"display\": \"ambulatory\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_Id}}\",\r\n \"display\": \"{{Patient_Name}}\"\r\n },\r\n \"participant\": [\r\n {\r\n \"type\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\r\n \"code\": \"ATND\",\r\n \"display\": \"attender\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"individual\": {\r\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\r\n \"display\": \"{{Practitioner_Name}}\"\r\n }\r\n }\r\n ],\r\n \"period\": {\r\n \"start\": \"2023-11-13T07:30:00+00:00\",\r\n \"end\": \"2023-11-13T08:30:00+00:00\"\r\n },\r\n \"location\": [\r\n {\r\n \"location\": {\r\n \"reference\": \"Location/{{Location_Id}}\",\r\n \"display\": \"{{Location_Name}}\"\r\n },\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ServiceClass\",\r\n \"extension\": [\r\n {\r\n \"url\": \"value\",\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Outpatient\",\r\n \"code\": \"reguler\",\r\n \"display\": \"Kelas Reguler\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"statusHistory\": [\r\n {\r\n \"status\": \"arrived\",\r\n \"period\": {\r\n \"start\": \"2023-11-13T07:30:00+00:00\",\r\n \"end\": \"2023-11-13T07:40:00+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"in-progress\",\r\n \"period\": {\r\n \"start\": \"2023-11-13T07:40:00+00:00\",\r\n \"end\": \"2023-11-13T08:45:00+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"finished\",\r\n \"period\": {\r\n \"start\": \"2023-11-13T08:45:00+00:00\",\r\n \"end\": \"2023-11-13T08:45:00+00:00\"\r\n }\r\n }\r\n ],\r\n \"diagnosis\": [\r\n {\r\n \"condition\": {\r\n \"reference\": \"Condition/c03be9cc-6059-4cca-9c60-fa5228dcb75a\"\r\n },\r\n \"use\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\r\n \"code\": \"DD\",\r\n \"display\": \"Discharge diagnosis\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"hospitalization\": {\r\n \"dischargeDisposition\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\r\n \"code\": \"home\",\r\n \"display\": \"Home\"\r\n }\r\n ],\r\n \"text\": \"Dilanjutkan dengan operasi tanggal 13 November 2023\"\r\n }\r\n },\r\n \"serviceProvider\": {\r\n \"reference\": \"Organization/{{Org_id}}\"\r\n }\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter2_uuid}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Encounter/67facb9d-03b3-4f31-9cbd-c8e7be27a4da/_history/MTcwNjI1NjA0NDY4MDQ4NzAwMA" }, { "key": "etag", "value": "W/\"MTcwNjI1NjA0NDY4MDQ4NzAwMA\"" }, { "key": "last-modified", "value": "Fri, 26 Jan 2024 08:00:44 UTC" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 26 Jan 2024 08:00:44 GMT" }, { "key": "content-length", "value": "2159" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "0d2625d3-f9ce-467d-b4ac-11b524b9045a" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"class\": {\n \"code\": \"AMB\",\n \"display\": \"ambulatory\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/c03be9cc-6059-4cca-9c60-fa5228dcb75a\"\n },\n \"use\": {\n \"coding\": [\n {\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\"\n }\n ]\n }\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/91c72a46-ea2e-4379-8f04-0f9170aebefc\"\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"code\": \"home\",\n \"display\": \"Home\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\"\n }\n ],\n \"text\": \"Dilanjutkan dengan operasi tanggal 13 November 2023\"\n }\n },\n \"id\": \"67facb9d-03b3-4f31-9cbd-c8e7be27a4da\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"PD000018\"\n }\n ],\n \"location\": [\n {\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"value\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Outpatient\"\n }\n ]\n }\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ServiceClass\"\n }\n ],\n \"location\": {\n \"display\": \"Poli Penyakit Dalam, Divisi Pelayanan Medik, Keperawatan, dan Penunjang, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/2ecdc87f-efd1-4613-b385-7971841b78f3\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-04T05:15:44.393697+00:00\",\n \"versionId\": \"MTcxMjIwNzc0NDM5MzY5NzAwMA\"\n },\n \"participant\": [\n {\n \"individual\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"ATND\",\n \"display\": \"attender\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\"\n }\n ]\n }\n ]\n }\n ],\n \"period\": {\n \"end\": \"2023-11-13T08:30:00+00:00\",\n \"start\": \"2023-11-13T07:30:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000002\"\n },\n \"status\": \"finished\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-11-13T07:40:00+00:00\",\n \"start\": \"2023-11-13T07:30:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"end\": \"2023-11-13T08:45:00+00:00\",\n \"start\": \"2023-11-13T07:40:00+00:00\"\n },\n \"status\": \"in-progress\"\n },\n {\n \"period\": {\n \"end\": \"2023-11-13T08:45:00+00:00\",\n \"start\": \"2023-11-13T08:45:00+00:00\"\n },\n \"status\": \"finished\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] } ] }, { "name": "10. Mengganti Status EpisodeOfCare", "item": [ { "name": "EpisodeOfCare - Mengganti Status ke Active", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();", "pm.collectionVariables.set(\"EpisodeOfCare_uuid\", data.id);" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json-patch+json" } ], "body": { "mode": "raw", "raw": "[\n {\n \"op\": \"replace\",\n \"path\": \"/status\",\n \"value\": \"active\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/0/period/end\",\n \"value\": \"2023-11-13T08:00:00+00:00\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/1\",\n \"value\": {\n \"status\": \"active\",\n \"period\": {\n \"start\": \"2023-11-13T08:00:00+00:00\"\n }\n }\n }\n]", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/EpisodeOfCare/:id", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare", ":id" ], "variable": [ { "key": "id", "value": "{{EpisodeOfCare_uuid}}" } ] } }, "response": [ { "name": "EpisodeOfCare - Create Episode Perawatan Kanker", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json-patch+json" } ], "body": { "mode": "raw", "raw": "[\n {\n \"op\": \"replace\",\n \"path\": \"/status\",\n \"value\": \"active\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/0/period/end\",\n \"value\": \"2023-11-13T08:00:00+00:00\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/1\",\n \"value\": {\n \"status\": \"active\",\n \"period\": {\n \"start\": \"2023-11-13T08:00:00+00:00\"\n }\n }\n }\n]", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/EpisodeOfCare/:id", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare", ":id" ], "variable": [ { "key": "id", "value": "{{EpisodeOfCare_uuid}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxMjIwNzQ3NDg5ODgxMzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/EpisodeOfCare/91c72a46-ea2e-4379-8f04-0f9170aebefc/_history/MTcxMjIwNzQ3NDg5ODgxMzAwMA" }, { "key": "last-modified", "value": "Thu, 04 Apr 2024 05:11:14 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Thu, 04 Apr 2024 05:11:14 GMT" }, { "key": "Content-Length", "value": "381" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "b01f1a1a-be02-4308-a764-5bd72e24182e" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"id\": \"91c72a46-ea2e-4379-8f04-0f9170aebefc\",\n \"meta\": {\n \"lastUpdated\": \"2024-04-04T05:11:14.898813+00:00\",\n \"versionId\": \"MTcxMjIwNzQ3NDg5ODgxMzAwMA\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-11-13T08:00:00+00:00\",\n \"start\": \"2023-11-06T11:00:00+00:00\"\n },\n \"status\": \"waitlist\"\n },\n {\n \"period\": {\n \"start\": \"2023-11-13T08:00:00+00:00\"\n },\n \"status\": \"active\"\n }\n ]\n}" } ] }, { "name": "EpisodeOfCare - Get by uuid jika nomor registri nasional belum muncul", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/EpisodeOfCare/:id", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare", ":id" ], "variable": [ { "key": "id", "value": "{{EpisodeOfCare_uuid}}" } ] } }, "response": [ { "name": "EpisodeOfCare - Get by uuid jika nomor registri nasional belum muncul", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/EpisodeOfCare/:id", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare", ":id" ], "variable": [ { "key": "id", "value": "{{EpisodeOfCare_uuid}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxMjIxMzA1OTc5Njc0MzAwMA\"" }, { "key": "last-modified", "value": "Thu, 04 Apr 2024 06:44:19 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Thu, 04 Apr 2024 06:44:21 GMT" }, { "key": "Content-Length", "value": "1016" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "08859ac3-f280-479a-813a-d6a1f86d2212" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"id\": \"91c72a46-ea2e-4379-8f04-0f9170aebefc\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/registry-id/\",\n \"value\": \"CNCC202410000000012\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC2023110676340\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CNCS202410000000009\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-04-04T06:44:19.796743+00:00\",\n \"versionId\": \"MTcxMjIxMzA1OTc5Njc0MzAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"period\": {\n \"start\": \"2023-11-06T11:00:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-11-13T08:00:00+00:00\",\n \"start\": \"2023-11-06T11:00:00+00:00\"\n },\n \"status\": \"waitlist\"\n },\n {\n \"period\": {\n \"start\": \"2023-11-13T08:00:00+00:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"cancer\",\n \"display\": \"Cancer Management Care \",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\"\n }\n ]\n }\n ]\n}" } ] } ] } ] }, { "name": "03. Kunjungan 3", "item": [ { "name": "01. Mencari Data Pasien dan Nakes", "item": [ { "name": "Patient", "item": [ { "name": "Patient - Search NIK", "protocolProfileBehavior": { "disableBodyPruning": true, "disabledSystemHeaders": { "content-type": true } }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{token}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Patient?identifier=https://fhir.kemkes.go.id/id/nik|9271060312000001", "host": [ "{{base_url}}" ], "path": [ "Patient" ], "query": [ { "key": "identifier", "value": "https://fhir.kemkes.go.id/id/nik|9271060312000001" } ] } }, "response": [] }, { "name": "Patient - Bayi Search NIK Ibu", "protocolProfileBehavior": { "disableBodyPruning": true, "disabledSystemHeaders": { "content-type": true } }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{token}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Patient?identifier=https://fhir.kemkes.go.id/id/nik-ibu|367400001111222", "host": [ "{{base_url}}" ], "path": [ "Patient" ], "query": [ { "key": "identifier", "value": "https://fhir.kemkes.go.id/id/nik-ibu|367400001111222" } ] } }, "response": [] }, { "name": "Patient - Search Name, Birthdate, NIK", "protocolProfileBehavior": { "disableBodyPruning": true, "disabledSystemHeaders": { "content-type": true } }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Patient?name=patient&birthdate=1980-12-03&identifier=https://fhir.kemkes.go.id/id/nik|9271060312000001", "host": [ "{{base_url}}" ], "path": [ "Patient" ], "query": [ { "key": "name", "value": "patient" }, { "key": "birthdate", "value": "1980-12-03" }, { "key": "identifier", "value": "https://fhir.kemkes.go.id/id/nik|9271060312000001" } ] } }, "response": [] }, { "name": "Patient - Search Name, Birthdate, Gender", "protocolProfileBehavior": { "disableBodyPruning": true, "disabledSystemHeaders": { "content-type": true } }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Patient?name=patient 1&birthdate=1980-12-03&gender=male", "host": [ "{{base_url}}" ], "path": [ "Patient" ], "query": [ { "key": "name", "value": "patient 1" }, { "key": "birthdate", "value": "1980-12-03" }, { "key": "gender", "value": "male" } ] } }, "response": [ { "name": "Patient - Search Name, Birthdate, Gender", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" } ], "url": { "raw": "{{base_url}}/Patient?name=patient 1&birthdate=1980-12-03&gender=male", "host": [ "{{base_url}}" ], "path": [ "Patient" ], "query": [ { "key": "name", "value": "patient 1" }, { "key": "birthdate", "value": "1980-12-03" }, { "key": "gender", "value": "male" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Tue, 17 Oct 2023 08:23:48 GMT" }, { "key": "content-length", "value": "1904" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "2c386521-d8f7-4fdd-8134-759986b60bc3" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"entry\": [\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02478375538\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"MUNA\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"74\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"26\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1008\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"KEL.TOMBULA\"\n ],\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1980-12-03\",\n \"communication\": [\n {\n \"language\": {\n \"coding\": [\n {\n \"code\": \"id-ID\",\n \"display\": \"Indonesian\",\n \"system\": \"urn:ietf:bcp:47\"\n }\n ],\n \"text\": \"Indonesian\"\n },\n \"preferred\": true\n }\n ],\n \"deceasedBoolean\": false,\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/citizenshipStatus\",\n \"valueCode\": \"WNI\"\n }\n ],\n \"gender\": \"male\",\n \"id\": \"P02478375538\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02478375538\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"9271060312000001\"\n }\n ],\n \"link\": [\n {\n \"other\": {\n \"reference\": \"RelatedPerson/7af11905-8d49-47dc-a72b-bca4948c01e7\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-05-31T06:40:40.038378+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY4NTUxNTI0MDAzODM3ODAwMA\"\n },\n \"multipleBirthBoolean\": false,\n \"name\": [\n {\n \"text\": \"patient 1\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n }\n ],\n \"link\": [\n {\n \"relation\": \"search\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1980-12-03&gender=male&name=patient+1\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1980-12-03&gender=male&name=patient+1\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1980-12-03&gender=male&name=patient+1\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" } ] }, { "name": "Patient - By ID", "protocolProfileBehavior": { "disableBodyPruning": true, "disabledSystemHeaders": { "content-type": true } }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Patient/:id", "host": [ "{{base_url}}" ], "path": [ "Patient", ":id" ], "variable": [ { "key": "id", "value": "100000030015" } ] } }, "response": [ { "name": "Patient - By ID", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" } ], "url": { "raw": "{{base_url}}/Patient/:id", "host": [ "{{base_url}}" ], "path": [ "Patient", ":id" ], "variable": [ { "key": "id", "value": "{{Patient_Id}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTY4NDI3NTY3MDYwODgwNzAwMA\"" }, { "key": "last-modified", "value": "Tue, 16 May 2023 22:21:10 UTC" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Wed, 05 Jul 2023 07:49:05 GMT" }, { "key": "content-length", "value": "493" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "d2f4fb27-056f-4f75-b279-befeeccf96ee" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"active\": true,\n \"id\": \"100000030015\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"100000030015\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"################\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-05-16T22:21:10.608807+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient|4.0.1\",\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY4NDI3NTY3MDYwODgwNzAwMA\"\n },\n \"resourceType\": \"Patient\"\n}" } ] }, { "name": "Patient - Create by NIK", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"Patient\",\r\n \"meta\": {\r\n \"profile\": [\r\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\r\n ]\r\n },\r\n \"identifier\": [\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\r\n \"value\": \"3174031002890009\"\r\n },\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"https://fhir.kemkes.go.id/id/paspor\",\r\n \"value\": \"A01111222\"\r\n },\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"https://fhir.kemkes.go.id/id/kk\",\r\n \"value\": \"367400001111111\"\r\n }\r\n ],\r\n \"active\": true,\r\n \"name\": [\r\n {\r\n \"use\": \"official\",\r\n \"text\": \"John Smith\"\r\n }\r\n ],\r\n \"telecom\": [\r\n {\r\n \"system\": \"phone\",\r\n \"value\": \"08123456789\",\r\n \"use\": \"mobile\"\r\n },\r\n {\r\n \"system\": \"phone\",\r\n \"value\": \"+622123456789\",\r\n \"use\": \"home\"\r\n },\r\n {\r\n \"system\": \"email\",\r\n \"value\": \"john.smith@xyz.com\",\r\n \"use\": \"home\"\r\n }\r\n ],\r\n \"gender\": \"female\",\r\n \"birthDate\": \"1945-11-17\",\r\n \"deceasedBoolean\": false,\r\n \"address\": [\r\n {\r\n \"use\": \"home\",\r\n \"line\": [\r\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\r\n ],\r\n \"city\": \"Jakarta\",\r\n \"postalCode\": \"12950\",\r\n \"country\": \"ID\",\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\",\r\n \"extension\": [\r\n {\r\n \"url\": \"province\",\r\n \"valueCode\": \"10\"\r\n },\r\n {\r\n \"url\": \"city\",\r\n \"valueCode\": \"1010\"\r\n },\r\n {\r\n \"url\": \"district\",\r\n \"valueCode\": \"1010101\"\r\n },\r\n {\r\n \"url\": \"village\",\r\n \"valueCode\": \"1010101101\"\r\n },\r\n {\r\n \"url\": \"rt\",\r\n \"valueCode\": \"2\"\r\n },\r\n {\r\n \"url\": \"rw\",\r\n \"valueCode\": \"2\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"maritalStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus\",\r\n \"code\": \"M\",\r\n \"display\": \"Married\"\r\n }\r\n ],\r\n \"text\": \"Married\"\r\n },\r\n \"multipleBirthInteger\": 0,\r\n \"contact\": [\r\n {\r\n \"relationship\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0131\",\r\n \"code\": \"C\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"name\": {\r\n \"use\": \"official\",\r\n \"text\": \"Jane Smith\"\r\n },\r\n \"telecom\": [\r\n {\r\n \"system\": \"phone\",\r\n \"value\": \"0690383372\",\r\n \"use\": \"mobile\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"communication\": [\r\n {\r\n \"language\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"urn:ietf:bcp:47\",\r\n \"code\": \"id-ID\",\r\n \"display\": \"Indonesian\"\r\n }\r\n ],\r\n \"text\": \"Indonesian\"\r\n },\r\n \"preferred\": true\r\n }\r\n ],\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/birthPlace\",\r\n \"valueAddress\": {\r\n \"city\": \"Bandung\",\r\n \"country\": \"ID\"\r\n }\r\n },\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/citizenshipStatus\",\r\n \"valueCode\": \"WNI\"\r\n }\r\n ]\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Patient", "host": [ "{{base_url}}" ], "path": [ "Patient" ] } }, "response": [ { "name": "Create Success", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"Patient\",\r\n \"meta\": {\r\n \"profile\": [\r\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\r\n ]\r\n },\r\n \"identifier\": [\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\r\n \"value\": \"3174031002890009\"\r\n },\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"https://fhir.kemkes.go.id/id/paspor\",\r\n \"value\": \"A01111222\"\r\n },\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"https://fhir.kemkes.go.id/id/kk\",\r\n \"value\": \"367400001111111\"\r\n }\r\n ],\r\n \"active\": true,\r\n \"name\": [\r\n {\r\n \"use\": \"official\",\r\n \"text\": \"John Smith\"\r\n }\r\n ],\r\n \"telecom\": [\r\n {\r\n \"system\": \"phone\",\r\n \"value\": \"08123456789\",\r\n \"use\": \"mobile\"\r\n },\r\n {\r\n \"system\": \"phone\",\r\n \"value\": \"+622123456789\",\r\n \"use\": \"home\"\r\n },\r\n {\r\n \"system\": \"email\",\r\n \"value\": \"john.smith@xyz.com\",\r\n \"use\": \"home\"\r\n }\r\n ],\r\n \"gender\": \"female\",\r\n \"birthDate\": \"1945-11-17\",\r\n \"deceasedBoolean\": false,\r\n \"address\": [\r\n {\r\n \"use\": \"home\",\r\n \"line\": [\r\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\r\n ],\r\n \"city\": \"Jakarta\",\r\n \"postalCode\": \"12950\",\r\n \"country\": \"ID\",\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\",\r\n \"extension\": [\r\n {\r\n \"url\": \"province\",\r\n \"valueCode\": \"10\"\r\n },\r\n {\r\n \"url\": \"city\",\r\n \"valueCode\": \"1010\"\r\n },\r\n {\r\n \"url\": \"district\",\r\n \"valueCode\": \"1010101\"\r\n },\r\n {\r\n \"url\": \"village\",\r\n \"valueCode\": \"1010101101\"\r\n },\r\n {\r\n \"url\": \"rt\",\r\n \"valueCode\": \"2\"\r\n },\r\n {\r\n \"url\": \"rw\",\r\n \"valueCode\": \"2\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"maritalStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus\",\r\n \"code\": \"M\",\r\n \"display\": \"Married\"\r\n }\r\n ],\r\n \"text\": \"Married\"\r\n },\r\n \"multipleBirthInteger\": 0,\r\n \"contact\": [\r\n {\r\n \"relationship\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0131\",\r\n \"code\": \"C\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"name\": {\r\n \"use\": \"official\",\r\n \"text\": \"Jane Smith\"\r\n },\r\n \"telecom\": [\r\n {\r\n \"system\": \"phone\",\r\n \"value\": \"0690383372\",\r\n \"use\": \"mobile\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"communication\": [\r\n {\r\n \"language\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"urn:ietf:bcp:47\",\r\n \"code\": \"id-ID\",\r\n \"display\": \"Indonesian\"\r\n }\r\n ],\r\n \"text\": \"Indonesian\"\r\n },\r\n \"preferred\": true\r\n }\r\n ],\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/birthPlace\",\r\n \"valueAddress\": {\r\n \"city\": \"Bandung\",\r\n \"country\": \"ID\"\r\n }\r\n },\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/citizenshipStatus\",\r\n \"valueCode\": \"WNI\"\r\n }\r\n ]\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Patient", "host": [ "{{base_url}}" ], "path": [ "Patient" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "x-request-id", "value": "3f450dbd-0e27-423a-b073-0ab7835509a2" }, { "key": "content-length", "value": "108" }, { "key": "date", "value": "Wed, 08 Mar 2023 04:06:31 GMT" }, { "key": "Via", "value": "1.1 google" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"success\": true,\n \"message\": \"New Patient has been created successfully\",\n \"data\": {\n \"Patient ID:\": \"P02029102687\"\n }\n}" }, { "name": "Patient Exist", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"Patient\",\r\n \"meta\": {\r\n \"profile\": [\r\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\r\n ]\r\n },\r\n \"identifier\": [\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\r\n \"value\": \"3278050604660005\"\r\n },\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"https://fhir.kemkes.go.id/id/paspor\",\r\n \"value\": \"A01111222\"\r\n },\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"https://fhir.kemkes.go.id/id/kk\",\r\n \"value\": \"367400001111111\"\r\n }\r\n ],\r\n \"active\": true,\r\n \"name\": [\r\n {\r\n \"use\": \"official\",\r\n \"text\": \"John Smith\"\r\n }\r\n ],\r\n \"telecom\": [\r\n {\r\n \"system\": \"phone\",\r\n \"value\": \"08123456789\",\r\n \"use\": \"mobile\"\r\n },\r\n {\r\n \"system\": \"phone\",\r\n \"value\": \"+622123456789\",\r\n \"use\": \"home\"\r\n },\r\n {\r\n \"system\": \"email\",\r\n \"value\": \"john.smith@xyz.com\",\r\n \"use\": \"home\"\r\n }\r\n ],\r\n \"gender\": \"female\",\r\n \"birthDate\": \"1945-11-17\",\r\n \"deceasedBoolean\": false,\r\n \"address\": [\r\n {\r\n \"use\": \"home\",\r\n \"line\": [\r\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\r\n ],\r\n \"city\": \"Jakarta\",\r\n \"postalCode\": \"12950\",\r\n \"country\": \"ID\",\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\",\r\n \"extension\": [\r\n {\r\n \"url\": \"province\",\r\n \"valueCode\": \"10\"\r\n },\r\n {\r\n \"url\": \"city\",\r\n \"valueCode\": \"1010\"\r\n },\r\n {\r\n \"url\": \"district\",\r\n \"valueCode\": \"1010101\"\r\n },\r\n {\r\n \"url\": \"village\",\r\n \"valueCode\": \"1010101101\"\r\n },\r\n {\r\n \"url\": \"rt\",\r\n \"valueCode\": \"2 \"\r\n },\r\n {\r\n \"url\": \"rw\",\r\n \"valueCode\": \"2\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"maritalStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus\",\r\n \"code\": \"M\",\r\n \"display\": \"Married\"\r\n }\r\n ],\r\n \"text\": \"Married\"\r\n },\r\n \"multipleBirthInteger\": 0,\r\n \"contact\": [\r\n {\r\n \"relationship\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0131\",\r\n \"code\": \"C\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"name\": {\r\n \"use\": \"official\",\r\n \"text\": \"Jane Smith\"\r\n },\r\n \"telecom\": [\r\n {\r\n \"system\": \"phone\",\r\n \"value\": \"0690383372\",\r\n \"use\": \"mobile\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"communication\": [\r\n {\r\n \"language\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"urn:ietf:bcp:47\",\r\n \"code\": \"id-ID\",\r\n \"display\": \"Indonesian\"\r\n }\r\n ],\r\n \"text\": \"Indonesian\"\r\n },\r\n \"preferred\": true\r\n }\r\n ],\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/birthPlace\",\r\n \"valueAddress\": {\r\n \"city\": \"Bandung\",\r\n \"country\": \"ID\"\r\n }\r\n },\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/citizenshipStatus\",\r\n \"valueCode\": \"WNI\"\r\n }\r\n ]\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Patient", "host": [ "{{base_url}}" ], "path": [ "Patient" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "x-request-id", "value": "09dd9775-0657-4433-84f1-194c2d08af5c" }, { "key": "content-length", "value": "90" }, { "key": "date", "value": "Fri, 03 Mar 2023 13:26:38 GMT" }, { "key": "Via", "value": "1.1 google" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"success\": false,\n \"message\": \"Patient Resource Exists\",\n \"data\": {\n \"resourceID\": \"P02029102416\"\n }\n}" }, { "name": "NIK Not Exist", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"Patient\",\r\n \"meta\": {\r\n \"profile\": [\r\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\r\n ]\r\n },\r\n \"identifier\": [\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\r\n \"value\": \"3174031002890009\"\r\n },\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"https://fhir.kemkes.go.id/id/paspor\",\r\n \"value\": \"A01111222\"\r\n },\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"https://fhir.kemkes.go.id/id/kk\",\r\n \"value\": \"367400001111111\"\r\n }\r\n ],\r\n \"active\": true,\r\n \"name\": [\r\n {\r\n \"use\": \"official\",\r\n \"text\": \"John Smith\"\r\n }\r\n ],\r\n \"telecom\": [\r\n {\r\n \"system\": \"phone\",\r\n \"value\": \"08123456789\",\r\n \"use\": \"mobile\"\r\n },\r\n {\r\n \"system\": \"phone\",\r\n \"value\": \"+622123456789\",\r\n \"use\": \"home\"\r\n },\r\n {\r\n \"system\": \"email\",\r\n \"value\": \"john.smith@xyz.com\",\r\n \"use\": \"home\"\r\n }\r\n ],\r\n \"gender\": \"female\",\r\n \"birthDate\": \"1945-11-17\",\r\n \"deceasedBoolean\": false,\r\n \"address\": [\r\n {\r\n \"use\": \"home\",\r\n \"line\": [\r\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\r\n ],\r\n \"city\": \"Jakarta\",\r\n \"postalCode\": \"12950\",\r\n \"country\": \"ID\",\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\",\r\n \"extension\": [\r\n {\r\n \"url\": \"province\",\r\n \"valueCode\": \"10\"\r\n },\r\n {\r\n \"url\": \"city\",\r\n \"valueCode\": \"1010\"\r\n },\r\n {\r\n \"url\": \"district\",\r\n \"valueCode\": \"1010101\"\r\n },\r\n {\r\n \"url\": \"village\",\r\n \"valueCode\": \"1010101101\"\r\n },\r\n {\r\n \"url\": \"rt\",\r\n \"valueCode\": \"2\"\r\n },\r\n {\r\n \"url\": \"rw\",\r\n \"valueCode\": \"2\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"maritalStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus\",\r\n \"code\": \"M\",\r\n \"display\": \"Married\"\r\n }\r\n ],\r\n \"text\": \"Married\"\r\n },\r\n \"multipleBirthInteger\": 0,\r\n \"contact\": [\r\n {\r\n \"relationship\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0131\",\r\n \"code\": \"C\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"name\": {\r\n \"use\": \"official\",\r\n \"text\": \"Jane Smith\"\r\n },\r\n \"telecom\": [\r\n {\r\n \"system\": \"phone\",\r\n \"value\": \"0690383372\",\r\n \"use\": \"mobile\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"communication\": [\r\n {\r\n \"language\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"urn:ietf:bcp:47\",\r\n \"code\": \"id-ID\",\r\n \"display\": \"Indonesian\"\r\n }\r\n ],\r\n \"text\": \"Indonesian\"\r\n },\r\n \"preferred\": true\r\n }\r\n ],\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/birthPlace\",\r\n \"valueAddress\": {\r\n \"city\": \"Bandung\",\r\n \"country\": \"ID\"\r\n }\r\n },\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/citizenshipStatus\",\r\n \"valueCode\": \"WNI\"\r\n }\r\n ]\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Patient", "host": [ "{{base_url}}" ], "path": [ "Patient" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "x-request-id", "value": "2ec41bb9-78b1-4297-aa8f-356b24e9594b" }, { "key": "content-length", "value": "48" }, { "key": "date", "value": "Wed, 08 Mar 2023 04:05:08 GMT" }, { "key": "Via", "value": "1.1 google" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"success\": false,\n \"message\": \"Citizen Not Exists\"\n}" } ] } ] }, { "name": "Practitioner", "item": [ { "name": "Practitioner - Search NIK", "protocolProfileBehavior": { "disableBodyPruning": true, "disabledSystemHeaders": { "content-type": true } }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Practitioner?identifier=https://fhir.kemkes.go.id/id/nik|367400001111222", "host": [ "{{base_url}}" ], "path": [ "Practitioner" ], "query": [ { "key": "identifier", "value": "https://fhir.kemkes.go.id/id/nik|367400001111222" } ] } }, "response": [ { "name": "Practitioner - Search NIK", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" } ], "url": { "raw": "{{base_url}}/Practitioner?identifier=https://fhir.kemkes.go.id/id/nik|367400001111222", "host": [ "{{base_url}}" ], "path": [ "Practitioner" ], "query": [ { "key": "identifier", "value": "https://fhir.kemkes.go.id/id/nik|367400001111222" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/fhir+json;charset=utf-8" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Sat, 03 Dec 2022 04:46:23 GMT" }, { "key": "content-length", "value": "37231" }, { "key": "x-xss-protection", "value": "0" }, { "key": "x-frame-options", "value": "SAMEORIGIN" }, { "key": "x-content-type-options", "value": "nosniff" }, { "key": "x-request-id", "value": "e9cbc455-7f43-4079-925e-b1d31381d7a5" }, { "key": "Via", "value": "1.1 google" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"entry\": [\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000010\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000010\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000010\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T03:04:31.188115+00:00\",\n \"versionId\": \"MTY2OTE3MjY3MTE4ODExNTAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Dorothy Third Clone\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"voigt@xyz.com\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000009\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000009\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000009\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T03:04:02.773442+00:00\",\n \"versionId\": \"MTY2OTE3MjY0Mjc3MzQ0MjAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Dorothies Clone\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"voigt@xyz.com\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000008\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000008\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000008\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T03:03:35.594418+00:00\",\n \"versionId\": \"MTY2OTE3MjYxNTU5NDQxODAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Dorothy Clone\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"voigt@xyz.com\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000007\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000007\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000007\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T03:00:56.337787+00:00\",\n \"versionId\": \"MTY2OTE3MjQ1NjMzNzc4NzAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Dorothy\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"voigt@xyz.com\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000006\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000006\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000006\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T03:00:19.536151+00:00\",\n \"versionId\": \"MTY2OTE3MjQxOTUzNjE1MTAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Rus, MD.\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"voigt@xyz.com\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000005\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000005\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000005\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T02:59:54.410712+00:00\",\n \"versionId\": \"MTY2OTE3MjM5NDQxMDcxMjAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Paul Therapist, PT\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"voigt@xyz.com\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000004\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000004\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000004\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T02:59:32.514793+00:00\",\n \"versionId\": \"MTY2OTE3MjM3MjUxNDc5MzAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Pamela Educator, RN\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"voigt@xyz.com\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000003\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000003\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000003\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T02:59:10.522324+00:00\",\n \"versionId\": \"MTY2OTE3MjM1MDUyMjMyNDAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Ray Sp.Rad.\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"voigt@xyz.com\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000001\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000001\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000001\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T02:58:15.231452+00:00\",\n \"versionId\": \"MTY2OTE3MjI5NTIzMTQ1MjAwMA\"\n },\n \"name\": [\n {\n \"prefix\": [\n \"Dr.\",\n \"dr.\"\n ],\n \"suffix\": [\n \"MARS.\"\n ],\n \"text\": \"Voigt\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"voigt@xyz.com\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 9,\n \"type\": \"searchset\"\n}" } ] }, { "name": "Practitioner - Search Name, Gender, Birthdate", "protocolProfileBehavior": { "disableBodyPruning": true, "disabledSystemHeaders": { "content-type": true } }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Practitioner?name=Voigt&gender=male&birthdate=1945", "host": [ "{{base_url}}" ], "path": [ "Practitioner" ], "query": [ { "key": "name", "value": "Voigt" }, { "key": "gender", "value": "male" }, { "key": "birthdate", "value": "1945" } ] } }, "response": [ { "name": "Practitioner - Search Name, Gender, Birthdate", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" } ], "url": { "raw": "{{base_url}}/Practitioner?name=Voigt&gender=male&birthdate=1945", "host": [ "{{base_url}}" ], "path": [ "Practitioner" ], "query": [ { "key": "name", "value": "Voigt" }, { "key": "gender", "value": "male" }, { "key": "birthdate", "value": "1945" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/fhir+json;charset=utf-8" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Sat, 03 Dec 2022 04:53:01 GMT" }, { "key": "content-length", "value": "8576" }, { "key": "x-xss-protection", "value": "0" }, { "key": "x-frame-options", "value": "SAMEORIGIN" }, { "key": "x-content-type-options", "value": "nosniff" }, { "key": "x-request-id", "value": "c45e6850-c883-4d51-b6a0-d1a7644e9c66" }, { "key": "Via", "value": "1.1 google" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"entry\": [\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000002\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"2000-12-12\",\n \"gender\": \"male\",\n \"id\": \"N10000002\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000002\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111223\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T02:58:44.125648+00:00\",\n \"versionId\": \"MTY2OTE3MjMyNDEyNTY0ODAwMA\"\n },\n \"name\": [\n {\n \"prefix\": [\n \"Dr.\",\n \"dr.\"\n ],\n \"suffix\": [\n \"MARS.\"\n ],\n \"text\": \"Voigt\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Regfristrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"2015\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"voigt@xyz.com\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000001\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000001\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000001\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T02:58:15.231452+00:00\",\n \"versionId\": \"MTY2OTE3MjI5NTIzMTQ1MjAwMA\"\n },\n \"name\": [\n {\n \"prefix\": [\n \"Dr.\",\n \"dr.\"\n ],\n \"suffix\": [\n \"MARS.\"\n ],\n \"text\": \"Voigt\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"voigt@xyz.com\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 2,\n \"type\": \"searchset\"\n}" } ] }, { "name": "Practitioner - By ID - N10000001", "protocolProfileBehavior": { "disableBodyPruning": true, "disabledSystemHeaders": { "content-type": true } }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Practitioner/:id", "host": [ "{{base_url}}" ], "path": [ "Practitioner", ":id" ], "variable": [ { "key": "id", "value": "N10000001" } ] } }, "response": [ { "name": "Practitioner - By ID - N10000001", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" } ], "url": { "raw": "{{base_url}}/Practitioner/:id", "host": [ "{{base_url}}" ], "path": [ "Practitioner", ":id" ], "variable": [ { "key": "id", "value": "N10000005" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Sat, 20 Aug 2022 16:27:02 UTC" }, { "key": "content-type", "value": "application/fhir+json;charset=utf-8" }, { "key": "etag", "value": "W/\"MTY2MTAxMjgyMjA5NzA1OTAwMA\"" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Thu, 01 Sep 2022 13:28:51 GMT" }, { "key": "content-length", "value": "3103" }, { "key": "x-xss-protection", "value": "0" }, { "key": "x-frame-options", "value": "SAMEORIGIN" }, { "key": "x-content-type-options", "value": "nosniff" }, { "key": "x-request-id", "value": "271d1de0-196f-4e32-94e2-c25336152617" }, { "key": "Via", "value": "1.1 google" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000005\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000005\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-08-20T16:27:02.097059+00:00\",\n \"versionId\": \"MTY2MTAxMjgyMjA5NzA1OTAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Paul Therapist, PT\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"voigt@xyz.com\"\n }\n ]\n}" } ] } ] } ] }, { "name": "02. Pendaftaran Kunjungan", "item": [ { "name": "Pembuatan Kunjungan", "item": [ { "name": "EpisodeOfCare - Search by Patient", "event": [ { "listen": "test", "script": { "exec": [ "var bundle = pm.response.json();\r", "var data = null;\r", "bundle.entry.forEach(entry => {\r", " let data = entry.resource;\r", " if(data.status == \"waitlist\"){\r", " pm.collectionVariables.set(\"EpisodeOfCare_uuid\", data.id)\r", " };\r", "})" ], "type": "text/javascript", "packages": {} } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_Id}}&type=cancer&status=active", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare" ], "query": [ { "key": "patient", "value": "{{Patient_Id}}", "description": "IHS number of patient involve in Cancer Management Care" }, { "key": "type", "value": "cancer", "description": "type of EpisodeOfCare" }, { "key": "status", "value": "active", "description": "status should be active" } ] } }, "response": [ { "name": "EpisodeOfCare - Search by Patient", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_Id}}&type=cancer&status=active", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare" ], "query": [ { "key": "patient", "value": "{{Patient_Id}}", "description": "IHS number of patient involve in Cancer Management Care" }, { "key": "type", "value": "cancer", "description": "type of EpisodeOfCare" }, { "key": "status", "value": "active", "description": "status should be active" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Thu, 04 Apr 2024 06:49:58 GMT" }, { "key": "Content-Length", "value": "3637" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "a98478a8-aa38-47d4-a58d-90ac56329676" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"entry\": [\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/91c72a46-ea2e-4379-8f04-0f9170aebefc\",\n \"resource\": {\n \"id\": \"91c72a46-ea2e-4379-8f04-0f9170aebefc\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/registry-id/\",\n \"value\": \"CNCC202410000000012\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC2023110676340\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CNCS202410000000009\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-04-04T06:44:19.796743+00:00\",\n \"versionId\": \"MTcxMjIxMzA1OTc5Njc0MzAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"period\": {\n \"start\": \"2023-11-06T11:00:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-11-13T08:00:00+00:00\",\n \"start\": \"2023-11-06T11:00:00+00:00\"\n },\n \"status\": \"waitlist\"\n },\n {\n \"period\": {\n \"start\": \"2023-11-13T08:00:00+00:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"cancer\",\n \"display\": \"Cancer Management Care \",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\"\n }\n ]\n }\n ]\n }\n }\n ],\n \"link\": [\n {\n \"relation\": \"search\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?identifier=http%3A%2F%2Fsys-ids.kemkes.go.id%2Fepisode-of-care%2Fregistry-id%2F%7CCNCC202410000000012&patient=100000030015&status=active&type=cancer\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?identifier=http%3A%2F%2Fsys-ids.kemkes.go.id%2Fepisode-of-care%2Fregistry-id%2F%7CCNCC202410000000012&patient=100000030015&status=active&type=cancer\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?identifier=http%3A%2F%2Fsys-ids.kemkes.go.id%2Fepisode-of-care%2Fregistry-id%2F%7CCNCC202410000000012&patient=100000030015&status=active&type=cancer\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" } ] }, { "name": "EpisodeOfCare - Search by Patient + Organization", "event": [ { "listen": "test", "script": { "exec": [ "var bundle = pm.response.json();\r", "var data = bundle.entry[0].resource\r", "pm.collectionVariables.set(\"EpisodeOfCare_uuid\", data.id)" ], "type": "text/javascript", "packages": {} } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_Id}}&type=cancer&status=active&organization={{Org_id}}", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare" ], "query": [ { "key": "patient", "value": "{{Patient_Id}}", "description": "IHS number of patient involve in Cancer Management Care" }, { "key": "type", "value": "cancer", "description": "type of EpisodeOfCare" }, { "key": "status", "value": "active", "description": "status should be active" }, { "key": "organization", "value": "{{Org_id}}", "description": "input your Org_id here" } ] } }, "response": [ { "name": "EpisodeOfCare - Search by Patient + Organization", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_Id}}&type=cancer&status=active&organization={{Org_id}}", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare" ], "query": [ { "key": "patient", "value": "{{Patient_Id}}", "description": "IHS number of patient involve in Cancer Management Care" }, { "key": "type", "value": "cancer", "description": "type of EpisodeOfCare" }, { "key": "status", "value": "active", "description": "status should be active" }, { "key": "organization", "value": "{{Org_id}}", "description": "input your Org_id here" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Thu, 04 Apr 2024 06:55:00 GMT" }, { "key": "Content-Length", "value": "2865" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "759763b6-bea3-433c-9672-fc8a0e8f06f6" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"entry\": [\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/91c72a46-ea2e-4379-8f04-0f9170aebefc\",\n \"resource\": {\n \"id\": \"91c72a46-ea2e-4379-8f04-0f9170aebefc\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/registry-id/\",\n \"value\": \"CNCC202410000000012\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC2023110676340\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CNCS202410000000009\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-04-04T06:44:19.796743+00:00\",\n \"versionId\": \"MTcxMjIxMzA1OTc5Njc0MzAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"period\": {\n \"start\": \"2023-11-06T11:00:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-11-13T08:00:00+00:00\",\n \"start\": \"2023-11-06T11:00:00+00:00\"\n },\n \"status\": \"waitlist\"\n },\n {\n \"period\": {\n \"start\": \"2023-11-13T08:00:00+00:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"cancer\",\n \"display\": \"Cancer Management Care \",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\"\n }\n ]\n }\n ]\n }\n }\n ],\n \"link\": [\n {\n \"relation\": \"search\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?identifier=http%3A%2F%2Fsys-ids.kemkes.go.id%2Fepisode-of-care%2Fregistry-id%2F%7CCNCC202410000000012&patient=100000030015&status=active&type=cancer\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?identifier=http%3A%2F%2Fsys-ids.kemkes.go.id%2Fepisode-of-care%2Fregistry-id%2F%7CCNCC202410000000012&patient=100000030015&status=active&type=cancer\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?identifier=http%3A%2F%2Fsys-ids.kemkes.go.id%2Fepisode-of-care%2Fregistry-id%2F%7CCNCC202410000000012&patient=100000030015&status=active&type=cancer\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" } ] }, { "name": "Encounter - Masuk Ruang Bedah", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set(\"Encounter3_uuid\", data.id);" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_Id}}\"\n }\n ],\n \"status\": \"in-progress\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"IMP\",\n \"display\": \"inpatient encounter\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-11-19T07:30:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"period\": {\n \"start\": \"2023-11-19T07:30:00+00:00\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/LocationServiceClass\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Inpatient\",\n \"code\": \"1\",\n \"display\": \"Kelas 1\"\n }\n ]\n }\n }\n ]\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-11-19T07:30:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_RawatInap}}\"\n },\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Tindakan}}\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_uuid}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter", "host": [ "{{base_url}}" ], "path": [ "Encounter" ] } }, "response": [ { "name": "Encounter - Masuk Ruang Bedah", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_Id}}\"\n }\n ],\n \"status\": \"in-progress\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"IMP\",\n \"display\": \"inpatient encounter\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"Diana Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-11-19T07:30:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"period\": {\n \"start\": \"2023-11-19T07:30:00+00:00\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/LocationServiceClass\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Inpatient\",\n \"code\": \"1\",\n \"display\": \"Kelas 1\"\n }\n ]\n }\n }\n ]\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-11-19T07:30:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_RawatInap}}\"\n },\n {\n \"reference\": \"ServiceRequest/3820f1d9-7a65-44a4-8302-06fb56ef5c6d\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_uuid}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/", "host": [ "{{base_url}}" ], "path": [ "Encounter", "" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcwNjI1NjAyOTA5Njc0MDAwMA\"" }, { "key": "last-modified", "value": "Fri, 26 Jan 2024 08:00:29 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Encounter/ffa33e5f-771f-47d9-83be-e378cea85b2a/_history/MTcwNjI1NjAyOTA5Njc0MDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 26 Jan 2024 08:00:29 GMT" }, { "key": "content-length", "value": "1644" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "97773ebb-a77c-416d-84cd-e3e7b6d4e565" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/7466b2c4-c126-4959-992f-16da251393d8\"\n },\n {\n \"reference\": \"ServiceRequest/3820f1d9-7a65-44a4-8302-06fb56ef5c6d\"\n }\n ],\n \"class\": {\n \"code\": \"IMP\",\n \"display\": \"inpatient encounter\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/91c72a46-ea2e-4379-8f04-0f9170aebefc\"\n }\n ],\n \"id\": \"ffa33e5f-771f-47d9-83be-e378cea85b2a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"PD000019\"\n }\n ],\n \"location\": [\n {\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/LocationServiceClass\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"1\",\n \"display\": \"Kelas 1\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Inpatient\"\n }\n ]\n }\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Bedah, Layanan Penyakit Dalam, Divisi Pelayanan Medik, Keperawatan, dan Penunjang, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/827b6568-b334-4423-8742-4430b8f87a79\"\n },\n \"period\": {\n \"start\": \"2023-11-19T07:30:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-04T06:58:16.266163+00:00\",\n \"versionId\": \"MTcxMjIxMzg5NjI2NjE2MzAwMA\"\n },\n \"participant\": [\n {\n \"individual\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"ATND\",\n \"display\": \"attender\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\"\n }\n ]\n }\n ]\n }\n ],\n \"period\": {\n \"start\": \"2023-11-19T07:30:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000002\"\n },\n \"status\": \"in-progress\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-11-19T07:30:00+00:00\"\n },\n \"status\": \"in-progress\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Location - Bed 2", "protocolProfileBehavior": { "disabledSystemHeaders": { "content-type": true } }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json-patch+json" } ], "body": { "mode": "raw", "raw": "[\n {\n \"op\": \"replace\",\n \"path\": \"/operationalStatus/code\",\n \"value\": \"O\"\n },\n {\n \"op\": \"replace\",\n \"path\": \"/operationalStatus/display\",\n \"value\": \"Occupied\"\n }\n]", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Location/:id", "host": [ "{{base_url}}" ], "path": [ "Location", ":id" ], "variable": [ { "key": "id", "value": "6b538e0a-09e1-4ebc-a376-79f9b8f68329" } ] } }, "response": [ { "name": "Location - Bed 2", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json-patch+json" } ], "body": { "mode": "raw", "raw": "[\n {\n \"op\": \"replace\",\n \"path\": \"/operationalStatus/code\",\n \"value\": \"O\"\n },\n {\n \"op\": \"replace\",\n \"path\": \"/operationalStatus/display\",\n \"value\": \"Occupied\"\n }\n]", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Location/:id", "host": [ "{{base_url}}" ], "path": [ "Location", ":id" ], "variable": [ { "key": "id", "value": "6b538e0a-09e1-4ebc-a376-79f9b8f68329" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Mon, 20 Nov 2023 07:37:52 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Location/6b538e0a-09e1-4ebc-a376-79f9b8f68329/_history/MTcwMDQ2NTg3MjA4ODM5NDAwMA" }, { "key": "etag", "value": "W/\"MTcwMDQ2NTg3MjA4ODM5NDAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Mon, 20 Nov 2023 07:37:52 GMT" }, { "key": "content-length", "value": "1591" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "368ba014-9988-4c1d-bc6d-5219427a62d7" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"description\": \"Bed 2, Ruang 210, Bangsal Rawat Inap Kelas 1, Layanan Penyakit Dalam, Lantai 2, Gedung Utama\",\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/LocationServiceClass\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"1\",\n \"display\": \"Kelas 1\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Inpatient\"\n }\n ]\n }\n }\n ],\n \"id\": \"6b538e0a-09e1-4ebc-a376-79f9b8f68329\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000002\",\n \"value\": \"Bed 2\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/8140f0b3-f6f1-4d47-b2d7-8fc7aa65a429\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-20T07:37:52.088394+00:00\",\n \"versionId\": \"MTcwMDQ2NTg3MjA4ODM5NDAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Bed 2, Ruang 210, Bangsal Rawat Inap Kamboja, Layanan Penyakit Dalam\",\n \"operationalStatus\": {\n \"code\": \"O\",\n \"display\": \"Occupied\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0116\"\n },\n \"partOf\": {\n \"display\": \"Ruang 210, Bangsal Rawat Inap Kelas 1\",\n \"reference\": \"Location/2ca1a822-eaa9-4a71-8da5-9fcd3ddc689b\"\n },\n \"physicalType\": {\n \"coding\": [\n {\n \"code\": \"bd\",\n \"display\": \"Bed\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/location-physical-type\"\n }\n ]\n },\n \"position\": {\n \"altitude\": 0,\n \"latitude\": 106.83239885393944,\n \"longitude\": -6.23115426275766\n },\n \"resourceType\": \"Location\",\n \"status\": \"active\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-14045\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"RSSATSET@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATSET.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"RT0004\",\n \"display\": \"Tempat Tidur\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\"\n }\n ]\n }\n ]\n}" } ] } ] } ] }, { "name": "03. Pemeriksaan Fisik", "item": [ { "name": "Observation - Denyut Jantung", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"8867-4\",\n \"display\": \"Heart rate\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-11-17T07:30:00+00:00\",\n \"issued\": \"2023-11-17T07:30:00+00:00\",\n \"valueQuantity\": {\n \"value\": 65,\n \"unit\": \"beats/minute\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"/min\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Denyut Jantung", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"8867-4\",\n \"display\": \"Heart rate\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-11-17T07:30:00+00:00\",\n \"issued\": \"2023-11-17T07:30:00+00:00\",\n \"valueQuantity\": {\n \"value\": 65,\n \"unit\": \"beats/minute\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"/min\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcwMTQyMTgzODQ3OTUzMTAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/04b08f95-d1da-412c-b6c8-be57b92341df/_history/MTcwMTQyMTgzODQ3OTUzMTAwMA" }, { "key": "last-modified", "value": "Fri, 01 Dec 2023 09:10:38 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 01 Dec 2023 09:10:38 GMT" }, { "key": "content-length", "value": "824" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "6d68fe66-61ed-42c7-80ba-7365ee14ef88" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"8867-4\",\n \"display\": \"Heart rate\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-11-17T07:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/ffa33e5f-771f-47d9-83be-e378cea85b2a\"\n },\n \"id\": \"04b08f95-d1da-412c-b6c8-be57b92341df\",\n \"identifier\": [],\n \"issued\": \"2023-11-17T07:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-12-01T09:10:38.479531+00:00\",\n \"versionId\": \"MTcwMTQyMTgzODQ3OTUzMTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"/min\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"beats/minute\",\n \"value\": 65\n }\n}" } ] } ] }, { "name": "04. Tindakan", "item": [ { "name": "Procedure - Unilateral simple mastectomy", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"277132007\",\n \"display\": \"Therapeutic procedure\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"85.41\",\n \"display\": \"Unilateral simple mastectomy\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_uuid}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-11-17T08:00:00+00:00\",\n \"end\": \"2023-11-17T10:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"C50.2\",\n \"display\": \"Malignant neoplasm: Upper-inner quadrant of breast\"\n }\n ]\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/3820f1d9-7a65-44a4-8302-06fb56ef5c6d\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Operasi pengangkatan kanker payudara\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Procedure", "host": [ "{{base_url}}" ], "path": [ "Procedure" ] } }, "response": [ { "name": "Procedure - Unilateral simple mastectomy", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"277132007\",\n \"display\": \"Therapeutic procedure\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"85.41\",\n \"display\": \"Unilateral simple mastectomy\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_uuid}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-11-17T08:00:00+00:00\",\n \"end\": \"2023-11-17T10:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"C50.2\",\n \"display\": \"Malignant neoplasm: Upper-inner quadrant of breast\"\n }\n ]\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/3820f1d9-7a65-44a4-8302-06fb56ef5c6d\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Operasi pengangkatan kanker payudara\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Procedure", "host": [ "{{base_url}}" ], "path": [ "Procedure" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/4b0a2b82-f532-4ea4-aa8d-86b41d7e224c/_history/MTcwMTQyMTkyODY4OTMzOTAwMA" }, { "key": "last-modified", "value": "Fri, 01 Dec 2023 09:12:08 UTC" }, { "key": "etag", "value": "W/\"MTcwMTQyMTkyODY4OTMzOTAwMA\"" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 01 Dec 2023 09:12:08 GMT" }, { "key": "content-length", "value": "1056" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "08cdf2e8-eaa0-4d85-ad7b-180d3d9f51eb" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Tindakan}}\"\n }\n ],\n \"category\": {\n \"coding\": [\n {\n \"code\": \"277132007\",\n \"display\": \"Therapeutic procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"85.41\",\n \"display\": \"Unilateral simple mastectomy\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/ffa33e5f-771f-47d9-83be-e378cea85b2a\"\n },\n \"id\": \"4b0a2b82-f532-4ea4-aa8d-86b41d7e224c\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2023-12-01T09:12:08.689339+00:00\",\n \"versionId\": \"MTcwMTQyMTkyODY4OTMzOTAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Operasi pengangkatan kanker payudara\"\n }\n ],\n \"performedPeriod\": {\n \"end\": \"2023-11-17T10:00:00+00:00\",\n \"start\": \"2023-11-17T08:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"C50.2\",\n \"display\": \"Malignant neoplasm: Upper-inner quadrant of breast\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Procedure - Jenis terapi kanker", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"277132007\",\n \"display\": \"Therapeutic procedure\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"128303001\",\n \"display\": \"Surgical removal\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_uuid}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-11-17T08:00:00+00:00\",\n \"end\": \"2023-11-17T10:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"C50.2\",\n \"display\": \"Malignant neoplasm: Upper-inner quadrant of breast\"\n }\n ]\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/3820f1d9-7a65-44a4-8302-06fb56ef5c6d\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Operasi pengangkatan kanker payudara\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Procedure", "host": [ "{{base_url}}" ], "path": [ "Procedure" ] } }, "response": [ { "name": "Procedure - Jenis terapi kanker", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"277132007\",\n \"display\": \"Therapeutic procedure\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"128303001\",\n \"display\": \"Surgical removal\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_uuid}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-11-17T08:00:00+00:00\",\n \"end\": \"2023-11-17T10:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"C50.2\",\n \"display\": \"Malignant neoplasm: Upper-inner quadrant of breast\"\n }\n ]\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/3820f1d9-7a65-44a4-8302-06fb56ef5c6d\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Operasi pengangkatan kanker payudara\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Procedure", "host": [ "{{base_url}}" ], "path": [ "Procedure" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcwMTQyMjUzNDkyMjQ3ODAwMA\"" }, { "key": "last-modified", "value": "Fri, 01 Dec 2023 09:22:14 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/242b3bb9-ed0c-483a-a989-5ad20144dcac/_history/MTcwMTQyMjUzNDkyMjQ3ODAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 01 Dec 2023 09:22:14 GMT" }, { "key": "content-length", "value": "1038" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "fccdecbc-5051-4572-9aef-259c5465f16e" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Tindakan}}\"\n }\n ],\n \"category\": {\n \"coding\": [\n {\n \"code\": \"277132007\",\n \"display\": \"Therapeutic procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"128303001\",\n \"display\": \"Surgical removal\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/ffa33e5f-771f-47d9-83be-e378cea85b2a\"\n },\n \"id\": \"242b3bb9-ed0c-483a-a989-5ad20144dcac\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2023-12-01T09:22:14.922478+00:00\",\n \"versionId\": \"MTcwMTQyMjUzNDkyMjQ3ODAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Operasi pengangkatan kanker payudara\"\n }\n ],\n \"performedPeriod\": {\n \"end\": \"2023-11-17T10:00:00+00:00\",\n \"start\": \"2023-11-17T08:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"C50.2\",\n \"display\": \"Malignant neoplasm: Upper-inner quadrant of breast\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Encounter - Pindah ke Ruang Rawat Inap", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter3_uuid}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_Id}}\"\n }\n ],\n \"status\": \"in-progress\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"IMP\",\n \"display\": \"inpatient encounter\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-11-17T07:30:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"period\": {\n \"start\": \"2023-11-17T07:30:00+00:00\",\n \"end\": \"2023-11-17T10:00:00+00:00\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/LocationServiceClass\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Inpatient\",\n \"code\": \"1\",\n \"display\": \"Kelas 1\"\n }\n ]\n }\n }\n ]\n },\n {\n \"location\": {\n \"reference\": \"Location/6b538e0a-09e1-4ebc-a376-79f9b8f68329\",\n \"display\": \"Bed 2, Ruang 210, Bangsal Rawat Inap Kelas 1, Layanan Penyakit Dalam, Lantai 2, Gedung Utama\"\n },\n \"period\": {\n \"start\": \"2023-11-17T10:00:00+00:00\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ServiceClass\",\n \"extension\": [\n {\n \"url\": \"value\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Inpatient\",\n \"code\": \"1\",\n \"display\": \"Kelas 1\"\n }\n ]\n }\n },\n {\n \"url\": \"upgradeClassIndicator\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationUpgradeClass\",\n \"code\": \"kelas-tetap\",\n \"display\": \"Kelas Tetap Perawatan\"\n }\n ]\n }\n }\n ]\n }\n ]\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-11-20T07:30:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "ffa33e5f-771f-47d9-83be-e378cea85b2a" } ] } }, "response": [ { "name": "Encounter - Pindah ke Ruang Rawat Inap", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter3_uuid}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_Id}}\"\n }\n ],\n \"status\": \"in-progress\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"IMP\",\n \"display\": \"inpatient encounter\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"Diana Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-11-17T07:30:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"period\": {\n \"start\": \"2023-11-17T07:30:00+00:00\",\n \"end\": \"2023-11-17T10:00:00+00:00\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/LocationServiceClass\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Inpatient\",\n \"code\": \"1\",\n \"display\": \"Kelas 1\"\n }\n ]\n }\n }\n ]\n },\n {\n \"location\": {\n \"reference\": \"Location/6b538e0a-09e1-4ebc-a376-79f9b8f68329\",\n \"display\": \"Bed 2, Ruang 210, Bangsal Rawat Inap Kelas 1, Layanan Penyakit Dalam, Lantai 2, Gedung Utama\"\n },\n \"period\": {\n \"start\": \"2023-11-17T10:00:00+00:00\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ServiceClass\",\n \"extension\": [\n {\n \"url\": \"value\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Inpatient\",\n \"code\": \"1\",\n \"display\": \"Kelas 1\"\n }\n ]\n }\n },\n {\n \"url\": \"upgradeClassIndicator\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationUpgradeClass\",\n \"code\": \"kelas-tetap\",\n \"display\": \"Kelas Tetap Perawatan\"\n }\n ]\n }\n }\n ]\n }\n ]\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-11-20T07:30:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "ffa33e5f-771f-47d9-83be-e378cea85b2a" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Encounter/{{Encounter3_uuid}}/_history/MTcwMTQyMjYwNTA5NDYzNjAwMA" }, { "key": "last-modified", "value": "Fri, 01 Dec 2023 09:23:25 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcwMTQyMjYwNTA5NDYzNjAwMA\"" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 01 Dec 2023 09:23:25 GMT" }, { "key": "content-length", "value": "2142" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "6bf0ec5f-f159-4d8d-a2d9-e5b3e738c32b" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"class\": {\n \"code\": \"IMP\",\n \"display\": \"inpatient encounter\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"id\": \"ffa33e5f-771f-47d9-83be-e378cea85b2a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"PD000019\"\n }\n ],\n \"location\": [\n {\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/LocationServiceClass\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"1\",\n \"display\": \"Kelas 1\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Inpatient\"\n }\n ]\n }\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Bedah, Layanan Penyakit Dalam, Divisi Pelayanan Medik, Keperawatan, dan Penunjang, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/827b6568-b334-4423-8742-4430b8f87a79\"\n },\n \"period\": {\n \"end\": \"2023-11-17T10:00:00+00:00\",\n \"start\": \"2023-11-17T07:30:00+00:00\"\n }\n },\n {\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"value\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"1\",\n \"display\": \"Kelas 1\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Inpatient\"\n }\n ]\n }\n },\n {\n \"url\": \"upgradeClassIndicator\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"kelas-tetap\",\n \"display\": \"Kelas Tetap Perawatan\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationUpgradeClass\"\n }\n ]\n }\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ServiceClass\"\n }\n ],\n \"location\": {\n \"display\": \"Bed 2, Ruang 210, Bangsal Rawat Inap Kelas 1, Layanan Penyakit Dalam, Lantai 2, Gedung Utama\",\n \"reference\": \"Location/6b538e0a-09e1-4ebc-a376-79f9b8f68329\"\n },\n \"period\": {\n \"start\": \"2023-11-17T10:00:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-01T09:23:25.094636+00:00\",\n \"versionId\": \"MTcwMTQyMjYwNTA5NDYzNjAwMA\"\n },\n \"participant\": [\n {\n \"individual\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"ATND\",\n \"display\": \"attender\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\"\n }\n ]\n }\n ]\n }\n ],\n \"period\": {\n \"start\": \"2023-11-17T07:30:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000002\"\n },\n \"status\": \"in-progress\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-11-20T07:30:00+00:00\"\n },\n \"status\": \"in-progress\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] } ] }, { "name": "05. Peresepan dan Pengeluaran Obat", "item": [ { "name": "Infus", "item": [ { "name": "Medication - Infus Ringer Laktat (request)", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Medication\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93000374\",\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS035\",\n \"display\": \"Infus\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000568\",\n \"display\": \"Calcium Chloride, Dihydration\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 0.1,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Bottle - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"419672006\"\n }\n }\n },\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000171\",\n \"display\": \"Sodium Chloride\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 1.55,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Bottle - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"419672006\"\n }\n }\n },\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000265\",\n \"display\": \"Sodium Lactate\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 3,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Bottle - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"419672006\"\n }\n }\n },\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000198\",\n \"display\": \"Potassium Chloride\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 0.15,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Bottle - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"419672006\"\n }\n }\n }\n ],\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\n \"code\": \"NC\",\n \"display\": \"Non-compound\"\n }\n ]\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Medication", "host": [ "{{base_url}}" ], "path": [ "Medication" ] } }, "response": [ { "name": "Medication - Infus Ringer Laktat", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Medication\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93000374\",\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS035\",\n \"display\": \"Infus\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000568\",\n \"display\": \"Calcium Chloride, Dihydration\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 0.1,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Bottle - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"419672006\"\n }\n }\n },\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000171\",\n \"display\": \"Sodium Chloride\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 1.55,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Bottle - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"419672006\"\n }\n }\n },\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000265\",\n \"display\": \"Sodium Lactate\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 3,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Bottle - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"419672006\"\n }\n }\n },\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000198\",\n \"display\": \"Potassium Chloride\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 0.15,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Bottle - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"419672006\"\n }\n }\n }\n ],\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\n \"code\": \"NC\",\n \"display\": \"Non-compound\"\n }\n ]\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Medication", "host": [ "{{base_url}}" ], "path": [ "Medication" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Medication/d6778c11-5dd4-4bdc-bdcc-dfb30e1e0ddb/_history/MTcwMDQ2OTMyNDYxMDk3NjAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Mon, 20 Nov 2023 08:35:24 UTC" }, { "key": "etag", "value": "W/\"MTcwMDQ2OTMyNDYxMDk3NjAwMA\"" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Mon, 20 Nov 2023 08:35:24 GMT" }, { "key": "content-length", "value": "2362" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "3e181dc6-4c92-475f-8f60-eb680743d9a8" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93000374\",\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"NC\",\n \"display\": \"Non-compound\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\"\n }\n ]\n }\n }\n ],\n \"form\": {\n \"coding\": [\n {\n \"code\": \"BS035\",\n \"display\": \"Infus\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"d6778c11-5dd4-4bdc-bdcc-dfb30e1e0ddb\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000002\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000568\",\n \"display\": \"Calcium Chloride, Dihydration\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"419672006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Bottle - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"g\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 0.1\n }\n }\n },\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000171\",\n \"display\": \"Sodium Chloride\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"419672006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Bottle - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"g\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 1.55\n }\n }\n },\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000265\",\n \"display\": \"Sodium Lactate\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"419672006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Bottle - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"g\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 3\n }\n }\n },\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000198\",\n \"display\": \"Potassium Chloride\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"419672006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Bottle - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"g\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 0.15\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-20T08:35:24.610976+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcwMDQ2OTMyNDYxMDk3NjAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" } ] }, { "name": "MedicationRequest - Infus Ringer Laktat", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"MedicationRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456788\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\n }\n ],\n \"status\": \"completed\",\n \"intent\": \"order\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/medicationrequest-category\",\n \"code\": \"inpatient\",\n \"display\": \"Inpatient\"\n }\n ]\n }\n ],\n \"priority\": \"routine\",\n \"medicationReference\": {\n \"reference\": \"Medication/d6778c11-5dd4-4bdc-bdcc-dfb30e1e0ddb\",\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_uuid}}\"\n },\n \"authoredOn\": \"2023-11-17T07:45:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n },\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 botol per 8 jam\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 botol per 8 jam\"\n }\n ],\n \"patientInstruction\": \"1 botol per 8 jam\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 8,\n \"periodUnit\": \"h\"\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"P\",\n \"display\": \"Parenteral\"\n }\n ]\n },\n \"doseAndRate\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\",\n \"code\": \"ordered\",\n \"display\": \"Ordered\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 1,\n \"unit\": \"Bottle - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"419672006\"\n }\n }\n ]\n }\n ],\n \"dispenseRequest\": {\n \"dispenseInterval\": {\n \"value\": 8,\n \"unit\": \"hour\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"h\"\n },\n \"validityPeriod\": {\n \"start\": \"2023-11-17T07:50:00+00:00\",\n \"end\": \"2023-11-17T07:50:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Bottle - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"419672006\"\n },\n \"expectedSupplyDuration\": {\n \"value\": 8,\n \"unit\": \"hour\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"h\"\n },\n \"performer\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/MedicationRequest", "host": [ "{{base_url}}" ], "path": [ "MedicationRequest" ] } }, "response": [ { "name": "MedicationRequest - Infus Ringer Laktat", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"MedicationRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456788\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\n }\n ],\n \"status\": \"completed\",\n \"intent\": \"order\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/medicationrequest-category\",\n \"code\": \"inpatient\",\n \"display\": \"Inpatient\"\n }\n ]\n }\n ],\n \"priority\": \"routine\",\n \"medicationReference\": {\n \"reference\": \"Medication/d6778c11-5dd4-4bdc-bdcc-dfb30e1e0ddb\",\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_uuid}}\"\n },\n \"authoredOn\": \"2023-11-17T07:45:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n },\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 botol per 8 jam\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 botol per 8 jam\"\n }\n ],\n \"patientInstruction\": \"1 botol per 8 jam\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 8,\n \"periodUnit\": \"h\"\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"P\",\n \"display\": \"Parenteral\"\n }\n ]\n },\n \"doseAndRate\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\",\n \"code\": \"ordered\",\n \"display\": \"Ordered\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 1,\n \"unit\": \"Bottle - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"419672006\"\n }\n }\n ]\n }\n ],\n \"dispenseRequest\": {\n \"dispenseInterval\": {\n \"value\": 8,\n \"unit\": \"hour\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"h\"\n },\n \"validityPeriod\": {\n \"start\": \"2023-11-17T07:50:00+00:00\",\n \"end\": \"2023-11-17T07:50:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Bottle - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"419672006\"\n },\n \"expectedSupplyDuration\": {\n \"value\": 8,\n \"unit\": \"hour\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"h\"\n },\n \"performer\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/MedicationRequest", "host": [ "{{base_url}}" ], "path": [ "MedicationRequest" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Fri, 01 Dec 2023 09:26:51 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/MedicationRequest/d6d90304-0378-405e-8732-3e33c13f529e/_history/MTcwMTQyMjgxMTAzNDUxMzAwMA" }, { "key": "etag", "value": "W/\"MTcwMTQyMjgxMTAzNDUxMzAwMA\"" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 01 Dec 2023 09:26:51 GMT" }, { "key": "content-length", "value": "2089" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "52ae0323-0c14-4ab0-a16a-7dfc2c2aef39" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"authoredOn\": \"2023-11-17T07:45:00+00:00\",\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"inpatient\",\n \"display\": \"Inpatient\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/medicationrequest-category\"\n }\n ]\n }\n ],\n \"dispenseRequest\": {\n \"dispenseInterval\": {\n \"code\": \"h\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"hour\",\n \"value\": 8\n },\n \"expectedSupplyDuration\": {\n \"code\": \"h\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"hour\",\n \"value\": 8\n },\n \"numberOfRepeatsAllowed\": 0,\n \"performer\": {\n \"reference\": \"Organization/10000002\"\n },\n \"quantity\": {\n \"code\": \"419672006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Bottle - unit of product usage\",\n \"value\": 1\n },\n \"validityPeriod\": {\n \"end\": \"2023-11-17T07:50:00+00:00\",\n \"start\": \"2023-11-17T07:50:00+00:00\"\n }\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"1 botol per 8 jam\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"419672006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Bottle - unit of product usage\",\n \"value\": 1\n },\n \"type\": {\n \"coding\": [\n {\n \"code\": \"ordered\",\n \"display\": \"Ordered\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\"\n }\n ]\n }\n }\n ],\n \"patientInstruction\": \"1 botol per 8 jam\",\n \"route\": {\n \"coding\": [\n {\n \"code\": \"P\",\n \"display\": \"Parenteral\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 botol per 8 jam\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 8,\n \"periodUnit\": \"h\"\n }\n }\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/ffa33e5f-771f-47d9-83be-e378cea85b2a\"\n },\n \"id\": \"d6d90304-0378-405e-8732-3e33c13f529e\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000002\",\n \"use\": \"official\",\n \"value\": \"123456788\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000002\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\n }\n ],\n \"intent\": \"order\",\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/d6778c11-5dd4-4bdc-bdcc-dfb30e1e0ddb\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-01T09:26:51.034513+00:00\",\n \"versionId\": \"MTcwMTQyMjgxMTAzNDUxMzAwMA\"\n },\n \"priority\": \"routine\",\n \"requester\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"resourceType\": \"MedicationRequest\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Medication - Infus Ringer Laktat (dispense)", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Medication\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"1234567900\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93000374\",\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS035\",\n \"display\": \"Infus\"\n }\n ]\n },\n \"batch\": {\n \"lotNumber\": \"1625042A\",\n \"expirationDate\": \"2025-07-28\"\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000568\",\n \"display\": \"Calcium Chloride, Dihydration\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 0.1,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Bottle - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"419672006\"\n }\n }\n },\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000171\",\n \"display\": \"Sodium Chloride\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 1.55,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Bottle - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"419672006\"\n }\n }\n },\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000265\",\n \"display\": \"Sodium Lactate\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 3,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Bottle - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"419672006\"\n }\n }\n },\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000198\",\n \"display\": \"Potassium Chloride\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 0.15,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Bottle - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"419672006\"\n }\n }\n }\n ],\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\n \"code\": \"NC\",\n \"display\": \"Non-compound\"\n }\n ]\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Medication", "host": [ "{{base_url}}" ], "path": [ "Medication" ] } }, "response": [ { "name": "Medication - Create (for Dispense) - Day 1 - Infus Ringer Laktat Copy", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Medication\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"1234567900\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93000374\",\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS035\",\n \"display\": \"Infus\"\n }\n ]\n },\n \"batch\": {\n \"lotNumber\": \"1625042A\",\n \"expirationDate\": \"2025-07-28\"\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000568\",\n \"display\": \"Calcium Chloride, Dihydration\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 0.1,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Bottle - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"419672006\"\n }\n }\n },\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000171\",\n \"display\": \"Sodium Chloride\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 1.55,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Bottle - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"419672006\"\n }\n }\n },\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000265\",\n \"display\": \"Sodium Lactate\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 3,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Bottle - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"419672006\"\n }\n }\n },\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000198\",\n \"display\": \"Potassium Chloride\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 0.15,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Bottle - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"419672006\"\n }\n }\n }\n ],\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\n \"code\": \"NC\",\n \"display\": \"Non-compound\"\n }\n ]\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Medication", "host": [ "{{base_url}}" ], "path": [ "Medication" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcwMDQ2Njg2Mzc4OTE2NjAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Mon, 20 Nov 2023 07:54:23 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Medication/edb90a2c-ef7a-4c5c-ac48-f3b5401ed309/_history/MTcwMDQ2Njg2Mzc4OTE2NjAwMA" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Mon, 20 Nov 2023 07:54:23 GMT" }, { "key": "content-length", "value": "2426" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "93432c4b-306c-45b3-adfb-eb19e9be571d" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"batch\": {\n \"expirationDate\": \"2025-07-28\",\n \"lotNumber\": \"1625042A\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93000374\",\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"NC\",\n \"display\": \"Non-compound\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\"\n }\n ]\n }\n }\n ],\n \"form\": {\n \"coding\": [\n {\n \"code\": \"BS035\",\n \"display\": \"Infus\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"edb90a2c-ef7a-4c5c-ac48-f3b5401ed309\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000002\",\n \"use\": \"official\",\n \"value\": \"1234567900\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000568\",\n \"display\": \"Calcium Chloride, Dihydration\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"419672006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Bottle - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"g\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 0.1\n }\n }\n },\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000171\",\n \"display\": \"Sodium Chloride\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"419672006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Bottle - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"g\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 1.55\n }\n }\n },\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000265\",\n \"display\": \"Sodium Lactate\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"419672006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Bottle - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"g\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 3\n }\n }\n },\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000198\",\n \"display\": \"Potassium Chloride\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"419672006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Bottle - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"g\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 0.15\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-20T07:54:23.789166+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcwMDQ2Njg2Mzc4OTE2NjAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" } ] }, { "name": "MedicationDispense - Infus Ringer Laktat", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"MedicationDispense\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456789-3\"\n }\n ],\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category\",\n \"code\": \"inpatient\",\n \"display\": \"Inpatient\"\n }\n ]\n },\n \"medicationReference\": {\n \"reference\": \"Medication/edb90a2c-ef7a-4c5c-ac48-f3b5401ed309\",\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter3_uuid}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_Id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/d6d90304-0378-405e-8732-3e33c13f529e\"\n }\n ],\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Bottle - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"419672006\"\n },\n \"daysSupply\": {\n \"value\": 8,\n \"unit\": \"hour\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"h\"\n },\n \"whenPrepared\": \"2023-11-17T07:45:00+00:00\",\n \"whenHandedOver\": \"2023-11-17T07:45:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 botol per 8 jam\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 botol per 8 jam\"\n }\n ],\n \"patientInstruction\": \"1 botol per 8 jam\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 8,\n \"periodUnit\": \"h\"\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"P\",\n \"display\": \"Parenteral\"\n }\n ]\n },\n \"doseAndRate\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\",\n \"code\": \"ordered\",\n \"display\": \"Ordered\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 500,\n \"unit\": \"mL\",\n \"code\": \"mL\",\n \"system\": \"http://unitsofmeasure.org\"\n }\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/MedicationDispense", "host": [ "{{base_url}}" ], "path": [ "MedicationDispense" ] } }, "response": [ { "name": "MedicationDispense - Infus Ringer Laktat", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"MedicationDispense\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456789-3\"\n }\n ],\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category\",\n \"code\": \"inpatient\",\n \"display\": \"Inpatient\"\n }\n ]\n },\n \"medicationReference\": {\n \"reference\": \"Medication/edb90a2c-ef7a-4c5c-ac48-f3b5401ed309\",\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"Diana Smith\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter3_uuid}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_Id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/d6d90304-0378-405e-8732-3e33c13f529e\"\n }\n ],\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Bottle - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"419672006\"\n },\n \"daysSupply\": {\n \"value\": 8,\n \"unit\": \"hour\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"h\"\n },\n \"whenPrepared\": \"2023-11-17T07:45:00+00:00\",\n \"whenHandedOver\": \"2023-11-17T07:45:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 botol per 8 jam\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 botol per 8 jam\"\n }\n ],\n \"patientInstruction\": \"1 botol per 8 jam\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 8,\n \"periodUnit\": \"h\"\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"P\",\n \"display\": \"Parenteral\"\n }\n ]\n },\n \"doseAndRate\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\",\n \"code\": \"ordered\",\n \"display\": \"Ordered\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 500,\n \"unit\": \"mL\",\n \"code\": \"mL\",\n \"system\": \"http://unitsofmeasure.org\"\n }\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/MedicationDispense", "host": [ "{{base_url}}" ], "path": [ "MedicationDispense" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Fri, 01 Dec 2023 09:34:18 UTC" }, { "key": "etag", "value": "W/\"MTcwMTQyMzI1ODgzMTkyNDAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/MedicationDispense/7b91fc9d-9ec6-456e-b7e2-a7ef4a304f67/_history/MTcwMTQyMzI1ODgzMTkyNDAwMA" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 01 Dec 2023 09:34:18 GMT" }, { "key": "content-length", "value": "2099" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "f88b2ebb-4848-4e69-a9e3-4366db0eb59f" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/d6d90304-0378-405e-8732-3e33c13f529e\"\n }\n ],\n \"category\": {\n \"coding\": [\n {\n \"code\": \"inpatient\",\n \"display\": \"Inpatient\",\n \"system\": \"http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category\"\n }\n ]\n },\n \"context\": {\n \"reference\": \"Encounter/ffa33e5f-771f-47d9-83be-e378cea85b2a\"\n },\n \"daysSupply\": {\n \"code\": \"h\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"hour\",\n \"value\": 8\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"1 botol per 8 jam\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"mL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mL\",\n \"value\": 500\n },\n \"type\": {\n \"coding\": [\n {\n \"code\": \"ordered\",\n \"display\": \"Ordered\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\"\n }\n ]\n }\n }\n ],\n \"patientInstruction\": \"1 botol per 8 jam\",\n \"route\": {\n \"coding\": [\n {\n \"code\": \"P\",\n \"display\": \"Parenteral\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 botol per 8 jam\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 8,\n \"periodUnit\": \"h\"\n }\n }\n }\n ],\n \"id\": \"7b91fc9d-9ec6-456e-b7e2-a7ef4a304f67\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000002\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000002\",\n \"use\": \"official\",\n \"value\": \"123456789-3\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Bedah, Layanan Penyakit Dalam, Divisi Pelayanan Medik, Keperawatan, dan Penunjang, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/827b6568-b334-4423-8742-4430b8f87a79\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/edb90a2c-ef7a-4c5c-ac48-f3b5401ed309\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-01T09:34:18.831924+00:00\",\n \"versionId\": \"MTcwMTQyMzI1ODgzMTkyNDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"419672006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Bottle - unit of product usage\",\n \"value\": 1\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-11-17T07:45:00+00:00\",\n \"whenPrepared\": \"2023-11-17T07:45:00+00:00\"\n}" } ] } ] }, { "name": "Obat Bius", "item": [ { "name": "Medication - Propofol (request)", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Medication\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"666733\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001222\",\n \"display\": \"Propofol 10 mg/mL Injeksi (ETERCON PHARMA)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS034\",\n \"display\": \"Larutan Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000576\",\n \"display\": \"Propofol\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 10,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg/mL\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Ampule - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\"\n }\n }\n }\n ],\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\n \"code\": \"NC\",\n \"display\": \"Non-compound\"\n }\n ]\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Medication", "host": [ "{{base_url}}" ], "path": [ "Medication" ] } }, "response": [ { "name": "Medication - Propofol (request)", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Medication\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"666733\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001222\",\n \"display\": \"Propofol 10 mg/mL Injeksi (ETERCON PHARMA)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS034\",\n \"display\": \"Larutan Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000576\",\n \"display\": \"Propofol\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 10,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg/mL\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Ampule - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\"\n }\n }\n }\n ],\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\n \"code\": \"NC\",\n \"display\": \"Non-compound\"\n }\n ]\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Medication", "host": [ "{{base_url}}" ], "path": [ "Medication" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Mon, 20 Nov 2023 08:12:53 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Medication/26dced38-a9bd-4b0b-9246-0ed37274b77e/_history/MTcwMDQ2Nzk3MzE3NjU0MjAwMA" }, { "key": "etag", "value": "W/\"MTcwMDQ2Nzk3MzE3NjU0MjAwMA\"" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Mon, 20 Nov 2023 08:12:53 GMT" }, { "key": "content-length", "value": "1292" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "f0db91e6-1223-482f-81bd-1e69bd732330" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93001222\",\n \"display\": \"Propofol 10 mg/mL Injeksi (ETERCON PHARMA)\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"NC\",\n \"display\": \"Non-compound\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\"\n }\n ]\n }\n }\n ],\n \"form\": {\n \"coding\": [\n {\n \"code\": \"BS034\",\n \"display\": \"Larutan Injeksi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"26dced38-a9bd-4b0b-9246-0ed37274b77e\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000002\",\n \"use\": \"official\",\n \"value\": \"666733\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000576\",\n \"display\": \"Propofol\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"413516001\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Ampule - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg/mL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 10\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-20T08:12:53.176542+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcwMDQ2Nzk3MzE3NjU0MjAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" } ] }, { "name": "MedicationRequest - Propofol", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"MedicationRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"2487777\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"2487777-1\"\n }\n ],\n \"status\": \"completed\",\n \"intent\": \"order\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/medicationrequest-category\",\n \"code\": \"inpatient\",\n \"display\": \"Inpatient\"\n }\n ]\n }\n ],\n \"priority\": \"routine\",\n \"medicationReference\": {\n \"reference\": \"Medication/26dced38-a9bd-4b0b-9246-0ed37274b77e\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_uuid}}\"\n },\n \"authoredOn\": \"2023-11-17T07:30:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"C50.2\",\n \"display\": \"Malignant neoplasm: Upper-inner quadrant of breast\"\n }\n ]\n }\n ],\n \"courseOfTherapyType\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy\",\n \"code\": \"acute\",\n \"display\": \"Short course (acute) therapy\"\n }\n ]\n },\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 dosis selama operasi\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 dosis selama operasi\"\n }\n ],\n \"patientInstruction\": \"1 dosis selama operasi\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 2,\n \"periodUnit\": \"h\"\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"P\",\n \"display\": \"Parenteral\"\n }\n ]\n },\n \"doseAndRate\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\",\n \"code\": \"ordered\",\n \"display\": \"Ordered\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 1,\n \"unit\": \"Ampule - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\"\n }\n }\n ]\n }\n ],\n \"dispenseRequest\": {\n \"dispenseInterval\": {\n \"value\": 1,\n \"unit\": \"days\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"validityPeriod\": {\n \"start\": \"2023-11-17T07:30:00+00:00\",\n \"end\": \"2023-11-17T08:30:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Ampule - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\"\n },\n \"expectedSupplyDuration\": {\n \"value\": 1,\n \"unit\": \"days\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"performer\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/MedicationRequest", "host": [ "{{base_url}}" ], "path": [ "MedicationRequest" ] } }, "response": [ { "name": "MedicationRequest - Propofol", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"MedicationRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"2487777\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"2487777-1\"\n }\n ],\n \"status\": \"completed\",\n \"intent\": \"order\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/medicationrequest-category\",\n \"code\": \"inpatient\",\n \"display\": \"Inpatient\"\n }\n ]\n }\n ],\n \"priority\": \"routine\",\n \"medicationReference\": {\n \"reference\": \"Medication/26dced38-a9bd-4b0b-9246-0ed37274b77e\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_uuid}}\"\n },\n \"authoredOn\": \"2023-11-17T07:30:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"C50.2\",\n \"display\": \"Malignant neoplasm: Upper-inner quadrant of breast\"\n }\n ]\n }\n ],\n \"courseOfTherapyType\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy\",\n \"code\": \"acute\",\n \"display\": \"Short course (acute) therapy\"\n }\n ]\n },\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 dosis selama operasi\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 dosis selama operasi\"\n }\n ],\n \"patientInstruction\": \"1 dosis selama operasi\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 2,\n \"periodUnit\": \"h\"\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"P\",\n \"display\": \"Parenteral\"\n }\n ]\n },\n \"doseAndRate\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\",\n \"code\": \"ordered\",\n \"display\": \"Ordered\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 1,\n \"unit\": \"Ampule - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\"\n }\n }\n ]\n }\n ],\n \"dispenseRequest\": {\n \"dispenseInterval\": {\n \"value\": 1,\n \"unit\": \"days\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"validityPeriod\": {\n \"start\": \"2023-11-17T07:30:00+00:00\",\n \"end\": \"2023-11-17T08:30:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Ampule - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\"\n },\n \"expectedSupplyDuration\": {\n \"value\": 1,\n \"unit\": \"days\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"performer\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/MedicationRequest", "host": [ "{{base_url}}" ], "path": [ "MedicationRequest" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/MedicationRequest/967dd175-69a7-495e-9efb-3596a71f5e0b/_history/MTcwMTQyMzM4MTk4MDgyMjAwMA" }, { "key": "etag", "value": "W/\"MTcwMTQyMzM4MTk4MDgyMjAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Fri, 01 Dec 2023 09:36:21 UTC" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 01 Dec 2023 09:36:22 GMT" }, { "key": "content-length", "value": "2366" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "67170b70-4798-4422-8243-6d1d19d1dcd6" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"authoredOn\": \"2023-11-17T07:30:00+00:00\",\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"inpatient\",\n \"display\": \"Inpatient\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/medicationrequest-category\"\n }\n ]\n }\n ],\n \"courseOfTherapyType\": {\n \"coding\": [\n {\n \"code\": \"acute\",\n \"display\": \"Short course (acute) therapy\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy\"\n }\n ]\n },\n \"dispenseRequest\": {\n \"dispenseInterval\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"days\",\n \"value\": 1\n },\n \"expectedSupplyDuration\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"days\",\n \"value\": 1\n },\n \"numberOfRepeatsAllowed\": 0,\n \"performer\": {\n \"reference\": \"Organization/10000002\"\n },\n \"quantity\": {\n \"code\": \"413516001\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Ampule - unit of product usage\",\n \"value\": 1\n },\n \"validityPeriod\": {\n \"end\": \"2023-11-17T08:30:00+00:00\",\n \"start\": \"2023-11-17T07:30:00+00:00\"\n }\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"1 dosis selama operasi\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"413516001\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Ampule - unit of product usage\",\n \"value\": 1\n },\n \"type\": {\n \"coding\": [\n {\n \"code\": \"ordered\",\n \"display\": \"Ordered\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\"\n }\n ]\n }\n }\n ],\n \"patientInstruction\": \"1 dosis selama operasi\",\n \"route\": {\n \"coding\": [\n {\n \"code\": \"P\",\n \"display\": \"Parenteral\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 dosis selama operasi\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 2,\n \"periodUnit\": \"h\"\n }\n }\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/ffa33e5f-771f-47d9-83be-e378cea85b2a\"\n },\n \"id\": \"967dd175-69a7-495e-9efb-3596a71f5e0b\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000002\",\n \"use\": \"official\",\n \"value\": \"2487777\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000002\",\n \"use\": \"official\",\n \"value\": \"2487777-1\"\n }\n ],\n \"intent\": \"order\",\n \"medicationReference\": {\n \"reference\": \"Medication/26dced38-a9bd-4b0b-9246-0ed37274b77e\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-01T09:36:21.980822+00:00\",\n \"versionId\": \"MTcwMTQyMzM4MTk4MDgyMjAwMA\"\n },\n \"priority\": \"routine\",\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"C50.2\",\n \"display\": \"Malignant neoplasm: Upper-inner quadrant of breast\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"requester\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"resourceType\": \"MedicationRequest\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Medication - Propofol (dispense)", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Medication\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"6667330\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001222\",\n \"display\": \"Propofol 10 mg/mL Injeksi (ETERCON PHARMA)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS034\",\n \"display\": \"Larutan Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000576\",\n \"display\": \"Propofol\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 10,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg/mL\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Ampule - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\"\n }\n }\n }\n ],\n \"batch\": {\n \"lotNumber\": \"1625042A\",\n \"expirationDate\": \"2025-07-22T14:27:00+00:00\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\n \"code\": \"NC\",\n \"display\": \"Non-compound\"\n }\n ]\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Medication", "host": [ "{{base_url}}" ], "path": [ "Medication" ] } }, "response": [ { "name": "Medication - Propofol (dispense)", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Medication\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"6667330\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001222\",\n \"display\": \"Propofol 10 mg/mL Injeksi (ETERCON PHARMA)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS034\",\n \"display\": \"Larutan Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000576\",\n \"display\": \"Propofol\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 10,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg/mL\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Ampule - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\"\n }\n }\n }\n ],\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\n \"code\": \"NC\",\n \"display\": \"Non-compound\"\n }\n ]\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Medication", "host": [ "{{base_url}}" ], "path": [ "Medication" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcwMDQ2OTgwNDk1ODM5NDAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Medication/337da648-cb02-4753-9159-fc9821b60608/_history/MTcwMDQ2OTgwNDk1ODM5NDAwMA" }, { "key": "last-modified", "value": "Mon, 20 Nov 2023 08:43:24 UTC" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Mon, 20 Nov 2023 08:43:24 GMT" }, { "key": "content-length", "value": "1293" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "de0b36bf-e830-44bf-b07a-a1145549a395" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93001222\",\n \"display\": \"Propofol 10 mg/mL Injeksi (ETERCON PHARMA)\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"NC\",\n \"display\": \"Non-compound\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\"\n }\n ]\n }\n }\n ],\n \"form\": {\n \"coding\": [\n {\n \"code\": \"BS034\",\n \"display\": \"Larutan Injeksi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"337da648-cb02-4753-9159-fc9821b60608\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000002\",\n \"use\": \"official\",\n \"value\": \"6667330\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000576\",\n \"display\": \"Propofol\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"413516001\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Ampule - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg/mL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 10\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-20T08:43:24.958394+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcwMDQ2OTgwNDk1ODM5NDAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" } ] }, { "name": "MedicationDispense - Propofol", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"MedicationDispense\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"24877770\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"24877770-1\"\n }\n ],\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category\",\n \"code\": \"inpatient\",\n \"display\": \"Inpatient\"\n }\n ]\n },\n \"medicationReference\": {\n \"reference\": \"Medication/337da648-cb02-4753-9159-fc9821b60608\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter3_uuid}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000003\",\n \"display\": \"John Miller\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_Id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/967dd175-69a7-495e-9efb-3596a71f5e0b\"\n }\n ],\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Ampule - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\"\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2023-11-17T07:45:00+00:00\",\n \"whenHandedOver\": \"2023-11-17T07:45:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 dosis selama operasi\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 dosis selama operasi\"\n }\n ],\n \"patientInstruction\": \"1 dosis selama operasi\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 2,\n \"periodUnit\": \"h\"\n }\n },\n \"doseAndRate\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\",\n \"code\": \"ordered\",\n \"display\": \"Ordered\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 10,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg/mL\"\n }\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/MedicationDispense", "host": [ "{{base_url}}" ], "path": [ "MedicationDispense" ] } }, "response": [ { "name": "MedicationDispense - Propofol", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"MedicationDispense\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"24877770\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"24877770-1\"\n }\n ],\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category\",\n \"code\": \"inpatient\",\n \"display\": \"Inpatient\"\n }\n ]\n },\n \"medicationReference\": {\n \"reference\": \"Medication/337da648-cb02-4753-9159-fc9821b60608\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"Diana Smith\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter3_uuid}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000003\",\n \"display\": \"John Miller\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_Id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/967dd175-69a7-495e-9efb-3596a71f5e0b\"\n }\n ],\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Ampule - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\"\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2023-11-17T07:45:00+00:00\",\n \"whenHandedOver\": \"2023-11-17T07:45:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 dosis selama operasi\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 dosis selama operasi\"\n }\n ],\n \"patientInstruction\": \"1 dosis selama operasi\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 2,\n \"periodUnit\": \"h\"\n }\n },\n \"doseAndRate\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\",\n \"code\": \"ordered\",\n \"display\": \"Ordered\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 10,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg/mL\"\n }\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/MedicationDispense", "host": [ "{{base_url}}" ], "path": [ "MedicationDispense" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcwMTQyMzQ4Mjk0Mjc5NzAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/MedicationDispense/c217feea-e971-44bf-8f05-6c2222cdea55/_history/MTcwMTQyMzQ4Mjk0Mjc5NzAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Fri, 01 Dec 2023 09:38:02 UTC" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 01 Dec 2023 09:38:02 GMT" }, { "key": "content-length", "value": "1944" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "da0dd30c-358b-4dd7-bece-756c784c4ec0" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/967dd175-69a7-495e-9efb-3596a71f5e0b\"\n }\n ],\n \"category\": {\n \"coding\": [\n {\n \"code\": \"inpatient\",\n \"display\": \"Inpatient\",\n \"system\": \"http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category\"\n }\n ]\n },\n \"context\": {\n \"reference\": \"Encounter/ffa33e5f-771f-47d9-83be-e378cea85b2a\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"1 dosis selama operasi\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"mg/mL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 10\n },\n \"type\": {\n \"coding\": [\n {\n \"code\": \"ordered\",\n \"display\": \"Ordered\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\"\n }\n ]\n }\n }\n ],\n \"patientInstruction\": \"1 dosis selama operasi\",\n \"sequence\": 1,\n \"text\": \"1 dosis selama operasi\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 2,\n \"periodUnit\": \"h\"\n }\n }\n }\n ],\n \"id\": \"c217feea-e971-44bf-8f05-6c2222cdea55\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000002\",\n \"use\": \"official\",\n \"value\": \"24877770\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000002\",\n \"use\": \"official\",\n \"value\": \"24877770-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Bedah, Layanan Penyakit Dalam, Divisi Pelayanan Medik, Keperawatan, dan Penunjang, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/827b6568-b334-4423-8742-4430b8f87a79\"\n },\n \"medicationReference\": {\n \"reference\": \"Medication/337da648-cb02-4753-9159-fc9821b60608\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-01T09:38:02.942797+00:00\",\n \"versionId\": \"MTcwMTQyMzQ4Mjk0Mjc5NzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"John Miller\",\n \"reference\": \"Practitioner/N10000003\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"413516001\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Ampule - unit of product usage\",\n \"value\": 1\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-11-17T07:45:00+00:00\",\n \"whenPrepared\": \"2023-11-17T07:45:00+00:00\"\n}" } ] } ] }, { "name": "Obat Pulang", "item": [ { "name": "Medication - Anastrozole (request)", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Medication\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"26627777\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93005226\",\n \"display\": \"Anastrozole 1 mg Tablet Salut Selaput (ARIMIDEX)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS077\",\n \"display\": \"Tablet Salut Selaput\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000380\",\n \"display\": \"Anastrozole\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 1,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n }\n }\n }\n ],\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\n \"code\": \"NC\",\n \"display\": \"Non-compound\"\n }\n ]\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Medication", "host": [ "{{base_url}}" ], "path": [ "Medication" ] } }, "response": [ { "name": "Medication - Anastrozole (request)", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Medication\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"26627777\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93005226\",\n \"display\": \"Anastrozole 1 mg Tablet Salut Selaput (ARIMIDEX)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS077\",\n \"display\": \"Tablet Salut Selaput\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000380\",\n \"display\": \"Anastrozole\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 1,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n }\n }\n }\n ],\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\n \"code\": \"NC\",\n \"display\": \"Non-compound\"\n }\n ]\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Medication", "host": [ "{{base_url}}" ], "path": [ "Medication" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "x-request-id", "value": "710899f1-d9ff-4d99-a169-7b5e0d4d547d" }, { "key": "content-length", "value": "164" }, { "key": "date", "value": "Tue, 12 Dec 2023 02:44:39 GMT" }, { "key": "Via", "value": "1.1 google" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"resourceType\": \"OperationOutcome\",\n \"text\": {\n \"status\": \"generated\"\n },\n \"issue\": [\n {\n \"severity\": \"error\",\n \"code\": \"duplicate\",\n \"details\": {\n \"text\": \"Found duplicate: Medication\"\n }\n }\n ]\n}" } ] }, { "name": "MedicationRequest - Anastrozole", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"MedicationRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"266277771\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"266277771-1\"\n }\n ],\n \"status\": \"completed\",\n \"intent\": \"order\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/medicationrequest-category\",\n \"code\": \"inpatient\",\n \"display\": \"Inpatient\"\n }\n ]\n }\n ],\n \"priority\": \"routine\",\n \"medicationReference\": {\n \"reference\": \"Medication/cad6f2ed-8816-44be-9ea7-527d5b2410dc\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_uuid}}\"\n },\n \"authoredOn\": \"2023-11-17T10:00:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"C50.2\",\n \"display\": \"Malignant neoplasm: Upper-inner quadrant of breast\"\n }\n ]\n }\n ],\n \"courseOfTherapyType\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy\",\n \"code\": \"acute\",\n \"display\": \"Short course (acute) therapy\"\n }\n ]\n },\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 kali sehari\",\n \"patientInstruction\": \"1 kali sehari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"O\",\n \"display\": \"Oral\"\n }\n ]\n },\n \"doseAndRate\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\",\n \"code\": \"ordered\",\n \"display\": \"Ordered\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 1,\n \"unit\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n }\n }\n ]\n }\n ],\n \"dispenseRequest\": {\n \"dispenseInterval\": {\n \"value\": 3,\n \"unit\": \"days\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"validityPeriod\": {\n \"start\": \"2023-11-17T10:00:00+00:00\",\n \"end\": \"2023-11-19T10:00:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 30,\n \"unit\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n },\n \"expectedSupplyDuration\": {\n \"value\": 30,\n \"unit\": \"days\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"performer\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/MedicationRequest", "host": [ "{{base_url}}" ], "path": [ "MedicationRequest" ] } }, "response": [ { "name": "MedicationRequest - Anastrozole", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"MedicationRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"266277771\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"266277771-1\"\n }\n ],\n \"status\": \"completed\",\n \"intent\": \"order\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/medicationrequest-category\",\n \"code\": \"inpatient\",\n \"display\": \"Inpatient\"\n }\n ]\n }\n ],\n \"priority\": \"routine\",\n \"medicationReference\": {\n \"reference\": \"Medication/cad6f2ed-8816-44be-9ea7-527d5b2410dc\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_uuid}}\"\n },\n \"authoredOn\": \"2023-11-17T10:00:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"C50.2\",\n \"display\": \"Malignant neoplasm: Upper-inner quadrant of breast\"\n }\n ]\n }\n ],\n \"courseOfTherapyType\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy\",\n \"code\": \"acute\",\n \"display\": \"Short course (acute) therapy\"\n }\n ]\n },\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 kali sehari\",\n \"patientInstruction\": \"1 kali sehari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"O\",\n \"display\": \"Oral\"\n }\n ]\n },\n \"doseAndRate\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\",\n \"code\": \"ordered\",\n \"display\": \"Ordered\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 1,\n \"unit\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n }\n }\n ]\n }\n ],\n \"dispenseRequest\": {\n \"dispenseInterval\": {\n \"value\": 3,\n \"unit\": \"days\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"validityPeriod\": {\n \"start\": \"2023-11-17T10:00:00+00:00\",\n \"end\": \"2023-11-19T10:00:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 30,\n \"unit\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n },\n \"expectedSupplyDuration\": {\n \"value\": 30,\n \"unit\": \"days\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"performer\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/MedicationRequest", "host": [ "{{base_url}}" ], "path": [ "MedicationRequest" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/MedicationRequest/362ede56-1bc4-4452-b3ad-4073d9fc8b0f/_history/MTcwMTQyMzU3ODQ3MDEwOTAwMA" }, { "key": "etag", "value": "W/\"MTcwMTQyMzU3ODQ3MDEwOTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Fri, 01 Dec 2023 09:39:38 UTC" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 01 Dec 2023 09:39:38 GMT" }, { "key": "content-length", "value": "2294" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "5b8c1602-4873-41c5-a153-5dc39e8b2ecb" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"authoredOn\": \"2023-11-17T10:00:00+00:00\",\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"inpatient\",\n \"display\": \"Inpatient\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/medicationrequest-category\"\n }\n ]\n }\n ],\n \"courseOfTherapyType\": {\n \"coding\": [\n {\n \"code\": \"acute\",\n \"display\": \"Short course (acute) therapy\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy\"\n }\n ]\n },\n \"dispenseRequest\": {\n \"dispenseInterval\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"days\",\n \"value\": 3\n },\n \"expectedSupplyDuration\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"days\",\n \"value\": 30\n },\n \"numberOfRepeatsAllowed\": 0,\n \"performer\": {\n \"reference\": \"Organization/10000002\"\n },\n \"quantity\": {\n \"code\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"TAB\",\n \"value\": 30\n },\n \"validityPeriod\": {\n \"end\": \"2023-11-19T10:00:00+00:00\",\n \"start\": \"2023-11-17T10:00:00+00:00\"\n }\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"TAB\",\n \"value\": 1\n },\n \"type\": {\n \"coding\": [\n {\n \"code\": \"ordered\",\n \"display\": \"Ordered\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\"\n }\n ]\n }\n }\n ],\n \"patientInstruction\": \"1 kali sehari\",\n \"route\": {\n \"coding\": [\n {\n \"code\": \"O\",\n \"display\": \"Oral\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali sehari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/ffa33e5f-771f-47d9-83be-e378cea85b2a\"\n },\n \"id\": \"362ede56-1bc4-4452-b3ad-4073d9fc8b0f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000002\",\n \"use\": \"official\",\n \"value\": \"266277771\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000002\",\n \"use\": \"official\",\n \"value\": \"266277771-1\"\n }\n ],\n \"intent\": \"order\",\n \"medicationReference\": {\n \"reference\": \"Medication/cad6f2ed-8816-44be-9ea7-527d5b2410dc\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-01T09:39:38.470109+00:00\",\n \"versionId\": \"MTcwMTQyMzU3ODQ3MDEwOTAwMA\"\n },\n \"priority\": \"routine\",\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"C50.2\",\n \"display\": \"Malignant neoplasm: Upper-inner quadrant of breast\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"requester\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"resourceType\": \"MedicationRequest\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Medication - Anastrozole (dispense)", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Medication\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"266277772\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93005226\",\n \"display\": \"Anastrozole 1 mg Tablet Salut Selaput (ARIMIDEX)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS077\",\n \"display\": \"Tablet Salut Selaput\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000380\",\n \"display\": \"Anastrozole\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 1,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n }\n }\n }\n ],\n \"batch\": {\n \"lotNumber\": \"1625042A\",\n \"expirationDate\": \"2025-07-22T14:27:00+00:00\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\n \"code\": \"NC\",\n \"display\": \"Non-compound\"\n }\n ]\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Medication", "host": [ "{{base_url}}" ], "path": [ "Medication" ] } }, "response": [ { "name": "Medication - Create", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Medication\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"266277772\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93005226\",\n \"display\": \"Anastrozole 1 mg Tablet Salut Selaput (ARIMIDEX)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS077\",\n \"display\": \"Tablet Salut Selaput\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000380\",\n \"display\": \"Anastrozole\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 1,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n }\n }\n }\n ],\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\n \"code\": \"NC\",\n \"display\": \"Non-compound\"\n }\n ]\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Medication", "host": [ "{{base_url}}" ], "path": [ "Medication" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Mon, 20 Nov 2023 09:20:28 UTC" }, { "key": "etag", "value": "W/\"MTcwMDQ3MjAyODU2MDMzOTAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Medication/c03b6022-40ae-40df-a507-0bc0f85a0c09/_history/MTcwMDQ3MjAyODU2MDMzOTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Mon, 20 Nov 2023 09:20:28 GMT" }, { "key": "content-length", "value": "1295" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "a9c66ebc-2672-4393-81a2-f1c39db92a13" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93005226\",\n \"display\": \"Anastrozole 1 mg Tablet Salut Selaput (ARIMIDEX)\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"NC\",\n \"display\": \"Non-compound\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\"\n }\n ]\n }\n }\n ],\n \"form\": {\n \"coding\": [\n {\n \"code\": \"BS077\",\n \"display\": \"Tablet Salut Selaput\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"c03b6022-40ae-40df-a507-0bc0f85a0c09\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000002\",\n \"use\": \"official\",\n \"value\": \"266277772\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000380\",\n \"display\": \"Anastrozole\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 1\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-20T09:20:28.560339+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcwMDQ3MjAyODU2MDMzOTAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" } ] }, { "name": "MedicationDispense - Anastrozole", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"MedicationDispense\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"266277773\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"266277773-1\"\n }\n ],\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category\",\n \"code\": \"inpatient\",\n \"display\": \"Inpatient\"\n }\n ]\n },\n \"medicationReference\": {\n \"reference\": \"Medication/c03b6022-40ae-40df-a507-0bc0f85a0c09\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter3_uuid}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000003\",\n \"display\": \"John Miller\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/6b538e0a-09e1-4ebc-a376-79f9b8f68329\",\n \"display\": \"Bed 2, Ruang 210, Bangsal Rawat Inap Kelas 1, Layanan Penyakit Dalam, Lantai 2, Gedung Utama\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/362ede56-1bc4-4452-b3ad-4073d9fc8b0f\"\n }\n ],\n \"quantity\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\",\n \"value\": 1\n },\n \"daysSupply\": {\n \"value\": 30,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2023-11-17T10:15:00+00:00\",\n \"whenHandedOver\": \"2023-11-17T10:15:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 kali sehari\",\n \"patientInstruction\": \"1 kali sehari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n },\n \"doseAndRate\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\",\n \"code\": \"ordered\",\n \"display\": \"Ordered\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 1,\n \"unit\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n }\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/MedicationDispense", "host": [ "{{base_url}}" ], "path": [ "MedicationDispense" ] } }, "response": [ { "name": "MedicationDispense - Create", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"MedicationDispense\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"266277773\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"266277773-1\"\n }\n ],\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category\",\n \"code\": \"inpatient\",\n \"display\": \"Inpatient\"\n }\n ]\n },\n \"medicationReference\": {\n \"reference\": \"Medication/c03b6022-40ae-40df-a507-0bc0f85a0c09\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"Diana Smith\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter3_uuid}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000003\",\n \"display\": \"John Miller\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/6b538e0a-09e1-4ebc-a376-79f9b8f68329\",\n \"display\": \"Bed 2, Ruang 210, Bangsal Rawat Inap Kelas 1, Layanan Penyakit Dalam, Lantai 2, Gedung Utama\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/362ede56-1bc4-4452-b3ad-4073d9fc8b0f\"\n }\n ],\n \"quantity\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\",\n \"value\": 1\n },\n \"daysSupply\": {\n \"value\": 30,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2023-11-17T10:15:00+00:00\",\n \"whenHandedOver\": \"2023-11-17T10:15:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 kali sehari\",\n \"patientInstruction\": \"1 kali sehari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n },\n \"doseAndRate\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\",\n \"code\": \"ordered\",\n \"display\": \"Ordered\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 1,\n \"unit\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n }\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/MedicationDispense", "host": [ "{{base_url}}" ], "path": [ "MedicationDispense" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcwMTQyMzcwODE5NTE1MDAwMA\"" }, { "key": "last-modified", "value": "Fri, 01 Dec 2023 09:41:48 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/MedicationDispense/5956a5b7-bf69-4271-bf25-a663c0c7840b/_history/MTcwMTQyMzcwODE5NTE1MDAwMA" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 01 Dec 2023 09:41:48 GMT" }, { "key": "content-length", "value": "1872" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "d4f3cee6-f2f8-4543-a17d-bd76d306656a" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/362ede56-1bc4-4452-b3ad-4073d9fc8b0f\"\n }\n ],\n \"category\": {\n \"coding\": [\n {\n \"code\": \"inpatient\",\n \"display\": \"Inpatient\",\n \"system\": \"http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category\"\n }\n ]\n },\n \"context\": {\n \"reference\": \"Encounter/ffa33e5f-771f-47d9-83be-e378cea85b2a\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 30\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"TAB\",\n \"value\": 1\n },\n \"type\": {\n \"coding\": [\n {\n \"code\": \"ordered\",\n \"display\": \"Ordered\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\"\n }\n ]\n }\n }\n ],\n \"patientInstruction\": \"1 kali sehari\",\n \"sequence\": 1,\n \"text\": \"1 kali sehari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"5956a5b7-bf69-4271-bf25-a663c0c7840b\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000002\",\n \"use\": \"official\",\n \"value\": \"266277773\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000002\",\n \"use\": \"official\",\n \"value\": \"266277773-1\"\n }\n ],\n \"location\": {\n \"display\": \"Bed 2, Ruang 210, Bangsal Rawat Inap Kelas 1, Layanan Penyakit Dalam, Lantai 2, Gedung Utama\",\n \"reference\": \"Location/6b538e0a-09e1-4ebc-a376-79f9b8f68329\"\n },\n \"medicationReference\": {\n \"reference\": \"Medication/c03b6022-40ae-40df-a507-0bc0f85a0c09\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-01T09:41:48.195150+00:00\",\n \"versionId\": \"MTcwMTQyMzcwODE5NTE1MDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"John Miller\",\n \"reference\": \"Practitioner/N10000003\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 1\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-11-17T10:15:00+00:00\",\n \"whenPrepared\": \"2023-11-17T10:15:00+00:00\"\n}" } ] } ] } ] }, { "name": "06. Prognosis", "item": [ { "name": "ClinicalImpression - Create", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"ClinicalImpression\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/clinicalimpression/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"Prognosis_00001\"\n }\n ],\n \"status\": \"completed\",\n \"description\": \"Pasien kanker payudara menjalani operasi pengangkatan kanker\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-11-17T11:00:00+00:00\",\n \"date\": \"2023-11-17T11:00:00+00:00\",\n \"assessor\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\"\n },\n \"problem\": [\n {\n \"reference\": \"Condition/c03be9cc-6059-4cca-9c60-fa5228dcb75a\"\n }\n ],\n \"investigation\": [\n {\n \"code\": {\n \"text\": \"USG Payudara\"\n },\n \"item\": [\n {\n \"reference\": \"DiagnosticReport/6466b5b3-2c1c-4a88-bc26-053d766f3c39\"\n }\n ]\n }\n ],\n \"summary\": \"Prognosis terhadap operasi pasien kanker payudara a.n. {{Patient_Name}}\",\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"C50.2\",\n \"display\": \"Malignant neoplasm: Upper-inner quadrant of breast\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/c03be9cc-6059-4cca-9c60-fa5228dcb75a\"\n }\n }\n ],\n \"prognosisCodeableConcept\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"170968001\",\n \"display\": \"Prognosis good\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/ClinicalImpression", "host": [ "{{base_url}}" ], "path": [ "ClinicalImpression" ] } }, "response": [ { "name": "ClinicalImpression - Create", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"ClinicalImpression\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/clinicalimpression/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"Prognosis_00001\"\n }\n ],\n \"status\": \"completed\",\n \"description\": \"Pasien kanker payudara menjalani operasi pengangkatan kanker\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-11-17T11:00:00+00:00\",\n \"date\": \"2023-11-17T11:00:00+00:00\",\n \"assessor\": {\n \"reference\": \"Practitioner/{{Practitioner_Id}}\"\n },\n \"problem\": [\n {\n \"reference\": \"Condition/c03be9cc-6059-4cca-9c60-fa5228dcb75a\"\n }\n ],\n \"investigation\": [\n {\n \"code\": {\n \"text\": \"USG Payudara\"\n },\n \"item\": [\n {\n \"reference\": \"DiagnosticReport/6466b5b3-2c1c-4a88-bc26-053d766f3c39\"\n }\n ]\n }\n ],\n \"summary\": \"Prognosis terhadap operasi pasien kanker payudara a.n. Diana Smith\",\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"C50.2\",\n \"display\": \"Malignant neoplasm: Upper-inner quadrant of breast\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/c03be9cc-6059-4cca-9c60-fa5228dcb75a\"\n }\n }\n ],\n \"prognosisCodeableConcept\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"170968001\",\n \"display\": \"Prognosis good\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/ClinicalImpression", "host": [ "{{base_url}}" ], "path": [ "ClinicalImpression" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcwMTQyMzkyNjgwNjU2MDAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Fri, 01 Dec 2023 09:45:26 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/ClinicalImpression/ccb063e3-63d4-4351-9ebd-363a017df888/_history/MTcwMTQyMzkyNjgwNjU2MDAwMA" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 01 Dec 2023 09:45:26 GMT" }, { "key": "content-length", "value": "1342" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "47c2c993-fcf9-4ff3-b1d1-56bdc692b5ae" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"assessor\": {\n \"reference\": \"Practitioner/N10000001\"\n },\n \"date\": \"2023-11-17T11:00:00+00:00\",\n \"description\": \"Pasien kanker payudara menjalani operasi pengangkatan kanker\",\n \"effectiveDateTime\": \"2023-11-17T11:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/ffa33e5f-771f-47d9-83be-e378cea85b2a\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"C50.2\",\n \"display\": \"Malignant neoplasm: Upper-inner quadrant of breast\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/c03be9cc-6059-4cca-9c60-fa5228dcb75a\"\n }\n }\n ],\n \"id\": \"ccb063e3-63d4-4351-9ebd-363a017df888\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/clinicalimpression/10000002\",\n \"use\": \"official\",\n \"value\": \"Prognosis_00001\"\n }\n ],\n \"investigation\": [\n {\n \"code\": {\n \"text\": \"USG Payudara\"\n },\n \"item\": [\n {\n \"reference\": \"DiagnosticReport/6466b5b3-2c1c-4a88-bc26-053d766f3c39\"\n }\n ]\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-01T09:45:26.806560+00:00\",\n \"versionId\": \"MTcwMTQyMzkyNjgwNjU2MDAwMA\"\n },\n \"problem\": [\n {\n \"reference\": \"Condition/c03be9cc-6059-4cca-9c60-fa5228dcb75a\"\n }\n ],\n \"prognosisCodeableConcept\": [\n {\n \"coding\": [\n {\n \"code\": \"170968001\",\n \"display\": \"Prognosis good\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"resourceType\": \"ClinicalImpression\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"summary\": \"Prognosis terhadap operasi pasien kanker payudara a.n. Diana Smith\"\n}" } ] } ] }, { "name": "07. Rencana Tindak Lanjut", "item": [ { "name": "ServiceRequest - Kontrol kembali", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"ServiceRequest\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/{{Org_id}}\",\r\n \"value\": \"5668765\"\r\n }\r\n ],\r\n \"status\": \"active\",\r\n \"intent\": \"original-order\",\r\n \"priority\": \"routine\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"306098008\",\r\n \"display\": \"Self-referral\"\r\n }\r\n ]\r\n },\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"11429006\",\r\n \"display\": \"Consultation\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"185389009\",\r\n \"display\": \"Follow-up visit\"\r\n }\r\n ],\r\n \"text\": \"Kontrol 1 bulan Pasca Operasi\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_Id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter3_uuid}}\"\r\n },\r\n \"occurrenceDateTime\": \"2023-11-17T11:30:00+00:00\",\r\n \"authoredOn\": \"2023-11-17T11:30:00+00:00\",\r\n \"requester\": {\r\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\r\n \"display\": \"{{Practitioner_Name}}\"\r\n },\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/N10000005\",\r\n \"display\": \"Fatma\"\r\n }\r\n ],\r\n \"reasonCode\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\r\n \"code\": \"C50.2\",\r\n \"display\": \"Malignant neoplasm: Upper-inner quadrant of breast\"\r\n }\r\n ],\r\n \"text\": \"Kontrol rutin 1 bulan setelah operasi\"\r\n }\r\n ],\r\n \"locationCode\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\",\r\n \"code\": \"OF\",\r\n \"display\": \"Outpatient Facility\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"patientInstruction\": \"Kontrol rutin 1 bulan pasca Operasi. Dalam keadaan darurat dapat menghubungi hotline Fasyankes di nomor 14045\"\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/ServiceRequest", "host": [ "{{base_url}}" ], "path": [ "ServiceRequest" ] } }, "response": [ { "name": "ServiceRequest - Kontrol kembali", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"ServiceRequest\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/{{Org_id}}\",\r\n \"value\": \"5668765\"\r\n }\r\n ],\r\n \"status\": \"active\",\r\n \"intent\": \"original-order\",\r\n \"priority\": \"routine\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"306098008\",\r\n \"display\": \"Self-referral\"\r\n }\r\n ]\r\n },\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"11429006\",\r\n \"display\": \"Consultation\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"185389009\",\r\n \"display\": \"Follow-up visit\"\r\n }\r\n ],\r\n \"text\": \"Kontrol 1 bulan Pasca Operasi\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_Id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter3_uuid}}\"\r\n },\r\n \"occurrenceDateTime\": \"2023-11-17T11:30:00+00:00\",\r\n \"authoredOn\": \"2023-11-17T11:30:00+00:00\",\r\n \"requester\": {\r\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\r\n \"display\": \"{{Practitioner_Name}}\"\r\n },\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/N10000005\",\r\n \"display\": \"Fatma\"\r\n }\r\n ],\r\n \"reasonCode\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\r\n \"code\": \"C50.2\",\r\n \"display\": \"Malignant neoplasm: Upper-inner quadrant of breast\"\r\n }\r\n ],\r\n \"text\": \"Kontrol rutin 1 bulan setelah operasi\"\r\n }\r\n ],\r\n \"locationCode\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\",\r\n \"code\": \"OF\",\r\n \"display\": \"Outpatient Facility\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"patientInstruction\": \"Kontrol rutin 1 bulan pasca Operasi. Dalam keadaan darurat dapat menghubungi hotline Fasyankes di nomor 14045\"\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/ServiceRequest", "host": [ "{{base_url}}" ], "path": [ "ServiceRequest" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/ServiceRequest/8f532256-8a6b-4cb0-9daa-2ca523ec4f9a/_history/MTcwMTQyMzk4OTMzMDQyNjAwMA" }, { "key": "etag", "value": "W/\"MTcwMTQyMzk4OTMzMDQyNjAwMA\"" }, { "key": "last-modified", "value": "Fri, 01 Dec 2023 09:46:29 UTC" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 01 Dec 2023 09:46:29 GMT" }, { "key": "content-length", "value": "1508" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "e2d71296-802a-4663-a33c-8ccf73c7fb10" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"authoredOn\": \"2023-11-17T11:30:00+00:00\",\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"306098008\",\n \"display\": \"Self-referral\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n {\n \"coding\": [\n {\n \"code\": \"11429006\",\n \"display\": \"Consultation\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"185389009\",\n \"display\": \"Follow-up visit\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Kontrol 1 bulan Pasca Operasi\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/ffa33e5f-771f-47d9-83be-e378cea85b2a\"\n },\n \"id\": \"8f532256-8a6b-4cb0-9daa-2ca523ec4f9a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/10000002\",\n \"value\": \"5668765\"\n }\n ],\n \"intent\": \"original-order\",\n \"locationCode\": [\n {\n \"coding\": [\n {\n \"code\": \"OF\",\n \"display\": \"Outpatient Facility\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\"\n }\n ]\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-01T09:46:29.330426+00:00\",\n \"versionId\": \"MTcwMTQyMzk4OTMzMDQyNjAwMA\"\n },\n \"occurrenceDateTime\": \"2023-11-17T11:30:00+00:00\",\n \"patientInstruction\": \"Kontrol rutin 1 bulan pasca Operasi. Dalam keadaan darurat dapat menghubungi hotline Fasyankes di nomor 14045\",\n \"performer\": [\n {\n \"display\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\n }\n ],\n \"priority\": \"routine\",\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"C50.2\",\n \"display\": \"Malignant neoplasm: Upper-inner quadrant of breast\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ],\n \"text\": \"Kontrol rutin 1 bulan setelah operasi\"\n }\n ],\n \"requester\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"resourceType\": \"ServiceRequest\",\n \"status\": \"active\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] } ] }, { "name": "08. Kondisi Saat Meninggalkan RS", "item": [ { "name": "Condition - Stabil", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Condition\",\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\n \"code\": \"problem-list-item\",\n \"display\": \"Problem List Item\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"359746009\",\n \"display\": \"Patient's condition stable\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_uuid}}\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Condition", "host": [ "{{base_url}}" ], "path": [ "Condition" ] } }, "response": [ { "name": "Condition - Stabil", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Condition\",\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\n \"code\": \"problem-list-item\",\n \"display\": \"Problem List Item\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"359746009\",\n \"display\": \"Patient's condition stable\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_Id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_uuid}}\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Condition", "host": [ "{{base_url}}" ], "path": [ "Condition" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcwMTQyNDAxMTE3MTIwNDAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Fri, 01 Dec 2023 09:46:51 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/03f91997-4649-4b89-96b4-003d0c63d34e/_history/MTcwMTQyNDAxMTE3MTIwNDAwMA" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 01 Dec 2023 09:46:51 GMT" }, { "key": "content-length", "value": "735" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "372efdf7-b8d0-4034-ab3d-95a792cf6462" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"problem-list-item\",\n \"display\": \"Problem List Item\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\"\n }\n ]\n }\n ],\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"code\": \"active\",\n \"display\": \"Active\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"359746009\",\n \"display\": \"Patient's condition stable\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/ffa33e5f-771f-47d9-83be-e378cea85b2a\"\n },\n \"id\": \"03f91997-4649-4b89-96b4-003d0c63d34e\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2023-12-01T09:46:51.171204+00:00\",\n \"versionId\": \"MTcwMTQyNDAxMTE3MTIwNDAwMA\"\n },\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] } ] }, { "name": "09. Cara Keluar dari RS", "item": [ { "name": "Encounter - Pulang dengan persetujuan dokter", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"Encounter\",\r\n \"id\": \"{{Encounter3_uuid}}\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\r\n \"value\": \"{{Registration_Id}}\"\r\n }\r\n ],\r\n \"status\": \"finished\",\r\n \"class\": {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\r\n \"code\": \"IMP\",\r\n \"display\": \"inpatient encounter\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_Id}}\",\r\n \"display\": \"{{Patient_Name}}\"\r\n },\r\n \"participant\": [\r\n {\r\n \"type\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\r\n \"code\": \"ATND\",\r\n \"display\": \"attender\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"individual\": {\r\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\r\n \"display\": \"{{Practitioner_Name}}\"\r\n }\r\n }\r\n ],\r\n \"period\": {\r\n \"start\": \"2023-11-17T07:30:00+00:00\",\r\n \"end\": \"2023-11-17T11:30:00+00:00\"\r\n },\r\n \"location\": [\r\n {\r\n \"location\": {\r\n \"reference\": \"Location/{{Location_Id}}\",\r\n \"display\": \"{{Location_Name}}\"\r\n },\r\n \"period\": {\r\n \"start\": \"2023-11-17T07:30:00+00:00\",\r\n \"end\": \"2023-11-17T10:00:00+00:00\"\r\n },\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/LocationServiceClass\",\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Inpatient\",\r\n \"code\": \"1\",\r\n \"display\": \"Kelas 1\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"location\": {\r\n \"reference\": \"Location/{{Location_Bed}}\",\r\n \"display\": \"{{Location_Bed_Description}}\"\r\n },\r\n \"period\": {\r\n \"start\": \"2023-11-17T10:00:00+00:00\",\r\n \"end\": \"2023-11-17T11:30:00+00:00\"\r\n },\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ServiceClass\",\r\n \"extension\": [\r\n {\r\n \"url\": \"value\",\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Inpatient\",\r\n \"code\": \"1\",\r\n \"display\": \"Kelas 1\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"url\": \"upgradeClassIndicator\",\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationUpgradeClass\",\r\n \"code\": \"kelas-tetap\",\r\n \"display\": \"Kelas Tetap Perawatan\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"diagnosis\": [\r\n {\r\n \"condition\": {\r\n \"reference\": \"Condition/{{Diagnosis_Akhir}}\"\r\n },\r\n \"use\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\r\n \"code\": \"DD\",\r\n \"display\": \"Discharge diagnosis\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"statusHistory\": [\r\n {\r\n \"status\": \"in-progress\",\r\n \"period\": {\r\n \"start\": \"2023-11-17T07:30:00+00:00\",\r\n \"end\": \"2023-11-17T11:30:00+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"finished\",\r\n \"period\": {\r\n \"start\": \"2023-11-17T11:30:00+00:00\",\r\n \"end\": \"2023-11-17T11:30:00+00:00\"\r\n }\r\n }\r\n ],\r\n \"hospitalization\": {\r\n \"dischargeDisposition\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\r\n \"code\": \"home\",\r\n \"display\": \"Home\"\r\n }\r\n ],\r\n \"text\": \"Boleh pulang setelah operasi dan kontrol kembali 1 bulan lagi\"\r\n }\r\n },\r\n \"serviceProvider\": {\r\n \"reference\": \"Organization/{{Org_id}}\"\r\n },\r\n \"basedOn\": [\r\n {\r\n \"reference\": \"ServiceRequest/{{ServiceRequest_RawatInap}}\"\r\n },\r\n {\r\n \"reference\": \"ServiceRequest/{{ServiceRequest_Tindakan}}\"\r\n }\r\n ],\r\n \"episodeOfCare\": [\r\n {\r\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_uuid}}\"\r\n }\r\n ]\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "ffa33e5f-771f-47d9-83be-e378cea85b2a" } ] } }, "response": [ { "name": "Encounter - Pulang dengan persetujuan dokter", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"Encounter\",\r\n \"id\": \"{{Encounter3_uuid}}\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\r\n \"value\": \"{{Registration_Id}}\"\r\n }\r\n ],\r\n \"status\": \"finished\",\r\n \"class\": {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\r\n \"code\": \"IMP\",\r\n \"display\": \"inpatient encounter\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_Id}}\",\r\n \"display\": \"{{Patient_Name}}\"\r\n },\r\n \"participant\": [\r\n {\r\n \"type\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\r\n \"code\": \"ATND\",\r\n \"display\": \"attender\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"individual\": {\r\n \"reference\": \"Practitioner/{{Practitioner_Id}}\",\r\n \"display\": \"{{Practitioner_Name}}\"\r\n }\r\n }\r\n ],\r\n \"period\": {\r\n \"start\": \"2023-11-17T07:30:00+00:00\",\r\n \"end\": \"2023-11-17T11:30:00+00:00\"\r\n },\r\n \"location\": [\r\n {\r\n \"location\": {\r\n \"reference\": \"Location/{{Location_Id}}\",\r\n \"display\": \"{{Location_Name}}\"\r\n },\r\n \"period\": {\r\n \"start\": \"2023-11-17T07:30:00+00:00\",\r\n \"end\": \"2023-11-17T10:00:00+00:00\"\r\n },\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/LocationServiceClass\",\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Inpatient\",\r\n \"code\": \"1\",\r\n \"display\": \"Kelas 1\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"location\": {\r\n \"reference\": \"Location/{{Location_Bed}}\",\r\n \"display\": \"{{Location_Bed_Description}}\"\r\n },\r\n \"period\": {\r\n \"start\": \"2023-11-17T10:00:00+00:00\",\r\n \"end\": \"2023-11-17T11:30:00+00:00\"\r\n },\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ServiceClass\",\r\n \"extension\": [\r\n {\r\n \"url\": \"value\",\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Inpatient\",\r\n \"code\": \"1\",\r\n \"display\": \"Kelas 1\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"url\": \"upgradeClassIndicator\",\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationUpgradeClass\",\r\n \"code\": \"kelas-tetap\",\r\n \"display\": \"Kelas Tetap Perawatan\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"diagnosis\": [\r\n {\r\n \"condition\": {\r\n \"reference\": \"Condition/{{Diagnosis_Akhir}}\"\r\n },\r\n \"use\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\r\n \"code\": \"DD\",\r\n \"display\": \"Discharge diagnosis\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"statusHistory\": [\r\n {\r\n \"status\": \"in-progress\",\r\n \"period\": {\r\n \"start\": \"2023-11-17T07:30:00+00:00\",\r\n \"end\": \"2023-11-17T11:30:00+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"finished\",\r\n \"period\": {\r\n \"start\": \"2023-11-17T11:30:00+00:00\",\r\n \"end\": \"2023-11-17T11:30:00+00:00\"\r\n }\r\n }\r\n ],\r\n \"hospitalization\": {\r\n \"dischargeDisposition\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\r\n \"code\": \"home\",\r\n \"display\": \"Home\"\r\n }\r\n ],\r\n \"text\": \"Boleh pulang setelah operasi dan kontrol kembali 1 bulan lagi\"\r\n }\r\n },\r\n \"serviceProvider\": {\r\n \"reference\": \"Organization/{{Org_id}}\"\r\n },\r\n \"basedOn\": [\r\n {\r\n \"reference\": \"ServiceRequest/{{ServiceRequest_RawatInap}}\"\r\n },\r\n {\r\n \"reference\": \"ServiceRequest/{{ServiceRequest_Tindakan}}\"\r\n }\r\n ],\r\n \"episodeOfCare\": [\r\n {\r\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_uuid}}\"\r\n }\r\n ]\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "ffa33e5f-771f-47d9-83be-e378cea85b2a" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Fri, 01 Dec 2023 09:50:30 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Encounter/ffa33e5f-771f-47d9-83be-e378cea85b2a/_history/MTcwMTQyNDIzMDA1MjU4MTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcwMTQyNDIzMDA1MjU4MTAwMA\"" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Fri, 01 Dec 2023 09:50:30 GMT" }, { "key": "content-length", "value": "2795" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "b3c16dfe-a0b9-4c52-8bb8-08a843ac6e36" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/7466b2c4-c126-4959-992f-16da251393d8\"\n },\n {\n \"reference\": \"ServiceRequest/3820f1d9-7a65-44a4-8302-06fb56ef5c6d\"\n }\n ],\n \"class\": {\n \"code\": \"IMP\",\n \"display\": \"inpatient encounter\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/91c72a46-ea2e-4379-8f04-0f9170aebefc\"\n }\n ],\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/c03be9cc-6059-4cca-9c60-fa5228dcb75a\"\n },\n \"use\": {\n \"coding\": [\n {\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\"\n }\n ]\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"code\": \"home\",\n \"display\": \"Home\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\"\n }\n ],\n \"text\": \"Boleh pulang setelah operasi dan kontrol kembali 1 bulan lagi\"\n }\n },\n \"id\": \"ffa33e5f-771f-47d9-83be-e378cea85b2a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"PD000019\"\n }\n ],\n \"location\": [\n {\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/LocationServiceClass\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"1\",\n \"display\": \"Kelas 1\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Inpatient\"\n }\n ]\n }\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Bedah, Layanan Penyakit Dalam, Divisi Pelayanan Medik, Keperawatan, dan Penunjang, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/827b6568-b334-4423-8742-4430b8f87a79\"\n },\n \"period\": {\n \"end\": \"2023-11-17T10:00:00+00:00\",\n \"start\": \"2023-11-17T07:30:00+00:00\"\n }\n },\n {\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"value\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"1\",\n \"display\": \"Kelas 1\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Inpatient\"\n }\n ]\n }\n },\n {\n \"url\": \"upgradeClassIndicator\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"kelas-tetap\",\n \"display\": \"Kelas Tetap Perawatan\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationUpgradeClass\"\n }\n ]\n }\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ServiceClass\"\n }\n ],\n \"location\": {\n \"display\": \"Bed 2, Ruang 210, Bangsal Rawat Inap Kelas 1, Layanan Penyakit Dalam, Lantai 2, Gedung Utama\",\n \"reference\": \"Location/6b538e0a-09e1-4ebc-a376-79f9b8f68329\"\n },\n \"period\": {\n \"end\": \"2023-11-17T11:30:00+00:00\",\n \"start\": \"2023-11-17T10:00:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-01T09:50:30.052581+00:00\",\n \"versionId\": \"MTcwMTQyNDIzMDA1MjU4MTAwMA\"\n },\n \"participant\": [\n {\n \"individual\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"ATND\",\n \"display\": \"attender\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\"\n }\n ]\n }\n ]\n }\n ],\n \"period\": {\n \"end\": \"2023-11-17T11:30:00+00:00\",\n \"start\": \"2023-11-17T07:30:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000002\"\n },\n \"status\": \"finished\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-11-17T11:30:00+00:00\",\n \"start\": \"2023-11-17T07:30:00+00:00\"\n },\n \"status\": \"in-progress\"\n },\n {\n \"period\": {\n \"end\": \"2023-11-17T11:30:00+00:00\",\n \"start\": \"2023-11-17T11:30:00+00:00\"\n },\n \"status\": \"finished\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Location - Bed 2", "protocolProfileBehavior": { "disabledSystemHeaders": { "content-type": true } }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json-patch+json" } ], "body": { "mode": "raw", "raw": "[\n {\n \"op\": \"replace\",\n \"path\": \"/operationalStatus/code\",\n \"value\": \"U\"\n },\n {\n \"op\": \"replace\",\n \"path\": \"/operationalStatus/display\",\n \"value\": \"Unoccupied\"\n }\n]", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Location/:id", "host": [ "{{base_url}}" ], "path": [ "Location", ":id" ], "variable": [ { "key": "id", "value": "6b538e0a-09e1-4ebc-a376-79f9b8f68329" } ] } }, "response": [ { "name": "Location - Bed 2", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json-patch+json" } ], "body": { "mode": "raw", "raw": "[\n {\n \"op\": \"replace\",\n \"path\": \"/operationalStatus/code\",\n \"value\": \"U\"\n },\n {\n \"op\": \"replace\",\n \"path\": \"/operationalStatus/display\",\n \"value\": \"Unoccupied\"\n }\n]", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Location/:id", "host": [ "{{base_url}}" ], "path": [ "Location", ":id" ], "variable": [ { "key": "id", "value": "6b538e0a-09e1-4ebc-a376-79f9b8f68329" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Tue, 21 Nov 2023 02:19:10 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Location/6b538e0a-09e1-4ebc-a376-79f9b8f68329/_history/MTcwMDUzMzE1MDE1MTIyMTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcwMDUzMzE1MDE1MTIyMTAwMA\"" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Tue, 21 Nov 2023 02:19:10 GMT" }, { "key": "content-length", "value": "1593" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "0f9dd9ed-4597-4601-9629-0f92b8e48e08" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"description\": \"Bed 2, Ruang 210, Bangsal Rawat Inap Kelas 1, Layanan Penyakit Dalam, Lantai 2, Gedung Utama\",\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/LocationServiceClass\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"1\",\n \"display\": \"Kelas 1\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Inpatient\"\n }\n ]\n }\n }\n ],\n \"id\": \"6b538e0a-09e1-4ebc-a376-79f9b8f68329\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000002\",\n \"value\": \"Bed 2\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/8140f0b3-f6f1-4d47-b2d7-8fc7aa65a429\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-21T02:19:10.151221+00:00\",\n \"versionId\": \"MTcwMDUzMzE1MDE1MTIyMTAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Bed 2, Ruang 210, Bangsal Rawat Inap Kamboja, Layanan Penyakit Dalam\",\n \"operationalStatus\": {\n \"code\": \"U\",\n \"display\": \"Unoccupied\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0116\"\n },\n \"partOf\": {\n \"display\": \"Ruang 210, Bangsal Rawat Inap Kelas 1\",\n \"reference\": \"Location/2ca1a822-eaa9-4a71-8da5-9fcd3ddc689b\"\n },\n \"physicalType\": {\n \"coding\": [\n {\n \"code\": \"bd\",\n \"display\": \"Bed\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/location-physical-type\"\n }\n ]\n },\n \"position\": {\n \"altitude\": 0,\n \"latitude\": 106.83239885393944,\n \"longitude\": -6.23115426275766\n },\n \"resourceType\": \"Location\",\n \"status\": \"active\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-14045\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"RSSATSET@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATSET.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"RT0004\",\n \"display\": \"Tempat Tidur\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\"\n }\n ]\n }\n ]\n}" } ] } ] } ] }, { "name": "04. Menutup Episode Perawatan Kanker", "item": [ { "name": "EpisodeOfCare - Mengganti Status ke finished", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();", "pm.collectionVariables.set(\"EPISODEOFCARE_REFERENCE_ID\", data.id);" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json-patch+json" } ], "body": { "mode": "raw", "raw": "[\n {\n \"op\": \"replace\",\n \"path\": \"/status\",\n \"value\": \"finished\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/1/period/end\",\n \"value\": \"2024-01-17T11:30:00+00:00\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/2\",\n \"value\": {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2024-01-17T11:30:00+00:00\",\n \"end\": \"2024-01-17T11:30:00+00:00\"\n }\n }\n },\n {\n \"op\": \"add\",\n \"path\": \"/period/end\",\n \"value\": \"2024-01-17T11:30:00+00:00\"\n }\n]", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/EpisodeOfCare/:id", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare", ":id" ], "variable": [ { "key": "id", "value": "{{EpisodeOfCare_uuid}}" } ] } }, "response": [ { "name": "EpisodeOfCare - Mengganti Status ke finished", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json-patch+json" } ], "body": { "mode": "raw", "raw": "[\n {\n \"op\": \"replace\",\n \"path\": \"/status\",\n \"value\": \"finished\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/1/period/end\",\n \"value\": \"2024-01-17T11:30:00+00:00\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/2\",\n \"value\": {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2024-01-17T11:30:00+00:00\",\n \"end\": \"2024-01-17T11:30:00+00:00\"\n }\n }\n },\n {\n \"op\": \"add\",\n \"path\": \"/period/end\",\n \"value\": \"2024-01-17T11:30:00+00:00\"\n }\n]", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/EpisodeOfCare/:id", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare", ":id" ], "variable": [ { "key": "id", "value": "{{EpisodeOfCare_uuid}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxMjIxNjk4MDA1NTE5MjAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/EpisodeOfCare/91c72a46-ea2e-4379-8f04-0f9170aebefc/_history/MTcxMjIxNjk4MDA1NTE5MjAwMA" }, { "key": "last-modified", "value": "Thu, 04 Apr 2024 07:49:40 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Thu, 04 Apr 2024 07:49:40 GMT" }, { "key": "Content-Length", "value": "587" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "7b0181f7-db89-4c34-a74a-f8822bf35430" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"id\": \"91c72a46-ea2e-4379-8f04-0f9170aebefc\",\n \"meta\": {\n \"lastUpdated\": \"2024-04-04T07:49:40.055192+00:00\",\n \"versionId\": \"MTcxMjIxNjk4MDA1NTE5MjAwMA\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"finished\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-12-13T08:45:00+00:00\",\n \"start\": \"2023-11-06T11:00:00+00:00\"\n },\n \"status\": \"waitlist\"\n },\n {\n \"period\": {\n \"end\": \"2024-01-17T11:30:00+00:00\",\n \"start\": \"2023-12-13T08:45:00+00:00\"\n },\n \"status\": \"active\"\n },\n {\n \"period\": {\n \"end\": \"2024-01-17T11:30:00+00:00\",\n \"start\": \"2024-01-17T11:30:00+00:00\"\n },\n \"status\": \"finished\"\n }\n ]\n}" } ] }, { "name": "EpisodeOfCare - Konfirmasi status finished", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json-patch+json" } ], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/EpisodeOfCare/:id", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare", ":id" ], "variable": [ { "key": "id", "value": "{{EpisodeOfCare_uuid}}" } ] } }, "response": [ { "name": "EpisodeOfCare - Konfirmasi status finished", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json-patch+json" } ], "url": { "raw": "{{base_url}}/EpisodeOfCare/:id", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare", ":id" ], "variable": [ { "key": "id", "value": "{{EpisodeOfCare_uuid}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Thu, 04 Apr 2024 07:53:02 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMjIxNzE4MjQzMTE5NjAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Thu, 04 Apr 2024 07:53:22 GMT" }, { "key": "Content-Length", "value": "1189" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "9e492368-646b-43a3-82e3-44f73a236700" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"id\": \"91c72a46-ea2e-4379-8f04-0f9170aebefc\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/registry-id/\",\n \"value\": \"CNCC202410000000012\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC2023110676340\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CNCS202410000000009\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-04-04T07:53:02.431196+00:00\",\n \"versionId\": \"MTcxMjIxNzE4MjQzMTE5NjAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"period\": {\n \"end\": \"2024-01-17T11:30:00+00:00\",\n \"start\": \"2023-11-06T11:00:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"finished\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-12-13T08:45:00+00:00\",\n \"start\": \"2023-11-06T11:00:00+00:00\"\n },\n \"status\": \"waitlist\"\n },\n {\n \"period\": {\n \"end\": \"2024-01-17T11:30:00+00:00\",\n \"start\": \"2023-12-13T08:45:00+00:00\"\n },\n \"status\": \"active\"\n },\n {\n \"period\": {\n \"end\": \"2024-01-17T11:30:00+00:00\",\n \"start\": \"2024-01-17T11:30:00+00:00\"\n },\n \"status\": \"finished\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"cancer\",\n \"display\": \"Cancer Management Care \",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\"\n }\n ]\n }\n ]\n}" } ] } ] }, { "name": "05. Pengiriman Dokumen Registrasi Kanker", "item": [ { "name": "Composition - Dokumen Registrasi Kanker", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Composition\",\n \"identifier\": {\n \"system\": \"http://sys-ids.kemkes.go.id/composition/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n },\n \"status\": \"final\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id\",\n \"code\": \"TK000012\",\n \"display\": \"Data Registrasi Kanker\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"date\": \"2024-01-17T11:30:00+00:00\",\n \"author\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n ],\n \"title\": \"Data Registrasi Kanker\",\n \"attester\": [\n {\n \"mode\": \"legal\",\n \"time\": \"2024-01-17T11:30:00+00:00\",\n \"party\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Validator\"\n }\n }\n ],\n \"custodian\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"section\": [\n {\n \"title\": \"Episode Perawatan\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id\",\n \"code\": \"TK000002\",\n \"display\": \"Episode Perawatan\"\n }\n ]\n },\n \"entry\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_uuid}}\",\n \"display\": \"Episode Perawatan Registrasi Kanker\"\n }\n ]\n },\n {\n \"title\": \"Anamnesis\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id\",\n \"code\": \"TK000003\",\n \"display\": \"Anamnesis\"\n }\n ]\n },\n \"entry\": [\n {\n \"reference\": \"Condition/{{Condition_KeluhanUtama}}\",\n \"display\": \"Keluhan Utama Benjolan di Payudara\"\n },\n {\n \"reference\": \"Condition/{{Condition_RiwayatPenyakitKeluarga}}\",\n \"display\": \"Riwayat Penyakit Kanker Payudara di Keluarga\"\n }\n ]\n },\n {\n \"title\": \"Pemeriksaan Fisik\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id\",\n \"code\": \"TK000007\",\n \"display\": \"Pemeriksaan Fisik\"\n }\n ]\n },\n \"entry\": [\n {\n \"reference\": \"Observation/{{Observation_PemeriksaanFisik}}\",\n \"display\": \"Pemeriksaan Fisik Payudara\"\n }\n ]\n },\n {\n \"title\": \"Hasil Pemeriksaan Penunjang\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id\",\n \"code\": \"TK000009\",\n \"display\": \"Hasil Pemeriksaan Penunjang\"\n }\n ]\n },\n \"entry\": [\n {\n \"reference\": \"Observation/{{Observation_PemeriksaanRad}}\",\n \"display\": \"Pemeriksaan USG Payudara\"\n },\n {\n \"reference\": \"Observation/{{Observation_PemeriksaanLab}}\",\n \"display\": \"Pemeriksaan Biopsi Payudara\"\n }\n ]\n },\n {\n \"title\": \"Diagnosis Tumor\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id\",\n \"code\": \"TK000004\",\n \"display\": \"Diagnosis\"\n }\n ]\n },\n \"entry\": [\n {\n \"reference\": \"Condition/{{Condition_DiagnosisTetap}}\",\n \"display\": \"ICD-10 dan Basis Diagnosis\"\n },\n {\n \"reference\": \"Condition/{{Condition_TopografiMorfologiPerilakuGrade}}\",\n \"display\": \"Topografi, Morfologi, Perilaku, Grade\"\n },\n {\n \"reference\": \"Condition/{{Condition_TNMStadium}}\",\n \"display\": \"TNM, Stadium\"\n },\n {\n \"reference\": \"Condition/{{Condition_PerluasanLateralitasMetastasis}}\",\n \"display\": \"Perluasan, Lateralitas, Metastasis\"\n }\n ],\n \"text\": {\n \"status\": \"additional\",\n \"div\": \"Pasien terdiagnosis kanker dengan diagnosis Kanker Payudara\"\n }\n },\n {\n \"title\": \"Tindakan/Prosedur Medis\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id\",\n \"code\": \"TK000005\",\n \"display\": \"Tindakan/Prosedur Medis\"\n }\n ]\n },\n \"entry\": [\n {\n \"reference\": \"Procedure/{{Procedure_terapeutik}}\",\n \"display\": \"Detail tindakan yang dilakukan - Mastektomi\"\n },\n {\n \"reference\": \"Procedure/{{Procedure_JenisTerapi}}\",\n \"display\": \"Jenis Terapi di Institusi Pelapor - Operasi pengangkatan kanker payudara\"\n }\n ]\n },\n {\n \"title\": \"Obat\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id\",\n \"code\": \"TK000013\",\n \"display\": \"Obat\"\n }\n ]\n },\n \"entry\": [\n {\n \"reference\": \"MedicationRequest/{{MedicationRequest_ObatTerapi}}\",\n \"display\": \"Obat untuk Terapi Kanker - Anastrozole\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Composition", "host": [ "{{base_url}}" ], "path": [ "Composition" ] } }, "response": [ { "name": "Composition - Dokumen Registrasi Kanker", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Composition\",\n \"identifier\": {\n \"system\": \"http://sys-ids.kemkes.go.id/composition/10000002\",\n \"value\": \"{{Registration_ID}}\"\n },\n \"status\": \"final\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id\",\n \"code\": \"TK000012\",\n \"display\": \"Data Registrasi Kanker\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030015\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/ffa33e5f-771f-47d9-83be-e378cea85b2a\"\n },\n \"date\": \"2024-01-17T11:30:00+00:00\",\n \"author\": [\n {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n }\n ],\n \"title\": \"Data Registrasi Kanker\",\n \"custodian\": {\n \"reference\": \"Organization/10000002\"\n },\n \"section\": [\n {\n \"title\": \"Episode Perawatan\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id\",\n \"code\": \"TK000002\",\n \"display\": \"Episode Perawatan\"\n }\n ]\n },\n \"entry\": [\n {\n \"reference\": \"EpisodeOfCare/91c72a46-ea2e-4379-8f04-0f9170aebefc\",\n \"display\": \"Episode Perawatan Registrasi Kanker\"\n }\n ]\n },\n {\n \"title\": \"Anamnesis\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id\",\n \"code\": \"TK000003\",\n \"display\": \"Anamnesis\"\n }\n ]\n },\n \"entry\": [\n {\n \"reference\": \"Condition/fadf8264-da18-4b77-9c66-59649f13f22a\",\n \"display\": \"Keluhan Utama Benjolan di Payudara\"\n },\n {\n \"reference\": \"Condition/9979f626-6f82-41df-b28e-e4802549e218\",\n \"display\": \"Riwayat Penyakit Kanker Payudara di Keluarga\"\n }\n ]\n },\n {\n \"title\": \"Pemeriksaan Fisik\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id\",\n \"code\": \"TK000007\",\n \"display\": \"Pemeriksaan Fisik\"\n }\n ]\n },\n \"entry\": [\n {\n \"reference\": \"Observation/5d01a294-f8e9-42be-966e-28cfa30d5472\",\n \"display\": \"Pemeriksaan Fisik Payudara\"\n }\n ]\n },\n {\n \"title\": \"Hasil Pemeriksaan Penunjang\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id\",\n \"code\": \"TK000009\",\n \"display\": \"Hasil Pemeriksaan Penunjang\"\n }\n ]\n },\n \"entry\": [\n {\n \"reference\": \"Observation/bd7fbcf0-c06c-4718-ace5-cada666a75b1\",\n \"display\": \"Pemeriksaan USG Payudara\"\n },\n {\n \"reference\": \"Observation/e24e9edc-16f0-4b1e-bd3b-0aaf7d95ab3f\",\n \"display\": \"Pemeriksaan Biopsi Payudara\"\n }\n ]\n },\n {\n \"title\": \"Diagnosis Tumor\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id\",\n \"code\": \"TK000004\",\n \"display\": \"Diagnosis\"\n }\n ]\n },\n \"entry\": [\n {\n \"reference\": \"Condition/c03be9cc-6059-4cca-9c60-fa5228dcb75a\",\n \"display\": \"ICD-10 dan Basis Diagnosis\"\n },\n {\n \"reference\": \"Condition/a5061020-c986-4ad5-81f4-07fe6bb54938\",\n \"display\": \"Topografi, Morfologi, Perilaku, Grade\"\n },\n {\n \"reference\": \"Condition/a290c1f5-3c83-45e2-b8f2-03307c409c56\",\n \"display\": \"TNM, Stadium\"\n },\n {\n \"reference\": \"Condition/3a280c73-e5d8-4365-b686-6122535c9586\",\n \"display\": \"Perluasan, Lateralitas, Metastasis\"\n }\n ],\n \"text\": {\n \"status\": \"additional\",\n \"div\": \"Pasien terdiagnosis kanker dengan diagnosis Kanker Payudara\"\n }\n },\n {\n \"title\": \"Tindakan/Prosedur Medis\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id\",\n \"code\": \"TK000005\",\n \"display\": \"Tindakan/Prosedur Medis\"\n }\n ]\n },\n \"entry\": [\n {\n \"reference\": \"Procedure/4b0a2b82-f532-4ea4-aa8d-86b41d7e224c\",\n \"display\": \"Detail tindakan yang dilakukan - Mastektomi\"\n },\n {\n \"reference\": \"Procedure/242b3bb9-ed0c-483a-a989-5ad20144dcac\",\n \"display\": \"Jenis Terapi di Institusi Pelapor - Operasi pengangkatan kanker payudara\"\n }\n ]\n },\n {\n \"title\": \"Obat\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id\",\n \"code\": \"TK000013\",\n \"display\": \"Obat\"\n }\n ]\n },\n \"entry\": [\n {\n \"reference\": \"MedicationRequest/362ede56-1bc4-4452-b3ad-4073d9fc8b0f\",\n \"display\": \"Obat untuk Terapi Kanker - Anastrozole\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Composition", "host": [ "{{base_url}}" ], "path": [ "Composition" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcyMjgzMTkwMTM3NzI4MzAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Composition/8a7154e4-c3a7-4fa3-87b4-51a2fa257a74/_history/MTcyMjgzMTkwMTM3NzI4MzAwMA" }, { "key": "last-modified", "value": "Mon, 05 Aug 2024 04:25:01 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 05 Aug 2024 04:25:01 GMT" }, { "key": "Content-Length", "value": "3274" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "62b2f196-e653-4d00-87d0-56af9e47882c" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"author\": [\n {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"custodian\": {\n \"reference\": \"Organization/10000002\"\n },\n \"date\": \"2024-01-17T11:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/ffa33e5f-771f-47d9-83be-e378cea85b2a\"\n },\n \"id\": \"8a7154e4-c3a7-4fa3-87b4-51a2fa257a74\",\n \"identifier\": {\n \"system\": \"http://sys-ids.kemkes.go.id/creator\",\n \"value\": \"10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-08-05T04:25:01.377283+00:00\",\n \"versionId\": \"MTcyMjgzMTkwMTM3NzI4MzAwMA\"\n },\n \"resourceType\": \"Composition\",\n \"section\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"TK000002\",\n \"display\": \"Episode Perawatan\",\n \"system\": \"http://terminology.kemkes.go.id\"\n }\n ]\n },\n \"entry\": [\n {\n \"display\": \"Episode Perawatan Registrasi Kanker\",\n \"reference\": \"EpisodeOfCare/91c72a46-ea2e-4379-8f04-0f9170aebefc\"\n }\n ],\n \"title\": \"Episode Perawatan\"\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"TK000003\",\n \"display\": \"Anamnesis\",\n \"system\": \"http://terminology.kemkes.go.id\"\n }\n ]\n },\n \"entry\": [\n {\n \"display\": \"Keluhan Utama Benjolan di Payudara\",\n \"reference\": \"Condition/fadf8264-da18-4b77-9c66-59649f13f22a\"\n },\n {\n \"display\": \"Riwayat Penyakit Kanker Payudara di Keluarga\",\n \"reference\": \"Condition/9979f626-6f82-41df-b28e-e4802549e218\"\n }\n ],\n \"title\": \"Anamnesis\"\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"TK000007\",\n \"display\": \"Pemeriksaan Fisik\",\n \"system\": \"http://terminology.kemkes.go.id\"\n }\n ]\n },\n \"entry\": [\n {\n \"display\": \"Pemeriksaan Fisik Payudara\",\n \"reference\": \"Observation/5d01a294-f8e9-42be-966e-28cfa30d5472\"\n }\n ],\n \"title\": \"Pemeriksaan Fisik\"\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"TK000009\",\n \"display\": \"Hasil Pemeriksaan Penunjang\",\n \"system\": \"http://terminology.kemkes.go.id\"\n }\n ]\n },\n \"entry\": [\n {\n \"display\": \"Pemeriksaan USG Payudara\",\n \"reference\": \"Observation/bd7fbcf0-c06c-4718-ace5-cada666a75b1\"\n },\n {\n \"display\": \"Pemeriksaan Biopsi Payudara\",\n \"reference\": \"Observation/e24e9edc-16f0-4b1e-bd3b-0aaf7d95ab3f\"\n }\n ],\n \"title\": \"Hasil Pemeriksaan Penunjang\"\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"TK000004\",\n \"display\": \"Diagnosis\",\n \"system\": \"http://terminology.kemkes.go.id\"\n }\n ]\n },\n \"entry\": [\n {\n \"display\": \"ICD-10 dan Basis Diagnosis\",\n \"reference\": \"Condition/c03be9cc-6059-4cca-9c60-fa5228dcb75a\"\n },\n {\n \"display\": \"Topografi, Morfologi, Perilaku, Grade\",\n \"reference\": \"Condition/a5061020-c986-4ad5-81f4-07fe6bb54938\"\n },\n {\n \"display\": \"TNM, Stadium\",\n \"reference\": \"Condition/a290c1f5-3c83-45e2-b8f2-03307c409c56\"\n },\n {\n \"display\": \"Perluasan, Lateralitas, Metastasis\",\n \"reference\": \"Condition/3a280c73-e5d8-4365-b686-6122535c9586\"\n }\n ],\n \"text\": {\n \"div\": \"Pasien terdiagnosis kanker dengan diagnosis Kanker Payudara\",\n \"status\": \"additional\"\n },\n \"title\": \"Diagnosis Tumor\"\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"TK000005\",\n \"display\": \"Tindakan/Prosedur Medis\",\n \"system\": \"http://terminology.kemkes.go.id\"\n }\n ]\n },\n \"entry\": [\n {\n \"display\": \"Detail tindakan yang dilakukan - Mastektomi\",\n \"reference\": \"Procedure/4b0a2b82-f532-4ea4-aa8d-86b41d7e224c\"\n },\n {\n \"display\": \"Jenis Terapi di Institusi Pelapor - Operasi pengangkatan kanker payudara\",\n \"reference\": \"Procedure/242b3bb9-ed0c-483a-a989-5ad20144dcac\"\n }\n ],\n \"title\": \"Tindakan/Prosedur Medis\"\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"TK000013\",\n \"display\": \"Obat\",\n \"system\": \"http://terminology.kemkes.go.id\"\n }\n ]\n },\n \"entry\": [\n {\n \"display\": \"Obat untuk Terapi Kanker - Anastrozole\",\n \"reference\": \"MedicationRequest/362ede56-1bc4-4452-b3ad-4073d9fc8b0f\"\n }\n ],\n \"title\": \"Obat\"\n }\n ],\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"title\": \"Data Registrasi Kanker\",\n \"type\": {\n \"coding\": [\n {\n \"code\": \"TK000012\",\n \"display\": \"Data Registrasi Kanker\",\n \"system\": \"http://terminology.kemkes.go.id\"\n }\n ]\n }\n}" }, { "name": "Composition - Dokumen Registrasi Kanker", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Composition\",\n \"identifier\": {\n \"system\": \"http://sys-ids.kemkes.go.id/composition/10000002\",\n \"value\": \"{{Registration_ID}}\"\n },\n \"status\": \"final\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id\",\n \"code\": \"TK000012\",\n \"display\": \"Data Registrasi Kanker\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030015\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/ffa33e5f-771f-47d9-83be-e378cea85b2a\"\n },\n \"date\": \"2024-01-17T11:30:00+00:00\",\n \"author\": [\n {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n }\n ],\n \"title\": \"Data Registrasi Kanker\",\n \"attester\": [\n {\n \"mode\": \"legal\",\n \"time\": \"2024-01-17T11:30:00+00:00\",\n \"party\": {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Validator\"\n }\n }\n ],\n \"custodian\": {\n \"reference\": \"Organization/10000002\"\n },\n \"section\": [\n {\n \"title\": \"Episode Perawatan\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id\",\n \"code\": \"TK000002\",\n \"display\": \"Episode Perawatan\"\n }\n ]\n },\n \"entry\": [\n {\n \"reference\": \"EpisodeOfCare/91c72a46-ea2e-4379-8f04-0f9170aebefc\",\n \"display\": \"Episode Perawatan Registrasi Kanker\"\n }\n ]\n },\n {\n \"title\": \"Anamnesis\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id\",\n \"code\": \"TK000003\",\n \"display\": \"Anamnesis\"\n }\n ]\n },\n \"entry\": [\n {\n \"reference\": \"Condition/fadf8264-da18-4b77-9c66-59649f13f22a\",\n \"display\": \"Keluhan Utama Benjolan di Payudara\"\n },\n {\n \"reference\": \"Condition/9979f626-6f82-41df-b28e-e4802549e218\",\n \"display\": \"Riwayat Penyakit Kanker Payudara di Keluarga\"\n }\n ]\n },\n {\n \"title\": \"Pemeriksaan Fisik\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id\",\n \"code\": \"TK000007\",\n \"display\": \"Pemeriksaan Fisik\"\n }\n ]\n },\n \"entry\": [\n {\n \"reference\": \"Observation/5d01a294-f8e9-42be-966e-28cfa30d5472\",\n \"display\": \"Pemeriksaan Fisik Payudara\"\n }\n ]\n },\n {\n \"title\": \"Hasil Pemeriksaan Penunjang\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id\",\n \"code\": \"TK000009\",\n \"display\": \"Hasil Pemeriksaan Penunjang\"\n }\n ]\n },\n \"entry\": [\n {\n \"reference\": \"Observation/bd7fbcf0-c06c-4718-ace5-cada666a75b1\",\n \"display\": \"Pemeriksaan USG Payudara\"\n },\n {\n \"reference\": \"Observation/e24e9edc-16f0-4b1e-bd3b-0aaf7d95ab3f\",\n \"display\": \"Pemeriksaan Biopsi Payudara\"\n }\n ]\n },\n {\n \"title\": \"Diagnosis Tumor\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id\",\n \"code\": \"TK000004\",\n \"display\": \"Diagnosis\"\n }\n ]\n },\n \"entry\": [\n {\n \"reference\": \"Condition/c03be9cc-6059-4cca-9c60-fa5228dcb75a\",\n \"display\": \"ICD-10 dan Basis Diagnosis\"\n },\n {\n \"reference\": \"Condition/a5061020-c986-4ad5-81f4-07fe6bb54938\",\n \"display\": \"Topografi, Morfologi, Perilaku, Grade\"\n },\n {\n \"reference\": \"Condition/a290c1f5-3c83-45e2-b8f2-03307c409c56\",\n \"display\": \"TNM, Stadium\"\n },\n {\n \"reference\": \"Condition/3a280c73-e5d8-4365-b686-6122535c9586\",\n \"display\": \"Perluasan, Lateralitas, Metastasis\"\n }\n ],\n \"text\": {\n \"status\": \"additional\",\n \"div\": \"Pasien terdiagnosis kanker dengan diagnosis Kanker Payudara\"\n }\n },\n {\n \"title\": \"Tindakan/Prosedur Medis\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id\",\n \"code\": \"TK000005\",\n \"display\": \"Tindakan/Prosedur Medis\"\n }\n ]\n },\n \"entry\": [\n {\n \"reference\": \"Procedure/4b0a2b82-f532-4ea4-aa8d-86b41d7e224c\",\n \"display\": \"Detail tindakan yang dilakukan - Mastektomi\"\n },\n {\n \"reference\": \"Procedure/242b3bb9-ed0c-483a-a989-5ad20144dcac\",\n \"display\": \"Jenis Terapi di Institusi Pelapor - Operasi pengangkatan kanker payudara\"\n }\n ]\n },\n {\n \"title\": \"Obat\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id\",\n \"code\": \"TK000013\",\n \"display\": \"Obat\"\n }\n ]\n },\n \"entry\": [\n {\n \"reference\": \"MedicationRequest/362ede56-1bc4-4452-b3ad-4073d9fc8b0f\",\n \"display\": \"Obat untuk Terapi Kanker - Anastrozole\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Composition", "host": [ "{{base_url}}" ], "path": [ "Composition" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Tue, 20 Aug 2024 15:34:03 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Composition/d38f862f-bc36-4b53-9aff-57e6e7d7c6af/_history/MTcyNDE2ODA0Mzc4Mjk2MTAwMA" }, { "key": "etag", "value": "W/\"MTcyNDE2ODA0Mzc4Mjk2MTAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 20 Aug 2024 15:34:03 GMT" }, { "key": "Content-Length", "value": "3484" }, { "key": "X-Xss-Protection", "value": "1; mode=block" }, { "key": "X-Frame-Options", "value": "SAMEORIGIN" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "x-request-id", "value": "3728c2c4-7c6a-4e0b-b465-55cc76568922" }, { "key": "Via", "value": "1.1 google" }, { "key": "Strict-Transport-Security", "value": "max-age=31536000; includeSubDomains" }, { "key": "Referrer-Policy", "value": "strict-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=(), browsing-topics=()" }, { "key": "Content-Security-Policy", "value": "default-src 'self' http: https: data: blob: 'unsafe-inline'" }, { "key": "Alt-Svc", "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], "cookie": [], "body": "{\n \"attester\": [\n {\n \"mode\": \"legal\",\n \"party\": {\n \"display\": \"Validator\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"time\": \"2024-01-17T11:30:00+00:00\"\n }\n ],\n \"author\": [\n {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"custodian\": {\n \"reference\": \"Organization/10000002\"\n },\n \"date\": \"2024-01-17T11:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/ffa33e5f-771f-47d9-83be-e378cea85b2a\"\n },\n \"id\": \"d38f862f-bc36-4b53-9aff-57e6e7d7c6af\",\n \"identifier\": {\n \"system\": \"http://sys-ids.kemkes.go.id/creator\",\n \"value\": \"10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-08-20T15:34:03.782961+00:00\",\n \"versionId\": \"MTcyNDE2ODA0Mzc4Mjk2MTAwMA\"\n },\n \"resourceType\": \"Composition\",\n \"section\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"TK000002\",\n \"display\": \"Episode Perawatan\",\n \"system\": \"http://terminology.kemkes.go.id\"\n }\n ]\n },\n \"entry\": [\n {\n \"display\": \"Episode Perawatan Registrasi Kanker\",\n \"reference\": \"EpisodeOfCare/91c72a46-ea2e-4379-8f04-0f9170aebefc\"\n }\n ],\n \"title\": \"Episode Perawatan\"\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"TK000003\",\n \"display\": \"Anamnesis\",\n \"system\": \"http://terminology.kemkes.go.id\"\n }\n ]\n },\n \"entry\": [\n {\n \"display\": \"Keluhan Utama Benjolan di Payudara\",\n \"reference\": \"Condition/fadf8264-da18-4b77-9c66-59649f13f22a\"\n },\n {\n \"display\": \"Riwayat Penyakit Kanker Payudara di Keluarga\",\n \"reference\": \"Condition/9979f626-6f82-41df-b28e-e4802549e218\"\n }\n ],\n \"title\": \"Anamnesis\"\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"TK000007\",\n \"display\": \"Pemeriksaan Fisik\",\n \"system\": \"http://terminology.kemkes.go.id\"\n }\n ]\n },\n \"entry\": [\n {\n \"display\": \"Pemeriksaan Fisik Payudara\",\n \"reference\": \"Observation/5d01a294-f8e9-42be-966e-28cfa30d5472\"\n }\n ],\n \"title\": \"Pemeriksaan Fisik\"\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"TK000009\",\n \"display\": \"Hasil Pemeriksaan Penunjang\",\n \"system\": \"http://terminology.kemkes.go.id\"\n }\n ]\n },\n \"entry\": [\n {\n \"display\": \"Pemeriksaan USG Payudara\",\n \"reference\": \"Observation/bd7fbcf0-c06c-4718-ace5-cada666a75b1\"\n },\n {\n \"display\": \"Pemeriksaan Biopsi Payudara\",\n \"reference\": \"Observation/e24e9edc-16f0-4b1e-bd3b-0aaf7d95ab3f\"\n }\n ],\n \"title\": \"Hasil Pemeriksaan Penunjang\"\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"TK000004\",\n \"display\": \"Diagnosis\",\n \"system\": \"http://terminology.kemkes.go.id\"\n }\n ]\n },\n \"entry\": [\n {\n \"display\": \"ICD-10 dan Basis Diagnosis\",\n \"reference\": \"Condition/c03be9cc-6059-4cca-9c60-fa5228dcb75a\"\n },\n {\n \"display\": \"Topografi, Morfologi, Perilaku, Grade\",\n \"reference\": \"Condition/a5061020-c986-4ad5-81f4-07fe6bb54938\"\n },\n {\n \"display\": \"TNM, Stadium\",\n \"reference\": \"Condition/a290c1f5-3c83-45e2-b8f2-03307c409c56\"\n },\n {\n \"display\": \"Perluasan, Lateralitas, Metastasis\",\n \"reference\": \"Condition/3a280c73-e5d8-4365-b686-6122535c9586\"\n }\n ],\n \"text\": {\n \"div\": \"Pasien terdiagnosis kanker dengan diagnosis Kanker Payudara\",\n \"status\": \"additional\"\n },\n \"title\": \"Diagnosis Tumor\"\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"TK000005\",\n \"display\": \"Tindakan/Prosedur Medis\",\n \"system\": \"http://terminology.kemkes.go.id\"\n }\n ]\n },\n \"entry\": [\n {\n \"display\": \"Detail tindakan yang dilakukan - Mastektomi\",\n \"reference\": \"Procedure/4b0a2b82-f532-4ea4-aa8d-86b41d7e224c\"\n },\n {\n \"display\": \"Jenis Terapi di Institusi Pelapor - Operasi pengangkatan kanker payudara\",\n \"reference\": \"Procedure/242b3bb9-ed0c-483a-a989-5ad20144dcac\"\n }\n ],\n \"title\": \"Tindakan/Prosedur Medis\"\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"TK000013\",\n \"display\": \"Obat\",\n \"system\": \"http://terminology.kemkes.go.id\"\n }\n ]\n },\n \"entry\": [\n {\n \"display\": \"Obat untuk Terapi Kanker - Anastrozole\",\n \"reference\": \"MedicationRequest/362ede56-1bc4-4452-b3ad-4073d9fc8b0f\"\n }\n ],\n \"title\": \"Obat\"\n }\n ],\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"title\": \"Data Registrasi Kanker\",\n \"type\": {\n \"coding\": [\n {\n \"code\": \"TK000012\",\n \"display\": \"Data Registrasi Kanker\",\n \"system\": \"http://terminology.kemkes.go.id\"\n }\n ]\n }\n}" } ] } ] } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{token}}", "type": "string" } ] }, "event": [ { "listen": "prerequest", "script": { "type": "text/javascript", "exec": [ "" ] } }, { "listen": "test", "script": { "type": "text/javascript", "exec": [ "" ] } } ], "variable": [ { "key": "Encounter1_uuid", "value": "" }, { "key": "ServiceRequest1_uuid", "value": "" }, { "key": "Specimen1_uuid", "value": "" }, { "key": "EpisodeOfCare_uuid", "value": "" }, { "key": "Encounter2_uuid", "value": "" }, { "key": "Encounter3_uuid", "value": "" }, { "key": "ServiceRequest_RawatInap", "value": "" }, { "key": "ServiceRequest_Tindakan", "value": "" }, { "key": "Patient_Id", "value": "" }, { "key": "Patient_Name", "value": "" }, { "key": "Practitioner_Id", "value": "" }, { "key": "Practitioner_Name", "value": "" }, { "key": "Location_Id", "value": "" }, { "key": "Location_Name", "value": "" }, { "key": "Registration_ID", "value": "" }, { "key": "EOC_ID", "value": "" }, { "key": "No_Surveilans_Kanker", "value": "" }, { "key": "EPISODEOFCARE_REFERENCE_ID", "value": "" } ] }