{ "info": { "_postman_id": "54b921d5-0f35-4648-ba55-a32b53a571c8", "name": "22. Use Case - Registrasi Stroke", "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 - API sesuai dengan Playbook Registrasi Stroke V1.2 | [Sania Fitria](https://mailto:sania.fitria@dto.kemkes.go.id)

[Thomas Chaidir](https://mailto:thomas.chaidir@kemkes.go.id) | 16 Jul 2024 |\n| Versi Kedua - API sesuai dengan Playbook Registrasi Stroke V1.3 | [Sania Fitria](https://mailto:sania.fitria@dto.kemkes.go.id)

[Thomas Chaidir](https://mailto:thomas.chaidir@kemkes.go.id) | 6 Aug 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/n0bvnzw/22-use-case-registrasi-stroke?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": "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": "Variabel Modul Registrasi Stroke", "item": [ { "name": "Anamnesis", "item": [ { "name": "Observation - Wake Up Stroke", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000186\",\n \"display\": \"Wake up stroke\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueDateTime\": \"2023-02-28T22:00:00+00:00\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Wake Up Stroke", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000186\",\n \"display\": \"Wake up stroke\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueDateTime\": \"2023-02-28T22:00:00+00:00\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "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/Observation/d74c87de-6564-4b87-b45f-60b4dc38dc0e/_history/MTcxNjE5Nzc1MzU0NzU0OTAwMA" }, { "key": "etag", "value": "W/\"MTcxNjE5Nzc1MzU0NzU0OTAwMA\"" }, { "key": "last-modified", "value": "Mon, 20 May 2024 09:35:53 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 20 May 2024 09:35:53 GMT" }, { "key": "content-length", "value": "802" }, { "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": "ba208ffb-b0e7-441c-8d67-89f7afad3aaa" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000186\",\n \"display\": \"Wake up stroke\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"d74c87de-6564-4b87-b45f-60b4dc38dc0e\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-20T09:35:53.547549+00:00\",\n \"versionId\": \"MTcxNjE5Nzc1MzU0NzU0OTAwMA\"\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 \"valueDateTime\": \"2023-02-28T22:00:00+00:00\"\n}" }, { "name": "Observation - Wake Up Stroke", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000186\",\n \"display\": \"Wake up stroke\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueDateTime\": \"2023-02-28T22:00:00+00:00\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "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/Observation/d74c87de-6564-4b87-b45f-60b4dc38dc0e/_history/MTcxNjE5Nzc1MzU0NzU0OTAwMA" }, { "key": "etag", "value": "W/\"MTcxNjE5Nzc1MzU0NzU0OTAwMA\"" }, { "key": "last-modified", "value": "Mon, 20 May 2024 09:35:53 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 20 May 2024 09:35:53 GMT" }, { "key": "content-length", "value": "802" }, { "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": "ba208ffb-b0e7-441c-8d67-89f7afad3aaa" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000186\",\n \"display\": \"Wake up stroke\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"d74c87de-6564-4b87-b45f-60b4dc38dc0e\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-20T09:35:53.547549+00:00\",\n \"versionId\": \"MTcxNjE5Nzc1MzU0NzU0OTAwMA\"\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 \"valueDateTime\": \"2023-02-28T22:00:00+00:00\"\n}" } ] }, { "name": "Observation - Riwayat Penyakit : Hipertensi", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"38341003\",\n \"display\": \"Hypertension\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"268607006\",\n \"display\": \"Hypertension risk level\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"827068008\",\n \"display\": \"Stage 2 hypertension\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"31509003\",\n \"display\": \"Controlled\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Riwayat Penyakit : Hipertensi", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"38341003\",\n \"display\": \"Hypertension\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"268607006\",\n \"display\": \"Hypertension risk level\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"827068008\",\n \"display\": \"Stage 2 hypertension\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"31509003\",\n \"display\": \"Controlled\"\n }\n ]\n },\n \"valueBoolean\": true\n }\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/fdc7781c-5f07-4b73-8edd-b88d2958c476/_history/MTcxNTA1NzkxMjY3MTY0NTAwMA" }, { "key": "etag", "value": "W/\"MTcxNTA1NzkxMjY3MTY0NTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 07 May 2024 04:58:32 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 04:58:32 GMT" }, { "key": "content-length", "value": "1244" }, { "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": "2a05f040-58f8-4193-9dbe-2e5d1f117915" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"38341003\",\n \"display\": \"Hypertension\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"268607006\",\n \"display\": \"Hypertension risk level\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"827068008\",\n \"display\": \"Stage 2 hypertension\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"31509003\",\n \"display\": \"Controlled\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ],\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"fdc7781c-5f07-4b73-8edd-b88d2958c476\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T04:58:32.671645+00:00\",\n \"versionId\": \"MTcxNTA1NzkxMjY3MTY0NTAwMA\"\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 \"valueBoolean\": true\n}" }, { "name": "Observation - Riwayat Penyakit : Hipertensi", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"38341003\",\n \"display\": \"Hypertension\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"268607006\",\n \"display\": \"Hypertension risk level\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"827068008\",\n \"display\": \"Stage 2 hypertension\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"31509003\",\n \"display\": \"Controlled\"\n }\n ]\n },\n \"valueBoolean\": true\n }\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/fdc7781c-5f07-4b73-8edd-b88d2958c476/_history/MTcxNTA1NzkxMjY3MTY0NTAwMA" }, { "key": "etag", "value": "W/\"MTcxNTA1NzkxMjY3MTY0NTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 07 May 2024 04:58:32 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 04:58:32 GMT" }, { "key": "content-length", "value": "1244" }, { "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": "2a05f040-58f8-4193-9dbe-2e5d1f117915" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"38341003\",\n \"display\": \"Hypertension\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"268607006\",\n \"display\": \"Hypertension risk level\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"827068008\",\n \"display\": \"Stage 2 hypertension\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"31509003\",\n \"display\": \"Controlled\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ],\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"fdc7781c-5f07-4b73-8edd-b88d2958c476\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T04:58:32.671645+00:00\",\n \"versionId\": \"MTcxNTA1NzkxMjY3MTY0NTAwMA\"\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 \"valueBoolean\": true\n}" } ] }, { "name": "Observation - Riwayat Penyakit : Diabetes Mellitus", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"73211009\",\n \"display\": \"Diabetes mellitus\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"31509003\",\n \"display\": \"Controlled\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Riwayat Penyakit : Diabetes Mellitus", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"73211009\",\n \"display\": \"Diabetes mellitus\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"31509003\",\n \"display\": \"Controlled\"\n }\n ]\n },\n \"valueBoolean\": true\n }\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/\"MTcxNTA1ODAxNzk3NTU5MjAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 05:00:17 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/a2aa7f46-adb8-481b-9720-32916c76090c/_history/MTcxNTA1ODAxNzk3NTU5MjAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 05:00:17 GMT" }, { "key": "content-length", "value": "1012" }, { "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": "a1a8db84-5fb4-4d41-989f-ff7f53d57387" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"73211009\",\n \"display\": \"Diabetes mellitus\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"31509003\",\n \"display\": \"Controlled\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ],\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"a2aa7f46-adb8-481b-9720-32916c76090c\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T05:00:17.975592+00:00\",\n \"versionId\": \"MTcxNTA1ODAxNzk3NTU5MjAwMA\"\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 \"valueBoolean\": true\n}" }, { "name": "Observation - Riwayat Penyakit : Diabetes Mellitus", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"73211009\",\n \"display\": \"Diabetes mellitus\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"31509003\",\n \"display\": \"Controlled\"\n }\n ]\n },\n \"valueBoolean\": true\n }\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/\"MTcxNTA1ODAxNzk3NTU5MjAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 05:00:17 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/a2aa7f46-adb8-481b-9720-32916c76090c/_history/MTcxNTA1ODAxNzk3NTU5MjAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 05:00:17 GMT" }, { "key": "content-length", "value": "1012" }, { "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": "a1a8db84-5fb4-4d41-989f-ff7f53d57387" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"73211009\",\n \"display\": \"Diabetes mellitus\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"31509003\",\n \"display\": \"Controlled\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ],\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"a2aa7f46-adb8-481b-9720-32916c76090c\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T05:00:17.975592+00:00\",\n \"versionId\": \"MTcxNTA1ODAxNzk3NTU5MjAwMA\"\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 \"valueBoolean\": true\n}" } ] }, { "name": "Observation - Riwayat Penyakit : Dislipidemia", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"370992007\",\n \"display\": \"Dyslipidemia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000180\",\n \"display\": \"Intensitas Obat Statin\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000409\",\n \"display\": \"Statin Intensitas Rendah\"\n }\n ]\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Riwayat Penyakit : Dislipidemia", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"370992007\",\n \"display\": \"Dyslipidemia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000180\",\n \"display\": \"Intensitas Obat Statin\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000409\",\n \"display\": \"Statin Intensitas Rendah\"\n }\n ]\n }\n }\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": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxNzI1MzE1MTA2NzA5MDAwMA\"" }, { "key": "last-modified", "value": "Sat, 01 Jun 2024 14:45: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/Observation/b200efb0-7a76-4fa7-95dc-006e10290baf/_history/MTcxNzI1MzE1MTA2NzA5MDAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 01 Jun 2024 14:45:51 GMT" }, { "key": "content-length", "value": "1195" }, { "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": "e91680bf-cc27-466d-992f-a7c1ee3ab6a8" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"370992007\",\n \"display\": \"Dyslipidemia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000180\",\n \"display\": \"Intensitas Obat Statin\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"OV000409\",\n \"display\": \"Statin Intensitas Rendah\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n }\n }\n ],\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"b200efb0-7a76-4fa7-95dc-006e10290baf\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-06-01T14:45:51.067090+00:00\",\n \"versionId\": \"MTcxNzI1MzE1MTA2NzA5MDAwMA\"\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 \"valueBoolean\": true\n}" }, { "name": "Observation - Riwayat Penyakit : Dislipidemia", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"370992007\",\n \"display\": \"Dyslipidemia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000180\",\n \"display\": \"Intensitas Obat Statin\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000409\",\n \"display\": \"Statin Intensitas Rendah\"\n }\n ]\n }\n }\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": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxNzI1MzE1MTA2NzA5MDAwMA\"" }, { "key": "last-modified", "value": "Sat, 01 Jun 2024 14:45: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/Observation/b200efb0-7a76-4fa7-95dc-006e10290baf/_history/MTcxNzI1MzE1MTA2NzA5MDAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 01 Jun 2024 14:45:51 GMT" }, { "key": "content-length", "value": "1195" }, { "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": "e91680bf-cc27-466d-992f-a7c1ee3ab6a8" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"370992007\",\n \"display\": \"Dyslipidemia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000180\",\n \"display\": \"Intensitas Obat Statin\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"OV000409\",\n \"display\": \"Statin Intensitas Rendah\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n }\n }\n ],\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"b200efb0-7a76-4fa7-95dc-006e10290baf\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-06-01T14:45:51.067090+00:00\",\n \"versionId\": \"MTcxNzI1MzE1MTA2NzA5MDAwMA\"\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 \"valueBoolean\": true\n}" } ] }, { "name": "Condition -Riwayat Stroke Keluarga", "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\": \"275104002\",\n \"display\": \"Family history of stroke\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\",\n \"display\": \"Kunjungan {{Patient_Name}} tanggal 01 Maret 2023\"\n },\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\",\n \"note\": [\n {\n \"text\": \"Ayah pasien memiliki riwayat stroke\"\n }\n ]\n\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Condition", "host": [ "{{base_url}}" ], "path": [ "Condition" ] } }, "response": [ { "name": "Condition -Riwayat Stroke Keluarga", "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\": \"275104002\",\n \"display\": \"Family history of stroke\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\",\n \"display\": \"Kunjungan {{Patient_Name}} tanggal 01 Maret 2023\"\n },\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\",\n \"note\": [\n {\n \"text\": \"Ayah pasien memiliki riwayat stroke\"\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": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 08:42: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/Condition/378e1758-8d6e-4f75-b3f1-1d9008fcd986/_history/MTcxMDU3ODUzNjA1NTU4OTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU3ODUzNjA1NTU4OTAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:42:16 GMT" }, { "key": "Content-Length", "value": "888" }, { "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": "159d354f-cad8-47ad-a8da-15b936952964" }, { "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\": \"275104002\",\n \"display\": \"Family history of stroke\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"display\": \"Kunjungan Diana Smith tanggal 01 Maret 2023\",\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"378e1758-8d6e-4f75-b3f1-1d9008fcd986\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:42:16.055589+00:00\",\n \"versionId\": \"MTcxMDU3ODUzNjA1NTU4OTAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Ayah pasien memiliki riwayat stroke\"\n }\n ],\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Condition -Riwayat Stroke Keluarga", "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\": \"275104002\",\n \"display\": \"Family history of stroke\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\",\n \"display\": \"Kunjungan {{Patient_Name}} tanggal 01 Maret 2023\"\n },\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\",\n \"note\": [\n {\n \"text\": \"Ayah pasien memiliki riwayat stroke\"\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": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 08:42: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/Condition/378e1758-8d6e-4f75-b3f1-1d9008fcd986/_history/MTcxMDU3ODUzNjA1NTU4OTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU3ODUzNjA1NTU4OTAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:42:16 GMT" }, { "key": "Content-Length", "value": "888" }, { "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": "159d354f-cad8-47ad-a8da-15b936952964" }, { "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\": \"275104002\",\n \"display\": \"Family history of stroke\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"display\": \"Kunjungan Diana Smith tanggal 01 Maret 2023\",\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"378e1758-8d6e-4f75-b3f1-1d9008fcd986\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:42:16.055589+00:00\",\n \"versionId\": \"MTcxMDU3ODUzNjA1NTU4OTAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Ayah pasien memiliki riwayat stroke\"\n }\n ],\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Observation - Status Merokok", "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\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72166-2\",\n \"display\": \"Tobacco smoking status\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"8392000\",\n \"display\": \"Non-smoker\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Status Merokok", "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\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72166-2\",\n \"display\": \"Tobacco smoking status\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"8392000\",\n \"display\": \"Non-smoker\"\n }\n ]\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/81d129ad-8003-4ba9-9fb2-cf6c18522392/_history/MTcxMDU3ODY0NzI5NTc2NDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDU3ODY0NzI5NTc2NDAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 08:44:07 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:44:07 GMT" }, { "key": "Content-Length", "value": "829" }, { "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": "ea099891-d084-4640-bdff-50e78a9dadba" }, { "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\": \"social-history\",\n \"display\": \"Social History\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"72166-2\",\n \"display\": \"Tobacco smoking status\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"81d129ad-8003-4ba9-9fb2-cf6c18522392\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:44:07.295764+00:00\",\n \"versionId\": \"MTcxMDU3ODY0NzI5NTc2NDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"8392000\",\n \"display\": \"Non-smoker\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" }, { "name": "Observation - Status Merokok", "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\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72166-2\",\n \"display\": \"Tobacco smoking status\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"8392000\",\n \"display\": \"Non-smoker\"\n }\n ]\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/81d129ad-8003-4ba9-9fb2-cf6c18522392/_history/MTcxMDU3ODY0NzI5NTc2NDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDU3ODY0NzI5NTc2NDAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 08:44:07 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:44:07 GMT" }, { "key": "Content-Length", "value": "829" }, { "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": "ea099891-d084-4640-bdff-50e78a9dadba" }, { "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\": \"social-history\",\n \"display\": \"Social History\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"72166-2\",\n \"display\": \"Tobacco smoking status\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"81d129ad-8003-4ba9-9fb2-cf6c18522392\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:44:07.295764+00:00\",\n \"versionId\": \"MTcxMDU3ODY0NzI5NTc2NDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"8392000\",\n \"display\": \"Non-smoker\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" } ] }, { "name": "Observation - Riwayat Konsumsi Alkohol", "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\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"405137009\",\n \"display\": \"Risk control behavior: alcohol use\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueBoolean\": false\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Riwayat Konsumsi Alkohol", "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\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"405137009\",\n \"display\": \"Risk control behavior: alcohol use\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueBoolean\": false\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/\"MTcxMDU3ODY3MTMwNzY4NzAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/96f1bb32-b026-4bd3-b1bd-f7a1ede28785/_history/MTcxMDU3ODY3MTMwNzY4NzAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 08:44:31 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:44:31 GMT" }, { "key": "Content-Length", "value": "758" }, { "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": "fb0c326d-120d-44e6-8700-047481b3d487" }, { "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\": \"social-history\",\n \"display\": \"Social History\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"405137009\",\n \"display\": \"Risk control behavior: alcohol use\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"96f1bb32-b026-4bd3-b1bd-f7a1ede28785\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:44:31.307687+00:00\",\n \"versionId\": \"MTcxMDU3ODY3MTMwNzY4NzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueBoolean\": false\n}" }, { "name": "Observation - Riwayat Konsumsi Alkohol", "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\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"405137009\",\n \"display\": \"Risk control behavior: alcohol use\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueBoolean\": false\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/\"MTcxMDU3ODY3MTMwNzY4NzAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/96f1bb32-b026-4bd3-b1bd-f7a1ede28785/_history/MTcxMDU3ODY3MTMwNzY4NzAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 08:44:31 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:44:31 GMT" }, { "key": "Content-Length", "value": "758" }, { "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": "fb0c326d-120d-44e6-8700-047481b3d487" }, { "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\": \"social-history\",\n \"display\": \"Social History\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"405137009\",\n \"display\": \"Risk control behavior: alcohol use\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"96f1bb32-b026-4bd3-b1bd-f7a1ede28785\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:44:31.307687+00:00\",\n \"versionId\": \"MTcxMDU3ODY3MTMwNzY4NzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueBoolean\": false\n}" } ] }, { "name": "Observation - Riwayat KB Hormonal", "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\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000170\",\n \"display\": \"Riwayat KB Hormonal\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueBoolean\": false\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Riwayat KB Hormonal", "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\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000170\",\n \"display\": \"Riwayat KB Hormonal\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueBoolean\": false\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "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/Observation/7168a4b5-b047-495b-9b73-15a3c85397a4/_history/MTcxMDU3ODcwNTkyNzAwOTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 08:45:05 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU3ODcwNTkyNzAwOTAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:45:05 GMT" }, { "key": "Content-Length", "value": "776" }, { "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": "ddba74a3-b94a-42b0-8f5c-b4f4655402a7" }, { "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\": \"social-history\",\n \"display\": \"Social History\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000170\",\n \"display\": \"Riwayat KB Hormonal\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"id\": \"7168a4b5-b047-495b-9b73-15a3c85397a4\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:45:05.927009+00:00\",\n \"versionId\": \"MTcxMDU3ODcwNTkyNzAwOTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueBoolean\": false\n}" }, { "name": "Observation - Riwayat KB Hormonal", "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\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000170\",\n \"display\": \"Riwayat KB Hormonal\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueBoolean\": false\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "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/Observation/7168a4b5-b047-495b-9b73-15a3c85397a4/_history/MTcxMDU3ODcwNTkyNzAwOTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 08:45:05 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU3ODcwNTkyNzAwOTAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:45:05 GMT" }, { "key": "Content-Length", "value": "776" }, { "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": "ddba74a3-b94a-42b0-8f5c-b4f4655402a7" }, { "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\": \"social-history\",\n \"display\": \"Social History\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000170\",\n \"display\": \"Riwayat KB Hormonal\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"id\": \"7168a4b5-b047-495b-9b73-15a3c85397a4\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:45:05.927009+00:00\",\n \"versionId\": \"MTcxMDU3ODcwNTkyNzAwOTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueBoolean\": false\n}" } ] }, { "name": "Observation - mRS Pre-Stroke/pre-Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6111-4\",\n \"display\": \"0\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - mRS Pre-Stroke/pre-Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6111-4\",\n \"display\": \"0\"\n }\n ]\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": "Sat, 16 Mar 2024 08:46:15 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU3ODc3NTg0MjkyNTAwMA\"" }, { "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/983d7ee1-5660-40c9-92cc-abadbfef00b9/_history/MTcxMDU3ODc3NTg0MjkyNTAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:46:15 GMT" }, { "key": "Content-Length", "value": "794" }, { "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": "68894669-cfff-4699-933e-60bc0663a588" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"983d7ee1-5660-40c9-92cc-abadbfef00b9\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:46:15.842925+00:00\",\n \"versionId\": \"MTcxMDU3ODc3NTg0MjkyNTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6111-4\",\n \"display\": \"0\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" }, { "name": "Observation - mRS Pre-Stroke/pre-Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6111-4\",\n \"display\": \"0\"\n }\n ]\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": "Sat, 16 Mar 2024 08:46:15 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU3ODc3NTg0MjkyNTAwMA\"" }, { "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/983d7ee1-5660-40c9-92cc-abadbfef00b9/_history/MTcxMDU3ODc3NTg0MjkyNTAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:46:15 GMT" }, { "key": "Content-Length", "value": "794" }, { "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": "68894669-cfff-4699-933e-60bc0663a588" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"983d7ee1-5660-40c9-92cc-abadbfef00b9\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:46:15.842925+00:00\",\n \"versionId\": \"MTcxMDU3ODc3NTg0MjkyNTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6111-4\",\n \"display\": \"0\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" } ] }, { "name": "Observation - Status Merokok", "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\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72166-2\",\n \"display\": \"Tobacco smoking status\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"8392000\",\n \"display\": \"Non-smoker\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Status Merokok", "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\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72166-2\",\n \"display\": \"Tobacco smoking status\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"8392000\",\n \"display\": \"Non-smoker\"\n }\n ]\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/81d129ad-8003-4ba9-9fb2-cf6c18522392/_history/MTcxMDU3ODY0NzI5NTc2NDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDU3ODY0NzI5NTc2NDAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 08:44:07 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:44:07 GMT" }, { "key": "Content-Length", "value": "829" }, { "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": "ea099891-d084-4640-bdff-50e78a9dadba" }, { "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\": \"social-history\",\n \"display\": \"Social History\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"72166-2\",\n \"display\": \"Tobacco smoking status\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"81d129ad-8003-4ba9-9fb2-cf6c18522392\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:44:07.295764+00:00\",\n \"versionId\": \"MTcxMDU3ODY0NzI5NTc2NDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"8392000\",\n \"display\": \"Non-smoker\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" }, { "name": "Observation - Status Merokok", "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\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72166-2\",\n \"display\": \"Tobacco smoking status\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"8392000\",\n \"display\": \"Non-smoker\"\n }\n ]\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/81d129ad-8003-4ba9-9fb2-cf6c18522392/_history/MTcxMDU3ODY0NzI5NTc2NDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDU3ODY0NzI5NTc2NDAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 08:44:07 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:44:07 GMT" }, { "key": "Content-Length", "value": "829" }, { "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": "ea099891-d084-4640-bdff-50e78a9dadba" }, { "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\": \"social-history\",\n \"display\": \"Social History\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"72166-2\",\n \"display\": \"Tobacco smoking status\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"81d129ad-8003-4ba9-9fb2-cf6c18522392\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:44:07.295764+00:00\",\n \"versionId\": \"MTcxMDU3ODY0NzI5NTc2NDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"8392000\",\n \"display\": \"Non-smoker\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" } ] }, { "name": "Observation - Riwayat Konsumsi Alkohol", "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\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"405137009\",\n \"display\": \"Risk control behavior: alcohol use\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueBoolean\": false\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Riwayat Konsumsi Alkohol", "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\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"405137009\",\n \"display\": \"Risk control behavior: alcohol use\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueBoolean\": false\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/\"MTcxMDU3ODY3MTMwNzY4NzAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/96f1bb32-b026-4bd3-b1bd-f7a1ede28785/_history/MTcxMDU3ODY3MTMwNzY4NzAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 08:44:31 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:44:31 GMT" }, { "key": "Content-Length", "value": "758" }, { "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": "fb0c326d-120d-44e6-8700-047481b3d487" }, { "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\": \"social-history\",\n \"display\": \"Social History\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"405137009\",\n \"display\": \"Risk control behavior: alcohol use\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"96f1bb32-b026-4bd3-b1bd-f7a1ede28785\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:44:31.307687+00:00\",\n \"versionId\": \"MTcxMDU3ODY3MTMwNzY4NzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueBoolean\": false\n}" }, { "name": "Observation - Riwayat Konsumsi Alkohol", "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\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"405137009\",\n \"display\": \"Risk control behavior: alcohol use\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueBoolean\": false\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/\"MTcxMDU3ODY3MTMwNzY4NzAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/96f1bb32-b026-4bd3-b1bd-f7a1ede28785/_history/MTcxMDU3ODY3MTMwNzY4NzAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 08:44:31 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:44:31 GMT" }, { "key": "Content-Length", "value": "758" }, { "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": "fb0c326d-120d-44e6-8700-047481b3d487" }, { "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\": \"social-history\",\n \"display\": \"Social History\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"405137009\",\n \"display\": \"Risk control behavior: alcohol use\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"96f1bb32-b026-4bd3-b1bd-f7a1ede28785\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:44:31.307687+00:00\",\n \"versionId\": \"MTcxMDU3ODY3MTMwNzY4NzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueBoolean\": false\n}" } ] }, { "name": "Observation - Wake Up Stroke", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000186\",\n \"display\": \"Wake up stroke\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueDateTime\": \"2023-02-28T22:00:00+00:00\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Wake Up Stroke", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000186\",\n \"display\": \"Wake up stroke\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueDateTime\": \"2023-02-28T22:00:00+00:00\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "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/Observation/d74c87de-6564-4b87-b45f-60b4dc38dc0e/_history/MTcxNjE5Nzc1MzU0NzU0OTAwMA" }, { "key": "etag", "value": "W/\"MTcxNjE5Nzc1MzU0NzU0OTAwMA\"" }, { "key": "last-modified", "value": "Mon, 20 May 2024 09:35:53 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 20 May 2024 09:35:53 GMT" }, { "key": "content-length", "value": "802" }, { "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": "ba208ffb-b0e7-441c-8d67-89f7afad3aaa" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000186\",\n \"display\": \"Wake up stroke\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"d74c87de-6564-4b87-b45f-60b4dc38dc0e\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-20T09:35:53.547549+00:00\",\n \"versionId\": \"MTcxNjE5Nzc1MzU0NzU0OTAwMA\"\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 \"valueDateTime\": \"2023-02-28T22:00:00+00:00\"\n}" }, { "name": "Observation - Wake Up Stroke", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000186\",\n \"display\": \"Wake up stroke\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueDateTime\": \"2023-02-28T22:00:00+00:00\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "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/Observation/d74c87de-6564-4b87-b45f-60b4dc38dc0e/_history/MTcxNjE5Nzc1MzU0NzU0OTAwMA" }, { "key": "etag", "value": "W/\"MTcxNjE5Nzc1MzU0NzU0OTAwMA\"" }, { "key": "last-modified", "value": "Mon, 20 May 2024 09:35:53 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 20 May 2024 09:35:53 GMT" }, { "key": "content-length", "value": "802" }, { "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": "ba208ffb-b0e7-441c-8d67-89f7afad3aaa" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000186\",\n \"display\": \"Wake up stroke\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"d74c87de-6564-4b87-b45f-60b4dc38dc0e\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-20T09:35:53.547549+00:00\",\n \"versionId\": \"MTcxNjE5Nzc1MzU0NzU0OTAwMA\"\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 \"valueDateTime\": \"2023-02-28T22:00:00+00:00\"\n}" } ] }, { "name": "Observation - Riwayat Penyakit : Dislipidemia", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"370992007\",\n \"display\": \"Dyslipidemia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000180\",\n \"display\": \"Intensitas Obat Statin\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000409\",\n \"display\": \"Statin Intensitas Rendah\"\n }\n ]\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Riwayat Penyakit : Dislipidemia", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"370992007\",\n \"display\": \"Dyslipidemia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000180\",\n \"display\": \"Intensitas Obat Statin\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000409\",\n \"display\": \"Statin Intensitas Rendah\"\n }\n ]\n }\n }\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": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxNzI1MzE1MTA2NzA5MDAwMA\"" }, { "key": "last-modified", "value": "Sat, 01 Jun 2024 14:45: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/Observation/b200efb0-7a76-4fa7-95dc-006e10290baf/_history/MTcxNzI1MzE1MTA2NzA5MDAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 01 Jun 2024 14:45:51 GMT" }, { "key": "content-length", "value": "1195" }, { "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": "e91680bf-cc27-466d-992f-a7c1ee3ab6a8" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"370992007\",\n \"display\": \"Dyslipidemia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000180\",\n \"display\": \"Intensitas Obat Statin\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"OV000409\",\n \"display\": \"Statin Intensitas Rendah\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n }\n }\n ],\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"b200efb0-7a76-4fa7-95dc-006e10290baf\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-06-01T14:45:51.067090+00:00\",\n \"versionId\": \"MTcxNzI1MzE1MTA2NzA5MDAwMA\"\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 \"valueBoolean\": true\n}" }, { "name": "Observation - Riwayat Penyakit : Dislipidemia", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"370992007\",\n \"display\": \"Dyslipidemia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000180\",\n \"display\": \"Intensitas Obat Statin\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000409\",\n \"display\": \"Statin Intensitas Rendah\"\n }\n ]\n }\n }\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": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxNzI1MzE1MTA2NzA5MDAwMA\"" }, { "key": "last-modified", "value": "Sat, 01 Jun 2024 14:45: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/Observation/b200efb0-7a76-4fa7-95dc-006e10290baf/_history/MTcxNzI1MzE1MTA2NzA5MDAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 01 Jun 2024 14:45:51 GMT" }, { "key": "content-length", "value": "1195" }, { "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": "e91680bf-cc27-466d-992f-a7c1ee3ab6a8" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"370992007\",\n \"display\": \"Dyslipidemia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000180\",\n \"display\": \"Intensitas Obat Statin\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"OV000409\",\n \"display\": \"Statin Intensitas Rendah\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n }\n }\n ],\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"b200efb0-7a76-4fa7-95dc-006e10290baf\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-06-01T14:45:51.067090+00:00\",\n \"versionId\": \"MTcxNzI1MzE1MTA2NzA5MDAwMA\"\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 \"valueBoolean\": true\n}" } ] }, { "name": "Observation - Riwayat Penyakit : Diabetes Mellitus", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"73211009\",\n \"display\": \"Diabetes mellitus\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"31509003\",\n \"display\": \"Controlled\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Riwayat Penyakit : Diabetes Mellitus", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"73211009\",\n \"display\": \"Diabetes mellitus\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"31509003\",\n \"display\": \"Controlled\"\n }\n ]\n },\n \"valueBoolean\": true\n }\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/\"MTcxNTA1ODAxNzk3NTU5MjAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 05:00:17 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/a2aa7f46-adb8-481b-9720-32916c76090c/_history/MTcxNTA1ODAxNzk3NTU5MjAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 05:00:17 GMT" }, { "key": "content-length", "value": "1012" }, { "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": "a1a8db84-5fb4-4d41-989f-ff7f53d57387" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"73211009\",\n \"display\": \"Diabetes mellitus\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"31509003\",\n \"display\": \"Controlled\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ],\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"a2aa7f46-adb8-481b-9720-32916c76090c\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T05:00:17.975592+00:00\",\n \"versionId\": \"MTcxNTA1ODAxNzk3NTU5MjAwMA\"\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 \"valueBoolean\": true\n}" }, { "name": "Observation - Riwayat Penyakit : Diabetes Mellitus", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"73211009\",\n \"display\": \"Diabetes mellitus\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"31509003\",\n \"display\": \"Controlled\"\n }\n ]\n },\n \"valueBoolean\": true\n }\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/\"MTcxNTA1ODAxNzk3NTU5MjAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 05:00:17 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/a2aa7f46-adb8-481b-9720-32916c76090c/_history/MTcxNTA1ODAxNzk3NTU5MjAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 05:00:17 GMT" }, { "key": "content-length", "value": "1012" }, { "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": "a1a8db84-5fb4-4d41-989f-ff7f53d57387" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"73211009\",\n \"display\": \"Diabetes mellitus\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"31509003\",\n \"display\": \"Controlled\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ],\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"a2aa7f46-adb8-481b-9720-32916c76090c\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T05:00:17.975592+00:00\",\n \"versionId\": \"MTcxNTA1ODAxNzk3NTU5MjAwMA\"\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 \"valueBoolean\": true\n}" } ] }, { "name": "Condition -Riwayat Stroke Keluarga", "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\": \"275104002\",\n \"display\": \"Family history of stroke\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\",\n \"display\": \"Kunjungan {{Patient_Name}} tanggal 01 Maret 2023\"\n },\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\",\n \"note\": [\n {\n \"text\": \"Ayah pasien memiliki riwayat stroke\"\n }\n ]\n\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Condition", "host": [ "{{base_url}}" ], "path": [ "Condition" ] } }, "response": [ { "name": "Condition -Riwayat Stroke Keluarga", "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\": \"275104002\",\n \"display\": \"Family history of stroke\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\",\n \"display\": \"Kunjungan {{Patient_Name}} tanggal 01 Maret 2023\"\n },\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\",\n \"note\": [\n {\n \"text\": \"Ayah pasien memiliki riwayat stroke\"\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": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 08:42: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/Condition/378e1758-8d6e-4f75-b3f1-1d9008fcd986/_history/MTcxMDU3ODUzNjA1NTU4OTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU3ODUzNjA1NTU4OTAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:42:16 GMT" }, { "key": "Content-Length", "value": "888" }, { "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": "159d354f-cad8-47ad-a8da-15b936952964" }, { "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\": \"275104002\",\n \"display\": \"Family history of stroke\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"display\": \"Kunjungan Diana Smith tanggal 01 Maret 2023\",\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"378e1758-8d6e-4f75-b3f1-1d9008fcd986\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:42:16.055589+00:00\",\n \"versionId\": \"MTcxMDU3ODUzNjA1NTU4OTAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Ayah pasien memiliki riwayat stroke\"\n }\n ],\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Condition -Riwayat Stroke Keluarga", "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\": \"275104002\",\n \"display\": \"Family history of stroke\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\",\n \"display\": \"Kunjungan {{Patient_Name}} tanggal 01 Maret 2023\"\n },\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\",\n \"note\": [\n {\n \"text\": \"Ayah pasien memiliki riwayat stroke\"\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": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 08:42: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/Condition/378e1758-8d6e-4f75-b3f1-1d9008fcd986/_history/MTcxMDU3ODUzNjA1NTU4OTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU3ODUzNjA1NTU4OTAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:42:16 GMT" }, { "key": "Content-Length", "value": "888" }, { "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": "159d354f-cad8-47ad-a8da-15b936952964" }, { "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\": \"275104002\",\n \"display\": \"Family history of stroke\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"display\": \"Kunjungan Diana Smith tanggal 01 Maret 2023\",\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"378e1758-8d6e-4f75-b3f1-1d9008fcd986\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:42:16.055589+00:00\",\n \"versionId\": \"MTcxMDU3ODUzNjA1NTU4OTAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Ayah pasien memiliki riwayat stroke\"\n }\n ],\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Observation - mRS Pre-Stroke/pre-Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6111-4\",\n \"display\": \"0\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - mRS Pre-Stroke/pre-Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6111-4\",\n \"display\": \"0\"\n }\n ]\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": "Sat, 16 Mar 2024 08:46:15 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU3ODc3NTg0MjkyNTAwMA\"" }, { "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/983d7ee1-5660-40c9-92cc-abadbfef00b9/_history/MTcxMDU3ODc3NTg0MjkyNTAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:46:15 GMT" }, { "key": "Content-Length", "value": "794" }, { "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": "68894669-cfff-4699-933e-60bc0663a588" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"983d7ee1-5660-40c9-92cc-abadbfef00b9\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:46:15.842925+00:00\",\n \"versionId\": \"MTcxMDU3ODc3NTg0MjkyNTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6111-4\",\n \"display\": \"0\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" }, { "name": "Observation - mRS Pre-Stroke/pre-Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6111-4\",\n \"display\": \"0\"\n }\n ]\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": "Sat, 16 Mar 2024 08:46:15 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU3ODc3NTg0MjkyNTAwMA\"" }, { "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/983d7ee1-5660-40c9-92cc-abadbfef00b9/_history/MTcxMDU3ODc3NTg0MjkyNTAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:46:15 GMT" }, { "key": "Content-Length", "value": "794" }, { "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": "68894669-cfff-4699-933e-60bc0663a588" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"983d7ee1-5660-40c9-92cc-abadbfef00b9\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:46:15.842925+00:00\",\n \"versionId\": \"MTcxMDU3ODc3NTg0MjkyNTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6111-4\",\n \"display\": \"0\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" } ] }, { "name": "Observation - Riwayat KB Hormonal", "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\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000170\",\n \"display\": \"Riwayat KB Hormonal\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueBoolean\": false\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Riwayat KB Hormonal", "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\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000170\",\n \"display\": \"Riwayat KB Hormonal\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueBoolean\": false\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "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/Observation/7168a4b5-b047-495b-9b73-15a3c85397a4/_history/MTcxMDU3ODcwNTkyNzAwOTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 08:45:05 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU3ODcwNTkyNzAwOTAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:45:05 GMT" }, { "key": "Content-Length", "value": "776" }, { "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": "ddba74a3-b94a-42b0-8f5c-b4f4655402a7" }, { "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\": \"social-history\",\n \"display\": \"Social History\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000170\",\n \"display\": \"Riwayat KB Hormonal\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"id\": \"7168a4b5-b047-495b-9b73-15a3c85397a4\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:45:05.927009+00:00\",\n \"versionId\": \"MTcxMDU3ODcwNTkyNzAwOTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueBoolean\": false\n}" }, { "name": "Observation - Riwayat KB Hormonal", "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\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000170\",\n \"display\": \"Riwayat KB Hormonal\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueBoolean\": false\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "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/Observation/7168a4b5-b047-495b-9b73-15a3c85397a4/_history/MTcxMDU3ODcwNTkyNzAwOTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 08:45:05 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU3ODcwNTkyNzAwOTAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:45:05 GMT" }, { "key": "Content-Length", "value": "776" }, { "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": "ddba74a3-b94a-42b0-8f5c-b4f4655402a7" }, { "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\": \"social-history\",\n \"display\": \"Social History\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000170\",\n \"display\": \"Riwayat KB Hormonal\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"id\": \"7168a4b5-b047-495b-9b73-15a3c85397a4\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:45:05.927009+00:00\",\n \"versionId\": \"MTcxMDU3ODcwNTkyNzAwOTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueBoolean\": false\n}" } ] }, { "name": "Observation - Riwayat Penyakit : Hipertensi", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"38341003\",\n \"display\": \"Hypertension\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"268607006\",\n \"display\": \"Hypertension risk level\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"827068008\",\n \"display\": \"Stage 2 hypertension\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"31509003\",\n \"display\": \"Controlled\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Riwayat Penyakit : Hipertensi", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"38341003\",\n \"display\": \"Hypertension\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"268607006\",\n \"display\": \"Hypertension risk level\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"827068008\",\n \"display\": \"Stage 2 hypertension\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"31509003\",\n \"display\": \"Controlled\"\n }\n ]\n },\n \"valueBoolean\": true\n }\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/fdc7781c-5f07-4b73-8edd-b88d2958c476/_history/MTcxNTA1NzkxMjY3MTY0NTAwMA" }, { "key": "etag", "value": "W/\"MTcxNTA1NzkxMjY3MTY0NTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 07 May 2024 04:58:32 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 04:58:32 GMT" }, { "key": "content-length", "value": "1244" }, { "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": "2a05f040-58f8-4193-9dbe-2e5d1f117915" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"38341003\",\n \"display\": \"Hypertension\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"268607006\",\n \"display\": \"Hypertension risk level\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"827068008\",\n \"display\": \"Stage 2 hypertension\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"31509003\",\n \"display\": \"Controlled\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ],\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"fdc7781c-5f07-4b73-8edd-b88d2958c476\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T04:58:32.671645+00:00\",\n \"versionId\": \"MTcxNTA1NzkxMjY3MTY0NTAwMA\"\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 \"valueBoolean\": true\n}" }, { "name": "Observation - Riwayat Penyakit : Hipertensi", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"38341003\",\n \"display\": \"Hypertension\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"268607006\",\n \"display\": \"Hypertension risk level\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"827068008\",\n \"display\": \"Stage 2 hypertension\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"31509003\",\n \"display\": \"Controlled\"\n }\n ]\n },\n \"valueBoolean\": true\n }\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/fdc7781c-5f07-4b73-8edd-b88d2958c476/_history/MTcxNTA1NzkxMjY3MTY0NTAwMA" }, { "key": "etag", "value": "W/\"MTcxNTA1NzkxMjY3MTY0NTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 07 May 2024 04:58:32 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 04:58:32 GMT" }, { "key": "content-length", "value": "1244" }, { "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": "2a05f040-58f8-4193-9dbe-2e5d1f117915" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"38341003\",\n \"display\": \"Hypertension\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"268607006\",\n \"display\": \"Hypertension risk level\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"827068008\",\n \"display\": \"Stage 2 hypertension\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"31509003\",\n \"display\": \"Controlled\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ],\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"fdc7781c-5f07-4b73-8edd-b88d2958c476\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T04:58:32.671645+00:00\",\n \"versionId\": \"MTcxNTA1NzkxMjY3MTY0NTAwMA\"\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 \"valueBoolean\": true\n}" } ] } ] }, { "name": "Episode Perawatan Stroke", "item": [ { "name": "EpisodeOfCare - Create Episode Perawatan Stroke", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();", "pm.environment.set(\"EpisodeOfCare_id\", data.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\": \"EOC1023456\"\n }\n ],\n \"status\": \"waitlist\",\n \"statusHistory\": [\n {\n \"status\": \"waitlist\",\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n }\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\",\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\"\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-02-01T02:40: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 Stroke", "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\": \"EOC1023456\"\n }\n ],\n \"status\": \"waitlist\",\n \"statusHistory\": [\n {\n \"status\": \"waitlist\",\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n }\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\",\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\"\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-02-01T02:40: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": "Sun, 17 Mar 2024 02:31:14 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDY0MjY3NDc2MzEzMjAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/EpisodeOfCare/b0197f2b-0955-426b-8a16-38e5214395c6/_history/MTcxMDY0MjY3NDc2MzEzMjAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 02:31:14 GMT" }, { "key": "Content-Length", "value": "705" }, { "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": "8703960e-b6e6-4e7a-946f-abedb1050751" }, { "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\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC1023456\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CVDS202410000000008\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T03:32:14.432329+00:00\",\n \"versionId\": \"MTcxNTA1MjczNDQzMjMyOTAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"waitlist\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\"\n }\n ]\n }\n ]\n}" }, { "name": "EpisodeOfCare - Create Episode Perawatan Stroke", "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\": \"EOC1023456\"\n }\n ],\n \"status\": \"waitlist\",\n \"statusHistory\": [\n {\n \"status\": \"waitlist\",\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n }\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\",\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\"\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-02-01T02:40: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": "Sun, 17 Mar 2024 02:31:14 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDY0MjY3NDc2MzEzMjAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/EpisodeOfCare/b0197f2b-0955-426b-8a16-38e5214395c6/_history/MTcxMDY0MjY3NDc2MzEzMjAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 02:31:14 GMT" }, { "key": "Content-Length", "value": "705" }, { "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": "8703960e-b6e6-4e7a-946f-abedb1050751" }, { "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\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC1023456\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CVDS202410000000008\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T03:32:14.432329+00:00\",\n \"versionId\": \"MTcxNTA1MjczNDQzMjMyOTAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"waitlist\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\"\n }\n ]\n }\n ]\n}" } ] }, { "name": "EpisodeOfCare - Search by Patient (Waitlist)", "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_id\", 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=CVD&status=waitlist", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare" ], "query": [ { "key": "patient", "value": "{{Patient_id}}", "description": "IHS number of patient involve in Stroke Management Care" }, { "key": "type", "value": "CVD", "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=CVD&status=waitlist", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare" ], "query": [ { "key": "patient", "value": "{{Patient_id}}", "description": "IHS number of patient involve in Stroke Management Care" }, { "key": "type", "value": "CVD", "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,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 03:33:57 GMT" }, { "key": "content-length", "value": "1444" }, { "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": "a5d00488-1792-433e-8381-547ffb72c405" }, { "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/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"resource\": {\n \"id\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC1023456\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CVDS202410000000008\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T03:32:14.432329+00:00\",\n \"versionId\": \"MTcxNTA1MjczNDQzMjMyOTAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"waitlist\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\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/?patient=100000030015&status=waitlist&type=CVD\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient=100000030015&status=waitlist&type=CVD\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient=100000030015&status=waitlist&type=CVD\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" }, { "name": "EpisodeOfCare - Search by Patient", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_id}}&type=CVD&status=waitlist", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare" ], "query": [ { "key": "patient", "value": "{{Patient_id}}", "description": "IHS number of patient involve in Stroke Management Care" }, { "key": "type", "value": "CVD", "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,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 03:33:57 GMT" }, { "key": "content-length", "value": "1444" }, { "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": "a5d00488-1792-433e-8381-547ffb72c405" }, { "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/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"resource\": {\n \"id\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC1023456\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CVDS202410000000008\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T03:32:14.432329+00:00\",\n \"versionId\": \"MTcxNTA1MjczNDQzMjMyOTAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"waitlist\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\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/?patient=100000030015&status=waitlist&type=CVD\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient=100000030015&status=waitlist&type=CVD\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient=100000030015&status=waitlist&type=CVD\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" } ] }, { "name": "EpisodeOfCare - Search by Patient + Organization (Waitlist)", "event": [ { "listen": "test", "script": { "exec": [ "var bundle = pm.response.json();\r", "var data = bundle.entry[0].resource\r", "pm.collectionVariables(\"EpisodeOfCare_id\", 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=CVD&status=waitlist&organization={{Org_id}}", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare" ], "query": [ { "key": "patient", "value": "{{Patient_id}}", "description": "IHS number of patient involve in Stroke Management Care" }, { "key": "type", "value": "CVD", "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=CVD&status=waitlist&organization={{Org_id}}", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare" ], "query": [ { "key": "patient", "value": "{{Patient_id}}", "description": "IHS number of patient involve in Stroke Management Care" }, { "key": "type", "value": "CVD", "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" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 03:42:33 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": "da32b013-bc8b-43f0-81f2-47750273526e" }, { "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/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"resource\": {\n \"id\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC1023456\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CVDS202410000000008\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T03:32:14.432329+00:00\",\n \"versionId\": \"MTcxNTA1MjczNDQzMjMyOTAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"waitlist\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\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/?organization=10000002&patient=100000030015&status=waitlist&type=CVD\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?organization=10000002&patient=100000030015&status=waitlist&type=CVD\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?organization=10000002&patient=100000030015&status=waitlist&type=CVD\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" }, { "name": "EpisodeOfCare - Search by Patient + Organization", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_id}}&type=CVD&status=waitlist&organization={{Org_id}}", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare" ], "query": [ { "key": "patient", "value": "{{Patient_id}}", "description": "IHS number of patient involve in Stroke Management Care" }, { "key": "type", "value": "CVD", "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" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 03:42:33 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": "da32b013-bc8b-43f0-81f2-47750273526e" }, { "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/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"resource\": {\n \"id\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC1023456\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CVDS202410000000008\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T03:32:14.432329+00:00\",\n \"versionId\": \"MTcxNTA1MjczNDQzMjMyOTAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"waitlist\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\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/?organization=10000002&patient=100000030015&status=waitlist&type=CVD\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?organization=10000002&patient=100000030015&status=waitlist&type=CVD\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?organization=10000002&patient=100000030015&status=waitlist&type=CVD\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" } ] }, { "name": "EpisodeOfCare - Mengganti Status EpisodeOfCare (Active)", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();", "pm.collectionVariables.set(\"EpisodeOfCare_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\": \"active\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/0/period/end\",\n \"value\": \"2023-03-01T02:40:00+00:00\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/1\",\n \"value\": {\n \"status\": \"active\",\n \"period\": {\n \"start\": \"2023-03-01T02:40: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_Stroke}}" } ] } }, "response": [ { "name": "EpisodeOfCare - Mengganti Status ke Active Copy", "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-03-01T02:40:00+00:00\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/1\",\n \"value\": {\n \"status\": \"active\",\n \"period\": {\n \"start\": \"2023-03-01T02:40: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_Stroke}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxNTA1NjU5NTM1NTk5NjAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/EpisodeOfCare/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd/_history/MTcxNTA1NjU5NTM1NTk5NjAwMA" }, { "key": "last-modified", "value": "Tue, 07 May 2024 04:36:35 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 04:36:35 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": "a863d15a-37be-4f86-825a-55141a9c1aca" }, { "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\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T04:36:35.355996+00:00\",\n \"versionId\": \"MTcxNTA1NjU5NTM1NTk5NjAwMA\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-03-01T02:40:00+00:00\",\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n },\n {\n \"period\": {\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"status\": \"active\"\n }\n ]\n}" }, { "name": "EpisodeOfCare - Mengganti Status ke Active Copy", "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-03-01T02:40:00+00:00\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/1\",\n \"value\": {\n \"status\": \"active\",\n \"period\": {\n \"start\": \"2023-03-01T02:40: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_Stroke}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxNTA1NjU5NTM1NTk5NjAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/EpisodeOfCare/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd/_history/MTcxNTA1NjU5NTM1NTk5NjAwMA" }, { "key": "last-modified", "value": "Tue, 07 May 2024 04:36:35 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 04:36:35 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": "a863d15a-37be-4f86-825a-55141a9c1aca" }, { "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\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T04:36:35.355996+00:00\",\n \"versionId\": \"MTcxNTA1NjU5NTM1NTk5NjAwMA\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-03-01T02:40:00+00:00\",\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n },\n {\n \"period\": {\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"status\": \"active\"\n }\n ]\n}" } ] }, { "name": "EpisodeOfCare - Get Nomor Register Nasional Stroke by ID", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/EpisodeOfCare/:id", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare", ":id" ], "variable": [ { "key": "id", "value": "{{EpisodeOfCare_Stroke}}" } ] } }, "response": [ { "name": "EpisodeOfCare - Get Nomor Register Nasional Stroke by ID", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/EpisodeOfCare/:id", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare", ":id" ], "variable": [ { "key": "id", "value": "{{EpisodeOfCare_Stroke}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxNTA1NjU5NTc0ODQ0MzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 07 May 2024 04:36:35 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 04:38:47 GMT" }, { "key": "content-length", "value": "1007" }, { "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": "74a281ac-c4f3-4d9a-93cf-3a0056e6a7b1" }, { "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\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC1023456\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CVDS202410000000008\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/registry-id/\",\n \"value\": \"CVDC202410000000006\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T04:36:35.748443+00:00\",\n \"versionId\": \"MTcxNTA1NjU5NTc0ODQ0MzAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-03-01T02:40:00+00:00\",\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n },\n {\n \"period\": {\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\"\n }\n ]\n }\n ]\n}" }, { "name": "EpisodeOfCare - Get Nomor Register Nasional Stroke by ID", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/EpisodeOfCare/:id", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare", ":id" ], "variable": [ { "key": "id", "value": "{{EpisodeOfCare_Stroke}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxNTA1NjU5NTc0ODQ0MzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 07 May 2024 04:36:35 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 04:38:47 GMT" }, { "key": "content-length", "value": "1007" }, { "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": "74a281ac-c4f3-4d9a-93cf-3a0056e6a7b1" }, { "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\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC1023456\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CVDS202410000000008\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/registry-id/\",\n \"value\": \"CVDC202410000000006\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T04:36:35.748443+00:00\",\n \"versionId\": \"MTcxNTA1NjU5NTc0ODQ0MzAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-03-01T02:40:00+00:00\",\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n },\n {\n \"period\": {\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\"\n }\n ]\n }\n ]\n}" } ] }, { "name": "EpisodeOfCare - Menutup Episode Perawatan Stroke (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-03-01T03:15:00+00:00\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/2\",\n \"value\": {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2024-03-01T03:15:00+00:00\",\n \"end\": \"2024-03-01T03:15:00+00:00\"\n }\n }\n },\n {\n \"op\": \"add\",\n \"path\": \"/period/end\",\n \"value\": \"2024-03-01T03:15: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_Stroke}}" } ] } }, "response": [ { "name": "EpisodeOfCare - Menutup Episode Perawatan Stroke (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-03-01T03:15:00+00:00\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/2\",\n \"value\": {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2024-03-01T03:15:00+00:00\",\n \"end\": \"2024-03-01T03:15:00+00:00\"\n }\n }\n },\n {\n \"op\": \"add\",\n \"path\": \"/period/end\",\n \"value\": \"2024-03-01T03:15: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_Stroke}}" } ] } }, "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/EpisodeOfCare/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd/_history/MTcxNTA2NzUyNDgyNzk1MDAwMA" }, { "key": "last-modified", "value": "Tue, 07 May 2024 07:38:44 UTC" }, { "key": "etag", "value": "W/\"MTcxNTA2NzUyNDgyNzk1MDAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 07:38:44 GMT" }, { "key": "content-length", "value": "520" }, { "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": "939062d0-4b88-43da-8e57-a2d5b7080336" }, { "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\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T07:38:44.827950+00:00\",\n \"versionId\": \"MTcxNTA2NzUyNDgyNzk1MDAwMA\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"finished\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-03-01T02:40:00+00:00\",\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n },\n {\n \"period\": {\n \"end\": \"2024-03-01T03:15:00+00:00\",\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"status\": \"active\"\n },\n {\n \"period\": {\n \"end\": \"2024-03-01T03:15:00+00:00\",\n \"start\": \"2024-03-01T03:15:00+00:00\"\n },\n \"status\": \"finished\"\n }\n ]\n}" }, { "name": "EpisodeOfCare - Menutup Episode Perawatan Stroke (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-03-01T03:15:00+00:00\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/2\",\n \"value\": {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2024-03-01T03:15:00+00:00\",\n \"end\": \"2024-03-01T03:15:00+00:00\"\n }\n }\n },\n {\n \"op\": \"add\",\n \"path\": \"/period/end\",\n \"value\": \"2024-03-01T03:15: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_Stroke}}" } ] } }, "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/EpisodeOfCare/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd/_history/MTcxNTA2NzUyNDgyNzk1MDAwMA" }, { "key": "last-modified", "value": "Tue, 07 May 2024 07:38:44 UTC" }, { "key": "etag", "value": "W/\"MTcxNTA2NzUyNDgyNzk1MDAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 07:38:44 GMT" }, { "key": "content-length", "value": "520" }, { "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": "939062d0-4b88-43da-8e57-a2d5b7080336" }, { "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\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T07:38:44.827950+00:00\",\n \"versionId\": \"MTcxNTA2NzUyNDgyNzk1MDAwMA\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"finished\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-03-01T02:40:00+00:00\",\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n },\n {\n \"period\": {\n \"end\": \"2024-03-01T03:15:00+00:00\",\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"status\": \"active\"\n },\n {\n \"period\": {\n \"end\": \"2024-03-01T03:15:00+00:00\",\n \"start\": \"2024-03-01T03:15:00+00:00\"\n },\n \"status\": \"finished\"\n }\n ]\n}" } ] }, { "name": "EpisodeOfCare - Menutup Episode Perawatan Stroke (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-03-01T03:15:00+00:00\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/2\",\n \"value\": {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2024-03-01T03:15:00+00:00\",\n \"end\": \"2024-03-01T03:15:00+00:00\"\n }\n }\n },\n {\n \"op\": \"add\",\n \"path\": \"/period/end\",\n \"value\": \"2024-03-01T03:15: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_Stroke}}" } ] } }, "response": [ { "name": "EpisodeOfCare - Menutup Episode Perawatan Stroke (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-03-01T03:15:00+00:00\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/2\",\n \"value\": {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2024-03-01T03:15:00+00:00\",\n \"end\": \"2024-03-01T03:15:00+00:00\"\n }\n }\n },\n {\n \"op\": \"add\",\n \"path\": \"/period/end\",\n \"value\": \"2024-03-01T03:15: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_Stroke}}" } ] } }, "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/EpisodeOfCare/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd/_history/MTcxNTA2NzUyNDgyNzk1MDAwMA" }, { "key": "last-modified", "value": "Tue, 07 May 2024 07:38:44 UTC" }, { "key": "etag", "value": "W/\"MTcxNTA2NzUyNDgyNzk1MDAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 07:38:44 GMT" }, { "key": "content-length", "value": "520" }, { "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": "939062d0-4b88-43da-8e57-a2d5b7080336" }, { "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\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T07:38:44.827950+00:00\",\n \"versionId\": \"MTcxNTA2NzUyNDgyNzk1MDAwMA\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"finished\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-03-01T02:40:00+00:00\",\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n },\n {\n \"period\": {\n \"end\": \"2024-03-01T03:15:00+00:00\",\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"status\": \"active\"\n },\n {\n \"period\": {\n \"end\": \"2024-03-01T03:15:00+00:00\",\n \"start\": \"2024-03-01T03:15:00+00:00\"\n },\n \"status\": \"finished\"\n }\n ]\n}" }, { "name": "EpisodeOfCare - Menutup Episode Perawatan Stroke (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-03-01T03:15:00+00:00\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/2\",\n \"value\": {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2024-03-01T03:15:00+00:00\",\n \"end\": \"2024-03-01T03:15:00+00:00\"\n }\n }\n },\n {\n \"op\": \"add\",\n \"path\": \"/period/end\",\n \"value\": \"2024-03-01T03:15: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_Stroke}}" } ] } }, "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/EpisodeOfCare/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd/_history/MTcxNTA2NzUyNDgyNzk1MDAwMA" }, { "key": "last-modified", "value": "Tue, 07 May 2024 07:38:44 UTC" }, { "key": "etag", "value": "W/\"MTcxNTA2NzUyNDgyNzk1MDAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 07:38:44 GMT" }, { "key": "content-length", "value": "520" }, { "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": "939062d0-4b88-43da-8e57-a2d5b7080336" }, { "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\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T07:38:44.827950+00:00\",\n \"versionId\": \"MTcxNTA2NzUyNDgyNzk1MDAwMA\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"finished\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-03-01T02:40:00+00:00\",\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n },\n {\n \"period\": {\n \"end\": \"2024-03-01T03:15:00+00:00\",\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"status\": \"active\"\n },\n {\n \"period\": {\n \"end\": \"2024-03-01T03:15:00+00:00\",\n \"start\": \"2024-03-01T03:15:00+00:00\"\n },\n \"status\": \"finished\"\n }\n ]\n}" } ] }, { "name": "EpisodeOfCare - Get Nomor Register Nasional Stroke by ID", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/EpisodeOfCare/:id", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare", ":id" ], "variable": [ { "key": "id", "value": "{{EpisodeOfCare_Stroke}}" } ] } }, "response": [ { "name": "EpisodeOfCare - Get Nomor Register Nasional Stroke by ID", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/EpisodeOfCare/:id", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare", ":id" ], "variable": [ { "key": "id", "value": "{{EpisodeOfCare_Stroke}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxNTA1NjU5NTc0ODQ0MzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 07 May 2024 04:36:35 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 04:38:47 GMT" }, { "key": "content-length", "value": "1007" }, { "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": "74a281ac-c4f3-4d9a-93cf-3a0056e6a7b1" }, { "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\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC1023456\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CVDS202410000000008\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/registry-id/\",\n \"value\": \"CVDC202410000000006\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T04:36:35.748443+00:00\",\n \"versionId\": \"MTcxNTA1NjU5NTc0ODQ0MzAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-03-01T02:40:00+00:00\",\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n },\n {\n \"period\": {\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\"\n }\n ]\n }\n ]\n}" }, { "name": "EpisodeOfCare - Get Nomor Register Nasional Stroke by ID", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/EpisodeOfCare/:id", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare", ":id" ], "variable": [ { "key": "id", "value": "{{EpisodeOfCare_Stroke}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxNTA1NjU5NTc0ODQ0MzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 07 May 2024 04:36:35 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 04:38:47 GMT" }, { "key": "content-length", "value": "1007" }, { "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": "74a281ac-c4f3-4d9a-93cf-3a0056e6a7b1" }, { "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\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC1023456\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CVDS202410000000008\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/registry-id/\",\n \"value\": \"CVDC202410000000006\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T04:36:35.748443+00:00\",\n \"versionId\": \"MTcxNTA1NjU5NTc0ODQ0MzAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-03-01T02:40:00+00:00\",\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n },\n {\n \"period\": {\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\"\n }\n ]\n }\n ]\n}" } ] }, { "name": "EpisodeOfCare - Mengganti Status EpisodeOfCare (Active)", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();", "pm.collectionVariables.set(\"EpisodeOfCare_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\": \"active\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/0/period/end\",\n \"value\": \"2023-03-01T02:40:00+00:00\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/1\",\n \"value\": {\n \"status\": \"active\",\n \"period\": {\n \"start\": \"2023-03-01T02:40: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_Stroke}}" } ] } }, "response": [ { "name": "EpisodeOfCare - Mengganti Status ke Active Copy", "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-03-01T02:40:00+00:00\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/1\",\n \"value\": {\n \"status\": \"active\",\n \"period\": {\n \"start\": \"2023-03-01T02:40: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_Stroke}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxNTA1NjU5NTM1NTk5NjAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/EpisodeOfCare/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd/_history/MTcxNTA1NjU5NTM1NTk5NjAwMA" }, { "key": "last-modified", "value": "Tue, 07 May 2024 04:36:35 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 04:36:35 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": "a863d15a-37be-4f86-825a-55141a9c1aca" }, { "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\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T04:36:35.355996+00:00\",\n \"versionId\": \"MTcxNTA1NjU5NTM1NTk5NjAwMA\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-03-01T02:40:00+00:00\",\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n },\n {\n \"period\": {\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"status\": \"active\"\n }\n ]\n}" }, { "name": "EpisodeOfCare - Mengganti Status ke Active Copy", "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-03-01T02:40:00+00:00\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/1\",\n \"value\": {\n \"status\": \"active\",\n \"period\": {\n \"start\": \"2023-03-01T02:40: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_Stroke}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxNTA1NjU5NTM1NTk5NjAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/EpisodeOfCare/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd/_history/MTcxNTA1NjU5NTM1NTk5NjAwMA" }, { "key": "last-modified", "value": "Tue, 07 May 2024 04:36:35 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 04:36:35 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": "a863d15a-37be-4f86-825a-55141a9c1aca" }, { "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\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T04:36:35.355996+00:00\",\n \"versionId\": \"MTcxNTA1NjU5NTM1NTk5NjAwMA\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-03-01T02:40:00+00:00\",\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n },\n {\n \"period\": {\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"status\": \"active\"\n }\n ]\n}" } ] }, { "name": "EpisodeOfCare - Search by Patient + Organization (Waitlist)", "event": [ { "listen": "test", "script": { "exec": [ "var bundle = pm.response.json();\r", "var data = bundle.entry[0].resource\r", "pm.collectionVariables(\"EpisodeOfCare_id\", 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=CVD&status=waitlist&organization={{Org_id}}", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare" ], "query": [ { "key": "patient", "value": "{{Patient_id}}", "description": "IHS number of patient involve in Stroke Management Care" }, { "key": "type", "value": "CVD", "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=CVD&status=waitlist&organization={{Org_id}}", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare" ], "query": [ { "key": "patient", "value": "{{Patient_id}}", "description": "IHS number of patient involve in Stroke Management Care" }, { "key": "type", "value": "CVD", "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" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 03:42:33 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": "da32b013-bc8b-43f0-81f2-47750273526e" }, { "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/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"resource\": {\n \"id\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC1023456\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CVDS202410000000008\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T03:32:14.432329+00:00\",\n \"versionId\": \"MTcxNTA1MjczNDQzMjMyOTAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"waitlist\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\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/?organization=10000002&patient=100000030015&status=waitlist&type=CVD\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?organization=10000002&patient=100000030015&status=waitlist&type=CVD\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?organization=10000002&patient=100000030015&status=waitlist&type=CVD\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" }, { "name": "EpisodeOfCare - Search by Patient + Organization", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_id}}&type=CVD&status=waitlist&organization={{Org_id}}", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare" ], "query": [ { "key": "patient", "value": "{{Patient_id}}", "description": "IHS number of patient involve in Stroke Management Care" }, { "key": "type", "value": "CVD", "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" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 03:42:33 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": "da32b013-bc8b-43f0-81f2-47750273526e" }, { "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/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"resource\": {\n \"id\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC1023456\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CVDS202410000000008\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T03:32:14.432329+00:00\",\n \"versionId\": \"MTcxNTA1MjczNDQzMjMyOTAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"waitlist\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\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/?organization=10000002&patient=100000030015&status=waitlist&type=CVD\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?organization=10000002&patient=100000030015&status=waitlist&type=CVD\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?organization=10000002&patient=100000030015&status=waitlist&type=CVD\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" } ] }, { "name": "EpisodeOfCare - Create Episode Perawatan Stroke", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();", "pm.environment.set(\"EpisodeOfCare_id\", data.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\": \"EOC1023456\"\n }\n ],\n \"status\": \"waitlist\",\n \"statusHistory\": [\n {\n \"status\": \"waitlist\",\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n }\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\",\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\"\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-02-01T02:40: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 Stroke", "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\": \"EOC1023456\"\n }\n ],\n \"status\": \"waitlist\",\n \"statusHistory\": [\n {\n \"status\": \"waitlist\",\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n }\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\",\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\"\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-02-01T02:40: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": "Sun, 17 Mar 2024 02:31:14 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDY0MjY3NDc2MzEzMjAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/EpisodeOfCare/b0197f2b-0955-426b-8a16-38e5214395c6/_history/MTcxMDY0MjY3NDc2MzEzMjAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 02:31:14 GMT" }, { "key": "Content-Length", "value": "705" }, { "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": "8703960e-b6e6-4e7a-946f-abedb1050751" }, { "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\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC1023456\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CVDS202410000000008\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T03:32:14.432329+00:00\",\n \"versionId\": \"MTcxNTA1MjczNDQzMjMyOTAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"waitlist\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\"\n }\n ]\n }\n ]\n}" }, { "name": "EpisodeOfCare - Create Episode Perawatan Stroke", "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\": \"EOC1023456\"\n }\n ],\n \"status\": \"waitlist\",\n \"statusHistory\": [\n {\n \"status\": \"waitlist\",\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n }\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\",\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\"\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-02-01T02:40: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": "Sun, 17 Mar 2024 02:31:14 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDY0MjY3NDc2MzEzMjAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/EpisodeOfCare/b0197f2b-0955-426b-8a16-38e5214395c6/_history/MTcxMDY0MjY3NDc2MzEzMjAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 02:31:14 GMT" }, { "key": "Content-Length", "value": "705" }, { "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": "8703960e-b6e6-4e7a-946f-abedb1050751" }, { "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\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC1023456\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CVDS202410000000008\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T03:32:14.432329+00:00\",\n \"versionId\": \"MTcxNTA1MjczNDQzMjMyOTAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"waitlist\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\"\n }\n ]\n }\n ]\n}" } ] }, { "name": "EpisodeOfCare - Search by Patient (Waitlist)", "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_id\", 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=CVD&status=waitlist", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare" ], "query": [ { "key": "patient", "value": "{{Patient_id}}", "description": "IHS number of patient involve in Stroke Management Care" }, { "key": "type", "value": "CVD", "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=CVD&status=waitlist", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare" ], "query": [ { "key": "patient", "value": "{{Patient_id}}", "description": "IHS number of patient involve in Stroke Management Care" }, { "key": "type", "value": "CVD", "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,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 03:33:57 GMT" }, { "key": "content-length", "value": "1444" }, { "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": "a5d00488-1792-433e-8381-547ffb72c405" }, { "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/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"resource\": {\n \"id\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC1023456\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CVDS202410000000008\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T03:32:14.432329+00:00\",\n \"versionId\": \"MTcxNTA1MjczNDQzMjMyOTAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"waitlist\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\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/?patient=100000030015&status=waitlist&type=CVD\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient=100000030015&status=waitlist&type=CVD\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient=100000030015&status=waitlist&type=CVD\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" }, { "name": "EpisodeOfCare - Search by Patient", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_id}}&type=CVD&status=waitlist", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare" ], "query": [ { "key": "patient", "value": "{{Patient_id}}", "description": "IHS number of patient involve in Stroke Management Care" }, { "key": "type", "value": "CVD", "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,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 03:33:57 GMT" }, { "key": "content-length", "value": "1444" }, { "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": "a5d00488-1792-433e-8381-547ffb72c405" }, { "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/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"resource\": {\n \"id\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC1023456\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CVDS202410000000008\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T03:32:14.432329+00:00\",\n \"versionId\": \"MTcxNTA1MjczNDQzMjMyOTAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"waitlist\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\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/?patient=100000030015&status=waitlist&type=CVD\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient=100000030015&status=waitlist&type=CVD\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient=100000030015&status=waitlist&type=CVD\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" } ] } ] }, { "name": "Pemeriksaan Fisik Umum", "item": [ { "name": "Observation - Diastole", "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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 90,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Diastole", "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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 90,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/c5f8d3a1-a27b-445d-92a7-55ea67fc2eb8/_history/MTcxMDU4NDQyNjIzMjY4MTAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:20:26 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU4NDQyNjIzMjY4MTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:20:26 GMT" }, { "key": "Content-Length", "value": "935" }, { "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": "19c13494-b7d3-47d2-af14-cfca8570fa58" }, { "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 \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"c5f8d3a1-a27b-445d-92a7-55ea67fc2eb8\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:20:26.232681+00:00\",\n \"versionId\": \"MTcxMDU4NDQyNjIzMjY4MTAwMA\"\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\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 90\n }\n}" }, { "name": "Observation - Diastole", "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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 90,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/c5f8d3a1-a27b-445d-92a7-55ea67fc2eb8/_history/MTcxMDU4NDQyNjIzMjY4MTAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:20:26 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU4NDQyNjIzMjY4MTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:20:26 GMT" }, { "key": "Content-Length", "value": "935" }, { "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": "19c13494-b7d3-47d2-af14-cfca8570fa58" }, { "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 \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"c5f8d3a1-a27b-445d-92a7-55ea67fc2eb8\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:20:26.232681+00:00\",\n \"versionId\": \"MTcxMDU4NDQyNjIzMjY4MTAwMA\"\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\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 90\n }\n}" } ] }, { "name": "Observation - Sistole", "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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 140,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Sistole", "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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 140,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\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/\"MTcxMDU4NDQ1NTQyOTYwMDAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:20:55 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/89971836-abd5-4c73-b9d8-7f7c6cbc423e/_history/MTcxMDU4NDQ1NTQyOTYwMDAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:20:55 GMT" }, { "key": "Content-Length", "value": "935" }, { "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": "6d3bd1f5-0f80-4541-9922-6665f4672678" }, { "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 \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"id\": \"89971836-abd5-4c73-b9d8-7f7c6cbc423e\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:20:55.429600+00:00\",\n \"versionId\": \"MTcxMDU4NDQ1NTQyOTYwMDAwMA\"\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\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 140\n }\n}" }, { "name": "Observation - Sistole", "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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 140,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\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/\"MTcxMDU4NDQ1NTQyOTYwMDAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:20:55 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/89971836-abd5-4c73-b9d8-7f7c6cbc423e/_history/MTcxMDU4NDQ1NTQyOTYwMDAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:20:55 GMT" }, { "key": "Content-Length", "value": "935" }, { "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": "6d3bd1f5-0f80-4541-9922-6665f4672678" }, { "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 \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"id\": \"89971836-abd5-4c73-b9d8-7f7c6cbc423e\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:20:55.429600+00:00\",\n \"versionId\": \"MTcxMDU4NDQ1NTQyOTYwMDAwMA\"\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\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 140\n }\n}" } ] }, { "name": "Observation - Berat Badan", "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\": \"29463-7\",\n \"display\": \"Body weight\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 75,\n \"unit\": \"kg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Berat Badan", "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\": \"29463-7\",\n \"display\": \"Body weight\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 75,\n \"unit\": \"kg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg\"\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": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:21:53 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/20946875-46e5-45c2-8adb-732deb2563b6/_history/MTcxMDU4NDUxMzU4OTc1ODAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU4NDUxMzU4OTc1ODAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:21:53 GMT" }, { "key": "Content-Length", "value": "814" }, { "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": "61d4248d-d8ad-455a-94e7-6fa842c83147" }, { "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\": \"29463-7\",\n \"display\": \"Body weight\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"20946875-46e5-45c2-8adb-732deb2563b6\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:21:53.589758+00:00\",\n \"versionId\": \"MTcxMDU4NDUxMzU4OTc1ODAwMA\"\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\": \"kg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"kg\",\n \"value\": 75\n }\n}" }, { "name": "Observation - Berat Badan", "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\": \"29463-7\",\n \"display\": \"Body weight\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 75,\n \"unit\": \"kg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg\"\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": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:21:53 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/20946875-46e5-45c2-8adb-732deb2563b6/_history/MTcxMDU4NDUxMzU4OTc1ODAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU4NDUxMzU4OTc1ODAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:21:53 GMT" }, { "key": "Content-Length", "value": "814" }, { "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": "61d4248d-d8ad-455a-94e7-6fa842c83147" }, { "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\": \"29463-7\",\n \"display\": \"Body weight\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"20946875-46e5-45c2-8adb-732deb2563b6\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:21:53.589758+00:00\",\n \"versionId\": \"MTcxMDU4NDUxMzU4OTc1ODAwMA\"\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\": \"kg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"kg\",\n \"value\": 75\n }\n}" } ] }, { "name": "Observation - Tinggi Badan", "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\": \"8302-2\",\n \"display\": \"Body height\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 165,\n \"unit\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"cm\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Tinggi Badan", "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\": \"8302-2\",\n \"display\": \"Body height\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 165,\n \"unit\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"cm\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/f53ad5ab-0a78-4546-a3f6-a72d50ee0acf/_history/MTcxMDU4NDUzODI5MTA3OTAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:22:18 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDU4NDUzODI5MTA3OTAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:22:18 GMT" }, { "key": "Content-Length", "value": "814" }, { "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": "76ff9524-e990-4742-a25c-9b558dd7920e" }, { "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\": \"8302-2\",\n \"display\": \"Body height\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"f53ad5ab-0a78-4546-a3f6-a72d50ee0acf\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:22:18.291079+00:00\",\n \"versionId\": \"MTcxMDU4NDUzODI5MTA3OTAwMA\"\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\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"cm\",\n \"value\": 165\n }\n}" }, { "name": "Observation - Tinggi Badan", "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\": \"8302-2\",\n \"display\": \"Body height\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 165,\n \"unit\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"cm\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/f53ad5ab-0a78-4546-a3f6-a72d50ee0acf/_history/MTcxMDU4NDUzODI5MTA3OTAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:22:18 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDU4NDUzODI5MTA3OTAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:22:18 GMT" }, { "key": "Content-Length", "value": "814" }, { "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": "76ff9524-e990-4742-a25c-9b558dd7920e" }, { "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\": \"8302-2\",\n \"display\": \"Body height\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"f53ad5ab-0a78-4546-a3f6-a72d50ee0acf\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:22:18.291079+00:00\",\n \"versionId\": \"MTcxMDU4NDUzODI5MTA3OTAwMA\"\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\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"cm\",\n \"value\": 165\n }\n}" } ] }, { "name": "Observation - IMT", "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\": \"39156-5\",\n \"display\": \"Body mass index (BMI) [Ratio]\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 27.5,\n \"unit\": \"kg/m2\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg/m2\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"414915002\",\n \"display\": \"Obese\"\n }\n ],\n \"text\": \"Obesitas\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - IMT", "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\": \"39156-5\",\n \"display\": \"Body mass index (BMI) [Ratio]\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 27.5,\n \"unit\": \"kg/m2\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg/m2\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"414915002\",\n \"display\": \"Obese\"\n }\n ],\n \"text\": \"Obesitas\"\n }\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/91c1b465-eec1-453d-b0ab-7b08161e57d9/_history/MTcxMDU4NDU3MjA2NzIxNzAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:22:52 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU4NDU3MjA2NzIxNzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:22:52 GMT" }, { "key": "Content-Length", "value": "963" }, { "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": "a4adbbdc-e1b5-43a3-9db3-3e977f1de28b" }, { "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\": \"39156-5\",\n \"display\": \"Body mass index (BMI) [Ratio]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"91c1b465-eec1-453d-b0ab-7b08161e57d9\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"414915002\",\n \"display\": \"Obese\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Obesitas\"\n }\n ],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:22:52.067217+00:00\",\n \"versionId\": \"MTcxMDU4NDU3MjA2NzIxNzAwMA\"\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\": \"kg/m2\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"kg/m2\",\n \"value\": 27.5\n }\n}" }, { "name": "Observation - IMT", "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\": \"39156-5\",\n \"display\": \"Body mass index (BMI) [Ratio]\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 27.5,\n \"unit\": \"kg/m2\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg/m2\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"414915002\",\n \"display\": \"Obese\"\n }\n ],\n \"text\": \"Obesitas\"\n }\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/91c1b465-eec1-453d-b0ab-7b08161e57d9/_history/MTcxMDU4NDU3MjA2NzIxNzAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:22:52 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU4NDU3MjA2NzIxNzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:22:52 GMT" }, { "key": "Content-Length", "value": "963" }, { "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": "a4adbbdc-e1b5-43a3-9db3-3e977f1de28b" }, { "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\": \"39156-5\",\n \"display\": \"Body mass index (BMI) [Ratio]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"91c1b465-eec1-453d-b0ab-7b08161e57d9\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"414915002\",\n \"display\": \"Obese\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Obesitas\"\n }\n ],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:22:52.067217+00:00\",\n \"versionId\": \"MTcxMDU4NDU3MjA2NzIxNzAwMA\"\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\": \"kg/m2\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"kg/m2\",\n \"value\": 27.5\n }\n}" } ] }, { "name": "Observation - IMT", "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\": \"39156-5\",\n \"display\": \"Body mass index (BMI) [Ratio]\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 27.5,\n \"unit\": \"kg/m2\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg/m2\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"414915002\",\n \"display\": \"Obese\"\n }\n ],\n \"text\": \"Obesitas\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - IMT", "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\": \"39156-5\",\n \"display\": \"Body mass index (BMI) [Ratio]\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 27.5,\n \"unit\": \"kg/m2\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg/m2\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"414915002\",\n \"display\": \"Obese\"\n }\n ],\n \"text\": \"Obesitas\"\n }\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/91c1b465-eec1-453d-b0ab-7b08161e57d9/_history/MTcxMDU4NDU3MjA2NzIxNzAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:22:52 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU4NDU3MjA2NzIxNzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:22:52 GMT" }, { "key": "Content-Length", "value": "963" }, { "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": "a4adbbdc-e1b5-43a3-9db3-3e977f1de28b" }, { "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\": \"39156-5\",\n \"display\": \"Body mass index (BMI) [Ratio]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"91c1b465-eec1-453d-b0ab-7b08161e57d9\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"414915002\",\n \"display\": \"Obese\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Obesitas\"\n }\n ],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:22:52.067217+00:00\",\n \"versionId\": \"MTcxMDU4NDU3MjA2NzIxNzAwMA\"\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\": \"kg/m2\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"kg/m2\",\n \"value\": 27.5\n }\n}" }, { "name": "Observation - IMT", "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\": \"39156-5\",\n \"display\": \"Body mass index (BMI) [Ratio]\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 27.5,\n \"unit\": \"kg/m2\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg/m2\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"414915002\",\n \"display\": \"Obese\"\n }\n ],\n \"text\": \"Obesitas\"\n }\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/91c1b465-eec1-453d-b0ab-7b08161e57d9/_history/MTcxMDU4NDU3MjA2NzIxNzAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:22:52 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU4NDU3MjA2NzIxNzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:22:52 GMT" }, { "key": "Content-Length", "value": "963" }, { "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": "a4adbbdc-e1b5-43a3-9db3-3e977f1de28b" }, { "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\": \"39156-5\",\n \"display\": \"Body mass index (BMI) [Ratio]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"91c1b465-eec1-453d-b0ab-7b08161e57d9\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"414915002\",\n \"display\": \"Obese\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Obesitas\"\n }\n ],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:22:52.067217+00:00\",\n \"versionId\": \"MTcxMDU4NDU3MjA2NzIxNzAwMA\"\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\": \"kg/m2\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"kg/m2\",\n \"value\": 27.5\n }\n}" } ] }, { "name": "Observation - Tinggi Badan", "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\": \"8302-2\",\n \"display\": \"Body height\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 165,\n \"unit\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"cm\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Tinggi Badan", "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\": \"8302-2\",\n \"display\": \"Body height\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 165,\n \"unit\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"cm\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/f53ad5ab-0a78-4546-a3f6-a72d50ee0acf/_history/MTcxMDU4NDUzODI5MTA3OTAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:22:18 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDU4NDUzODI5MTA3OTAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:22:18 GMT" }, { "key": "Content-Length", "value": "814" }, { "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": "76ff9524-e990-4742-a25c-9b558dd7920e" }, { "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\": \"8302-2\",\n \"display\": \"Body height\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"f53ad5ab-0a78-4546-a3f6-a72d50ee0acf\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:22:18.291079+00:00\",\n \"versionId\": \"MTcxMDU4NDUzODI5MTA3OTAwMA\"\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\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"cm\",\n \"value\": 165\n }\n}" }, { "name": "Observation - Tinggi Badan", "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\": \"8302-2\",\n \"display\": \"Body height\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 165,\n \"unit\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"cm\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/f53ad5ab-0a78-4546-a3f6-a72d50ee0acf/_history/MTcxMDU4NDUzODI5MTA3OTAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:22:18 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDU4NDUzODI5MTA3OTAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:22:18 GMT" }, { "key": "Content-Length", "value": "814" }, { "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": "76ff9524-e990-4742-a25c-9b558dd7920e" }, { "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\": \"8302-2\",\n \"display\": \"Body height\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"f53ad5ab-0a78-4546-a3f6-a72d50ee0acf\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:22:18.291079+00:00\",\n \"versionId\": \"MTcxMDU4NDUzODI5MTA3OTAwMA\"\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\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"cm\",\n \"value\": 165\n }\n}" } ] }, { "name": "Observation - Sistole", "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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 140,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Sistole", "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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 140,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\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/\"MTcxMDU4NDQ1NTQyOTYwMDAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:20:55 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/89971836-abd5-4c73-b9d8-7f7c6cbc423e/_history/MTcxMDU4NDQ1NTQyOTYwMDAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:20:55 GMT" }, { "key": "Content-Length", "value": "935" }, { "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": "6d3bd1f5-0f80-4541-9922-6665f4672678" }, { "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 \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"id\": \"89971836-abd5-4c73-b9d8-7f7c6cbc423e\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:20:55.429600+00:00\",\n \"versionId\": \"MTcxMDU4NDQ1NTQyOTYwMDAwMA\"\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\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 140\n }\n}" }, { "name": "Observation - Sistole", "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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 140,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\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/\"MTcxMDU4NDQ1NTQyOTYwMDAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:20:55 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/89971836-abd5-4c73-b9d8-7f7c6cbc423e/_history/MTcxMDU4NDQ1NTQyOTYwMDAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:20:55 GMT" }, { "key": "Content-Length", "value": "935" }, { "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": "6d3bd1f5-0f80-4541-9922-6665f4672678" }, { "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 \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"id\": \"89971836-abd5-4c73-b9d8-7f7c6cbc423e\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:20:55.429600+00:00\",\n \"versionId\": \"MTcxMDU4NDQ1NTQyOTYwMDAwMA\"\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\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 140\n }\n}" } ] }, { "name": "Observation - Berat Badan", "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\": \"29463-7\",\n \"display\": \"Body weight\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 75,\n \"unit\": \"kg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Berat Badan", "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\": \"29463-7\",\n \"display\": \"Body weight\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 75,\n \"unit\": \"kg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg\"\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": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:21:53 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/20946875-46e5-45c2-8adb-732deb2563b6/_history/MTcxMDU4NDUxMzU4OTc1ODAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU4NDUxMzU4OTc1ODAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:21:53 GMT" }, { "key": "Content-Length", "value": "814" }, { "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": "61d4248d-d8ad-455a-94e7-6fa842c83147" }, { "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\": \"29463-7\",\n \"display\": \"Body weight\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"20946875-46e5-45c2-8adb-732deb2563b6\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:21:53.589758+00:00\",\n \"versionId\": \"MTcxMDU4NDUxMzU4OTc1ODAwMA\"\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\": \"kg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"kg\",\n \"value\": 75\n }\n}" }, { "name": "Observation - Berat Badan", "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\": \"29463-7\",\n \"display\": \"Body weight\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 75,\n \"unit\": \"kg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg\"\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": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:21:53 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/20946875-46e5-45c2-8adb-732deb2563b6/_history/MTcxMDU4NDUxMzU4OTc1ODAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU4NDUxMzU4OTc1ODAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:21:53 GMT" }, { "key": "Content-Length", "value": "814" }, { "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": "61d4248d-d8ad-455a-94e7-6fa842c83147" }, { "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\": \"29463-7\",\n \"display\": \"Body weight\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"20946875-46e5-45c2-8adb-732deb2563b6\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:21:53.589758+00:00\",\n \"versionId\": \"MTcxMDU4NDUxMzU4OTc1ODAwMA\"\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\": \"kg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"kg\",\n \"value\": 75\n }\n}" } ] }, { "name": "Observation - Diastole", "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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 90,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Diastole", "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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 90,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/c5f8d3a1-a27b-445d-92a7-55ea67fc2eb8/_history/MTcxMDU4NDQyNjIzMjY4MTAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:20:26 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU4NDQyNjIzMjY4MTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:20:26 GMT" }, { "key": "Content-Length", "value": "935" }, { "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": "19c13494-b7d3-47d2-af14-cfca8570fa58" }, { "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 \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"c5f8d3a1-a27b-445d-92a7-55ea67fc2eb8\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:20:26.232681+00:00\",\n \"versionId\": \"MTcxMDU4NDQyNjIzMjY4MTAwMA\"\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\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 90\n }\n}" }, { "name": "Observation - Diastole", "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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 90,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/c5f8d3a1-a27b-445d-92a7-55ea67fc2eb8/_history/MTcxMDU4NDQyNjIzMjY4MTAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:20:26 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU4NDQyNjIzMjY4MTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:20:26 GMT" }, { "key": "Content-Length", "value": "935" }, { "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": "19c13494-b7d3-47d2-af14-cfca8570fa58" }, { "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 \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"c5f8d3a1-a27b-445d-92a7-55ea67fc2eb8\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:20:26.232681+00:00\",\n \"versionId\": \"MTcxMDU4NDQyNjIzMjY4MTAwMA\"\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\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 90\n }\n}" } ] } ] }, { "name": "Pemeriksaan Neurologis Penyakit Stroke", "item": [ { "name": "Observation - Total Skor NIHSS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Total Skor NIHSS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/53548839-6f24-48a3-96ed-ac5768d5a742/_history/MTcxMDU4NTcwMzQwNDMxMDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:41:43 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU4NTcwMzQwNDMxMDAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:41:43 GMT" }, { "key": "Content-Length", "value": "975" }, { "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": "d0139527-eb0f-48f8-8dae-d68069d56146" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"53548839-6f24-48a3-96ed-ac5768d5a742\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:41:43.404310+00:00\",\n \"versionId\": \"MTcxMDU4NTcwMzQwNDMxMDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 14\n }\n}" }, { "name": "Observation - Total Skor NIHSS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/53548839-6f24-48a3-96ed-ac5768d5a742/_history/MTcxMDU4NTcwMzQwNDMxMDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:41:43 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU4NTcwMzQwNDMxMDAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:41:43 GMT" }, { "key": "Content-Length", "value": "975" }, { "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": "d0139527-eb0f-48f8-8dae-d68069d56146" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"53548839-6f24-48a3-96ed-ac5768d5a742\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:41:43.404310+00:00\",\n \"versionId\": \"MTcxMDU4NTcwMzQwNDMxMDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 14\n }\n}" } ] }, { "name": "Observation - mRS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6114-8\",\n \"display\": \"3\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - mRS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6114-8\",\n \"display\": \"3\"\n }\n ]\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/\"MTcxMDU4NTc0MDg0OTE3MDAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:42: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/Observation/a34eab9a-a831-490c-8a08-45a5c3f20bf2/_history/MTcxMDU4NTc0MDg0OTE3MDAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:42:20 GMT" }, { "key": "Content-Length", "value": "794" }, { "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": "4df5e19e-3612-4c14-bc32-ebb3181f8ab7" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"a34eab9a-a831-490c-8a08-45a5c3f20bf2\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:42:20.849170+00:00\",\n \"versionId\": \"MTcxMDU4NTc0MDg0OTE3MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6114-8\",\n \"display\": \"3\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" }, { "name": "Observation - mRS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6114-8\",\n \"display\": \"3\"\n }\n ]\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/\"MTcxMDU4NTc0MDg0OTE3MDAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:42: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/Observation/a34eab9a-a831-490c-8a08-45a5c3f20bf2/_history/MTcxMDU4NTc0MDg0OTE3MDAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:42:20 GMT" }, { "key": "Content-Length", "value": "794" }, { "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": "4df5e19e-3612-4c14-bc32-ebb3181f8ab7" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"a34eab9a-a831-490c-8a08-45a5c3f20bf2\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:42:20.849170+00:00\",\n \"versionId\": \"MTcxMDU4NTc0MDg0OTE3MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6114-8\",\n \"display\": \"3\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" } ] }, { "name": "Observation - Disphagia", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"162023004\",\n \"display\": \"No problem swallowing\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Disphagia", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"162023004\",\n \"display\": \"No problem swallowing\"\n }\n ]\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": "Sat, 16 Mar 2024 10:43:00 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU4NTc4MDYzNDAxNjAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/9523b56e-8326-4ca6-ab47-6b9a688ae717/_history/MTcxMDU4NTc4MDYzNDAxNjAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:43:00 GMT" }, { "key": "Content-Length", "value": "831" }, { "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": "366c6cb4-68e6-4fc6-a5e4-53e45f6ea0bd" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"9523b56e-8326-4ca6-ab47-6b9a688ae717\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:43:00.634016+00:00\",\n \"versionId\": \"MTcxMDU4NTc4MDYzNDAxNjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"162023004\",\n \"display\": \"No problem swallowing\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" }, { "name": "Observation - Disphagia", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"162023004\",\n \"display\": \"No problem swallowing\"\n }\n ]\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": "Sat, 16 Mar 2024 10:43:00 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU4NTc4MDYzNDAxNjAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/9523b56e-8326-4ca6-ab47-6b9a688ae717/_history/MTcxMDU4NTc4MDYzNDAxNjAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:43:00 GMT" }, { "key": "Content-Length", "value": "831" }, { "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": "366c6cb4-68e6-4fc6-a5e4-53e45f6ea0bd" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"9523b56e-8326-4ca6-ab47-6b9a688ae717\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:43:00.634016+00:00\",\n \"versionId\": \"MTcxMDU4NTc4MDYzNDAxNjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"162023004\",\n \"display\": \"No problem swallowing\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" } ] }, { "name": "Observation - mRS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6114-8\",\n \"display\": \"3\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - mRS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6114-8\",\n \"display\": \"3\"\n }\n ]\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/\"MTcxMDU4NTc0MDg0OTE3MDAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:42: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/Observation/a34eab9a-a831-490c-8a08-45a5c3f20bf2/_history/MTcxMDU4NTc0MDg0OTE3MDAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:42:20 GMT" }, { "key": "Content-Length", "value": "794" }, { "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": "4df5e19e-3612-4c14-bc32-ebb3181f8ab7" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"a34eab9a-a831-490c-8a08-45a5c3f20bf2\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:42:20.849170+00:00\",\n \"versionId\": \"MTcxMDU4NTc0MDg0OTE3MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6114-8\",\n \"display\": \"3\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" }, { "name": "Observation - mRS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6114-8\",\n \"display\": \"3\"\n }\n ]\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/\"MTcxMDU4NTc0MDg0OTE3MDAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:42: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/Observation/a34eab9a-a831-490c-8a08-45a5c3f20bf2/_history/MTcxMDU4NTc0MDg0OTE3MDAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:42:20 GMT" }, { "key": "Content-Length", "value": "794" }, { "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": "4df5e19e-3612-4c14-bc32-ebb3181f8ab7" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"a34eab9a-a831-490c-8a08-45a5c3f20bf2\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:42:20.849170+00:00\",\n \"versionId\": \"MTcxMDU4NTc0MDg0OTE3MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6114-8\",\n \"display\": \"3\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" } ] }, { "name": "Observation - Disphagia", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"162023004\",\n \"display\": \"No problem swallowing\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Disphagia", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"162023004\",\n \"display\": \"No problem swallowing\"\n }\n ]\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": "Sat, 16 Mar 2024 10:43:00 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU4NTc4MDYzNDAxNjAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/9523b56e-8326-4ca6-ab47-6b9a688ae717/_history/MTcxMDU4NTc4MDYzNDAxNjAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:43:00 GMT" }, { "key": "Content-Length", "value": "831" }, { "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": "366c6cb4-68e6-4fc6-a5e4-53e45f6ea0bd" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"9523b56e-8326-4ca6-ab47-6b9a688ae717\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:43:00.634016+00:00\",\n \"versionId\": \"MTcxMDU4NTc4MDYzNDAxNjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"162023004\",\n \"display\": \"No problem swallowing\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" }, { "name": "Observation - Disphagia", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"162023004\",\n \"display\": \"No problem swallowing\"\n }\n ]\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": "Sat, 16 Mar 2024 10:43:00 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU4NTc4MDYzNDAxNjAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/9523b56e-8326-4ca6-ab47-6b9a688ae717/_history/MTcxMDU4NTc4MDYzNDAxNjAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:43:00 GMT" }, { "key": "Content-Length", "value": "831" }, { "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": "366c6cb4-68e6-4fc6-a5e4-53e45f6ea0bd" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"9523b56e-8326-4ca6-ab47-6b9a688ae717\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:43:00.634016+00:00\",\n \"versionId\": \"MTcxMDU4NTc4MDYzNDAxNjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"162023004\",\n \"display\": \"No problem swallowing\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" } ] }, { "name": "Observation - Total Skor NIHSS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Total Skor NIHSS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/53548839-6f24-48a3-96ed-ac5768d5a742/_history/MTcxMDU4NTcwMzQwNDMxMDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:41:43 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU4NTcwMzQwNDMxMDAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:41:43 GMT" }, { "key": "Content-Length", "value": "975" }, { "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": "d0139527-eb0f-48f8-8dae-d68069d56146" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"53548839-6f24-48a3-96ed-ac5768d5a742\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:41:43.404310+00:00\",\n \"versionId\": \"MTcxMDU4NTcwMzQwNDMxMDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 14\n }\n}" }, { "name": "Observation - Total Skor NIHSS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/53548839-6f24-48a3-96ed-ac5768d5a742/_history/MTcxMDU4NTcwMzQwNDMxMDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:41:43 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU4NTcwMzQwNDMxMDAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:41:43 GMT" }, { "key": "Content-Length", "value": "975" }, { "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": "d0139527-eb0f-48f8-8dae-d68069d56146" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"53548839-6f24-48a3-96ed-ac5768d5a742\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:41:43.404310+00:00\",\n \"versionId\": \"MTcxMDU4NTcwMzQwNDMxMDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 14\n }\n}" } ] } ] }, { "name": "Pemeriksaan Penunjang", "item": [ { "name": "Hasil CT-Scan Kepala", "item": [ { "name": "Observation - CT-Scan Kepala", "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 \"system\": \"http://loinc.org\",\n \"code\": \"42132-1\",\n \"display\": \"CT Head W contrast IV\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\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/{{IServiceRequest_CT}}\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"69536005\",\n \"display\": \"Head structure\"\n }\n ]\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_CT}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"432504007\",\n \"display\": \"Cerebral infarction\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - CT-Scan Kepala", "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 \"system\": \"http://loinc.org\",\n \"code\": \"42132-1\",\n \"display\": \"CT Head W contrast IV\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\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/{{IServiceRequest_CT}}\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"69536005\",\n \"display\": \"Head structure\"\n }\n ]\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_CT}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"432504007\",\n \"display\": \"Cerebral infarction\"\n }\n ]\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/697bc7d7-1344-4b66-b7c9-a71d6be266eb/_history/MTcxNTA2MjAwNzAyMzg0MzAwMA" }, { "key": "etag", "value": "W/\"MTcxNTA2MjAwNzAyMzg0MzAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 06:06:47 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 06:06:47 GMT" }, { "key": "content-length", "value": "1208" }, { "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": "9d3b5734-05ba-49e5-8df1-19aa67a0c7f4" }, { "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/539cad4d-4ab5-4168-9cdf-088083076593\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"code\": \"69536005\",\n \"display\": \"Head structure\",\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\": \"CT Head W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/34dfa1b3-95f3-4b81-bb00-c73eeb99272d\"\n }\n ],\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"697bc7d7-1344-4b66-b7c9-a71d6be266eb\",\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\": \"2024-05-07T06:06:47.023843+00:00\",\n \"versionId\": \"MTcxNTA2MjAwNzAyMzg0MzAwMA\"\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 \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"432504007\",\n \"display\": \"Cerebral infarction\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" }, { "name": "Observation - CT-Scan Kepala", "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 \"system\": \"http://loinc.org\",\n \"code\": \"42132-1\",\n \"display\": \"CT Head W contrast IV\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\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/{{IServiceRequest_CT}}\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"69536005\",\n \"display\": \"Head structure\"\n }\n ]\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_CT}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"432504007\",\n \"display\": \"Cerebral infarction\"\n }\n ]\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/697bc7d7-1344-4b66-b7c9-a71d6be266eb/_history/MTcxNTA2MjAwNzAyMzg0MzAwMA" }, { "key": "etag", "value": "W/\"MTcxNTA2MjAwNzAyMzg0MzAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 06:06:47 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 06:06:47 GMT" }, { "key": "content-length", "value": "1208" }, { "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": "9d3b5734-05ba-49e5-8df1-19aa67a0c7f4" }, { "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/539cad4d-4ab5-4168-9cdf-088083076593\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"code\": \"69536005\",\n \"display\": \"Head structure\",\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\": \"CT Head W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/34dfa1b3-95f3-4b81-bb00-c73eeb99272d\"\n }\n ],\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"697bc7d7-1344-4b66-b7c9-a71d6be266eb\",\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\": \"2024-05-07T06:06:47.023843+00:00\",\n \"versionId\": \"MTcxNTA2MjAwNzAyMzg0MzAwMA\"\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 \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"432504007\",\n \"display\": \"Cerebral infarction\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" } ] }, { "name": "Observation - ASPECT Score", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000181\",\n \"display\": \"Alberta Stroke Program Early CT score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\n \"issued\": \"2023-11-06T09:45:00+00:00\",\n \"valueQuantity\": {\n \"value\": 4,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - ASPECT Score", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000181\",\n \"display\": \"Alberta Stroke Program Early CT score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\n \"issued\": \"2023-11-06T09:45:00+00:00\",\n \"valueQuantity\": {\n \"value\": 4,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\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/\"MTcxNTA3ODQyNzUxOTU4OTAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 10:40: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/Observation/8f90fd24-259b-46df-945a-32e74d96bc13/_history/MTcxNTA3ODQyNzUxOTU4OTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 10:40:27 GMT" }, { "key": "content-length", "value": "852" }, { "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": "090b9393-cc01-487e-8cda-156272afd2e2" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000181\",\n \"display\": \"Alberta Stroke Program Early CT score\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"8f90fd24-259b-46df-945a-32e74d96bc13\",\n \"identifier\": [],\n \"issued\": \"2023-11-06T09:45:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T10:40:27.519589+00:00\",\n \"versionId\": \"MTcxNTA3ODQyNzUxOTU4OTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 4\n }\n}" }, { "name": "Observation - ASPECT Score", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000181\",\n \"display\": \"Alberta Stroke Program Early CT score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\n \"issued\": \"2023-11-06T09:45:00+00:00\",\n \"valueQuantity\": {\n \"value\": 4,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\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/\"MTcxNTA3ODQyNzUxOTU4OTAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 10:40: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/Observation/8f90fd24-259b-46df-945a-32e74d96bc13/_history/MTcxNTA3ODQyNzUxOTU4OTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 10:40:27 GMT" }, { "key": "content-length", "value": "852" }, { "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": "090b9393-cc01-487e-8cda-156272afd2e2" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000181\",\n \"display\": \"Alberta Stroke Program Early CT score\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"8f90fd24-259b-46df-945a-32e74d96bc13\",\n \"identifier\": [],\n \"issued\": \"2023-11-06T09:45:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T10:40:27.519589+00:00\",\n \"versionId\": \"MTcxNTA3ODQyNzUxOTU4OTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 4\n }\n}" } ] }, { "name": "Observation - ASPECT Score", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000181\",\n \"display\": \"Alberta Stroke Program Early CT score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\n \"issued\": \"2023-11-06T09:45:00+00:00\",\n \"valueQuantity\": {\n \"value\": 4,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - ASPECT Score", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000181\",\n \"display\": \"Alberta Stroke Program Early CT score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\n \"issued\": \"2023-11-06T09:45:00+00:00\",\n \"valueQuantity\": {\n \"value\": 4,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\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/\"MTcxNTA3ODQyNzUxOTU4OTAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 10:40: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/Observation/8f90fd24-259b-46df-945a-32e74d96bc13/_history/MTcxNTA3ODQyNzUxOTU4OTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 10:40:27 GMT" }, { "key": "content-length", "value": "852" }, { "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": "090b9393-cc01-487e-8cda-156272afd2e2" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000181\",\n \"display\": \"Alberta Stroke Program Early CT score\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"8f90fd24-259b-46df-945a-32e74d96bc13\",\n \"identifier\": [],\n \"issued\": \"2023-11-06T09:45:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T10:40:27.519589+00:00\",\n \"versionId\": \"MTcxNTA3ODQyNzUxOTU4OTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 4\n }\n}" }, { "name": "Observation - ASPECT Score", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000181\",\n \"display\": \"Alberta Stroke Program Early CT score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\n \"issued\": \"2023-11-06T09:45:00+00:00\",\n \"valueQuantity\": {\n \"value\": 4,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\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/\"MTcxNTA3ODQyNzUxOTU4OTAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 10:40: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/Observation/8f90fd24-259b-46df-945a-32e74d96bc13/_history/MTcxNTA3ODQyNzUxOTU4OTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 10:40:27 GMT" }, { "key": "content-length", "value": "852" }, { "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": "090b9393-cc01-487e-8cda-156272afd2e2" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000181\",\n \"display\": \"Alberta Stroke Program Early CT score\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"8f90fd24-259b-46df-945a-32e74d96bc13\",\n \"identifier\": [],\n \"issued\": \"2023-11-06T09:45:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T10:40:27.519589+00:00\",\n \"versionId\": \"MTcxNTA3ODQyNzUxOTU4OTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 4\n }\n}" } ] }, { "name": "Observation - CT-Scan Kepala", "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 \"system\": \"http://loinc.org\",\n \"code\": \"42132-1\",\n \"display\": \"CT Head W contrast IV\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\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/{{IServiceRequest_CT}}\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"69536005\",\n \"display\": \"Head structure\"\n }\n ]\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_CT}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"432504007\",\n \"display\": \"Cerebral infarction\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - CT-Scan Kepala", "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 \"system\": \"http://loinc.org\",\n \"code\": \"42132-1\",\n \"display\": \"CT Head W contrast IV\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\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/{{IServiceRequest_CT}}\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"69536005\",\n \"display\": \"Head structure\"\n }\n ]\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_CT}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"432504007\",\n \"display\": \"Cerebral infarction\"\n }\n ]\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/697bc7d7-1344-4b66-b7c9-a71d6be266eb/_history/MTcxNTA2MjAwNzAyMzg0MzAwMA" }, { "key": "etag", "value": "W/\"MTcxNTA2MjAwNzAyMzg0MzAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 06:06:47 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 06:06:47 GMT" }, { "key": "content-length", "value": "1208" }, { "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": "9d3b5734-05ba-49e5-8df1-19aa67a0c7f4" }, { "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/539cad4d-4ab5-4168-9cdf-088083076593\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"code\": \"69536005\",\n \"display\": \"Head structure\",\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\": \"CT Head W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/34dfa1b3-95f3-4b81-bb00-c73eeb99272d\"\n }\n ],\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"697bc7d7-1344-4b66-b7c9-a71d6be266eb\",\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\": \"2024-05-07T06:06:47.023843+00:00\",\n \"versionId\": \"MTcxNTA2MjAwNzAyMzg0MzAwMA\"\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 \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"432504007\",\n \"display\": \"Cerebral infarction\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" }, { "name": "Observation - CT-Scan Kepala", "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 \"system\": \"http://loinc.org\",\n \"code\": \"42132-1\",\n \"display\": \"CT Head W contrast IV\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\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/{{IServiceRequest_CT}}\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"69536005\",\n \"display\": \"Head structure\"\n }\n ]\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_CT}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"432504007\",\n \"display\": \"Cerebral infarction\"\n }\n ]\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/697bc7d7-1344-4b66-b7c9-a71d6be266eb/_history/MTcxNTA2MjAwNzAyMzg0MzAwMA" }, { "key": "etag", "value": "W/\"MTcxNTA2MjAwNzAyMzg0MzAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 06:06:47 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 06:06:47 GMT" }, { "key": "content-length", "value": "1208" }, { "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": "9d3b5734-05ba-49e5-8df1-19aa67a0c7f4" }, { "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/539cad4d-4ab5-4168-9cdf-088083076593\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"code\": \"69536005\",\n \"display\": \"Head structure\",\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\": \"CT Head W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/34dfa1b3-95f3-4b81-bb00-c73eeb99272d\"\n }\n ],\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"697bc7d7-1344-4b66-b7c9-a71d6be266eb\",\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\": \"2024-05-07T06:06:47.023843+00:00\",\n \"versionId\": \"MTcxNTA2MjAwNzAyMzg0MzAwMA\"\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 \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"432504007\",\n \"display\": \"Cerebral infarction\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" } ] } ] }, { "name": "Hasil CTA", "item": [ { "name": "Observation - CTA", "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/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{ServiceRequest_CTA}}\"\n }\n ],\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_CTA}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415582006\",\n \"display\": \"Stenosis\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - CTA", "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/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{ServiceRequest_CTA}}\"\n }\n ],\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_CTA}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415582006\",\n \"display\": \"Stenosis\"\n }\n ]\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/3e2ed1cc-4fce-4654-af7c-89d70f221b05/_history/MTcxMDg1NTkzOTU3MDk4MTAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 13:45:39 UTC" }, { "key": "etag", "value": "W/\"MTcxMDg1NTkzOTU3MDk4MTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 13:45:39 GMT" }, { "key": "Content-Length", "value": "5320" }, { "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": "74f29a2a-b5ad-4cc6-a2c8-cdb3bc409279" }, { "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/b6910728-652f-4322-8ff6-53dfb8b87a43\"\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/fee30ff1-2ce1-4b3f-9330-fdcebbce1438\"\n }\n ],\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"3e2ed1cc-4fce-4654-af7c-89d70f221b05\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000002\",\n \"value\": \"O00021\"\n }\n ],\n \"issued\": \"2023-03-02T02:40:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T13:45:39.570981+00:00\",\n \"versionId\": \"MTcxMDg1NTkzOTU3MDk4MTAwMA\"\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 \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"415582006\",\n \"display\": \"Stenosis\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" }, { "name": "Observation - CTA", "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/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{ServiceRequest_CTA}}\"\n }\n ],\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_CTA}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415582006\",\n \"display\": \"Stenosis\"\n }\n ]\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/3e2ed1cc-4fce-4654-af7c-89d70f221b05/_history/MTcxMDg1NTkzOTU3MDk4MTAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 13:45:39 UTC" }, { "key": "etag", "value": "W/\"MTcxMDg1NTkzOTU3MDk4MTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 13:45:39 GMT" }, { "key": "Content-Length", "value": "5320" }, { "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": "74f29a2a-b5ad-4cc6-a2c8-cdb3bc409279" }, { "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/b6910728-652f-4322-8ff6-53dfb8b87a43\"\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/fee30ff1-2ce1-4b3f-9330-fdcebbce1438\"\n }\n ],\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"3e2ed1cc-4fce-4654-af7c-89d70f221b05\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000002\",\n \"value\": \"O00021\"\n }\n ],\n \"issued\": \"2023-03-02T02:40:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T13:45:39.570981+00:00\",\n \"versionId\": \"MTcxMDg1NTkzOTU3MDk4MTAwMA\"\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 \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"415582006\",\n \"display\": \"Stenosis\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" } ] }, { "name": "Observation - CTA", "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/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{ServiceRequest_CTA}}\"\n }\n ],\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_CTA}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415582006\",\n \"display\": \"Stenosis\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - CTA", "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/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{ServiceRequest_CTA}}\"\n }\n ],\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_CTA}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415582006\",\n \"display\": \"Stenosis\"\n }\n ]\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/3e2ed1cc-4fce-4654-af7c-89d70f221b05/_history/MTcxMDg1NTkzOTU3MDk4MTAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 13:45:39 UTC" }, { "key": "etag", "value": "W/\"MTcxMDg1NTkzOTU3MDk4MTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 13:45:39 GMT" }, { "key": "Content-Length", "value": "5320" }, { "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": "74f29a2a-b5ad-4cc6-a2c8-cdb3bc409279" }, { "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/b6910728-652f-4322-8ff6-53dfb8b87a43\"\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/fee30ff1-2ce1-4b3f-9330-fdcebbce1438\"\n }\n ],\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"3e2ed1cc-4fce-4654-af7c-89d70f221b05\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000002\",\n \"value\": \"O00021\"\n }\n ],\n \"issued\": \"2023-03-02T02:40:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T13:45:39.570981+00:00\",\n \"versionId\": \"MTcxMDg1NTkzOTU3MDk4MTAwMA\"\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 \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"415582006\",\n \"display\": \"Stenosis\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" }, { "name": "Observation - CTA", "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/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{ServiceRequest_CTA}}\"\n }\n ],\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_CTA}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415582006\",\n \"display\": \"Stenosis\"\n }\n ]\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/3e2ed1cc-4fce-4654-af7c-89d70f221b05/_history/MTcxMDg1NTkzOTU3MDk4MTAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 13:45:39 UTC" }, { "key": "etag", "value": "W/\"MTcxMDg1NTkzOTU3MDk4MTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 13:45:39 GMT" }, { "key": "Content-Length", "value": "5320" }, { "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": "74f29a2a-b5ad-4cc6-a2c8-cdb3bc409279" }, { "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/b6910728-652f-4322-8ff6-53dfb8b87a43\"\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/fee30ff1-2ce1-4b3f-9330-fdcebbce1438\"\n }\n ],\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"3e2ed1cc-4fce-4654-af7c-89d70f221b05\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000002\",\n \"value\": \"O00021\"\n }\n ],\n \"issued\": \"2023-03-02T02:40:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T13:45:39.570981+00:00\",\n \"versionId\": \"MTcxMDg1NTkzOTU3MDk4MTAwMA\"\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 \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"415582006\",\n \"display\": \"Stenosis\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" } ] } ] } ] }, { "name": "Tindakan", "item": [ { "name": "Medication - Alteplase (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\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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 - Alteplase", "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\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Sun, 17 Mar 2024 01:52: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/Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493/_history/MTcxMDY0MDM0OTk1MDg1NzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDY0MDM0OTk1MDg1NzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 01:52:29 GMT" }, { "key": "Content-Length", "value": "1365" }, { "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": "1aba29d2-6984-4106-aa8a-62d9f6753a88" }, { "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-22T14:27:00+00:00\",\n \"lotNumber\": \"1625042A\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\",\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"fcb0ac28-62fa-466d-a0e8-27a1a802b493\",\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\": \"91000582\",\n \"display\": \"Alteplase\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 50\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T01:52:29.950857+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxMDY0MDM0OTk1MDg1NzAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" }, { "name": "Medication - Alteplase", "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\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Sun, 17 Mar 2024 01:52: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/Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493/_history/MTcxMDY0MDM0OTk1MDg1NzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDY0MDM0OTk1MDg1NzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 01:52:29 GMT" }, { "key": "Content-Length", "value": "1365" }, { "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": "1aba29d2-6984-4106-aa8a-62d9f6753a88" }, { "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-22T14:27:00+00:00\",\n \"lotNumber\": \"1625042A\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\",\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"fcb0ac28-62fa-466d-a0e8-27a1a802b493\",\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\": \"91000582\",\n \"display\": \"Alteplase\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 50\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T01:52:29.950857+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxMDY0MDM0OTk1MDg1NzAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" } ] }, { "name": "Procedure - r-TPA", "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\": \"99.10\",\n \"display\": \"Injection or infusion of thrombolytic agent\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-01T02:40:00+00:00\",\n \"end\": \"2023-03-01T03:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"usedReference\": [\n {\n \"reference\": \"Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Procedure", "host": [ "{{base_url}}" ], "path": [ "Procedure" ] } }, "response": [ { "name": "Procedure - r-TPA", "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\": \"99.10\",\n \"display\": \"Injection or infusion of thrombolytic agent\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-01T02:40:00+00:00\",\n \"end\": \"2023-03-01T03:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"usedReference\": [\n {\n \"reference\": \"Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\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": "last-modified", "value": "Sun, 17 Mar 2024 01:52:54 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/5c6ba585-3388-47d3-8e00-921f6a3030fc/_history/MTcxMDY0MDM3NDI0NzQ4NjAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDY0MDM3NDI0NzQ4NjAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 01:52:54 GMT" }, { "key": "Content-Length", "value": "1093" }, { "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": "736f433d-8dd7-40da-8745-bc96db014a0a" }, { "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\": \"277132007\",\n \"display\": \"Therapeutic procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"99.10\",\n \"display\": \"Injection or infusion of thrombolytic agent\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"5c6ba585-3388-47d3-8e00-921f6a3030fc\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T01:52:54.247486+00:00\",\n \"versionId\": \"MTcxMDY0MDM3NDI0NzQ4NjAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\n }\n ],\n \"performedPeriod\": {\n \"end\": \"2023-03-01T03:00:00+00:00\",\n \"start\": \"2023-03-01T02:40: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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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 \"usedReference\": [\n {\n \"reference\": \"Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493\"\n }\n ]\n}" }, { "name": "Procedure - r-TPA", "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\": \"99.10\",\n \"display\": \"Injection or infusion of thrombolytic agent\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-01T02:40:00+00:00\",\n \"end\": \"2023-03-01T03:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"usedReference\": [\n {\n \"reference\": \"Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\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": "last-modified", "value": "Sun, 17 Mar 2024 01:52:54 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/5c6ba585-3388-47d3-8e00-921f6a3030fc/_history/MTcxMDY0MDM3NDI0NzQ4NjAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDY0MDM3NDI0NzQ4NjAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 01:52:54 GMT" }, { "key": "Content-Length", "value": "1093" }, { "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": "736f433d-8dd7-40da-8745-bc96db014a0a" }, { "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\": \"277132007\",\n \"display\": \"Therapeutic procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"99.10\",\n \"display\": \"Injection or infusion of thrombolytic agent\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"5c6ba585-3388-47d3-8e00-921f6a3030fc\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T01:52:54.247486+00:00\",\n \"versionId\": \"MTcxMDY0MDM3NDI0NzQ4NjAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\n }\n ],\n \"performedPeriod\": {\n \"end\": \"2023-03-01T03:00:00+00:00\",\n \"start\": \"2023-03-01T02:40: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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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 \"usedReference\": [\n {\n \"reference\": \"Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493\"\n }\n ]\n}" } ] }, { "name": "Observation - Total Skor NIHSS Post r-TPA", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T03:00:00+00:00\",\n \"issued\": \"2023-03-01T03:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Total Skor NIHSS Post r-TPA", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T03:00:00+00:00\",\n \"issued\": \"2023-03-01T03:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\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": "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/bcbd37bd-e70b-42de-98b0-81c336389d4d/_history/MTcxMDY0MTY0NzM2OTE5MDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDY0MTY0NzM2OTE5MDAwMA\"" }, { "key": "last-modified", "value": "Sun, 17 Mar 2024 02:14:07 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 02:14:07 GMT" }, { "key": "Content-Length", "value": "975" }, { "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": "0b2bbc5e-fbe1-4f0a-aa8b-645b6f99de6a" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T03:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"bcbd37bd-e70b-42de-98b0-81c336389d4d\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-01T03:00:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T02:14:07.369190+00:00\",\n \"versionId\": \"MTcxMDY0MTY0NzM2OTE5MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 14\n }\n}" }, { "name": "Observation - Total Skor NIHSS Post r-TPA", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T03:00:00+00:00\",\n \"issued\": \"2023-03-01T03:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\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": "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/bcbd37bd-e70b-42de-98b0-81c336389d4d/_history/MTcxMDY0MTY0NzM2OTE5MDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDY0MTY0NzM2OTE5MDAwMA\"" }, { "key": "last-modified", "value": "Sun, 17 Mar 2024 02:14:07 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 02:14:07 GMT" }, { "key": "Content-Length", "value": "975" }, { "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": "0b2bbc5e-fbe1-4f0a-aa8b-645b6f99de6a" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T03:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"bcbd37bd-e70b-42de-98b0-81c336389d4d\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-01T03:00:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T02:14:07.369190+00:00\",\n \"versionId\": \"MTcxMDY0MTY0NzM2OTE5MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 14\n }\n}" } ] }, { "name": "Procedure - Trombektomi", "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\": \"39.74\",\n \"display\": \"Injection or infusion of thrombolytic agent\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-01T03:15:00+00:00\",\n \"end\": \"2023-03-01T04:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Procedure", "host": [ "{{base_url}}" ], "path": [ "Procedure" ] } }, "response": [ { "name": "Procedure - Trombektomi", "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\": \"39.74\",\n \"display\": \"Injection or infusion of thrombolytic agent\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-01T03:15:00+00:00\",\n \"end\": \"2023-03-01T04:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\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/d4e94b97-fe2d-48bd-94ef-4037a0e8ed1f/_history/MTcxNTA2NTkyNTA1NzEyNDAwMA" }, { "key": "etag", "value": "W/\"MTcxNTA2NTkyNTA1NzEyNDAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 07:12:05 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 07:12:05 GMT" }, { "key": "content-length", "value": "956" }, { "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": "79f14fbd-be07-48f7-a0d9-c095cd6124de" }, { "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\": \"277132007\",\n \"display\": \"Therapeutic procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"39.74\",\n \"display\": \"Injection or infusion of thrombolytic agent\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"d4e94b97-fe2d-48bd-94ef-4037a0e8ed1f\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T07:12:05.057124+00:00\",\n \"versionId\": \"MTcxNTA2NTkyNTA1NzEyNDAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2023-03-01T04:00:00+00:00\",\n \"start\": \"2023-03-01T03:15: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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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 - Trombektomi", "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\": \"39.74\",\n \"display\": \"Injection or infusion of thrombolytic agent\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-01T03:15:00+00:00\",\n \"end\": \"2023-03-01T04:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\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/d4e94b97-fe2d-48bd-94ef-4037a0e8ed1f/_history/MTcxNTA2NTkyNTA1NzEyNDAwMA" }, { "key": "etag", "value": "W/\"MTcxNTA2NTkyNTA1NzEyNDAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 07:12:05 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 07:12:05 GMT" }, { "key": "content-length", "value": "956" }, { "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": "79f14fbd-be07-48f7-a0d9-c095cd6124de" }, { "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\": \"277132007\",\n \"display\": \"Therapeutic procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"39.74\",\n \"display\": \"Injection or infusion of thrombolytic agent\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"d4e94b97-fe2d-48bd-94ef-4037a0e8ed1f\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T07:12:05.057124+00:00\",\n \"versionId\": \"MTcxNTA2NTkyNTA1NzEyNDAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2023-03-01T04:00:00+00:00\",\n \"start\": \"2023-03-01T03:15: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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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": "Observation - Time to Recanalization", "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\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000182\",\n \"display\": \"Time to Recanalization\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueDateTime\": \"2023-03-01T03:35:00+00:00\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Time to Recanalization", "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\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000182\",\n \"display\": \"Time to Recanalization\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueDateTime\": \"2023-03-01T03:35:00+00:00\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxNTA3ODQ5NzI0OTEwMTAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 10:41:37 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/35a87712-756f-425a-8a61-dcc767b824bc/_history/MTcxNTA3ODQ5NzI0OTEwMTAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 10:41:37 GMT" }, { "key": "content-length", "value": "816" }, { "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": "0e4b08af-c9a8-41af-8d89-ef5da03d8db8" }, { "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\": \"procedure\",\n \"display\": \"Procedure\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000182\",\n \"display\": \"Time to Recanalization\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"35a87712-756f-425a-8a61-dcc767b824bc\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T10:41:37.249101+00:00\",\n \"versionId\": \"MTcxNTA3ODQ5NzI0OTEwMTAwMA\"\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 \"valueDateTime\": \"2023-03-01T03:35:00+00:00\"\n}" }, { "name": "Observation - Time to Recanalization", "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\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000182\",\n \"display\": \"Time to Recanalization\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueDateTime\": \"2023-03-01T03:35:00+00:00\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxNTA3ODQ5NzI0OTEwMTAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 10:41:37 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/35a87712-756f-425a-8a61-dcc767b824bc/_history/MTcxNTA3ODQ5NzI0OTEwMTAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 10:41:37 GMT" }, { "key": "content-length", "value": "816" }, { "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": "0e4b08af-c9a8-41af-8d89-ef5da03d8db8" }, { "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\": \"procedure\",\n \"display\": \"Procedure\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000182\",\n \"display\": \"Time to Recanalization\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"35a87712-756f-425a-8a61-dcc767b824bc\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T10:41:37.249101+00:00\",\n \"versionId\": \"MTcxNTA3ODQ5NzI0OTEwMTAwMA\"\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 \"valueDateTime\": \"2023-03-01T03:35:00+00:00\"\n}" } ] }, { "name": "Observation - TICI Score", "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\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000183\",\n \"display\": \"Thrombolysis in Cerebral Infarction Score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000412\",\n \"display\": \"Grade 2b\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Time to Recanalization Copy", "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\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000183\",\n \"display\": \"Thrombolysis in Cerebral Infarction Score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000412\",\n \"display\": \"Grade 2b\"\n }\n ]\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/\"MTcxNTA3OTMyMjIxNTU0MjAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 10:55:22 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/5298d733-1bc9-4c77-b5f7-9d4dc4de5800/_history/MTcxNTA3OTMyMjIxNTU0MjAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 10:55:22 GMT" }, { "key": "content-length", "value": "936" }, { "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": "665614d5-04df-4c71-87dd-1be6515d1c99" }, { "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\": \"procedure\",\n \"display\": \"Procedure\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000183\",\n \"display\": \"Thrombolysis in Cerebral Infarction Score\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"5298d733-1bc9-4c77-b5f7-9d4dc4de5800\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T10:55:22.215542+00:00\",\n \"versionId\": \"MTcxNTA3OTMyMjIxNTU0MjAwMA\"\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 \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"OV000412\",\n \"display\": \"Grade 2b\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n }\n}" }, { "name": "Observation - Time to Recanalization Copy", "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\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000183\",\n \"display\": \"Thrombolysis in Cerebral Infarction Score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000412\",\n \"display\": \"Grade 2b\"\n }\n ]\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/\"MTcxNTA3OTMyMjIxNTU0MjAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 10:55:22 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/5298d733-1bc9-4c77-b5f7-9d4dc4de5800/_history/MTcxNTA3OTMyMjIxNTU0MjAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 10:55:22 GMT" }, { "key": "content-length", "value": "936" }, { "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": "665614d5-04df-4c71-87dd-1be6515d1c99" }, { "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\": \"procedure\",\n \"display\": \"Procedure\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000183\",\n \"display\": \"Thrombolysis in Cerebral Infarction Score\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"5298d733-1bc9-4c77-b5f7-9d4dc4de5800\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T10:55:22.215542+00:00\",\n \"versionId\": \"MTcxNTA3OTMyMjIxNTU0MjAwMA\"\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 \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"OV000412\",\n \"display\": \"Grade 2b\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n }\n}" } ] }, { "name": "Procedure - Jenis Rehabilitasi Stroke", "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\": \"2517002\",\n \"display\": \"Stroke rehabilitation\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"91251008\",\n \"display\": \"Physical therapy procedure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Procedure", "host": [ "{{base_url}}" ], "path": [ "Procedure" ] } }, "response": [ { "name": "Procedure - Jenis Rehabilitasi Stroke", "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\": \"2517002\",\n \"display\": \"Stroke rehabilitation\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"91251008\",\n \"display\": \"Physical therapy procedure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\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/\"MTcxMDgxMzM5NjQ2NjQzODAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/0ec08dca-d60c-4777-8051-e4fac8b945e6/_history/MTcxMDgxMzM5NjQ2NjQzODAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 01:56:36 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 01:56:36 GMT" }, { "key": "Content-Length", "value": "3790" }, { "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": "74adbc9d-e5ac-45c2-8fc8-ad52119baf1e" }, { "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\": \"2517002\",\n \"display\": \"Stroke rehabilitation\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"91251008\",\n \"display\": \"Physical therapy procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"0ec08dca-d60c-4777-8051-e4fac8b945e6\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T01:56:36.466438+00:00\",\n \"versionId\": \"MTcxMDgxMzM5NjQ2NjQzODAwMA\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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 Rehabilitasi Stroke", "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\": \"2517002\",\n \"display\": \"Stroke rehabilitation\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"91251008\",\n \"display\": \"Physical therapy procedure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\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/\"MTcxMDgxMzM5NjQ2NjQzODAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/0ec08dca-d60c-4777-8051-e4fac8b945e6/_history/MTcxMDgxMzM5NjQ2NjQzODAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 01:56:36 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 01:56:36 GMT" }, { "key": "Content-Length", "value": "3790" }, { "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": "74adbc9d-e5ac-45c2-8fc8-ad52119baf1e" }, { "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\": \"2517002\",\n \"display\": \"Stroke rehabilitation\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"91251008\",\n \"display\": \"Physical therapy procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"0ec08dca-d60c-4777-8051-e4fac8b945e6\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T01:56:36.466438+00:00\",\n \"versionId\": \"MTcxMDgxMzM5NjQ2NjQzODAwMA\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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 - Fisioterapi", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"Procedure\",\r\n \"status\": \"completed\",\r\n \"category\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"2517002\",\r\n \"display\": \"Stroke rehabilitation\"\r\n }\r\n ]\r\n },\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\r\n \"code\": \"93.11\",\r\n \"display\": \"Assisting exercise\"\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_id}}\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2023-03-10T03:30:00+00:00\",\r\n \"end\": \"2023-03-10T05:00:00+00:00\"\r\n },\r\n \"performer\": [\r\n {\r\n \"actor\": {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\r\n \"display\": \"Dokter Bronsig\"\r\n }\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\": \"I63.5\",\r\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"basedOn\": [\r\n {\r\n \"reference\": \"ServiceRequest/{{ServiceRequest_Ranap}}\"\r\n }\r\n ],\r\n \"note\": [\r\n {\r\n \"text\": \"Kontrol Kembali Pasien untuk Rehabilitasi Fisioterapi pasca Serangan Stroke\"\r\n }\r\n ]\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Procedure", "host": [ "{{base_url}}" ], "path": [ "Procedure" ] } }, "response": [ { "name": "Procedure - Fisioterapi", "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\": \"2517002\",\n \"display\": \"Stroke rehabilitation\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"93.11\",\n \"display\": \"Assisting exercise\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-10T03:30:00+00:00\",\n \"end\": \"2023-03-10T05:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Ranap}}\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Kontrol Kembali Pasien untuk Rehabilitasi Fisioterapi pasca Serangan Stroke\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/e17c2e82-f9e4-4dc4-8951-196a6fd0f188/_history/MTcxMDgxNDQxNjA3NzA0MzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgxNDQxNjA3NzA0MzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 02:13:36 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 02:13:36 GMT" }, { "key": "Content-Length", "value": "5384" }, { "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": "0dfc94d6-2992-4201-abfa-fc513e056805" }, { "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/753fa559-2bd8-4cab-816b-2be91184711f\"\n }\n ],\n \"category\": {\n \"coding\": [\n {\n \"code\": \"2517002\",\n \"display\": \"Stroke rehabilitation\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93.11\",\n \"display\": \"Assisting exercise\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"e17c2e82-f9e4-4dc4-8951-196a6fd0f188\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T02:13:36.077043+00:00\",\n \"versionId\": \"MTcxMDgxNDQxNjA3NzA0MzAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Kontrol Kembali Pasien untuk Rehabilitasi Fisioterapi pasca Serangan Stroke\"\n }\n ],\n \"performedPeriod\": {\n \"end\": \"2023-03-10T05:00:00+00:00\",\n \"start\": \"2023-03-10T03:30: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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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 - Fisioterapi", "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\": \"2517002\",\n \"display\": \"Stroke rehabilitation\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"93.11\",\n \"display\": \"Assisting exercise\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-10T03:30:00+00:00\",\n \"end\": \"2023-03-10T05:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Ranap}}\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Kontrol Kembali Pasien untuk Rehabilitasi Fisioterapi pasca Serangan Stroke\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/e17c2e82-f9e4-4dc4-8951-196a6fd0f188/_history/MTcxMDgxNDQxNjA3NzA0MzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgxNDQxNjA3NzA0MzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 02:13:36 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 02:13:36 GMT" }, { "key": "Content-Length", "value": "5384" }, { "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": "0dfc94d6-2992-4201-abfa-fc513e056805" }, { "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/753fa559-2bd8-4cab-816b-2be91184711f\"\n }\n ],\n \"category\": {\n \"coding\": [\n {\n \"code\": \"2517002\",\n \"display\": \"Stroke rehabilitation\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93.11\",\n \"display\": \"Assisting exercise\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"e17c2e82-f9e4-4dc4-8951-196a6fd0f188\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T02:13:36.077043+00:00\",\n \"versionId\": \"MTcxMDgxNDQxNjA3NzA0MzAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Kontrol Kembali Pasien untuk Rehabilitasi Fisioterapi pasca Serangan Stroke\"\n }\n ],\n \"performedPeriod\": {\n \"end\": \"2023-03-10T05:00:00+00:00\",\n \"start\": \"2023-03-10T03:30: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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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": "Observation - TICI Score", "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\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000183\",\n \"display\": \"Thrombolysis in Cerebral Infarction Score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000412\",\n \"display\": \"Grade 2b\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Time to Recanalization Copy", "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\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000183\",\n \"display\": \"Thrombolysis in Cerebral Infarction Score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000412\",\n \"display\": \"Grade 2b\"\n }\n ]\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/\"MTcxNTA3OTMyMjIxNTU0MjAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 10:55:22 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/5298d733-1bc9-4c77-b5f7-9d4dc4de5800/_history/MTcxNTA3OTMyMjIxNTU0MjAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 10:55:22 GMT" }, { "key": "content-length", "value": "936" }, { "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": "665614d5-04df-4c71-87dd-1be6515d1c99" }, { "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\": \"procedure\",\n \"display\": \"Procedure\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000183\",\n \"display\": \"Thrombolysis in Cerebral Infarction Score\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"5298d733-1bc9-4c77-b5f7-9d4dc4de5800\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T10:55:22.215542+00:00\",\n \"versionId\": \"MTcxNTA3OTMyMjIxNTU0MjAwMA\"\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 \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"OV000412\",\n \"display\": \"Grade 2b\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n }\n}" }, { "name": "Observation - Time to Recanalization Copy", "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\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000183\",\n \"display\": \"Thrombolysis in Cerebral Infarction Score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000412\",\n \"display\": \"Grade 2b\"\n }\n ]\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/\"MTcxNTA3OTMyMjIxNTU0MjAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 10:55:22 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/5298d733-1bc9-4c77-b5f7-9d4dc4de5800/_history/MTcxNTA3OTMyMjIxNTU0MjAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 10:55:22 GMT" }, { "key": "content-length", "value": "936" }, { "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": "665614d5-04df-4c71-87dd-1be6515d1c99" }, { "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\": \"procedure\",\n \"display\": \"Procedure\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000183\",\n \"display\": \"Thrombolysis in Cerebral Infarction Score\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"5298d733-1bc9-4c77-b5f7-9d4dc4de5800\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T10:55:22.215542+00:00\",\n \"versionId\": \"MTcxNTA3OTMyMjIxNTU0MjAwMA\"\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 \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"OV000412\",\n \"display\": \"Grade 2b\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n }\n}" } ] }, { "name": "Procedure - r-TPA", "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\": \"99.10\",\n \"display\": \"Injection or infusion of thrombolytic agent\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-01T02:40:00+00:00\",\n \"end\": \"2023-03-01T03:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"usedReference\": [\n {\n \"reference\": \"Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Procedure", "host": [ "{{base_url}}" ], "path": [ "Procedure" ] } }, "response": [ { "name": "Procedure - r-TPA", "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\": \"99.10\",\n \"display\": \"Injection or infusion of thrombolytic agent\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-01T02:40:00+00:00\",\n \"end\": \"2023-03-01T03:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"usedReference\": [\n {\n \"reference\": \"Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\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": "last-modified", "value": "Sun, 17 Mar 2024 01:52:54 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/5c6ba585-3388-47d3-8e00-921f6a3030fc/_history/MTcxMDY0MDM3NDI0NzQ4NjAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDY0MDM3NDI0NzQ4NjAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 01:52:54 GMT" }, { "key": "Content-Length", "value": "1093" }, { "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": "736f433d-8dd7-40da-8745-bc96db014a0a" }, { "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\": \"277132007\",\n \"display\": \"Therapeutic procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"99.10\",\n \"display\": \"Injection or infusion of thrombolytic agent\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"5c6ba585-3388-47d3-8e00-921f6a3030fc\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T01:52:54.247486+00:00\",\n \"versionId\": \"MTcxMDY0MDM3NDI0NzQ4NjAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\n }\n ],\n \"performedPeriod\": {\n \"end\": \"2023-03-01T03:00:00+00:00\",\n \"start\": \"2023-03-01T02:40: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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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 \"usedReference\": [\n {\n \"reference\": \"Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493\"\n }\n ]\n}" }, { "name": "Procedure - r-TPA", "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\": \"99.10\",\n \"display\": \"Injection or infusion of thrombolytic agent\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-01T02:40:00+00:00\",\n \"end\": \"2023-03-01T03:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"usedReference\": [\n {\n \"reference\": \"Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\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": "last-modified", "value": "Sun, 17 Mar 2024 01:52:54 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/5c6ba585-3388-47d3-8e00-921f6a3030fc/_history/MTcxMDY0MDM3NDI0NzQ4NjAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDY0MDM3NDI0NzQ4NjAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 01:52:54 GMT" }, { "key": "Content-Length", "value": "1093" }, { "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": "736f433d-8dd7-40da-8745-bc96db014a0a" }, { "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\": \"277132007\",\n \"display\": \"Therapeutic procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"99.10\",\n \"display\": \"Injection or infusion of thrombolytic agent\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"5c6ba585-3388-47d3-8e00-921f6a3030fc\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T01:52:54.247486+00:00\",\n \"versionId\": \"MTcxMDY0MDM3NDI0NzQ4NjAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\n }\n ],\n \"performedPeriod\": {\n \"end\": \"2023-03-01T03:00:00+00:00\",\n \"start\": \"2023-03-01T02:40: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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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 \"usedReference\": [\n {\n \"reference\": \"Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493\"\n }\n ]\n}" } ] }, { "name": "Observation - Time to Recanalization", "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\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000182\",\n \"display\": \"Time to Recanalization\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueDateTime\": \"2023-03-01T03:35:00+00:00\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Time to Recanalization", "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\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000182\",\n \"display\": \"Time to Recanalization\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueDateTime\": \"2023-03-01T03:35:00+00:00\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxNTA3ODQ5NzI0OTEwMTAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 10:41:37 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/35a87712-756f-425a-8a61-dcc767b824bc/_history/MTcxNTA3ODQ5NzI0OTEwMTAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 10:41:37 GMT" }, { "key": "content-length", "value": "816" }, { "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": "0e4b08af-c9a8-41af-8d89-ef5da03d8db8" }, { "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\": \"procedure\",\n \"display\": \"Procedure\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000182\",\n \"display\": \"Time to Recanalization\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"35a87712-756f-425a-8a61-dcc767b824bc\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T10:41:37.249101+00:00\",\n \"versionId\": \"MTcxNTA3ODQ5NzI0OTEwMTAwMA\"\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 \"valueDateTime\": \"2023-03-01T03:35:00+00:00\"\n}" }, { "name": "Observation - Time to Recanalization", "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\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000182\",\n \"display\": \"Time to Recanalization\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueDateTime\": \"2023-03-01T03:35:00+00:00\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxNTA3ODQ5NzI0OTEwMTAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 10:41:37 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/35a87712-756f-425a-8a61-dcc767b824bc/_history/MTcxNTA3ODQ5NzI0OTEwMTAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 10:41:37 GMT" }, { "key": "content-length", "value": "816" }, { "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": "0e4b08af-c9a8-41af-8d89-ef5da03d8db8" }, { "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\": \"procedure\",\n \"display\": \"Procedure\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000182\",\n \"display\": \"Time to Recanalization\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"35a87712-756f-425a-8a61-dcc767b824bc\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T10:41:37.249101+00:00\",\n \"versionId\": \"MTcxNTA3ODQ5NzI0OTEwMTAwMA\"\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 \"valueDateTime\": \"2023-03-01T03:35:00+00:00\"\n}" } ] }, { "name": "Procedure - Jenis Rehabilitasi Stroke", "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\": \"2517002\",\n \"display\": \"Stroke rehabilitation\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"91251008\",\n \"display\": \"Physical therapy procedure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Procedure", "host": [ "{{base_url}}" ], "path": [ "Procedure" ] } }, "response": [ { "name": "Procedure - Jenis Rehabilitasi Stroke", "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\": \"2517002\",\n \"display\": \"Stroke rehabilitation\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"91251008\",\n \"display\": \"Physical therapy procedure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\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/\"MTcxMDgxMzM5NjQ2NjQzODAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/0ec08dca-d60c-4777-8051-e4fac8b945e6/_history/MTcxMDgxMzM5NjQ2NjQzODAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 01:56:36 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 01:56:36 GMT" }, { "key": "Content-Length", "value": "3790" }, { "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": "74adbc9d-e5ac-45c2-8fc8-ad52119baf1e" }, { "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\": \"2517002\",\n \"display\": \"Stroke rehabilitation\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"91251008\",\n \"display\": \"Physical therapy procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"0ec08dca-d60c-4777-8051-e4fac8b945e6\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T01:56:36.466438+00:00\",\n \"versionId\": \"MTcxMDgxMzM5NjQ2NjQzODAwMA\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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 Rehabilitasi Stroke", "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\": \"2517002\",\n \"display\": \"Stroke rehabilitation\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"91251008\",\n \"display\": \"Physical therapy procedure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\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/\"MTcxMDgxMzM5NjQ2NjQzODAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/0ec08dca-d60c-4777-8051-e4fac8b945e6/_history/MTcxMDgxMzM5NjQ2NjQzODAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 01:56:36 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 01:56:36 GMT" }, { "key": "Content-Length", "value": "3790" }, { "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": "74adbc9d-e5ac-45c2-8fc8-ad52119baf1e" }, { "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\": \"2517002\",\n \"display\": \"Stroke rehabilitation\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"91251008\",\n \"display\": \"Physical therapy procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"0ec08dca-d60c-4777-8051-e4fac8b945e6\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T01:56:36.466438+00:00\",\n \"versionId\": \"MTcxMDgxMzM5NjQ2NjQzODAwMA\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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 - Trombektomi", "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\": \"39.74\",\n \"display\": \"Injection or infusion of thrombolytic agent\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-01T03:15:00+00:00\",\n \"end\": \"2023-03-01T04:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Procedure", "host": [ "{{base_url}}" ], "path": [ "Procedure" ] } }, "response": [ { "name": "Procedure - Trombektomi", "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\": \"39.74\",\n \"display\": \"Injection or infusion of thrombolytic agent\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-01T03:15:00+00:00\",\n \"end\": \"2023-03-01T04:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\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/d4e94b97-fe2d-48bd-94ef-4037a0e8ed1f/_history/MTcxNTA2NTkyNTA1NzEyNDAwMA" }, { "key": "etag", "value": "W/\"MTcxNTA2NTkyNTA1NzEyNDAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 07:12:05 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 07:12:05 GMT" }, { "key": "content-length", "value": "956" }, { "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": "79f14fbd-be07-48f7-a0d9-c095cd6124de" }, { "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\": \"277132007\",\n \"display\": \"Therapeutic procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"39.74\",\n \"display\": \"Injection or infusion of thrombolytic agent\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"d4e94b97-fe2d-48bd-94ef-4037a0e8ed1f\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T07:12:05.057124+00:00\",\n \"versionId\": \"MTcxNTA2NTkyNTA1NzEyNDAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2023-03-01T04:00:00+00:00\",\n \"start\": \"2023-03-01T03:15: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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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 - Trombektomi", "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\": \"39.74\",\n \"display\": \"Injection or infusion of thrombolytic agent\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-01T03:15:00+00:00\",\n \"end\": \"2023-03-01T04:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\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/d4e94b97-fe2d-48bd-94ef-4037a0e8ed1f/_history/MTcxNTA2NTkyNTA1NzEyNDAwMA" }, { "key": "etag", "value": "W/\"MTcxNTA2NTkyNTA1NzEyNDAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 07:12:05 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 07:12:05 GMT" }, { "key": "content-length", "value": "956" }, { "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": "79f14fbd-be07-48f7-a0d9-c095cd6124de" }, { "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\": \"277132007\",\n \"display\": \"Therapeutic procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"39.74\",\n \"display\": \"Injection or infusion of thrombolytic agent\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"d4e94b97-fe2d-48bd-94ef-4037a0e8ed1f\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T07:12:05.057124+00:00\",\n \"versionId\": \"MTcxNTA2NTkyNTA1NzEyNDAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2023-03-01T04:00:00+00:00\",\n \"start\": \"2023-03-01T03:15: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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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": "Observation - Total Skor NIHSS Post r-TPA", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T03:00:00+00:00\",\n \"issued\": \"2023-03-01T03:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Total Skor NIHSS Post r-TPA", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T03:00:00+00:00\",\n \"issued\": \"2023-03-01T03:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\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": "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/bcbd37bd-e70b-42de-98b0-81c336389d4d/_history/MTcxMDY0MTY0NzM2OTE5MDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDY0MTY0NzM2OTE5MDAwMA\"" }, { "key": "last-modified", "value": "Sun, 17 Mar 2024 02:14:07 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 02:14:07 GMT" }, { "key": "Content-Length", "value": "975" }, { "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": "0b2bbc5e-fbe1-4f0a-aa8b-645b6f99de6a" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T03:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"bcbd37bd-e70b-42de-98b0-81c336389d4d\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-01T03:00:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T02:14:07.369190+00:00\",\n \"versionId\": \"MTcxMDY0MTY0NzM2OTE5MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 14\n }\n}" }, { "name": "Observation - Total Skor NIHSS Post r-TPA", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T03:00:00+00:00\",\n \"issued\": \"2023-03-01T03:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\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": "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/bcbd37bd-e70b-42de-98b0-81c336389d4d/_history/MTcxMDY0MTY0NzM2OTE5MDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDY0MTY0NzM2OTE5MDAwMA\"" }, { "key": "last-modified", "value": "Sun, 17 Mar 2024 02:14:07 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 02:14:07 GMT" }, { "key": "Content-Length", "value": "975" }, { "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": "0b2bbc5e-fbe1-4f0a-aa8b-645b6f99de6a" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T03:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"bcbd37bd-e70b-42de-98b0-81c336389d4d\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-01T03:00:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T02:14:07.369190+00:00\",\n \"versionId\": \"MTcxMDY0MTY0NzM2OTE5MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 14\n }\n}" } ] }, { "name": "Medication - Alteplase (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\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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 - Alteplase", "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\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Sun, 17 Mar 2024 01:52: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/Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493/_history/MTcxMDY0MDM0OTk1MDg1NzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDY0MDM0OTk1MDg1NzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 01:52:29 GMT" }, { "key": "Content-Length", "value": "1365" }, { "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": "1aba29d2-6984-4106-aa8a-62d9f6753a88" }, { "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-22T14:27:00+00:00\",\n \"lotNumber\": \"1625042A\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\",\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"fcb0ac28-62fa-466d-a0e8-27a1a802b493\",\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\": \"91000582\",\n \"display\": \"Alteplase\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 50\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T01:52:29.950857+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxMDY0MDM0OTk1MDg1NzAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" }, { "name": "Medication - Alteplase", "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\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Sun, 17 Mar 2024 01:52: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/Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493/_history/MTcxMDY0MDM0OTk1MDg1NzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDY0MDM0OTk1MDg1NzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 01:52:29 GMT" }, { "key": "Content-Length", "value": "1365" }, { "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": "1aba29d2-6984-4106-aa8a-62d9f6753a88" }, { "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-22T14:27:00+00:00\",\n \"lotNumber\": \"1625042A\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\",\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"fcb0ac28-62fa-466d-a0e8-27a1a802b493\",\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\": \"91000582\",\n \"display\": \"Alteplase\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 50\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T01:52:29.950857+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxMDY0MDM0OTk1MDg1NzAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" } ] }, { "name": "Procedure - Fisioterapi", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"Procedure\",\r\n \"status\": \"completed\",\r\n \"category\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"2517002\",\r\n \"display\": \"Stroke rehabilitation\"\r\n }\r\n ]\r\n },\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\r\n \"code\": \"93.11\",\r\n \"display\": \"Assisting exercise\"\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_id}}\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2023-03-10T03:30:00+00:00\",\r\n \"end\": \"2023-03-10T05:00:00+00:00\"\r\n },\r\n \"performer\": [\r\n {\r\n \"actor\": {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\r\n \"display\": \"Dokter Bronsig\"\r\n }\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\": \"I63.5\",\r\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"basedOn\": [\r\n {\r\n \"reference\": \"ServiceRequest/{{ServiceRequest_Ranap}}\"\r\n }\r\n ],\r\n \"note\": [\r\n {\r\n \"text\": \"Kontrol Kembali Pasien untuk Rehabilitasi Fisioterapi pasca Serangan Stroke\"\r\n }\r\n ]\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Procedure", "host": [ "{{base_url}}" ], "path": [ "Procedure" ] } }, "response": [ { "name": "Procedure - Fisioterapi", "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\": \"2517002\",\n \"display\": \"Stroke rehabilitation\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"93.11\",\n \"display\": \"Assisting exercise\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-10T03:30:00+00:00\",\n \"end\": \"2023-03-10T05:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Ranap}}\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Kontrol Kembali Pasien untuk Rehabilitasi Fisioterapi pasca Serangan Stroke\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/e17c2e82-f9e4-4dc4-8951-196a6fd0f188/_history/MTcxMDgxNDQxNjA3NzA0MzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgxNDQxNjA3NzA0MzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 02:13:36 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 02:13:36 GMT" }, { "key": "Content-Length", "value": "5384" }, { "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": "0dfc94d6-2992-4201-abfa-fc513e056805" }, { "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/753fa559-2bd8-4cab-816b-2be91184711f\"\n }\n ],\n \"category\": {\n \"coding\": [\n {\n \"code\": \"2517002\",\n \"display\": \"Stroke rehabilitation\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93.11\",\n \"display\": \"Assisting exercise\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"e17c2e82-f9e4-4dc4-8951-196a6fd0f188\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T02:13:36.077043+00:00\",\n \"versionId\": \"MTcxMDgxNDQxNjA3NzA0MzAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Kontrol Kembali Pasien untuk Rehabilitasi Fisioterapi pasca Serangan Stroke\"\n }\n ],\n \"performedPeriod\": {\n \"end\": \"2023-03-10T05:00:00+00:00\",\n \"start\": \"2023-03-10T03:30: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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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 - Fisioterapi", "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\": \"2517002\",\n \"display\": \"Stroke rehabilitation\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"93.11\",\n \"display\": \"Assisting exercise\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-10T03:30:00+00:00\",\n \"end\": \"2023-03-10T05:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Ranap}}\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Kontrol Kembali Pasien untuk Rehabilitasi Fisioterapi pasca Serangan Stroke\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/e17c2e82-f9e4-4dc4-8951-196a6fd0f188/_history/MTcxMDgxNDQxNjA3NzA0MzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgxNDQxNjA3NzA0MzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 02:13:36 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 02:13:36 GMT" }, { "key": "Content-Length", "value": "5384" }, { "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": "0dfc94d6-2992-4201-abfa-fc513e056805" }, { "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/753fa559-2bd8-4cab-816b-2be91184711f\"\n }\n ],\n \"category\": {\n \"coding\": [\n {\n \"code\": \"2517002\",\n \"display\": \"Stroke rehabilitation\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93.11\",\n \"display\": \"Assisting exercise\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"e17c2e82-f9e4-4dc4-8951-196a6fd0f188\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T02:13:36.077043+00:00\",\n \"versionId\": \"MTcxMDgxNDQxNjA3NzA0MzAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Kontrol Kembali Pasien untuk Rehabilitasi Fisioterapi pasca Serangan Stroke\"\n }\n ],\n \"performedPeriod\": {\n \"end\": \"2023-03-10T05:00:00+00:00\",\n \"start\": \"2023-03-10T03:30: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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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": "Data Kepulangan Pasien Stroke", "item": [ { "name": "Observation - Total Skor NIHSS Pulang Pasien", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Total Skor NIHSS Pulang Pasien", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/f66cb2a7-3400-4620-876a-64f2d430325e/_history/MTcxMDg1OTY5ODU3NDUyNDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDg1OTY5ODU3NDUyNDAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 14:48:18 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 14:48:18 GMT" }, { "key": "Content-Length", "value": "4820" }, { "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": "18c6476e-ad2a-4c4b-a536-18cacde03206" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"f66cb2a7-3400-4620-876a-64f2d430325e\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T14:48:18.574524+00:00\",\n \"versionId\": \"MTcxMDg1OTY5ODU3NDUyNDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 14\n }\n}" }, { "name": "Observation - Total Skor NIHSS Pulang Pasien", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/f66cb2a7-3400-4620-876a-64f2d430325e/_history/MTcxMDg1OTY5ODU3NDUyNDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDg1OTY5ODU3NDUyNDAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 14:48:18 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 14:48:18 GMT" }, { "key": "Content-Length", "value": "4820" }, { "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": "18c6476e-ad2a-4c4b-a536-18cacde03206" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"f66cb2a7-3400-4620-876a-64f2d430325e\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T14:48:18.574524+00:00\",\n \"versionId\": \"MTcxMDg1OTY5ODU3NDUyNDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 14\n }\n}" } ] }, { "name": "Observation - mRS Pulang Pasien", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6112-2\",\n \"display\": \"1\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - mRS Pulang Pasien", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6112-2\",\n \"display\": \"1\"\n }\n ]\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": "Mon, 18 Mar 2024 22:06:33 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/03b56eca-535e-484a-b355-9f78ed7f1f3a/_history/MTcxMDc5OTU5Mzc5MjI4NDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDc5OTU5Mzc5MjI4NDAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 22:06:33 GMT" }, { "key": "Content-Length", "value": "4016" }, { "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": "71113812-044f-475f-a8ea-a181f1b4f120" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"03b56eca-535e-484a-b355-9f78ed7f1f3a\",\n \"identifier\": [],\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T22:06:33.792284+00:00\",\n \"versionId\": \"MTcxMDc5OTU5Mzc5MjI4NDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6112-2\",\n \"display\": \"1\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" }, { "name": "Observation - mRS Pulang Pasien", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6112-2\",\n \"display\": \"1\"\n }\n ]\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": "Mon, 18 Mar 2024 22:06:33 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/03b56eca-535e-484a-b355-9f78ed7f1f3a/_history/MTcxMDc5OTU5Mzc5MjI4NDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDc5OTU5Mzc5MjI4NDAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 22:06:33 GMT" }, { "key": "Content-Length", "value": "4016" }, { "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": "71113812-044f-475f-a8ea-a181f1b4f120" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"03b56eca-535e-484a-b355-9f78ed7f1f3a\",\n \"identifier\": [],\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T22:06:33.792284+00:00\",\n \"versionId\": \"MTcxMDc5OTU5Mzc5MjI4NDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6112-2\",\n \"display\": \"1\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" } ] }, { "name": "Observation - Total Skor NIHSS Pulang Pasien", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Total Skor NIHSS Pulang Pasien", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/f66cb2a7-3400-4620-876a-64f2d430325e/_history/MTcxMDg1OTY5ODU3NDUyNDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDg1OTY5ODU3NDUyNDAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 14:48:18 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 14:48:18 GMT" }, { "key": "Content-Length", "value": "4820" }, { "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": "18c6476e-ad2a-4c4b-a536-18cacde03206" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"f66cb2a7-3400-4620-876a-64f2d430325e\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T14:48:18.574524+00:00\",\n \"versionId\": \"MTcxMDg1OTY5ODU3NDUyNDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 14\n }\n}" }, { "name": "Observation - Total Skor NIHSS Pulang Pasien", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/f66cb2a7-3400-4620-876a-64f2d430325e/_history/MTcxMDg1OTY5ODU3NDUyNDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDg1OTY5ODU3NDUyNDAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 14:48:18 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 14:48:18 GMT" }, { "key": "Content-Length", "value": "4820" }, { "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": "18c6476e-ad2a-4c4b-a536-18cacde03206" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"f66cb2a7-3400-4620-876a-64f2d430325e\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T14:48:18.574524+00:00\",\n \"versionId\": \"MTcxMDg1OTY5ODU3NDUyNDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 14\n }\n}" } ] }, { "name": "Observation - mRS Pulang Pasien", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6112-2\",\n \"display\": \"1\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - mRS Pulang Pasien", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6112-2\",\n \"display\": \"1\"\n }\n ]\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": "Mon, 18 Mar 2024 22:06:33 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/03b56eca-535e-484a-b355-9f78ed7f1f3a/_history/MTcxMDc5OTU5Mzc5MjI4NDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDc5OTU5Mzc5MjI4NDAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 22:06:33 GMT" }, { "key": "Content-Length", "value": "4016" }, { "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": "71113812-044f-475f-a8ea-a181f1b4f120" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"03b56eca-535e-484a-b355-9f78ed7f1f3a\",\n \"identifier\": [],\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T22:06:33.792284+00:00\",\n \"versionId\": \"MTcxMDc5OTU5Mzc5MjI4NDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6112-2\",\n \"display\": \"1\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" }, { "name": "Observation - mRS Pulang Pasien", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6112-2\",\n \"display\": \"1\"\n }\n ]\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": "Mon, 18 Mar 2024 22:06:33 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/03b56eca-535e-484a-b355-9f78ed7f1f3a/_history/MTcxMDc5OTU5Mzc5MjI4NDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDc5OTU5Mzc5MjI4NDAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 22:06:33 GMT" }, { "key": "Content-Length", "value": "4016" }, { "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": "71113812-044f-475f-a8ea-a181f1b4f120" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"03b56eca-535e-484a-b355-9f78ed7f1f3a\",\n \"identifier\": [],\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T22:06:33.792284+00:00\",\n \"versionId\": \"MTcxMDc5OTU5Mzc5MjI4NDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6112-2\",\n \"display\": \"1\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" } ] } ] }, { "name": "Dokumen Registrasi Stroke", "item": [ { "name": "Dokumen Registrasi Stroke", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"Composition\",\r\n \"identifier\": {\r\n \"system\": \"http://sys-ids.kemkes.go.id/composition/{{Org_id}}\",\r\n \"value\": \"{{Registration_ID}}\"\r\n },\r\n \"status\": \"final\",\r\n \"type\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000006\",\r\n \"display\": \"Data Registrasi Stroke\"\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/{{Encounter_id}}\"\r\n },\r\n \"date\": \"2023-03-05T05:00:00+00:00\",\r\n \"author\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\r\n \"display\": \"{{Practitioner_Name}}\"\r\n }\r\n ],\r\n \"title\": \"Data Registrasi Stroke\",\r\n \"custodian\": {\r\n \"reference\": \"Organization/{{Org_id}}\"\r\n },\r\n \"section\": [\r\n {\r\n \"title\": \"Episode Perawatan\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000002\",\r\n \"display\": \"Episode Perawatan\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\",\r\n \"display\": \"Episode Perawatan Registrasi Stroke\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Anamnesis\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000003\",\r\n \"display\": \"Anamnesis\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Observation/{{Observation_WakeUpStroke}}\",\r\n \"display\": \"Observasi Wake Up Stroke\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_RiwayatPenyakitHipertensi}}\",\r\n \"display\": \"Riwayat Penyakit: Hipertensi\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_RiwayatPenyakitDiabetes}}\",\r\n \"display\": \"Riwayat Penyakit: Diabetes\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_RiwayatPenyakitDislipidemia}}\",\r\n \"display\": \"Riwayat Penyakit: Dislipidemia\"\r\n },\r\n {\r\n \"reference\": \"Condition/{{Condition_RiwayatStrokeKeluarga}}\",\r\n \"display\": \"Riwayat Stroke Keluarga\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_StatusMerokok}}\",\r\n \"display\": \"Observasi Status Merokok\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_RiwayatKonsumsiAlkohol}}\",\r\n \"display\": \"Observasi Riwayat Konsumsi Alkohol\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_RiwayatKBHormonal}}\",\r\n \"display\": \"Observasi Riwayat KB Hormonal\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_mRSPre-Stroke/pre-Admisi}}\",\r\n \"display\": \"Observasi mRS Pre-Stroke/pre-Admisi\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Pemeriksaan Fisik\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000007\",\r\n \"display\": \"Pemeriksaan Fisik\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Observation/{{Observation_Diastole}}\",\r\n \"display\": \"Observasi Diastole\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_Systole}}\",\r\n \"display\": \"Observasi Sistole\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_BeratBadan}}\",\r\n \"display\": \"Observasi Berat Badan\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_TinggiBadan}}\",\r\n \"display\": \"Observasi Tinggi Badan\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_IMT}}\",\r\n \"display\": \"Observasi IMT\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Pemeriksaan Neurologis Stroke\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000008\",\r\n \"display\": \"Pemeriksaan Neurologis Stroke\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Observation/{{Observation_TotalSkorNHSSAdmisi}}\",\r\n \"display\": \"Observasi Total Skor NHSS Admisi\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_mRSAdmisi}}\",\r\n \"display\": \"Observasi mRS Admisi\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_Disphagia}}\",\r\n \"display\": \"Observasi Disphagia\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Hasil Pemeriksaan Penunjang\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000009\",\r\n \"display\": \"Hasil Pemeriksaan Penunjang\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Observation/{{Observation_CTScanKepala}}\",\r\n \"display\": \"Observasi CT Scan Kepala\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_ASPECTScore}}\",\r\n \"display\": \"Observasi ASPECT Score\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_CTA}}\",\r\n \"display\": \"Observation CTA\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Tindakan/Prosedur Medis\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000005\",\r\n \"display\": \"Tindakan/Prosedur Medis\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Medication/{{Medication_Alteplase}}\",\r\n \"display\": \"Obat Alteplase\"\r\n },\r\n {\r\n \"reference\": \"Procedure/{{Procedure_rTPA}}\",\r\n \"display\": \"Procedure rTPA\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_TotalSkorNIHSSPostrTPA}}\",\r\n \"display\": \"Observasi Total Skor NIHSS Post rTPA\"\r\n },\r\n {\r\n \"reference\": \"Procedure/{{Procedure_Trombektomi}}\",\r\n \"display\": \"Prosedur Trombektomi\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_TimeToRecanalisation}}\",\r\n \"display\": \"Observasi Time to Recanalisation\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_TICIScore}}\",\r\n \"display\": \"Observasi TICI Score\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Data Kepulangan Pasien Stroke\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000010\",\r\n \"display\": \"Data Kepulangan Pasien Stroke\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Observation/{{Observation_TotalSkorNIHSSPulangPasien}}\",\r\n \"display\": \"Observasi Total Skor NIHSS Pulang Pasien\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_mRSPulangPasien}}\",\r\n \"display\": \"Observasi mRS Pulang Pasien\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Data Prosedur Rehabilitasi\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000011\",\r\n \"display\": \"Data Prosedur Rehabilitasi\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Procedure/{{Procedure_JenisRehabilitasiStroke}}\",\r\n \"display\": \"Prosedur Jenis Rehabilitasi Stroke\"\r\n },\r\n {\r\n \"reference\": \"Procedure/{{Procedure_Fisioterapi}}\",\r\n \"display\": \"Prosedur Fisioterapi\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Diagnosis Stroke\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000004\",\r\n \"display\": \"Diagnosis\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Condition/{{Diagnosis_Utama}}\",\r\n \"display\": \"Diagnosis Stroke\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Composition", "host": [ "{{base_url}}" ], "path": [ "Composition" ] } }, "response": [ { "name": "Dokumen Registrasi Stroke", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"Composition\",\r\n \"identifier\": {\r\n \"system\": \"http://sys-ids.kemkes.go.id/composition/{{Org_id}}\",\r\n \"value\": \"{{Registration_ID}}\"\r\n },\r\n \"status\": \"final\",\r\n \"type\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000006\",\r\n \"display\": \"Data Registrasi Stroke\"\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/{{Encounter_id}}\"\r\n },\r\n \"date\": \"2023-03-05T05:00:00+00:00\",\r\n \"author\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\r\n \"display\": \"{{Practitioner_Name}}\"\r\n }\r\n ],\r\n \"title\": \"Data Registrasi Stroke\",\r\n \"custodian\": {\r\n \"reference\": \"Organization/{{Org_id}}\"\r\n },\r\n \"section\": [\r\n {\r\n \"title\": \"Episode Perawatan\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000002\",\r\n \"display\": \"Episode Perawatan\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\",\r\n \"display\": \"Episode Perawatan Registrasi Stroke\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Anamnesis\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000003\",\r\n \"display\": \"Anamnesis\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Observation/{{Observation_WakeUpStroke}}\",\r\n \"display\": \"Observasi Wake Up Stroke\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_RiwayatPenyakitHipertensi}}\",\r\n \"display\": \"Riwayat Penyakit: Hipertensi\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_RiwayatPenyakitDiabetes}}\",\r\n \"display\": \"Riwayat Penyakit: Diabetes\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_RiwayatPenyakitDislipidemia}}\",\r\n \"display\": \"Riwayat Penyakit: Dislipidemia\"\r\n },\r\n {\r\n \"reference\": \"Condition/{{Condition_RiwayatStrokeKeluarga}}\",\r\n \"display\": \"Riwayat Stroke Keluarga\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_StatusMerokok}}\",\r\n \"display\": \"Observasi Status Merokok\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_RiwayatKonsumsiAlkohol}}\",\r\n \"display\": \"Observasi Riwayat Konsumsi Alkohol\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_RiwayatKBHormonal}}\",\r\n \"display\": \"Observasi Riwayat KB Hormonal\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_mRSPre-Stroke/pre-Admisi}}\",\r\n \"display\": \"Observasi mRS Pre-Stroke/pre-Admisi\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Pemeriksaan Fisik\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000007\",\r\n \"display\": \"Pemeriksaan Fisik\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Observation/{{Observation_Diastole}}\",\r\n \"display\": \"Observasi Diastole\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_Systole}}\",\r\n \"display\": \"Observasi Sistole\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_BeratBadan}}\",\r\n \"display\": \"Observasi Berat Badan\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_TinggiBadan}}\",\r\n \"display\": \"Observasi Tinggi Badan\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_IMT}}\",\r\n \"display\": \"Observasi IMT\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Pemeriksaan Neurologis Stroke\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000008\",\r\n \"display\": \"Pemeriksaan Neurologis Stroke\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Observation/{{Observation_TotalSkorNHSSAdmisi}}\",\r\n \"display\": \"Observasi Total Skor NHSS Admisi\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_mRSAdmisi}}\",\r\n \"display\": \"Observasi mRS Admisi\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_Disphagia}}\",\r\n \"display\": \"Observasi Disphagia\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Hasil Pemeriksaan Penunjang\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000009\",\r\n \"display\": \"Hasil Pemeriksaan Penunjang\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Observation/{{Observation_CTScanKepala}}\",\r\n \"display\": \"Observasi CT Scan Kepala\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_ASPECTScore}}\",\r\n \"display\": \"Observasi ASPECT Score\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_CTA}}\",\r\n \"display\": \"Observation CTA\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Tindakan/Prosedur Medis\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000005\",\r\n \"display\": \"Tindakan/Prosedur Medis\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Medication/{{Medication_Alteplase}}\",\r\n \"display\": \"Obat Alteplase\"\r\n },\r\n {\r\n \"reference\": \"Procedure/{{Procedure_rTPA}}\",\r\n \"display\": \"Procedure rTPA\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_TotalSkorNIHSSPostrTPA}}\",\r\n \"display\": \"Observasi Total Skor NIHSS Post rTPA\"\r\n },\r\n {\r\n \"reference\": \"Procedure/{{Procedure_Trombektomi}}\",\r\n \"display\": \"Prosedur Trombektomi\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_TimeToRecanalisation}}\",\r\n \"display\": \"Observasi Time to Recanalisation\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_TICIScore}}\",\r\n \"display\": \"Observasi TICI Score\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Data Kepulangan Pasien Stroke\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000010\",\r\n \"display\": \"Data Kepulangan Pasien Stroke\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Observation/{{Observation_TotalSkorNIHSSPulangPasien}}\",\r\n \"display\": \"Observasi Total Skor NIHSS Pulang Pasien\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_mRSPulangPasien}}\",\r\n \"display\": \"Observasi mRS Pulang Pasien\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Data Prosedur Rehabilitasi\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000011\",\r\n \"display\": \"Data Prosedur Rehabilitasi\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Procedure/{{Procedure_JenisRehabilitasiStroke}}\",\r\n \"display\": \"Prosedur Jenis Rehabilitasi Stroke\"\r\n },\r\n {\r\n \"reference\": \"Procedure/{{Procedure_Fisioterapi}}\",\r\n \"display\": \"Prosedur Fisioterapi\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Diagnosis Stroke\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000004\",\r\n \"display\": \"Diagnosis\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Condition/{{Diagnosis_Utama}}\",\r\n \"display\": \"Diagnosis Stroke\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Composition", "host": [ "{{base_url}}" ], "path": [ "Composition" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Wed, 24 Jul 2024 04:04:11 UTC" }, { "key": "etag", "value": "W/\"MTcyMTc5Mzg1MTgyNjE0NDAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Composition/2a669757-efcc-402a-8082-ec2aa4914ed4/_history/MTcyMTc5Mzg1MTgyNjE0NDAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Wed, 24 Jul 2024 04:04:11 GMT" }, { "key": "Content-Length", "value": "24934" }, { "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": "c0bad639-5ac9-4370-b2b4-d2b1edc4dd4a" }, { "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\": \"dr. Bronsig SpS\",\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"custodian\": {\n \"reference\": \"Organization/10000004\"\n },\n \"date\": \"2023-03-05T05:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"2a669757-efcc-402a-8082-ec2aa4914ed4\",\n \"identifier\": {\n \"system\": \"http://sys-ids.kemkes.go.id/creator\",\n \"value\": \"10000004\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-07-24T04:04:11.826144+00:00\",\n \"versionId\": \"MTcyMTc5Mzg1MTgyNjE0NDAwMA\"\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 Stroke\",\n \"reference\": \"EpisodeOfCare/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\"\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\": \"Observasi Wake Up Stroke\",\n \"reference\": \"Observation/d74c87de-6564-4b87-b45f-60b4dc38dc0e\"\n },\n {\n \"display\": \"Riwayat Penyakit: Hipertensi\",\n \"reference\": \"Observation/fdc7781c-5f07-4b73-8edd-b88d2958c476\"\n },\n {\n \"display\": \"Riwayat Penyakit: Diabetes\",\n \"reference\": \"Observation/a2aa7f46-adb8-481b-9720-32916c76090c\"\n },\n {\n \"display\": \"Riwayat Penyakit: Dislipidemia\",\n \"reference\": \"Observation/b200efb0-7a76-4fa7-95dc-006e10290baf\"\n },\n {\n \"display\": \"Riwayat Stroke Keluarga\",\n \"reference\": \"Condition/378e1758-8d6e-4f75-b3f1-1d9008fcd986\"\n },\n {\n \"display\": \"Observasi Status Merokok\",\n \"reference\": \"Observation/81d129ad-8003-4ba9-9fb2-cf6c18522392\"\n },\n {\n \"display\": \"Observasi Riwayat Konsumsi Alkohol\",\n \"reference\": \"Observation/96f1bb32-b026-4bd3-b1bd-f7a1ede28785\"\n },\n {\n \"display\": \"Observasi Riwayat KB Hormonal\",\n \"reference\": \"Observation/7168a4b5-b047-495b-9b73-15a3c85397a4\"\n },\n {\n \"display\": \"Observasi mRS Pre-Stroke/pre-Admisi\",\n \"reference\": \"Observation/983d7ee1-5660-40c9-92cc-abadbfef00b9\"\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\": \"Observasi Diastole\",\n \"reference\": \"Observation/c5f8d3a1-a27b-445d-92a7-55ea67fc2eb8\"\n },\n {\n \"display\": \"Observasi Sistole\",\n \"reference\": \"Observation/89971836-abd5-4c73-b9d8-7f7c6cbc423e\"\n },\n {\n \"display\": \"Observasi Berat Badan\",\n \"reference\": \"Observation/20946875-46e5-45c2-8adb-732deb2563b6\"\n },\n {\n \"display\": \"Observasi Tinggi Badan\",\n \"reference\": \"Observation/f53ad5ab-0a78-4546-a3f6-a72d50ee0acf\"\n },\n {\n \"display\": \"Observasi IMT\",\n \"reference\": \"Observation/91c1b465-eec1-453d-b0ab-7b08161e57d9\"\n }\n ],\n \"title\": \"Pemeriksaan Fisik\"\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"TK000008\",\n \"display\": \"Pemeriksaan Neurologis Stroke\",\n \"system\": \"http://terminology.kemkes.go.id\"\n }\n ]\n },\n \"entry\": [\n {\n \"display\": \"Observasi Total Skor NHSS Admisi\",\n \"reference\": \"Observation/53548839-6f24-48a3-96ed-ac5768d5a742\"\n },\n {\n \"display\": \"Observasi mRS Admisi\",\n \"reference\": \"Observation/a34eab9a-a831-490c-8a08-45a5c3f20bf2\"\n },\n {\n \"display\": \"Observasi Disphagia\",\n \"reference\": \"Observation/9523b56e-8326-4ca6-ab47-6b9a688ae717\"\n }\n ],\n \"title\": \"Pemeriksaan Neurologis Stroke\"\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\": \"Observasi CT Scan Kepala\",\n \"reference\": \"Observation/697bc7d7-1344-4b66-b7c9-a71d6be266eb\"\n },\n {\n \"display\": \"Observasi ASPECT Score\",\n \"reference\": \"Observation/8f90fd24-259b-46df-945a-32e74d96bc13\"\n },\n {\n \"display\": \"Observation CTA\",\n \"reference\": \"Observation/3e2ed1cc-4fce-4654-af7c-89d70f221b05\"\n }\n ],\n \"title\": \"Hasil Pemeriksaan Penunjang\"\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\": \"Obat Alteplase\",\n \"reference\": \"Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493\"\n },\n {\n \"display\": \"Procedure rTPA\",\n \"reference\": \"Procedure/5c6ba585-3388-47d3-8e00-921f6a3030fc\"\n },\n {\n \"display\": \"Observasi Total Skor NIHSS Post rTPA\",\n \"reference\": \"Observation/bcbd37bd-e70b-42de-98b0-81c336389d4d\"\n },\n {\n \"display\": \"Prosedur Trombektomi\",\n \"reference\": \"Procedure/d4e94b97-fe2d-48bd-94ef-4037a0e8ed1f\"\n },\n {\n \"display\": \"Observasi Time to Recanalisation\",\n \"reference\": \"Observation/35a87712-756f-425a-8a61-dcc767b824bc\"\n },\n {\n \"display\": \"Observasi TICI Score\",\n \"reference\": \"Observation/5298d733-1bc9-4c77-b5f7-9d4dc4de5800\"\n }\n ],\n \"title\": \"Tindakan/Prosedur Medis\"\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"TK000010\",\n \"display\": \"Data Kepulangan Pasien Stroke\",\n \"system\": \"http://terminology.kemkes.go.id\"\n }\n ]\n },\n \"entry\": [\n {\n \"display\": \"Observasi Total Skor NIHSS Pulang Pasien\",\n \"reference\": \"Observation/f66cb2a7-3400-4620-876a-64f2d430325e\"\n },\n {\n \"display\": \"Observasi mRS Pulang Pasien\",\n \"reference\": \"Observation/03b56eca-535e-484a-b355-9f78ed7f1f3a\"\n }\n ],\n \"title\": \"Data Kepulangan Pasien Stroke\"\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"TK000011\",\n \"display\": \"Data Prosedur Rehabilitasi\",\n \"system\": \"http://terminology.kemkes.go.id\"\n }\n ]\n },\n \"entry\": [\n {\n \"display\": \"Prosedur Jenis Rehabilitasi Stroke\",\n \"reference\": \"Procedure/0ec08dca-d60c-4777-8051-e4fac8b945e6\"\n },\n {\n \"display\": \"Prosedur Fisioterapi\",\n \"reference\": \"Procedure/e17c2e82-f9e4-4dc4-8951-196a6fd0f188\"\n }\n ],\n \"title\": \"Data Prosedur Rehabilitasi\"\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\": \"Diagnosis Stroke\",\n \"reference\": \"Condition/9b0257b2-2412-4285-94a3-7d33a3c59796\"\n }\n ],\n \"title\": \"Diagnosis Stroke\"\n }\n ],\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"title\": \"Data Registrasi Stroke\",\n \"type\": {\n \"coding\": [\n {\n \"code\": \"TK000006\",\n \"display\": \"Data Registrasi Stroke\",\n \"system\": \"http://terminology.kemkes.go.id\"\n }\n ]\n }\n}" }, { "name": "Dokumen Registrasi Stroke", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"Composition\",\r\n \"identifier\": {\r\n \"system\": \"http://sys-ids.kemkes.go.id/composition/{{Org_id}}\",\r\n \"value\": \"{{Registration_ID}}\"\r\n },\r\n \"status\": \"final\",\r\n \"type\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000006\",\r\n \"display\": \"Data Registrasi Stroke\"\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/{{Encounter_id}}\"\r\n },\r\n \"date\": \"2023-03-05T05:00:00+00:00\",\r\n \"author\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\r\n \"display\": \"{{Practitioner_Name}}\"\r\n }\r\n ],\r\n \"title\": \"Data Registrasi Stroke\",\r\n \"custodian\": {\r\n \"reference\": \"Organization/{{Org_id}}\"\r\n },\r\n \"section\": [\r\n {\r\n \"title\": \"Episode Perawatan\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000002\",\r\n \"display\": \"Episode Perawatan\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\",\r\n \"display\": \"Episode Perawatan Registrasi Stroke\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Anamnesis\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000003\",\r\n \"display\": \"Anamnesis\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Observation/{{Observation_WakeUpStroke}}\",\r\n \"display\": \"Observasi Wake Up Stroke\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_RiwayatPenyakitHipertensi}}\",\r\n \"display\": \"Riwayat Penyakit: Hipertensi\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_RiwayatPenyakitDiabetes}}\",\r\n \"display\": \"Riwayat Penyakit: Diabetes\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_RiwayatPenyakitDislipidemia}}\",\r\n \"display\": \"Riwayat Penyakit: Dislipidemia\"\r\n },\r\n {\r\n \"reference\": \"Condition/{{Condition_RiwayatStrokeKeluarga}}\",\r\n \"display\": \"Riwayat Stroke Keluarga\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_StatusMerokok}}\",\r\n \"display\": \"Observasi Status Merokok\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_RiwayatKonsumsiAlkohol}}\",\r\n \"display\": \"Observasi Riwayat Konsumsi Alkohol\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_RiwayatKBHormonal}}\",\r\n \"display\": \"Observasi Riwayat KB Hormonal\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_mRSPre-Stroke/pre-Admisi}}\",\r\n \"display\": \"Observasi mRS Pre-Stroke/pre-Admisi\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Pemeriksaan Fisik\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000007\",\r\n \"display\": \"Pemeriksaan Fisik\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Observation/{{Observation_Diastole}}\",\r\n \"display\": \"Observasi Diastole\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_Systole}}\",\r\n \"display\": \"Observasi Sistole\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_BeratBadan}}\",\r\n \"display\": \"Observasi Berat Badan\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_TinggiBadan}}\",\r\n \"display\": \"Observasi Tinggi Badan\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_IMT}}\",\r\n \"display\": \"Observasi IMT\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Pemeriksaan Neurologis Stroke\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000008\",\r\n \"display\": \"Pemeriksaan Neurologis Stroke\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Observation/{{Observation_TotalSkorNHSSAdmisi}}\",\r\n \"display\": \"Observasi Total Skor NHSS Admisi\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_mRSAdmisi}}\",\r\n \"display\": \"Observasi mRS Admisi\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_Disphagia}}\",\r\n \"display\": \"Observasi Disphagia\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Hasil Pemeriksaan Penunjang\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000009\",\r\n \"display\": \"Hasil Pemeriksaan Penunjang\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Observation/{{Observation_CTScanKepala}}\",\r\n \"display\": \"Observasi CT Scan Kepala\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_ASPECTScore}}\",\r\n \"display\": \"Observasi ASPECT Score\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_CTA}}\",\r\n \"display\": \"Observation CTA\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Tindakan/Prosedur Medis\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000005\",\r\n \"display\": \"Tindakan/Prosedur Medis\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Medication/{{Medication_Alteplase}}\",\r\n \"display\": \"Obat Alteplase\"\r\n },\r\n {\r\n \"reference\": \"Procedure/{{Procedure_rTPA}}\",\r\n \"display\": \"Procedure rTPA\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_TotalSkorNIHSSPostrTPA}}\",\r\n \"display\": \"Observasi Total Skor NIHSS Post rTPA\"\r\n },\r\n {\r\n \"reference\": \"Procedure/{{Procedure_Trombektomi}}\",\r\n \"display\": \"Prosedur Trombektomi\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_TimeToRecanalisation}}\",\r\n \"display\": \"Observasi Time to Recanalisation\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_TICIScore}}\",\r\n \"display\": \"Observasi TICI Score\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Data Kepulangan Pasien Stroke\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000010\",\r\n \"display\": \"Data Kepulangan Pasien Stroke\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Observation/{{Observation_TotalSkorNIHSSPulangPasien}}\",\r\n \"display\": \"Observasi Total Skor NIHSS Pulang Pasien\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_mRSPulangPasien}}\",\r\n \"display\": \"Observasi mRS Pulang Pasien\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Data Prosedur Rehabilitasi\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000011\",\r\n \"display\": \"Data Prosedur Rehabilitasi\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Procedure/{{Procedure_JenisRehabilitasiStroke}}\",\r\n \"display\": \"Prosedur Jenis Rehabilitasi Stroke\"\r\n },\r\n {\r\n \"reference\": \"Procedure/{{Procedure_Fisioterapi}}\",\r\n \"display\": \"Prosedur Fisioterapi\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Diagnosis Stroke\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000004\",\r\n \"display\": \"Diagnosis\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Condition/{{Diagnosis_Utama}}\",\r\n \"display\": \"Diagnosis Stroke\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Composition", "host": [ "{{base_url}}" ], "path": [ "Composition" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Wed, 24 Jul 2024 04:04:11 UTC" }, { "key": "etag", "value": "W/\"MTcyMTc5Mzg1MTgyNjE0NDAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Composition/2a669757-efcc-402a-8082-ec2aa4914ed4/_history/MTcyMTc5Mzg1MTgyNjE0NDAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Wed, 24 Jul 2024 04:04:11 GMT" }, { "key": "Content-Length", "value": "24934" }, { "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": "c0bad639-5ac9-4370-b2b4-d2b1edc4dd4a" }, { "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\": \"dr. Bronsig SpS\",\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"custodian\": {\n \"reference\": \"Organization/10000004\"\n },\n \"date\": \"2023-03-05T05:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"2a669757-efcc-402a-8082-ec2aa4914ed4\",\n \"identifier\": {\n \"system\": \"http://sys-ids.kemkes.go.id/creator\",\n \"value\": \"10000004\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-07-24T04:04:11.826144+00:00\",\n \"versionId\": \"MTcyMTc5Mzg1MTgyNjE0NDAwMA\"\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 Stroke\",\n \"reference\": \"EpisodeOfCare/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\"\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\": \"Observasi Wake Up Stroke\",\n \"reference\": \"Observation/d74c87de-6564-4b87-b45f-60b4dc38dc0e\"\n },\n {\n \"display\": \"Riwayat Penyakit: Hipertensi\",\n \"reference\": \"Observation/fdc7781c-5f07-4b73-8edd-b88d2958c476\"\n },\n {\n \"display\": \"Riwayat Penyakit: Diabetes\",\n \"reference\": \"Observation/a2aa7f46-adb8-481b-9720-32916c76090c\"\n },\n {\n \"display\": \"Riwayat Penyakit: Dislipidemia\",\n \"reference\": \"Observation/b200efb0-7a76-4fa7-95dc-006e10290baf\"\n },\n {\n \"display\": \"Riwayat Stroke Keluarga\",\n \"reference\": \"Condition/378e1758-8d6e-4f75-b3f1-1d9008fcd986\"\n },\n {\n \"display\": \"Observasi Status Merokok\",\n \"reference\": \"Observation/81d129ad-8003-4ba9-9fb2-cf6c18522392\"\n },\n {\n \"display\": \"Observasi Riwayat Konsumsi Alkohol\",\n \"reference\": \"Observation/96f1bb32-b026-4bd3-b1bd-f7a1ede28785\"\n },\n {\n \"display\": \"Observasi Riwayat KB Hormonal\",\n \"reference\": \"Observation/7168a4b5-b047-495b-9b73-15a3c85397a4\"\n },\n {\n \"display\": \"Observasi mRS Pre-Stroke/pre-Admisi\",\n \"reference\": \"Observation/983d7ee1-5660-40c9-92cc-abadbfef00b9\"\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\": \"Observasi Diastole\",\n \"reference\": \"Observation/c5f8d3a1-a27b-445d-92a7-55ea67fc2eb8\"\n },\n {\n \"display\": \"Observasi Sistole\",\n \"reference\": \"Observation/89971836-abd5-4c73-b9d8-7f7c6cbc423e\"\n },\n {\n \"display\": \"Observasi Berat Badan\",\n \"reference\": \"Observation/20946875-46e5-45c2-8adb-732deb2563b6\"\n },\n {\n \"display\": \"Observasi Tinggi Badan\",\n \"reference\": \"Observation/f53ad5ab-0a78-4546-a3f6-a72d50ee0acf\"\n },\n {\n \"display\": \"Observasi IMT\",\n \"reference\": \"Observation/91c1b465-eec1-453d-b0ab-7b08161e57d9\"\n }\n ],\n \"title\": \"Pemeriksaan Fisik\"\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"TK000008\",\n \"display\": \"Pemeriksaan Neurologis Stroke\",\n \"system\": \"http://terminology.kemkes.go.id\"\n }\n ]\n },\n \"entry\": [\n {\n \"display\": \"Observasi Total Skor NHSS Admisi\",\n \"reference\": \"Observation/53548839-6f24-48a3-96ed-ac5768d5a742\"\n },\n {\n \"display\": \"Observasi mRS Admisi\",\n \"reference\": \"Observation/a34eab9a-a831-490c-8a08-45a5c3f20bf2\"\n },\n {\n \"display\": \"Observasi Disphagia\",\n \"reference\": \"Observation/9523b56e-8326-4ca6-ab47-6b9a688ae717\"\n }\n ],\n \"title\": \"Pemeriksaan Neurologis Stroke\"\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\": \"Observasi CT Scan Kepala\",\n \"reference\": \"Observation/697bc7d7-1344-4b66-b7c9-a71d6be266eb\"\n },\n {\n \"display\": \"Observasi ASPECT Score\",\n \"reference\": \"Observation/8f90fd24-259b-46df-945a-32e74d96bc13\"\n },\n {\n \"display\": \"Observation CTA\",\n \"reference\": \"Observation/3e2ed1cc-4fce-4654-af7c-89d70f221b05\"\n }\n ],\n \"title\": \"Hasil Pemeriksaan Penunjang\"\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\": \"Obat Alteplase\",\n \"reference\": \"Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493\"\n },\n {\n \"display\": \"Procedure rTPA\",\n \"reference\": \"Procedure/5c6ba585-3388-47d3-8e00-921f6a3030fc\"\n },\n {\n \"display\": \"Observasi Total Skor NIHSS Post rTPA\",\n \"reference\": \"Observation/bcbd37bd-e70b-42de-98b0-81c336389d4d\"\n },\n {\n \"display\": \"Prosedur Trombektomi\",\n \"reference\": \"Procedure/d4e94b97-fe2d-48bd-94ef-4037a0e8ed1f\"\n },\n {\n \"display\": \"Observasi Time to Recanalisation\",\n \"reference\": \"Observation/35a87712-756f-425a-8a61-dcc767b824bc\"\n },\n {\n \"display\": \"Observasi TICI Score\",\n \"reference\": \"Observation/5298d733-1bc9-4c77-b5f7-9d4dc4de5800\"\n }\n ],\n \"title\": \"Tindakan/Prosedur Medis\"\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"TK000010\",\n \"display\": \"Data Kepulangan Pasien Stroke\",\n \"system\": \"http://terminology.kemkes.go.id\"\n }\n ]\n },\n \"entry\": [\n {\n \"display\": \"Observasi Total Skor NIHSS Pulang Pasien\",\n \"reference\": \"Observation/f66cb2a7-3400-4620-876a-64f2d430325e\"\n },\n {\n \"display\": \"Observasi mRS Pulang Pasien\",\n \"reference\": \"Observation/03b56eca-535e-484a-b355-9f78ed7f1f3a\"\n }\n ],\n \"title\": \"Data Kepulangan Pasien Stroke\"\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"TK000011\",\n \"display\": \"Data Prosedur Rehabilitasi\",\n \"system\": \"http://terminology.kemkes.go.id\"\n }\n ]\n },\n \"entry\": [\n {\n \"display\": \"Prosedur Jenis Rehabilitasi Stroke\",\n \"reference\": \"Procedure/0ec08dca-d60c-4777-8051-e4fac8b945e6\"\n },\n {\n \"display\": \"Prosedur Fisioterapi\",\n \"reference\": \"Procedure/e17c2e82-f9e4-4dc4-8951-196a6fd0f188\"\n }\n ],\n \"title\": \"Data Prosedur Rehabilitasi\"\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\": \"Diagnosis Stroke\",\n \"reference\": \"Condition/9b0257b2-2412-4285-94a3-7d33a3c59796\"\n }\n ],\n \"title\": \"Diagnosis Stroke\"\n }\n ],\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"title\": \"Data Registrasi Stroke\",\n \"type\": {\n \"coding\": [\n {\n \"code\": \"TK000006\",\n \"display\": \"Data Registrasi Stroke\",\n \"system\": \"http://terminology.kemkes.go.id\"\n }\n ]\n }\n}" } ] }, { "name": "Dokumen Registrasi Stroke", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"Composition\",\r\n \"identifier\": {\r\n \"system\": \"http://sys-ids.kemkes.go.id/composition/{{Org_id}}\",\r\n \"value\": \"{{Registration_ID}}\"\r\n },\r\n \"status\": \"final\",\r\n \"type\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000006\",\r\n \"display\": \"Data Registrasi Stroke\"\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/{{Encounter_id}}\"\r\n },\r\n \"date\": \"2023-03-05T05:00:00+00:00\",\r\n \"author\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\r\n \"display\": \"{{Practitioner_Name}}\"\r\n }\r\n ],\r\n \"title\": \"Data Registrasi Stroke\",\r\n \"custodian\": {\r\n \"reference\": \"Organization/{{Org_id}}\"\r\n },\r\n \"section\": [\r\n {\r\n \"title\": \"Episode Perawatan\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000002\",\r\n \"display\": \"Episode Perawatan\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\",\r\n \"display\": \"Episode Perawatan Registrasi Stroke\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Anamnesis\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000003\",\r\n \"display\": \"Anamnesis\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Observation/{{Observation_WakeUpStroke}}\",\r\n \"display\": \"Observasi Wake Up Stroke\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_RiwayatPenyakitHipertensi}}\",\r\n \"display\": \"Riwayat Penyakit: Hipertensi\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_RiwayatPenyakitDiabetes}}\",\r\n \"display\": \"Riwayat Penyakit: Diabetes\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_RiwayatPenyakitDislipidemia}}\",\r\n \"display\": \"Riwayat Penyakit: Dislipidemia\"\r\n },\r\n {\r\n \"reference\": \"Condition/{{Condition_RiwayatStrokeKeluarga}}\",\r\n \"display\": \"Riwayat Stroke Keluarga\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_StatusMerokok}}\",\r\n \"display\": \"Observasi Status Merokok\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_RiwayatKonsumsiAlkohol}}\",\r\n \"display\": \"Observasi Riwayat Konsumsi Alkohol\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_RiwayatKBHormonal}}\",\r\n \"display\": \"Observasi Riwayat KB Hormonal\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_mRSPre-Stroke/pre-Admisi}}\",\r\n \"display\": \"Observasi mRS Pre-Stroke/pre-Admisi\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Pemeriksaan Fisik\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000007\",\r\n \"display\": \"Pemeriksaan Fisik\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Observation/{{Observation_Diastole}}\",\r\n \"display\": \"Observasi Diastole\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_Systole}}\",\r\n \"display\": \"Observasi Sistole\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_BeratBadan}}\",\r\n \"display\": \"Observasi Berat Badan\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_TinggiBadan}}\",\r\n \"display\": \"Observasi Tinggi Badan\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_IMT}}\",\r\n \"display\": \"Observasi IMT\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Pemeriksaan Neurologis Stroke\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000008\",\r\n \"display\": \"Pemeriksaan Neurologis Stroke\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Observation/{{Observation_TotalSkorNHSSAdmisi}}\",\r\n \"display\": \"Observasi Total Skor NHSS Admisi\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_mRSAdmisi}}\",\r\n \"display\": \"Observasi mRS Admisi\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_Disphagia}}\",\r\n \"display\": \"Observasi Disphagia\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Hasil Pemeriksaan Penunjang\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000009\",\r\n \"display\": \"Hasil Pemeriksaan Penunjang\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Observation/{{Observation_CTScanKepala}}\",\r\n \"display\": \"Observasi CT Scan Kepala\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_ASPECTScore}}\",\r\n \"display\": \"Observasi ASPECT Score\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_CTA}}\",\r\n \"display\": \"Observation CTA\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Tindakan/Prosedur Medis\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000005\",\r\n \"display\": \"Tindakan/Prosedur Medis\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Medication/{{Medication_Alteplase}}\",\r\n \"display\": \"Obat Alteplase\"\r\n },\r\n {\r\n \"reference\": \"Procedure/{{Procedure_rTPA}}\",\r\n \"display\": \"Procedure rTPA\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_TotalSkorNIHSSPostrTPA}}\",\r\n \"display\": \"Observasi Total Skor NIHSS Post rTPA\"\r\n },\r\n {\r\n \"reference\": \"Procedure/{{Procedure_Trombektomi}}\",\r\n \"display\": \"Prosedur Trombektomi\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_TimeToRecanalisation}}\",\r\n \"display\": \"Observasi Time to Recanalisation\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_TICIScore}}\",\r\n \"display\": \"Observasi TICI Score\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Data Kepulangan Pasien Stroke\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000010\",\r\n \"display\": \"Data Kepulangan Pasien Stroke\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Observation/{{Observation_TotalSkorNIHSSPulangPasien}}\",\r\n \"display\": \"Observasi Total Skor NIHSS Pulang Pasien\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_mRSPulangPasien}}\",\r\n \"display\": \"Observasi mRS Pulang Pasien\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Data Prosedur Rehabilitasi\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000011\",\r\n \"display\": \"Data Prosedur Rehabilitasi\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Procedure/{{Procedure_JenisRehabilitasiStroke}}\",\r\n \"display\": \"Prosedur Jenis Rehabilitasi Stroke\"\r\n },\r\n {\r\n \"reference\": \"Procedure/{{Procedure_Fisioterapi}}\",\r\n \"display\": \"Prosedur Fisioterapi\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Diagnosis Stroke\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000004\",\r\n \"display\": \"Diagnosis\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Condition/{{Diagnosis_Utama}}\",\r\n \"display\": \"Diagnosis Stroke\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Composition", "host": [ "{{base_url}}" ], "path": [ "Composition" ] } }, "response": [ { "name": "Dokumen Registrasi Stroke", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"Composition\",\r\n \"identifier\": {\r\n \"system\": \"http://sys-ids.kemkes.go.id/composition/{{Org_id}}\",\r\n \"value\": \"{{Registration_ID}}\"\r\n },\r\n \"status\": \"final\",\r\n \"type\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000006\",\r\n \"display\": \"Data Registrasi Stroke\"\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/{{Encounter_id}}\"\r\n },\r\n \"date\": \"2023-03-05T05:00:00+00:00\",\r\n \"author\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\r\n \"display\": \"{{Practitioner_Name}}\"\r\n }\r\n ],\r\n \"title\": \"Data Registrasi Stroke\",\r\n \"custodian\": {\r\n \"reference\": \"Organization/{{Org_id}}\"\r\n },\r\n \"section\": [\r\n {\r\n \"title\": \"Episode Perawatan\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000002\",\r\n \"display\": \"Episode Perawatan\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\",\r\n \"display\": \"Episode Perawatan Registrasi Stroke\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Anamnesis\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000003\",\r\n \"display\": \"Anamnesis\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Observation/{{Observation_WakeUpStroke}}\",\r\n \"display\": \"Observasi Wake Up Stroke\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_RiwayatPenyakitHipertensi}}\",\r\n \"display\": \"Riwayat Penyakit: Hipertensi\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_RiwayatPenyakitDiabetes}}\",\r\n \"display\": \"Riwayat Penyakit: Diabetes\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_RiwayatPenyakitDislipidemia}}\",\r\n \"display\": \"Riwayat Penyakit: Dislipidemia\"\r\n },\r\n {\r\n \"reference\": \"Condition/{{Condition_RiwayatStrokeKeluarga}}\",\r\n \"display\": \"Riwayat Stroke Keluarga\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_StatusMerokok}}\",\r\n \"display\": \"Observasi Status Merokok\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_RiwayatKonsumsiAlkohol}}\",\r\n \"display\": \"Observasi Riwayat Konsumsi Alkohol\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_RiwayatKBHormonal}}\",\r\n \"display\": \"Observasi Riwayat KB Hormonal\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_mRSPre-Stroke/pre-Admisi}}\",\r\n \"display\": \"Observasi mRS Pre-Stroke/pre-Admisi\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Pemeriksaan Fisik\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000007\",\r\n \"display\": \"Pemeriksaan Fisik\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Observation/{{Observation_Diastole}}\",\r\n \"display\": \"Observasi Diastole\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_Systole}}\",\r\n \"display\": \"Observasi Sistole\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_BeratBadan}}\",\r\n \"display\": \"Observasi Berat Badan\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_TinggiBadan}}\",\r\n \"display\": \"Observasi Tinggi Badan\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_IMT}}\",\r\n \"display\": \"Observasi IMT\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Pemeriksaan Neurologis Stroke\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000008\",\r\n \"display\": \"Pemeriksaan Neurologis Stroke\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Observation/{{Observation_TotalSkorNHSSAdmisi}}\",\r\n \"display\": \"Observasi Total Skor NHSS Admisi\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_mRSAdmisi}}\",\r\n \"display\": \"Observasi mRS Admisi\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_Disphagia}}\",\r\n \"display\": \"Observasi Disphagia\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Hasil Pemeriksaan Penunjang\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000009\",\r\n \"display\": \"Hasil Pemeriksaan Penunjang\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Observation/{{Observation_CTScanKepala}}\",\r\n \"display\": \"Observasi CT Scan Kepala\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_ASPECTScore}}\",\r\n \"display\": \"Observasi ASPECT Score\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_CTA}}\",\r\n \"display\": \"Observation CTA\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Tindakan/Prosedur Medis\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000005\",\r\n \"display\": \"Tindakan/Prosedur Medis\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Medication/{{Medication_Alteplase}}\",\r\n \"display\": \"Obat Alteplase\"\r\n },\r\n {\r\n \"reference\": \"Procedure/{{Procedure_rTPA}}\",\r\n \"display\": \"Procedure rTPA\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_TotalSkorNIHSSPostrTPA}}\",\r\n \"display\": \"Observasi Total Skor NIHSS Post rTPA\"\r\n },\r\n {\r\n \"reference\": \"Procedure/{{Procedure_Trombektomi}}\",\r\n \"display\": \"Prosedur Trombektomi\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_TimeToRecanalisation}}\",\r\n \"display\": \"Observasi Time to Recanalisation\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_TICIScore}}\",\r\n \"display\": \"Observasi TICI Score\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Data Kepulangan Pasien Stroke\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000010\",\r\n \"display\": \"Data Kepulangan Pasien Stroke\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Observation/{{Observation_TotalSkorNIHSSPulangPasien}}\",\r\n \"display\": \"Observasi Total Skor NIHSS Pulang Pasien\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_mRSPulangPasien}}\",\r\n \"display\": \"Observasi mRS Pulang Pasien\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Data Prosedur Rehabilitasi\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000011\",\r\n \"display\": \"Data Prosedur Rehabilitasi\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Procedure/{{Procedure_JenisRehabilitasiStroke}}\",\r\n \"display\": \"Prosedur Jenis Rehabilitasi Stroke\"\r\n },\r\n {\r\n \"reference\": \"Procedure/{{Procedure_Fisioterapi}}\",\r\n \"display\": \"Prosedur Fisioterapi\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Diagnosis Stroke\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000004\",\r\n \"display\": \"Diagnosis\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Condition/{{Diagnosis_Utama}}\",\r\n \"display\": \"Diagnosis Stroke\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Composition", "host": [ "{{base_url}}" ], "path": [ "Composition" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Wed, 24 Jul 2024 04:04:11 UTC" }, { "key": "etag", "value": "W/\"MTcyMTc5Mzg1MTgyNjE0NDAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Composition/2a669757-efcc-402a-8082-ec2aa4914ed4/_history/MTcyMTc5Mzg1MTgyNjE0NDAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Wed, 24 Jul 2024 04:04:11 GMT" }, { "key": "Content-Length", "value": "24934" }, { "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": "c0bad639-5ac9-4370-b2b4-d2b1edc4dd4a" }, { "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\": \"dr. Bronsig SpS\",\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"custodian\": {\n \"reference\": \"Organization/10000004\"\n },\n \"date\": \"2023-03-05T05:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"2a669757-efcc-402a-8082-ec2aa4914ed4\",\n \"identifier\": {\n \"system\": \"http://sys-ids.kemkes.go.id/creator\",\n \"value\": \"10000004\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-07-24T04:04:11.826144+00:00\",\n \"versionId\": \"MTcyMTc5Mzg1MTgyNjE0NDAwMA\"\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 Stroke\",\n \"reference\": \"EpisodeOfCare/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\"\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\": \"Observasi Wake Up Stroke\",\n \"reference\": \"Observation/d74c87de-6564-4b87-b45f-60b4dc38dc0e\"\n },\n {\n \"display\": \"Riwayat Penyakit: Hipertensi\",\n \"reference\": \"Observation/fdc7781c-5f07-4b73-8edd-b88d2958c476\"\n },\n {\n \"display\": \"Riwayat Penyakit: Diabetes\",\n \"reference\": \"Observation/a2aa7f46-adb8-481b-9720-32916c76090c\"\n },\n {\n \"display\": \"Riwayat Penyakit: Dislipidemia\",\n \"reference\": \"Observation/b200efb0-7a76-4fa7-95dc-006e10290baf\"\n },\n {\n \"display\": \"Riwayat Stroke Keluarga\",\n \"reference\": \"Condition/378e1758-8d6e-4f75-b3f1-1d9008fcd986\"\n },\n {\n \"display\": \"Observasi Status Merokok\",\n \"reference\": \"Observation/81d129ad-8003-4ba9-9fb2-cf6c18522392\"\n },\n {\n \"display\": \"Observasi Riwayat Konsumsi Alkohol\",\n \"reference\": \"Observation/96f1bb32-b026-4bd3-b1bd-f7a1ede28785\"\n },\n {\n \"display\": \"Observasi Riwayat KB Hormonal\",\n \"reference\": \"Observation/7168a4b5-b047-495b-9b73-15a3c85397a4\"\n },\n {\n \"display\": \"Observasi mRS Pre-Stroke/pre-Admisi\",\n \"reference\": \"Observation/983d7ee1-5660-40c9-92cc-abadbfef00b9\"\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\": \"Observasi Diastole\",\n \"reference\": \"Observation/c5f8d3a1-a27b-445d-92a7-55ea67fc2eb8\"\n },\n {\n \"display\": \"Observasi Sistole\",\n \"reference\": \"Observation/89971836-abd5-4c73-b9d8-7f7c6cbc423e\"\n },\n {\n \"display\": \"Observasi Berat Badan\",\n \"reference\": \"Observation/20946875-46e5-45c2-8adb-732deb2563b6\"\n },\n {\n \"display\": \"Observasi Tinggi Badan\",\n \"reference\": \"Observation/f53ad5ab-0a78-4546-a3f6-a72d50ee0acf\"\n },\n {\n \"display\": \"Observasi IMT\",\n \"reference\": \"Observation/91c1b465-eec1-453d-b0ab-7b08161e57d9\"\n }\n ],\n \"title\": \"Pemeriksaan Fisik\"\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"TK000008\",\n \"display\": \"Pemeriksaan Neurologis Stroke\",\n \"system\": \"http://terminology.kemkes.go.id\"\n }\n ]\n },\n \"entry\": [\n {\n \"display\": \"Observasi Total Skor NHSS Admisi\",\n \"reference\": \"Observation/53548839-6f24-48a3-96ed-ac5768d5a742\"\n },\n {\n \"display\": \"Observasi mRS Admisi\",\n \"reference\": \"Observation/a34eab9a-a831-490c-8a08-45a5c3f20bf2\"\n },\n {\n \"display\": \"Observasi Disphagia\",\n \"reference\": \"Observation/9523b56e-8326-4ca6-ab47-6b9a688ae717\"\n }\n ],\n \"title\": \"Pemeriksaan Neurologis Stroke\"\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\": \"Observasi CT Scan Kepala\",\n \"reference\": \"Observation/697bc7d7-1344-4b66-b7c9-a71d6be266eb\"\n },\n {\n \"display\": \"Observasi ASPECT Score\",\n \"reference\": \"Observation/8f90fd24-259b-46df-945a-32e74d96bc13\"\n },\n {\n \"display\": \"Observation CTA\",\n \"reference\": \"Observation/3e2ed1cc-4fce-4654-af7c-89d70f221b05\"\n }\n ],\n \"title\": \"Hasil Pemeriksaan Penunjang\"\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\": \"Obat Alteplase\",\n \"reference\": \"Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493\"\n },\n {\n \"display\": \"Procedure rTPA\",\n \"reference\": \"Procedure/5c6ba585-3388-47d3-8e00-921f6a3030fc\"\n },\n {\n \"display\": \"Observasi Total Skor NIHSS Post rTPA\",\n \"reference\": \"Observation/bcbd37bd-e70b-42de-98b0-81c336389d4d\"\n },\n {\n \"display\": \"Prosedur Trombektomi\",\n \"reference\": \"Procedure/d4e94b97-fe2d-48bd-94ef-4037a0e8ed1f\"\n },\n {\n \"display\": \"Observasi Time to Recanalisation\",\n \"reference\": \"Observation/35a87712-756f-425a-8a61-dcc767b824bc\"\n },\n {\n \"display\": \"Observasi TICI Score\",\n \"reference\": \"Observation/5298d733-1bc9-4c77-b5f7-9d4dc4de5800\"\n }\n ],\n \"title\": \"Tindakan/Prosedur Medis\"\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"TK000010\",\n \"display\": \"Data Kepulangan Pasien Stroke\",\n \"system\": \"http://terminology.kemkes.go.id\"\n }\n ]\n },\n \"entry\": [\n {\n \"display\": \"Observasi Total Skor NIHSS Pulang Pasien\",\n \"reference\": \"Observation/f66cb2a7-3400-4620-876a-64f2d430325e\"\n },\n {\n \"display\": \"Observasi mRS Pulang Pasien\",\n \"reference\": \"Observation/03b56eca-535e-484a-b355-9f78ed7f1f3a\"\n }\n ],\n \"title\": \"Data Kepulangan Pasien Stroke\"\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"TK000011\",\n \"display\": \"Data Prosedur Rehabilitasi\",\n \"system\": \"http://terminology.kemkes.go.id\"\n }\n ]\n },\n \"entry\": [\n {\n \"display\": \"Prosedur Jenis Rehabilitasi Stroke\",\n \"reference\": \"Procedure/0ec08dca-d60c-4777-8051-e4fac8b945e6\"\n },\n {\n \"display\": \"Prosedur Fisioterapi\",\n \"reference\": \"Procedure/e17c2e82-f9e4-4dc4-8951-196a6fd0f188\"\n }\n ],\n \"title\": \"Data Prosedur Rehabilitasi\"\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\": \"Diagnosis Stroke\",\n \"reference\": \"Condition/9b0257b2-2412-4285-94a3-7d33a3c59796\"\n }\n ],\n \"title\": \"Diagnosis Stroke\"\n }\n ],\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"title\": \"Data Registrasi Stroke\",\n \"type\": {\n \"coding\": [\n {\n \"code\": \"TK000006\",\n \"display\": \"Data Registrasi Stroke\",\n \"system\": \"http://terminology.kemkes.go.id\"\n }\n ]\n }\n}" }, { "name": "Dokumen Registrasi Stroke", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"Composition\",\r\n \"identifier\": {\r\n \"system\": \"http://sys-ids.kemkes.go.id/composition/{{Org_id}}\",\r\n \"value\": \"{{Registration_ID}}\"\r\n },\r\n \"status\": \"final\",\r\n \"type\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000006\",\r\n \"display\": \"Data Registrasi Stroke\"\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/{{Encounter_id}}\"\r\n },\r\n \"date\": \"2023-03-05T05:00:00+00:00\",\r\n \"author\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\r\n \"display\": \"{{Practitioner_Name}}\"\r\n }\r\n ],\r\n \"title\": \"Data Registrasi Stroke\",\r\n \"custodian\": {\r\n \"reference\": \"Organization/{{Org_id}}\"\r\n },\r\n \"section\": [\r\n {\r\n \"title\": \"Episode Perawatan\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000002\",\r\n \"display\": \"Episode Perawatan\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\",\r\n \"display\": \"Episode Perawatan Registrasi Stroke\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Anamnesis\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000003\",\r\n \"display\": \"Anamnesis\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Observation/{{Observation_WakeUpStroke}}\",\r\n \"display\": \"Observasi Wake Up Stroke\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_RiwayatPenyakitHipertensi}}\",\r\n \"display\": \"Riwayat Penyakit: Hipertensi\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_RiwayatPenyakitDiabetes}}\",\r\n \"display\": \"Riwayat Penyakit: Diabetes\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_RiwayatPenyakitDislipidemia}}\",\r\n \"display\": \"Riwayat Penyakit: Dislipidemia\"\r\n },\r\n {\r\n \"reference\": \"Condition/{{Condition_RiwayatStrokeKeluarga}}\",\r\n \"display\": \"Riwayat Stroke Keluarga\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_StatusMerokok}}\",\r\n \"display\": \"Observasi Status Merokok\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_RiwayatKonsumsiAlkohol}}\",\r\n \"display\": \"Observasi Riwayat Konsumsi Alkohol\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_RiwayatKBHormonal}}\",\r\n \"display\": \"Observasi Riwayat KB Hormonal\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_mRSPre-Stroke/pre-Admisi}}\",\r\n \"display\": \"Observasi mRS Pre-Stroke/pre-Admisi\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Pemeriksaan Fisik\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000007\",\r\n \"display\": \"Pemeriksaan Fisik\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Observation/{{Observation_Diastole}}\",\r\n \"display\": \"Observasi Diastole\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_Systole}}\",\r\n \"display\": \"Observasi Sistole\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_BeratBadan}}\",\r\n \"display\": \"Observasi Berat Badan\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_TinggiBadan}}\",\r\n \"display\": \"Observasi Tinggi Badan\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_IMT}}\",\r\n \"display\": \"Observasi IMT\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Pemeriksaan Neurologis Stroke\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000008\",\r\n \"display\": \"Pemeriksaan Neurologis Stroke\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Observation/{{Observation_TotalSkorNHSSAdmisi}}\",\r\n \"display\": \"Observasi Total Skor NHSS Admisi\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_mRSAdmisi}}\",\r\n \"display\": \"Observasi mRS Admisi\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_Disphagia}}\",\r\n \"display\": \"Observasi Disphagia\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Hasil Pemeriksaan Penunjang\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000009\",\r\n \"display\": \"Hasil Pemeriksaan Penunjang\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Observation/{{Observation_CTScanKepala}}\",\r\n \"display\": \"Observasi CT Scan Kepala\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_ASPECTScore}}\",\r\n \"display\": \"Observasi ASPECT Score\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_CTA}}\",\r\n \"display\": \"Observation CTA\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Tindakan/Prosedur Medis\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000005\",\r\n \"display\": \"Tindakan/Prosedur Medis\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Medication/{{Medication_Alteplase}}\",\r\n \"display\": \"Obat Alteplase\"\r\n },\r\n {\r\n \"reference\": \"Procedure/{{Procedure_rTPA}}\",\r\n \"display\": \"Procedure rTPA\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_TotalSkorNIHSSPostrTPA}}\",\r\n \"display\": \"Observasi Total Skor NIHSS Post rTPA\"\r\n },\r\n {\r\n \"reference\": \"Procedure/{{Procedure_Trombektomi}}\",\r\n \"display\": \"Prosedur Trombektomi\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_TimeToRecanalisation}}\",\r\n \"display\": \"Observasi Time to Recanalisation\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_TICIScore}}\",\r\n \"display\": \"Observasi TICI Score\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Data Kepulangan Pasien Stroke\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000010\",\r\n \"display\": \"Data Kepulangan Pasien Stroke\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Observation/{{Observation_TotalSkorNIHSSPulangPasien}}\",\r\n \"display\": \"Observasi Total Skor NIHSS Pulang Pasien\"\r\n },\r\n {\r\n \"reference\": \"Observation/{{Observation_mRSPulangPasien}}\",\r\n \"display\": \"Observasi mRS Pulang Pasien\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Data Prosedur Rehabilitasi\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000011\",\r\n \"display\": \"Data Prosedur Rehabilitasi\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Procedure/{{Procedure_JenisRehabilitasiStroke}}\",\r\n \"display\": \"Prosedur Jenis Rehabilitasi Stroke\"\r\n },\r\n {\r\n \"reference\": \"Procedure/{{Procedure_Fisioterapi}}\",\r\n \"display\": \"Prosedur Fisioterapi\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Diagnosis Stroke\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id\",\r\n \"code\": \"TK000004\",\r\n \"display\": \"Diagnosis\"\r\n }\r\n ]\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"Condition/{{Diagnosis_Utama}}\",\r\n \"display\": \"Diagnosis Stroke\"\r\n }\r\n ]\r\n }\r\n ]\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Composition", "host": [ "{{base_url}}" ], "path": [ "Composition" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Wed, 24 Jul 2024 04:04:11 UTC" }, { "key": "etag", "value": "W/\"MTcyMTc5Mzg1MTgyNjE0NDAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Composition/2a669757-efcc-402a-8082-ec2aa4914ed4/_history/MTcyMTc5Mzg1MTgyNjE0NDAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Wed, 24 Jul 2024 04:04:11 GMT" }, { "key": "Content-Length", "value": "24934" }, { "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": "c0bad639-5ac9-4370-b2b4-d2b1edc4dd4a" }, { "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\": \"dr. Bronsig SpS\",\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"custodian\": {\n \"reference\": \"Organization/10000004\"\n },\n \"date\": \"2023-03-05T05:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"2a669757-efcc-402a-8082-ec2aa4914ed4\",\n \"identifier\": {\n \"system\": \"http://sys-ids.kemkes.go.id/creator\",\n \"value\": \"10000004\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-07-24T04:04:11.826144+00:00\",\n \"versionId\": \"MTcyMTc5Mzg1MTgyNjE0NDAwMA\"\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 Stroke\",\n \"reference\": \"EpisodeOfCare/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\"\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\": \"Observasi Wake Up Stroke\",\n \"reference\": \"Observation/d74c87de-6564-4b87-b45f-60b4dc38dc0e\"\n },\n {\n \"display\": \"Riwayat Penyakit: Hipertensi\",\n \"reference\": \"Observation/fdc7781c-5f07-4b73-8edd-b88d2958c476\"\n },\n {\n \"display\": \"Riwayat Penyakit: Diabetes\",\n \"reference\": \"Observation/a2aa7f46-adb8-481b-9720-32916c76090c\"\n },\n {\n \"display\": \"Riwayat Penyakit: Dislipidemia\",\n \"reference\": \"Observation/b200efb0-7a76-4fa7-95dc-006e10290baf\"\n },\n {\n \"display\": \"Riwayat Stroke Keluarga\",\n \"reference\": \"Condition/378e1758-8d6e-4f75-b3f1-1d9008fcd986\"\n },\n {\n \"display\": \"Observasi Status Merokok\",\n \"reference\": \"Observation/81d129ad-8003-4ba9-9fb2-cf6c18522392\"\n },\n {\n \"display\": \"Observasi Riwayat Konsumsi Alkohol\",\n \"reference\": \"Observation/96f1bb32-b026-4bd3-b1bd-f7a1ede28785\"\n },\n {\n \"display\": \"Observasi Riwayat KB Hormonal\",\n \"reference\": \"Observation/7168a4b5-b047-495b-9b73-15a3c85397a4\"\n },\n {\n \"display\": \"Observasi mRS Pre-Stroke/pre-Admisi\",\n \"reference\": \"Observation/983d7ee1-5660-40c9-92cc-abadbfef00b9\"\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\": \"Observasi Diastole\",\n \"reference\": \"Observation/c5f8d3a1-a27b-445d-92a7-55ea67fc2eb8\"\n },\n {\n \"display\": \"Observasi Sistole\",\n \"reference\": \"Observation/89971836-abd5-4c73-b9d8-7f7c6cbc423e\"\n },\n {\n \"display\": \"Observasi Berat Badan\",\n \"reference\": \"Observation/20946875-46e5-45c2-8adb-732deb2563b6\"\n },\n {\n \"display\": \"Observasi Tinggi Badan\",\n \"reference\": \"Observation/f53ad5ab-0a78-4546-a3f6-a72d50ee0acf\"\n },\n {\n \"display\": \"Observasi IMT\",\n \"reference\": \"Observation/91c1b465-eec1-453d-b0ab-7b08161e57d9\"\n }\n ],\n \"title\": \"Pemeriksaan Fisik\"\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"TK000008\",\n \"display\": \"Pemeriksaan Neurologis Stroke\",\n \"system\": \"http://terminology.kemkes.go.id\"\n }\n ]\n },\n \"entry\": [\n {\n \"display\": \"Observasi Total Skor NHSS Admisi\",\n \"reference\": \"Observation/53548839-6f24-48a3-96ed-ac5768d5a742\"\n },\n {\n \"display\": \"Observasi mRS Admisi\",\n \"reference\": \"Observation/a34eab9a-a831-490c-8a08-45a5c3f20bf2\"\n },\n {\n \"display\": \"Observasi Disphagia\",\n \"reference\": \"Observation/9523b56e-8326-4ca6-ab47-6b9a688ae717\"\n }\n ],\n \"title\": \"Pemeriksaan Neurologis Stroke\"\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\": \"Observasi CT Scan Kepala\",\n \"reference\": \"Observation/697bc7d7-1344-4b66-b7c9-a71d6be266eb\"\n },\n {\n \"display\": \"Observasi ASPECT Score\",\n \"reference\": \"Observation/8f90fd24-259b-46df-945a-32e74d96bc13\"\n },\n {\n \"display\": \"Observation CTA\",\n \"reference\": \"Observation/3e2ed1cc-4fce-4654-af7c-89d70f221b05\"\n }\n ],\n \"title\": \"Hasil Pemeriksaan Penunjang\"\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\": \"Obat Alteplase\",\n \"reference\": \"Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493\"\n },\n {\n \"display\": \"Procedure rTPA\",\n \"reference\": \"Procedure/5c6ba585-3388-47d3-8e00-921f6a3030fc\"\n },\n {\n \"display\": \"Observasi Total Skor NIHSS Post rTPA\",\n \"reference\": \"Observation/bcbd37bd-e70b-42de-98b0-81c336389d4d\"\n },\n {\n \"display\": \"Prosedur Trombektomi\",\n \"reference\": \"Procedure/d4e94b97-fe2d-48bd-94ef-4037a0e8ed1f\"\n },\n {\n \"display\": \"Observasi Time to Recanalisation\",\n \"reference\": \"Observation/35a87712-756f-425a-8a61-dcc767b824bc\"\n },\n {\n \"display\": \"Observasi TICI Score\",\n \"reference\": \"Observation/5298d733-1bc9-4c77-b5f7-9d4dc4de5800\"\n }\n ],\n \"title\": \"Tindakan/Prosedur Medis\"\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"TK000010\",\n \"display\": \"Data Kepulangan Pasien Stroke\",\n \"system\": \"http://terminology.kemkes.go.id\"\n }\n ]\n },\n \"entry\": [\n {\n \"display\": \"Observasi Total Skor NIHSS Pulang Pasien\",\n \"reference\": \"Observation/f66cb2a7-3400-4620-876a-64f2d430325e\"\n },\n {\n \"display\": \"Observasi mRS Pulang Pasien\",\n \"reference\": \"Observation/03b56eca-535e-484a-b355-9f78ed7f1f3a\"\n }\n ],\n \"title\": \"Data Kepulangan Pasien Stroke\"\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"TK000011\",\n \"display\": \"Data Prosedur Rehabilitasi\",\n \"system\": \"http://terminology.kemkes.go.id\"\n }\n ]\n },\n \"entry\": [\n {\n \"display\": \"Prosedur Jenis Rehabilitasi Stroke\",\n \"reference\": \"Procedure/0ec08dca-d60c-4777-8051-e4fac8b945e6\"\n },\n {\n \"display\": \"Prosedur Fisioterapi\",\n \"reference\": \"Procedure/e17c2e82-f9e4-4dc4-8951-196a6fd0f188\"\n }\n ],\n \"title\": \"Data Prosedur Rehabilitasi\"\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\": \"Diagnosis Stroke\",\n \"reference\": \"Condition/9b0257b2-2412-4285-94a3-7d33a3c59796\"\n }\n ],\n \"title\": \"Diagnosis Stroke\"\n }\n ],\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"title\": \"Data Registrasi Stroke\",\n \"type\": {\n \"coding\": [\n {\n \"code\": \"TK000006\",\n \"display\": \"Data Registrasi Stroke\",\n \"system\": \"http://terminology.kemkes.go.id\"\n }\n ]\n }\n}" } ] } ] } ] }, { "name": "Contoh Kasus Registrasi Stroke", "item": [ { "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\": \"P12345\"\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 Pemeriksaan Penunjang RS SATUSEHAT\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.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, Wonogiri\"\n ],\n \"city\": \"Wonogiri\",\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 SATUSEHAT\"\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\": \"P12345\"\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 Pemeriksaan Penunjang RS SATUSEHAT\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.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, Wonogiri\"\n ],\n \"city\": \"Wonogiri\",\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 SATUSEHAT\"\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": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDU2NTI0OTgwMDA3NTAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 05:00:49 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/7b1f7af2-2032-49ed-bdf6-e0f6a514faba/_history/MTcxMDU2NTI0OTgwMDA3NTAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:00:49 GMT" }, { "key": "Content-Length", "value": "1198" }, { "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": "920ed2a4-d380-4336-a94b-61762d23f74c" }, { "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\": \"Wonogiri\",\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, Wonogiri\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"7b1f7af2-2032-49ed-bdf6-e0f6a514faba\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000002\",\n \"use\": \"official\",\n \"value\": \"P12345\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:00:49.800075+00:00\",\n \"versionId\": \"MTcxMDU2NTI0OTgwMDA3NTAwMA\"\n },\n \"name\": \"Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang RS SATUSEHAT\",\n \"partOf\": {\n \"display\": \"RS SATUSEHAT\",\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.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 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\": \"P12345\"\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 Pemeriksaan Penunjang RS SATUSEHAT\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.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, Wonogiri\"\n ],\n \"city\": \"Wonogiri\",\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 SATUSEHAT\"\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": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDU2NTI0OTgwMDA3NTAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 05:00:49 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/7b1f7af2-2032-49ed-bdf6-e0f6a514faba/_history/MTcxMDU2NTI0OTgwMDA3NTAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:00:49 GMT" }, { "key": "Content-Length", "value": "1198" }, { "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": "920ed2a4-d380-4336-a94b-61762d23f74c" }, { "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\": \"Wonogiri\",\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, Wonogiri\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"7b1f7af2-2032-49ed-bdf6-e0f6a514faba\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000002\",\n \"use\": \"official\",\n \"value\": \"P12345\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:00:49.800075+00:00\",\n \"versionId\": \"MTcxMDU2NTI0OTgwMDA3NTAwMA\"\n },\n \"name\": \"Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang RS SATUSEHAT\",\n \"partOf\": {\n \"display\": \"RS SATUSEHAT\",\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.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 Layanan Penyakit Saraf", "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\": \"P23456\"\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\": \"Layanan Penyakit Dalam, Pelayanan Rawat Inap dan Rawat Jalan, Divisi Pelayanan Medik, Keperawatan, dan Pemeriksaan Penunjang\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.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, Wonogiri\"\n ],\n \"city\": \"Wonogiri\",\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/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\",\n \"display\": \"Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang RS SATUSEHAT\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Organization", "host": [ "{{base_url}}" ], "path": [ "Organization" ] } }, "response": [ { "name": "Organization - Create Layanan Penyakit Saraf", "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\": \"P23456\"\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\": \"Layanan Penyakit Dalam, Pelayanan Rawat Inap dan Rawat Jalan, Divisi Pelayanan Medik, Keperawatan, dan Pemeriksaan Penunjang\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.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, Wonogiri\"\n ],\n \"city\": \"Wonogiri\",\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/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\",\n \"display\": \"Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang RS SATUSEHAT\"\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/\"MTcxMDU2NTQ2MzQxMzI1ODAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 05:04: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/Organization/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee/_history/MTcxMDU2NTQ2MzQxMzI1ODAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:04:23 GMT" }, { "key": "Content-Length", "value": "1338" }, { "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": "bcbe65e9-435d-4a7c-94fb-8858067ef9d8" }, { "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\": \"Wonogiri\",\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, Wonogiri\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000002\",\n \"use\": \"official\",\n \"value\": \"P23456\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:04:23.413258+00:00\",\n \"versionId\": \"MTcxMDU2NTQ2MzQxMzI1ODAwMA\"\n },\n \"name\": \"Layanan Penyakit Dalam, Pelayanan Rawat Inap dan Rawat Jalan, Divisi Pelayanan Medik, Keperawatan, dan Pemeriksaan Penunjang\",\n \"partOf\": {\n \"display\": \"Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang RS SATUSEHAT\",\n \"reference\": \"Organization/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.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 Layanan Penyakit Saraf", "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\": \"P23456\"\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\": \"Layanan Penyakit Dalam, Pelayanan Rawat Inap dan Rawat Jalan, Divisi Pelayanan Medik, Keperawatan, dan Pemeriksaan Penunjang\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.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, Wonogiri\"\n ],\n \"city\": \"Wonogiri\",\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/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\",\n \"display\": \"Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang RS SATUSEHAT\"\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/\"MTcxMDU2NTQ2MzQxMzI1ODAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 05:04: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/Organization/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee/_history/MTcxMDU2NTQ2MzQxMzI1ODAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:04:23 GMT" }, { "key": "Content-Length", "value": "1338" }, { "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": "bcbe65e9-435d-4a7c-94fb-8858067ef9d8" }, { "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\": \"Wonogiri\",\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, Wonogiri\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000002\",\n \"use\": \"official\",\n \"value\": \"P23456\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:04:23.413258+00:00\",\n \"versionId\": \"MTcxMDU2NTQ2MzQxMzI1ODAwMA\"\n },\n \"name\": \"Layanan Penyakit Dalam, Pelayanan Rawat Inap dan Rawat Jalan, Divisi Pelayanan Medik, Keperawatan, dan Pemeriksaan Penunjang\",\n \"partOf\": {\n \"display\": \"Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang RS SATUSEHAT\",\n \"reference\": \"Organization/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.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 Gawat Darurat", "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\": \"P27896\"\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 Gawat Darurat, Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.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, Wonogiri\"\n ],\n \"city\": \"Wonogiri\",\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/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\",\n \"display\": \"Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang RS SATUSEHAT\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Organization", "host": [ "{{base_url}}" ], "path": [ "Organization" ] } }, "response": [ { "name": "Organization - Create Pelayanan Gawat Darurat", "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\": \"P27896\"\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 Gawat Darurat, Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.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, Wonogiri\"\n ],\n \"city\": \"Wonogiri\",\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/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\",\n \"display\": \"Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang RS SATUSEHAT\"\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": "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/75d79ac2-48f4-4a6b-b75e-88eafaa3d95e/_history/MTcxMDU2NTU1Nzg2OTkxNDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU2NTU1Nzg2OTkxNDAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 05:05:57 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:05:57 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": "7bf4df0c-d5c8-4afa-9be1-6887f0024ecc" }, { "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\": \"Wonogiri\",\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, Wonogiri\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"75d79ac2-48f4-4a6b-b75e-88eafaa3d95e\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000002\",\n \"use\": \"official\",\n \"value\": \"P27896\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:05:57.869914+00:00\",\n \"versionId\": \"MTcxMDU2NTU1Nzg2OTkxNDAwMA\"\n },\n \"name\": \"Pelayanan Gawat Darurat, Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang\",\n \"partOf\": {\n \"display\": \"Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang RS SATUSEHAT\",\n \"reference\": \"Organization/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.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 Gawat Darurat", "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\": \"P27896\"\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 Gawat Darurat, Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.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, Wonogiri\"\n ],\n \"city\": \"Wonogiri\",\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/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\",\n \"display\": \"Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang RS SATUSEHAT\"\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": "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/75d79ac2-48f4-4a6b-b75e-88eafaa3d95e/_history/MTcxMDU2NTU1Nzg2OTkxNDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU2NTU1Nzg2OTkxNDAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 05:05:57 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:05:57 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": "7bf4df0c-d5c8-4afa-9be1-6887f0024ecc" }, { "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\": \"Wonogiri\",\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, Wonogiri\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"75d79ac2-48f4-4a6b-b75e-88eafaa3d95e\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000002\",\n \"use\": \"official\",\n \"value\": \"P27896\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:05:57.869914+00:00\",\n \"versionId\": \"MTcxMDU2NTU1Nzg2OTkxNDAwMA\"\n },\n \"name\": \"Pelayanan Gawat Darurat, Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang\",\n \"partOf\": {\n \"display\": \"Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang RS SATUSEHAT\",\n \"reference\": \"Organization/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.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 Unit Stroke 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/location/{{Org_id}}\",\n \"value\": \"R12345\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Syaraf\",\n \"description\": \"Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Syaraf, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.com\",\n \"use\": \"work\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\",\n \"code\": \"RT0009\",\n \"display\": \"Ruang Perawatan Intensif\"\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/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\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 Unit Stroke 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/location/{{Org_id}}\",\n \"value\": \"R12345\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Syaraf\",\n \"description\": \"Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Syaraf, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.com\",\n \"use\": \"work\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\",\n \"code\": \"RT0009\",\n \"display\": \"Ruang Perawatan Intensif\"\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/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\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}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Location", "host": [ "{{base_url}}" ], "path": [ "Location" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxMDU2NjMwNDAyNDI1MjAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Location/0676936e-5abc-489f-a344-890cda69a2d2/_history/MTcxMDU2NjMwNDAyNDI1MjAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 05:18:24 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:18:24 GMT" }, { "key": "Content-Length", "value": "1347" }, { "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": "a0b0d69d-32ac-4647-9dc5-cbd3f0ed2391" }, { "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\": \"Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Syaraf, 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\": \"0676936e-5abc-489f-a344-890cda69a2d2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000002\",\n \"value\": \"R12345\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:18:24.024252+00:00\",\n \"versionId\": \"MTcxMDU2NjMwNDAyNDI1MjAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Syaraf\",\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"RT0009\",\n \"display\": \"Ruang Perawatan Intensif\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\"\n }\n ]\n }\n ]\n}" }, { "name": "Location - Create Unit Stroke 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/location/{{Org_id}}\",\n \"value\": \"R12345\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Syaraf\",\n \"description\": \"Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Syaraf, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.com\",\n \"use\": \"work\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\",\n \"code\": \"RT0009\",\n \"display\": \"Ruang Perawatan Intensif\"\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/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\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}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Location", "host": [ "{{base_url}}" ], "path": [ "Location" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxMDU2NjMwNDAyNDI1MjAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Location/0676936e-5abc-489f-a344-890cda69a2d2/_history/MTcxMDU2NjMwNDAyNDI1MjAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 05:18:24 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:18:24 GMT" }, { "key": "Content-Length", "value": "1347" }, { "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": "a0b0d69d-32ac-4647-9dc5-cbd3f0ed2391" }, { "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\": \"Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Syaraf, 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\": \"0676936e-5abc-489f-a344-890cda69a2d2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000002\",\n \"value\": \"R12345\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:18:24.024252+00:00\",\n \"versionId\": \"MTcxMDU2NjMwNDAyNDI1MjAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Syaraf\",\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"RT0009\",\n \"display\": \"Ruang Perawatan Intensif\",\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/location/{{Org_id}}\",\n \"value\": \"R21012345\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"description\": \"Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.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/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\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/0676936e-5abc-489f-a344-890cda69a2d2\",\n \"display\": \"Unit Stroke 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/location/{{Org_id}}\",\n \"value\": \"R21012345\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"description\": \"Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.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/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\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/0676936e-5abc-489f-a344-890cda69a2d2\",\n \"display\": \"Unit Stroke Rawat Inap Kelas 1\"\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/2b402518-ddde-48d8-ba3c-4778408f59c1/_history/MTcxMDU2NjY1NDM0ODg0NjAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU2NjY1NDM0ODg0NjAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 05:24:14 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:24:14 GMT" }, { "key": "Content-Length", "value": "1476" }, { "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": "ad8c362c-cc42-4140-9441-10d33cf5955a" }, { "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, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf, 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\": \"2b402518-ddde-48d8-ba3c-4778408f59c1\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000002\",\n \"value\": \"R21012345\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:24:14.348846+00:00\",\n \"versionId\": \"MTcxMDU2NjY1NDM0ODg0NjAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"partOf\": {\n \"display\": \"Unit Stroke Rawat Inap Kelas 1\",\n \"reference\": \"Location/0676936e-5abc-489f-a344-890cda69a2d2\"\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.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", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/{{Org_id}}\",\n \"value\": \"R21012345\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"description\": \"Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.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/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\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/0676936e-5abc-489f-a344-890cda69a2d2\",\n \"display\": \"Unit Stroke Rawat Inap Kelas 1\"\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/2b402518-ddde-48d8-ba3c-4778408f59c1/_history/MTcxMDU2NjY1NDM0ODg0NjAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU2NjY1NDM0ODg0NjAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 05:24:14 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:24:14 GMT" }, { "key": "Content-Length", "value": "1476" }, { "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": "ad8c362c-cc42-4140-9441-10d33cf5955a" }, { "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, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf, 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\": \"2b402518-ddde-48d8-ba3c-4778408f59c1\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000002\",\n \"value\": \"R21012345\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:24:14.348846+00:00\",\n \"versionId\": \"MTcxMDU2NjY1NDM0ODg0NjAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"partOf\": {\n \"display\": \"Unit Stroke Rawat Inap Kelas 1\",\n \"reference\": \"Location/0676936e-5abc-489f-a344-890cda69a2d2\"\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.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/location/{{Org_id}}\",\n \"value\": \"B2R21012345\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"description\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.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/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\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/2b402518-ddde-48d8-ba3c-4778408f59c1\",\n \"display\": \"Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\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/location/{{Org_id}}\",\n \"value\": \"B2R21012345\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"description\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.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 \"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/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\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/2b402518-ddde-48d8-ba3c-4778408f59c1\",\n \"display\": \"Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\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/{{Location_bedRanap}}/_history/MTcxMDU2NjcyMzUwMTM2MTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU2NjcyMzUwMTM2MTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 05:25:23 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:25:23 GMT" }, { "key": "Content-Length", "value": "1635" }, { "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": "107913cb-503c-4da2-be9f-1b401ad33681" }, { "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, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf, 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\": \"ad730bf5-784f-48b9-a609-7d9c9bc29a40\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000002\",\n \"value\": \"B2R21012345\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:25:23.501361+00:00\",\n \"versionId\": \"MTcxMDU2NjcyMzUwMTM2MTAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"operationalStatus\": {\n \"code\": \"U\",\n \"display\": \"Unoccupied\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0116\"\n },\n \"partOf\": {\n \"display\": \"Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"reference\": \"Location/2b402518-ddde-48d8-ba3c-4778408f59c1\"\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.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": "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/location/{{Org_id}}\",\n \"value\": \"B2R21012345\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"description\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.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 \"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/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\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/2b402518-ddde-48d8-ba3c-4778408f59c1\",\n \"display\": \"Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\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/{{Location_bedRanap}}/_history/MTcxMDU2NjcyMzUwMTM2MTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU2NjcyMzUwMTM2MTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 05:25:23 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:25:23 GMT" }, { "key": "Content-Length", "value": "1635" }, { "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": "107913cb-503c-4da2-be9f-1b401ad33681" }, { "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, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf, 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\": \"ad730bf5-784f-48b9-a609-7d9c9bc29a40\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000002\",\n \"value\": \"B2R21012345\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:25:23.501361+00:00\",\n \"versionId\": \"MTcxMDU2NjcyMzUwMTM2MTAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"operationalStatus\": {\n \"code\": \"U\",\n \"display\": \"Unoccupied\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0116\"\n },\n \"partOf\": {\n \"display\": \"Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"reference\": \"Location/2b402518-ddde-48d8-ba3c-4778408f59c1\"\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.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": "Location - Create Instalasi Gawat Darurat", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/{{Org_id}}\",\n \"value\": \"P3456\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruang Gawat Darurat Anyelir, Pelayanan Gawat Darurat \",\n \"description\": \"Instalasi Gawat Darurat, Pelayanan Gawat Darurat, Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang, Lantai 1, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.com\",\n \"use\": \"work\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\",\n \"code\": \"RT0006\",\n \"display\": \"Instalasi Gawat Darurat\"\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.23115426275746,\n \"latitude\": 106.83239885393945,\n \"altitude\": 0\n },\n \"managingOrganization\": {\n \"reference\": \"Organization/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\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}\n", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Location", "host": [ "{{base_url}}" ], "path": [ "Location" ] } }, "response": [ { "name": "Location - Create Instalasi Gawat Darurat", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/{{Org_id}}\",\n \"value\": \"P3456\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruang Gawat Darurat Anyelir, Pelayanan Gawat Darurat \",\n \"description\": \"Instalasi Gawat Darurat, Pelayanan Gawat Darurat, Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang, Lantai 1, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.com\",\n \"use\": \"work\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\",\n \"code\": \"RT0006\",\n \"display\": \"Instalasi Gawat Darurat\"\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.23115426275746,\n \"latitude\": 106.83239885393945,\n \"altitude\": 0\n },\n \"managingOrganization\": {\n \"reference\": \"Organization/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\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": "last-modified", "value": "Sat, 16 Mar 2024 05:30: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/Location/aaea54eb-c155-40e9-9c79-a8738d8756a2/_history/MTcxMDU2NzA0NjUxNzQxMTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU2NzA0NjUxNzQxMTAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:30:46 GMT" }, { "key": "Content-Length", "value": "1412" }, { "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": "fcf26c29-e7d5-401b-8876-785ed5283688" }, { "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\": \"Instalasi Gawat Darurat, Pelayanan Gawat Darurat, Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang, Lantai 1, Gedung Utama\",\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\": \"aaea54eb-c155-40e9-9c79-a8738d8756a2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000002\",\n \"value\": \"P3456\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:30:46.517411+00:00\",\n \"versionId\": \"MTcxMDU2NzA0NjUxNzQxMTAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Gawat Darurat Anyelir, Pelayanan Gawat Darurat \",\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.83239885393945,\n \"longitude\": -6.23115426275746\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"RT0006\",\n \"display\": \"Instalasi Gawat Darurat\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\"\n }\n ]\n }\n ]\n}" }, { "name": "Location - Create Instalasi Gawat Darurat", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/{{Org_id}}\",\n \"value\": \"P3456\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruang Gawat Darurat Anyelir, Pelayanan Gawat Darurat \",\n \"description\": \"Instalasi Gawat Darurat, Pelayanan Gawat Darurat, Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang, Lantai 1, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.com\",\n \"use\": \"work\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\",\n \"code\": \"RT0006\",\n \"display\": \"Instalasi Gawat Darurat\"\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.23115426275746,\n \"latitude\": 106.83239885393945,\n \"altitude\": 0\n },\n \"managingOrganization\": {\n \"reference\": \"Organization/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\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": "last-modified", "value": "Sat, 16 Mar 2024 05:30: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/Location/aaea54eb-c155-40e9-9c79-a8738d8756a2/_history/MTcxMDU2NzA0NjUxNzQxMTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU2NzA0NjUxNzQxMTAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:30:46 GMT" }, { "key": "Content-Length", "value": "1412" }, { "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": "fcf26c29-e7d5-401b-8876-785ed5283688" }, { "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\": \"Instalasi Gawat Darurat, Pelayanan Gawat Darurat, Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang, Lantai 1, Gedung Utama\",\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\": \"aaea54eb-c155-40e9-9c79-a8738d8756a2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000002\",\n \"value\": \"P3456\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:30:46.517411+00:00\",\n \"versionId\": \"MTcxMDU2NzA0NjUxNzQxMTAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Gawat Darurat Anyelir, Pelayanan Gawat Darurat \",\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.83239885393945,\n \"longitude\": -6.23115426275746\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"RT0006\",\n \"display\": \"Instalasi Gawat Darurat\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\"\n }\n ]\n }\n ]\n}" } ] }, { "name": "Location - Create Ruangan Triase", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/{{Org_id}}\",\n \"value\": \"R5432\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruangan Triase, Instalasi Gawat Darurat\",\n \"description\": \"Ruangan Triase, Instalasi Gawat Darurat, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.com\",\n \"use\": \"work\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\",\n \"code\": \"RT0032\",\n \"display\": \"Ruangan Triase\"\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/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\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 \"partOf\": {\n \"reference\": \"Location/aaea54eb-c155-40e9-9c79-a8738d8756a2\",\n \"display\": \"Instalasi Gawat Darurat\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Location", "host": [ "{{base_url}}" ], "path": [ "Location" ] } }, "response": [ { "name": "Location - Create Ruangan Triase", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/{{Org_id}}\",\n \"value\": \"R5432\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruangan Triase, Instalasi Gawat Darurat\",\n \"description\": \"Ruangan Triase, Instalasi Gawat Darurat, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.com\",\n \"use\": \"work\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\",\n \"code\": \"RT0032\",\n \"display\": \"Ruangan Triase\"\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/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\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 \"partOf\": {\n \"reference\": \"Location/aaea54eb-c155-40e9-9c79-a8738d8756a2\",\n \"display\": \"Instalasi Gawat Darurat\"\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": "etag", "value": "W/\"MTcxMDU2NzE2NjcwMTEyNTAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 05:32: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/Location/b8501c04-a41d-4570-a2fc-8e78b403808f/_history/MTcxMDU2NzE2NjcwMTEyNTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:32:46 GMT" }, { "key": "Content-Length", "value": "1424" }, { "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": "971dabdb-67a7-4f2b-b7bd-e810aec12ee1" }, { "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 Triase, Instalasi Gawat Darurat, 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\": \"a6a46e67-4a29-492a-b5b1-4bb1c2e89f9a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000002\",\n \"value\": \"R5432\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:32:46.701125+00:00\",\n \"versionId\": \"MTcxMDU2NzE2NjcwMTEyNTAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruangan Triase, Instalasi Gawat Darurat\",\n \"partOf\": {\n \"display\": \"Instalasi Gawat Darurat\",\n \"reference\": \"Location/aaea54eb-c155-40e9-9c79-a8738d8756a2\"\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"RT0032\",\n \"display\": \"Ruangan Triase\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\"\n }\n ]\n }\n ]\n}" }, { "name": "Location - Create Ruangan Triase", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/{{Org_id}}\",\n \"value\": \"R5432\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruangan Triase, Instalasi Gawat Darurat\",\n \"description\": \"Ruangan Triase, Instalasi Gawat Darurat, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.com\",\n \"use\": \"work\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\",\n \"code\": \"RT0032\",\n \"display\": \"Ruangan Triase\"\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/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\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 \"partOf\": {\n \"reference\": \"Location/aaea54eb-c155-40e9-9c79-a8738d8756a2\",\n \"display\": \"Instalasi Gawat Darurat\"\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": "etag", "value": "W/\"MTcxMDU2NzE2NjcwMTEyNTAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 05:32: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/Location/b8501c04-a41d-4570-a2fc-8e78b403808f/_history/MTcxMDU2NzE2NjcwMTEyNTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:32:46 GMT" }, { "key": "Content-Length", "value": "1424" }, { "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": "971dabdb-67a7-4f2b-b7bd-e810aec12ee1" }, { "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 Triase, Instalasi Gawat Darurat, 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\": \"a6a46e67-4a29-492a-b5b1-4bb1c2e89f9a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000002\",\n \"value\": \"R5432\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:32:46.701125+00:00\",\n \"versionId\": \"MTcxMDU2NzE2NjcwMTEyNTAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruangan Triase, Instalasi Gawat Darurat\",\n \"partOf\": {\n \"display\": \"Instalasi Gawat Darurat\",\n \"reference\": \"Location/aaea54eb-c155-40e9-9c79-a8738d8756a2\"\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"RT0032\",\n \"display\": \"Ruangan Triase\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\"\n }\n ]\n }\n ]\n}" } ] }, { "name": "Location - Create Ruangan Observasi", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/{{Org_id}}\",\n \"value\": \"R5632\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruangan Observasi, Instalasi Gawat Darurat\",\n \"description\": \"Ruangan Observasi, Instalasi Gawat Darurat, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.com\",\n \"use\": \"work\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\",\n \"code\": \"RT0026\",\n \"display\": \"Ruangan Observasi\"\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/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\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 \"partOf\": {\n \"reference\": \"Location/aaea54eb-c155-40e9-9c79-a8738d8756a2\",\n \"display\": \"Instalasi Gawat Darurat\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Location", "host": [ "{{base_url}}" ], "path": [ "Location" ] } }, "response": [ { "name": "Location - Create Ruangan Observasi", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/{{Org_id}}\",\n \"value\": \"R5632\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruangan Observasi, Instalasi Gawat Darurat\",\n \"description\": \"Ruangan Observasi, Instalasi Gawat Darurat, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.com\",\n \"use\": \"work\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\",\n \"code\": \"RT0026\",\n \"display\": \"Ruangan Observasi\"\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/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\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 \"partOf\": {\n \"reference\": \"Location/aaea54eb-c155-40e9-9c79-a8738d8756a2\",\n \"display\": \"Instalasi Gawat Darurat\"\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": "etag", "value": "W/\"MTcxMDU2NzI3MzE5Mjg5MDAwMA\"" }, { "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/66d034a6-23bb-45f4-bffb-bcae9674caba/_history/MTcxMDU2NzI3MzE5Mjg5MDAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 05:34:33 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:34:33 GMT" }, { "key": "Content-Length", "value": "1433" }, { "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": "634cf1c4-56b5-4998-8e80-17668b6d4fc3" }, { "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 Observasi, Instalasi Gawat Darurat, 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\": \"66d034a6-23bb-45f4-bffb-bcae9674caba\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000002\",\n \"value\": \"R5632\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:34:33.192890+00:00\",\n \"versionId\": \"MTcxMDU2NzI3MzE5Mjg5MDAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruangan Observasi, Instalasi Gawat Darurat\",\n \"partOf\": {\n \"display\": \"Instalasi Gawat Darurat\",\n \"reference\": \"Location/aaea54eb-c155-40e9-9c79-a8738d8756a2\"\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"RT0026\",\n \"display\": \"Ruangan Observasi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\"\n }\n ]\n }\n ]\n}" }, { "name": "Location - Create Ruangan Observasi", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/{{Org_id}}\",\n \"value\": \"R5632\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruangan Observasi, Instalasi Gawat Darurat\",\n \"description\": \"Ruangan Observasi, Instalasi Gawat Darurat, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.com\",\n \"use\": \"work\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\",\n \"code\": \"RT0026\",\n \"display\": \"Ruangan Observasi\"\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/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\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 \"partOf\": {\n \"reference\": \"Location/aaea54eb-c155-40e9-9c79-a8738d8756a2\",\n \"display\": \"Instalasi Gawat Darurat\"\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": "etag", "value": "W/\"MTcxMDU2NzI3MzE5Mjg5MDAwMA\"" }, { "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/66d034a6-23bb-45f4-bffb-bcae9674caba/_history/MTcxMDU2NzI3MzE5Mjg5MDAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 05:34:33 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:34:33 GMT" }, { "key": "Content-Length", "value": "1433" }, { "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": "634cf1c4-56b5-4998-8e80-17668b6d4fc3" }, { "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 Observasi, Instalasi Gawat Darurat, 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\": \"66d034a6-23bb-45f4-bffb-bcae9674caba\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000002\",\n \"value\": \"R5632\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:34:33.192890+00:00\",\n \"versionId\": \"MTcxMDU2NzI3MzE5Mjg5MDAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruangan Observasi, Instalasi Gawat Darurat\",\n \"partOf\": {\n \"display\": \"Instalasi Gawat Darurat\",\n \"reference\": \"Location/aaea54eb-c155-40e9-9c79-a8738d8756a2\"\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"RT0026\",\n \"display\": \"Ruangan Observasi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\"\n }\n ]\n }\n ]\n}" } ] }, { "name": "Location - Create Ruangan Resusitasi", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/{{Org_id}}\",\n \"value\": \"R5743\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruangan Resusitasi, Instalasi Gawat Darurat\",\n \"description\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.com\",\n \"use\": \"work\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\",\n \"code\": \"RT0027\",\n \"display\": \"Ruangan Resusitasi\"\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/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\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 \"partOf\": {\n \"reference\": \"Location/aaea54eb-c155-40e9-9c79-a8738d8756a2\",\n \"display\": \"Instalasi Gawat Darurat\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Location", "host": [ "{{base_url}}" ], "path": [ "Location" ] } }, "response": [ { "name": "Location - Create Ruangan Resusitasi", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/{{Org_id}}\",\n \"value\": \"R5743\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruangan Resusitasi, Instalasi Gawat Darurat\",\n \"description\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.com\",\n \"use\": \"work\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\",\n \"code\": \"RT0027\",\n \"display\": \"Ruangan Resusitasi\"\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/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\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 \"partOf\": {\n \"reference\": \"Location/aaea54eb-c155-40e9-9c79-a8738d8756a2\",\n \"display\": \"Instalasi Gawat Darurat\"\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/4f48fedf-28c7-461b-9fc3-9cbebfc61529/_history/MTcxMDU2NzM2NjI4NzcwNTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU2NzM2NjI4NzcwNTAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 05:36:06 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:36:06 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": "306ba618-540e-4da2-8b0a-c62fb00a57d1" }, { "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 Resusitasi, Instalasi Gawat Darurat, 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\": \"4f48fedf-28c7-461b-9fc3-9cbebfc61529\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000002\",\n \"value\": \"R5743\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:36:06.287705+00:00\",\n \"versionId\": \"MTcxMDU2NzM2NjI4NzcwNTAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruangan Resusitasi, Instalasi Gawat Darurat\",\n \"partOf\": {\n \"display\": \"Instalasi Gawat Darurat\",\n \"reference\": \"Location/aaea54eb-c155-40e9-9c79-a8738d8756a2\"\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"RT0027\",\n \"display\": \"Ruangan Resusitasi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\"\n }\n ]\n }\n ]\n}" }, { "name": "Location - Create Ruangan Resusitasi", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/{{Org_id}}\",\n \"value\": \"R5743\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruangan Resusitasi, Instalasi Gawat Darurat\",\n \"description\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.com\",\n \"use\": \"work\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\",\n \"code\": \"RT0027\",\n \"display\": \"Ruangan Resusitasi\"\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/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\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 \"partOf\": {\n \"reference\": \"Location/aaea54eb-c155-40e9-9c79-a8738d8756a2\",\n \"display\": \"Instalasi Gawat Darurat\"\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/4f48fedf-28c7-461b-9fc3-9cbebfc61529/_history/MTcxMDU2NzM2NjI4NzcwNTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU2NzM2NjI4NzcwNTAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 05:36:06 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:36:06 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": "306ba618-540e-4da2-8b0a-c62fb00a57d1" }, { "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 Resusitasi, Instalasi Gawat Darurat, 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\": \"4f48fedf-28c7-461b-9fc3-9cbebfc61529\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000002\",\n \"value\": \"R5743\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:36:06.287705+00:00\",\n \"versionId\": \"MTcxMDU2NzM2NjI4NzcwNTAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruangan Resusitasi, Instalasi Gawat Darurat\",\n \"partOf\": {\n \"display\": \"Instalasi Gawat Darurat\",\n \"reference\": \"Location/aaea54eb-c155-40e9-9c79-a8738d8756a2\"\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"RT0027\",\n \"display\": \"Ruangan Resusitasi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\"\n }\n ]\n }\n ]\n}" } ] }, { "name": "Location - Create Poli Saraf dan Fisioterapi", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/{{Org_id}}\",\n \"value\": \"P735470\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Poli Saraf dan Fisioterapi 1, Layanan Penyakit Saraf\",\n \"description\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\",\n \"mode\": \"instance\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.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/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\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}\n", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Location", "host": [ "{{base_url}}" ], "path": [ "Location" ] } }, "response": [ { "name": "Location - Create Poli Saraf dan Fisioterapi", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/{{Org_id}}\",\n \"value\": \"P735470\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Poli Saraf dan Fisioterapi 1, Layanan Penyakit Saraf\",\n \"description\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\",\n \"mode\": \"instance\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.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/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\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": "last-modified", "value": "Sat, 16 Mar 2024 05:39:21 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU2NzU2MTA1ODUyMjAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Location/3a41b45d-f47b-4a55-a11c-a6d90111699b/_history/MTcxMDU2NzU2MTA1ODUyMjAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:39:21 GMT" }, { "key": "Content-Length", "value": "1211" }, { "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": "e47ea131-088e-4828-bdc3-b415d01619fd" }, { "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 Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\",\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\": \"3a41b45d-f47b-4a55-a11c-a6d90111699b\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000002\",\n \"value\": \"P735470\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:39:21.058522+00:00\",\n \"versionId\": \"MTcxMDU2NzU2MTA1ODUyMjAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Poli Saraf dan Fisioterapi 1, Layanan Penyakit Saraf\",\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.com\"\n }\n ]\n}" }, { "name": "Location - Create Poli Saraf dan Fisioterapi", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/{{Org_id}}\",\n \"value\": \"P735470\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Poli Saraf dan Fisioterapi 1, Layanan Penyakit Saraf\",\n \"description\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\",\n \"mode\": \"instance\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.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/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\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": "last-modified", "value": "Sat, 16 Mar 2024 05:39:21 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU2NzU2MTA1ODUyMjAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Location/3a41b45d-f47b-4a55-a11c-a6d90111699b/_history/MTcxMDU2NzU2MTA1ODUyMjAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:39:21 GMT" }, { "key": "Content-Length", "value": "1211" }, { "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": "e47ea131-088e-4828-bdc3-b415d01619fd" }, { "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 Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\",\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\": \"3a41b45d-f47b-4a55-a11c-a6d90111699b\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000002\",\n \"value\": \"P735470\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:39:21.058522+00:00\",\n \"versionId\": \"MTcxMDU2NzU2MTA1ODUyMjAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Poli Saraf dan Fisioterapi 1, Layanan Penyakit Saraf\",\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.com\"\n }\n ]\n}" } ] }, { "name": "Location - Create Ruangan Resusitasi", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/{{Org_id}}\",\n \"value\": \"R5743\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruangan Resusitasi, Instalasi Gawat Darurat\",\n \"description\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.com\",\n \"use\": \"work\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\",\n \"code\": \"RT0027\",\n \"display\": \"Ruangan Resusitasi\"\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/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\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 \"partOf\": {\n \"reference\": \"Location/aaea54eb-c155-40e9-9c79-a8738d8756a2\",\n \"display\": \"Instalasi Gawat Darurat\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Location", "host": [ "{{base_url}}" ], "path": [ "Location" ] } }, "response": [ { "name": "Location - Create Ruangan Resusitasi", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/{{Org_id}}\",\n \"value\": \"R5743\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruangan Resusitasi, Instalasi Gawat Darurat\",\n \"description\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.com\",\n \"use\": \"work\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\",\n \"code\": \"RT0027\",\n \"display\": \"Ruangan Resusitasi\"\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/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\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 \"partOf\": {\n \"reference\": \"Location/aaea54eb-c155-40e9-9c79-a8738d8756a2\",\n \"display\": \"Instalasi Gawat Darurat\"\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/4f48fedf-28c7-461b-9fc3-9cbebfc61529/_history/MTcxMDU2NzM2NjI4NzcwNTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU2NzM2NjI4NzcwNTAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 05:36:06 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:36:06 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": "306ba618-540e-4da2-8b0a-c62fb00a57d1" }, { "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 Resusitasi, Instalasi Gawat Darurat, 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\": \"4f48fedf-28c7-461b-9fc3-9cbebfc61529\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000002\",\n \"value\": \"R5743\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:36:06.287705+00:00\",\n \"versionId\": \"MTcxMDU2NzM2NjI4NzcwNTAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruangan Resusitasi, Instalasi Gawat Darurat\",\n \"partOf\": {\n \"display\": \"Instalasi Gawat Darurat\",\n \"reference\": \"Location/aaea54eb-c155-40e9-9c79-a8738d8756a2\"\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"RT0027\",\n \"display\": \"Ruangan Resusitasi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\"\n }\n ]\n }\n ]\n}" }, { "name": "Location - Create Ruangan Resusitasi", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/{{Org_id}}\",\n \"value\": \"R5743\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruangan Resusitasi, Instalasi Gawat Darurat\",\n \"description\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.com\",\n \"use\": \"work\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\",\n \"code\": \"RT0027\",\n \"display\": \"Ruangan Resusitasi\"\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/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\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 \"partOf\": {\n \"reference\": \"Location/aaea54eb-c155-40e9-9c79-a8738d8756a2\",\n \"display\": \"Instalasi Gawat Darurat\"\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/4f48fedf-28c7-461b-9fc3-9cbebfc61529/_history/MTcxMDU2NzM2NjI4NzcwNTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU2NzM2NjI4NzcwNTAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 05:36:06 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:36:06 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": "306ba618-540e-4da2-8b0a-c62fb00a57d1" }, { "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 Resusitasi, Instalasi Gawat Darurat, 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\": \"4f48fedf-28c7-461b-9fc3-9cbebfc61529\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000002\",\n \"value\": \"R5743\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:36:06.287705+00:00\",\n \"versionId\": \"MTcxMDU2NzM2NjI4NzcwNTAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruangan Resusitasi, Instalasi Gawat Darurat\",\n \"partOf\": {\n \"display\": \"Instalasi Gawat Darurat\",\n \"reference\": \"Location/aaea54eb-c155-40e9-9c79-a8738d8756a2\"\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"RT0027\",\n \"display\": \"Ruangan Resusitasi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\"\n }\n ]\n }\n ]\n}" } ] }, { "name": "Organization - Create Pelayanan Gawat Darurat", "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\": \"P27896\"\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 Gawat Darurat, Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.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, Wonogiri\"\n ],\n \"city\": \"Wonogiri\",\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/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\",\n \"display\": \"Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang RS SATUSEHAT\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Organization", "host": [ "{{base_url}}" ], "path": [ "Organization" ] } }, "response": [ { "name": "Organization - Create Pelayanan Gawat Darurat", "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\": \"P27896\"\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 Gawat Darurat, Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.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, Wonogiri\"\n ],\n \"city\": \"Wonogiri\",\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/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\",\n \"display\": \"Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang RS SATUSEHAT\"\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": "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/75d79ac2-48f4-4a6b-b75e-88eafaa3d95e/_history/MTcxMDU2NTU1Nzg2OTkxNDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU2NTU1Nzg2OTkxNDAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 05:05:57 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:05:57 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": "7bf4df0c-d5c8-4afa-9be1-6887f0024ecc" }, { "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\": \"Wonogiri\",\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, Wonogiri\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"75d79ac2-48f4-4a6b-b75e-88eafaa3d95e\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000002\",\n \"use\": \"official\",\n \"value\": \"P27896\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:05:57.869914+00:00\",\n \"versionId\": \"MTcxMDU2NTU1Nzg2OTkxNDAwMA\"\n },\n \"name\": \"Pelayanan Gawat Darurat, Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang\",\n \"partOf\": {\n \"display\": \"Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang RS SATUSEHAT\",\n \"reference\": \"Organization/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.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 Gawat Darurat", "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\": \"P27896\"\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 Gawat Darurat, Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.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, Wonogiri\"\n ],\n \"city\": \"Wonogiri\",\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/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\",\n \"display\": \"Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang RS SATUSEHAT\"\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": "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/75d79ac2-48f4-4a6b-b75e-88eafaa3d95e/_history/MTcxMDU2NTU1Nzg2OTkxNDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU2NTU1Nzg2OTkxNDAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 05:05:57 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:05:57 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": "7bf4df0c-d5c8-4afa-9be1-6887f0024ecc" }, { "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\": \"Wonogiri\",\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, Wonogiri\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"75d79ac2-48f4-4a6b-b75e-88eafaa3d95e\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000002\",\n \"use\": \"official\",\n \"value\": \"P27896\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:05:57.869914+00:00\",\n \"versionId\": \"MTcxMDU2NTU1Nzg2OTkxNDAwMA\"\n },\n \"name\": \"Pelayanan Gawat Darurat, Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang\",\n \"partOf\": {\n \"display\": \"Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang RS SATUSEHAT\",\n \"reference\": \"Organization/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.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 Ruangan Observasi", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/{{Org_id}}\",\n \"value\": \"R5632\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruangan Observasi, Instalasi Gawat Darurat\",\n \"description\": \"Ruangan Observasi, Instalasi Gawat Darurat, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.com\",\n \"use\": \"work\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\",\n \"code\": \"RT0026\",\n \"display\": \"Ruangan Observasi\"\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/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\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 \"partOf\": {\n \"reference\": \"Location/aaea54eb-c155-40e9-9c79-a8738d8756a2\",\n \"display\": \"Instalasi Gawat Darurat\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Location", "host": [ "{{base_url}}" ], "path": [ "Location" ] } }, "response": [ { "name": "Location - Create Ruangan Observasi", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/{{Org_id}}\",\n \"value\": \"R5632\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruangan Observasi, Instalasi Gawat Darurat\",\n \"description\": \"Ruangan Observasi, Instalasi Gawat Darurat, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.com\",\n \"use\": \"work\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\",\n \"code\": \"RT0026\",\n \"display\": \"Ruangan Observasi\"\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/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\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 \"partOf\": {\n \"reference\": \"Location/aaea54eb-c155-40e9-9c79-a8738d8756a2\",\n \"display\": \"Instalasi Gawat Darurat\"\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": "etag", "value": "W/\"MTcxMDU2NzI3MzE5Mjg5MDAwMA\"" }, { "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/66d034a6-23bb-45f4-bffb-bcae9674caba/_history/MTcxMDU2NzI3MzE5Mjg5MDAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 05:34:33 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:34:33 GMT" }, { "key": "Content-Length", "value": "1433" }, { "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": "634cf1c4-56b5-4998-8e80-17668b6d4fc3" }, { "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 Observasi, Instalasi Gawat Darurat, 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\": \"66d034a6-23bb-45f4-bffb-bcae9674caba\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000002\",\n \"value\": \"R5632\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:34:33.192890+00:00\",\n \"versionId\": \"MTcxMDU2NzI3MzE5Mjg5MDAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruangan Observasi, Instalasi Gawat Darurat\",\n \"partOf\": {\n \"display\": \"Instalasi Gawat Darurat\",\n \"reference\": \"Location/aaea54eb-c155-40e9-9c79-a8738d8756a2\"\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"RT0026\",\n \"display\": \"Ruangan Observasi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\"\n }\n ]\n }\n ]\n}" }, { "name": "Location - Create Ruangan Observasi", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/{{Org_id}}\",\n \"value\": \"R5632\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruangan Observasi, Instalasi Gawat Darurat\",\n \"description\": \"Ruangan Observasi, Instalasi Gawat Darurat, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.com\",\n \"use\": \"work\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\",\n \"code\": \"RT0026\",\n \"display\": \"Ruangan Observasi\"\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/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\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 \"partOf\": {\n \"reference\": \"Location/aaea54eb-c155-40e9-9c79-a8738d8756a2\",\n \"display\": \"Instalasi Gawat Darurat\"\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": "etag", "value": "W/\"MTcxMDU2NzI3MzE5Mjg5MDAwMA\"" }, { "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/66d034a6-23bb-45f4-bffb-bcae9674caba/_history/MTcxMDU2NzI3MzE5Mjg5MDAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 05:34:33 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:34:33 GMT" }, { "key": "Content-Length", "value": "1433" }, { "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": "634cf1c4-56b5-4998-8e80-17668b6d4fc3" }, { "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 Observasi, Instalasi Gawat Darurat, 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\": \"66d034a6-23bb-45f4-bffb-bcae9674caba\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000002\",\n \"value\": \"R5632\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:34:33.192890+00:00\",\n \"versionId\": \"MTcxMDU2NzI3MzE5Mjg5MDAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruangan Observasi, Instalasi Gawat Darurat\",\n \"partOf\": {\n \"display\": \"Instalasi Gawat Darurat\",\n \"reference\": \"Location/aaea54eb-c155-40e9-9c79-a8738d8756a2\"\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"RT0026\",\n \"display\": \"Ruangan Observasi\",\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/location/{{Org_id}}\",\n \"value\": \"B2R21012345\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"description\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.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/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\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/2b402518-ddde-48d8-ba3c-4778408f59c1\",\n \"display\": \"Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\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/location/{{Org_id}}\",\n \"value\": \"B2R21012345\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"description\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.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 \"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/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\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/2b402518-ddde-48d8-ba3c-4778408f59c1\",\n \"display\": \"Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\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/{{Location_bedRanap}}/_history/MTcxMDU2NjcyMzUwMTM2MTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU2NjcyMzUwMTM2MTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 05:25:23 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:25:23 GMT" }, { "key": "Content-Length", "value": "1635" }, { "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": "107913cb-503c-4da2-be9f-1b401ad33681" }, { "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, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf, 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\": \"ad730bf5-784f-48b9-a609-7d9c9bc29a40\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000002\",\n \"value\": \"B2R21012345\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:25:23.501361+00:00\",\n \"versionId\": \"MTcxMDU2NjcyMzUwMTM2MTAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"operationalStatus\": {\n \"code\": \"U\",\n \"display\": \"Unoccupied\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0116\"\n },\n \"partOf\": {\n \"display\": \"Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"reference\": \"Location/2b402518-ddde-48d8-ba3c-4778408f59c1\"\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.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": "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/location/{{Org_id}}\",\n \"value\": \"B2R21012345\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"description\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.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 \"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/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\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/2b402518-ddde-48d8-ba3c-4778408f59c1\",\n \"display\": \"Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\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/{{Location_bedRanap}}/_history/MTcxMDU2NjcyMzUwMTM2MTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU2NjcyMzUwMTM2MTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 05:25:23 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:25:23 GMT" }, { "key": "Content-Length", "value": "1635" }, { "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": "107913cb-503c-4da2-be9f-1b401ad33681" }, { "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, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf, 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\": \"ad730bf5-784f-48b9-a609-7d9c9bc29a40\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000002\",\n \"value\": \"B2R21012345\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:25:23.501361+00:00\",\n \"versionId\": \"MTcxMDU2NjcyMzUwMTM2MTAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"operationalStatus\": {\n \"code\": \"U\",\n \"display\": \"Unoccupied\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0116\"\n },\n \"partOf\": {\n \"display\": \"Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"reference\": \"Location/2b402518-ddde-48d8-ba3c-4778408f59c1\"\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.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": "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\": \"P12345\"\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 Pemeriksaan Penunjang RS SATUSEHAT\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.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, Wonogiri\"\n ],\n \"city\": \"Wonogiri\",\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 SATUSEHAT\"\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\": \"P12345\"\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 Pemeriksaan Penunjang RS SATUSEHAT\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.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, Wonogiri\"\n ],\n \"city\": \"Wonogiri\",\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 SATUSEHAT\"\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": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDU2NTI0OTgwMDA3NTAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 05:00:49 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/7b1f7af2-2032-49ed-bdf6-e0f6a514faba/_history/MTcxMDU2NTI0OTgwMDA3NTAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:00:49 GMT" }, { "key": "Content-Length", "value": "1198" }, { "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": "920ed2a4-d380-4336-a94b-61762d23f74c" }, { "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\": \"Wonogiri\",\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, Wonogiri\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"7b1f7af2-2032-49ed-bdf6-e0f6a514faba\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000002\",\n \"use\": \"official\",\n \"value\": \"P12345\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:00:49.800075+00:00\",\n \"versionId\": \"MTcxMDU2NTI0OTgwMDA3NTAwMA\"\n },\n \"name\": \"Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang RS SATUSEHAT\",\n \"partOf\": {\n \"display\": \"RS SATUSEHAT\",\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.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 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\": \"P12345\"\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 Pemeriksaan Penunjang RS SATUSEHAT\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.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, Wonogiri\"\n ],\n \"city\": \"Wonogiri\",\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 SATUSEHAT\"\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": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDU2NTI0OTgwMDA3NTAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 05:00:49 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/7b1f7af2-2032-49ed-bdf6-e0f6a514faba/_history/MTcxMDU2NTI0OTgwMDA3NTAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:00:49 GMT" }, { "key": "Content-Length", "value": "1198" }, { "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": "920ed2a4-d380-4336-a94b-61762d23f74c" }, { "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\": \"Wonogiri\",\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, Wonogiri\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"7b1f7af2-2032-49ed-bdf6-e0f6a514faba\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000002\",\n \"use\": \"official\",\n \"value\": \"P12345\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:00:49.800075+00:00\",\n \"versionId\": \"MTcxMDU2NTI0OTgwMDA3NTAwMA\"\n },\n \"name\": \"Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang RS SATUSEHAT\",\n \"partOf\": {\n \"display\": \"RS SATUSEHAT\",\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.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 Instalasi Gawat Darurat", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/{{Org_id}}\",\n \"value\": \"P3456\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruang Gawat Darurat Anyelir, Pelayanan Gawat Darurat \",\n \"description\": \"Instalasi Gawat Darurat, Pelayanan Gawat Darurat, Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang, Lantai 1, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.com\",\n \"use\": \"work\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\",\n \"code\": \"RT0006\",\n \"display\": \"Instalasi Gawat Darurat\"\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.23115426275746,\n \"latitude\": 106.83239885393945,\n \"altitude\": 0\n },\n \"managingOrganization\": {\n \"reference\": \"Organization/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\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}\n", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Location", "host": [ "{{base_url}}" ], "path": [ "Location" ] } }, "response": [ { "name": "Location - Create Instalasi Gawat Darurat", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/{{Org_id}}\",\n \"value\": \"P3456\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruang Gawat Darurat Anyelir, Pelayanan Gawat Darurat \",\n \"description\": \"Instalasi Gawat Darurat, Pelayanan Gawat Darurat, Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang, Lantai 1, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.com\",\n \"use\": \"work\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\",\n \"code\": \"RT0006\",\n \"display\": \"Instalasi Gawat Darurat\"\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.23115426275746,\n \"latitude\": 106.83239885393945,\n \"altitude\": 0\n },\n \"managingOrganization\": {\n \"reference\": \"Organization/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\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": "last-modified", "value": "Sat, 16 Mar 2024 05:30: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/Location/aaea54eb-c155-40e9-9c79-a8738d8756a2/_history/MTcxMDU2NzA0NjUxNzQxMTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU2NzA0NjUxNzQxMTAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:30:46 GMT" }, { "key": "Content-Length", "value": "1412" }, { "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": "fcf26c29-e7d5-401b-8876-785ed5283688" }, { "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\": \"Instalasi Gawat Darurat, Pelayanan Gawat Darurat, Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang, Lantai 1, Gedung Utama\",\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\": \"aaea54eb-c155-40e9-9c79-a8738d8756a2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000002\",\n \"value\": \"P3456\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:30:46.517411+00:00\",\n \"versionId\": \"MTcxMDU2NzA0NjUxNzQxMTAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Gawat Darurat Anyelir, Pelayanan Gawat Darurat \",\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.83239885393945,\n \"longitude\": -6.23115426275746\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"RT0006\",\n \"display\": \"Instalasi Gawat Darurat\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\"\n }\n ]\n }\n ]\n}" }, { "name": "Location - Create Instalasi Gawat Darurat", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/{{Org_id}}\",\n \"value\": \"P3456\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruang Gawat Darurat Anyelir, Pelayanan Gawat Darurat \",\n \"description\": \"Instalasi Gawat Darurat, Pelayanan Gawat Darurat, Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang, Lantai 1, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.com\",\n \"use\": \"work\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\",\n \"code\": \"RT0006\",\n \"display\": \"Instalasi Gawat Darurat\"\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.23115426275746,\n \"latitude\": 106.83239885393945,\n \"altitude\": 0\n },\n \"managingOrganization\": {\n \"reference\": \"Organization/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\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": "last-modified", "value": "Sat, 16 Mar 2024 05:30: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/Location/aaea54eb-c155-40e9-9c79-a8738d8756a2/_history/MTcxMDU2NzA0NjUxNzQxMTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU2NzA0NjUxNzQxMTAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:30:46 GMT" }, { "key": "Content-Length", "value": "1412" }, { "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": "fcf26c29-e7d5-401b-8876-785ed5283688" }, { "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\": \"Instalasi Gawat Darurat, Pelayanan Gawat Darurat, Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang, Lantai 1, Gedung Utama\",\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\": \"aaea54eb-c155-40e9-9c79-a8738d8756a2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000002\",\n \"value\": \"P3456\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:30:46.517411+00:00\",\n \"versionId\": \"MTcxMDU2NzA0NjUxNzQxMTAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Gawat Darurat Anyelir, Pelayanan Gawat Darurat \",\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.83239885393945,\n \"longitude\": -6.23115426275746\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"RT0006\",\n \"display\": \"Instalasi Gawat Darurat\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\"\n }\n ]\n }\n ]\n}" } ] }, { "name": "Location - Create Poli Saraf dan Fisioterapi", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/{{Org_id}}\",\n \"value\": \"P735470\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Poli Saraf dan Fisioterapi 1, Layanan Penyakit Saraf\",\n \"description\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\",\n \"mode\": \"instance\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.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/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\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}\n", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Location", "host": [ "{{base_url}}" ], "path": [ "Location" ] } }, "response": [ { "name": "Location - Create Poli Saraf dan Fisioterapi", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/{{Org_id}}\",\n \"value\": \"P735470\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Poli Saraf dan Fisioterapi 1, Layanan Penyakit Saraf\",\n \"description\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\",\n \"mode\": \"instance\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.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/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\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": "last-modified", "value": "Sat, 16 Mar 2024 05:39:21 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU2NzU2MTA1ODUyMjAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Location/3a41b45d-f47b-4a55-a11c-a6d90111699b/_history/MTcxMDU2NzU2MTA1ODUyMjAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:39:21 GMT" }, { "key": "Content-Length", "value": "1211" }, { "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": "e47ea131-088e-4828-bdc3-b415d01619fd" }, { "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 Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\",\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\": \"3a41b45d-f47b-4a55-a11c-a6d90111699b\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000002\",\n \"value\": \"P735470\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:39:21.058522+00:00\",\n \"versionId\": \"MTcxMDU2NzU2MTA1ODUyMjAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Poli Saraf dan Fisioterapi 1, Layanan Penyakit Saraf\",\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.com\"\n }\n ]\n}" }, { "name": "Location - Create Poli Saraf dan Fisioterapi", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/{{Org_id}}\",\n \"value\": \"P735470\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Poli Saraf dan Fisioterapi 1, Layanan Penyakit Saraf\",\n \"description\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\",\n \"mode\": \"instance\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.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/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\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": "last-modified", "value": "Sat, 16 Mar 2024 05:39:21 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU2NzU2MTA1ODUyMjAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Location/3a41b45d-f47b-4a55-a11c-a6d90111699b/_history/MTcxMDU2NzU2MTA1ODUyMjAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:39:21 GMT" }, { "key": "Content-Length", "value": "1211" }, { "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": "e47ea131-088e-4828-bdc3-b415d01619fd" }, { "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 Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\",\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\": \"3a41b45d-f47b-4a55-a11c-a6d90111699b\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000002\",\n \"value\": \"P735470\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:39:21.058522+00:00\",\n \"versionId\": \"MTcxMDU2NzU2MTA1ODUyMjAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Poli Saraf dan Fisioterapi 1, Layanan Penyakit Saraf\",\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.com\"\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/location/{{Org_id}}\",\n \"value\": \"R21012345\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"description\": \"Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.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/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\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/0676936e-5abc-489f-a344-890cda69a2d2\",\n \"display\": \"Unit Stroke 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/location/{{Org_id}}\",\n \"value\": \"R21012345\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"description\": \"Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.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/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\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/0676936e-5abc-489f-a344-890cda69a2d2\",\n \"display\": \"Unit Stroke Rawat Inap Kelas 1\"\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/2b402518-ddde-48d8-ba3c-4778408f59c1/_history/MTcxMDU2NjY1NDM0ODg0NjAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU2NjY1NDM0ODg0NjAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 05:24:14 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:24:14 GMT" }, { "key": "Content-Length", "value": "1476" }, { "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": "ad8c362c-cc42-4140-9441-10d33cf5955a" }, { "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, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf, 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\": \"2b402518-ddde-48d8-ba3c-4778408f59c1\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000002\",\n \"value\": \"R21012345\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:24:14.348846+00:00\",\n \"versionId\": \"MTcxMDU2NjY1NDM0ODg0NjAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"partOf\": {\n \"display\": \"Unit Stroke Rawat Inap Kelas 1\",\n \"reference\": \"Location/0676936e-5abc-489f-a344-890cda69a2d2\"\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.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", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/{{Org_id}}\",\n \"value\": \"R21012345\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"description\": \"Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.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/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\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/0676936e-5abc-489f-a344-890cda69a2d2\",\n \"display\": \"Unit Stroke Rawat Inap Kelas 1\"\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/2b402518-ddde-48d8-ba3c-4778408f59c1/_history/MTcxMDU2NjY1NDM0ODg0NjAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU2NjY1NDM0ODg0NjAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 05:24:14 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:24:14 GMT" }, { "key": "Content-Length", "value": "1476" }, { "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": "ad8c362c-cc42-4140-9441-10d33cf5955a" }, { "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, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf, 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\": \"2b402518-ddde-48d8-ba3c-4778408f59c1\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000002\",\n \"value\": \"R21012345\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:24:14.348846+00:00\",\n \"versionId\": \"MTcxMDU2NjY1NDM0ODg0NjAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"partOf\": {\n \"display\": \"Unit Stroke Rawat Inap Kelas 1\",\n \"reference\": \"Location/0676936e-5abc-489f-a344-890cda69a2d2\"\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.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 Ruangan Triase", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/{{Org_id}}\",\n \"value\": \"R5432\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruangan Triase, Instalasi Gawat Darurat\",\n \"description\": \"Ruangan Triase, Instalasi Gawat Darurat, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.com\",\n \"use\": \"work\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\",\n \"code\": \"RT0032\",\n \"display\": \"Ruangan Triase\"\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/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\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 \"partOf\": {\n \"reference\": \"Location/aaea54eb-c155-40e9-9c79-a8738d8756a2\",\n \"display\": \"Instalasi Gawat Darurat\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Location", "host": [ "{{base_url}}" ], "path": [ "Location" ] } }, "response": [ { "name": "Location - Create Ruangan Triase", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/{{Org_id}}\",\n \"value\": \"R5432\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruangan Triase, Instalasi Gawat Darurat\",\n \"description\": \"Ruangan Triase, Instalasi Gawat Darurat, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.com\",\n \"use\": \"work\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\",\n \"code\": \"RT0032\",\n \"display\": \"Ruangan Triase\"\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/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\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 \"partOf\": {\n \"reference\": \"Location/aaea54eb-c155-40e9-9c79-a8738d8756a2\",\n \"display\": \"Instalasi Gawat Darurat\"\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": "etag", "value": "W/\"MTcxMDU2NzE2NjcwMTEyNTAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 05:32: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/Location/b8501c04-a41d-4570-a2fc-8e78b403808f/_history/MTcxMDU2NzE2NjcwMTEyNTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:32:46 GMT" }, { "key": "Content-Length", "value": "1424" }, { "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": "971dabdb-67a7-4f2b-b7bd-e810aec12ee1" }, { "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 Triase, Instalasi Gawat Darurat, 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\": \"a6a46e67-4a29-492a-b5b1-4bb1c2e89f9a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000002\",\n \"value\": \"R5432\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:32:46.701125+00:00\",\n \"versionId\": \"MTcxMDU2NzE2NjcwMTEyNTAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruangan Triase, Instalasi Gawat Darurat\",\n \"partOf\": {\n \"display\": \"Instalasi Gawat Darurat\",\n \"reference\": \"Location/aaea54eb-c155-40e9-9c79-a8738d8756a2\"\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"RT0032\",\n \"display\": \"Ruangan Triase\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\"\n }\n ]\n }\n ]\n}" }, { "name": "Location - Create Ruangan Triase", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/{{Org_id}}\",\n \"value\": \"R5432\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruangan Triase, Instalasi Gawat Darurat\",\n \"description\": \"Ruangan Triase, Instalasi Gawat Darurat, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.com\",\n \"use\": \"work\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\",\n \"code\": \"RT0032\",\n \"display\": \"Ruangan Triase\"\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/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\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 \"partOf\": {\n \"reference\": \"Location/aaea54eb-c155-40e9-9c79-a8738d8756a2\",\n \"display\": \"Instalasi Gawat Darurat\"\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": "etag", "value": "W/\"MTcxMDU2NzE2NjcwMTEyNTAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 05:32: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/Location/b8501c04-a41d-4570-a2fc-8e78b403808f/_history/MTcxMDU2NzE2NjcwMTEyNTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:32:46 GMT" }, { "key": "Content-Length", "value": "1424" }, { "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": "971dabdb-67a7-4f2b-b7bd-e810aec12ee1" }, { "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 Triase, Instalasi Gawat Darurat, 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\": \"a6a46e67-4a29-492a-b5b1-4bb1c2e89f9a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000002\",\n \"value\": \"R5432\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:32:46.701125+00:00\",\n \"versionId\": \"MTcxMDU2NzE2NjcwMTEyNTAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruangan Triase, Instalasi Gawat Darurat\",\n \"partOf\": {\n \"display\": \"Instalasi Gawat Darurat\",\n \"reference\": \"Location/aaea54eb-c155-40e9-9c79-a8738d8756a2\"\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"RT0032\",\n \"display\": \"Ruangan Triase\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\"\n }\n ]\n }\n ]\n}" } ] }, { "name": "Organization - Create Layanan Penyakit Saraf", "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\": \"P23456\"\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\": \"Layanan Penyakit Dalam, Pelayanan Rawat Inap dan Rawat Jalan, Divisi Pelayanan Medik, Keperawatan, dan Pemeriksaan Penunjang\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.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, Wonogiri\"\n ],\n \"city\": \"Wonogiri\",\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/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\",\n \"display\": \"Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang RS SATUSEHAT\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Organization", "host": [ "{{base_url}}" ], "path": [ "Organization" ] } }, "response": [ { "name": "Organization - Create Layanan Penyakit Saraf", "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\": \"P23456\"\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\": \"Layanan Penyakit Dalam, Pelayanan Rawat Inap dan Rawat Jalan, Divisi Pelayanan Medik, Keperawatan, dan Pemeriksaan Penunjang\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.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, Wonogiri\"\n ],\n \"city\": \"Wonogiri\",\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/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\",\n \"display\": \"Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang RS SATUSEHAT\"\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/\"MTcxMDU2NTQ2MzQxMzI1ODAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 05:04: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/Organization/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee/_history/MTcxMDU2NTQ2MzQxMzI1ODAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:04:23 GMT" }, { "key": "Content-Length", "value": "1338" }, { "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": "bcbe65e9-435d-4a7c-94fb-8858067ef9d8" }, { "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\": \"Wonogiri\",\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, Wonogiri\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000002\",\n \"use\": \"official\",\n \"value\": \"P23456\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:04:23.413258+00:00\",\n \"versionId\": \"MTcxMDU2NTQ2MzQxMzI1ODAwMA\"\n },\n \"name\": \"Layanan Penyakit Dalam, Pelayanan Rawat Inap dan Rawat Jalan, Divisi Pelayanan Medik, Keperawatan, dan Pemeriksaan Penunjang\",\n \"partOf\": {\n \"display\": \"Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang RS SATUSEHAT\",\n \"reference\": \"Organization/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.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 Layanan Penyakit Saraf", "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\": \"P23456\"\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\": \"Layanan Penyakit Dalam, Pelayanan Rawat Inap dan Rawat Jalan, Divisi Pelayanan Medik, Keperawatan, dan Pemeriksaan Penunjang\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.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, Wonogiri\"\n ],\n \"city\": \"Wonogiri\",\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/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\",\n \"display\": \"Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang RS SATUSEHAT\"\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/\"MTcxMDU2NTQ2MzQxMzI1ODAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 05:04: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/Organization/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee/_history/MTcxMDU2NTQ2MzQxMzI1ODAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:04:23 GMT" }, { "key": "Content-Length", "value": "1338" }, { "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": "bcbe65e9-435d-4a7c-94fb-8858067ef9d8" }, { "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\": \"Wonogiri\",\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, Wonogiri\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000002\",\n \"use\": \"official\",\n \"value\": \"P23456\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:04:23.413258+00:00\",\n \"versionId\": \"MTcxMDU2NTQ2MzQxMzI1ODAwMA\"\n },\n \"name\": \"Layanan Penyakit Dalam, Pelayanan Rawat Inap dan Rawat Jalan, Divisi Pelayanan Medik, Keperawatan, dan Pemeriksaan Penunjang\",\n \"partOf\": {\n \"display\": \"Divisi Pelayanan Medik, Keperawatan dan Pemeriksaan Penunjang RS SATUSEHAT\",\n \"reference\": \"Organization/7b1f7af2-2032-49ed-bdf6-e0f6a514faba\"\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.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 Unit Stroke 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/location/{{Org_id}}\",\n \"value\": \"R12345\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Syaraf\",\n \"description\": \"Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Syaraf, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.com\",\n \"use\": \"work\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\",\n \"code\": \"RT0009\",\n \"display\": \"Ruang Perawatan Intensif\"\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/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\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 Unit Stroke 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/location/{{Org_id}}\",\n \"value\": \"R12345\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Syaraf\",\n \"description\": \"Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Syaraf, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.com\",\n \"use\": \"work\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\",\n \"code\": \"RT0009\",\n \"display\": \"Ruang Perawatan Intensif\"\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/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\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}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Location", "host": [ "{{base_url}}" ], "path": [ "Location" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxMDU2NjMwNDAyNDI1MjAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Location/0676936e-5abc-489f-a344-890cda69a2d2/_history/MTcxMDU2NjMwNDAyNDI1MjAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 05:18:24 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:18:24 GMT" }, { "key": "Content-Length", "value": "1347" }, { "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": "a0b0d69d-32ac-4647-9dc5-cbd3f0ed2391" }, { "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\": \"Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Syaraf, 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\": \"0676936e-5abc-489f-a344-890cda69a2d2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000002\",\n \"value\": \"R12345\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:18:24.024252+00:00\",\n \"versionId\": \"MTcxMDU2NjMwNDAyNDI1MjAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Syaraf\",\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"RT0009\",\n \"display\": \"Ruang Perawatan Intensif\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\"\n }\n ]\n }\n ]\n}" }, { "name": "Location - Create Unit Stroke 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/location/{{Org_id}}\",\n \"value\": \"R12345\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Syaraf\",\n \"description\": \"Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Syaraf, 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\": \"RSSATUSEHAT@gmail.com\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.RSSATUSEHAT.com\",\n \"use\": \"work\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\",\n \"code\": \"RT0009\",\n \"display\": \"Ruang Perawatan Intensif\"\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/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\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}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Location", "host": [ "{{base_url}}" ], "path": [ "Location" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxMDU2NjMwNDAyNDI1MjAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Location/0676936e-5abc-489f-a344-890cda69a2d2/_history/MTcxMDU2NjMwNDAyNDI1MjAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 05:18:24 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 05:18:24 GMT" }, { "key": "Content-Length", "value": "1347" }, { "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": "a0b0d69d-32ac-4647-9dc5-cbd3f0ed2391" }, { "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\": \"Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Syaraf, 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\": \"0676936e-5abc-489f-a344-890cda69a2d2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000002\",\n \"value\": \"R12345\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T05:18:24.024252+00:00\",\n \"versionId\": \"MTcxMDU2NjMwNDAyNDI1MjAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Syaraf\",\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"RT0009\",\n \"display\": \"Ruang Perawatan Intensif\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\"\n }\n ]\n }\n ]\n}" } ] } ] }, { "name": "01. Kunjungan 1 (Serangan Stroke Pertama)", "item": [ { "name": "Pelayanan IGD", "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 = null;\r", "bundle.entry.forEach(entry => {\r", " let data = entry.resource;\r", " data.name.forEach(name => {\r", " if(name.use == 'official'){\r", " pm.collectionVariables.set('Patient_Name', name.text);\r", " pm.collectionVariables.set('Patient_id', data.id);\r", " }\r", " })\r", "})" ], "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|9271060312000001", "host": [ "{{base_url}}" ], "path": [ "Patient" ], "query": [ { "key": "identifier", "value": "https://fhir.kemkes.go.id/id/nik|9271060312000001" } ] } }, "response": [ { "name": "Patient - Search NIK", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/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" } ] } }, "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": "Mon, 27 Mar 2023 01:55:38 GMT" }, { "key": "content-length", "value": "1168" }, { "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": "baa31c3c-3ab3-40a4-a9f1-574fbbc7af96" }, { "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 \"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\": \"################\"\n }\n ],\n \"link\": [\n {\n \"other\": {\n \"reference\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\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/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" }, { "name": "Patient - Search NIK", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/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" } ] } }, "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": "Mon, 27 Mar 2023 01:55:38 GMT" }, { "key": "content-length", "value": "1168" }, { "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": "baa31c3c-3ab3-40a4-a9f1-574fbbc7af96" }, { "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 \"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\": \"################\"\n }\n ],\n \"link\": [\n {\n \"other\": {\n \"reference\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\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/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" } ] }, { "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 - Bayi Search NIK Ibu", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/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" } ] } }, "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": "Mon, 27 Mar 2023 01:56:31 GMT" }, { "key": "content-length", "value": "5974" }, { "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": "a76a05fb-c56b-4291-b343-541ab756a0d4" }, { "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/P02029102825\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102825\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102825\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:22:27.873570+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTc0Nzg3MzU3MDAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Sambo\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102814\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102814\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102814\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:18:43.477704+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTUyMzQ3NzcwNDAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Roni\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102803\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102803\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102803\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:13:49.966892+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTIyOTk2Njg5MjAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Hulk\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102778\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102778\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102778\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T12:18:53.600353+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3NzkzMzYwMDM1MzAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Stark\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102767\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102767\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102767\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T11:11:12.338686+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3Mzg3MjMzODY4NjAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Toni\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102756\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102756\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102756\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T11:06:36.858381+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3MzU5Njg1ODM4MTAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Budi\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102745\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102745\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102745\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T11:05:37.879975+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3MzUzNzg3OTk3NTAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Mardigu\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102734\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102734\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102734\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T11:00:54.720631+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3MzI1NDcyMDYzMTAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Dodi\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102723\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102723\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102723\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T10:59:48.626894+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3MzE4ODYyNjg5NDAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Anang\",\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/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik-ibu%7C367400001111222\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik-ibu%7C367400001111222\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik-ibu%7C367400001111222\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 9,\n \"type\": \"searchset\"\n}" }, { "name": "Patient - Bayi Search NIK Ibu", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/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" } ] } }, "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": "Mon, 27 Mar 2023 01:56:31 GMT" }, { "key": "content-length", "value": "5974" }, { "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": "a76a05fb-c56b-4291-b343-541ab756a0d4" }, { "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/P02029102825\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102825\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102825\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:22:27.873570+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTc0Nzg3MzU3MDAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Sambo\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102814\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102814\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102814\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:18:43.477704+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTUyMzQ3NzcwNDAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Roni\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102803\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102803\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102803\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:13:49.966892+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTIyOTk2Njg5MjAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Hulk\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102778\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102778\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102778\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T12:18:53.600353+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3NzkzMzYwMDM1MzAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Stark\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102767\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102767\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102767\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T11:11:12.338686+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3Mzg3MjMzODY4NjAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Toni\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102756\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102756\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102756\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T11:06:36.858381+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3MzU5Njg1ODM4MTAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Budi\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102745\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102745\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102745\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T11:05:37.879975+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3MzUzNzg3OTk3NTAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Mardigu\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102734\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102734\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102734\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T11:00:54.720631+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3MzI1NDcyMDYzMTAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Dodi\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102723\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102723\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102723\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T10:59:48.626894+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3MzE4ODYyNjg5NDAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Anang\",\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/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik-ibu%7C367400001111222\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik-ibu%7C367400001111222\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik-ibu%7C367400001111222\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 9,\n \"type\": \"searchset\"\n}" } ] }, { "name": "Patient - Search Name, Birtdate, 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, Birtdate, NIK", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/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" } ] } }, "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": "Mon, 27 Mar 2023 01:53:47 GMT" }, { "key": "content-length", "value": "2051" }, { "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": "b442b266-7c36-4acd-a398-30b07d8296a1" }, { "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\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\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&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1980-12-03&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1980-12-03&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" }, { "name": "Patient - Search Name, Birtdate, NIK", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/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" } ] } }, "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": "Mon, 27 Mar 2023 01:53:47 GMT" }, { "key": "content-length", "value": "2051" }, { "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": "b442b266-7c36-4acd-a398-30b07d8296a1" }, { "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\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\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&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1980-12-03&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1980-12-03&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" } ] }, { "name": "Patient - Search Name, Birthdate, Gender", "event": [ { "listen": "test", "script": { "exec": [ "var bundle = pm.response.json();\r", "var data = bundle.entry[0].resource;\r", "var Name = '';\r", "data.name.forEach(\r", " name => {\r", " if (name.use == 'official'){\r", " pm.collectionVariables.set('Patient_Name', data.name)\r", " }\r", " }\r", ");\r", "pm.collectionVariables.set('Patient_id', data.id);" ], "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 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:24:24 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": "d49ea970-ffa2-4afa-a549-2607029ef001" }, { "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 - 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:24:24 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": "d49ea970-ffa2-4afa-a549-2607029ef001" }, { "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": "P02478375538" } ] } }, "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": "P02478375538" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTY3ODI4MTExMzE5MTQ5NjAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Wed, 08 Mar 2023 13:11:53 UTC" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Mon, 27 Mar 2023 01:55:24 GMT" }, { "key": "content-length", "value": "499" }, { "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": "a811bc92-baea-4d60-a95b-de2b20ff0afe" }, { "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\": \"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\": \"################\"\n }\n ],\n \"link\": [\n {\n \"other\": {\n \"reference\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\n },\n \"resourceType\": \"Patient\"\n}" }, { "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": "P02478375538" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTY3ODI4MTExMzE5MTQ5NjAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Wed, 08 Mar 2023 13:11:53 UTC" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Mon, 27 Mar 2023 01:55:24 GMT" }, { "key": "content-length", "value": "499" }, { "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": "a811bc92-baea-4d60-a95b-de2b20ff0afe" }, { "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\": \"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\": \"################\"\n }\n ],\n \"link\": [\n {\n \"other\": {\n \"reference\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\n },\n \"resourceType\": \"Patient\"\n}" } ] }, { "name": "Patient - Search NIK", "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", " data.name.forEach(name => {\r", " if(name.use == 'official'){\r", " pm.collectionVariables.set('Patient_Name', name.text);\r", " pm.collectionVariables.set('Patient_id', data.id);\r", " }\r", " })\r", "})" ], "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|9271060312000001", "host": [ "{{base_url}}" ], "path": [ "Patient" ], "query": [ { "key": "identifier", "value": "https://fhir.kemkes.go.id/id/nik|9271060312000001" } ] } }, "response": [ { "name": "Patient - Search NIK", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/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" } ] } }, "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": "Mon, 27 Mar 2023 01:55:38 GMT" }, { "key": "content-length", "value": "1168" }, { "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": "baa31c3c-3ab3-40a4-a9f1-574fbbc7af96" }, { "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 \"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\": \"################\"\n }\n ],\n \"link\": [\n {\n \"other\": {\n \"reference\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\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/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" }, { "name": "Patient - Search NIK", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/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" } ] } }, "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": "Mon, 27 Mar 2023 01:55:38 GMT" }, { "key": "content-length", "value": "1168" }, { "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": "baa31c3c-3ab3-40a4-a9f1-574fbbc7af96" }, { "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 \"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\": \"################\"\n }\n ],\n \"link\": [\n {\n \"other\": {\n \"reference\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\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/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" } ] }, { "name": "Patient - Search Name, Birtdate, 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, Birtdate, NIK", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/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" } ] } }, "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": "Mon, 27 Mar 2023 01:53:47 GMT" }, { "key": "content-length", "value": "2051" }, { "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": "b442b266-7c36-4acd-a398-30b07d8296a1" }, { "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\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\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&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1980-12-03&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1980-12-03&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" }, { "name": "Patient - Search Name, Birtdate, NIK", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/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" } ] } }, "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": "Mon, 27 Mar 2023 01:53:47 GMT" }, { "key": "content-length", "value": "2051" }, { "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": "b442b266-7c36-4acd-a398-30b07d8296a1" }, { "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\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\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&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1980-12-03&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1980-12-03&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" } ] }, { "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 - Bayi Search NIK Ibu", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/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" } ] } }, "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": "Mon, 27 Mar 2023 01:56:31 GMT" }, { "key": "content-length", "value": "5974" }, { "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": "a76a05fb-c56b-4291-b343-541ab756a0d4" }, { "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/P02029102825\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102825\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102825\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:22:27.873570+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTc0Nzg3MzU3MDAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Sambo\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102814\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102814\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102814\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:18:43.477704+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTUyMzQ3NzcwNDAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Roni\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102803\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102803\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102803\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:13:49.966892+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTIyOTk2Njg5MjAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Hulk\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102778\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102778\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102778\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T12:18:53.600353+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3NzkzMzYwMDM1MzAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Stark\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102767\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102767\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102767\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T11:11:12.338686+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3Mzg3MjMzODY4NjAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Toni\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102756\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102756\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102756\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T11:06:36.858381+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3MzU5Njg1ODM4MTAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Budi\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102745\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102745\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102745\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T11:05:37.879975+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3MzUzNzg3OTk3NTAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Mardigu\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102734\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102734\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102734\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T11:00:54.720631+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3MzI1NDcyMDYzMTAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Dodi\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102723\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102723\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102723\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T10:59:48.626894+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3MzE4ODYyNjg5NDAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Anang\",\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/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik-ibu%7C367400001111222\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik-ibu%7C367400001111222\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik-ibu%7C367400001111222\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 9,\n \"type\": \"searchset\"\n}" }, { "name": "Patient - Bayi Search NIK Ibu", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/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" } ] } }, "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": "Mon, 27 Mar 2023 01:56:31 GMT" }, { "key": "content-length", "value": "5974" }, { "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": "a76a05fb-c56b-4291-b343-541ab756a0d4" }, { "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/P02029102825\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102825\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102825\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:22:27.873570+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTc0Nzg3MzU3MDAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Sambo\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102814\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102814\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102814\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:18:43.477704+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTUyMzQ3NzcwNDAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Roni\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102803\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102803\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102803\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:13:49.966892+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTIyOTk2Njg5MjAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Hulk\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102778\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102778\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102778\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T12:18:53.600353+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3NzkzMzYwMDM1MzAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Stark\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102767\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102767\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102767\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T11:11:12.338686+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3Mzg3MjMzODY4NjAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Toni\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102756\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102756\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102756\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T11:06:36.858381+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3MzU5Njg1ODM4MTAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Budi\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102745\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102745\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102745\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T11:05:37.879975+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3MzUzNzg3OTk3NTAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Mardigu\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102734\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102734\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102734\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T11:00:54.720631+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3MzI1NDcyMDYzMTAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Dodi\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102723\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102723\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102723\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T10:59:48.626894+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3MzE4ODYyNjg5NDAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Anang\",\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/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik-ibu%7C367400001111222\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik-ibu%7C367400001111222\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik-ibu%7C367400001111222\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 9,\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": "P02478375538" } ] } }, "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": "P02478375538" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTY3ODI4MTExMzE5MTQ5NjAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Wed, 08 Mar 2023 13:11:53 UTC" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Mon, 27 Mar 2023 01:55:24 GMT" }, { "key": "content-length", "value": "499" }, { "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": "a811bc92-baea-4d60-a95b-de2b20ff0afe" }, { "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\": \"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\": \"################\"\n }\n ],\n \"link\": [\n {\n \"other\": {\n \"reference\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\n },\n \"resourceType\": \"Patient\"\n}" }, { "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": "P02478375538" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTY3ODI4MTExMzE5MTQ5NjAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Wed, 08 Mar 2023 13:11:53 UTC" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Mon, 27 Mar 2023 01:55:24 GMT" }, { "key": "content-length", "value": "499" }, { "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": "a811bc92-baea-4d60-a95b-de2b20ff0afe" }, { "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\": \"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\": \"################\"\n }\n ],\n \"link\": [\n {\n \"other\": {\n \"reference\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\n },\n \"resourceType\": \"Patient\"\n}" } ] }, { "name": "Patient - Search Name, Birthdate, Gender", "event": [ { "listen": "test", "script": { "exec": [ "var bundle = pm.response.json();\r", "var data = bundle.entry[0].resource;\r", "var Name = '';\r", "data.name.forEach(\r", " name => {\r", " if (name.use == 'official'){\r", " pm.collectionVariables.set('Patient_Name', data.name)\r", " }\r", " }\r", ");\r", "pm.collectionVariables.set('Patient_id', data.id);" ], "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 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:24:24 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": "d49ea970-ffa2-4afa-a549-2607029ef001" }, { "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 - 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:24:24 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": "d49ea970-ffa2-4afa-a549-2607029ef001" }, { "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": "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/{{Org_id}}\"\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/{{Org_id}}\"\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/{{Org_id}}\"\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/{{Org_id}}\"\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/{{Org_id}}\"\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/{{Org_id}}\"\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/{{Org_id}}\"\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/{{Org_id}}\"\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/{{Org_id}}\"\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 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/{{Org_id}}\"\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/{{Org_id}}\"\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/{{Org_id}}\"\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/{{Org_id}}\"\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/{{Org_id}}\"\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/{{Org_id}}\"\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/{{Org_id}}\"\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/{{Org_id}}\"\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/{{Org_id}}\"\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/N{{Org_id}}\",\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\": \"N{{Org_id}}\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N{{Org_id}}\"\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/{{Org_id}}\"\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/{{Org_id}}\"\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 - 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/N{{Org_id}}\",\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\": \"N{{Org_id}}\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N{{Org_id}}\"\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/{{Org_id}}\"\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/{{Org_id}}\"\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", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\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= Name + ',' + suffix;\r", " })\r", " }\r", "})" ], "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", "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/{{Org_id}}\"\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": "Practitioner - By ID", "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/{{Org_id}}\"\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": "Practitioner - By ID", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\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= Name + ',' + suffix;\r", " })\r", " }\r", "})" ], "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", "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/{{Org_id}}\"\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": "Practitioner - By ID", "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/{{Org_id}}\"\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": "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/N{{Org_id}}\",\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\": \"N{{Org_id}}\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N{{Org_id}}\"\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/{{Org_id}}\"\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/{{Org_id}}\"\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 - 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/N{{Org_id}}\",\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\": \"N{{Org_id}}\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N{{Org_id}}\"\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/{{Org_id}}\"\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/{{Org_id}}\"\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 - 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/{{Org_id}}\"\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/{{Org_id}}\"\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/{{Org_id}}\"\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/{{Org_id}}\"\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/{{Org_id}}\"\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/{{Org_id}}\"\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/{{Org_id}}\"\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/{{Org_id}}\"\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/{{Org_id}}\"\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 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/{{Org_id}}\"\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/{{Org_id}}\"\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/{{Org_id}}\"\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/{{Org_id}}\"\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/{{Org_id}}\"\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/{{Org_id}}\"\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/{{Org_id}}\"\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/{{Org_id}}\"\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/{{Org_id}}\"\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": "02. Pendaftaran Kunjungan IGD", "item": [ { "name": "Pembuatan Kunjungan", "item": [ { "name": "EpisodeOfCare - Search by Patient (Waitlist)", "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_id\", 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=CVD&status=waitlist", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare" ], "query": [ { "key": "patient", "value": "{{Patient_id}}", "description": "IHS number of patient involve in Stroke Management Care" }, { "key": "type", "value": "CVD", "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=CVD&status=waitlist", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare" ], "query": [ { "key": "patient", "value": "{{Patient_id}}", "description": "IHS number of patient involve in Stroke Management Care" }, { "key": "type", "value": "CVD", "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,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 03:33:57 GMT" }, { "key": "content-length", "value": "1444" }, { "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": "a5d00488-1792-433e-8381-547ffb72c405" }, { "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/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"resource\": {\n \"id\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/{{Org_id}}\",\n \"value\": \"EOC1023456\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CVDS202410000000008\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T03:32:14.432329+00:00\",\n \"versionId\": \"MTcxNTA1MjczNDQzMjMyOTAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"waitlist\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\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/?patient={{Patient_id}}&status=waitlist&type=CVD\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient={{Patient_id}}&status=waitlist&type=CVD\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient={{Patient_id}}&status=waitlist&type=CVD\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" }, { "name": "EpisodeOfCare - Search by Patient", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_id}}&type=CVD&status=waitlist", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare" ], "query": [ { "key": "patient", "value": "{{Patient_id}}", "description": "IHS number of patient involve in Stroke Management Care" }, { "key": "type", "value": "CVD", "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,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 03:33:57 GMT" }, { "key": "content-length", "value": "1444" }, { "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": "a5d00488-1792-433e-8381-547ffb72c405" }, { "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/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"resource\": {\n \"id\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/{{Org_id}}\",\n \"value\": \"EOC1023456\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CVDS202410000000008\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T03:32:14.432329+00:00\",\n \"versionId\": \"MTcxNTA1MjczNDQzMjMyOTAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"waitlist\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\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/?patient={{Patient_id}}&status=waitlist&type=CVD\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient={{Patient_id}}&status=waitlist&type=CVD\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient={{Patient_id}}&status=waitlist&type=CVD\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" } ] }, { "name": "EpisodeOfCare - Search by Patient + Organization (Waitlist)", "event": [ { "listen": "test", "script": { "exec": [ "var bundle = pm.response.json();\r", "var data = bundle.entry[0].resource\r", "pm.collectionVariables(\"EpisodeOfCare_id\", 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=CVD&status=waitlist&organization={{Org_id}}", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare" ], "query": [ { "key": "patient", "value": "{{Patient_id}}", "description": "IHS number of patient involve in Stroke Management Care" }, { "key": "type", "value": "CVD", "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=CVD&status=waitlist&organization={{Org_id}}", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare" ], "query": [ { "key": "patient", "value": "{{Patient_id}}", "description": "IHS number of patient involve in Stroke Management Care" }, { "key": "type", "value": "CVD", "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" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 03:42:33 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": "da32b013-bc8b-43f0-81f2-47750273526e" }, { "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/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"resource\": {\n \"id\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC1023456\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CVDS202410000000008\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T03:32:14.432329+00:00\",\n \"versionId\": \"MTcxNTA1MjczNDQzMjMyOTAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"waitlist\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\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/?organization=10000002&patient=100000030015&status=waitlist&type=CVD\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?organization=10000002&patient=100000030015&status=waitlist&type=CVD\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?organization=10000002&patient=100000030015&status=waitlist&type=CVD\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" }, { "name": "EpisodeOfCare - Search by Patient + Organization", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_id}}&type=CVD&status=waitlist&organization={{Org_id}}", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare" ], "query": [ { "key": "patient", "value": "{{Patient_id}}", "description": "IHS number of patient involve in Stroke Management Care" }, { "key": "type", "value": "CVD", "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" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 03:42:33 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": "da32b013-bc8b-43f0-81f2-47750273526e" }, { "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/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"resource\": {\n \"id\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC1023456\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CVDS202410000000008\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T03:32:14.432329+00:00\",\n \"versionId\": \"MTcxNTA1MjczNDQzMjMyOTAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"waitlist\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\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/?organization=10000002&patient=100000030015&status=waitlist&type=CVD\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?organization=10000002&patient=100000030015&status=waitlist&type=CVD\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?organization=10000002&patient=100000030015&status=waitlist&type=CVD\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" } ] }, { "name": "Encounter - Masuk Kunjungan IGD", "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 currentDate's YYYYMMDD in string format\r", "var now = new Date();\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\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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\": \"arrived\",\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n } \n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter", "host": [ "{{base_url}}" ], "path": [ "Encounter" ] } }, "response": [ { "name": "Encounter - Masuk Kunjungan IGD", "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\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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\": \"arrived\",\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\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/\"MTcxMDU3NDMzMDQwNDk1NjAwMA\"" }, { "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/1a07ee6d-65c9-4365-964b-71f4f46df06d/_history/MTcxMDU3NDMzMDQwNDk1NjAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 07:32:10 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 07:32:10 GMT" }, { "key": "Content-Length", "value": "1571" }, { "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": "473f6b06-6cc1-46e5-aa4f-d0238983abc9" }, { "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\": \"EMER\",\n \"display\": \"emergency\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"id\": \"{{Encounter1_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"K20240005\"\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\": \"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\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/b8501c04-a41d-4570-a2fc-8e78b403808f\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T07:32:10.404956+00:00\",\n \"versionId\": \"MTcxMDU3NDMzMDQwNDk1NjAwMA\"\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-03-01T02:00: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-03-01T02:00:00+00:00\"\n },\n \"status\": \"arrived\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/{{Patient_id}}\"\n }\n}" }, { "name": "Encounter - Masuk Kunjungan IGD", "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\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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\": \"arrived\",\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\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/\"MTcxMDU3NDMzMDQwNDk1NjAwMA\"" }, { "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/1a07ee6d-65c9-4365-964b-71f4f46df06d/_history/MTcxMDU3NDMzMDQwNDk1NjAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 07:32:10 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 07:32:10 GMT" }, { "key": "Content-Length", "value": "1571" }, { "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": "473f6b06-6cc1-46e5-aa4f-d0238983abc9" }, { "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\": \"EMER\",\n \"display\": \"emergency\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"id\": \"{{Encounter1_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"K20240005\"\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\": \"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\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/b8501c04-a41d-4570-a2fc-8e78b403808f\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T07:32:10.404956+00:00\",\n \"versionId\": \"MTcxMDU3NDMzMDQwNDk1NjAwMA\"\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-03-01T02:00: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-03-01T02:00:00+00:00\"\n },\n \"status\": \"arrived\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/{{Patient_id}}\"\n }\n}" } ] }, { "name": "RelatedPerson - Data Pendamping Pasien", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set(\"RelatedPerson_id\", data.id);\r", "var RP_Name = null;\r", "data.name.forEach(\r", "\tname=> {if (name.use === \"official\")\r", "\t\t{RP_Name = name.text}\r", "\t});\r", "pm.collectionVariables.set(\"RelatedPerson_Name\", RP_Name);" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"RelatedPerson\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\r\n \"use\": \"official\",\r\n \"value\": \"P02029381677\"\r\n },\r\n {\r\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\r\n \"use\": \"official\",\r\n \"value\": \"3603154607960005\"\r\n }\r\n ],\r\n \"active\": true,\r\n \"patient\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"relationship\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\",\r\n \"code\": \"FAMMEMB\",\r\n \"display\": \"Family Member\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"name\": [\r\n {\r\n \"use\": \"official\",\r\n \"text\": \"JANE 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 \"gender\": \"female\",\r\n \"birthDate\": \"1996-07-06\",\r\n \"address\": [\r\n {\r\n \"city\": \"Jakarta\",\r\n \"country\": \"ID\",\r\n \"extension\": [\r\n {\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 \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\r\n }\r\n ],\r\n \"line\": [\r\n \"PASIRJENGKOL, TELUKJAMBE BARAT, KARANGMULYA, KARAWANG\"\r\n ],\r\n \"postalCode\": \"12950\",\r\n \"use\": \"home\"\r\n }\r\n ]\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/RelatedPerson", "host": [ "{{base_url}}" ], "path": [ "RelatedPerson" ] } }, "response": [ { "name": "RelatedPerson - Create", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"RelatedPerson\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029381677\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"3603154607960005\"\n }\n ],\n \"active\": true,\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"relationship\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\",\n \"code\": \"FAMMEMB\",\n \"display\": \"Family Member\"\n }\n ]\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"text\": \"JANE SMITH\"\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"08123456789\",\n \"use\": \"mobile\"\n }\n ],\n \"gender\": \"female\",\n \"birthDate\": \"1996-07-06\",\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\": \"2\"\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 \"PASIRJENGKOL, TELUKJAMBE BARAT, KARANGMULYA, KARAWANG\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/RelatedPerson", "host": [ "{{base_url}}" ], "path": [ "RelatedPerson" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxMDU3OTc2MTg4NTUzNzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 09:02:41 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/RelatedPerson/a6975bd2-41fd-4b62-a2c6-e89e2b040ea0/_history/MTcxMDU3OTc2MTg4NTUzNzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 09:02:41 GMT" }, { "key": "Content-Length", "value": "1192" }, { "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": "8bc2c391-db75-4347-a96a-7e03f2d54b06" }, { "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\": \"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\": \"2\"\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 \"PASIRJENGKOL, TELUKJAMBE BARAT, KARANGMULYA, KARAWANG\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1996-07-06\",\n \"gender\": \"female\",\n \"id\": \"a6975bd2-41fd-4b62-a2c6-e89e2b040ea0\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029381677\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"3603154607960005\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T09:02:41.885537+00:00\",\n \"versionId\": \"MTcxMDU3OTc2MTg4NTUzNzAwMA\"\n },\n \"name\": [\n {\n \"text\": \"JANE SMITH\",\n \"use\": \"official\"\n }\n ],\n \"patient\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"relationship\": [\n {\n \"coding\": [\n {\n \"code\": \"FAMMEMB\",\n \"display\": \"Family Member\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\"\n }\n ]\n }\n ],\n \"resourceType\": \"RelatedPerson\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n }\n ]\n}" }, { "name": "RelatedPerson - Create", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"RelatedPerson\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029381677\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"3603154607960005\"\n }\n ],\n \"active\": true,\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"relationship\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\",\n \"code\": \"FAMMEMB\",\n \"display\": \"Family Member\"\n }\n ]\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"text\": \"JANE SMITH\"\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"08123456789\",\n \"use\": \"mobile\"\n }\n ],\n \"gender\": \"female\",\n \"birthDate\": \"1996-07-06\",\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\": \"2\"\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 \"PASIRJENGKOL, TELUKJAMBE BARAT, KARANGMULYA, KARAWANG\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/RelatedPerson", "host": [ "{{base_url}}" ], "path": [ "RelatedPerson" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxMDU3OTc2MTg4NTUzNzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 09:02:41 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/RelatedPerson/a6975bd2-41fd-4b62-a2c6-e89e2b040ea0/_history/MTcxMDU3OTc2MTg4NTUzNzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 09:02:41 GMT" }, { "key": "Content-Length", "value": "1192" }, { "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": "8bc2c391-db75-4347-a96a-7e03f2d54b06" }, { "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\": \"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\": \"2\"\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 \"PASIRJENGKOL, TELUKJAMBE BARAT, KARANGMULYA, KARAWANG\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1996-07-06\",\n \"gender\": \"female\",\n \"id\": \"a6975bd2-41fd-4b62-a2c6-e89e2b040ea0\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029381677\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"3603154607960005\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T09:02:41.885537+00:00\",\n \"versionId\": \"MTcxMDU3OTc2MTg4NTUzNzAwMA\"\n },\n \"name\": [\n {\n \"text\": \"JANE SMITH\",\n \"use\": \"official\"\n }\n ],\n \"patient\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"relationship\": [\n {\n \"coding\": [\n {\n \"code\": \"FAMMEMB\",\n \"display\": \"Family Member\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\"\n }\n ]\n }\n ],\n \"resourceType\": \"RelatedPerson\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n }\n ]\n}" } ] }, { "name": "EpisodeOfCare - Search by Patient + Organization (Waitlist)", "event": [ { "listen": "test", "script": { "exec": [ "var bundle = pm.response.json();\r", "var data = bundle.entry[0].resource\r", "pm.collectionVariables(\"EpisodeOfCare_id\", 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=CVD&status=waitlist&organization={{Org_id}}", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare" ], "query": [ { "key": "patient", "value": "{{Patient_id}}", "description": "IHS number of patient involve in Stroke Management Care" }, { "key": "type", "value": "CVD", "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=CVD&status=waitlist&organization={{Org_id}}", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare" ], "query": [ { "key": "patient", "value": "{{Patient_id}}", "description": "IHS number of patient involve in Stroke Management Care" }, { "key": "type", "value": "CVD", "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" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 03:42:33 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": "da32b013-bc8b-43f0-81f2-47750273526e" }, { "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/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"resource\": {\n \"id\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC1023456\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CVDS202410000000008\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T03:32:14.432329+00:00\",\n \"versionId\": \"MTcxNTA1MjczNDQzMjMyOTAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"waitlist\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\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/?organization=10000002&patient=100000030015&status=waitlist&type=CVD\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?organization=10000002&patient=100000030015&status=waitlist&type=CVD\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?organization=10000002&patient=100000030015&status=waitlist&type=CVD\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" }, { "name": "EpisodeOfCare - Search by Patient + Organization", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_id}}&type=CVD&status=waitlist&organization={{Org_id}}", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare" ], "query": [ { "key": "patient", "value": "{{Patient_id}}", "description": "IHS number of patient involve in Stroke Management Care" }, { "key": "type", "value": "CVD", "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" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 03:42:33 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": "da32b013-bc8b-43f0-81f2-47750273526e" }, { "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/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"resource\": {\n \"id\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC1023456\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CVDS202410000000008\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T03:32:14.432329+00:00\",\n \"versionId\": \"MTcxNTA1MjczNDQzMjMyOTAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"waitlist\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\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/?organization=10000002&patient=100000030015&status=waitlist&type=CVD\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?organization=10000002&patient=100000030015&status=waitlist&type=CVD\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?organization=10000002&patient=100000030015&status=waitlist&type=CVD\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" } ] }, { "name": "Encounter - Masuk Kunjungan IGD", "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 currentDate's YYYYMMDD in string format\r", "var now = new Date();\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\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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\": \"arrived\",\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n } \n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter", "host": [ "{{base_url}}" ], "path": [ "Encounter" ] } }, "response": [ { "name": "Encounter - Masuk Kunjungan IGD", "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\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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\": \"arrived\",\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\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/\"MTcxMDU3NDMzMDQwNDk1NjAwMA\"" }, { "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/1a07ee6d-65c9-4365-964b-71f4f46df06d/_history/MTcxMDU3NDMzMDQwNDk1NjAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 07:32:10 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 07:32:10 GMT" }, { "key": "Content-Length", "value": "1571" }, { "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": "473f6b06-6cc1-46e5-aa4f-d0238983abc9" }, { "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\": \"EMER\",\n \"display\": \"emergency\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"id\": \"{{Encounter1_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"K20240005\"\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\": \"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\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/b8501c04-a41d-4570-a2fc-8e78b403808f\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T07:32:10.404956+00:00\",\n \"versionId\": \"MTcxMDU3NDMzMDQwNDk1NjAwMA\"\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-03-01T02:00: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-03-01T02:00:00+00:00\"\n },\n \"status\": \"arrived\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/{{Patient_id}}\"\n }\n}" }, { "name": "Encounter - Masuk Kunjungan IGD", "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\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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\": \"arrived\",\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\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/\"MTcxMDU3NDMzMDQwNDk1NjAwMA\"" }, { "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/1a07ee6d-65c9-4365-964b-71f4f46df06d/_history/MTcxMDU3NDMzMDQwNDk1NjAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 07:32:10 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 07:32:10 GMT" }, { "key": "Content-Length", "value": "1571" }, { "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": "473f6b06-6cc1-46e5-aa4f-d0238983abc9" }, { "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\": \"EMER\",\n \"display\": \"emergency\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"id\": \"{{Encounter1_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"K20240005\"\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\": \"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\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/b8501c04-a41d-4570-a2fc-8e78b403808f\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T07:32:10.404956+00:00\",\n \"versionId\": \"MTcxMDU3NDMzMDQwNDk1NjAwMA\"\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-03-01T02:00: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-03-01T02:00:00+00:00\"\n },\n \"status\": \"arrived\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/{{Patient_id}}\"\n }\n}" } ] }, { "name": "EpisodeOfCare - Search by Patient (Waitlist)", "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_id\", 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=CVD&status=waitlist", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare" ], "query": [ { "key": "patient", "value": "{{Patient_id}}", "description": "IHS number of patient involve in Stroke Management Care" }, { "key": "type", "value": "CVD", "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=CVD&status=waitlist", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare" ], "query": [ { "key": "patient", "value": "{{Patient_id}}", "description": "IHS number of patient involve in Stroke Management Care" }, { "key": "type", "value": "CVD", "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,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 03:33:57 GMT" }, { "key": "content-length", "value": "1444" }, { "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": "a5d00488-1792-433e-8381-547ffb72c405" }, { "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/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"resource\": {\n \"id\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/{{Org_id}}\",\n \"value\": \"EOC1023456\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CVDS202410000000008\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T03:32:14.432329+00:00\",\n \"versionId\": \"MTcxNTA1MjczNDQzMjMyOTAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"waitlist\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\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/?patient={{Patient_id}}&status=waitlist&type=CVD\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient={{Patient_id}}&status=waitlist&type=CVD\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient={{Patient_id}}&status=waitlist&type=CVD\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" }, { "name": "EpisodeOfCare - Search by Patient", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_id}}&type=CVD&status=waitlist", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare" ], "query": [ { "key": "patient", "value": "{{Patient_id}}", "description": "IHS number of patient involve in Stroke Management Care" }, { "key": "type", "value": "CVD", "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,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 03:33:57 GMT" }, { "key": "content-length", "value": "1444" }, { "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": "a5d00488-1792-433e-8381-547ffb72c405" }, { "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/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"resource\": {\n \"id\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/{{Org_id}}\",\n \"value\": \"EOC1023456\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CVDS202410000000008\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T03:32:14.432329+00:00\",\n \"versionId\": \"MTcxNTA1MjczNDQzMjMyOTAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"waitlist\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\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/?patient={{Patient_id}}&status=waitlist&type=CVD\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient={{Patient_id}}&status=waitlist&type=CVD\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient={{Patient_id}}&status=waitlist&type=CVD\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" } ] }, { "name": "RelatedPerson - Data Pendamping Pasien", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set(\"RelatedPerson_id\", data.id);\r", "var RP_Name = null;\r", "data.name.forEach(\r", "\tname=> {if (name.use === \"official\")\r", "\t\t{RP_Name = name.text}\r", "\t});\r", "pm.collectionVariables.set(\"RelatedPerson_Name\", RP_Name);" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"RelatedPerson\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\r\n \"use\": \"official\",\r\n \"value\": \"P02029381677\"\r\n },\r\n {\r\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\r\n \"use\": \"official\",\r\n \"value\": \"3603154607960005\"\r\n }\r\n ],\r\n \"active\": true,\r\n \"patient\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"relationship\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\",\r\n \"code\": \"FAMMEMB\",\r\n \"display\": \"Family Member\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"name\": [\r\n {\r\n \"use\": \"official\",\r\n \"text\": \"JANE 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 \"gender\": \"female\",\r\n \"birthDate\": \"1996-07-06\",\r\n \"address\": [\r\n {\r\n \"city\": \"Jakarta\",\r\n \"country\": \"ID\",\r\n \"extension\": [\r\n {\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 \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\r\n }\r\n ],\r\n \"line\": [\r\n \"PASIRJENGKOL, TELUKJAMBE BARAT, KARANGMULYA, KARAWANG\"\r\n ],\r\n \"postalCode\": \"12950\",\r\n \"use\": \"home\"\r\n }\r\n ]\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/RelatedPerson", "host": [ "{{base_url}}" ], "path": [ "RelatedPerson" ] } }, "response": [ { "name": "RelatedPerson - Create", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"RelatedPerson\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029381677\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"3603154607960005\"\n }\n ],\n \"active\": true,\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"relationship\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\",\n \"code\": \"FAMMEMB\",\n \"display\": \"Family Member\"\n }\n ]\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"text\": \"JANE SMITH\"\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"08123456789\",\n \"use\": \"mobile\"\n }\n ],\n \"gender\": \"female\",\n \"birthDate\": \"1996-07-06\",\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\": \"2\"\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 \"PASIRJENGKOL, TELUKJAMBE BARAT, KARANGMULYA, KARAWANG\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/RelatedPerson", "host": [ "{{base_url}}" ], "path": [ "RelatedPerson" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxMDU3OTc2MTg4NTUzNzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 09:02:41 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/RelatedPerson/a6975bd2-41fd-4b62-a2c6-e89e2b040ea0/_history/MTcxMDU3OTc2MTg4NTUzNzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 09:02:41 GMT" }, { "key": "Content-Length", "value": "1192" }, { "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": "8bc2c391-db75-4347-a96a-7e03f2d54b06" }, { "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\": \"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\": \"2\"\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 \"PASIRJENGKOL, TELUKJAMBE BARAT, KARANGMULYA, KARAWANG\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1996-07-06\",\n \"gender\": \"female\",\n \"id\": \"a6975bd2-41fd-4b62-a2c6-e89e2b040ea0\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029381677\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"3603154607960005\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T09:02:41.885537+00:00\",\n \"versionId\": \"MTcxMDU3OTc2MTg4NTUzNzAwMA\"\n },\n \"name\": [\n {\n \"text\": \"JANE SMITH\",\n \"use\": \"official\"\n }\n ],\n \"patient\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"relationship\": [\n {\n \"coding\": [\n {\n \"code\": \"FAMMEMB\",\n \"display\": \"Family Member\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\"\n }\n ]\n }\n ],\n \"resourceType\": \"RelatedPerson\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n }\n ]\n}" }, { "name": "RelatedPerson - Create", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"RelatedPerson\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029381677\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"3603154607960005\"\n }\n ],\n \"active\": true,\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"relationship\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\",\n \"code\": \"FAMMEMB\",\n \"display\": \"Family Member\"\n }\n ]\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"text\": \"JANE SMITH\"\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"08123456789\",\n \"use\": \"mobile\"\n }\n ],\n \"gender\": \"female\",\n \"birthDate\": \"1996-07-06\",\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\": \"2\"\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 \"PASIRJENGKOL, TELUKJAMBE BARAT, KARANGMULYA, KARAWANG\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/RelatedPerson", "host": [ "{{base_url}}" ], "path": [ "RelatedPerson" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxMDU3OTc2MTg4NTUzNzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 09:02:41 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/RelatedPerson/a6975bd2-41fd-4b62-a2c6-e89e2b040ea0/_history/MTcxMDU3OTc2MTg4NTUzNzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 09:02:41 GMT" }, { "key": "Content-Length", "value": "1192" }, { "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": "8bc2c391-db75-4347-a96a-7e03f2d54b06" }, { "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\": \"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\": \"2\"\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 \"PASIRJENGKOL, TELUKJAMBE BARAT, KARANGMULYA, KARAWANG\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1996-07-06\",\n \"gender\": \"female\",\n \"id\": \"a6975bd2-41fd-4b62-a2c6-e89e2b040ea0\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029381677\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"3603154607960005\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T09:02:41.885537+00:00\",\n \"versionId\": \"MTcxMDU3OTc2MTg4NTUzNzAwMA\"\n },\n \"name\": [\n {\n \"text\": \"JANE SMITH\",\n \"use\": \"official\"\n }\n ],\n \"patient\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"relationship\": [\n {\n \"coding\": [\n {\n \"code\": \"FAMMEMB\",\n \"display\": \"Family Member\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\"\n }\n ]\n }\n ],\n \"resourceType\": \"RelatedPerson\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n }\n ]\n}" } ] } ] }, { "name": "Masuk ke Ruangan Triase", "item": [ { "name": "Encounter - Masuk ke Ruangan Triase", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter1_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"triaged\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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\": \"arrived\",\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\",\n \"end\": \"2023-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "Encounter/{{Encounter1_id}}" } ] } }, "response": [ { "name": "Encounter - Masuk ke Ruangan Triase", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"1a07ee6d-65c9-4365-964b-71f4f46df06d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"AS2024079139287\"\n }\n ],\n \"status\": \"triaged\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"EMER\",\n \"display\": \"emergency\"\n },\n \"subject\": {\n \"reference\": \"Patient/100000030015\",\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/N10000001\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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\": \"arrived\",\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\",\n \"end\": \"2023-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "1a07ee6d-65c9-4365-964b-71f4f46df06d" } ] } }, "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/1a07ee6d-65c9-4365-964b-71f4f46df06d/_history/MTcxMDU3NDU0MzIwMDk5OTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU3NDU0MzIwMDk5OTAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 07:35:43 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 07:35:43 GMT" }, { "key": "Content-Length", "value": "1673" }, { "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": "dbf10805-9533-4022-b942-984bccbc4a67" }, { "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\": \"EMER\",\n \"display\": \"emergency\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"id\": \"1a07ee6d-65c9-4365-964b-71f4f46df06d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"K20240005\"\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\": \"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\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/b8501c04-a41d-4570-a2fc-8e78b403808f\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T07:35:43.200999+00:00\",\n \"versionId\": \"MTcxMDU3NDU0MzIwMDk5OTAwMA\"\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-03-01T02:00:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000002\"\n },\n \"status\": \"triaged\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-03-01T02:01:00+00:00\",\n \"start\": \"2023-03-01T02:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\"\n },\n \"status\": \"triaged\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Encounter - Masuk ke Ruangan Triase", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"1a07ee6d-65c9-4365-964b-71f4f46df06d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"AS2024079139287\"\n }\n ],\n \"status\": \"triaged\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"EMER\",\n \"display\": \"emergency\"\n },\n \"subject\": {\n \"reference\": \"Patient/100000030015\",\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/N10000001\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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\": \"arrived\",\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\",\n \"end\": \"2023-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "1a07ee6d-65c9-4365-964b-71f4f46df06d" } ] } }, "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/1a07ee6d-65c9-4365-964b-71f4f46df06d/_history/MTcxMDU3NDU0MzIwMDk5OTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU3NDU0MzIwMDk5OTAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 07:35:43 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 07:35:43 GMT" }, { "key": "Content-Length", "value": "1673" }, { "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": "dbf10805-9533-4022-b942-984bccbc4a67" }, { "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\": \"EMER\",\n \"display\": \"emergency\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"id\": \"1a07ee6d-65c9-4365-964b-71f4f46df06d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"K20240005\"\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\": \"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\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/b8501c04-a41d-4570-a2fc-8e78b403808f\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T07:35:43.200999+00:00\",\n \"versionId\": \"MTcxMDU3NDU0MzIwMDk5OTAwMA\"\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-03-01T02:00:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000002\"\n },\n \"status\": \"triaged\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-03-01T02:01:00+00:00\",\n \"start\": \"2023-03-01T02:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\"\n },\n \"status\": \"triaged\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Encounter - Masuk ke Ruangan Triase", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter1_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"triaged\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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\": \"arrived\",\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\",\n \"end\": \"2023-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "Encounter/{{Encounter1_id}}" } ] } }, "response": [ { "name": "Encounter - Masuk ke Ruangan Triase", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"1a07ee6d-65c9-4365-964b-71f4f46df06d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"AS2024079139287\"\n }\n ],\n \"status\": \"triaged\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"EMER\",\n \"display\": \"emergency\"\n },\n \"subject\": {\n \"reference\": \"Patient/100000030015\",\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/N10000001\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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\": \"arrived\",\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\",\n \"end\": \"2023-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "1a07ee6d-65c9-4365-964b-71f4f46df06d" } ] } }, "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/1a07ee6d-65c9-4365-964b-71f4f46df06d/_history/MTcxMDU3NDU0MzIwMDk5OTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU3NDU0MzIwMDk5OTAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 07:35:43 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 07:35:43 GMT" }, { "key": "Content-Length", "value": "1673" }, { "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": "dbf10805-9533-4022-b942-984bccbc4a67" }, { "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\": \"EMER\",\n \"display\": \"emergency\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"id\": \"1a07ee6d-65c9-4365-964b-71f4f46df06d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"K20240005\"\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\": \"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\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/b8501c04-a41d-4570-a2fc-8e78b403808f\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T07:35:43.200999+00:00\",\n \"versionId\": \"MTcxMDU3NDU0MzIwMDk5OTAwMA\"\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-03-01T02:00:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000002\"\n },\n \"status\": \"triaged\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-03-01T02:01:00+00:00\",\n \"start\": \"2023-03-01T02:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\"\n },\n \"status\": \"triaged\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Encounter - Masuk ke Ruangan Triase", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"1a07ee6d-65c9-4365-964b-71f4f46df06d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"AS2024079139287\"\n }\n ],\n \"status\": \"triaged\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"EMER\",\n \"display\": \"emergency\"\n },\n \"subject\": {\n \"reference\": \"Patient/100000030015\",\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/N10000001\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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\": \"arrived\",\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\",\n \"end\": \"2023-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "1a07ee6d-65c9-4365-964b-71f4f46df06d" } ] } }, "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/1a07ee6d-65c9-4365-964b-71f4f46df06d/_history/MTcxMDU3NDU0MzIwMDk5OTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU3NDU0MzIwMDk5OTAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 07:35:43 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 07:35:43 GMT" }, { "key": "Content-Length", "value": "1673" }, { "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": "dbf10805-9533-4022-b942-984bccbc4a67" }, { "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\": \"EMER\",\n \"display\": \"emergency\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"id\": \"1a07ee6d-65c9-4365-964b-71f4f46df06d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"K20240005\"\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\": \"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\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/b8501c04-a41d-4570-a2fc-8e78b403808f\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T07:35:43.200999+00:00\",\n \"versionId\": \"MTcxMDU3NDU0MzIwMDk5OTAwMA\"\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-03-01T02:00:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000002\"\n },\n \"status\": \"triaged\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-03-01T02:01:00+00:00\",\n \"start\": \"2023-03-01T02:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\"\n },\n \"status\": \"triaged\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] } ] }, { "name": "Masuk ke Ruangan Resusitasi", "item": [ { "name": "Masuk ke Ruangan Resusitasi", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter1_id}}\",\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\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\",\n \"end\": \"2023-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"location\": {\n \"reference\": \"Location/{{Location_Resusitasi}}\",\n \"display\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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\": \"arrived\",\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\",\n \"end\": \"2023-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\",\n \"end\": \"2023-03-01T02:10:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-03-01T02:10:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter1_id}}" } ] } }, "response": [ { "name": "Masuk ke Ruangan Resusitasi", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter1_id}}\",\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\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\",\n \"end\": \"2023-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"location\": {\n \"reference\": \"Location/{{Location_Resusitasi}}\",\n \"display\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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\": \"arrived\",\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\",\n \"end\": \"2023-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\",\n \"end\": \"2023-03-01T02:10:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-03-01T02:10:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "Encounter/{{Encounter1_id}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDU3NDk1ODgwMjE1MDAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 07:42:38 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/1a07ee6d-65c9-4365-964b-71f4f46df06d/_history/MTcxMDU3NDk1ODgwMjE1MDAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 07:42:38 GMT" }, { "key": "Content-Length", "value": "2502" }, { "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": "890d6dbe-42be-4772-9216-327242a6df02" }, { "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\": \"EMER\",\n \"display\": \"emergency\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"id\": \"1a07ee6d-65c9-4365-964b-71f4f46df06d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"K20240005\"\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\": \"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\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/b8501c04-a41d-4570-a2fc-8e78b403808f\"\n },\n \"period\": {\n \"end\": \"2023-03-01T02:10:00+00:00\",\n \"start\": \"2023-03-01T02:01:00+00:00\"\n }\n },\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\": \"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\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/4f48fedf-28c7-461b-9fc3-9cbebfc61529\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:10:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T07:42:38.802150+00:00\",\n \"versionId\": \"MTcxMDU3NDk1ODgwMjE1MDAwMA\"\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-03-01T02:00: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-03-01T02:01:00+00:00\",\n \"start\": \"2023-03-01T02:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"end\": \"2023-03-01T02:10:00+00:00\",\n \"start\": \"2023-03-01T02:01:00+00:00\"\n },\n \"status\": \"triaged\"\n },\n {\n \"period\": {\n \"start\": \"2023-03-01T02:10:00+00:00\"\n },\n \"status\": \"in-progress\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Masuk ke Ruangan Resusitasi", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter1_id}}\",\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\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\",\n \"end\": \"2023-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"location\": {\n \"reference\": \"Location/{{Location_Resusitasi}}\",\n \"display\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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\": \"arrived\",\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\",\n \"end\": \"2023-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\",\n \"end\": \"2023-03-01T02:10:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-03-01T02:10:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "Encounter/{{Encounter1_id}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDU3NDk1ODgwMjE1MDAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 07:42:38 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/1a07ee6d-65c9-4365-964b-71f4f46df06d/_history/MTcxMDU3NDk1ODgwMjE1MDAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 07:42:38 GMT" }, { "key": "Content-Length", "value": "2502" }, { "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": "890d6dbe-42be-4772-9216-327242a6df02" }, { "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\": \"EMER\",\n \"display\": \"emergency\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"id\": \"1a07ee6d-65c9-4365-964b-71f4f46df06d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"K20240005\"\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\": \"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\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/b8501c04-a41d-4570-a2fc-8e78b403808f\"\n },\n \"period\": {\n \"end\": \"2023-03-01T02:10:00+00:00\",\n \"start\": \"2023-03-01T02:01:00+00:00\"\n }\n },\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\": \"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\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/4f48fedf-28c7-461b-9fc3-9cbebfc61529\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:10:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T07:42:38.802150+00:00\",\n \"versionId\": \"MTcxMDU3NDk1ODgwMjE1MDAwMA\"\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-03-01T02:00: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-03-01T02:01:00+00:00\",\n \"start\": \"2023-03-01T02:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"end\": \"2023-03-01T02:10:00+00:00\",\n \"start\": \"2023-03-01T02:01:00+00:00\"\n },\n \"status\": \"triaged\"\n },\n {\n \"period\": {\n \"start\": \"2023-03-01T02:10:00+00:00\"\n },\n \"status\": \"in-progress\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Masuk ke Ruangan Resusitasi", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter1_id}}\",\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\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\",\n \"end\": \"2023-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"location\": {\n \"reference\": \"Location/{{Location_Resusitasi}}\",\n \"display\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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\": \"arrived\",\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\",\n \"end\": \"2023-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\",\n \"end\": \"2023-03-01T02:10:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-03-01T02:10:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter1_id}}" } ] } }, "response": [ { "name": "Masuk ke Ruangan Resusitasi", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter1_id}}\",\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\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\",\n \"end\": \"2023-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"location\": {\n \"reference\": \"Location/{{Location_Resusitasi}}\",\n \"display\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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\": \"arrived\",\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\",\n \"end\": \"2023-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\",\n \"end\": \"2023-03-01T02:10:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-03-01T02:10:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "Encounter/{{Encounter1_id}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDU3NDk1ODgwMjE1MDAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 07:42:38 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/1a07ee6d-65c9-4365-964b-71f4f46df06d/_history/MTcxMDU3NDk1ODgwMjE1MDAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 07:42:38 GMT" }, { "key": "Content-Length", "value": "2502" }, { "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": "890d6dbe-42be-4772-9216-327242a6df02" }, { "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\": \"EMER\",\n \"display\": \"emergency\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"id\": \"1a07ee6d-65c9-4365-964b-71f4f46df06d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"K20240005\"\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\": \"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\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/b8501c04-a41d-4570-a2fc-8e78b403808f\"\n },\n \"period\": {\n \"end\": \"2023-03-01T02:10:00+00:00\",\n \"start\": \"2023-03-01T02:01:00+00:00\"\n }\n },\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\": \"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\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/4f48fedf-28c7-461b-9fc3-9cbebfc61529\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:10:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T07:42:38.802150+00:00\",\n \"versionId\": \"MTcxMDU3NDk1ODgwMjE1MDAwMA\"\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-03-01T02:00: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-03-01T02:01:00+00:00\",\n \"start\": \"2023-03-01T02:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"end\": \"2023-03-01T02:10:00+00:00\",\n \"start\": \"2023-03-01T02:01:00+00:00\"\n },\n \"status\": \"triaged\"\n },\n {\n \"period\": {\n \"start\": \"2023-03-01T02:10:00+00:00\"\n },\n \"status\": \"in-progress\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Masuk ke Ruangan Resusitasi", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter1_id}}\",\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\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\",\n \"end\": \"2023-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"location\": {\n \"reference\": \"Location/{{Location_Resusitasi}}\",\n \"display\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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\": \"arrived\",\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\",\n \"end\": \"2023-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\",\n \"end\": \"2023-03-01T02:10:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-03-01T02:10:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "Encounter/{{Encounter1_id}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDU3NDk1ODgwMjE1MDAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 07:42:38 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/1a07ee6d-65c9-4365-964b-71f4f46df06d/_history/MTcxMDU3NDk1ODgwMjE1MDAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 07:42:38 GMT" }, { "key": "Content-Length", "value": "2502" }, { "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": "890d6dbe-42be-4772-9216-327242a6df02" }, { "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\": \"EMER\",\n \"display\": \"emergency\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"id\": \"1a07ee6d-65c9-4365-964b-71f4f46df06d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"K20240005\"\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\": \"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\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/b8501c04-a41d-4570-a2fc-8e78b403808f\"\n },\n \"period\": {\n \"end\": \"2023-03-01T02:10:00+00:00\",\n \"start\": \"2023-03-01T02:01:00+00:00\"\n }\n },\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\": \"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\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/4f48fedf-28c7-461b-9fc3-9cbebfc61529\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:10:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T07:42:38.802150+00:00\",\n \"versionId\": \"MTcxMDU3NDk1ODgwMjE1MDAwMA\"\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-03-01T02:00: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-03-01T02:01:00+00:00\",\n \"start\": \"2023-03-01T02:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"end\": \"2023-03-01T02:10:00+00:00\",\n \"start\": \"2023-03-01T02:01:00+00:00\"\n },\n \"status\": \"triaged\"\n },\n {\n \"period\": {\n \"start\": \"2023-03-01T02:10:00+00:00\"\n },\n \"status\": \"in-progress\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] } ] } ] }, { "name": "03. Data Triase dan Gawat Darurat", "item": [ { "name": "Sarana Transportasi Kedatangan", "item": [ { "name": "Observation - Sarana Transportasi Kedatangan", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"74286-6\",\n \"display\": \"Transport mode to hospital\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:01:00+00:00\",\n \"issued\": \"2023-03-01T02:01:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"71783008\",\n \"display\": \"Car\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Sarana Transportasi Kedatangan", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"74286-6\",\n \"display\": \"Transport mode to hospital\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:01:00+00:00\",\n \"issued\": \"2023-03-01T02:01:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"71783008\",\n \"display\": \"Car\"\n }\n ]\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/\"MTcxMDU3NTIwODk2ODUwMzAwMA\"" }, { "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/d7f5c8be-fa2d-448a-a7a4-758991dcb46d/_history/MTcxMDU3NTIwODk2ODUwMzAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 07:46:48 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 07:46:48 GMT" }, { "key": "Content-Length", "value": "835" }, { "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": "2504eaec-f0b7-4840-aabb-f198d51aac6c" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"74286-6\",\n \"display\": \"Transport mode to hospital\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:01:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"d7f5c8be-fa2d-448a-a7a4-758991dcb46d\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:01:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T07:46:48.968503+00:00\",\n \"versionId\": \"MTcxMDU3NTIwODk2ODUwMzAwMA\"\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 \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"71783008\",\n \"display\": \"Car\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" }, { "name": "Observation - Sarana Transportasi Kedatangan", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"74286-6\",\n \"display\": \"Transport mode to hospital\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:01:00+00:00\",\n \"issued\": \"2023-03-01T02:01:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"71783008\",\n \"display\": \"Car\"\n }\n ]\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/\"MTcxMDU3NTIwODk2ODUwMzAwMA\"" }, { "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/d7f5c8be-fa2d-448a-a7a4-758991dcb46d/_history/MTcxMDU3NTIwODk2ODUwMzAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 07:46:48 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 07:46:48 GMT" }, { "key": "Content-Length", "value": "835" }, { "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": "2504eaec-f0b7-4840-aabb-f198d51aac6c" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"74286-6\",\n \"display\": \"Transport mode to hospital\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:01:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"d7f5c8be-fa2d-448a-a7a4-758991dcb46d\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:01:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T07:46:48.968503+00:00\",\n \"versionId\": \"MTcxMDU3NTIwODk2ODUwMzAwMA\"\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 \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"71783008\",\n \"display\": \"Car\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" } ] }, { "name": "Observation - Sarana Transportasi Kedatangan", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"74286-6\",\n \"display\": \"Transport mode to hospital\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:01:00+00:00\",\n \"issued\": \"2023-03-01T02:01:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"71783008\",\n \"display\": \"Car\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Sarana Transportasi Kedatangan", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"74286-6\",\n \"display\": \"Transport mode to hospital\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:01:00+00:00\",\n \"issued\": \"2023-03-01T02:01:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"71783008\",\n \"display\": \"Car\"\n }\n ]\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/\"MTcxMDU3NTIwODk2ODUwMzAwMA\"" }, { "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/d7f5c8be-fa2d-448a-a7a4-758991dcb46d/_history/MTcxMDU3NTIwODk2ODUwMzAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 07:46:48 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 07:46:48 GMT" }, { "key": "Content-Length", "value": "835" }, { "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": "2504eaec-f0b7-4840-aabb-f198d51aac6c" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"74286-6\",\n \"display\": \"Transport mode to hospital\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:01:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"d7f5c8be-fa2d-448a-a7a4-758991dcb46d\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:01:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T07:46:48.968503+00:00\",\n \"versionId\": \"MTcxMDU3NTIwODk2ODUwMzAwMA\"\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 \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"71783008\",\n \"display\": \"Car\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" }, { "name": "Observation - Sarana Transportasi Kedatangan", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"74286-6\",\n \"display\": \"Transport mode to hospital\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:01:00+00:00\",\n \"issued\": \"2023-03-01T02:01:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"71783008\",\n \"display\": \"Car\"\n }\n ]\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/\"MTcxMDU3NTIwODk2ODUwMzAwMA\"" }, { "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/d7f5c8be-fa2d-448a-a7a4-758991dcb46d/_history/MTcxMDU3NTIwODk2ODUwMzAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 07:46:48 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 07:46:48 GMT" }, { "key": "Content-Length", "value": "835" }, { "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": "2504eaec-f0b7-4840-aabb-f198d51aac6c" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"74286-6\",\n \"display\": \"Transport mode to hospital\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:01:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"d7f5c8be-fa2d-448a-a7a4-758991dcb46d\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:01:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T07:46:48.968503+00:00\",\n \"versionId\": \"MTcxMDU3NTIwODk2ODUwMzAwMA\"\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 \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"71783008\",\n \"display\": \"Car\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" } ] } ] }, { "name": "Surat Pengantar Rujukan", "item": [ { "name": "Observation - Surat Rujukan", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000034\",\n \"display\": \"Surat Pengantar Rujukan\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:01:00+00:00\",\n \"issued\": \"2023-03-01T02:01:00+00:00\",\n \"valueBoolean\": false\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Surat Rujukan", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000034\",\n \"display\": \"Surat Pengantar Rujukan\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:01:00+00:00\",\n \"issued\": \"2023-03-01T02:01:00+00:00\",\n \"valueBoolean\": false\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": "Sat, 16 Mar 2024 07:48:04 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU3NTI4NDM2MDcwNjAwMA\"" }, { "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/bc653cb2-4194-45a5-a283-68f1fc560135/_history/MTcxMDU3NTI4NDM2MDcwNjAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 07:48:04 GMT" }, { "key": "Content-Length", "value": "788" }, { "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": "cb9fed57-7631-4076-a242-92d997084ea8" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000034\",\n \"display\": \"Surat Pengantar Rujukan\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:01:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"bc653cb2-4194-45a5-a283-68f1fc560135\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:01:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T07:48:04.360706+00:00\",\n \"versionId\": \"MTcxMDU3NTI4NDM2MDcwNjAwMA\"\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 \"valueBoolean\": false\n}" }, { "name": "Observation - Surat Rujukan", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000034\",\n \"display\": \"Surat Pengantar Rujukan\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:01:00+00:00\",\n \"issued\": \"2023-03-01T02:01:00+00:00\",\n \"valueBoolean\": false\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": "Sat, 16 Mar 2024 07:48:04 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU3NTI4NDM2MDcwNjAwMA\"" }, { "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/bc653cb2-4194-45a5-a283-68f1fc560135/_history/MTcxMDU3NTI4NDM2MDcwNjAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 07:48:04 GMT" }, { "key": "Content-Length", "value": "788" }, { "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": "cb9fed57-7631-4076-a242-92d997084ea8" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000034\",\n \"display\": \"Surat Pengantar Rujukan\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:01:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"bc653cb2-4194-45a5-a283-68f1fc560135\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:01:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T07:48:04.360706+00:00\",\n \"versionId\": \"MTcxMDU3NTI4NDM2MDcwNjAwMA\"\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 \"valueBoolean\": false\n}" } ] }, { "name": "Observation - Surat Rujukan", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000034\",\n \"display\": \"Surat Pengantar Rujukan\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:01:00+00:00\",\n \"issued\": \"2023-03-01T02:01:00+00:00\",\n \"valueBoolean\": false\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Surat Rujukan", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000034\",\n \"display\": \"Surat Pengantar Rujukan\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:01:00+00:00\",\n \"issued\": \"2023-03-01T02:01:00+00:00\",\n \"valueBoolean\": false\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": "Sat, 16 Mar 2024 07:48:04 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU3NTI4NDM2MDcwNjAwMA\"" }, { "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/bc653cb2-4194-45a5-a283-68f1fc560135/_history/MTcxMDU3NTI4NDM2MDcwNjAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 07:48:04 GMT" }, { "key": "Content-Length", "value": "788" }, { "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": "cb9fed57-7631-4076-a242-92d997084ea8" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000034\",\n \"display\": \"Surat Pengantar Rujukan\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:01:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"bc653cb2-4194-45a5-a283-68f1fc560135\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:01:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T07:48:04.360706+00:00\",\n \"versionId\": \"MTcxMDU3NTI4NDM2MDcwNjAwMA\"\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 \"valueBoolean\": false\n}" }, { "name": "Observation - Surat Rujukan", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000034\",\n \"display\": \"Surat Pengantar Rujukan\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:01:00+00:00\",\n \"issued\": \"2023-03-01T02:01:00+00:00\",\n \"valueBoolean\": false\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": "Sat, 16 Mar 2024 07:48:04 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU3NTI4NDM2MDcwNjAwMA\"" }, { "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/bc653cb2-4194-45a5-a283-68f1fc560135/_history/MTcxMDU3NTI4NDM2MDcwNjAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 07:48:04 GMT" }, { "key": "Content-Length", "value": "788" }, { "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": "cb9fed57-7631-4076-a242-92d997084ea8" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000034\",\n \"display\": \"Surat Pengantar Rujukan\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:01:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"bc653cb2-4194-45a5-a283-68f1fc560135\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:01:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T07:48:04.360706+00:00\",\n \"versionId\": \"MTcxMDU3NTI4NDM2MDcwNjAwMA\"\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 \"valueBoolean\": false\n}" } ] } ] }, { "name": "Kondisi Pasien Tiba", "item": [ { "name": "Observation - Kondisi Pasien Tiba", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75910-0\",\n \"display\": \"Canadian triage and acuity scale [CTAS]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:01:00+00:00\",\n \"issued\": \"2023-03-01T02:01:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6113-0\",\n \"display\": \"2\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Kondisi Pasien Tiba", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75910-0\",\n \"display\": \"Canadian triage and acuity scale [CTAS]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:01:00+00:00\",\n \"issued\": \"2023-03-01T02:01:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6113-0\",\n \"display\": \"2\"\n }\n ]\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": "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/dac6ff0b-7616-46f2-b5fd-9b2eb69ce68e/_history/MTcxMDU3NTcyOTg2OTExMjAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU3NTcyOTg2OTExMjAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 07:55:29 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 07:55:29 GMT" }, { "key": "Content-Length", "value": "840" }, { "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": "b624fc74-3b85-4cdc-8d4b-ea9241d8a0de" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75910-0\",\n \"display\": \"Canadian triage and acuity scale [CTAS]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:01:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"dac6ff0b-7616-46f2-b5fd-9b2eb69ce68e\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:01:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T07:55:29.869112+00:00\",\n \"versionId\": \"MTcxMDU3NTcyOTg2OTExMjAwMA\"\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 \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6113-0\",\n \"display\": \"2\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" }, { "name": "Observation - Kondisi Pasien Tiba", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75910-0\",\n \"display\": \"Canadian triage and acuity scale [CTAS]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:01:00+00:00\",\n \"issued\": \"2023-03-01T02:01:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6113-0\",\n \"display\": \"2\"\n }\n ]\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": "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/dac6ff0b-7616-46f2-b5fd-9b2eb69ce68e/_history/MTcxMDU3NTcyOTg2OTExMjAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU3NTcyOTg2OTExMjAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 07:55:29 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 07:55:29 GMT" }, { "key": "Content-Length", "value": "840" }, { "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": "b624fc74-3b85-4cdc-8d4b-ea9241d8a0de" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75910-0\",\n \"display\": \"Canadian triage and acuity scale [CTAS]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:01:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"dac6ff0b-7616-46f2-b5fd-9b2eb69ce68e\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:01:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T07:55:29.869112+00:00\",\n \"versionId\": \"MTcxMDU3NTcyOTg2OTExMjAwMA\"\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 \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6113-0\",\n \"display\": \"2\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" } ] }, { "name": "Observation - Kondisi Pasien Tiba", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75910-0\",\n \"display\": \"Canadian triage and acuity scale [CTAS]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:01:00+00:00\",\n \"issued\": \"2023-03-01T02:01:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6113-0\",\n \"display\": \"2\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Kondisi Pasien Tiba", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75910-0\",\n \"display\": \"Canadian triage and acuity scale [CTAS]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:01:00+00:00\",\n \"issued\": \"2023-03-01T02:01:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6113-0\",\n \"display\": \"2\"\n }\n ]\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": "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/dac6ff0b-7616-46f2-b5fd-9b2eb69ce68e/_history/MTcxMDU3NTcyOTg2OTExMjAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU3NTcyOTg2OTExMjAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 07:55:29 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 07:55:29 GMT" }, { "key": "Content-Length", "value": "840" }, { "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": "b624fc74-3b85-4cdc-8d4b-ea9241d8a0de" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75910-0\",\n \"display\": \"Canadian triage and acuity scale [CTAS]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:01:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"dac6ff0b-7616-46f2-b5fd-9b2eb69ce68e\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:01:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T07:55:29.869112+00:00\",\n \"versionId\": \"MTcxMDU3NTcyOTg2OTExMjAwMA\"\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 \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6113-0\",\n \"display\": \"2\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" }, { "name": "Observation - Kondisi Pasien Tiba", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75910-0\",\n \"display\": \"Canadian triage and acuity scale [CTAS]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:01:00+00:00\",\n \"issued\": \"2023-03-01T02:01:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6113-0\",\n \"display\": \"2\"\n }\n ]\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": "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/dac6ff0b-7616-46f2-b5fd-9b2eb69ce68e/_history/MTcxMDU3NTcyOTg2OTExMjAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU3NTcyOTg2OTExMjAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 07:55:29 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 07:55:29 GMT" }, { "key": "Content-Length", "value": "840" }, { "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": "b624fc74-3b85-4cdc-8d4b-ea9241d8a0de" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75910-0\",\n \"display\": \"Canadian triage and acuity scale [CTAS]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:01:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"dac6ff0b-7616-46f2-b5fd-9b2eb69ce68e\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:01:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T07:55:29.869112+00:00\",\n \"versionId\": \"MTcxMDU3NTcyOTg2OTExMjAwMA\"\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 \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6113-0\",\n \"display\": \"2\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" } ] } ] } ] }, { "name": "04. 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\": \"20022000\",\n \"display\": \"Weakness of one side of body\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\",\n \"display\": \"Kunjungan {{Patient_Name}} tanggal 01 Maret 2023\"\n },\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami lemah pada separuh anggota tubuh\"\n }\n ]\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\": \"20022000\",\n \"display\": \"Weakness of one side of body\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\",\n \"display\": \"Kunjungan {{Patient_Name}} tanggal 01 Maret 2023\"\n },\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami lemah pada separuh anggota tubuh\"\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": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 08:06:42 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/3c0b75eb-02ba-4bb3-a551-e553cb10cd73/_history/MTcxMDU3NjQwMjg1ODIzMjAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU3NjQwMjg1ODIzMjAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:06:42 GMT" }, { "key": "Content-Length", "value": "949" }, { "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": "ba6413bd-d551-4ddd-aec3-bee50f87415d" }, { "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\": \"20022000\",\n \"display\": \"Weakness of one side of body\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"display\": \"Kunjungan Diana Smith tanggal 01 Maret 2023\",\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"3c0b75eb-02ba-4bb3-a551-e553cb10cd73\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:06:42.858232+00:00\",\n \"versionId\": \"MTcxMDU3NjQwMjg1ODIzMjAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien mengalami lemah pada separuh anggota tubuh\"\n }\n ],\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "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\": \"20022000\",\n \"display\": \"Weakness of one side of body\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\",\n \"display\": \"Kunjungan {{Patient_Name}} tanggal 01 Maret 2023\"\n },\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami lemah pada separuh anggota tubuh\"\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": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 08:06:42 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/3c0b75eb-02ba-4bb3-a551-e553cb10cd73/_history/MTcxMDU3NjQwMjg1ODIzMjAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU3NjQwMjg1ODIzMjAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:06:42 GMT" }, { "key": "Content-Length", "value": "949" }, { "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": "ba6413bd-d551-4ddd-aec3-bee50f87415d" }, { "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\": \"20022000\",\n \"display\": \"Weakness of one side of body\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"display\": \"Kunjungan Diana Smith tanggal 01 Maret 2023\",\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"3c0b75eb-02ba-4bb3-a551-e553cb10cd73\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:06:42.858232+00:00\",\n \"versionId\": \"MTcxMDU3NjQwMjg1ODIzMjAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien mengalami lemah pada separuh anggota tubuh\"\n }\n ],\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Observation - Wake Up Stroke", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000186\",\n \"display\": \"Wake up stroke\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueDateTime\": \"2023-02-28T22:00:00+00:00\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Wake Up Stroke", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000186\",\n \"display\": \"Wake up stroke\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueDateTime\": \"2023-02-28T22:00:00+00:00\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "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/Observation/d74c87de-6564-4b87-b45f-60b4dc38dc0e/_history/MTcxNjE5Nzc1MzU0NzU0OTAwMA" }, { "key": "etag", "value": "W/\"MTcxNjE5Nzc1MzU0NzU0OTAwMA\"" }, { "key": "last-modified", "value": "Mon, 20 May 2024 09:35:53 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 20 May 2024 09:35:53 GMT" }, { "key": "content-length", "value": "802" }, { "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": "ba208ffb-b0e7-441c-8d67-89f7afad3aaa" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000186\",\n \"display\": \"Wake up stroke\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"d74c87de-6564-4b87-b45f-60b4dc38dc0e\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-20T09:35:53.547549+00:00\",\n \"versionId\": \"MTcxNjE5Nzc1MzU0NzU0OTAwMA\"\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 \"valueDateTime\": \"2023-02-28T22:00:00+00:00\"\n}" }, { "name": "Observation - Wake Up Stroke", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000186\",\n \"display\": \"Wake up stroke\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueDateTime\": \"2023-02-28T22:00:00+00:00\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "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/Observation/d74c87de-6564-4b87-b45f-60b4dc38dc0e/_history/MTcxNjE5Nzc1MzU0NzU0OTAwMA" }, { "key": "etag", "value": "W/\"MTcxNjE5Nzc1MzU0NzU0OTAwMA\"" }, { "key": "last-modified", "value": "Mon, 20 May 2024 09:35:53 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 20 May 2024 09:35:53 GMT" }, { "key": "content-length", "value": "802" }, { "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": "ba208ffb-b0e7-441c-8d67-89f7afad3aaa" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000186\",\n \"display\": \"Wake up stroke\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"d74c87de-6564-4b87-b45f-60b4dc38dc0e\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-20T09:35:53.547549+00:00\",\n \"versionId\": \"MTcxNjE5Nzc1MzU0NzU0OTAwMA\"\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 \"valueDateTime\": \"2023-02-28T22:00:00+00:00\"\n}" } ] }, { "name": "Condition -Riwayat Penyakit Pribadi - Hipertensi", "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\": \"161501007\",\n \"display\": \"History of hypertension\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\",\n \"display\": \"Kunjungan {{Patient_Name}} tanggal 01 Maret 2023\"\n },\n \"onsetDateTime\": \"2022-01-01T00:00:00+00:00\",\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Condition", "host": [ "{{base_url}}" ], "path": [ "Condition" ] } }, "response": [ { "name": "Condition -Riwayat Penyakit Pribadi - Hipertensi", "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\": \"161501007\",\n \"display\": \"History of hypertension\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\",\n \"display\": \"Kunjungan {{Patient_Name}} tanggal 01 Maret 2023\"\n },\n \"onsetDateTime\": \"2022-01-01T00:00:00+00:00\",\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\"\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/\"MTcxMDU3ODQ4MjExMzE2ODAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 08:41:22 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/87afcaca-32b3-4ec2-971b-f1aa368d6ecd/_history/MTcxMDU3ODQ4MjExMzE2ODAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:41:22 GMT" }, { "key": "Content-Length", "value": "875" }, { "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": "01f5373b-a6f3-4071-aa51-3c46883fc7b6" }, { "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\": \"161501007\",\n \"display\": \"History of hypertension\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"display\": \"Kunjungan Diana Smith tanggal 01 Maret 2023\",\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"87afcaca-32b3-4ec2-971b-f1aa368d6ecd\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:41:22.113168+00:00\",\n \"versionId\": \"MTcxMDU3ODQ4MjExMzE2ODAwMA\"\n },\n \"onsetDateTime\": \"2022-01-01T00:00:00+00:00\",\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Condition -Riwayat Penyakit Pribadi - Hipertensi", "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\": \"161501007\",\n \"display\": \"History of hypertension\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\",\n \"display\": \"Kunjungan {{Patient_Name}} tanggal 01 Maret 2023\"\n },\n \"onsetDateTime\": \"2022-01-01T00:00:00+00:00\",\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\"\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/\"MTcxMDU3ODQ4MjExMzE2ODAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 08:41:22 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/87afcaca-32b3-4ec2-971b-f1aa368d6ecd/_history/MTcxMDU3ODQ4MjExMzE2ODAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:41:22 GMT" }, { "key": "Content-Length", "value": "875" }, { "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": "01f5373b-a6f3-4071-aa51-3c46883fc7b6" }, { "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\": \"161501007\",\n \"display\": \"History of hypertension\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"display\": \"Kunjungan Diana Smith tanggal 01 Maret 2023\",\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"87afcaca-32b3-4ec2-971b-f1aa368d6ecd\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:41:22.113168+00:00\",\n \"versionId\": \"MTcxMDU3ODQ4MjExMzE2ODAwMA\"\n },\n \"onsetDateTime\": \"2022-01-01T00:00:00+00:00\",\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Observation - Riwayat Penyakit : Hipertensi", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"38341003\",\n \"display\": \"Hypertension\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"268607006\",\n \"display\": \"Hypertension risk level\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"827068008\",\n \"display\": \"Stage 2 hypertension\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"31509003\",\n \"display\": \"Controlled\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Riwayat Penyakit : Hipertensi", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"38341003\",\n \"display\": \"Hypertension\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"268607006\",\n \"display\": \"Hypertension risk level\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"827068008\",\n \"display\": \"Stage 2 hypertension\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"31509003\",\n \"display\": \"Controlled\"\n }\n ]\n },\n \"valueBoolean\": true\n }\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/fdc7781c-5f07-4b73-8edd-b88d2958c476/_history/MTcxNTA1NzkxMjY3MTY0NTAwMA" }, { "key": "etag", "value": "W/\"MTcxNTA1NzkxMjY3MTY0NTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 07 May 2024 04:58:32 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 04:58:32 GMT" }, { "key": "content-length", "value": "1244" }, { "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": "2a05f040-58f8-4193-9dbe-2e5d1f117915" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"38341003\",\n \"display\": \"Hypertension\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"268607006\",\n \"display\": \"Hypertension risk level\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"827068008\",\n \"display\": \"Stage 2 hypertension\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"31509003\",\n \"display\": \"Controlled\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ],\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"fdc7781c-5f07-4b73-8edd-b88d2958c476\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T04:58:32.671645+00:00\",\n \"versionId\": \"MTcxNTA1NzkxMjY3MTY0NTAwMA\"\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 \"valueBoolean\": true\n}" }, { "name": "Observation - Riwayat Penyakit : Hipertensi", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"38341003\",\n \"display\": \"Hypertension\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"268607006\",\n \"display\": \"Hypertension risk level\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"827068008\",\n \"display\": \"Stage 2 hypertension\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"31509003\",\n \"display\": \"Controlled\"\n }\n ]\n },\n \"valueBoolean\": true\n }\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/fdc7781c-5f07-4b73-8edd-b88d2958c476/_history/MTcxNTA1NzkxMjY3MTY0NTAwMA" }, { "key": "etag", "value": "W/\"MTcxNTA1NzkxMjY3MTY0NTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 07 May 2024 04:58:32 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 04:58:32 GMT" }, { "key": "content-length", "value": "1244" }, { "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": "2a05f040-58f8-4193-9dbe-2e5d1f117915" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"38341003\",\n \"display\": \"Hypertension\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"268607006\",\n \"display\": \"Hypertension risk level\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"827068008\",\n \"display\": \"Stage 2 hypertension\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"31509003\",\n \"display\": \"Controlled\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ],\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"fdc7781c-5f07-4b73-8edd-b88d2958c476\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T04:58:32.671645+00:00\",\n \"versionId\": \"MTcxNTA1NzkxMjY3MTY0NTAwMA\"\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 \"valueBoolean\": true\n}" } ] }, { "name": "Observation - Riwayat Penyakit : Diabetes Mellitus", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"73211009\",\n \"display\": \"Diabetes mellitus\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"31509003\",\n \"display\": \"Controlled\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Riwayat Penyakit : Diabetes Mellitus", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"73211009\",\n \"display\": \"Diabetes mellitus\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"31509003\",\n \"display\": \"Controlled\"\n }\n ]\n },\n \"valueBoolean\": true\n }\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/\"MTcxNTA1ODAxNzk3NTU5MjAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 05:00:17 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/a2aa7f46-adb8-481b-9720-32916c76090c/_history/MTcxNTA1ODAxNzk3NTU5MjAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 05:00:17 GMT" }, { "key": "content-length", "value": "1012" }, { "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": "a1a8db84-5fb4-4d41-989f-ff7f53d57387" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"73211009\",\n \"display\": \"Diabetes mellitus\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"31509003\",\n \"display\": \"Controlled\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ],\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"id\": \"a2aa7f46-adb8-481b-9720-32916c76090c\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T05:00:17.975592+00:00\",\n \"versionId\": \"MTcxNTA1ODAxNzk3NTU5MjAwMA\"\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 \"valueBoolean\": true\n}" }, { "name": "Observation - Riwayat Penyakit : Diabetes Mellitus", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"73211009\",\n \"display\": \"Diabetes mellitus\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"31509003\",\n \"display\": \"Controlled\"\n }\n ]\n },\n \"valueBoolean\": true\n }\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/\"MTcxNTA1ODAxNzk3NTU5MjAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 05:00:17 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/a2aa7f46-adb8-481b-9720-32916c76090c/_history/MTcxNTA1ODAxNzk3NTU5MjAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 05:00:17 GMT" }, { "key": "content-length", "value": "1012" }, { "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": "a1a8db84-5fb4-4d41-989f-ff7f53d57387" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"73211009\",\n \"display\": \"Diabetes mellitus\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"31509003\",\n \"display\": \"Controlled\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ],\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"id\": \"a2aa7f46-adb8-481b-9720-32916c76090c\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T05:00:17.975592+00:00\",\n \"versionId\": \"MTcxNTA1ODAxNzk3NTU5MjAwMA\"\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 \"valueBoolean\": true\n}" } ] }, { "name": "Observation - Riwayat Penyakit : Dislipidemia", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"370992007\",\n \"display\": \"Dyslipidemia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000180\",\n \"display\": \"Intensitas Obat Statin\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000409\",\n \"display\": \"Statin Intensitas Rendah\"\n }\n ]\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Riwayat Penyakit : Dislipidemia", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"370992007\",\n \"display\": \"Dyslipidemia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000180\",\n \"display\": \"Intensitas Obat Statin\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000409\",\n \"display\": \"Statin Intensitas Rendah\"\n }\n ]\n }\n }\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": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxNzI1MzE1MTA2NzA5MDAwMA\"" }, { "key": "last-modified", "value": "Sat, 01 Jun 2024 14:45: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/Observation/b200efb0-7a76-4fa7-95dc-006e10290baf/_history/MTcxNzI1MzE1MTA2NzA5MDAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 01 Jun 2024 14:45:51 GMT" }, { "key": "content-length", "value": "1195" }, { "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": "e91680bf-cc27-466d-992f-a7c1ee3ab6a8" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"370992007\",\n \"display\": \"Dyslipidemia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000180\",\n \"display\": \"Intensitas Obat Statin\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"OV000409\",\n \"display\": \"Statin Intensitas Rendah\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n }\n }\n ],\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"b200efb0-7a76-4fa7-95dc-006e10290baf\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-06-01T14:45:51.067090+00:00\",\n \"versionId\": \"MTcxNzI1MzE1MTA2NzA5MDAwMA\"\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 \"valueBoolean\": true\n}" }, { "name": "Observation - Riwayat Penyakit : Dislipidemia", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"370992007\",\n \"display\": \"Dyslipidemia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000180\",\n \"display\": \"Intensitas Obat Statin\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000409\",\n \"display\": \"Statin Intensitas Rendah\"\n }\n ]\n }\n }\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": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxNzI1MzE1MTA2NzA5MDAwMA\"" }, { "key": "last-modified", "value": "Sat, 01 Jun 2024 14:45: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/Observation/b200efb0-7a76-4fa7-95dc-006e10290baf/_history/MTcxNzI1MzE1MTA2NzA5MDAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 01 Jun 2024 14:45:51 GMT" }, { "key": "content-length", "value": "1195" }, { "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": "e91680bf-cc27-466d-992f-a7c1ee3ab6a8" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"370992007\",\n \"display\": \"Dyslipidemia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000180\",\n \"display\": \"Intensitas Obat Statin\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"OV000409\",\n \"display\": \"Statin Intensitas Rendah\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n }\n }\n ],\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"b200efb0-7a76-4fa7-95dc-006e10290baf\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-06-01T14:45:51.067090+00:00\",\n \"versionId\": \"MTcxNzI1MzE1MTA2NzA5MDAwMA\"\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 \"valueBoolean\": true\n}" } ] }, { "name": "Condition -Riwayat Stroke Keluarga", "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\": \"275104002\",\n \"display\": \"Family history of stroke\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\",\n \"display\": \"Kunjungan {{Patient_Name}} tanggal 01 Maret 2023\"\n },\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\",\n \"note\": [\n {\n \"text\": \"Ayah pasien memiliki riwayat stroke\"\n }\n ]\n\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Condition", "host": [ "{{base_url}}" ], "path": [ "Condition" ] } }, "response": [ { "name": "Condition -Riwayat Stroke Keluarga", "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\": \"275104002\",\n \"display\": \"Family history of stroke\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\",\n \"display\": \"Kunjungan {{Patient_Name}} tanggal 01 Maret 2023\"\n },\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\",\n \"note\": [\n {\n \"text\": \"Ayah pasien memiliki riwayat stroke\"\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": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 08:42: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/Condition/378e1758-8d6e-4f75-b3f1-1d9008fcd986/_history/MTcxMDU3ODUzNjA1NTU4OTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU3ODUzNjA1NTU4OTAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:42:16 GMT" }, { "key": "Content-Length", "value": "888" }, { "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": "159d354f-cad8-47ad-a8da-15b936952964" }, { "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\": \"275104002\",\n \"display\": \"Family history of stroke\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"display\": \"Kunjungan Diana Smith tanggal 01 Maret 2023\",\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"378e1758-8d6e-4f75-b3f1-1d9008fcd986\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:42:16.055589+00:00\",\n \"versionId\": \"MTcxMDU3ODUzNjA1NTU4OTAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Ayah pasien memiliki riwayat stroke\"\n }\n ],\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Condition -Riwayat Stroke Keluarga", "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\": \"275104002\",\n \"display\": \"Family history of stroke\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\",\n \"display\": \"Kunjungan {{Patient_Name}} tanggal 01 Maret 2023\"\n },\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\",\n \"note\": [\n {\n \"text\": \"Ayah pasien memiliki riwayat stroke\"\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": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 08:42: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/Condition/378e1758-8d6e-4f75-b3f1-1d9008fcd986/_history/MTcxMDU3ODUzNjA1NTU4OTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU3ODUzNjA1NTU4OTAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:42:16 GMT" }, { "key": "Content-Length", "value": "888" }, { "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": "159d354f-cad8-47ad-a8da-15b936952964" }, { "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\": \"275104002\",\n \"display\": \"Family history of stroke\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"display\": \"Kunjungan Diana Smith tanggal 01 Maret 2023\",\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"378e1758-8d6e-4f75-b3f1-1d9008fcd986\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:42:16.055589+00:00\",\n \"versionId\": \"MTcxMDU3ODUzNjA1NTU4OTAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Ayah pasien memiliki riwayat stroke\"\n }\n ],\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Observation - Status Merokok", "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\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72166-2\",\n \"display\": \"Tobacco smoking status\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"8392000\",\n \"display\": \"Non-smoker\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Status Merokok", "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\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72166-2\",\n \"display\": \"Tobacco smoking status\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"8392000\",\n \"display\": \"Non-smoker\"\n }\n ]\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/81d129ad-8003-4ba9-9fb2-cf6c18522392/_history/MTcxMDU3ODY0NzI5NTc2NDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDU3ODY0NzI5NTc2NDAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 08:44:07 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:44:07 GMT" }, { "key": "Content-Length", "value": "829" }, { "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": "ea099891-d084-4640-bdff-50e78a9dadba" }, { "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\": \"social-history\",\n \"display\": \"Social History\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"72166-2\",\n \"display\": \"Tobacco smoking status\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"81d129ad-8003-4ba9-9fb2-cf6c18522392\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:44:07.295764+00:00\",\n \"versionId\": \"MTcxMDU3ODY0NzI5NTc2NDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"8392000\",\n \"display\": \"Non-smoker\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" }, { "name": "Observation - Status Merokok", "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\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72166-2\",\n \"display\": \"Tobacco smoking status\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"8392000\",\n \"display\": \"Non-smoker\"\n }\n ]\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/81d129ad-8003-4ba9-9fb2-cf6c18522392/_history/MTcxMDU3ODY0NzI5NTc2NDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDU3ODY0NzI5NTc2NDAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 08:44:07 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:44:07 GMT" }, { "key": "Content-Length", "value": "829" }, { "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": "ea099891-d084-4640-bdff-50e78a9dadba" }, { "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\": \"social-history\",\n \"display\": \"Social History\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"72166-2\",\n \"display\": \"Tobacco smoking status\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"81d129ad-8003-4ba9-9fb2-cf6c18522392\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:44:07.295764+00:00\",\n \"versionId\": \"MTcxMDU3ODY0NzI5NTc2NDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"8392000\",\n \"display\": \"Non-smoker\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" } ] }, { "name": "Observation - Riwayat Konsumsi Alkohol", "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\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"405137009\",\n \"display\": \"Risk control behavior: alcohol use\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueBoolean\": false\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Riwayat Konsumsi Alkohol", "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\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"405137009\",\n \"display\": \"Risk control behavior: alcohol use\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueBoolean\": false\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/\"MTcxMDU3ODY3MTMwNzY4NzAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/96f1bb32-b026-4bd3-b1bd-f7a1ede28785/_history/MTcxMDU3ODY3MTMwNzY4NzAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 08:44:31 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:44:31 GMT" }, { "key": "Content-Length", "value": "758" }, { "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": "fb0c326d-120d-44e6-8700-047481b3d487" }, { "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\": \"social-history\",\n \"display\": \"Social History\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"405137009\",\n \"display\": \"Risk control behavior: alcohol use\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"96f1bb32-b026-4bd3-b1bd-f7a1ede28785\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:44:31.307687+00:00\",\n \"versionId\": \"MTcxMDU3ODY3MTMwNzY4NzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"valueBoolean\": false\n}" }, { "name": "Observation - Riwayat Konsumsi Alkohol", "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\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"405137009\",\n \"display\": \"Risk control behavior: alcohol use\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueBoolean\": false\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/\"MTcxMDU3ODY3MTMwNzY4NzAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/96f1bb32-b026-4bd3-b1bd-f7a1ede28785/_history/MTcxMDU3ODY3MTMwNzY4NzAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 08:44:31 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:44:31 GMT" }, { "key": "Content-Length", "value": "758" }, { "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": "fb0c326d-120d-44e6-8700-047481b3d487" }, { "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\": \"social-history\",\n \"display\": \"Social History\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"405137009\",\n \"display\": \"Risk control behavior: alcohol use\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"96f1bb32-b026-4bd3-b1bd-f7a1ede28785\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:44:31.307687+00:00\",\n \"versionId\": \"MTcxMDU3ODY3MTMwNzY4NzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"valueBoolean\": false\n}" } ] }, { "name": "Observation - Riwayat KB Hormonal", "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\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000170\",\n \"display\": \"Riwayat KB Hormonal\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueBoolean\": false\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Riwayat KB Hormonal", "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\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000170\",\n \"display\": \"Riwayat KB Hormonal\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueBoolean\": false\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "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/Observation/7168a4b5-b047-495b-9b73-15a3c85397a4/_history/MTcxMDU3ODcwNTkyNzAwOTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 08:45:05 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU3ODcwNTkyNzAwOTAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:45:05 GMT" }, { "key": "Content-Length", "value": "776" }, { "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": "ddba74a3-b94a-42b0-8f5c-b4f4655402a7" }, { "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\": \"social-history\",\n \"display\": \"Social History\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000170\",\n \"display\": \"Riwayat KB Hormonal\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"7168a4b5-b047-495b-9b73-15a3c85397a4\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:45:05.927009+00:00\",\n \"versionId\": \"MTcxMDU3ODcwNTkyNzAwOTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueBoolean\": false\n}" }, { "name": "Observation - Riwayat KB Hormonal", "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\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000170\",\n \"display\": \"Riwayat KB Hormonal\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueBoolean\": false\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "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/Observation/7168a4b5-b047-495b-9b73-15a3c85397a4/_history/MTcxMDU3ODcwNTkyNzAwOTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 08:45:05 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU3ODcwNTkyNzAwOTAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:45:05 GMT" }, { "key": "Content-Length", "value": "776" }, { "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": "ddba74a3-b94a-42b0-8f5c-b4f4655402a7" }, { "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\": \"social-history\",\n \"display\": \"Social History\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000170\",\n \"display\": \"Riwayat KB Hormonal\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"7168a4b5-b047-495b-9b73-15a3c85397a4\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:45:05.927009+00:00\",\n \"versionId\": \"MTcxMDU3ODcwNTkyNzAwOTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueBoolean\": false\n}" } ] }, { "name": "Observation - mRS Pre-Stroke/pre-Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6111-4\",\n \"display\": \"0\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - mRS Pre-Stroke/pre-Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6111-4\",\n \"display\": \"0\"\n }\n ]\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": "Sat, 16 Mar 2024 08:46:15 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU3ODc3NTg0MjkyNTAwMA\"" }, { "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/983d7ee1-5660-40c9-92cc-abadbfef00b9/_history/MTcxMDU3ODc3NTg0MjkyNTAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:46:15 GMT" }, { "key": "Content-Length", "value": "794" }, { "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": "68894669-cfff-4699-933e-60bc0663a588" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"983d7ee1-5660-40c9-92cc-abadbfef00b9\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:46:15.842925+00:00\",\n \"versionId\": \"MTcxMDU3ODc3NTg0MjkyNTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6111-4\",\n \"display\": \"0\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" }, { "name": "Observation - mRS Pre-Stroke/pre-Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6111-4\",\n \"display\": \"0\"\n }\n ]\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": "Sat, 16 Mar 2024 08:46:15 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU3ODc3NTg0MjkyNTAwMA\"" }, { "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/983d7ee1-5660-40c9-92cc-abadbfef00b9/_history/MTcxMDU3ODc3NTg0MjkyNTAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:46:15 GMT" }, { "key": "Content-Length", "value": "794" }, { "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": "68894669-cfff-4699-933e-60bc0663a588" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"983d7ee1-5660-40c9-92cc-abadbfef00b9\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:46:15.842925+00:00\",\n \"versionId\": \"MTcxMDU3ODc3NTg0MjkyNTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6111-4\",\n \"display\": \"0\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" } ] }, { "name": "MedicationStatement - Riwayat Pengobatan", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"MedicationStatement\",\r\n \"status\": \"active\",\r\n \"medicationCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\r\n \"code\": \"93002512\",\r\n \"display\": \"Amlodipine Besilate 5 mg Tablet (KIMIA FARMA)\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"{{Patient_Name}}\"\r\n },\r\n \"dosage\" : [\r\n {\r\n \"text\": \"1 kapsul 1 hari\",\r\n \"timing\": {\r\n \"repeat\": {\r\n \"frequency\": 1,\r\n \"period\": 1,\r\n \"periodUnit\": \"d\"\r\n }\r\n }\r\n }\r\n ],\r\n \"effectiveDateTime\": \"2023-02-28T20:00:00+00:00\",\r\n \"dateAsserted\": \"2023-03-01T02:10:00+00:00\",\r\n \"informationSource\": {\r\n \"reference\": \"RelatedPerson/a6975bd2-41fd-4b62-a2c6-e89e2b040ea0\",\r\n \"display\": \"JANE SMITH\"\r\n },\r\n \"context\": {\r\n \"reference\": \"Encounter/{{Encounter1_id}}\"\r\n }\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/MedicationStatement", "host": [ "{{base_url}}" ], "path": [ "MedicationStatement" ] } }, "response": [ { "name": "MedicationStatement - Riwayat Pengobatan", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"MedicationStatement\",\n \"status\": \"active\",\n \"medicationCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93002512\",\n \"display\": \"Amlodipine Besilate 5 mg Tablet (KIMIA FARMA)\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"dosage\": [\n {\n \"text\": \"1 kapsul 1 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"effectiveDateTime\": \"2023-02-28T20:00:00+00:00\",\n \"dateAsserted\": \"2023-03-01T02:10:00+00:00\",\n \"informationSource\": {\n \"reference\": \"RelatedPerson/a6975bd2-41fd-4b62-a2c6-e89e2b040ea0\",\n \"display\": \"JANE SMITH\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/MedicationStatement", "host": [ "{{base_url}}" ], "path": [ "MedicationStatement" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxMDU3OTgyMzI2NTg1OTAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 09:03:43 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/MedicationStatement/5ab4b252-eff8-4dd7-9cf0-28c91483e6c3/_history/MTcxMDU3OTgyMzI2NTg1OTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 09:03:43 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": "d25648ae-d712-46e0-9b16-c2b9848d4c52" }, { "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 \"context\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"dateAsserted\": \"2023-03-01T02:10:00+00:00\",\n \"dosage\": [\n {\n \"text\": \"1 kapsul 1 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"effectiveDateTime\": \"2023-02-28T20:00:00+00:00\",\n \"id\": \"5ab4b252-eff8-4dd7-9cf0-28c91483e6c3\",\n \"identifier\": [],\n \"informationSource\": {\n \"display\": \"JANE SMITH\",\n \"reference\": \"RelatedPerson/a6975bd2-41fd-4b62-a2c6-e89e2b040ea0\"\n },\n \"medicationCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"93002512\",\n \"display\": \"Amlodipine Besilate 5 mg Tablet (KIMIA FARMA)\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T09:03:43.265859+00:00\",\n \"versionId\": \"MTcxMDU3OTgyMzI2NTg1OTAwMA\"\n },\n \"resourceType\": \"MedicationStatement\",\n \"status\": \"active\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "MedicationStatement - Riwayat Pengobatan", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"MedicationStatement\",\n \"status\": \"active\",\n \"medicationCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93002512\",\n \"display\": \"Amlodipine Besilate 5 mg Tablet (KIMIA FARMA)\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"dosage\": [\n {\n \"text\": \"1 kapsul 1 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"effectiveDateTime\": \"2023-02-28T20:00:00+00:00\",\n \"dateAsserted\": \"2023-03-01T02:10:00+00:00\",\n \"informationSource\": {\n \"reference\": \"RelatedPerson/a6975bd2-41fd-4b62-a2c6-e89e2b040ea0\",\n \"display\": \"JANE SMITH\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/MedicationStatement", "host": [ "{{base_url}}" ], "path": [ "MedicationStatement" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxMDU3OTgyMzI2NTg1OTAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 09:03:43 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/MedicationStatement/5ab4b252-eff8-4dd7-9cf0-28c91483e6c3/_history/MTcxMDU3OTgyMzI2NTg1OTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 09:03:43 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": "d25648ae-d712-46e0-9b16-c2b9848d4c52" }, { "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 \"context\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"dateAsserted\": \"2023-03-01T02:10:00+00:00\",\n \"dosage\": [\n {\n \"text\": \"1 kapsul 1 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"effectiveDateTime\": \"2023-02-28T20:00:00+00:00\",\n \"id\": \"5ab4b252-eff8-4dd7-9cf0-28c91483e6c3\",\n \"identifier\": [],\n \"informationSource\": {\n \"display\": \"JANE SMITH\",\n \"reference\": \"RelatedPerson/a6975bd2-41fd-4b62-a2c6-e89e2b040ea0\"\n },\n \"medicationCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"93002512\",\n \"display\": \"Amlodipine Besilate 5 mg Tablet (KIMIA FARMA)\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T09:03:43.265859+00:00\",\n \"versionId\": \"MTcxMDU3OTgyMzI2NTg1OTAwMA\"\n },\n \"resourceType\": \"MedicationStatement\",\n \"status\": \"active\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Condition -Riwayat Penyakit Pribadi - Hipertensi", "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\": \"161501007\",\n \"display\": \"History of hypertension\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\",\n \"display\": \"Kunjungan {{Patient_Name}} tanggal 01 Maret 2023\"\n },\n \"onsetDateTime\": \"2022-01-01T00:00:00+00:00\",\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Condition", "host": [ "{{base_url}}" ], "path": [ "Condition" ] } }, "response": [ { "name": "Condition -Riwayat Penyakit Pribadi - Hipertensi", "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\": \"161501007\",\n \"display\": \"History of hypertension\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\",\n \"display\": \"Kunjungan {{Patient_Name}} tanggal 01 Maret 2023\"\n },\n \"onsetDateTime\": \"2022-01-01T00:00:00+00:00\",\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\"\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/\"MTcxMDU3ODQ4MjExMzE2ODAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 08:41:22 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/87afcaca-32b3-4ec2-971b-f1aa368d6ecd/_history/MTcxMDU3ODQ4MjExMzE2ODAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:41:22 GMT" }, { "key": "Content-Length", "value": "875" }, { "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": "01f5373b-a6f3-4071-aa51-3c46883fc7b6" }, { "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\": \"161501007\",\n \"display\": \"History of hypertension\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"display\": \"Kunjungan Diana Smith tanggal 01 Maret 2023\",\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"87afcaca-32b3-4ec2-971b-f1aa368d6ecd\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:41:22.113168+00:00\",\n \"versionId\": \"MTcxMDU3ODQ4MjExMzE2ODAwMA\"\n },\n \"onsetDateTime\": \"2022-01-01T00:00:00+00:00\",\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Condition -Riwayat Penyakit Pribadi - Hipertensi", "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\": \"161501007\",\n \"display\": \"History of hypertension\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\",\n \"display\": \"Kunjungan {{Patient_Name}} tanggal 01 Maret 2023\"\n },\n \"onsetDateTime\": \"2022-01-01T00:00:00+00:00\",\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\"\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/\"MTcxMDU3ODQ4MjExMzE2ODAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 08:41:22 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/87afcaca-32b3-4ec2-971b-f1aa368d6ecd/_history/MTcxMDU3ODQ4MjExMzE2ODAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:41:22 GMT" }, { "key": "Content-Length", "value": "875" }, { "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": "01f5373b-a6f3-4071-aa51-3c46883fc7b6" }, { "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\": \"161501007\",\n \"display\": \"History of hypertension\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"display\": \"Kunjungan Diana Smith tanggal 01 Maret 2023\",\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"87afcaca-32b3-4ec2-971b-f1aa368d6ecd\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:41:22.113168+00:00\",\n \"versionId\": \"MTcxMDU3ODQ4MjExMzE2ODAwMA\"\n },\n \"onsetDateTime\": \"2022-01-01T00:00:00+00:00\",\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "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\": \"20022000\",\n \"display\": \"Weakness of one side of body\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\",\n \"display\": \"Kunjungan {{Patient_Name}} tanggal 01 Maret 2023\"\n },\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami lemah pada separuh anggota tubuh\"\n }\n ]\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\": \"20022000\",\n \"display\": \"Weakness of one side of body\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\",\n \"display\": \"Kunjungan {{Patient_Name}} tanggal 01 Maret 2023\"\n },\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami lemah pada separuh anggota tubuh\"\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": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 08:06:42 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/3c0b75eb-02ba-4bb3-a551-e553cb10cd73/_history/MTcxMDU3NjQwMjg1ODIzMjAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU3NjQwMjg1ODIzMjAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:06:42 GMT" }, { "key": "Content-Length", "value": "949" }, { "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": "ba6413bd-d551-4ddd-aec3-bee50f87415d" }, { "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\": \"20022000\",\n \"display\": \"Weakness of one side of body\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"display\": \"Kunjungan Diana Smith tanggal 01 Maret 2023\",\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"3c0b75eb-02ba-4bb3-a551-e553cb10cd73\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:06:42.858232+00:00\",\n \"versionId\": \"MTcxMDU3NjQwMjg1ODIzMjAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien mengalami lemah pada separuh anggota tubuh\"\n }\n ],\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "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\": \"20022000\",\n \"display\": \"Weakness of one side of body\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\",\n \"display\": \"Kunjungan {{Patient_Name}} tanggal 01 Maret 2023\"\n },\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami lemah pada separuh anggota tubuh\"\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": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 08:06:42 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/3c0b75eb-02ba-4bb3-a551-e553cb10cd73/_history/MTcxMDU3NjQwMjg1ODIzMjAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU3NjQwMjg1ODIzMjAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:06:42 GMT" }, { "key": "Content-Length", "value": "949" }, { "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": "ba6413bd-d551-4ddd-aec3-bee50f87415d" }, { "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\": \"20022000\",\n \"display\": \"Weakness of one side of body\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"display\": \"Kunjungan Diana Smith tanggal 01 Maret 2023\",\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"3c0b75eb-02ba-4bb3-a551-e553cb10cd73\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:06:42.858232+00:00\",\n \"versionId\": \"MTcxMDU3NjQwMjg1ODIzMjAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien mengalami lemah pada separuh anggota tubuh\"\n }\n ],\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Condition -Riwayat Stroke Keluarga", "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\": \"275104002\",\n \"display\": \"Family history of stroke\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\",\n \"display\": \"Kunjungan {{Patient_Name}} tanggal 01 Maret 2023\"\n },\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\",\n \"note\": [\n {\n \"text\": \"Ayah pasien memiliki riwayat stroke\"\n }\n ]\n\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Condition", "host": [ "{{base_url}}" ], "path": [ "Condition" ] } }, "response": [ { "name": "Condition -Riwayat Stroke Keluarga", "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\": \"275104002\",\n \"display\": \"Family history of stroke\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\",\n \"display\": \"Kunjungan {{Patient_Name}} tanggal 01 Maret 2023\"\n },\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\",\n \"note\": [\n {\n \"text\": \"Ayah pasien memiliki riwayat stroke\"\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": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 08:42: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/Condition/378e1758-8d6e-4f75-b3f1-1d9008fcd986/_history/MTcxMDU3ODUzNjA1NTU4OTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU3ODUzNjA1NTU4OTAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:42:16 GMT" }, { "key": "Content-Length", "value": "888" }, { "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": "159d354f-cad8-47ad-a8da-15b936952964" }, { "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\": \"275104002\",\n \"display\": \"Family history of stroke\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"display\": \"Kunjungan Diana Smith tanggal 01 Maret 2023\",\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"378e1758-8d6e-4f75-b3f1-1d9008fcd986\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:42:16.055589+00:00\",\n \"versionId\": \"MTcxMDU3ODUzNjA1NTU4OTAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Ayah pasien memiliki riwayat stroke\"\n }\n ],\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Condition -Riwayat Stroke Keluarga", "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\": \"275104002\",\n \"display\": \"Family history of stroke\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\",\n \"display\": \"Kunjungan {{Patient_Name}} tanggal 01 Maret 2023\"\n },\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\",\n \"note\": [\n {\n \"text\": \"Ayah pasien memiliki riwayat stroke\"\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": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 08:42: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/Condition/378e1758-8d6e-4f75-b3f1-1d9008fcd986/_history/MTcxMDU3ODUzNjA1NTU4OTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU3ODUzNjA1NTU4OTAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:42:16 GMT" }, { "key": "Content-Length", "value": "888" }, { "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": "159d354f-cad8-47ad-a8da-15b936952964" }, { "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\": \"275104002\",\n \"display\": \"Family history of stroke\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"display\": \"Kunjungan Diana Smith tanggal 01 Maret 2023\",\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"378e1758-8d6e-4f75-b3f1-1d9008fcd986\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:42:16.055589+00:00\",\n \"versionId\": \"MTcxMDU3ODUzNjA1NTU4OTAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Ayah pasien memiliki riwayat stroke\"\n }\n ],\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Observation - Wake Up Stroke", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000186\",\n \"display\": \"Wake up stroke\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueDateTime\": \"2023-02-28T22:00:00+00:00\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Wake Up Stroke", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000186\",\n \"display\": \"Wake up stroke\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueDateTime\": \"2023-02-28T22:00:00+00:00\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "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/Observation/d74c87de-6564-4b87-b45f-60b4dc38dc0e/_history/MTcxNjE5Nzc1MzU0NzU0OTAwMA" }, { "key": "etag", "value": "W/\"MTcxNjE5Nzc1MzU0NzU0OTAwMA\"" }, { "key": "last-modified", "value": "Mon, 20 May 2024 09:35:53 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 20 May 2024 09:35:53 GMT" }, { "key": "content-length", "value": "802" }, { "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": "ba208ffb-b0e7-441c-8d67-89f7afad3aaa" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000186\",\n \"display\": \"Wake up stroke\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"d74c87de-6564-4b87-b45f-60b4dc38dc0e\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-20T09:35:53.547549+00:00\",\n \"versionId\": \"MTcxNjE5Nzc1MzU0NzU0OTAwMA\"\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 \"valueDateTime\": \"2023-02-28T22:00:00+00:00\"\n}" }, { "name": "Observation - Wake Up Stroke", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000186\",\n \"display\": \"Wake up stroke\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueDateTime\": \"2023-02-28T22:00:00+00:00\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "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/Observation/d74c87de-6564-4b87-b45f-60b4dc38dc0e/_history/MTcxNjE5Nzc1MzU0NzU0OTAwMA" }, { "key": "etag", "value": "W/\"MTcxNjE5Nzc1MzU0NzU0OTAwMA\"" }, { "key": "last-modified", "value": "Mon, 20 May 2024 09:35:53 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 20 May 2024 09:35:53 GMT" }, { "key": "content-length", "value": "802" }, { "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": "ba208ffb-b0e7-441c-8d67-89f7afad3aaa" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000186\",\n \"display\": \"Wake up stroke\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"d74c87de-6564-4b87-b45f-60b4dc38dc0e\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-20T09:35:53.547549+00:00\",\n \"versionId\": \"MTcxNjE5Nzc1MzU0NzU0OTAwMA\"\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 \"valueDateTime\": \"2023-02-28T22:00:00+00:00\"\n}" } ] }, { "name": "Observation - Riwayat Penyakit : Diabetes Mellitus", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"73211009\",\n \"display\": \"Diabetes mellitus\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"31509003\",\n \"display\": \"Controlled\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Riwayat Penyakit : Diabetes Mellitus", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"73211009\",\n \"display\": \"Diabetes mellitus\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"31509003\",\n \"display\": \"Controlled\"\n }\n ]\n },\n \"valueBoolean\": true\n }\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/\"MTcxNTA1ODAxNzk3NTU5MjAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 05:00:17 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/a2aa7f46-adb8-481b-9720-32916c76090c/_history/MTcxNTA1ODAxNzk3NTU5MjAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 05:00:17 GMT" }, { "key": "content-length", "value": "1012" }, { "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": "a1a8db84-5fb4-4d41-989f-ff7f53d57387" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"73211009\",\n \"display\": \"Diabetes mellitus\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"31509003\",\n \"display\": \"Controlled\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ],\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"id\": \"a2aa7f46-adb8-481b-9720-32916c76090c\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T05:00:17.975592+00:00\",\n \"versionId\": \"MTcxNTA1ODAxNzk3NTU5MjAwMA\"\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 \"valueBoolean\": true\n}" }, { "name": "Observation - Riwayat Penyakit : Diabetes Mellitus", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"73211009\",\n \"display\": \"Diabetes mellitus\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"31509003\",\n \"display\": \"Controlled\"\n }\n ]\n },\n \"valueBoolean\": true\n }\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/\"MTcxNTA1ODAxNzk3NTU5MjAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 05:00:17 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/a2aa7f46-adb8-481b-9720-32916c76090c/_history/MTcxNTA1ODAxNzk3NTU5MjAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 05:00:17 GMT" }, { "key": "content-length", "value": "1012" }, { "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": "a1a8db84-5fb4-4d41-989f-ff7f53d57387" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"73211009\",\n \"display\": \"Diabetes mellitus\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"31509003\",\n \"display\": \"Controlled\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ],\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"id\": \"a2aa7f46-adb8-481b-9720-32916c76090c\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T05:00:17.975592+00:00\",\n \"versionId\": \"MTcxNTA1ODAxNzk3NTU5MjAwMA\"\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 \"valueBoolean\": true\n}" } ] }, { "name": "Observation - Riwayat Penyakit : Hipertensi", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"38341003\",\n \"display\": \"Hypertension\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"268607006\",\n \"display\": \"Hypertension risk level\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"827068008\",\n \"display\": \"Stage 2 hypertension\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"31509003\",\n \"display\": \"Controlled\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Riwayat Penyakit : Hipertensi", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"38341003\",\n \"display\": \"Hypertension\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"268607006\",\n \"display\": \"Hypertension risk level\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"827068008\",\n \"display\": \"Stage 2 hypertension\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"31509003\",\n \"display\": \"Controlled\"\n }\n ]\n },\n \"valueBoolean\": true\n }\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/fdc7781c-5f07-4b73-8edd-b88d2958c476/_history/MTcxNTA1NzkxMjY3MTY0NTAwMA" }, { "key": "etag", "value": "W/\"MTcxNTA1NzkxMjY3MTY0NTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 07 May 2024 04:58:32 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 04:58:32 GMT" }, { "key": "content-length", "value": "1244" }, { "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": "2a05f040-58f8-4193-9dbe-2e5d1f117915" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"38341003\",\n \"display\": \"Hypertension\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"268607006\",\n \"display\": \"Hypertension risk level\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"827068008\",\n \"display\": \"Stage 2 hypertension\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"31509003\",\n \"display\": \"Controlled\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ],\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"fdc7781c-5f07-4b73-8edd-b88d2958c476\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T04:58:32.671645+00:00\",\n \"versionId\": \"MTcxNTA1NzkxMjY3MTY0NTAwMA\"\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 \"valueBoolean\": true\n}" }, { "name": "Observation - Riwayat Penyakit : Hipertensi", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"38341003\",\n \"display\": \"Hypertension\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"268607006\",\n \"display\": \"Hypertension risk level\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"827068008\",\n \"display\": \"Stage 2 hypertension\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"31509003\",\n \"display\": \"Controlled\"\n }\n ]\n },\n \"valueBoolean\": true\n }\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/fdc7781c-5f07-4b73-8edd-b88d2958c476/_history/MTcxNTA1NzkxMjY3MTY0NTAwMA" }, { "key": "etag", "value": "W/\"MTcxNTA1NzkxMjY3MTY0NTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 07 May 2024 04:58:32 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 04:58:32 GMT" }, { "key": "content-length", "value": "1244" }, { "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": "2a05f040-58f8-4193-9dbe-2e5d1f117915" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"38341003\",\n \"display\": \"Hypertension\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"268607006\",\n \"display\": \"Hypertension risk level\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"827068008\",\n \"display\": \"Stage 2 hypertension\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"31509003\",\n \"display\": \"Controlled\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ],\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"fdc7781c-5f07-4b73-8edd-b88d2958c476\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T04:58:32.671645+00:00\",\n \"versionId\": \"MTcxNTA1NzkxMjY3MTY0NTAwMA\"\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 \"valueBoolean\": true\n}" } ] }, { "name": "Observation - mRS Pre-Stroke/pre-Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6111-4\",\n \"display\": \"0\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - mRS Pre-Stroke/pre-Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6111-4\",\n \"display\": \"0\"\n }\n ]\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": "Sat, 16 Mar 2024 08:46:15 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU3ODc3NTg0MjkyNTAwMA\"" }, { "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/983d7ee1-5660-40c9-92cc-abadbfef00b9/_history/MTcxMDU3ODc3NTg0MjkyNTAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:46:15 GMT" }, { "key": "Content-Length", "value": "794" }, { "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": "68894669-cfff-4699-933e-60bc0663a588" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"983d7ee1-5660-40c9-92cc-abadbfef00b9\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:46:15.842925+00:00\",\n \"versionId\": \"MTcxMDU3ODc3NTg0MjkyNTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6111-4\",\n \"display\": \"0\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" }, { "name": "Observation - mRS Pre-Stroke/pre-Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6111-4\",\n \"display\": \"0\"\n }\n ]\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": "Sat, 16 Mar 2024 08:46:15 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU3ODc3NTg0MjkyNTAwMA\"" }, { "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/983d7ee1-5660-40c9-92cc-abadbfef00b9/_history/MTcxMDU3ODc3NTg0MjkyNTAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:46:15 GMT" }, { "key": "Content-Length", "value": "794" }, { "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": "68894669-cfff-4699-933e-60bc0663a588" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"983d7ee1-5660-40c9-92cc-abadbfef00b9\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:46:15.842925+00:00\",\n \"versionId\": \"MTcxMDU3ODc3NTg0MjkyNTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6111-4\",\n \"display\": \"0\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" } ] }, { "name": "Observation - Riwayat Konsumsi Alkohol", "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\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"405137009\",\n \"display\": \"Risk control behavior: alcohol use\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueBoolean\": false\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Riwayat Konsumsi Alkohol", "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\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"405137009\",\n \"display\": \"Risk control behavior: alcohol use\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueBoolean\": false\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/\"MTcxMDU3ODY3MTMwNzY4NzAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/96f1bb32-b026-4bd3-b1bd-f7a1ede28785/_history/MTcxMDU3ODY3MTMwNzY4NzAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 08:44:31 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:44:31 GMT" }, { "key": "Content-Length", "value": "758" }, { "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": "fb0c326d-120d-44e6-8700-047481b3d487" }, { "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\": \"social-history\",\n \"display\": \"Social History\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"405137009\",\n \"display\": \"Risk control behavior: alcohol use\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"96f1bb32-b026-4bd3-b1bd-f7a1ede28785\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:44:31.307687+00:00\",\n \"versionId\": \"MTcxMDU3ODY3MTMwNzY4NzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"valueBoolean\": false\n}" }, { "name": "Observation - Riwayat Konsumsi Alkohol", "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\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"405137009\",\n \"display\": \"Risk control behavior: alcohol use\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueBoolean\": false\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/\"MTcxMDU3ODY3MTMwNzY4NzAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/96f1bb32-b026-4bd3-b1bd-f7a1ede28785/_history/MTcxMDU3ODY3MTMwNzY4NzAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 08:44:31 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:44:31 GMT" }, { "key": "Content-Length", "value": "758" }, { "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": "fb0c326d-120d-44e6-8700-047481b3d487" }, { "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\": \"social-history\",\n \"display\": \"Social History\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"405137009\",\n \"display\": \"Risk control behavior: alcohol use\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"96f1bb32-b026-4bd3-b1bd-f7a1ede28785\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:44:31.307687+00:00\",\n \"versionId\": \"MTcxMDU3ODY3MTMwNzY4NzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"valueBoolean\": false\n}" } ] }, { "name": "Observation - Riwayat KB Hormonal", "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\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000170\",\n \"display\": \"Riwayat KB Hormonal\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueBoolean\": false\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Riwayat KB Hormonal", "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\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000170\",\n \"display\": \"Riwayat KB Hormonal\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueBoolean\": false\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "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/Observation/7168a4b5-b047-495b-9b73-15a3c85397a4/_history/MTcxMDU3ODcwNTkyNzAwOTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 08:45:05 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU3ODcwNTkyNzAwOTAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:45:05 GMT" }, { "key": "Content-Length", "value": "776" }, { "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": "ddba74a3-b94a-42b0-8f5c-b4f4655402a7" }, { "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\": \"social-history\",\n \"display\": \"Social History\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000170\",\n \"display\": \"Riwayat KB Hormonal\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"7168a4b5-b047-495b-9b73-15a3c85397a4\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:45:05.927009+00:00\",\n \"versionId\": \"MTcxMDU3ODcwNTkyNzAwOTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueBoolean\": false\n}" }, { "name": "Observation - Riwayat KB Hormonal", "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\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000170\",\n \"display\": \"Riwayat KB Hormonal\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueBoolean\": false\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "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/Observation/7168a4b5-b047-495b-9b73-15a3c85397a4/_history/MTcxMDU3ODcwNTkyNzAwOTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 08:45:05 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU3ODcwNTkyNzAwOTAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:45:05 GMT" }, { "key": "Content-Length", "value": "776" }, { "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": "ddba74a3-b94a-42b0-8f5c-b4f4655402a7" }, { "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\": \"social-history\",\n \"display\": \"Social History\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000170\",\n \"display\": \"Riwayat KB Hormonal\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"7168a4b5-b047-495b-9b73-15a3c85397a4\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:45:05.927009+00:00\",\n \"versionId\": \"MTcxMDU3ODcwNTkyNzAwOTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueBoolean\": false\n}" } ] }, { "name": "Observation - Riwayat Penyakit : Dislipidemia", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"370992007\",\n \"display\": \"Dyslipidemia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000180\",\n \"display\": \"Intensitas Obat Statin\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000409\",\n \"display\": \"Statin Intensitas Rendah\"\n }\n ]\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Riwayat Penyakit : Dislipidemia", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"370992007\",\n \"display\": \"Dyslipidemia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000180\",\n \"display\": \"Intensitas Obat Statin\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000409\",\n \"display\": \"Statin Intensitas Rendah\"\n }\n ]\n }\n }\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": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxNzI1MzE1MTA2NzA5MDAwMA\"" }, { "key": "last-modified", "value": "Sat, 01 Jun 2024 14:45: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/Observation/b200efb0-7a76-4fa7-95dc-006e10290baf/_history/MTcxNzI1MzE1MTA2NzA5MDAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 01 Jun 2024 14:45:51 GMT" }, { "key": "content-length", "value": "1195" }, { "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": "e91680bf-cc27-466d-992f-a7c1ee3ab6a8" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"370992007\",\n \"display\": \"Dyslipidemia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000180\",\n \"display\": \"Intensitas Obat Statin\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"OV000409\",\n \"display\": \"Statin Intensitas Rendah\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n }\n }\n ],\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"b200efb0-7a76-4fa7-95dc-006e10290baf\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-06-01T14:45:51.067090+00:00\",\n \"versionId\": \"MTcxNzI1MzE1MTA2NzA5MDAwMA\"\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 \"valueBoolean\": true\n}" }, { "name": "Observation - Riwayat Penyakit : Dislipidemia", "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\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"370992007\",\n \"display\": \"Dyslipidemia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000180\",\n \"display\": \"Intensitas Obat Statin\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000409\",\n \"display\": \"Statin Intensitas Rendah\"\n }\n ]\n }\n }\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": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxNzI1MzE1MTA2NzA5MDAwMA\"" }, { "key": "last-modified", "value": "Sat, 01 Jun 2024 14:45: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/Observation/b200efb0-7a76-4fa7-95dc-006e10290baf/_history/MTcxNzI1MzE1MTA2NzA5MDAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 01 Jun 2024 14:45:51 GMT" }, { "key": "content-length", "value": "1195" }, { "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": "e91680bf-cc27-466d-992f-a7c1ee3ab6a8" }, { "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\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"370992007\",\n \"display\": \"Dyslipidemia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000180\",\n \"display\": \"Intensitas Obat Statin\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"OV000409\",\n \"display\": \"Statin Intensitas Rendah\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n }\n }\n ],\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"b200efb0-7a76-4fa7-95dc-006e10290baf\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-06-01T14:45:51.067090+00:00\",\n \"versionId\": \"MTcxNzI1MzE1MTA2NzA5MDAwMA\"\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 \"valueBoolean\": true\n}" } ] }, { "name": "MedicationStatement - Riwayat Pengobatan", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"MedicationStatement\",\r\n \"status\": \"active\",\r\n \"medicationCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\r\n \"code\": \"93002512\",\r\n \"display\": \"Amlodipine Besilate 5 mg Tablet (KIMIA FARMA)\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"{{Patient_Name}}\"\r\n },\r\n \"dosage\" : [\r\n {\r\n \"text\": \"1 kapsul 1 hari\",\r\n \"timing\": {\r\n \"repeat\": {\r\n \"frequency\": 1,\r\n \"period\": 1,\r\n \"periodUnit\": \"d\"\r\n }\r\n }\r\n }\r\n ],\r\n \"effectiveDateTime\": \"2023-02-28T20:00:00+00:00\",\r\n \"dateAsserted\": \"2023-03-01T02:10:00+00:00\",\r\n \"informationSource\": {\r\n \"reference\": \"RelatedPerson/a6975bd2-41fd-4b62-a2c6-e89e2b040ea0\",\r\n \"display\": \"JANE SMITH\"\r\n },\r\n \"context\": {\r\n \"reference\": \"Encounter/{{Encounter1_id}}\"\r\n }\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/MedicationStatement", "host": [ "{{base_url}}" ], "path": [ "MedicationStatement" ] } }, "response": [ { "name": "MedicationStatement - Riwayat Pengobatan", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"MedicationStatement\",\n \"status\": \"active\",\n \"medicationCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93002512\",\n \"display\": \"Amlodipine Besilate 5 mg Tablet (KIMIA FARMA)\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"dosage\": [\n {\n \"text\": \"1 kapsul 1 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"effectiveDateTime\": \"2023-02-28T20:00:00+00:00\",\n \"dateAsserted\": \"2023-03-01T02:10:00+00:00\",\n \"informationSource\": {\n \"reference\": \"RelatedPerson/a6975bd2-41fd-4b62-a2c6-e89e2b040ea0\",\n \"display\": \"JANE SMITH\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/MedicationStatement", "host": [ "{{base_url}}" ], "path": [ "MedicationStatement" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxMDU3OTgyMzI2NTg1OTAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 09:03:43 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/MedicationStatement/5ab4b252-eff8-4dd7-9cf0-28c91483e6c3/_history/MTcxMDU3OTgyMzI2NTg1OTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 09:03:43 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": "d25648ae-d712-46e0-9b16-c2b9848d4c52" }, { "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 \"context\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"dateAsserted\": \"2023-03-01T02:10:00+00:00\",\n \"dosage\": [\n {\n \"text\": \"1 kapsul 1 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"effectiveDateTime\": \"2023-02-28T20:00:00+00:00\",\n \"id\": \"5ab4b252-eff8-4dd7-9cf0-28c91483e6c3\",\n \"identifier\": [],\n \"informationSource\": {\n \"display\": \"JANE SMITH\",\n \"reference\": \"RelatedPerson/a6975bd2-41fd-4b62-a2c6-e89e2b040ea0\"\n },\n \"medicationCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"93002512\",\n \"display\": \"Amlodipine Besilate 5 mg Tablet (KIMIA FARMA)\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T09:03:43.265859+00:00\",\n \"versionId\": \"MTcxMDU3OTgyMzI2NTg1OTAwMA\"\n },\n \"resourceType\": \"MedicationStatement\",\n \"status\": \"active\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "MedicationStatement - Riwayat Pengobatan", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"MedicationStatement\",\n \"status\": \"active\",\n \"medicationCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93002512\",\n \"display\": \"Amlodipine Besilate 5 mg Tablet (KIMIA FARMA)\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"dosage\": [\n {\n \"text\": \"1 kapsul 1 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"effectiveDateTime\": \"2023-02-28T20:00:00+00:00\",\n \"dateAsserted\": \"2023-03-01T02:10:00+00:00\",\n \"informationSource\": {\n \"reference\": \"RelatedPerson/a6975bd2-41fd-4b62-a2c6-e89e2b040ea0\",\n \"display\": \"JANE SMITH\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/MedicationStatement", "host": [ "{{base_url}}" ], "path": [ "MedicationStatement" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxMDU3OTgyMzI2NTg1OTAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 09:03:43 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/MedicationStatement/5ab4b252-eff8-4dd7-9cf0-28c91483e6c3/_history/MTcxMDU3OTgyMzI2NTg1OTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 09:03:43 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": "d25648ae-d712-46e0-9b16-c2b9848d4c52" }, { "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 \"context\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"dateAsserted\": \"2023-03-01T02:10:00+00:00\",\n \"dosage\": [\n {\n \"text\": \"1 kapsul 1 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"effectiveDateTime\": \"2023-02-28T20:00:00+00:00\",\n \"id\": \"5ab4b252-eff8-4dd7-9cf0-28c91483e6c3\",\n \"identifier\": [],\n \"informationSource\": {\n \"display\": \"JANE SMITH\",\n \"reference\": \"RelatedPerson/a6975bd2-41fd-4b62-a2c6-e89e2b040ea0\"\n },\n \"medicationCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"93002512\",\n \"display\": \"Amlodipine Besilate 5 mg Tablet (KIMIA FARMA)\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T09:03:43.265859+00:00\",\n \"versionId\": \"MTcxMDU3OTgyMzI2NTg1OTAwMA\"\n },\n \"resourceType\": \"MedicationStatement\",\n \"status\": \"active\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Observation - Status Merokok", "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\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72166-2\",\n \"display\": \"Tobacco smoking status\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"8392000\",\n \"display\": \"Non-smoker\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Status Merokok", "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\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72166-2\",\n \"display\": \"Tobacco smoking status\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"8392000\",\n \"display\": \"Non-smoker\"\n }\n ]\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/81d129ad-8003-4ba9-9fb2-cf6c18522392/_history/MTcxMDU3ODY0NzI5NTc2NDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDU3ODY0NzI5NTc2NDAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 08:44:07 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:44:07 GMT" }, { "key": "Content-Length", "value": "829" }, { "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": "ea099891-d084-4640-bdff-50e78a9dadba" }, { "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\": \"social-history\",\n \"display\": \"Social History\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"72166-2\",\n \"display\": \"Tobacco smoking status\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"81d129ad-8003-4ba9-9fb2-cf6c18522392\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:44:07.295764+00:00\",\n \"versionId\": \"MTcxMDU3ODY0NzI5NTc2NDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"8392000\",\n \"display\": \"Non-smoker\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" }, { "name": "Observation - Status Merokok", "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\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72166-2\",\n \"display\": \"Tobacco smoking status\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"8392000\",\n \"display\": \"Non-smoker\"\n }\n ]\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/81d129ad-8003-4ba9-9fb2-cf6c18522392/_history/MTcxMDU3ODY0NzI5NTc2NDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDU3ODY0NzI5NTc2NDAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 08:44:07 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 08:44:07 GMT" }, { "key": "Content-Length", "value": "829" }, { "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": "ea099891-d084-4640-bdff-50e78a9dadba" }, { "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\": \"social-history\",\n \"display\": \"Social History\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"72166-2\",\n \"display\": \"Tobacco smoking status\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"81d129ad-8003-4ba9-9fb2-cf6c18522392\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T08:44:07.295764+00:00\",\n \"versionId\": \"MTcxMDU3ODY0NzI5NTc2NDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"8392000\",\n \"display\": \"Non-smoker\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" } ] } ] }, { "name": "05. Pemeriksaan Fisik Umum", "item": [ { "name": "Observation - Diastole", "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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 90,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Diastole", "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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 90,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/c5f8d3a1-a27b-445d-92a7-55ea67fc2eb8/_history/MTcxMDU4NDQyNjIzMjY4MTAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:20:26 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU4NDQyNjIzMjY4MTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:20:26 GMT" }, { "key": "Content-Length", "value": "935" }, { "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": "19c13494-b7d3-47d2-af14-cfca8570fa58" }, { "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 \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"c5f8d3a1-a27b-445d-92a7-55ea67fc2eb8\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:20:26.232681+00:00\",\n \"versionId\": \"MTcxMDU4NDQyNjIzMjY4MTAwMA\"\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\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 90\n }\n}" }, { "name": "Observation - Diastole", "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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 90,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/c5f8d3a1-a27b-445d-92a7-55ea67fc2eb8/_history/MTcxMDU4NDQyNjIzMjY4MTAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:20:26 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU4NDQyNjIzMjY4MTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:20:26 GMT" }, { "key": "Content-Length", "value": "935" }, { "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": "19c13494-b7d3-47d2-af14-cfca8570fa58" }, { "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 \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"c5f8d3a1-a27b-445d-92a7-55ea67fc2eb8\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:20:26.232681+00:00\",\n \"versionId\": \"MTcxMDU4NDQyNjIzMjY4MTAwMA\"\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\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 90\n }\n}" } ] }, { "name": "Observation - Sistole", "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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 140,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Sistole", "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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 140,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\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/\"MTcxMDU4NDQ1NTQyOTYwMDAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:20:55 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/89971836-abd5-4c73-b9d8-7f7c6cbc423e/_history/MTcxMDU4NDQ1NTQyOTYwMDAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:20:55 GMT" }, { "key": "Content-Length", "value": "935" }, { "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": "6d3bd1f5-0f80-4541-9922-6665f4672678" }, { "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 \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"89971836-abd5-4c73-b9d8-7f7c6cbc423e\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:20:55.429600+00:00\",\n \"versionId\": \"MTcxMDU4NDQ1NTQyOTYwMDAwMA\"\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\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 140\n }\n}" }, { "name": "Observation - Sistole", "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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 140,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\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/\"MTcxMDU4NDQ1NTQyOTYwMDAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:20:55 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/89971836-abd5-4c73-b9d8-7f7c6cbc423e/_history/MTcxMDU4NDQ1NTQyOTYwMDAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:20:55 GMT" }, { "key": "Content-Length", "value": "935" }, { "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": "6d3bd1f5-0f80-4541-9922-6665f4672678" }, { "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 \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"89971836-abd5-4c73-b9d8-7f7c6cbc423e\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:20:55.429600+00:00\",\n \"versionId\": \"MTcxMDU4NDQ1NTQyOTYwMDAwMA\"\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\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 140\n }\n}" } ] }, { "name": "Observation - Berat Badan", "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\": \"29463-7\",\n \"display\": \"Body weight\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 75,\n \"unit\": \"kg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Berat Badan", "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\": \"29463-7\",\n \"display\": \"Body weight\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 75,\n \"unit\": \"kg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg\"\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": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:21:53 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/20946875-46e5-45c2-8adb-732deb2563b6/_history/MTcxMDU4NDUxMzU4OTc1ODAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU4NDUxMzU4OTc1ODAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:21:53 GMT" }, { "key": "Content-Length", "value": "814" }, { "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": "61d4248d-d8ad-455a-94e7-6fa842c83147" }, { "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\": \"29463-7\",\n \"display\": \"Body weight\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"20946875-46e5-45c2-8adb-732deb2563b6\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:21:53.589758+00:00\",\n \"versionId\": \"MTcxMDU4NDUxMzU4OTc1ODAwMA\"\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\": \"kg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"kg\",\n \"value\": 75\n }\n}" }, { "name": "Observation - Berat Badan", "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\": \"29463-7\",\n \"display\": \"Body weight\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 75,\n \"unit\": \"kg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg\"\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": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:21:53 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/20946875-46e5-45c2-8adb-732deb2563b6/_history/MTcxMDU4NDUxMzU4OTc1ODAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU4NDUxMzU4OTc1ODAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:21:53 GMT" }, { "key": "Content-Length", "value": "814" }, { "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": "61d4248d-d8ad-455a-94e7-6fa842c83147" }, { "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\": \"29463-7\",\n \"display\": \"Body weight\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"20946875-46e5-45c2-8adb-732deb2563b6\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:21:53.589758+00:00\",\n \"versionId\": \"MTcxMDU4NDUxMzU4OTc1ODAwMA\"\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\": \"kg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"kg\",\n \"value\": 75\n }\n}" } ] }, { "name": "Observation - Tinggi Badan", "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\": \"8302-2\",\n \"display\": \"Body height\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 165,\n \"unit\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"cm\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Tinggi Badan", "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\": \"8302-2\",\n \"display\": \"Body height\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 165,\n \"unit\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"cm\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/f53ad5ab-0a78-4546-a3f6-a72d50ee0acf/_history/MTcxMDU4NDUzODI5MTA3OTAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:22:18 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDU4NDUzODI5MTA3OTAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:22:18 GMT" }, { "key": "Content-Length", "value": "814" }, { "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": "76ff9524-e990-4742-a25c-9b558dd7920e" }, { "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\": \"8302-2\",\n \"display\": \"Body height\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"f53ad5ab-0a78-4546-a3f6-a72d50ee0acf\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:22:18.291079+00:00\",\n \"versionId\": \"MTcxMDU4NDUzODI5MTA3OTAwMA\"\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\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"cm\",\n \"value\": 165\n }\n}" }, { "name": "Observation - Tinggi Badan", "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\": \"8302-2\",\n \"display\": \"Body height\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 165,\n \"unit\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"cm\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/f53ad5ab-0a78-4546-a3f6-a72d50ee0acf/_history/MTcxMDU4NDUzODI5MTA3OTAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:22:18 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDU4NDUzODI5MTA3OTAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:22:18 GMT" }, { "key": "Content-Length", "value": "814" }, { "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": "76ff9524-e990-4742-a25c-9b558dd7920e" }, { "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\": \"8302-2\",\n \"display\": \"Body height\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"f53ad5ab-0a78-4546-a3f6-a72d50ee0acf\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:22:18.291079+00:00\",\n \"versionId\": \"MTcxMDU4NDUzODI5MTA3OTAwMA\"\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\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"cm\",\n \"value\": 165\n }\n}" } ] }, { "name": "Observation - IMT", "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\": \"39156-5\",\n \"display\": \"Body mass index (BMI) [Ratio]\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 27.5,\n \"unit\": \"kg/m2\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg/m2\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"414915002\",\n \"display\": \"Obese\"\n }\n ],\n \"text\": \"Obesitas\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - IMT", "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\": \"39156-5\",\n \"display\": \"Body mass index (BMI) [Ratio]\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 27.5,\n \"unit\": \"kg/m2\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg/m2\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"414915002\",\n \"display\": \"Obese\"\n }\n ],\n \"text\": \"Obesitas\"\n }\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/91c1b465-eec1-453d-b0ab-7b08161e57d9/_history/MTcxMDU4NDU3MjA2NzIxNzAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:22:52 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU4NDU3MjA2NzIxNzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:22:52 GMT" }, { "key": "Content-Length", "value": "963" }, { "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": "a4adbbdc-e1b5-43a3-9db3-3e977f1de28b" }, { "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\": \"39156-5\",\n \"display\": \"Body mass index (BMI) [Ratio]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"91c1b465-eec1-453d-b0ab-7b08161e57d9\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"414915002\",\n \"display\": \"Obese\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Obesitas\"\n }\n ],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:22:52.067217+00:00\",\n \"versionId\": \"MTcxMDU4NDU3MjA2NzIxNzAwMA\"\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\": \"kg/m2\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"kg/m2\",\n \"value\": 27.5\n }\n}" }, { "name": "Observation - IMT", "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\": \"39156-5\",\n \"display\": \"Body mass index (BMI) [Ratio]\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 27.5,\n \"unit\": \"kg/m2\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg/m2\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"414915002\",\n \"display\": \"Obese\"\n }\n ],\n \"text\": \"Obesitas\"\n }\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/91c1b465-eec1-453d-b0ab-7b08161e57d9/_history/MTcxMDU4NDU3MjA2NzIxNzAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:22:52 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU4NDU3MjA2NzIxNzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:22:52 GMT" }, { "key": "Content-Length", "value": "963" }, { "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": "a4adbbdc-e1b5-43a3-9db3-3e977f1de28b" }, { "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\": \"39156-5\",\n \"display\": \"Body mass index (BMI) [Ratio]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"91c1b465-eec1-453d-b0ab-7b08161e57d9\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"414915002\",\n \"display\": \"Obese\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Obesitas\"\n }\n ],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:22:52.067217+00:00\",\n \"versionId\": \"MTcxMDU4NDU3MjA2NzIxNzAwMA\"\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\": \"kg/m2\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"kg/m2\",\n \"value\": 27.5\n }\n}" } ] }, { "name": "Observation - IMT", "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\": \"39156-5\",\n \"display\": \"Body mass index (BMI) [Ratio]\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 27.5,\n \"unit\": \"kg/m2\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg/m2\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"414915002\",\n \"display\": \"Obese\"\n }\n ],\n \"text\": \"Obesitas\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - IMT", "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\": \"39156-5\",\n \"display\": \"Body mass index (BMI) [Ratio]\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 27.5,\n \"unit\": \"kg/m2\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg/m2\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"414915002\",\n \"display\": \"Obese\"\n }\n ],\n \"text\": \"Obesitas\"\n }\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/91c1b465-eec1-453d-b0ab-7b08161e57d9/_history/MTcxMDU4NDU3MjA2NzIxNzAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:22:52 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU4NDU3MjA2NzIxNzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:22:52 GMT" }, { "key": "Content-Length", "value": "963" }, { "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": "a4adbbdc-e1b5-43a3-9db3-3e977f1de28b" }, { "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\": \"39156-5\",\n \"display\": \"Body mass index (BMI) [Ratio]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"91c1b465-eec1-453d-b0ab-7b08161e57d9\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"414915002\",\n \"display\": \"Obese\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Obesitas\"\n }\n ],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:22:52.067217+00:00\",\n \"versionId\": \"MTcxMDU4NDU3MjA2NzIxNzAwMA\"\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\": \"kg/m2\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"kg/m2\",\n \"value\": 27.5\n }\n}" }, { "name": "Observation - IMT", "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\": \"39156-5\",\n \"display\": \"Body mass index (BMI) [Ratio]\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 27.5,\n \"unit\": \"kg/m2\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg/m2\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"414915002\",\n \"display\": \"Obese\"\n }\n ],\n \"text\": \"Obesitas\"\n }\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/91c1b465-eec1-453d-b0ab-7b08161e57d9/_history/MTcxMDU4NDU3MjA2NzIxNzAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:22:52 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU4NDU3MjA2NzIxNzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:22:52 GMT" }, { "key": "Content-Length", "value": "963" }, { "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": "a4adbbdc-e1b5-43a3-9db3-3e977f1de28b" }, { "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\": \"39156-5\",\n \"display\": \"Body mass index (BMI) [Ratio]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"91c1b465-eec1-453d-b0ab-7b08161e57d9\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"414915002\",\n \"display\": \"Obese\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Obesitas\"\n }\n ],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:22:52.067217+00:00\",\n \"versionId\": \"MTcxMDU4NDU3MjA2NzIxNzAwMA\"\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\": \"kg/m2\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"kg/m2\",\n \"value\": 27.5\n }\n}" } ] }, { "name": "Observation - Sistole", "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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 140,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Sistole", "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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 140,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\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/\"MTcxMDU4NDQ1NTQyOTYwMDAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:20:55 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/89971836-abd5-4c73-b9d8-7f7c6cbc423e/_history/MTcxMDU4NDQ1NTQyOTYwMDAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:20:55 GMT" }, { "key": "Content-Length", "value": "935" }, { "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": "6d3bd1f5-0f80-4541-9922-6665f4672678" }, { "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 \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"89971836-abd5-4c73-b9d8-7f7c6cbc423e\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:20:55.429600+00:00\",\n \"versionId\": \"MTcxMDU4NDQ1NTQyOTYwMDAwMA\"\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\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 140\n }\n}" }, { "name": "Observation - Sistole", "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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 140,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\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/\"MTcxMDU4NDQ1NTQyOTYwMDAwMA\"" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:20:55 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/89971836-abd5-4c73-b9d8-7f7c6cbc423e/_history/MTcxMDU4NDQ1NTQyOTYwMDAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:20:55 GMT" }, { "key": "Content-Length", "value": "935" }, { "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": "6d3bd1f5-0f80-4541-9922-6665f4672678" }, { "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 \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"89971836-abd5-4c73-b9d8-7f7c6cbc423e\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:20:55.429600+00:00\",\n \"versionId\": \"MTcxMDU4NDQ1NTQyOTYwMDAwMA\"\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\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 140\n }\n}" } ] }, { "name": "Observation - Diastole", "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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 90,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Diastole", "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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 90,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/c5f8d3a1-a27b-445d-92a7-55ea67fc2eb8/_history/MTcxMDU4NDQyNjIzMjY4MTAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:20:26 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU4NDQyNjIzMjY4MTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:20:26 GMT" }, { "key": "Content-Length", "value": "935" }, { "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": "19c13494-b7d3-47d2-af14-cfca8570fa58" }, { "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 \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"c5f8d3a1-a27b-445d-92a7-55ea67fc2eb8\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:20:26.232681+00:00\",\n \"versionId\": \"MTcxMDU4NDQyNjIzMjY4MTAwMA\"\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\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 90\n }\n}" }, { "name": "Observation - Diastole", "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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 90,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/c5f8d3a1-a27b-445d-92a7-55ea67fc2eb8/_history/MTcxMDU4NDQyNjIzMjY4MTAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:20:26 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU4NDQyNjIzMjY4MTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:20:26 GMT" }, { "key": "Content-Length", "value": "935" }, { "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": "19c13494-b7d3-47d2-af14-cfca8570fa58" }, { "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 \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"c5f8d3a1-a27b-445d-92a7-55ea67fc2eb8\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:20:26.232681+00:00\",\n \"versionId\": \"MTcxMDU4NDQyNjIzMjY4MTAwMA\"\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\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 90\n }\n}" } ] }, { "name": "Observation - Tinggi Badan", "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\": \"8302-2\",\n \"display\": \"Body height\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 165,\n \"unit\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"cm\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Tinggi Badan", "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\": \"8302-2\",\n \"display\": \"Body height\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 165,\n \"unit\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"cm\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/f53ad5ab-0a78-4546-a3f6-a72d50ee0acf/_history/MTcxMDU4NDUzODI5MTA3OTAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:22:18 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDU4NDUzODI5MTA3OTAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:22:18 GMT" }, { "key": "Content-Length", "value": "814" }, { "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": "76ff9524-e990-4742-a25c-9b558dd7920e" }, { "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\": \"8302-2\",\n \"display\": \"Body height\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"f53ad5ab-0a78-4546-a3f6-a72d50ee0acf\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:22:18.291079+00:00\",\n \"versionId\": \"MTcxMDU4NDUzODI5MTA3OTAwMA\"\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\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"cm\",\n \"value\": 165\n }\n}" }, { "name": "Observation - Tinggi Badan", "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\": \"8302-2\",\n \"display\": \"Body height\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 165,\n \"unit\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"cm\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/f53ad5ab-0a78-4546-a3f6-a72d50ee0acf/_history/MTcxMDU4NDUzODI5MTA3OTAwMA" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:22:18 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDU4NDUzODI5MTA3OTAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:22:18 GMT" }, { "key": "Content-Length", "value": "814" }, { "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": "76ff9524-e990-4742-a25c-9b558dd7920e" }, { "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\": \"8302-2\",\n \"display\": \"Body height\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"f53ad5ab-0a78-4546-a3f6-a72d50ee0acf\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:22:18.291079+00:00\",\n \"versionId\": \"MTcxMDU4NDUzODI5MTA3OTAwMA\"\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\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"cm\",\n \"value\": 165\n }\n}" } ] }, { "name": "Observation - Berat Badan", "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\": \"29463-7\",\n \"display\": \"Body weight\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 75,\n \"unit\": \"kg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Berat Badan", "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\": \"29463-7\",\n \"display\": \"Body weight\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 75,\n \"unit\": \"kg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg\"\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": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:21:53 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/20946875-46e5-45c2-8adb-732deb2563b6/_history/MTcxMDU4NDUxMzU4OTc1ODAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU4NDUxMzU4OTc1ODAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:21:53 GMT" }, { "key": "Content-Length", "value": "814" }, { "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": "61d4248d-d8ad-455a-94e7-6fa842c83147" }, { "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\": \"29463-7\",\n \"display\": \"Body weight\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"20946875-46e5-45c2-8adb-732deb2563b6\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:21:53.589758+00:00\",\n \"versionId\": \"MTcxMDU4NDUxMzU4OTc1ODAwMA\"\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\": \"kg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"kg\",\n \"value\": 75\n }\n}" }, { "name": "Observation - Berat Badan", "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\": \"29463-7\",\n \"display\": \"Body weight\"\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_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 75,\n \"unit\": \"kg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg\"\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": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:21:53 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/20946875-46e5-45c2-8adb-732deb2563b6/_history/MTcxMDU4NDUxMzU4OTc1ODAwMA" }, { "key": "etag", "value": "W/\"MTcxMDU4NDUxMzU4OTc1ODAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:21:53 GMT" }, { "key": "Content-Length", "value": "814" }, { "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": "61d4248d-d8ad-455a-94e7-6fa842c83147" }, { "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\": \"29463-7\",\n \"display\": \"Body weight\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"20946875-46e5-45c2-8adb-732deb2563b6\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:21:53.589758+00:00\",\n \"versionId\": \"MTcxMDU4NDUxMzU4OTc1ODAwMA\"\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\": \"kg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"kg\",\n \"value\": 75\n }\n}" } ] } ] }, { "name": "06. Pemeriksaan Neurologis Penyakit Stroke", "item": [ { "name": "Observation - Total Skor NIHSS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Total Skor NIHSS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/53548839-6f24-48a3-96ed-ac5768d5a742/_history/MTcxMDU4NTcwMzQwNDMxMDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:41:43 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU4NTcwMzQwNDMxMDAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:41:43 GMT" }, { "key": "Content-Length", "value": "975" }, { "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": "d0139527-eb0f-48f8-8dae-d68069d56146" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"53548839-6f24-48a3-96ed-ac5768d5a742\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:41:43.404310+00:00\",\n \"versionId\": \"MTcxMDU4NTcwMzQwNDMxMDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 14\n }\n}" }, { "name": "Observation - Total Skor NIHSS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/53548839-6f24-48a3-96ed-ac5768d5a742/_history/MTcxMDU4NTcwMzQwNDMxMDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:41:43 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU4NTcwMzQwNDMxMDAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:41:43 GMT" }, { "key": "Content-Length", "value": "975" }, { "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": "d0139527-eb0f-48f8-8dae-d68069d56146" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"53548839-6f24-48a3-96ed-ac5768d5a742\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:41:43.404310+00:00\",\n \"versionId\": \"MTcxMDU4NTcwMzQwNDMxMDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 14\n }\n}" } ] }, { "name": "Observation - mRS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6114-8\",\n \"display\": \"3\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - mRS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6114-8\",\n \"display\": \"3\"\n }\n ]\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/\"MTcxMDU4NTc0MDg0OTE3MDAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:42: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/Observation/a34eab9a-a831-490c-8a08-45a5c3f20bf2/_history/MTcxMDU4NTc0MDg0OTE3MDAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:42:20 GMT" }, { "key": "Content-Length", "value": "794" }, { "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": "4df5e19e-3612-4c14-bc32-ebb3181f8ab7" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"a34eab9a-a831-490c-8a08-45a5c3f20bf2\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:42:20.849170+00:00\",\n \"versionId\": \"MTcxMDU4NTc0MDg0OTE3MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6114-8\",\n \"display\": \"3\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" }, { "name": "Observation - mRS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6114-8\",\n \"display\": \"3\"\n }\n ]\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/\"MTcxMDU4NTc0MDg0OTE3MDAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:42: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/Observation/a34eab9a-a831-490c-8a08-45a5c3f20bf2/_history/MTcxMDU4NTc0MDg0OTE3MDAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:42:20 GMT" }, { "key": "Content-Length", "value": "794" }, { "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": "4df5e19e-3612-4c14-bc32-ebb3181f8ab7" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"a34eab9a-a831-490c-8a08-45a5c3f20bf2\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:42:20.849170+00:00\",\n \"versionId\": \"MTcxMDU4NTc0MDg0OTE3MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6114-8\",\n \"display\": \"3\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" } ] }, { "name": "Observation - Disphagia", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"162023004\",\n \"display\": \"No problem swallowing\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Disphagia", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"162023004\",\n \"display\": \"No problem swallowing\"\n }\n ]\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": "Sat, 16 Mar 2024 10:43:00 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU4NTc4MDYzNDAxNjAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/9523b56e-8326-4ca6-ab47-6b9a688ae717/_history/MTcxMDU4NTc4MDYzNDAxNjAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:43:00 GMT" }, { "key": "Content-Length", "value": "831" }, { "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": "366c6cb4-68e6-4fc6-a5e4-53e45f6ea0bd" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"9523b56e-8326-4ca6-ab47-6b9a688ae717\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:43:00.634016+00:00\",\n \"versionId\": \"MTcxMDU4NTc4MDYzNDAxNjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"162023004\",\n \"display\": \"No problem swallowing\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" }, { "name": "Observation - Disphagia", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"162023004\",\n \"display\": \"No problem swallowing\"\n }\n ]\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": "Sat, 16 Mar 2024 10:43:00 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU4NTc4MDYzNDAxNjAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/9523b56e-8326-4ca6-ab47-6b9a688ae717/_history/MTcxMDU4NTc4MDYzNDAxNjAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:43:00 GMT" }, { "key": "Content-Length", "value": "831" }, { "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": "366c6cb4-68e6-4fc6-a5e4-53e45f6ea0bd" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"9523b56e-8326-4ca6-ab47-6b9a688ae717\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:43:00.634016+00:00\",\n \"versionId\": \"MTcxMDU4NTc4MDYzNDAxNjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"162023004\",\n \"display\": \"No problem swallowing\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" } ] }, { "name": "Observation - Total Skor NIHSS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Total Skor NIHSS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/53548839-6f24-48a3-96ed-ac5768d5a742/_history/MTcxMDU4NTcwMzQwNDMxMDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:41:43 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU4NTcwMzQwNDMxMDAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:41:43 GMT" }, { "key": "Content-Length", "value": "975" }, { "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": "d0139527-eb0f-48f8-8dae-d68069d56146" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"53548839-6f24-48a3-96ed-ac5768d5a742\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:41:43.404310+00:00\",\n \"versionId\": \"MTcxMDU4NTcwMzQwNDMxMDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 14\n }\n}" }, { "name": "Observation - Total Skor NIHSS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/53548839-6f24-48a3-96ed-ac5768d5a742/_history/MTcxMDU4NTcwMzQwNDMxMDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:41:43 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU4NTcwMzQwNDMxMDAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:41:43 GMT" }, { "key": "Content-Length", "value": "975" }, { "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": "d0139527-eb0f-48f8-8dae-d68069d56146" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"53548839-6f24-48a3-96ed-ac5768d5a742\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:41:43.404310+00:00\",\n \"versionId\": \"MTcxMDU4NTcwMzQwNDMxMDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 14\n }\n}" } ] }, { "name": "Observation - mRS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6114-8\",\n \"display\": \"3\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - mRS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6114-8\",\n \"display\": \"3\"\n }\n ]\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/\"MTcxMDU4NTc0MDg0OTE3MDAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:42: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/Observation/a34eab9a-a831-490c-8a08-45a5c3f20bf2/_history/MTcxMDU4NTc0MDg0OTE3MDAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:42:20 GMT" }, { "key": "Content-Length", "value": "794" }, { "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": "4df5e19e-3612-4c14-bc32-ebb3181f8ab7" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"a34eab9a-a831-490c-8a08-45a5c3f20bf2\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:42:20.849170+00:00\",\n \"versionId\": \"MTcxMDU4NTc0MDg0OTE3MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6114-8\",\n \"display\": \"3\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" }, { "name": "Observation - mRS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6114-8\",\n \"display\": \"3\"\n }\n ]\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/\"MTcxMDU4NTc0MDg0OTE3MDAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:42: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/Observation/a34eab9a-a831-490c-8a08-45a5c3f20bf2/_history/MTcxMDU4NTc0MDg0OTE3MDAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:42:20 GMT" }, { "key": "Content-Length", "value": "794" }, { "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": "4df5e19e-3612-4c14-bc32-ebb3181f8ab7" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"a34eab9a-a831-490c-8a08-45a5c3f20bf2\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:42:20.849170+00:00\",\n \"versionId\": \"MTcxMDU4NTc0MDg0OTE3MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6114-8\",\n \"display\": \"3\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" } ] }, { "name": "Observation - Disphagia", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"162023004\",\n \"display\": \"No problem swallowing\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Disphagia", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"162023004\",\n \"display\": \"No problem swallowing\"\n }\n ]\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": "Sat, 16 Mar 2024 10:43:00 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU4NTc4MDYzNDAxNjAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/9523b56e-8326-4ca6-ab47-6b9a688ae717/_history/MTcxMDU4NTc4MDYzNDAxNjAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:43:00 GMT" }, { "key": "Content-Length", "value": "831" }, { "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": "366c6cb4-68e6-4fc6-a5e4-53e45f6ea0bd" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"9523b56e-8326-4ca6-ab47-6b9a688ae717\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:43:00.634016+00:00\",\n \"versionId\": \"MTcxMDU4NTc4MDYzNDAxNjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"162023004\",\n \"display\": \"No problem swallowing\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" }, { "name": "Observation - Disphagia", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"162023004\",\n \"display\": \"No problem swallowing\"\n }\n ]\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": "Sat, 16 Mar 2024 10:43:00 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU4NTc4MDYzNDAxNjAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/9523b56e-8326-4ca6-ab47-6b9a688ae717/_history/MTcxMDU4NTc4MDYzNDAxNjAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:43:00 GMT" }, { "key": "Content-Length", "value": "831" }, { "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": "366c6cb4-68e6-4fc6-a5e4-53e45f6ea0bd" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"9523b56e-8326-4ca6-ab47-6b9a688ae717\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:43:00.634016+00:00\",\n \"versionId\": \"MTcxMDU4NTc4MDYzNDAxNjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"162023004\",\n \"display\": \"No problem swallowing\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" } ] } ] }, { "name": "07. Pemeriksaan Penunjang", "item": [ { "name": "Radiologi", "item": [ { "name": "ServiceRequest - CT-Scan Kepala", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('ServiceRequest_CT', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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\": \"24727-0\",\n \"display\": \"CT Head W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Pemeriksaan CT Kepala\"\n },\n \"orderDetail\": [\n {\n \"coding\": [\n {\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\",\n \"code\": \"CT\"\n }\n ],\n \"text\": \"Modality Code: CT\"\n },\n {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/ae-title\",\n \"display\": \"CT-01\"\n }\n ]\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"occurrenceDateTime\": \"2023-03-01T02:30:00+00:00\",\n \"authoredOn\": \"2023-03-01T02:15:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n }\n ],\n \"bodySite\": [\n {\n \"coding\": [\n {\n \"code\": \"69536005\",\n \"display\": \" Head structure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"reasonCode\": [\n {\n \"text\": \"Serangan Stroke\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/ServiceRequest", "host": [ "{{base_url}}" ], "path": [ "ServiceRequest" ] } }, "response": [ { "name": "ServiceRequest - CT-Scan Kepala", "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\": \"24727-0\",\n \"display\": \"CT Head W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Pemeriksaan CT Kepala\"\n },\n \"orderDetail\": [\n {\n \"coding\": [\n {\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\",\n \"code\": \"CT\"\n }\n ],\n \"text\": \"Modality Code: CT\"\n },\n {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/ae-title\",\n \"display\": \"CT-01\"\n }\n ]\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"occurrenceDateTime\": \"2023-03-01T02:30:00+00:00\",\n \"authoredOn\": \"2023-03-01T02:15:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n }\n ],\n \"bodySite\": [\n {\n \"coding\": [\n {\n \"code\": \"69536005\",\n \"display\": \" Head structure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"reasonCode\": [\n {\n \"text\": \"Serangan Stroke\"\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": "Tue, 19 Mar 2024 12:16:40 UTC" }, { "key": "etag", "value": "W/\"MTcxMDg1MDYwMDEwOTA2NTAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/ServiceRequest/539cad4d-4ab5-4168-9cdf-088083076593/_history/MTcxMDg1MDYwMDEwOTA2NTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 12:16:40 GMT" }, { "key": "Content-Length", "value": "7166" }, { "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": "3566be17-4e07-4410-a8a2-08e2e28c7bbe" }, { "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-03-01T02:15:00+00:00\",\n \"bodySite\": [\n {\n \"coding\": [\n {\n \"code\": \"69536005\",\n \"display\": \" Head structure\",\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\": \"24727-0\",\n \"display\": \"CT Head W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Pemeriksaan CT Kepala\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"539cad4d-4ab5-4168-9cdf-088083076593\",\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\": \"2024-03-19T12:16:40.109065+00:00\",\n \"versionId\": \"MTcxMDg1MDYwMDEwOTA2NTAwMA\"\n },\n \"occurrenceDateTime\": \"2023-03-01T02:30:00+00:00\",\n \"orderDetail\": [\n {\n \"coding\": [\n {\n \"code\": \"CT\",\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\"\n }\n ],\n \"text\": \"Modality Code: CT\"\n },\n {\n \"coding\": [\n {\n \"display\": \"CT-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\": \"Serangan Stroke\"\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": "ServiceRequest - CT-Scan Kepala", "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\": \"24727-0\",\n \"display\": \"CT Head W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Pemeriksaan CT Kepala\"\n },\n \"orderDetail\": [\n {\n \"coding\": [\n {\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\",\n \"code\": \"CT\"\n }\n ],\n \"text\": \"Modality Code: CT\"\n },\n {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/ae-title\",\n \"display\": \"CT-01\"\n }\n ]\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"occurrenceDateTime\": \"2023-03-01T02:30:00+00:00\",\n \"authoredOn\": \"2023-03-01T02:15:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n }\n ],\n \"bodySite\": [\n {\n \"coding\": [\n {\n \"code\": \"69536005\",\n \"display\": \" Head structure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"reasonCode\": [\n {\n \"text\": \"Serangan Stroke\"\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": "Tue, 19 Mar 2024 12:16:40 UTC" }, { "key": "etag", "value": "W/\"MTcxMDg1MDYwMDEwOTA2NTAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/ServiceRequest/539cad4d-4ab5-4168-9cdf-088083076593/_history/MTcxMDg1MDYwMDEwOTA2NTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 12:16:40 GMT" }, { "key": "Content-Length", "value": "7166" }, { "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": "3566be17-4e07-4410-a8a2-08e2e28c7bbe" }, { "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-03-01T02:15:00+00:00\",\n \"bodySite\": [\n {\n \"coding\": [\n {\n \"code\": \"69536005\",\n \"display\": \" Head structure\",\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\": \"24727-0\",\n \"display\": \"CT Head W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Pemeriksaan CT Kepala\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"539cad4d-4ab5-4168-9cdf-088083076593\",\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\": \"2024-03-19T12:16:40.109065+00:00\",\n \"versionId\": \"MTcxMDg1MDYwMDEwOTA2NTAwMA\"\n },\n \"occurrenceDateTime\": \"2023-03-01T02:30:00+00:00\",\n \"orderDetail\": [\n {\n \"coding\": [\n {\n \"code\": \"CT\",\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\"\n }\n ],\n \"text\": \"Modality Code: CT\"\n },\n {\n \"coding\": [\n {\n \"display\": \"CT-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\": \"Serangan Stroke\"\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", "event": [ { "listen": "test", "script": { "exec": [ "var bundle = pm.response.json();\r", "var data = null;\r", "bundle.entry.forEach(\r", " entry => {\r", " let data = entry.resource;\r", " pm.collectionVariables.set('ImagingStudy_CT', data.id)\r", " }\r", ")" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/ImagingStudy?identifier=http://sys-ids.kemkes.go.id/acsn/{{Org_id}}|{{acsn_CT}}", "host": [ "{{base_url}}" ], "path": [ "ImagingStudy" ], "query": [ { "key": "identifier", "value": "http://sys-ids.kemkes.go.id/acsn/{{Org_id}}|{{acsn_CT}}" } ] } }, "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}}|21120054", "host": [ "{{base_url}}" ], "path": [ "ImagingStudy" ], "query": [ { "key": "identifier", "value": "http://sys-ids.kemkes.go.id/acsn/{{Org_id}}|21120054" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 12:19:55 GMT" }, { "key": "Content-Length", "value": "8960" }, { "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": "2dbef9df-00bb-41d8-8d9c-bf4cae090ec9" }, { "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/34dfa1b3-95f3-4b81-bb00-c73eeb99272d\",\n \"resource\": {\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/539cad4d-4ab5-4168-9cdf-088083076593\"\n }\n ],\n \"id\": \"34dfa1b3-95f3-4b81-bb00-c73eeb99272d\",\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\": \"21120054\"\n },\n {\n \"system\": \"urn:dicom:uid\",\n \"value\": \"urn:oid:2.16.380.31256.1.2449191199178232.20210610114926906\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T12:18:54.240418+00:00\",\n \"versionId\": \"MTcxMDg1MDczNDI0MDQxODAwMA\"\n },\n \"modality\": [\n {\n \"code\": \"CT\",\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\": \"CT\",\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\"\n },\n \"number\": 1,\n \"numberOfInstances\": 1,\n \"started\": \"2022-12-26T16:30:27+00:00\",\n \"uid\": \"2.16.380.31256.1.2449191199178232.20210610114926922.1\"\n }\n ],\n \"started\": \"2024-03-01T02:30:00+00:00\",\n \"status\": \"available\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\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%7C21120054\"\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%7C21120054\"\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%7C21120054\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" }, { "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}}|21120054", "host": [ "{{base_url}}" ], "path": [ "ImagingStudy" ], "query": [ { "key": "identifier", "value": "http://sys-ids.kemkes.go.id/acsn/{{Org_id}}|21120054" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 12:19:55 GMT" }, { "key": "Content-Length", "value": "8960" }, { "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": "2dbef9df-00bb-41d8-8d9c-bf4cae090ec9" }, { "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/34dfa1b3-95f3-4b81-bb00-c73eeb99272d\",\n \"resource\": {\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/539cad4d-4ab5-4168-9cdf-088083076593\"\n }\n ],\n \"id\": \"34dfa1b3-95f3-4b81-bb00-c73eeb99272d\",\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\": \"21120054\"\n },\n {\n \"system\": \"urn:dicom:uid\",\n \"value\": \"urn:oid:2.16.380.31256.1.2449191199178232.20210610114926906\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T12:18:54.240418+00:00\",\n \"versionId\": \"MTcxMDg1MDczNDI0MDQxODAwMA\"\n },\n \"modality\": [\n {\n \"code\": \"CT\",\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\": \"CT\",\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\"\n },\n \"number\": 1,\n \"numberOfInstances\": 1,\n \"started\": \"2022-12-26T16:30:27+00:00\",\n \"uid\": \"2.16.380.31256.1.2449191199178232.20210610114926922.1\"\n }\n ],\n \"started\": \"2024-03-01T02:30:00+00:00\",\n \"status\": \"available\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\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%7C21120054\"\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%7C21120054\"\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%7C21120054\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" } ] }, { "name": "Observation - CT-Scan Kepala", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('Observation_CT', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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\": \"{{Registration_ID}}\"\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 \"system\": \"http://loinc.org\",\n \"code\": \"42132-1\",\n \"display\": \"CT Head W contrast IV\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\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/{{IServiceRequest_CT}}\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"69536005\",\n \"display\": \"Head structure\"\n }\n ]\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_CT}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"432504007\",\n \"display\": \"Cerebral infarction\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - CT-Scan Kepala", "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\": \"{{Registration_ID}}\"\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 \"system\": \"http://loinc.org\",\n \"code\": \"42132-1\",\n \"display\": \"CT Head W contrast IV\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\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/{{IServiceRequest_CT}}\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"69536005\",\n \"display\": \"Head structure\"\n }\n ]\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_CT}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"432504007\",\n \"display\": \"Cerebral infarction\"\n }\n ]\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/697bc7d7-1344-4b66-b7c9-a71d6be266eb/_history/MTcxNTA2MjAwNzAyMzg0MzAwMA" }, { "key": "etag", "value": "W/\"MTcxNTA2MjAwNzAyMzg0MzAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 06:06:47 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 06:06:47 GMT" }, { "key": "content-length", "value": "1208" }, { "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": "9d3b5734-05ba-49e5-8df1-19aa67a0c7f4" }, { "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/539cad4d-4ab5-4168-9cdf-088083076593\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"code\": \"69536005\",\n \"display\": \"Head structure\",\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\": \"CT Head W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/34dfa1b3-95f3-4b81-bb00-c73eeb99272d\"\n }\n ],\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"697bc7d7-1344-4b66-b7c9-a71d6be266eb\",\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\": \"2024-05-07T06:06:47.023843+00:00\",\n \"versionId\": \"MTcxNTA2MjAwNzAyMzg0MzAwMA\"\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 \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"432504007\",\n \"display\": \"Cerebral infarction\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" }, { "name": "Observation - CT-Scan Kepala", "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\": \"{{Registration_ID}}\"\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 \"system\": \"http://loinc.org\",\n \"code\": \"42132-1\",\n \"display\": \"CT Head W contrast IV\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\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/{{IServiceRequest_CT}}\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"69536005\",\n \"display\": \"Head structure\"\n }\n ]\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_CT}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"432504007\",\n \"display\": \"Cerebral infarction\"\n }\n ]\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/697bc7d7-1344-4b66-b7c9-a71d6be266eb/_history/MTcxNTA2MjAwNzAyMzg0MzAwMA" }, { "key": "etag", "value": "W/\"MTcxNTA2MjAwNzAyMzg0MzAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 06:06:47 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 06:06:47 GMT" }, { "key": "content-length", "value": "1208" }, { "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": "9d3b5734-05ba-49e5-8df1-19aa67a0c7f4" }, { "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/539cad4d-4ab5-4168-9cdf-088083076593\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"code\": \"69536005\",\n \"display\": \"Head structure\",\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\": \"CT Head W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/34dfa1b3-95f3-4b81-bb00-c73eeb99272d\"\n }\n ],\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"697bc7d7-1344-4b66-b7c9-a71d6be266eb\",\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\": \"2024-05-07T06:06:47.023843+00:00\",\n \"versionId\": \"MTcxNTA2MjAwNzAyMzg0MzAwMA\"\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 \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"432504007\",\n \"display\": \"Cerebral infarction\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" } ] }, { "name": "DiagnosticReport - CT-Scan Kepala", "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\": \"{{Registration_ID}}\"\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\": \"24727-0\",\n \"display\": \"CT Head W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\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 \"result\": [\n {\n \"reference\": \"Observation/{{Observation_CT}}\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{IServiceRequest_CT}}\"\n }\n ],\n \"conclusion\": \"Terjadi Infark di Sisi Sebelah kiri pada Bagian Otak Serebral.\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/DiagnosticReport", "host": [ "{{base_url}}" ], "path": [ "DiagnosticReport" ] } }, "response": [ { "name": "DiagnosticReport - CT-Scan Kepala", "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\": \"{{Registration_ID}}\"\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\": \"24727-0\",\n \"display\": \"CT Head W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\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 \"result\": [\n {\n \"reference\": \"Observation/{{Observation_CT}}\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{IServiceRequest_CT}}\"\n }\n ],\n \"conclusion\": \"Terjadi Infark di Sisi Sebelah kiri pada Bagian Otak Serebral.\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/DiagnosticReport", "host": [ "{{base_url}}" ], "path": [ "DiagnosticReport" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxMDg1NDc4MTE0MDg4NjAwMA\"" }, { "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/DiagnosticReport/539ab231-ad88-4375-bb79-1b6776507066/_history/MTcxMDg1NDc4MTE0MDg4NjAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 13:26:21 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 13:26:21 GMT" }, { "key": "Content-Length", "value": "5168" }, { "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": "76823621-e897-409b-b391-f7bd26fa37e3" }, { "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/539cad4d-4ab5-4168-9cdf-088083076593\"\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\": \"24727-0\",\n \"display\": \"CT Head W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"conclusion\": \"Terjadi Infark di Sisi Sebelah kiri pada Bagian Otak Serebral.\",\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"539ab231-ad88-4375-bb79-1b6776507066\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/10000002/rad\",\n \"use\": \"official\",\n \"value\": \"A56789\"\n }\n ],\n \"issued\": \"2023-11-06T09:45:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T13:26:21.140886+00:00\",\n \"versionId\": \"MTcxMDg1NDc4MTE0MDg4NjAwMA\"\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/1096546d-bbdb-49d0-abf8-c2597caef5fd\"\n }\n ],\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "DiagnosticReport - CT-Scan Kepala", "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\": \"{{Registration_ID}}\"\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\": \"24727-0\",\n \"display\": \"CT Head W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\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 \"result\": [\n {\n \"reference\": \"Observation/{{Observation_CT}}\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{IServiceRequest_CT}}\"\n }\n ],\n \"conclusion\": \"Terjadi Infark di Sisi Sebelah kiri pada Bagian Otak Serebral.\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/DiagnosticReport", "host": [ "{{base_url}}" ], "path": [ "DiagnosticReport" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxMDg1NDc4MTE0MDg4NjAwMA\"" }, { "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/DiagnosticReport/539ab231-ad88-4375-bb79-1b6776507066/_history/MTcxMDg1NDc4MTE0MDg4NjAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 13:26:21 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 13:26:21 GMT" }, { "key": "Content-Length", "value": "5168" }, { "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": "76823621-e897-409b-b391-f7bd26fa37e3" }, { "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/539cad4d-4ab5-4168-9cdf-088083076593\"\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\": \"24727-0\",\n \"display\": \"CT Head W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"conclusion\": \"Terjadi Infark di Sisi Sebelah kiri pada Bagian Otak Serebral.\",\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"539ab231-ad88-4375-bb79-1b6776507066\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/10000002/rad\",\n \"use\": \"official\",\n \"value\": \"A56789\"\n }\n ],\n \"issued\": \"2023-11-06T09:45:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T13:26:21.140886+00:00\",\n \"versionId\": \"MTcxMDg1NDc4MTE0MDg4NjAwMA\"\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/1096546d-bbdb-49d0-abf8-c2597caef5fd\"\n }\n ],\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Observation - ASPECT Score", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000181\",\n \"display\": \"Alberta Stroke Program Early CT score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\n \"issued\": \"2023-11-06T09:45:00+00:00\",\n \"valueQuantity\": {\n \"value\": 4,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_CT}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - ASPECT Score", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000181\",\n \"display\": \"Alberta Stroke Program Early CT score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\n \"issued\": \"2023-11-06T09:45:00+00:00\",\n \"valueQuantity\": {\n \"value\": 4,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_CT}}\"\n }\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": "Tue, 09 Jul 2024 04:28:00 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcyMDQ5OTI4MDc3NTExMzAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/f30f13a0-2e59-4145-a16b-5cfef1fe79fc/_history/MTcyMDQ5OTI4MDc3NTExMzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 09 Jul 2024 04:28:00 GMT" }, { "key": "Content-Length", "value": "934" }, { "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": "04a7a635-b9b6-4d04-b84d-09634ef5df9d" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000181\",\n \"display\": \"Alberta Stroke Program Early CT score\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/34dfa1b3-95f3-4b81-bb00-c73eeb99272d\"\n }\n ],\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"f30f13a0-2e59-4145-a16b-5cfef1fe79fc\",\n \"identifier\": [],\n \"issued\": \"2023-11-06T09:45:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-09T04:28:00.775113+00:00\",\n \"versionId\": \"MTcyMDQ5OTI4MDc3NTExMzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 4\n }\n}" }, { "name": "Observation - ASPECT Score", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000181\",\n \"display\": \"Alberta Stroke Program Early CT score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\n \"issued\": \"2023-11-06T09:45:00+00:00\",\n \"valueQuantity\": {\n \"value\": 4,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_CT}}\"\n }\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": "Tue, 09 Jul 2024 04:28:00 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcyMDQ5OTI4MDc3NTExMzAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/f30f13a0-2e59-4145-a16b-5cfef1fe79fc/_history/MTcyMDQ5OTI4MDc3NTExMzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 09 Jul 2024 04:28:00 GMT" }, { "key": "Content-Length", "value": "934" }, { "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": "04a7a635-b9b6-4d04-b84d-09634ef5df9d" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000181\",\n \"display\": \"Alberta Stroke Program Early CT score\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/34dfa1b3-95f3-4b81-bb00-c73eeb99272d\"\n }\n ],\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"f30f13a0-2e59-4145-a16b-5cfef1fe79fc\",\n \"identifier\": [],\n \"issued\": \"2023-11-06T09:45:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-09T04:28:00.775113+00:00\",\n \"versionId\": \"MTcyMDQ5OTI4MDc3NTExMzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 4\n }\n}" } ] }, { "name": "ServiceRequest - CT-Scan Kepala", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('ServiceRequest_CT', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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\": \"24727-0\",\n \"display\": \"CT Head W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Pemeriksaan CT Kepala\"\n },\n \"orderDetail\": [\n {\n \"coding\": [\n {\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\",\n \"code\": \"CT\"\n }\n ],\n \"text\": \"Modality Code: CT\"\n },\n {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/ae-title\",\n \"display\": \"CT-01\"\n }\n ]\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"occurrenceDateTime\": \"2023-03-01T02:30:00+00:00\",\n \"authoredOn\": \"2023-03-01T02:15:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n }\n ],\n \"bodySite\": [\n {\n \"coding\": [\n {\n \"code\": \"69536005\",\n \"display\": \" Head structure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"reasonCode\": [\n {\n \"text\": \"Serangan Stroke\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/ServiceRequest", "host": [ "{{base_url}}" ], "path": [ "ServiceRequest" ] } }, "response": [ { "name": "ServiceRequest - CT-Scan Kepala", "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\": \"24727-0\",\n \"display\": \"CT Head W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Pemeriksaan CT Kepala\"\n },\n \"orderDetail\": [\n {\n \"coding\": [\n {\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\",\n \"code\": \"CT\"\n }\n ],\n \"text\": \"Modality Code: CT\"\n },\n {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/ae-title\",\n \"display\": \"CT-01\"\n }\n ]\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"occurrenceDateTime\": \"2023-03-01T02:30:00+00:00\",\n \"authoredOn\": \"2023-03-01T02:15:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n }\n ],\n \"bodySite\": [\n {\n \"coding\": [\n {\n \"code\": \"69536005\",\n \"display\": \" Head structure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"reasonCode\": [\n {\n \"text\": \"Serangan Stroke\"\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": "Tue, 19 Mar 2024 12:16:40 UTC" }, { "key": "etag", "value": "W/\"MTcxMDg1MDYwMDEwOTA2NTAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/ServiceRequest/539cad4d-4ab5-4168-9cdf-088083076593/_history/MTcxMDg1MDYwMDEwOTA2NTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 12:16:40 GMT" }, { "key": "Content-Length", "value": "7166" }, { "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": "3566be17-4e07-4410-a8a2-08e2e28c7bbe" }, { "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-03-01T02:15:00+00:00\",\n \"bodySite\": [\n {\n \"coding\": [\n {\n \"code\": \"69536005\",\n \"display\": \" Head structure\",\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\": \"24727-0\",\n \"display\": \"CT Head W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Pemeriksaan CT Kepala\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"539cad4d-4ab5-4168-9cdf-088083076593\",\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\": \"2024-03-19T12:16:40.109065+00:00\",\n \"versionId\": \"MTcxMDg1MDYwMDEwOTA2NTAwMA\"\n },\n \"occurrenceDateTime\": \"2023-03-01T02:30:00+00:00\",\n \"orderDetail\": [\n {\n \"coding\": [\n {\n \"code\": \"CT\",\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\"\n }\n ],\n \"text\": \"Modality Code: CT\"\n },\n {\n \"coding\": [\n {\n \"display\": \"CT-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\": \"Serangan Stroke\"\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": "ServiceRequest - CT-Scan Kepala", "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\": \"24727-0\",\n \"display\": \"CT Head W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Pemeriksaan CT Kepala\"\n },\n \"orderDetail\": [\n {\n \"coding\": [\n {\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\",\n \"code\": \"CT\"\n }\n ],\n \"text\": \"Modality Code: CT\"\n },\n {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/ae-title\",\n \"display\": \"CT-01\"\n }\n ]\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"occurrenceDateTime\": \"2023-03-01T02:30:00+00:00\",\n \"authoredOn\": \"2023-03-01T02:15:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n }\n ],\n \"bodySite\": [\n {\n \"coding\": [\n {\n \"code\": \"69536005\",\n \"display\": \" Head structure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"reasonCode\": [\n {\n \"text\": \"Serangan Stroke\"\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": "Tue, 19 Mar 2024 12:16:40 UTC" }, { "key": "etag", "value": "W/\"MTcxMDg1MDYwMDEwOTA2NTAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/ServiceRequest/539cad4d-4ab5-4168-9cdf-088083076593/_history/MTcxMDg1MDYwMDEwOTA2NTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 12:16:40 GMT" }, { "key": "Content-Length", "value": "7166" }, { "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": "3566be17-4e07-4410-a8a2-08e2e28c7bbe" }, { "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-03-01T02:15:00+00:00\",\n \"bodySite\": [\n {\n \"coding\": [\n {\n \"code\": \"69536005\",\n \"display\": \" Head structure\",\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\": \"24727-0\",\n \"display\": \"CT Head W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Pemeriksaan CT Kepala\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"539cad4d-4ab5-4168-9cdf-088083076593\",\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\": \"2024-03-19T12:16:40.109065+00:00\",\n \"versionId\": \"MTcxMDg1MDYwMDEwOTA2NTAwMA\"\n },\n \"occurrenceDateTime\": \"2023-03-01T02:30:00+00:00\",\n \"orderDetail\": [\n {\n \"coding\": [\n {\n \"code\": \"CT\",\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\"\n }\n ],\n \"text\": \"Modality Code: CT\"\n },\n {\n \"coding\": [\n {\n \"display\": \"CT-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\": \"Serangan Stroke\"\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": "Observation - CT-Scan Kepala", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('Observation_CT', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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\": \"{{Registration_ID}}\"\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 \"system\": \"http://loinc.org\",\n \"code\": \"42132-1\",\n \"display\": \"CT Head W contrast IV\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\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/{{IServiceRequest_CT}}\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"69536005\",\n \"display\": \"Head structure\"\n }\n ]\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_CT}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"432504007\",\n \"display\": \"Cerebral infarction\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - CT-Scan Kepala", "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\": \"{{Registration_ID}}\"\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 \"system\": \"http://loinc.org\",\n \"code\": \"42132-1\",\n \"display\": \"CT Head W contrast IV\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\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/{{IServiceRequest_CT}}\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"69536005\",\n \"display\": \"Head structure\"\n }\n ]\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_CT}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"432504007\",\n \"display\": \"Cerebral infarction\"\n }\n ]\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/697bc7d7-1344-4b66-b7c9-a71d6be266eb/_history/MTcxNTA2MjAwNzAyMzg0MzAwMA" }, { "key": "etag", "value": "W/\"MTcxNTA2MjAwNzAyMzg0MzAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 06:06:47 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 06:06:47 GMT" }, { "key": "content-length", "value": "1208" }, { "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": "9d3b5734-05ba-49e5-8df1-19aa67a0c7f4" }, { "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/539cad4d-4ab5-4168-9cdf-088083076593\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"code\": \"69536005\",\n \"display\": \"Head structure\",\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\": \"CT Head W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/34dfa1b3-95f3-4b81-bb00-c73eeb99272d\"\n }\n ],\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"697bc7d7-1344-4b66-b7c9-a71d6be266eb\",\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\": \"2024-05-07T06:06:47.023843+00:00\",\n \"versionId\": \"MTcxNTA2MjAwNzAyMzg0MzAwMA\"\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 \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"432504007\",\n \"display\": \"Cerebral infarction\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" }, { "name": "Observation - CT-Scan Kepala", "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\": \"{{Registration_ID}}\"\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 \"system\": \"http://loinc.org\",\n \"code\": \"42132-1\",\n \"display\": \"CT Head W contrast IV\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\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/{{IServiceRequest_CT}}\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"69536005\",\n \"display\": \"Head structure\"\n }\n ]\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_CT}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"432504007\",\n \"display\": \"Cerebral infarction\"\n }\n ]\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/697bc7d7-1344-4b66-b7c9-a71d6be266eb/_history/MTcxNTA2MjAwNzAyMzg0MzAwMA" }, { "key": "etag", "value": "W/\"MTcxNTA2MjAwNzAyMzg0MzAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 06:06:47 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 06:06:47 GMT" }, { "key": "content-length", "value": "1208" }, { "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": "9d3b5734-05ba-49e5-8df1-19aa67a0c7f4" }, { "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/539cad4d-4ab5-4168-9cdf-088083076593\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"code\": \"69536005\",\n \"display\": \"Head structure\",\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\": \"CT Head W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/34dfa1b3-95f3-4b81-bb00-c73eeb99272d\"\n }\n ],\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"697bc7d7-1344-4b66-b7c9-a71d6be266eb\",\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\": \"2024-05-07T06:06:47.023843+00:00\",\n \"versionId\": \"MTcxNTA2MjAwNzAyMzg0MzAwMA\"\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 \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"432504007\",\n \"display\": \"Cerebral infarction\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" } ] }, { "name": "ImagingStudy - Get ID based on Accession Number", "event": [ { "listen": "test", "script": { "exec": [ "var bundle = pm.response.json();\r", "var data = null;\r", "bundle.entry.forEach(\r", " entry => {\r", " let data = entry.resource;\r", " pm.collectionVariables.set('ImagingStudy_CT', data.id)\r", " }\r", ")" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/ImagingStudy?identifier=http://sys-ids.kemkes.go.id/acsn/{{Org_id}}|{{acsn_CT}}", "host": [ "{{base_url}}" ], "path": [ "ImagingStudy" ], "query": [ { "key": "identifier", "value": "http://sys-ids.kemkes.go.id/acsn/{{Org_id}}|{{acsn_CT}}" } ] } }, "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}}|21120054", "host": [ "{{base_url}}" ], "path": [ "ImagingStudy" ], "query": [ { "key": "identifier", "value": "http://sys-ids.kemkes.go.id/acsn/{{Org_id}}|21120054" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 12:19:55 GMT" }, { "key": "Content-Length", "value": "8960" }, { "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": "2dbef9df-00bb-41d8-8d9c-bf4cae090ec9" }, { "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/34dfa1b3-95f3-4b81-bb00-c73eeb99272d\",\n \"resource\": {\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/539cad4d-4ab5-4168-9cdf-088083076593\"\n }\n ],\n \"id\": \"34dfa1b3-95f3-4b81-bb00-c73eeb99272d\",\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\": \"21120054\"\n },\n {\n \"system\": \"urn:dicom:uid\",\n \"value\": \"urn:oid:2.16.380.31256.1.2449191199178232.20210610114926906\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T12:18:54.240418+00:00\",\n \"versionId\": \"MTcxMDg1MDczNDI0MDQxODAwMA\"\n },\n \"modality\": [\n {\n \"code\": \"CT\",\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\": \"CT\",\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\"\n },\n \"number\": 1,\n \"numberOfInstances\": 1,\n \"started\": \"2022-12-26T16:30:27+00:00\",\n \"uid\": \"2.16.380.31256.1.2449191199178232.20210610114926922.1\"\n }\n ],\n \"started\": \"2024-03-01T02:30:00+00:00\",\n \"status\": \"available\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\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%7C21120054\"\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%7C21120054\"\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%7C21120054\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" }, { "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}}|21120054", "host": [ "{{base_url}}" ], "path": [ "ImagingStudy" ], "query": [ { "key": "identifier", "value": "http://sys-ids.kemkes.go.id/acsn/{{Org_id}}|21120054" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 12:19:55 GMT" }, { "key": "Content-Length", "value": "8960" }, { "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": "2dbef9df-00bb-41d8-8d9c-bf4cae090ec9" }, { "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/34dfa1b3-95f3-4b81-bb00-c73eeb99272d\",\n \"resource\": {\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/539cad4d-4ab5-4168-9cdf-088083076593\"\n }\n ],\n \"id\": \"34dfa1b3-95f3-4b81-bb00-c73eeb99272d\",\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\": \"21120054\"\n },\n {\n \"system\": \"urn:dicom:uid\",\n \"value\": \"urn:oid:2.16.380.31256.1.2449191199178232.20210610114926906\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T12:18:54.240418+00:00\",\n \"versionId\": \"MTcxMDg1MDczNDI0MDQxODAwMA\"\n },\n \"modality\": [\n {\n \"code\": \"CT\",\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\": \"CT\",\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\"\n },\n \"number\": 1,\n \"numberOfInstances\": 1,\n \"started\": \"2022-12-26T16:30:27+00:00\",\n \"uid\": \"2.16.380.31256.1.2449191199178232.20210610114926922.1\"\n }\n ],\n \"started\": \"2024-03-01T02:30:00+00:00\",\n \"status\": \"available\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\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%7C21120054\"\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%7C21120054\"\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%7C21120054\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" } ] }, { "name": "DiagnosticReport - CT-Scan Kepala", "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\": \"{{Registration_ID}}\"\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\": \"24727-0\",\n \"display\": \"CT Head W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\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 \"result\": [\n {\n \"reference\": \"Observation/{{Observation_CT}}\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{IServiceRequest_CT}}\"\n }\n ],\n \"conclusion\": \"Terjadi Infark di Sisi Sebelah kiri pada Bagian Otak Serebral.\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/DiagnosticReport", "host": [ "{{base_url}}" ], "path": [ "DiagnosticReport" ] } }, "response": [ { "name": "DiagnosticReport - CT-Scan Kepala", "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\": \"{{Registration_ID}}\"\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\": \"24727-0\",\n \"display\": \"CT Head W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\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 \"result\": [\n {\n \"reference\": \"Observation/{{Observation_CT}}\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{IServiceRequest_CT}}\"\n }\n ],\n \"conclusion\": \"Terjadi Infark di Sisi Sebelah kiri pada Bagian Otak Serebral.\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/DiagnosticReport", "host": [ "{{base_url}}" ], "path": [ "DiagnosticReport" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxMDg1NDc4MTE0MDg4NjAwMA\"" }, { "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/DiagnosticReport/539ab231-ad88-4375-bb79-1b6776507066/_history/MTcxMDg1NDc4MTE0MDg4NjAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 13:26:21 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 13:26:21 GMT" }, { "key": "Content-Length", "value": "5168" }, { "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": "76823621-e897-409b-b391-f7bd26fa37e3" }, { "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/539cad4d-4ab5-4168-9cdf-088083076593\"\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\": \"24727-0\",\n \"display\": \"CT Head W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"conclusion\": \"Terjadi Infark di Sisi Sebelah kiri pada Bagian Otak Serebral.\",\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"539ab231-ad88-4375-bb79-1b6776507066\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/10000002/rad\",\n \"use\": \"official\",\n \"value\": \"A56789\"\n }\n ],\n \"issued\": \"2023-11-06T09:45:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T13:26:21.140886+00:00\",\n \"versionId\": \"MTcxMDg1NDc4MTE0MDg4NjAwMA\"\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/1096546d-bbdb-49d0-abf8-c2597caef5fd\"\n }\n ],\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "DiagnosticReport - CT-Scan Kepala", "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\": \"{{Registration_ID}}\"\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\": \"24727-0\",\n \"display\": \"CT Head W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\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 \"result\": [\n {\n \"reference\": \"Observation/{{Observation_CT}}\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{IServiceRequest_CT}}\"\n }\n ],\n \"conclusion\": \"Terjadi Infark di Sisi Sebelah kiri pada Bagian Otak Serebral.\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/DiagnosticReport", "host": [ "{{base_url}}" ], "path": [ "DiagnosticReport" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxMDg1NDc4MTE0MDg4NjAwMA\"" }, { "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/DiagnosticReport/539ab231-ad88-4375-bb79-1b6776507066/_history/MTcxMDg1NDc4MTE0MDg4NjAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 13:26:21 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 13:26:21 GMT" }, { "key": "Content-Length", "value": "5168" }, { "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": "76823621-e897-409b-b391-f7bd26fa37e3" }, { "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/539cad4d-4ab5-4168-9cdf-088083076593\"\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\": \"24727-0\",\n \"display\": \"CT Head W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"conclusion\": \"Terjadi Infark di Sisi Sebelah kiri pada Bagian Otak Serebral.\",\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"539ab231-ad88-4375-bb79-1b6776507066\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/10000002/rad\",\n \"use\": \"official\",\n \"value\": \"A56789\"\n }\n ],\n \"issued\": \"2023-11-06T09:45:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T13:26:21.140886+00:00\",\n \"versionId\": \"MTcxMDg1NDc4MTE0MDg4NjAwMA\"\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/1096546d-bbdb-49d0-abf8-c2597caef5fd\"\n }\n ],\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Observation - ASPECT Score", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000181\",\n \"display\": \"Alberta Stroke Program Early CT score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\n \"issued\": \"2023-11-06T09:45:00+00:00\",\n \"valueQuantity\": {\n \"value\": 4,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_CT}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - ASPECT Score", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000181\",\n \"display\": \"Alberta Stroke Program Early CT score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\n \"issued\": \"2023-11-06T09:45:00+00:00\",\n \"valueQuantity\": {\n \"value\": 4,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_CT}}\"\n }\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": "Tue, 09 Jul 2024 04:28:00 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcyMDQ5OTI4MDc3NTExMzAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/f30f13a0-2e59-4145-a16b-5cfef1fe79fc/_history/MTcyMDQ5OTI4MDc3NTExMzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 09 Jul 2024 04:28:00 GMT" }, { "key": "Content-Length", "value": "934" }, { "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": "04a7a635-b9b6-4d04-b84d-09634ef5df9d" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000181\",\n \"display\": \"Alberta Stroke Program Early CT score\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/34dfa1b3-95f3-4b81-bb00-c73eeb99272d\"\n }\n ],\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"f30f13a0-2e59-4145-a16b-5cfef1fe79fc\",\n \"identifier\": [],\n \"issued\": \"2023-11-06T09:45:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-09T04:28:00.775113+00:00\",\n \"versionId\": \"MTcyMDQ5OTI4MDc3NTExMzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 4\n }\n}" }, { "name": "Observation - ASPECT Score", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000181\",\n \"display\": \"Alberta Stroke Program Early CT score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\n \"issued\": \"2023-11-06T09:45:00+00:00\",\n \"valueQuantity\": {\n \"value\": 4,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_CT}}\"\n }\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": "Tue, 09 Jul 2024 04:28:00 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcyMDQ5OTI4MDc3NTExMzAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/f30f13a0-2e59-4145-a16b-5cfef1fe79fc/_history/MTcyMDQ5OTI4MDc3NTExMzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 09 Jul 2024 04:28:00 GMT" }, { "key": "Content-Length", "value": "934" }, { "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": "04a7a635-b9b6-4d04-b84d-09634ef5df9d" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000181\",\n \"display\": \"Alberta Stroke Program Early CT score\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/34dfa1b3-95f3-4b81-bb00-c73eeb99272d\"\n }\n ],\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"f30f13a0-2e59-4145-a16b-5cfef1fe79fc\",\n \"identifier\": [],\n \"issued\": \"2023-11-06T09:45:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-09T04:28:00.775113+00:00\",\n \"versionId\": \"MTcyMDQ5OTI4MDc3NTExMzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 4\n }\n}" } ] } ] } ] }, { "name": "08. Diagnosis", "item": [ { "name": "Condition - Primary Stroke Iskemik", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('DiagnosisUtama1_id')" ], "type": "text/javascript", "packages": {} } } ], "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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2023-03-01T02:40:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Condition", "host": [ "{{base_url}}" ], "path": [ "Condition" ] } }, "response": [ { "name": "Condition - Primary Stroke Iskemik", "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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2023-03-01T02:40:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\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": "last-modified", "value": "Sun, 17 Mar 2024 02:17:00 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/9b0257b2-2412-4285-94a3-7d33a3c59796/_history/MTcxMDY0MTgyMDQ0NTYzMzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDY0MTgyMDQ0NTYzMzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 02:17:00 GMT" }, { "key": "Content-Length", "value": "918" }, { "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": "ad3e1823-5ef5-45e0-84be-39cacde661d5" }, { "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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"9b0257b2-2412-4285-94a3-7d33a3c59796\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T02:17:00.445633+00:00\",\n \"versionId\": \"MTcxMDY0MTgyMDQ0NTYzMzAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ],\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2023-03-01T02:40:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Condition - Primary Stroke Iskemik", "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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2023-03-01T02:40:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\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": "last-modified", "value": "Sun, 17 Mar 2024 02:17:00 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/9b0257b2-2412-4285-94a3-7d33a3c59796/_history/MTcxMDY0MTgyMDQ0NTYzMzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDY0MTgyMDQ0NTYzMzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 02:17:00 GMT" }, { "key": "Content-Length", "value": "918" }, { "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": "ad3e1823-5ef5-45e0-84be-39cacde661d5" }, { "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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"9b0257b2-2412-4285-94a3-7d33a3c59796\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T02:17:00.445633+00:00\",\n \"versionId\": \"MTcxMDY0MTgyMDQ0NTYzMzAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ],\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2023-03-01T02:40:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Condition - Primary Stroke Iskemik", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('DiagnosisUtama1_id')" ], "type": "text/javascript", "packages": {} } } ], "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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2023-03-01T02:40:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Condition", "host": [ "{{base_url}}" ], "path": [ "Condition" ] } }, "response": [ { "name": "Condition - Primary Stroke Iskemik", "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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2023-03-01T02:40:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\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": "last-modified", "value": "Sun, 17 Mar 2024 02:17:00 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/9b0257b2-2412-4285-94a3-7d33a3c59796/_history/MTcxMDY0MTgyMDQ0NTYzMzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDY0MTgyMDQ0NTYzMzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 02:17:00 GMT" }, { "key": "Content-Length", "value": "918" }, { "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": "ad3e1823-5ef5-45e0-84be-39cacde661d5" }, { "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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"9b0257b2-2412-4285-94a3-7d33a3c59796\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T02:17:00.445633+00:00\",\n \"versionId\": \"MTcxMDY0MTgyMDQ0NTYzMzAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ],\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2023-03-01T02:40:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Condition - Primary Stroke Iskemik", "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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2023-03-01T02:40:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\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": "last-modified", "value": "Sun, 17 Mar 2024 02:17:00 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/9b0257b2-2412-4285-94a3-7d33a3c59796/_history/MTcxMDY0MTgyMDQ0NTYzMzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDY0MTgyMDQ0NTYzMzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 02:17:00 GMT" }, { "key": "Content-Length", "value": "918" }, { "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": "ad3e1823-5ef5-45e0-84be-39cacde661d5" }, { "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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"9b0257b2-2412-4285-94a3-7d33a3c59796\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T02:17:00.445633+00:00\",\n \"versionId\": \"MTcxMDY0MTgyMDQ0NTYzMzAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ],\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2023-03-01T02:40:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] } ] }, { "name": "09. Farmasi", "item": [ { "name": "Peresepan Obat", "item": [ { "name": "Medication - Alteplase (Request)", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('Medication_Kunjungan1', data.id)" ], "type": "text/javascript", "packages": {} } } ], "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\": \"6667331\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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 - Alteplase (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\": \"6667331\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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/\"MTcxNTA3MzA3NTQ5OTU3NTAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 09:11:15 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/95c12803-a6ae-458c-ae73-88456bc4f5be/_history/MTcxNTA3MzA3NTQ5OTU3NTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 09:11:15 GMT" }, { "key": "content-length", "value": "1287" }, { "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": "8974ecc9-c7cd-445b-a86f-02ac4d6706c0" }, { "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\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\",\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"95c12803-a6ae-458c-ae73-88456bc4f5be\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000002\",\n \"use\": \"official\",\n \"value\": \"6667331\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000582\",\n \"display\": \"Alteplase\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 50\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T09:11:15.499575+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxNTA3MzA3NTQ5OTU3NTAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" }, { "name": "Medication - Alteplase (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\": \"6667331\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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/\"MTcxNTA3MzA3NTQ5OTU3NTAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 09:11:15 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/95c12803-a6ae-458c-ae73-88456bc4f5be/_history/MTcxNTA3MzA3NTQ5OTU3NTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 09:11:15 GMT" }, { "key": "content-length", "value": "1287" }, { "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": "8974ecc9-c7cd-445b-a86f-02ac4d6706c0" }, { "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\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\",\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"95c12803-a6ae-458c-ae73-88456bc4f5be\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000002\",\n \"use\": \"official\",\n \"value\": \"6667331\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000582\",\n \"display\": \"Alteplase\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 50\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T09:11:15.499575+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxNTA3MzA3NTQ5OTU3NTAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" } ] }, { "name": "MedicationRequest - Alteplase", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('MedicationRequest_Kunjungan1')" ], "type": "text/javascript", "packages": {} } } ], "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/{{Medication_Kunjungan1}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"authoredOn\": \"2023-03-02T04:00:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"patientInstruction\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"additionalInstruction\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"421769005\",\n \"display\": \"Follow directions\"\n }\n ]\n }\n ],\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\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\"\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\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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-03-02T04:00:00+00:00\",\n \"end\": \"2023-03-02T05:00:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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 - Alteplase", "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/{{Medication_Kunjungan1}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"authoredOn\": \"2023-03-02T04:00:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"patientInstruction\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"additionalInstruction\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"421769005\",\n \"display\": \"Follow directions\"\n }\n ]\n }\n ],\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\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\"\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\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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-03-02T04:00:00+00:00\",\n \"end\": \"2023-03-02T05:00:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 07 May 2024 11:10:34 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/MedicationRequest/37061c21-4b6a-40e0-9942-c4d79c98a8f5/_history/MTcxNTA4MDIzNDA0OTUxMDAwMA" }, { "key": "etag", "value": "W/\"MTcxNTA4MDIzNDA0OTUxMDAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 11:10:34 GMT" }, { "key": "content-length", "value": "2271" }, { "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": "6085027c-f503-4ebb-9c01-e949df7b7ddc" }, { "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-03-02T04: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 \"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\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - unit of product usage\",\n \"value\": 1\n },\n \"validityPeriod\": {\n \"end\": \"2023-03-02T05:00:00+00:00\",\n \"start\": \"2023-03-02T04:00:00+00:00\"\n }\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"coding\": [\n {\n \"code\": \"421769005\",\n \"display\": \"Follow directions\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - 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\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"37061c21-4b6a-40e0-9942-c4d79c98a8f5\",\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/95c12803-a6ae-458c-ae73-88456bc4f5be\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T11:10:34.049510+00:00\",\n \"versionId\": \"MTcxNTA4MDIzNDA0OTUxMDAwMA\"\n },\n \"priority\": \"routine\",\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"requester\": {\n \"display\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\n },\n \"resourceType\": \"MedicationRequest\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "MedicationRequest - Alteplase", "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/{{Medication_Kunjungan1}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"authoredOn\": \"2023-03-02T04:00:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"patientInstruction\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"additionalInstruction\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"421769005\",\n \"display\": \"Follow directions\"\n }\n ]\n }\n ],\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\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\"\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\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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-03-02T04:00:00+00:00\",\n \"end\": \"2023-03-02T05:00:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 07 May 2024 11:10:34 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/MedicationRequest/37061c21-4b6a-40e0-9942-c4d79c98a8f5/_history/MTcxNTA4MDIzNDA0OTUxMDAwMA" }, { "key": "etag", "value": "W/\"MTcxNTA4MDIzNDA0OTUxMDAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 11:10:34 GMT" }, { "key": "content-length", "value": "2271" }, { "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": "6085027c-f503-4ebb-9c01-e949df7b7ddc" }, { "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-03-02T04: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 \"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\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - unit of product usage\",\n \"value\": 1\n },\n \"validityPeriod\": {\n \"end\": \"2023-03-02T05:00:00+00:00\",\n \"start\": \"2023-03-02T04:00:00+00:00\"\n }\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"coding\": [\n {\n \"code\": \"421769005\",\n \"display\": \"Follow directions\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - 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\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"37061c21-4b6a-40e0-9942-c4d79c98a8f5\",\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/95c12803-a6ae-458c-ae73-88456bc4f5be\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T11:10:34.049510+00:00\",\n \"versionId\": \"MTcxNTA4MDIzNDA0OTUxMDAwMA\"\n },\n \"priority\": \"routine\",\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"requester\": {\n \"display\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\n },\n \"resourceType\": \"MedicationRequest\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Medication - Alteplase (Request)", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('Medication_Kunjungan1', data.id)" ], "type": "text/javascript", "packages": {} } } ], "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\": \"6667331\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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 - Alteplase (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\": \"6667331\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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/\"MTcxNTA3MzA3NTQ5OTU3NTAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 09:11:15 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/95c12803-a6ae-458c-ae73-88456bc4f5be/_history/MTcxNTA3MzA3NTQ5OTU3NTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 09:11:15 GMT" }, { "key": "content-length", "value": "1287" }, { "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": "8974ecc9-c7cd-445b-a86f-02ac4d6706c0" }, { "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\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\",\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"95c12803-a6ae-458c-ae73-88456bc4f5be\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000002\",\n \"use\": \"official\",\n \"value\": \"6667331\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000582\",\n \"display\": \"Alteplase\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 50\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T09:11:15.499575+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxNTA3MzA3NTQ5OTU3NTAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" }, { "name": "Medication - Alteplase (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\": \"6667331\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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/\"MTcxNTA3MzA3NTQ5OTU3NTAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 09:11:15 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/95c12803-a6ae-458c-ae73-88456bc4f5be/_history/MTcxNTA3MzA3NTQ5OTU3NTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 09:11:15 GMT" }, { "key": "content-length", "value": "1287" }, { "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": "8974ecc9-c7cd-445b-a86f-02ac4d6706c0" }, { "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\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\",\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"95c12803-a6ae-458c-ae73-88456bc4f5be\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000002\",\n \"use\": \"official\",\n \"value\": \"6667331\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000582\",\n \"display\": \"Alteplase\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 50\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T09:11:15.499575+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxNTA3MzA3NTQ5OTU3NTAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" } ] }, { "name": "MedicationRequest - Alteplase", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('MedicationRequest_Kunjungan1')" ], "type": "text/javascript", "packages": {} } } ], "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/{{Medication_Kunjungan1}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"authoredOn\": \"2023-03-02T04:00:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"patientInstruction\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"additionalInstruction\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"421769005\",\n \"display\": \"Follow directions\"\n }\n ]\n }\n ],\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\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\"\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\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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-03-02T04:00:00+00:00\",\n \"end\": \"2023-03-02T05:00:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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 - Alteplase", "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/{{Medication_Kunjungan1}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"authoredOn\": \"2023-03-02T04:00:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"patientInstruction\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"additionalInstruction\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"421769005\",\n \"display\": \"Follow directions\"\n }\n ]\n }\n ],\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\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\"\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\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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-03-02T04:00:00+00:00\",\n \"end\": \"2023-03-02T05:00:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 07 May 2024 11:10:34 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/MedicationRequest/37061c21-4b6a-40e0-9942-c4d79c98a8f5/_history/MTcxNTA4MDIzNDA0OTUxMDAwMA" }, { "key": "etag", "value": "W/\"MTcxNTA4MDIzNDA0OTUxMDAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 11:10:34 GMT" }, { "key": "content-length", "value": "2271" }, { "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": "6085027c-f503-4ebb-9c01-e949df7b7ddc" }, { "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-03-02T04: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 \"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\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - unit of product usage\",\n \"value\": 1\n },\n \"validityPeriod\": {\n \"end\": \"2023-03-02T05:00:00+00:00\",\n \"start\": \"2023-03-02T04:00:00+00:00\"\n }\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"coding\": [\n {\n \"code\": \"421769005\",\n \"display\": \"Follow directions\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - 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\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"37061c21-4b6a-40e0-9942-c4d79c98a8f5\",\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/95c12803-a6ae-458c-ae73-88456bc4f5be\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T11:10:34.049510+00:00\",\n \"versionId\": \"MTcxNTA4MDIzNDA0OTUxMDAwMA\"\n },\n \"priority\": \"routine\",\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"requester\": {\n \"display\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\n },\n \"resourceType\": \"MedicationRequest\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "MedicationRequest - Alteplase", "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/{{Medication_Kunjungan1}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"authoredOn\": \"2023-03-02T04:00:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"patientInstruction\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"additionalInstruction\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"421769005\",\n \"display\": \"Follow directions\"\n }\n ]\n }\n ],\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\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\"\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\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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-03-02T04:00:00+00:00\",\n \"end\": \"2023-03-02T05:00:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 07 May 2024 11:10:34 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/MedicationRequest/37061c21-4b6a-40e0-9942-c4d79c98a8f5/_history/MTcxNTA4MDIzNDA0OTUxMDAwMA" }, { "key": "etag", "value": "W/\"MTcxNTA4MDIzNDA0OTUxMDAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 11:10:34 GMT" }, { "key": "content-length", "value": "2271" }, { "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": "6085027c-f503-4ebb-9c01-e949df7b7ddc" }, { "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-03-02T04: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 \"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\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - unit of product usage\",\n \"value\": 1\n },\n \"validityPeriod\": {\n \"end\": \"2023-03-02T05:00:00+00:00\",\n \"start\": \"2023-03-02T04:00:00+00:00\"\n }\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"coding\": [\n {\n \"code\": \"421769005\",\n \"display\": \"Follow directions\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - 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\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"37061c21-4b6a-40e0-9942-c4d79c98a8f5\",\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/95c12803-a6ae-458c-ae73-88456bc4f5be\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T11:10:34.049510+00:00\",\n \"versionId\": \"MTcxNTA4MDIzNDA0OTUxMDAwMA\"\n },\n \"priority\": \"routine\",\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"requester\": {\n \"display\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\n },\n \"resourceType\": \"MedicationRequest\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] } ] }, { "name": "Pengkajian Resep", "item": [ { "name": "QuestionnaireResponse - Pengkajian Resep", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"QuestionnaireResponse\",\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0007\",\n \"status\": \"completed\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"authored\": \"2023-03-02T04:30:00+00:00\",\n \"author\": {\n \"reference\": \"Practitioner/10009880728\",\n \"display\": \"Apoteker A\"\n },\n \"source\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"item\": [\n {\n \"linkId\": \"1\",\n \"text\": \"Persyaratan Administrasi\",\n \"item\": [\n {\n \"linkId\": \"1.1\",\n \"text\": \"Apakah nama, umur, jenis kelamin, berat badan dan tinggi badan pasien sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.2\",\n \"text\": \"Apakah nama, nomor ijin, alamat dan paraf dokter sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.3\",\n \"text\": \"Apakah tanggal resep sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.4\",\n \"text\": \"Apakah ruangan/unit asal resep sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2\",\n \"text\": \"Persyaratan Farmasetik\",\n \"item\": [\n {\n \"linkId\": \"2.1\",\n \"text\": \"Apakah nama obat, bentuk dan kekuatan sediaan sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.2\",\n \"text\": \"Apakah dosis dan jumlah obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.3\",\n \"text\": \"Apakah stabilitas obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.4\",\n \"text\": \"Apakah aturan dan cara penggunaan obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n }\n ]\n },\n {\n \"linkId\": \"3\",\n \"text\": \"Persyaratan Klinis\",\n \"item\": [\n {\n \"linkId\": \"3.1\",\n \"text\": \"Apakah ketepatan indikasi, dosis, dan waktu penggunaan obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"3.2\",\n \"text\": \"Apakah terdapat duplikasi pengobatan?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.3\",\n \"text\": \"Apakah terdapat alergi dan reaksi obat yang tidak dikehendaki (ROTD)?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.4\",\n \"text\": \"Apakah terdapat kontraindikasi pengobatan?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.5\",\n \"text\": \"Apakah terdapat dampak interaksi obat?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n }\n ]\n }\n ]\n}\n]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/QuestionnaireResponse", "host": [ "{{base_url}}" ], "path": [ "QuestionnaireResponse" ] } }, "response": [ { "name": "QuestionnaireResponse - Pengkajian Resep", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"QuestionnaireResponse\",\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0007\",\n \"status\": \"completed\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"authored\": \"2023-03-02T04:30:00+00:00\",\n \"author\": {\n \"reference\": \"Practitioner/10009880728\",\n \"display\": \"Apoteker A\"\n },\n \"source\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"item\": [\n {\n \"linkId\": \"1\",\n \"text\": \"Persyaratan Administrasi\",\n \"item\": [\n {\n \"linkId\": \"1.1\",\n \"text\": \"Apakah nama, umur, jenis kelamin, berat badan dan tinggi badan pasien sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.2\",\n \"text\": \"Apakah nama, nomor ijin, alamat dan paraf dokter sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.3\",\n \"text\": \"Apakah tanggal resep sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.4\",\n \"text\": \"Apakah ruangan/unit asal resep sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2\",\n \"text\": \"Persyaratan Farmasetik\",\n \"item\": [\n {\n \"linkId\": \"2.1\",\n \"text\": \"Apakah nama obat, bentuk dan kekuatan sediaan sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.2\",\n \"text\": \"Apakah dosis dan jumlah obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.3\",\n \"text\": \"Apakah stabilitas obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.4\",\n \"text\": \"Apakah aturan dan cara penggunaan obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n }\n ]\n },\n {\n \"linkId\": \"3\",\n \"text\": \"Persyaratan Klinis\",\n \"item\": [\n {\n \"linkId\": \"3.1\",\n \"text\": \"Apakah ketepatan indikasi, dosis, dan waktu penggunaan obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"3.2\",\n \"text\": \"Apakah terdapat duplikasi pengobatan?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.3\",\n \"text\": \"Apakah terdapat alergi dan reaksi obat yang tidak dikehendaki (ROTD)?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.4\",\n \"text\": \"Apakah terdapat kontraindikasi pengobatan?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.5\",\n \"text\": \"Apakah terdapat dampak interaksi obat?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n }\n ]\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/QuestionnaireResponse", "host": [ "{{base_url}}" ], "path": [ "QuestionnaireResponse" ] } }, "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/QuestionnaireResponse/0c8b3ef2-0af1-4018-aab3-564e76a2b7e8/_history/MTcxMDc5ODk4NTY2ODUyMDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDc5ODk4NTY2ODUyMDAwMA\"" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 21:56:25 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 21:56:25 GMT" }, { "key": "Content-Length", "value": "14958" }, { "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": "b45fcfc5-e72a-4978-9356-7b36be072b0d" }, { "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 \"display\": \"Apoteker A\",\n \"reference\": \"Practitioner/10009880728\"\n },\n \"authored\": \"2023-03-02T04:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"0c8b3ef2-0af1-4018-aab3-564e76a2b7e8\",\n \"identifier\": {\n \"system\": \"http://sys-ids.kemkes.go.id/creator\",\n \"value\": \"{{Org_id}}\"\n },\n \"item\": [\n {\n \"item\": [\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"1.1\",\n \"text\": \"Apakah nama, umur, jenis kelamin, berat badan dan tinggi badan pasien sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"1.2\",\n \"text\": \"Apakah nama, nomor ijin, alamat dan paraf dokter sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"1.3\",\n \"text\": \"Apakah tanggal resep sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"1.4\",\n \"text\": \"Apakah ruangan/unit asal resep sudah sesuai?\"\n },\n {\n \"item\": [\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"2.1\",\n \"text\": \"Apakah nama obat, bentuk dan kekuatan sediaan sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"2.2\",\n \"text\": \"Apakah dosis dan jumlah obat sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"2.3\",\n \"text\": \"Apakah stabilitas obat sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"2.4\",\n \"text\": \"Apakah aturan dan cara penggunaan obat sudah sesuai?\"\n }\n ],\n \"linkId\": \"2\",\n \"text\": \"Persyaratan Farmasetik\"\n },\n {\n \"item\": [\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"3.1\",\n \"text\": \"Apakah ketepatan indikasi, dosis, dan waktu penggunaan obat sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ],\n \"linkId\": \"3.2\",\n \"text\": \"Apakah terdapat duplikasi pengobatan?\"\n },\n {\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ],\n \"linkId\": \"3.3\",\n \"text\": \"Apakah terdapat alergi dan reaksi obat yang tidak dikehendaki (ROTD)?\"\n },\n {\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ],\n \"linkId\": \"3.4\",\n \"text\": \"Apakah terdapat kontraindikasi pengobatan?\"\n },\n {\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ],\n \"linkId\": \"3.5\",\n \"text\": \"Apakah terdapat dampak interaksi obat?\"\n }\n ],\n \"linkId\": \"3\",\n \"text\": \"Persyaratan Klinis\"\n }\n ],\n \"linkId\": \"1\",\n \"text\": \"Persyaratan Administrasi\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T21:56:25.668520+00:00\",\n \"versionId\": \"MTcxMDc5ODk4NTY2ODUyMDAwMA\"\n },\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0007\",\n \"resourceType\": \"QuestionnaireResponse\",\n \"source\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "QuestionnaireResponse - Pengkajian Resep", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"QuestionnaireResponse\",\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0007\",\n \"status\": \"completed\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"authored\": \"2023-03-02T04:30:00+00:00\",\n \"author\": {\n \"reference\": \"Practitioner/10009880728\",\n \"display\": \"Apoteker A\"\n },\n \"source\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"item\": [\n {\n \"linkId\": \"1\",\n \"text\": \"Persyaratan Administrasi\",\n \"item\": [\n {\n \"linkId\": \"1.1\",\n \"text\": \"Apakah nama, umur, jenis kelamin, berat badan dan tinggi badan pasien sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.2\",\n \"text\": \"Apakah nama, nomor ijin, alamat dan paraf dokter sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.3\",\n \"text\": \"Apakah tanggal resep sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.4\",\n \"text\": \"Apakah ruangan/unit asal resep sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2\",\n \"text\": \"Persyaratan Farmasetik\",\n \"item\": [\n {\n \"linkId\": \"2.1\",\n \"text\": \"Apakah nama obat, bentuk dan kekuatan sediaan sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.2\",\n \"text\": \"Apakah dosis dan jumlah obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.3\",\n \"text\": \"Apakah stabilitas obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.4\",\n \"text\": \"Apakah aturan dan cara penggunaan obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n }\n ]\n },\n {\n \"linkId\": \"3\",\n \"text\": \"Persyaratan Klinis\",\n \"item\": [\n {\n \"linkId\": \"3.1\",\n \"text\": \"Apakah ketepatan indikasi, dosis, dan waktu penggunaan obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"3.2\",\n \"text\": \"Apakah terdapat duplikasi pengobatan?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.3\",\n \"text\": \"Apakah terdapat alergi dan reaksi obat yang tidak dikehendaki (ROTD)?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.4\",\n \"text\": \"Apakah terdapat kontraindikasi pengobatan?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.5\",\n \"text\": \"Apakah terdapat dampak interaksi obat?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n }\n ]\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/QuestionnaireResponse", "host": [ "{{base_url}}" ], "path": [ "QuestionnaireResponse" ] } }, "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/QuestionnaireResponse/0c8b3ef2-0af1-4018-aab3-564e76a2b7e8/_history/MTcxMDc5ODk4NTY2ODUyMDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDc5ODk4NTY2ODUyMDAwMA\"" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 21:56:25 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 21:56:25 GMT" }, { "key": "Content-Length", "value": "14958" }, { "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": "b45fcfc5-e72a-4978-9356-7b36be072b0d" }, { "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 \"display\": \"Apoteker A\",\n \"reference\": \"Practitioner/10009880728\"\n },\n \"authored\": \"2023-03-02T04:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"0c8b3ef2-0af1-4018-aab3-564e76a2b7e8\",\n \"identifier\": {\n \"system\": \"http://sys-ids.kemkes.go.id/creator\",\n \"value\": \"{{Org_id}}\"\n },\n \"item\": [\n {\n \"item\": [\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"1.1\",\n \"text\": \"Apakah nama, umur, jenis kelamin, berat badan dan tinggi badan pasien sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"1.2\",\n \"text\": \"Apakah nama, nomor ijin, alamat dan paraf dokter sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"1.3\",\n \"text\": \"Apakah tanggal resep sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"1.4\",\n \"text\": \"Apakah ruangan/unit asal resep sudah sesuai?\"\n },\n {\n \"item\": [\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"2.1\",\n \"text\": \"Apakah nama obat, bentuk dan kekuatan sediaan sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"2.2\",\n \"text\": \"Apakah dosis dan jumlah obat sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"2.3\",\n \"text\": \"Apakah stabilitas obat sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"2.4\",\n \"text\": \"Apakah aturan dan cara penggunaan obat sudah sesuai?\"\n }\n ],\n \"linkId\": \"2\",\n \"text\": \"Persyaratan Farmasetik\"\n },\n {\n \"item\": [\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"3.1\",\n \"text\": \"Apakah ketepatan indikasi, dosis, dan waktu penggunaan obat sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ],\n \"linkId\": \"3.2\",\n \"text\": \"Apakah terdapat duplikasi pengobatan?\"\n },\n {\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ],\n \"linkId\": \"3.3\",\n \"text\": \"Apakah terdapat alergi dan reaksi obat yang tidak dikehendaki (ROTD)?\"\n },\n {\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ],\n \"linkId\": \"3.4\",\n \"text\": \"Apakah terdapat kontraindikasi pengobatan?\"\n },\n {\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ],\n \"linkId\": \"3.5\",\n \"text\": \"Apakah terdapat dampak interaksi obat?\"\n }\n ],\n \"linkId\": \"3\",\n \"text\": \"Persyaratan Klinis\"\n }\n ],\n \"linkId\": \"1\",\n \"text\": \"Persyaratan Administrasi\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T21:56:25.668520+00:00\",\n \"versionId\": \"MTcxMDc5ODk4NTY2ODUyMDAwMA\"\n },\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0007\",\n \"resourceType\": \"QuestionnaireResponse\",\n \"source\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "QuestionnaireResponse - Pengkajian Resep", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"QuestionnaireResponse\",\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0007\",\n \"status\": \"completed\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"authored\": \"2023-03-02T04:30:00+00:00\",\n \"author\": {\n \"reference\": \"Practitioner/10009880728\",\n \"display\": \"Apoteker A\"\n },\n \"source\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"item\": [\n {\n \"linkId\": \"1\",\n \"text\": \"Persyaratan Administrasi\",\n \"item\": [\n {\n \"linkId\": \"1.1\",\n \"text\": \"Apakah nama, umur, jenis kelamin, berat badan dan tinggi badan pasien sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.2\",\n \"text\": \"Apakah nama, nomor ijin, alamat dan paraf dokter sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.3\",\n \"text\": \"Apakah tanggal resep sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.4\",\n \"text\": \"Apakah ruangan/unit asal resep sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2\",\n \"text\": \"Persyaratan Farmasetik\",\n \"item\": [\n {\n \"linkId\": \"2.1\",\n \"text\": \"Apakah nama obat, bentuk dan kekuatan sediaan sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.2\",\n \"text\": \"Apakah dosis dan jumlah obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.3\",\n \"text\": \"Apakah stabilitas obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.4\",\n \"text\": \"Apakah aturan dan cara penggunaan obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n }\n ]\n },\n {\n \"linkId\": \"3\",\n \"text\": \"Persyaratan Klinis\",\n \"item\": [\n {\n \"linkId\": \"3.1\",\n \"text\": \"Apakah ketepatan indikasi, dosis, dan waktu penggunaan obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"3.2\",\n \"text\": \"Apakah terdapat duplikasi pengobatan?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.3\",\n \"text\": \"Apakah terdapat alergi dan reaksi obat yang tidak dikehendaki (ROTD)?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.4\",\n \"text\": \"Apakah terdapat kontraindikasi pengobatan?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.5\",\n \"text\": \"Apakah terdapat dampak interaksi obat?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n }\n ]\n }\n ]\n}\n]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/QuestionnaireResponse", "host": [ "{{base_url}}" ], "path": [ "QuestionnaireResponse" ] } }, "response": [ { "name": "QuestionnaireResponse - Pengkajian Resep", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"QuestionnaireResponse\",\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0007\",\n \"status\": \"completed\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"authored\": \"2023-03-02T04:30:00+00:00\",\n \"author\": {\n \"reference\": \"Practitioner/10009880728\",\n \"display\": \"Apoteker A\"\n },\n \"source\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"item\": [\n {\n \"linkId\": \"1\",\n \"text\": \"Persyaratan Administrasi\",\n \"item\": [\n {\n \"linkId\": \"1.1\",\n \"text\": \"Apakah nama, umur, jenis kelamin, berat badan dan tinggi badan pasien sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.2\",\n \"text\": \"Apakah nama, nomor ijin, alamat dan paraf dokter sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.3\",\n \"text\": \"Apakah tanggal resep sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.4\",\n \"text\": \"Apakah ruangan/unit asal resep sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2\",\n \"text\": \"Persyaratan Farmasetik\",\n \"item\": [\n {\n \"linkId\": \"2.1\",\n \"text\": \"Apakah nama obat, bentuk dan kekuatan sediaan sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.2\",\n \"text\": \"Apakah dosis dan jumlah obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.3\",\n \"text\": \"Apakah stabilitas obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.4\",\n \"text\": \"Apakah aturan dan cara penggunaan obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n }\n ]\n },\n {\n \"linkId\": \"3\",\n \"text\": \"Persyaratan Klinis\",\n \"item\": [\n {\n \"linkId\": \"3.1\",\n \"text\": \"Apakah ketepatan indikasi, dosis, dan waktu penggunaan obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"3.2\",\n \"text\": \"Apakah terdapat duplikasi pengobatan?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.3\",\n \"text\": \"Apakah terdapat alergi dan reaksi obat yang tidak dikehendaki (ROTD)?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.4\",\n \"text\": \"Apakah terdapat kontraindikasi pengobatan?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.5\",\n \"text\": \"Apakah terdapat dampak interaksi obat?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n }\n ]\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/QuestionnaireResponse", "host": [ "{{base_url}}" ], "path": [ "QuestionnaireResponse" ] } }, "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/QuestionnaireResponse/0c8b3ef2-0af1-4018-aab3-564e76a2b7e8/_history/MTcxMDc5ODk4NTY2ODUyMDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDc5ODk4NTY2ODUyMDAwMA\"" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 21:56:25 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 21:56:25 GMT" }, { "key": "Content-Length", "value": "14958" }, { "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": "b45fcfc5-e72a-4978-9356-7b36be072b0d" }, { "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 \"display\": \"Apoteker A\",\n \"reference\": \"Practitioner/10009880728\"\n },\n \"authored\": \"2023-03-02T04:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"0c8b3ef2-0af1-4018-aab3-564e76a2b7e8\",\n \"identifier\": {\n \"system\": \"http://sys-ids.kemkes.go.id/creator\",\n \"value\": \"{{Org_id}}\"\n },\n \"item\": [\n {\n \"item\": [\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"1.1\",\n \"text\": \"Apakah nama, umur, jenis kelamin, berat badan dan tinggi badan pasien sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"1.2\",\n \"text\": \"Apakah nama, nomor ijin, alamat dan paraf dokter sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"1.3\",\n \"text\": \"Apakah tanggal resep sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"1.4\",\n \"text\": \"Apakah ruangan/unit asal resep sudah sesuai?\"\n },\n {\n \"item\": [\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"2.1\",\n \"text\": \"Apakah nama obat, bentuk dan kekuatan sediaan sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"2.2\",\n \"text\": \"Apakah dosis dan jumlah obat sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"2.3\",\n \"text\": \"Apakah stabilitas obat sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"2.4\",\n \"text\": \"Apakah aturan dan cara penggunaan obat sudah sesuai?\"\n }\n ],\n \"linkId\": \"2\",\n \"text\": \"Persyaratan Farmasetik\"\n },\n {\n \"item\": [\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"3.1\",\n \"text\": \"Apakah ketepatan indikasi, dosis, dan waktu penggunaan obat sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ],\n \"linkId\": \"3.2\",\n \"text\": \"Apakah terdapat duplikasi pengobatan?\"\n },\n {\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ],\n \"linkId\": \"3.3\",\n \"text\": \"Apakah terdapat alergi dan reaksi obat yang tidak dikehendaki (ROTD)?\"\n },\n {\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ],\n \"linkId\": \"3.4\",\n \"text\": \"Apakah terdapat kontraindikasi pengobatan?\"\n },\n {\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ],\n \"linkId\": \"3.5\",\n \"text\": \"Apakah terdapat dampak interaksi obat?\"\n }\n ],\n \"linkId\": \"3\",\n \"text\": \"Persyaratan Klinis\"\n }\n ],\n \"linkId\": \"1\",\n \"text\": \"Persyaratan Administrasi\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T21:56:25.668520+00:00\",\n \"versionId\": \"MTcxMDc5ODk4NTY2ODUyMDAwMA\"\n },\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0007\",\n \"resourceType\": \"QuestionnaireResponse\",\n \"source\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "QuestionnaireResponse - Pengkajian Resep", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"QuestionnaireResponse\",\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0007\",\n \"status\": \"completed\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"authored\": \"2023-03-02T04:30:00+00:00\",\n \"author\": {\n \"reference\": \"Practitioner/10009880728\",\n \"display\": \"Apoteker A\"\n },\n \"source\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"item\": [\n {\n \"linkId\": \"1\",\n \"text\": \"Persyaratan Administrasi\",\n \"item\": [\n {\n \"linkId\": \"1.1\",\n \"text\": \"Apakah nama, umur, jenis kelamin, berat badan dan tinggi badan pasien sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.2\",\n \"text\": \"Apakah nama, nomor ijin, alamat dan paraf dokter sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.3\",\n \"text\": \"Apakah tanggal resep sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.4\",\n \"text\": \"Apakah ruangan/unit asal resep sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2\",\n \"text\": \"Persyaratan Farmasetik\",\n \"item\": [\n {\n \"linkId\": \"2.1\",\n \"text\": \"Apakah nama obat, bentuk dan kekuatan sediaan sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.2\",\n \"text\": \"Apakah dosis dan jumlah obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.3\",\n \"text\": \"Apakah stabilitas obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.4\",\n \"text\": \"Apakah aturan dan cara penggunaan obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n }\n ]\n },\n {\n \"linkId\": \"3\",\n \"text\": \"Persyaratan Klinis\",\n \"item\": [\n {\n \"linkId\": \"3.1\",\n \"text\": \"Apakah ketepatan indikasi, dosis, dan waktu penggunaan obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"3.2\",\n \"text\": \"Apakah terdapat duplikasi pengobatan?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.3\",\n \"text\": \"Apakah terdapat alergi dan reaksi obat yang tidak dikehendaki (ROTD)?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.4\",\n \"text\": \"Apakah terdapat kontraindikasi pengobatan?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.5\",\n \"text\": \"Apakah terdapat dampak interaksi obat?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n }\n ]\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/QuestionnaireResponse", "host": [ "{{base_url}}" ], "path": [ "QuestionnaireResponse" ] } }, "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/QuestionnaireResponse/0c8b3ef2-0af1-4018-aab3-564e76a2b7e8/_history/MTcxMDc5ODk4NTY2ODUyMDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDc5ODk4NTY2ODUyMDAwMA\"" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 21:56:25 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 21:56:25 GMT" }, { "key": "Content-Length", "value": "14958" }, { "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": "b45fcfc5-e72a-4978-9356-7b36be072b0d" }, { "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 \"display\": \"Apoteker A\",\n \"reference\": \"Practitioner/10009880728\"\n },\n \"authored\": \"2023-03-02T04:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"0c8b3ef2-0af1-4018-aab3-564e76a2b7e8\",\n \"identifier\": {\n \"system\": \"http://sys-ids.kemkes.go.id/creator\",\n \"value\": \"{{Org_id}}\"\n },\n \"item\": [\n {\n \"item\": [\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"1.1\",\n \"text\": \"Apakah nama, umur, jenis kelamin, berat badan dan tinggi badan pasien sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"1.2\",\n \"text\": \"Apakah nama, nomor ijin, alamat dan paraf dokter sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"1.3\",\n \"text\": \"Apakah tanggal resep sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"1.4\",\n \"text\": \"Apakah ruangan/unit asal resep sudah sesuai?\"\n },\n {\n \"item\": [\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"2.1\",\n \"text\": \"Apakah nama obat, bentuk dan kekuatan sediaan sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"2.2\",\n \"text\": \"Apakah dosis dan jumlah obat sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"2.3\",\n \"text\": \"Apakah stabilitas obat sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"2.4\",\n \"text\": \"Apakah aturan dan cara penggunaan obat sudah sesuai?\"\n }\n ],\n \"linkId\": \"2\",\n \"text\": \"Persyaratan Farmasetik\"\n },\n {\n \"item\": [\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"3.1\",\n \"text\": \"Apakah ketepatan indikasi, dosis, dan waktu penggunaan obat sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ],\n \"linkId\": \"3.2\",\n \"text\": \"Apakah terdapat duplikasi pengobatan?\"\n },\n {\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ],\n \"linkId\": \"3.3\",\n \"text\": \"Apakah terdapat alergi dan reaksi obat yang tidak dikehendaki (ROTD)?\"\n },\n {\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ],\n \"linkId\": \"3.4\",\n \"text\": \"Apakah terdapat kontraindikasi pengobatan?\"\n },\n {\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ],\n \"linkId\": \"3.5\",\n \"text\": \"Apakah terdapat dampak interaksi obat?\"\n }\n ],\n \"linkId\": \"3\",\n \"text\": \"Persyaratan Klinis\"\n }\n ],\n \"linkId\": \"1\",\n \"text\": \"Persyaratan Administrasi\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T21:56:25.668520+00:00\",\n \"versionId\": \"MTcxMDc5ODk4NTY2ODUyMDAwMA\"\n },\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0007\",\n \"resourceType\": \"QuestionnaireResponse\",\n \"source\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] } ] }, { "name": "Pengeluaran Obat", "item": [ { "name": "Medication - Alteplase (Dispense)", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('Medication_forDispense1', data.id)" ], "type": "text/javascript", "packages": {} } } ], "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\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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 - Alteplase", "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\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Sun, 17 Mar 2024 01:52: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/Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493/_history/MTcxMDY0MDM0OTk1MDg1NzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDY0MDM0OTk1MDg1NzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 01:52:29 GMT" }, { "key": "Content-Length", "value": "1365" }, { "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": "1aba29d2-6984-4106-aa8a-62d9f6753a88" }, { "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-22T14:27:00+00:00\",\n \"lotNumber\": \"1625042A\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\",\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"fcb0ac28-62fa-466d-a0e8-27a1a802b493\",\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\": \"91000582\",\n \"display\": \"Alteplase\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 50\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T01:52:29.950857+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxMDY0MDM0OTk1MDg1NzAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" }, { "name": "Medication - Alteplase", "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\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Sun, 17 Mar 2024 01:52: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/Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493/_history/MTcxMDY0MDM0OTk1MDg1NzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDY0MDM0OTk1MDg1NzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 01:52:29 GMT" }, { "key": "Content-Length", "value": "1365" }, { "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": "1aba29d2-6984-4106-aa8a-62d9f6753a88" }, { "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-22T14:27:00+00:00\",\n \"lotNumber\": \"1625042A\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\",\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"fcb0ac28-62fa-466d-a0e8-27a1a802b493\",\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\": \"91000582\",\n \"display\": \"Alteplase\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 50\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T01:52:29.950857+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxMDY0MDM0OTk1MDg1NzAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" } ] }, { "name": "MedicationDispense - Alteplase", "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/{{Medication_ForDispense1}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000003\",\n \"display\": \"John Miller\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_Ranap}}\",\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/{{MedicationRequest_Kunjungan1}}\"\n }\n ],\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2023-03-01T04:30:00+00:00\",\n \"whenHandedOver\": \"2023-03-01T04:40:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"patientInstruction\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"additionalInstruction\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"421769005\",\n \"display\": \"Follow directions\"\n }\n ]\n }\n ],\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\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\"\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\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\n }\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/MedicationDispense", "host": [ "{{base_url}}" ], "path": [ "MedicationDispense" ] } }, "response": [ { "name": "MedicationDispense - Alteplase", "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/{{Medication_ForDispense1}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000003\",\n \"display\": \"John Miller\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_Ranap}}\",\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/{{MedicationRequest_Kunjungan1}}\"\n }\n ],\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2023-03-01T04:30:00+00:00\",\n \"whenHandedOver\": \"2023-03-01T04:40:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"patientInstruction\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"additionalInstruction\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"421769005\",\n \"display\": \"Follow directions\"\n }\n ]\n }\n ],\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\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\"\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\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/MedicationDispense/0f031c79-d7c0-4d30-a5e0-b68d6a090462/_history/MTcxNTA4MDU3ODY1MzA1OTAwMA" }, { "key": "etag", "value": "W/\"MTcxNTA4MDU3ODY1MzA1OTAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 11:16:18 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 11:16:18 GMT" }, { "key": "content-length", "value": "2096" }, { "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": "78f087af-9914-4bc2-8ae1-cdd9b457811f" }, { "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/e2d740c9-9787-4e97-8e97-bfa5daa951cb\"\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/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\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 \"coding\": [\n {\n \"code\": \"421769005\",\n \"display\": \"Follow directions\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - 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\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"0f031c79-d7c0-4d30-a5e0-b68d6a090462\",\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\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"reference\": \"Location/{{Location_bedRanap}}\"\n },\n \"medicationReference\": {\n \"reference\": \"Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T11:16:18.653059+00:00\",\n \"versionId\": \"MTcxNTA4MDU3ODY1MzA1OTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"John Miller\",\n \"reference\": \"Practitioner/N10000003\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - 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-03-01T04:40:00+00:00\",\n \"whenPrepared\": \"2023-03-01T04:30:00+00:00\"\n}" }, { "name": "MedicationDispense - Alteplase", "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/{{Medication_ForDispense1}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000003\",\n \"display\": \"John Miller\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_Ranap}}\",\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/{{MedicationRequest_Kunjungan1}}\"\n }\n ],\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2023-03-01T04:30:00+00:00\",\n \"whenHandedOver\": \"2023-03-01T04:40:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"patientInstruction\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"additionalInstruction\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"421769005\",\n \"display\": \"Follow directions\"\n }\n ]\n }\n ],\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\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\"\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\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/MedicationDispense/0f031c79-d7c0-4d30-a5e0-b68d6a090462/_history/MTcxNTA4MDU3ODY1MzA1OTAwMA" }, { "key": "etag", "value": "W/\"MTcxNTA4MDU3ODY1MzA1OTAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 11:16:18 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 11:16:18 GMT" }, { "key": "content-length", "value": "2096" }, { "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": "78f087af-9914-4bc2-8ae1-cdd9b457811f" }, { "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/e2d740c9-9787-4e97-8e97-bfa5daa951cb\"\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/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\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 \"coding\": [\n {\n \"code\": \"421769005\",\n \"display\": \"Follow directions\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - 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\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"0f031c79-d7c0-4d30-a5e0-b68d6a090462\",\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\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"reference\": \"Location/{{Location_bedRanap}}\"\n },\n \"medicationReference\": {\n \"reference\": \"Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T11:16:18.653059+00:00\",\n \"versionId\": \"MTcxNTA4MDU3ODY1MzA1OTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"John Miller\",\n \"reference\": \"Practitioner/N10000003\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - 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-03-01T04:40:00+00:00\",\n \"whenPrepared\": \"2023-03-01T04:30:00+00:00\"\n}" } ] }, { "name": "MedicationDispense - Alteplase", "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/{{Medication_ForDispense1}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000003\",\n \"display\": \"John Miller\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_Ranap}}\",\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/{{MedicationRequest_Kunjungan1}}\"\n }\n ],\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2023-03-01T04:30:00+00:00\",\n \"whenHandedOver\": \"2023-03-01T04:40:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"patientInstruction\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"additionalInstruction\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"421769005\",\n \"display\": \"Follow directions\"\n }\n ]\n }\n ],\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\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\"\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\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\n }\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/MedicationDispense", "host": [ "{{base_url}}" ], "path": [ "MedicationDispense" ] } }, "response": [ { "name": "MedicationDispense - Alteplase", "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/{{Medication_ForDispense1}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000003\",\n \"display\": \"John Miller\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_Ranap}}\",\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/{{MedicationRequest_Kunjungan1}}\"\n }\n ],\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2023-03-01T04:30:00+00:00\",\n \"whenHandedOver\": \"2023-03-01T04:40:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"patientInstruction\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"additionalInstruction\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"421769005\",\n \"display\": \"Follow directions\"\n }\n ]\n }\n ],\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\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\"\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\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/MedicationDispense/0f031c79-d7c0-4d30-a5e0-b68d6a090462/_history/MTcxNTA4MDU3ODY1MzA1OTAwMA" }, { "key": "etag", "value": "W/\"MTcxNTA4MDU3ODY1MzA1OTAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 11:16:18 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 11:16:18 GMT" }, { "key": "content-length", "value": "2096" }, { "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": "78f087af-9914-4bc2-8ae1-cdd9b457811f" }, { "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/e2d740c9-9787-4e97-8e97-bfa5daa951cb\"\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/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\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 \"coding\": [\n {\n \"code\": \"421769005\",\n \"display\": \"Follow directions\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - 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\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"0f031c79-d7c0-4d30-a5e0-b68d6a090462\",\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\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"reference\": \"Location/{{Location_bedRanap}}\"\n },\n \"medicationReference\": {\n \"reference\": \"Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T11:16:18.653059+00:00\",\n \"versionId\": \"MTcxNTA4MDU3ODY1MzA1OTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"John Miller\",\n \"reference\": \"Practitioner/N10000003\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - 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-03-01T04:40:00+00:00\",\n \"whenPrepared\": \"2023-03-01T04:30:00+00:00\"\n}" }, { "name": "MedicationDispense - Alteplase", "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/{{Medication_ForDispense1}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000003\",\n \"display\": \"John Miller\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_Ranap}}\",\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/{{MedicationRequest_Kunjungan1}}\"\n }\n ],\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2023-03-01T04:30:00+00:00\",\n \"whenHandedOver\": \"2023-03-01T04:40:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"patientInstruction\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"additionalInstruction\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"421769005\",\n \"display\": \"Follow directions\"\n }\n ]\n }\n ],\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\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\"\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\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/MedicationDispense/0f031c79-d7c0-4d30-a5e0-b68d6a090462/_history/MTcxNTA4MDU3ODY1MzA1OTAwMA" }, { "key": "etag", "value": "W/\"MTcxNTA4MDU3ODY1MzA1OTAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 11:16:18 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 11:16:18 GMT" }, { "key": "content-length", "value": "2096" }, { "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": "78f087af-9914-4bc2-8ae1-cdd9b457811f" }, { "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/e2d740c9-9787-4e97-8e97-bfa5daa951cb\"\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/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\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 \"coding\": [\n {\n \"code\": \"421769005\",\n \"display\": \"Follow directions\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - 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\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"0f031c79-d7c0-4d30-a5e0-b68d6a090462\",\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\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"reference\": \"Location/{{Location_bedRanap}}\"\n },\n \"medicationReference\": {\n \"reference\": \"Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T11:16:18.653059+00:00\",\n \"versionId\": \"MTcxNTA4MDU3ODY1MzA1OTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"John Miller\",\n \"reference\": \"Practitioner/N10000003\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - 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-03-01T04:40:00+00:00\",\n \"whenPrepared\": \"2023-03-01T04:30:00+00:00\"\n}" } ] }, { "name": "Medication - Alteplase (Dispense)", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('Medication_forDispense1', data.id)" ], "type": "text/javascript", "packages": {} } } ], "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\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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 - Alteplase", "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\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Sun, 17 Mar 2024 01:52: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/Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493/_history/MTcxMDY0MDM0OTk1MDg1NzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDY0MDM0OTk1MDg1NzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 01:52:29 GMT" }, { "key": "Content-Length", "value": "1365" }, { "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": "1aba29d2-6984-4106-aa8a-62d9f6753a88" }, { "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-22T14:27:00+00:00\",\n \"lotNumber\": \"1625042A\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\",\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"fcb0ac28-62fa-466d-a0e8-27a1a802b493\",\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\": \"91000582\",\n \"display\": \"Alteplase\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 50\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T01:52:29.950857+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxMDY0MDM0OTk1MDg1NzAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" }, { "name": "Medication - Alteplase", "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\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Sun, 17 Mar 2024 01:52: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/Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493/_history/MTcxMDY0MDM0OTk1MDg1NzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDY0MDM0OTk1MDg1NzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 01:52:29 GMT" }, { "key": "Content-Length", "value": "1365" }, { "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": "1aba29d2-6984-4106-aa8a-62d9f6753a88" }, { "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-22T14:27:00+00:00\",\n \"lotNumber\": \"1625042A\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\",\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"fcb0ac28-62fa-466d-a0e8-27a1a802b493\",\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\": \"91000582\",\n \"display\": \"Alteplase\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 50\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T01:52:29.950857+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxMDY0MDM0OTk1MDg1NzAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" } ] } ] } ] }, { "name": "10. Tindakan Terapeutik", "item": [ { "name": "Medication - Alteplase (Dispense)", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('Medication_Alteplase', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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 - Alteplase", "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\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Sun, 17 Mar 2024 01:52: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/Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493/_history/MTcxMDY0MDM0OTk1MDg1NzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDY0MDM0OTk1MDg1NzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 01:52:29 GMT" }, { "key": "Content-Length", "value": "1365" }, { "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": "1aba29d2-6984-4106-aa8a-62d9f6753a88" }, { "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-22T14:27:00+00:00\",\n \"lotNumber\": \"1625042A\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\",\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"fcb0ac28-62fa-466d-a0e8-27a1a802b493\",\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\": \"91000582\",\n \"display\": \"Alteplase\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 50\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T01:52:29.950857+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxMDY0MDM0OTk1MDg1NzAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" }, { "name": "Medication - Alteplase", "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\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Sun, 17 Mar 2024 01:52: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/Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493/_history/MTcxMDY0MDM0OTk1MDg1NzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDY0MDM0OTk1MDg1NzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 01:52:29 GMT" }, { "key": "Content-Length", "value": "1365" }, { "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": "1aba29d2-6984-4106-aa8a-62d9f6753a88" }, { "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-22T14:27:00+00:00\",\n \"lotNumber\": \"1625042A\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\",\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"fcb0ac28-62fa-466d-a0e8-27a1a802b493\",\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\": \"91000582\",\n \"display\": \"Alteplase\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 50\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T01:52:29.950857+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxMDY0MDM0OTk1MDg1NzAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" } ] }, { "name": "Procedure - r-TPA", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('Procedure_rTPA', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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\": \"99.10\",\n \"display\": \"Injection or infusion of thrombolytic agent\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-01T02:40:00+00:00\",\n \"end\": \"2023-03-01T03:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"usedReference\": [\n {\n \"reference\": \"Medication/{{Medication_Alteplase}}\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Procedure", "host": [ "{{base_url}}" ], "path": [ "Procedure" ] } }, "response": [ { "name": "Procedure - r-TPA", "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\": \"99.10\",\n \"display\": \"Injection or infusion of thrombolytic agent\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-01T02:40:00+00:00\",\n \"end\": \"2023-03-01T03:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"usedReference\": [\n {\n \"reference\": \"Medication/{{Medication_Alteplase}}\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\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": "last-modified", "value": "Sun, 17 Mar 2024 01:52:54 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/5c6ba585-3388-47d3-8e00-921f6a3030fc/_history/MTcxMDY0MDM3NDI0NzQ4NjAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDY0MDM3NDI0NzQ4NjAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 01:52:54 GMT" }, { "key": "Content-Length", "value": "1093" }, { "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": "736f433d-8dd7-40da-8745-bc96db014a0a" }, { "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\": \"277132007\",\n \"display\": \"Therapeutic procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"99.10\",\n \"display\": \"Injection or infusion of thrombolytic agent\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"5c6ba585-3388-47d3-8e00-921f6a3030fc\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T01:52:54.247486+00:00\",\n \"versionId\": \"MTcxMDY0MDM3NDI0NzQ4NjAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\n }\n ],\n \"performedPeriod\": {\n \"end\": \"2023-03-01T03:00:00+00:00\",\n \"start\": \"2023-03-01T02:40: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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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 \"usedReference\": [\n {\n \"reference\": \"Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493\"\n }\n ]\n}" }, { "name": "Procedure - r-TPA", "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\": \"99.10\",\n \"display\": \"Injection or infusion of thrombolytic agent\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-01T02:40:00+00:00\",\n \"end\": \"2023-03-01T03:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"usedReference\": [\n {\n \"reference\": \"Medication/{{Medication_Alteplase}}\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\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": "last-modified", "value": "Sun, 17 Mar 2024 01:52:54 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/5c6ba585-3388-47d3-8e00-921f6a3030fc/_history/MTcxMDY0MDM3NDI0NzQ4NjAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDY0MDM3NDI0NzQ4NjAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 01:52:54 GMT" }, { "key": "Content-Length", "value": "1093" }, { "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": "736f433d-8dd7-40da-8745-bc96db014a0a" }, { "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\": \"277132007\",\n \"display\": \"Therapeutic procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"99.10\",\n \"display\": \"Injection or infusion of thrombolytic agent\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"5c6ba585-3388-47d3-8e00-921f6a3030fc\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T01:52:54.247486+00:00\",\n \"versionId\": \"MTcxMDY0MDM3NDI0NzQ4NjAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\n }\n ],\n \"performedPeriod\": {\n \"end\": \"2023-03-01T03:00:00+00:00\",\n \"start\": \"2023-03-01T02:40: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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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 \"usedReference\": [\n {\n \"reference\": \"Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493\"\n }\n ]\n}" } ] }, { "name": "Observation - Total Skor NIHSS Post r-TPA", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T03:00:00+00:00\",\n \"issued\": \"2023-03-01T03:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Total Skor NIHSS Post r-TPA", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T03:00:00+00:00\",\n \"issued\": \"2023-03-01T03:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\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": "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/bcbd37bd-e70b-42de-98b0-81c336389d4d/_history/MTcxMDY0MTY0NzM2OTE5MDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDY0MTY0NzM2OTE5MDAwMA\"" }, { "key": "last-modified", "value": "Sun, 17 Mar 2024 02:14:07 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 02:14:07 GMT" }, { "key": "Content-Length", "value": "975" }, { "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": "0b2bbc5e-fbe1-4f0a-aa8b-645b6f99de6a" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T03:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"bcbd37bd-e70b-42de-98b0-81c336389d4d\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-01T03:00:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T02:14:07.369190+00:00\",\n \"versionId\": \"MTcxMDY0MTY0NzM2OTE5MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 14\n }\n}" }, { "name": "Observation - Total Skor NIHSS Post r-TPA", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T03:00:00+00:00\",\n \"issued\": \"2023-03-01T03:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\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": "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/bcbd37bd-e70b-42de-98b0-81c336389d4d/_history/MTcxMDY0MTY0NzM2OTE5MDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDY0MTY0NzM2OTE5MDAwMA\"" }, { "key": "last-modified", "value": "Sun, 17 Mar 2024 02:14:07 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 02:14:07 GMT" }, { "key": "Content-Length", "value": "975" }, { "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": "0b2bbc5e-fbe1-4f0a-aa8b-645b6f99de6a" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T03:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"bcbd37bd-e70b-42de-98b0-81c336389d4d\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-01T03:00:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T02:14:07.369190+00:00\",\n \"versionId\": \"MTcxMDY0MTY0NzM2OTE5MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 14\n }\n}" } ] }, { "name": "Procedure - Trombektomi", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('Procedure_Thrombectomy', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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\": \"39.74\",\n \"display\": \"Endovascular removal of obstruction from head and neck vessel (s)\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-01T03:15:00+00:00\",\n \"end\": \"2023-03-01T04:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Procedure", "host": [ "{{base_url}}" ], "path": [ "Procedure" ] } }, "response": [ { "name": "Procedure - Trombektomi", "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\": \"39.74\",\n \"display\": \"Endovascular removal of obstruction from head and neck vessel (s)\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-01T03:15:00+00:00\",\n \"end\": \"2023-03-01T04:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\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/389323c6-d087-4150-a254-0c3d338a4144/_history/MTcxODg2NDQ5NzQ1Njc0OTAwMA" }, { "key": "last-modified", "value": "Thu, 20 Jun 2024 06:21:37 UTC" }, { "key": "etag", "value": "W/\"MTcxODg2NDQ5NzQ1Njc0OTAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Thu, 20 Jun 2024 06:21:37 GMT" }, { "key": "content-length", "value": "978" }, { "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": "b2d77d4b-bbc9-43f0-8cef-e9e5bd6acca5" }, { "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\": \"277132007\",\n \"display\": \"Therapeutic procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"39.74\",\n \"display\": \"Endovascular removal of obstruction from head and neck vessel (s)\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"389323c6-d087-4150-a254-0c3d338a4144\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-06-20T06:21:37.456749+00:00\",\n \"versionId\": \"MTcxODg2NDQ5NzQ1Njc0OTAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2023-03-01T04:00:00+00:00\",\n \"start\": \"2023-03-01T03:15: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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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 - Trombektomi", "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\": \"39.74\",\n \"display\": \"Endovascular removal of obstruction from head and neck vessel (s)\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-01T03:15:00+00:00\",\n \"end\": \"2023-03-01T04:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\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/389323c6-d087-4150-a254-0c3d338a4144/_history/MTcxODg2NDQ5NzQ1Njc0OTAwMA" }, { "key": "last-modified", "value": "Thu, 20 Jun 2024 06:21:37 UTC" }, { "key": "etag", "value": "W/\"MTcxODg2NDQ5NzQ1Njc0OTAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Thu, 20 Jun 2024 06:21:37 GMT" }, { "key": "content-length", "value": "978" }, { "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": "b2d77d4b-bbc9-43f0-8cef-e9e5bd6acca5" }, { "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\": \"277132007\",\n \"display\": \"Therapeutic procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"39.74\",\n \"display\": \"Endovascular removal of obstruction from head and neck vessel (s)\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"389323c6-d087-4150-a254-0c3d338a4144\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-06-20T06:21:37.456749+00:00\",\n \"versionId\": \"MTcxODg2NDQ5NzQ1Njc0OTAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2023-03-01T04:00:00+00:00\",\n \"start\": \"2023-03-01T03:15: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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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": "Observation - Time to Recanalization", "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\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000182\",\n \"display\": \"Time to Recanalization\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueDateTime\": \"2023-03-01T03:35:00+00:00\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Time to Recanalization", "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\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000182\",\n \"display\": \"Time to Recanalization\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueDateTime\": \"2023-03-01T03:35:00+00:00\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxNTA3ODQ5NzI0OTEwMTAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 10:41:37 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/35a87712-756f-425a-8a61-dcc767b824bc/_history/MTcxNTA3ODQ5NzI0OTEwMTAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 10:41:37 GMT" }, { "key": "content-length", "value": "816" }, { "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": "0e4b08af-c9a8-41af-8d89-ef5da03d8db8" }, { "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\": \"procedure\",\n \"display\": \"Procedure\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000182\",\n \"display\": \"Time to Recanalization\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"35a87712-756f-425a-8a61-dcc767b824bc\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T10:41:37.249101+00:00\",\n \"versionId\": \"MTcxNTA3ODQ5NzI0OTEwMTAwMA\"\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 \"valueDateTime\": \"2023-03-01T03:35:00+00:00\"\n}" }, { "name": "Observation - Time to Recanalization", "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\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000182\",\n \"display\": \"Time to Recanalization\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueDateTime\": \"2023-03-01T03:35:00+00:00\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxNTA3ODQ5NzI0OTEwMTAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 10:41:37 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/35a87712-756f-425a-8a61-dcc767b824bc/_history/MTcxNTA3ODQ5NzI0OTEwMTAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 10:41:37 GMT" }, { "key": "content-length", "value": "816" }, { "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": "0e4b08af-c9a8-41af-8d89-ef5da03d8db8" }, { "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\": \"procedure\",\n \"display\": \"Procedure\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000182\",\n \"display\": \"Time to Recanalization\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"35a87712-756f-425a-8a61-dcc767b824bc\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T10:41:37.249101+00:00\",\n \"versionId\": \"MTcxNTA3ODQ5NzI0OTEwMTAwMA\"\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 \"valueDateTime\": \"2023-03-01T03:35:00+00:00\"\n}" } ] }, { "name": "Observation - TICI Score", "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\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000183\",\n \"display\": \"Thrombolysis in Cerebral Infarction Score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000412\",\n \"display\": \"Grade 2b\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Time to Recanalization Copy", "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\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000183\",\n \"display\": \"Thrombolysis in Cerebral Infarction Score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000412\",\n \"display\": \"Grade 2b\"\n }\n ]\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/\"MTcxNTA3OTMyMjIxNTU0MjAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 10:55:22 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/5298d733-1bc9-4c77-b5f7-9d4dc4de5800/_history/MTcxNTA3OTMyMjIxNTU0MjAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 10:55:22 GMT" }, { "key": "content-length", "value": "936" }, { "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": "665614d5-04df-4c71-87dd-1be6515d1c99" }, { "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\": \"procedure\",\n \"display\": \"Procedure\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000183\",\n \"display\": \"Thrombolysis in Cerebral Infarction Score\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"5298d733-1bc9-4c77-b5f7-9d4dc4de5800\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T10:55:22.215542+00:00\",\n \"versionId\": \"MTcxNTA3OTMyMjIxNTU0MjAwMA\"\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 \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"OV000412\",\n \"display\": \"Grade 2b\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n }\n}" }, { "name": "Observation - Time to Recanalization Copy", "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\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000183\",\n \"display\": \"Thrombolysis in Cerebral Infarction Score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000412\",\n \"display\": \"Grade 2b\"\n }\n ]\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/\"MTcxNTA3OTMyMjIxNTU0MjAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 10:55:22 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/5298d733-1bc9-4c77-b5f7-9d4dc4de5800/_history/MTcxNTA3OTMyMjIxNTU0MjAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 10:55:22 GMT" }, { "key": "content-length", "value": "936" }, { "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": "665614d5-04df-4c71-87dd-1be6515d1c99" }, { "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\": \"procedure\",\n \"display\": \"Procedure\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000183\",\n \"display\": \"Thrombolysis in Cerebral Infarction Score\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"5298d733-1bc9-4c77-b5f7-9d4dc4de5800\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T10:55:22.215542+00:00\",\n \"versionId\": \"MTcxNTA3OTMyMjIxNTU0MjAwMA\"\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 \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"OV000412\",\n \"display\": \"Grade 2b\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n }\n}" } ] }, { "name": "Observation - Total Skor NIHSS Post r-TPA", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T03:00:00+00:00\",\n \"issued\": \"2023-03-01T03:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Total Skor NIHSS Post r-TPA", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T03:00:00+00:00\",\n \"issued\": \"2023-03-01T03:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\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": "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/bcbd37bd-e70b-42de-98b0-81c336389d4d/_history/MTcxMDY0MTY0NzM2OTE5MDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDY0MTY0NzM2OTE5MDAwMA\"" }, { "key": "last-modified", "value": "Sun, 17 Mar 2024 02:14:07 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 02:14:07 GMT" }, { "key": "Content-Length", "value": "975" }, { "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": "0b2bbc5e-fbe1-4f0a-aa8b-645b6f99de6a" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T03:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"bcbd37bd-e70b-42de-98b0-81c336389d4d\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-01T03:00:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T02:14:07.369190+00:00\",\n \"versionId\": \"MTcxMDY0MTY0NzM2OTE5MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 14\n }\n}" }, { "name": "Observation - Total Skor NIHSS Post r-TPA", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T03:00:00+00:00\",\n \"issued\": \"2023-03-01T03:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\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": "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/bcbd37bd-e70b-42de-98b0-81c336389d4d/_history/MTcxMDY0MTY0NzM2OTE5MDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDY0MTY0NzM2OTE5MDAwMA\"" }, { "key": "last-modified", "value": "Sun, 17 Mar 2024 02:14:07 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 02:14:07 GMT" }, { "key": "Content-Length", "value": "975" }, { "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": "0b2bbc5e-fbe1-4f0a-aa8b-645b6f99de6a" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T03:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"bcbd37bd-e70b-42de-98b0-81c336389d4d\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-01T03:00:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T02:14:07.369190+00:00\",\n \"versionId\": \"MTcxMDY0MTY0NzM2OTE5MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 14\n }\n}" } ] }, { "name": "Observation - Time to Recanalization", "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\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000182\",\n \"display\": \"Time to Recanalization\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueDateTime\": \"2023-03-01T03:35:00+00:00\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Time to Recanalization", "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\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000182\",\n \"display\": \"Time to Recanalization\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueDateTime\": \"2023-03-01T03:35:00+00:00\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxNTA3ODQ5NzI0OTEwMTAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 10:41:37 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/35a87712-756f-425a-8a61-dcc767b824bc/_history/MTcxNTA3ODQ5NzI0OTEwMTAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 10:41:37 GMT" }, { "key": "content-length", "value": "816" }, { "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": "0e4b08af-c9a8-41af-8d89-ef5da03d8db8" }, { "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\": \"procedure\",\n \"display\": \"Procedure\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000182\",\n \"display\": \"Time to Recanalization\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"35a87712-756f-425a-8a61-dcc767b824bc\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T10:41:37.249101+00:00\",\n \"versionId\": \"MTcxNTA3ODQ5NzI0OTEwMTAwMA\"\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 \"valueDateTime\": \"2023-03-01T03:35:00+00:00\"\n}" }, { "name": "Observation - Time to Recanalization", "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\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000182\",\n \"display\": \"Time to Recanalization\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueDateTime\": \"2023-03-01T03:35:00+00:00\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxNTA3ODQ5NzI0OTEwMTAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 10:41:37 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/35a87712-756f-425a-8a61-dcc767b824bc/_history/MTcxNTA3ODQ5NzI0OTEwMTAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 10:41:37 GMT" }, { "key": "content-length", "value": "816" }, { "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": "0e4b08af-c9a8-41af-8d89-ef5da03d8db8" }, { "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\": \"procedure\",\n \"display\": \"Procedure\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000182\",\n \"display\": \"Time to Recanalization\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"35a87712-756f-425a-8a61-dcc767b824bc\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T10:41:37.249101+00:00\",\n \"versionId\": \"MTcxNTA3ODQ5NzI0OTEwMTAwMA\"\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 \"valueDateTime\": \"2023-03-01T03:35:00+00:00\"\n}" } ] }, { "name": "Procedure - Trombektomi", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('Procedure_Thrombectomy', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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\": \"39.74\",\n \"display\": \"Endovascular removal of obstruction from head and neck vessel (s)\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-01T03:15:00+00:00\",\n \"end\": \"2023-03-01T04:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Procedure", "host": [ "{{base_url}}" ], "path": [ "Procedure" ] } }, "response": [ { "name": "Procedure - Trombektomi", "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\": \"39.74\",\n \"display\": \"Endovascular removal of obstruction from head and neck vessel (s)\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-01T03:15:00+00:00\",\n \"end\": \"2023-03-01T04:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\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/389323c6-d087-4150-a254-0c3d338a4144/_history/MTcxODg2NDQ5NzQ1Njc0OTAwMA" }, { "key": "last-modified", "value": "Thu, 20 Jun 2024 06:21:37 UTC" }, { "key": "etag", "value": "W/\"MTcxODg2NDQ5NzQ1Njc0OTAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Thu, 20 Jun 2024 06:21:37 GMT" }, { "key": "content-length", "value": "978" }, { "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": "b2d77d4b-bbc9-43f0-8cef-e9e5bd6acca5" }, { "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\": \"277132007\",\n \"display\": \"Therapeutic procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"39.74\",\n \"display\": \"Endovascular removal of obstruction from head and neck vessel (s)\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"389323c6-d087-4150-a254-0c3d338a4144\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-06-20T06:21:37.456749+00:00\",\n \"versionId\": \"MTcxODg2NDQ5NzQ1Njc0OTAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2023-03-01T04:00:00+00:00\",\n \"start\": \"2023-03-01T03:15: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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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 - Trombektomi", "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\": \"39.74\",\n \"display\": \"Endovascular removal of obstruction from head and neck vessel (s)\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-01T03:15:00+00:00\",\n \"end\": \"2023-03-01T04:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\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/389323c6-d087-4150-a254-0c3d338a4144/_history/MTcxODg2NDQ5NzQ1Njc0OTAwMA" }, { "key": "last-modified", "value": "Thu, 20 Jun 2024 06:21:37 UTC" }, { "key": "etag", "value": "W/\"MTcxODg2NDQ5NzQ1Njc0OTAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Thu, 20 Jun 2024 06:21:37 GMT" }, { "key": "content-length", "value": "978" }, { "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": "b2d77d4b-bbc9-43f0-8cef-e9e5bd6acca5" }, { "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\": \"277132007\",\n \"display\": \"Therapeutic procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"39.74\",\n \"display\": \"Endovascular removal of obstruction from head and neck vessel (s)\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"389323c6-d087-4150-a254-0c3d338a4144\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-06-20T06:21:37.456749+00:00\",\n \"versionId\": \"MTcxODg2NDQ5NzQ1Njc0OTAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2023-03-01T04:00:00+00:00\",\n \"start\": \"2023-03-01T03:15: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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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": "Medication - Alteplase (Dispense)", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('Medication_Alteplase', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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 - Alteplase", "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\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Sun, 17 Mar 2024 01:52: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/Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493/_history/MTcxMDY0MDM0OTk1MDg1NzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDY0MDM0OTk1MDg1NzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 01:52:29 GMT" }, { "key": "Content-Length", "value": "1365" }, { "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": "1aba29d2-6984-4106-aa8a-62d9f6753a88" }, { "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-22T14:27:00+00:00\",\n \"lotNumber\": \"1625042A\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\",\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"fcb0ac28-62fa-466d-a0e8-27a1a802b493\",\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\": \"91000582\",\n \"display\": \"Alteplase\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 50\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T01:52:29.950857+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxMDY0MDM0OTk1MDg1NzAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" }, { "name": "Medication - Alteplase", "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\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Sun, 17 Mar 2024 01:52: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/Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493/_history/MTcxMDY0MDM0OTk1MDg1NzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDY0MDM0OTk1MDg1NzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 01:52:29 GMT" }, { "key": "Content-Length", "value": "1365" }, { "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": "1aba29d2-6984-4106-aa8a-62d9f6753a88" }, { "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-22T14:27:00+00:00\",\n \"lotNumber\": \"1625042A\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\",\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"fcb0ac28-62fa-466d-a0e8-27a1a802b493\",\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\": \"91000582\",\n \"display\": \"Alteplase\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 50\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T01:52:29.950857+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxMDY0MDM0OTk1MDg1NzAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" } ] }, { "name": "Observation - TICI Score", "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\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000183\",\n \"display\": \"Thrombolysis in Cerebral Infarction Score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000412\",\n \"display\": \"Grade 2b\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Time to Recanalization Copy", "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\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000183\",\n \"display\": \"Thrombolysis in Cerebral Infarction Score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000412\",\n \"display\": \"Grade 2b\"\n }\n ]\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/\"MTcxNTA3OTMyMjIxNTU0MjAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 10:55:22 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/5298d733-1bc9-4c77-b5f7-9d4dc4de5800/_history/MTcxNTA3OTMyMjIxNTU0MjAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 10:55:22 GMT" }, { "key": "content-length", "value": "936" }, { "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": "665614d5-04df-4c71-87dd-1be6515d1c99" }, { "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\": \"procedure\",\n \"display\": \"Procedure\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000183\",\n \"display\": \"Thrombolysis in Cerebral Infarction Score\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"5298d733-1bc9-4c77-b5f7-9d4dc4de5800\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T10:55:22.215542+00:00\",\n \"versionId\": \"MTcxNTA3OTMyMjIxNTU0MjAwMA\"\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 \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"OV000412\",\n \"display\": \"Grade 2b\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n }\n}" }, { "name": "Observation - Time to Recanalization Copy", "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\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000183\",\n \"display\": \"Thrombolysis in Cerebral Infarction Score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000412\",\n \"display\": \"Grade 2b\"\n }\n ]\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/\"MTcxNTA3OTMyMjIxNTU0MjAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 10:55:22 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/5298d733-1bc9-4c77-b5f7-9d4dc4de5800/_history/MTcxNTA3OTMyMjIxNTU0MjAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 10:55:22 GMT" }, { "key": "content-length", "value": "936" }, { "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": "665614d5-04df-4c71-87dd-1be6515d1c99" }, { "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\": \"procedure\",\n \"display\": \"Procedure\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000183\",\n \"display\": \"Thrombolysis in Cerebral Infarction Score\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"5298d733-1bc9-4c77-b5f7-9d4dc4de5800\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T10:55:22.215542+00:00\",\n \"versionId\": \"MTcxNTA3OTMyMjIxNTU0MjAwMA\"\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 \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"OV000412\",\n \"display\": \"Grade 2b\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n }\n}" } ] }, { "name": "Procedure - r-TPA", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('Procedure_rTPA', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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\": \"99.10\",\n \"display\": \"Injection or infusion of thrombolytic agent\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-01T02:40:00+00:00\",\n \"end\": \"2023-03-01T03:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"usedReference\": [\n {\n \"reference\": \"Medication/{{Medication_Alteplase}}\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Procedure", "host": [ "{{base_url}}" ], "path": [ "Procedure" ] } }, "response": [ { "name": "Procedure - r-TPA", "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\": \"99.10\",\n \"display\": \"Injection or infusion of thrombolytic agent\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-01T02:40:00+00:00\",\n \"end\": \"2023-03-01T03:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"usedReference\": [\n {\n \"reference\": \"Medication/{{Medication_Alteplase}}\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\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": "last-modified", "value": "Sun, 17 Mar 2024 01:52:54 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/5c6ba585-3388-47d3-8e00-921f6a3030fc/_history/MTcxMDY0MDM3NDI0NzQ4NjAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDY0MDM3NDI0NzQ4NjAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 01:52:54 GMT" }, { "key": "Content-Length", "value": "1093" }, { "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": "736f433d-8dd7-40da-8745-bc96db014a0a" }, { "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\": \"277132007\",\n \"display\": \"Therapeutic procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"99.10\",\n \"display\": \"Injection or infusion of thrombolytic agent\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"5c6ba585-3388-47d3-8e00-921f6a3030fc\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T01:52:54.247486+00:00\",\n \"versionId\": \"MTcxMDY0MDM3NDI0NzQ4NjAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\n }\n ],\n \"performedPeriod\": {\n \"end\": \"2023-03-01T03:00:00+00:00\",\n \"start\": \"2023-03-01T02:40: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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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 \"usedReference\": [\n {\n \"reference\": \"Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493\"\n }\n ]\n}" }, { "name": "Procedure - r-TPA", "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\": \"99.10\",\n \"display\": \"Injection or infusion of thrombolytic agent\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-01T02:40:00+00:00\",\n \"end\": \"2023-03-01T03:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"usedReference\": [\n {\n \"reference\": \"Medication/{{Medication_Alteplase}}\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\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": "last-modified", "value": "Sun, 17 Mar 2024 01:52:54 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/5c6ba585-3388-47d3-8e00-921f6a3030fc/_history/MTcxMDY0MDM3NDI0NzQ4NjAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDY0MDM3NDI0NzQ4NjAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 01:52:54 GMT" }, { "key": "Content-Length", "value": "1093" }, { "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": "736f433d-8dd7-40da-8745-bc96db014a0a" }, { "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\": \"277132007\",\n \"display\": \"Therapeutic procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"99.10\",\n \"display\": \"Injection or infusion of thrombolytic agent\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"5c6ba585-3388-47d3-8e00-921f6a3030fc\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T01:52:54.247486+00:00\",\n \"versionId\": \"MTcxMDY0MDM3NDI0NzQ4NjAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\n }\n ],\n \"performedPeriod\": {\n \"end\": \"2023-03-01T03:00:00+00:00\",\n \"start\": \"2023-03-01T02:40: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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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 \"usedReference\": [\n {\n \"reference\": \"Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493\"\n }\n ]\n}" } ] } ] }, { "name": "11. 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 mengalami serangan stroke iskemik\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T03:00:00+00:00\",\n \"date\": \"2023-03-01T03:00:00+00:00\",\n \"assessor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/{{DiagnosisUtama1_id}}\"\n }\n }\n ],\n \"prognosisCodeableConcept\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"65872000\",\n \"display\": \"Fair prognosis\"\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 mengalami serangan stroke iskemik\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T03:00:00+00:00\",\n \"date\": \"2023-03-01T03:00:00+00:00\",\n \"assessor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/{{DiagnosisUtama1_id}}\"\n }\n }\n ],\n \"prognosisCodeableConcept\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"65872000\",\n \"display\": \"Fair prognosis\"\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": "last-modified", "value": "Sun, 17 Mar 2024 02:41:35 UTC" }, { "key": "etag", "value": "W/\"MTcxMDY0MzI5NTE4MjY3NzAwMA\"" }, { "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/ClinicalImpression/39fd5352-7983-405e-b960-63f658496d50/_history/MTcxMDY0MzI5NTE4MjY3NzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 02:41:35 GMT" }, { "key": "Content-Length", "value": "1059" }, { "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": "03b14940-37cc-4a99-95db-4d2ce3b3cc71" }, { "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-03-01T03:00:00+00:00\",\n \"description\": \"Pasien mengalami serangan stroke iskemik\",\n \"effectiveDateTime\": \"2023-03-01T03:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/9b0257b2-2412-4285-94a3-7d33a3c59796\"\n }\n }\n ],\n \"id\": \"39fd5352-7983-405e-b960-63f658496d50\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/clinicalimpression/10000002\",\n \"use\": \"official\",\n \"value\": \"Prognosis_00001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T02:41:35.182677+00:00\",\n \"versionId\": \"MTcxMDY0MzI5NTE4MjY3NzAwMA\"\n },\n \"prognosisCodeableConcept\": [\n {\n \"coding\": [\n {\n \"code\": \"65872000\",\n \"display\": \"Fair prognosis\",\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}" }, { "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 mengalami serangan stroke iskemik\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T03:00:00+00:00\",\n \"date\": \"2023-03-01T03:00:00+00:00\",\n \"assessor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/{{DiagnosisUtama1_id}}\"\n }\n }\n ],\n \"prognosisCodeableConcept\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"65872000\",\n \"display\": \"Fair prognosis\"\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": "last-modified", "value": "Sun, 17 Mar 2024 02:41:35 UTC" }, { "key": "etag", "value": "W/\"MTcxMDY0MzI5NTE4MjY3NzAwMA\"" }, { "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/ClinicalImpression/39fd5352-7983-405e-b960-63f658496d50/_history/MTcxMDY0MzI5NTE4MjY3NzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 02:41:35 GMT" }, { "key": "Content-Length", "value": "1059" }, { "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": "03b14940-37cc-4a99-95db-4d2ce3b3cc71" }, { "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-03-01T03:00:00+00:00\",\n \"description\": \"Pasien mengalami serangan stroke iskemik\",\n \"effectiveDateTime\": \"2023-03-01T03:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/9b0257b2-2412-4285-94a3-7d33a3c59796\"\n }\n }\n ],\n \"id\": \"39fd5352-7983-405e-b960-63f658496d50\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/clinicalimpression/10000002\",\n \"use\": \"official\",\n \"value\": \"Prognosis_00001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T02:41:35.182677+00:00\",\n \"versionId\": \"MTcxMDY0MzI5NTE4MjY3NzAwMA\"\n },\n \"prognosisCodeableConcept\": [\n {\n \"coding\": [\n {\n \"code\": \"65872000\",\n \"display\": \"Fair prognosis\",\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}" } ] }, { "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 mengalami serangan stroke iskemik\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T03:00:00+00:00\",\n \"date\": \"2023-03-01T03:00:00+00:00\",\n \"assessor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/{{DiagnosisUtama1_id}}\"\n }\n }\n ],\n \"prognosisCodeableConcept\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"65872000\",\n \"display\": \"Fair prognosis\"\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 mengalami serangan stroke iskemik\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T03:00:00+00:00\",\n \"date\": \"2023-03-01T03:00:00+00:00\",\n \"assessor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/{{DiagnosisUtama1_id}}\"\n }\n }\n ],\n \"prognosisCodeableConcept\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"65872000\",\n \"display\": \"Fair prognosis\"\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": "last-modified", "value": "Sun, 17 Mar 2024 02:41:35 UTC" }, { "key": "etag", "value": "W/\"MTcxMDY0MzI5NTE4MjY3NzAwMA\"" }, { "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/ClinicalImpression/39fd5352-7983-405e-b960-63f658496d50/_history/MTcxMDY0MzI5NTE4MjY3NzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 02:41:35 GMT" }, { "key": "Content-Length", "value": "1059" }, { "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": "03b14940-37cc-4a99-95db-4d2ce3b3cc71" }, { "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-03-01T03:00:00+00:00\",\n \"description\": \"Pasien mengalami serangan stroke iskemik\",\n \"effectiveDateTime\": \"2023-03-01T03:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/9b0257b2-2412-4285-94a3-7d33a3c59796\"\n }\n }\n ],\n \"id\": \"39fd5352-7983-405e-b960-63f658496d50\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/clinicalimpression/10000002\",\n \"use\": \"official\",\n \"value\": \"Prognosis_00001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T02:41:35.182677+00:00\",\n \"versionId\": \"MTcxMDY0MzI5NTE4MjY3NzAwMA\"\n },\n \"prognosisCodeableConcept\": [\n {\n \"coding\": [\n {\n \"code\": \"65872000\",\n \"display\": \"Fair prognosis\",\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}" }, { "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 mengalami serangan stroke iskemik\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T03:00:00+00:00\",\n \"date\": \"2023-03-01T03:00:00+00:00\",\n \"assessor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/{{DiagnosisUtama1_id}}\"\n }\n }\n ],\n \"prognosisCodeableConcept\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"65872000\",\n \"display\": \"Fair prognosis\"\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": "last-modified", "value": "Sun, 17 Mar 2024 02:41:35 UTC" }, { "key": "etag", "value": "W/\"MTcxMDY0MzI5NTE4MjY3NzAwMA\"" }, { "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/ClinicalImpression/39fd5352-7983-405e-b960-63f658496d50/_history/MTcxMDY0MzI5NTE4MjY3NzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 02:41:35 GMT" }, { "key": "Content-Length", "value": "1059" }, { "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": "03b14940-37cc-4a99-95db-4d2ce3b3cc71" }, { "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-03-01T03:00:00+00:00\",\n \"description\": \"Pasien mengalami serangan stroke iskemik\",\n \"effectiveDateTime\": \"2023-03-01T03:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/9b0257b2-2412-4285-94a3-7d33a3c59796\"\n }\n }\n ],\n \"id\": \"39fd5352-7983-405e-b960-63f658496d50\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/clinicalimpression/10000002\",\n \"use\": \"official\",\n \"value\": \"Prognosis_00001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T02:41:35.182677+00:00\",\n \"versionId\": \"MTcxMDY0MzI5NTE4MjY3NzAwMA\"\n },\n \"prognosisCodeableConcept\": [\n {\n \"coding\": [\n {\n \"code\": \"65872000\",\n \"display\": \"Fair prognosis\",\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}" } ] } ] }, { "name": "12. Rencana Tindak Lanjut", "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", "packages": {} } } ], "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\": \"P234276\"\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\": \"Patient referral\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"737481003\",\n \"display\": \"Inpatient care management\"\n }\n ],\n \"text\": \"Pasien dirujuk ke Rawat Inap untuk Perawatan Stroke\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"occurrenceDateTime\": \"2023-03-01T03:00:00+00:00\",\n \"authoredOn\": \"2023-03-01T02:40:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n }\n ],\n \"reasonReference\": [\n {\n \"reference\": \"Condition/{{Diagnosis_Utama1}}\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ],\n \"text\": \"Pasien dirujuk ke Rawat Inap untuk Perawatan Stroke\"\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\": \"P234276\"\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\": \"Patient referral\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"737481003\",\n \"display\": \"Inpatient care management\"\n }\n ],\n \"text\": \"Pasien dirujuk ke Rawat Inap untuk Perawatan Stroke\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"occurrenceDateTime\": \"2023-03-01T03:00:00+00:00\",\n \"authoredOn\": \"2023-03-01T02:40:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n }\n ],\n \"reasonReference\": [\n {\n \"reference\": \"Condition/{{Diagnosis_Utama1}}\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ],\n \"text\": \"Pasien dirujuk ke Rawat Inap untuk Perawatan Stroke\"\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/753fa559-2bd8-4cab-816b-2be91184711f/_history/MTcxMDY0MzU2NDYyOTIwMTAwMA" }, { "key": "last-modified", "value": "Sun, 17 Mar 2024 02:46:04 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDY0MzU2NDYyOTIwMTAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 02:46:04 GMT" }, { "key": "Content-Length", "value": "1324" }, { "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": "b213e4e7-fcdd-4a8d-bab1-15f4398b58c0" }, { "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-03-01T02:40:00+00:00\",\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"306098008\",\n \"display\": \"Patient referral\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"737481003\",\n \"display\": \"Inpatient care management\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Pasien dirujuk ke Rawat Inap untuk Perawatan Stroke\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"753fa559-2bd8-4cab-816b-2be91184711f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/10000002\",\n \"value\": \"P234276\"\n }\n ],\n \"intent\": \"original-order\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T02:46:04.629201+00:00\",\n \"versionId\": \"MTcxMDY0MzU2NDYyOTIwMTAwMA\"\n },\n \"occurrenceDateTime\": \"2023-03-01T03:00: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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ],\n \"text\": \"Pasien dirujuk ke Rawat Inap untuk Perawatan Stroke\"\n }\n ],\n \"reasonReference\": [\n {\n \"reference\": \"Condition/9b0257b2-2412-4285-94a3-7d33a3c59796\"\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 - 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\": \"P234276\"\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\": \"Patient referral\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"737481003\",\n \"display\": \"Inpatient care management\"\n }\n ],\n \"text\": \"Pasien dirujuk ke Rawat Inap untuk Perawatan Stroke\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"occurrenceDateTime\": \"2023-03-01T03:00:00+00:00\",\n \"authoredOn\": \"2023-03-01T02:40:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n }\n ],\n \"reasonReference\": [\n {\n \"reference\": \"Condition/{{Diagnosis_Utama1}}\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ],\n \"text\": \"Pasien dirujuk ke Rawat Inap untuk Perawatan Stroke\"\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/753fa559-2bd8-4cab-816b-2be91184711f/_history/MTcxMDY0MzU2NDYyOTIwMTAwMA" }, { "key": "last-modified", "value": "Sun, 17 Mar 2024 02:46:04 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDY0MzU2NDYyOTIwMTAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 02:46:04 GMT" }, { "key": "Content-Length", "value": "1324" }, { "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": "b213e4e7-fcdd-4a8d-bab1-15f4398b58c0" }, { "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-03-01T02:40:00+00:00\",\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"306098008\",\n \"display\": \"Patient referral\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"737481003\",\n \"display\": \"Inpatient care management\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Pasien dirujuk ke Rawat Inap untuk Perawatan Stroke\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"753fa559-2bd8-4cab-816b-2be91184711f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/10000002\",\n \"value\": \"P234276\"\n }\n ],\n \"intent\": \"original-order\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T02:46:04.629201+00:00\",\n \"versionId\": \"MTcxMDY0MzU2NDYyOTIwMTAwMA\"\n },\n \"occurrenceDateTime\": \"2023-03-01T03:00: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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ],\n \"text\": \"Pasien dirujuk ke Rawat Inap untuk Perawatan Stroke\"\n }\n ],\n \"reasonReference\": [\n {\n \"reference\": \"Condition/9b0257b2-2412-4285-94a3-7d33a3c59796\"\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 - Rawat Inap", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set(\"ServiceRequest_RawatInap\", data.id)" ], "type": "text/javascript", "packages": {} } } ], "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\": \"P234276\"\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\": \"Patient referral\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"737481003\",\n \"display\": \"Inpatient care management\"\n }\n ],\n \"text\": \"Pasien dirujuk ke Rawat Inap untuk Perawatan Stroke\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"occurrenceDateTime\": \"2023-03-01T03:00:00+00:00\",\n \"authoredOn\": \"2023-03-01T02:40:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n }\n ],\n \"reasonReference\": [\n {\n \"reference\": \"Condition/{{Diagnosis_Utama1}}\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ],\n \"text\": \"Pasien dirujuk ke Rawat Inap untuk Perawatan Stroke\"\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\": \"P234276\"\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\": \"Patient referral\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"737481003\",\n \"display\": \"Inpatient care management\"\n }\n ],\n \"text\": \"Pasien dirujuk ke Rawat Inap untuk Perawatan Stroke\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"occurrenceDateTime\": \"2023-03-01T03:00:00+00:00\",\n \"authoredOn\": \"2023-03-01T02:40:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n }\n ],\n \"reasonReference\": [\n {\n \"reference\": \"Condition/{{Diagnosis_Utama1}}\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ],\n \"text\": \"Pasien dirujuk ke Rawat Inap untuk Perawatan Stroke\"\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/753fa559-2bd8-4cab-816b-2be91184711f/_history/MTcxMDY0MzU2NDYyOTIwMTAwMA" }, { "key": "last-modified", "value": "Sun, 17 Mar 2024 02:46:04 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDY0MzU2NDYyOTIwMTAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 02:46:04 GMT" }, { "key": "Content-Length", "value": "1324" }, { "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": "b213e4e7-fcdd-4a8d-bab1-15f4398b58c0" }, { "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-03-01T02:40:00+00:00\",\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"306098008\",\n \"display\": \"Patient referral\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"737481003\",\n \"display\": \"Inpatient care management\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Pasien dirujuk ke Rawat Inap untuk Perawatan Stroke\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"753fa559-2bd8-4cab-816b-2be91184711f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/10000002\",\n \"value\": \"P234276\"\n }\n ],\n \"intent\": \"original-order\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T02:46:04.629201+00:00\",\n \"versionId\": \"MTcxMDY0MzU2NDYyOTIwMTAwMA\"\n },\n \"occurrenceDateTime\": \"2023-03-01T03:00: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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ],\n \"text\": \"Pasien dirujuk ke Rawat Inap untuk Perawatan Stroke\"\n }\n ],\n \"reasonReference\": [\n {\n \"reference\": \"Condition/9b0257b2-2412-4285-94a3-7d33a3c59796\"\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 - 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\": \"P234276\"\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\": \"Patient referral\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"737481003\",\n \"display\": \"Inpatient care management\"\n }\n ],\n \"text\": \"Pasien dirujuk ke Rawat Inap untuk Perawatan Stroke\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"occurrenceDateTime\": \"2023-03-01T03:00:00+00:00\",\n \"authoredOn\": \"2023-03-01T02:40:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n }\n ],\n \"reasonReference\": [\n {\n \"reference\": \"Condition/{{Diagnosis_Utama1}}\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ],\n \"text\": \"Pasien dirujuk ke Rawat Inap untuk Perawatan Stroke\"\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/753fa559-2bd8-4cab-816b-2be91184711f/_history/MTcxMDY0MzU2NDYyOTIwMTAwMA" }, { "key": "last-modified", "value": "Sun, 17 Mar 2024 02:46:04 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDY0MzU2NDYyOTIwMTAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 02:46:04 GMT" }, { "key": "Content-Length", "value": "1324" }, { "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": "b213e4e7-fcdd-4a8d-bab1-15f4398b58c0" }, { "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-03-01T02:40:00+00:00\",\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"306098008\",\n \"display\": \"Patient referral\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"737481003\",\n \"display\": \"Inpatient care management\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Pasien dirujuk ke Rawat Inap untuk Perawatan Stroke\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"753fa559-2bd8-4cab-816b-2be91184711f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/10000002\",\n \"value\": \"P234276\"\n }\n ],\n \"intent\": \"original-order\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T02:46:04.629201+00:00\",\n \"versionId\": \"MTcxMDY0MzU2NDYyOTIwMTAwMA\"\n },\n \"occurrenceDateTime\": \"2023-03-01T03:00: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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ],\n \"text\": \"Pasien dirujuk ke Rawat Inap untuk Perawatan Stroke\"\n }\n ],\n \"reasonReference\": [\n {\n \"reference\": \"Condition/9b0257b2-2412-4285-94a3-7d33a3c59796\"\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": "13. Pembaharuan Kunjungan", "item": [ { "name": "Encounter - Update", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter1_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"finished\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\",\n \"end\": \"2023-03-01T03:10:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\",\n \"end\": \"2023-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"location\": {\n \"reference\": \"Location/{{Location_Resusitasi}}\",\n \"display\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:10:00+00:00\",\n \"end\": \"2023-03-01T03:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/{{DiagnosisUtama1_id}}\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis \"\n }\n ]\n }\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\",\n \"end\": \"2023-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\",\n \"end\": \"2023-03-01T02:10:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-03-01T02:10:00+00:00\",\n \"end\": \"2023-03-01T03:10:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-03-01T03:10:00+00:00\",\n \"end\": \"2023-03-01T03:10:00+00:00\"\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\n \"code\": \"oth\",\n \"display\": \"Other\"\n }\n ],\n \"text\": \"Pasien dipindahkan dari IGD ke rawat inap.\"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "Encounter1_id" } ] } }, "response": [ { "name": "Encounter - Update", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter1_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"finished\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\",\n \"end\": \"2023-03-01T03:10:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\",\n \"end\": \"2023-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"location\": {\n \"reference\": \"Location/{{Location_Resusitasi}}\",\n \"display\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:10:00+00:00\",\n \"end\": \"2023-03-01T03:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/{{DiagnosisUtama1_id}}\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis \"\n }\n ]\n }\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\",\n \"end\": \"2023-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\",\n \"end\": \"2023-03-01T02:10:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-03-01T02:10:00+00:00\",\n \"end\": \"2023-03-01T03:10:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-03-01T03:10:00+00:00\",\n \"end\": \"2023-03-01T03:10:00+00:00\"\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\n \"code\": \"oth\",\n \"display\": \"Other\"\n }\n ],\n \"text\": \"Pasien dipindahkan dari IGD ke rawat inap.\"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter1_id}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Sun, 17 Mar 2024 02:58: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/Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d/_history/MTcxMDY0NDMzMTkxMTc0NzAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDY0NDMzMTkxMTc0NzAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 02:58:51 GMT" }, { "key": "Content-Length", "value": "3222" }, { "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": "3101c7cc-7112-49ec-81c4-4e556b49257b" }, { "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\": \"EMER\",\n \"display\": \"emergency\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"diagnosis\": [\n {\n \"condition\": {\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"reference\": \"Condition/9b0257b2-2412-4285-94a3-7d33a3c59796\"\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\": \"oth\",\n \"display\": \"Other\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\"\n }\n ],\n \"text\": \"Pasien dipindahkan dari IGD ke rawat inap.\"\n }\n },\n \"id\": \"1a07ee6d-65c9-4365-964b-71f4f46df06d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"K20240005\"\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\": \"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\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/b8501c04-a41d-4570-a2fc-8e78b403808f\"\n },\n \"period\": {\n \"end\": \"2023-03-01T02:10:00+00:00\",\n \"start\": \"2023-03-01T02:01:00+00:00\"\n }\n },\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\": \"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\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/4f48fedf-28c7-461b-9fc3-9cbebfc61529\"\n },\n \"period\": {\n \"end\": \"2023-03-01T03:10:00+00:00\",\n \"start\": \"2023-03-01T02:10:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T02:58:51.911747+00:00\",\n \"versionId\": \"MTcxMDY0NDMzMTkxMTc0NzAwMA\"\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-03-01T03:10:00+00:00\",\n \"start\": \"2023-03-01T02:00: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-03-01T02:01:00+00:00\",\n \"start\": \"2023-03-01T02:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"end\": \"2023-03-01T02:10:00+00:00\",\n \"start\": \"2023-03-01T02:01:00+00:00\"\n },\n \"status\": \"triaged\"\n },\n {\n \"period\": {\n \"end\": \"2023-03-01T03:10:00+00:00\",\n \"start\": \"2023-03-01T02:10:00+00:00\"\n },\n \"status\": \"in-progress\"\n },\n {\n \"period\": {\n \"end\": \"2023-03-01T03:10:00+00:00\",\n \"start\": \"2023-03-01T03:10:00+00:00\"\n },\n \"status\": \"finished\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Encounter - Update", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter1_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"finished\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\",\n \"end\": \"2023-03-01T03:10:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\",\n \"end\": \"2023-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"location\": {\n \"reference\": \"Location/{{Location_Resusitasi}}\",\n \"display\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:10:00+00:00\",\n \"end\": \"2023-03-01T03:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/{{DiagnosisUtama1_id}}\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis \"\n }\n ]\n }\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\",\n \"end\": \"2023-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\",\n \"end\": \"2023-03-01T02:10:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-03-01T02:10:00+00:00\",\n \"end\": \"2023-03-01T03:10:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-03-01T03:10:00+00:00\",\n \"end\": \"2023-03-01T03:10:00+00:00\"\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\n \"code\": \"oth\",\n \"display\": \"Other\"\n }\n ],\n \"text\": \"Pasien dipindahkan dari IGD ke rawat inap.\"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter1_id}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Sun, 17 Mar 2024 02:58: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/Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d/_history/MTcxMDY0NDMzMTkxMTc0NzAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDY0NDMzMTkxMTc0NzAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 02:58:51 GMT" }, { "key": "Content-Length", "value": "3222" }, { "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": "3101c7cc-7112-49ec-81c4-4e556b49257b" }, { "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\": \"EMER\",\n \"display\": \"emergency\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"diagnosis\": [\n {\n \"condition\": {\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"reference\": \"Condition/9b0257b2-2412-4285-94a3-7d33a3c59796\"\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\": \"oth\",\n \"display\": \"Other\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\"\n }\n ],\n \"text\": \"Pasien dipindahkan dari IGD ke rawat inap.\"\n }\n },\n \"id\": \"1a07ee6d-65c9-4365-964b-71f4f46df06d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"K20240005\"\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\": \"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\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/b8501c04-a41d-4570-a2fc-8e78b403808f\"\n },\n \"period\": {\n \"end\": \"2023-03-01T02:10:00+00:00\",\n \"start\": \"2023-03-01T02:01:00+00:00\"\n }\n },\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\": \"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\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/4f48fedf-28c7-461b-9fc3-9cbebfc61529\"\n },\n \"period\": {\n \"end\": \"2023-03-01T03:10:00+00:00\",\n \"start\": \"2023-03-01T02:10:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T02:58:51.911747+00:00\",\n \"versionId\": \"MTcxMDY0NDMzMTkxMTc0NzAwMA\"\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-03-01T03:10:00+00:00\",\n \"start\": \"2023-03-01T02:00: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-03-01T02:01:00+00:00\",\n \"start\": \"2023-03-01T02:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"end\": \"2023-03-01T02:10:00+00:00\",\n \"start\": \"2023-03-01T02:01:00+00:00\"\n },\n \"status\": \"triaged\"\n },\n {\n \"period\": {\n \"end\": \"2023-03-01T03:10:00+00:00\",\n \"start\": \"2023-03-01T02:10:00+00:00\"\n },\n \"status\": \"in-progress\"\n },\n {\n \"period\": {\n \"end\": \"2023-03-01T03:10:00+00:00\",\n \"start\": \"2023-03-01T03:10:00+00:00\"\n },\n \"status\": \"finished\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Encounter - Update", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter1_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"finished\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\",\n \"end\": \"2023-03-01T03:10:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\",\n \"end\": \"2023-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"location\": {\n \"reference\": \"Location/{{Location_Resusitasi}}\",\n \"display\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:10:00+00:00\",\n \"end\": \"2023-03-01T03:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/{{DiagnosisUtama1_id}}\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis \"\n }\n ]\n }\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\",\n \"end\": \"2023-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\",\n \"end\": \"2023-03-01T02:10:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-03-01T02:10:00+00:00\",\n \"end\": \"2023-03-01T03:10:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-03-01T03:10:00+00:00\",\n \"end\": \"2023-03-01T03:10:00+00:00\"\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\n \"code\": \"oth\",\n \"display\": \"Other\"\n }\n ],\n \"text\": \"Pasien dipindahkan dari IGD ke rawat inap.\"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "Encounter1_id" } ] } }, "response": [ { "name": "Encounter - Update", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter1_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"finished\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\",\n \"end\": \"2023-03-01T03:10:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\",\n \"end\": \"2023-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"location\": {\n \"reference\": \"Location/{{Location_Resusitasi}}\",\n \"display\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:10:00+00:00\",\n \"end\": \"2023-03-01T03:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/{{DiagnosisUtama1_id}}\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis \"\n }\n ]\n }\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\",\n \"end\": \"2023-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\",\n \"end\": \"2023-03-01T02:10:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-03-01T02:10:00+00:00\",\n \"end\": \"2023-03-01T03:10:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-03-01T03:10:00+00:00\",\n \"end\": \"2023-03-01T03:10:00+00:00\"\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\n \"code\": \"oth\",\n \"display\": \"Other\"\n }\n ],\n \"text\": \"Pasien dipindahkan dari IGD ke rawat inap.\"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter1_id}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Sun, 17 Mar 2024 02:58: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/Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d/_history/MTcxMDY0NDMzMTkxMTc0NzAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDY0NDMzMTkxMTc0NzAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 02:58:51 GMT" }, { "key": "Content-Length", "value": "3222" }, { "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": "3101c7cc-7112-49ec-81c4-4e556b49257b" }, { "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\": \"EMER\",\n \"display\": \"emergency\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"diagnosis\": [\n {\n \"condition\": {\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"reference\": \"Condition/9b0257b2-2412-4285-94a3-7d33a3c59796\"\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\": \"oth\",\n \"display\": \"Other\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\"\n }\n ],\n \"text\": \"Pasien dipindahkan dari IGD ke rawat inap.\"\n }\n },\n \"id\": \"1a07ee6d-65c9-4365-964b-71f4f46df06d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"K20240005\"\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\": \"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\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/b8501c04-a41d-4570-a2fc-8e78b403808f\"\n },\n \"period\": {\n \"end\": \"2023-03-01T02:10:00+00:00\",\n \"start\": \"2023-03-01T02:01:00+00:00\"\n }\n },\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\": \"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\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/4f48fedf-28c7-461b-9fc3-9cbebfc61529\"\n },\n \"period\": {\n \"end\": \"2023-03-01T03:10:00+00:00\",\n \"start\": \"2023-03-01T02:10:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T02:58:51.911747+00:00\",\n \"versionId\": \"MTcxMDY0NDMzMTkxMTc0NzAwMA\"\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-03-01T03:10:00+00:00\",\n \"start\": \"2023-03-01T02:00: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-03-01T02:01:00+00:00\",\n \"start\": \"2023-03-01T02:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"end\": \"2023-03-01T02:10:00+00:00\",\n \"start\": \"2023-03-01T02:01:00+00:00\"\n },\n \"status\": \"triaged\"\n },\n {\n \"period\": {\n \"end\": \"2023-03-01T03:10:00+00:00\",\n \"start\": \"2023-03-01T02:10:00+00:00\"\n },\n \"status\": \"in-progress\"\n },\n {\n \"period\": {\n \"end\": \"2023-03-01T03:10:00+00:00\",\n \"start\": \"2023-03-01T03:10:00+00:00\"\n },\n \"status\": \"finished\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Encounter - Update", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter1_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"finished\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\",\n \"end\": \"2023-03-01T03:10:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\",\n \"end\": \"2023-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"location\": {\n \"reference\": \"Location/{{Location_Resusitasi}}\",\n \"display\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:10:00+00:00\",\n \"end\": \"2023-03-01T03:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/{{DiagnosisUtama1_id}}\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis \"\n }\n ]\n }\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\",\n \"end\": \"2023-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\",\n \"end\": \"2023-03-01T02:10:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-03-01T02:10:00+00:00\",\n \"end\": \"2023-03-01T03:10:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-03-01T03:10:00+00:00\",\n \"end\": \"2023-03-01T03:10:00+00:00\"\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\n \"code\": \"oth\",\n \"display\": \"Other\"\n }\n ],\n \"text\": \"Pasien dipindahkan dari IGD ke rawat inap.\"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter1_id}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Sun, 17 Mar 2024 02:58: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/Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d/_history/MTcxMDY0NDMzMTkxMTc0NzAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDY0NDMzMTkxMTc0NzAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 02:58:51 GMT" }, { "key": "Content-Length", "value": "3222" }, { "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": "3101c7cc-7112-49ec-81c4-4e556b49257b" }, { "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\": \"EMER\",\n \"display\": \"emergency\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"diagnosis\": [\n {\n \"condition\": {\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"reference\": \"Condition/9b0257b2-2412-4285-94a3-7d33a3c59796\"\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\": \"oth\",\n \"display\": \"Other\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\"\n }\n ],\n \"text\": \"Pasien dipindahkan dari IGD ke rawat inap.\"\n }\n },\n \"id\": \"1a07ee6d-65c9-4365-964b-71f4f46df06d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"K20240005\"\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\": \"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\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/b8501c04-a41d-4570-a2fc-8e78b403808f\"\n },\n \"period\": {\n \"end\": \"2023-03-01T02:10:00+00:00\",\n \"start\": \"2023-03-01T02:01:00+00:00\"\n }\n },\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\": \"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\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/4f48fedf-28c7-461b-9fc3-9cbebfc61529\"\n },\n \"period\": {\n \"end\": \"2023-03-01T03:10:00+00:00\",\n \"start\": \"2023-03-01T02:10:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T02:58:51.911747+00:00\",\n \"versionId\": \"MTcxMDY0NDMzMTkxMTc0NzAwMA\"\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-03-01T03:10:00+00:00\",\n \"start\": \"2023-03-01T02:00: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-03-01T02:01:00+00:00\",\n \"start\": \"2023-03-01T02:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"end\": \"2023-03-01T02:10:00+00:00\",\n \"start\": \"2023-03-01T02:01:00+00:00\"\n },\n \"status\": \"triaged\"\n },\n {\n \"period\": {\n \"end\": \"2023-03-01T03:10:00+00:00\",\n \"start\": \"2023-03-01T02:10:00+00:00\"\n },\n \"status\": \"in-progress\"\n },\n {\n \"period\": {\n \"end\": \"2023-03-01T03:10:00+00:00\",\n \"start\": \"2023-03-01T03:10:00+00:00\"\n },\n \"status\": \"finished\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] } ] }, { "name": "14. Perubahan Status EpisodeOfCare (Pasien Terkonfirmasi Stroke)", "item": [ { "name": "EpisodeOfCare - Mengganti Status EpisodeOfCare (Active)", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();", "pm.collectionVariables.set(\"EpisodeOfCare_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\": \"active\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/0/period/end\",\n \"value\": \"2023-03-01T02:40:00+00:00\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/1\",\n \"value\": {\n \"status\": \"active\",\n \"period\": {\n \"start\": \"2023-03-01T02:40: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_Stroke}}" } ] } }, "response": [ { "name": "EpisodeOfCare - Mengganti Status ke Active Copy", "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-03-01T02:40:00+00:00\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/1\",\n \"value\": {\n \"status\": \"active\",\n \"period\": {\n \"start\": \"2023-03-01T02:40: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_Stroke}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxNTA1NjU5NTM1NTk5NjAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/EpisodeOfCare/{{EpisodeOfCare_Stroke}}/_history/MTcxNTA1NjU5NTM1NTk5NjAwMA" }, { "key": "last-modified", "value": "Tue, 07 May 2024 04:36:35 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 04:36:35 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": "a863d15a-37be-4f86-825a-55141a9c1aca" }, { "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\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T04:36:35.355996+00:00\",\n \"versionId\": \"MTcxNTA1NjU5NTM1NTk5NjAwMA\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-03-01T02:40:00+00:00\",\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n },\n {\n \"period\": {\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"status\": \"active\"\n }\n ]\n}" }, { "name": "EpisodeOfCare - Mengganti Status ke Active Copy", "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-03-01T02:40:00+00:00\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/1\",\n \"value\": {\n \"status\": \"active\",\n \"period\": {\n \"start\": \"2023-03-01T02:40: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_Stroke}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxNTA1NjU5NTM1NTk5NjAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/EpisodeOfCare/{{EpisodeOfCare_Stroke}}/_history/MTcxNTA1NjU5NTM1NTk5NjAwMA" }, { "key": "last-modified", "value": "Tue, 07 May 2024 04:36:35 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 04:36:35 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": "a863d15a-37be-4f86-825a-55141a9c1aca" }, { "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\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T04:36:35.355996+00:00\",\n \"versionId\": \"MTcxNTA1NjU5NTM1NTk5NjAwMA\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-03-01T02:40:00+00:00\",\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n },\n {\n \"period\": {\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"status\": \"active\"\n }\n ]\n}" } ] }, { "name": "EpisodeOfCare - Get Nomor Register Nasional Stroke by ID", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/EpisodeOfCare/:id", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare", ":id" ], "variable": [ { "key": "id", "value": "{{EpisodeOfCare_Stroke}}" } ] } }, "response": [ { "name": "EpisodeOfCare - Get Nomor Register Nasional Stroke by ID", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/EpisodeOfCare/:id", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare", ":id" ], "variable": [ { "key": "id", "value": "{{EpisodeOfCare_Stroke}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxNTA1NjU5NTc0ODQ0MzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 07 May 2024 04:36:35 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 04:38:47 GMT" }, { "key": "content-length", "value": "1007" }, { "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": "74a281ac-c4f3-4d9a-93cf-3a0056e6a7b1" }, { "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\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC1023456\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CVDS202410000000008\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/registry-id/\",\n \"value\": \"CVDC202410000000006\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T04:36:35.748443+00:00\",\n \"versionId\": \"MTcxNTA1NjU5NTc0ODQ0MzAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-03-01T02:40:00+00:00\",\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n },\n {\n \"period\": {\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\"\n }\n ]\n }\n ]\n}" }, { "name": "EpisodeOfCare - Get Nomor Register Nasional Stroke by ID", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/EpisodeOfCare/:id", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare", ":id" ], "variable": [ { "key": "id", "value": "{{EpisodeOfCare_Stroke}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxNTA1NjU5NTc0ODQ0MzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 07 May 2024 04:36:35 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 04:38:47 GMT" }, { "key": "content-length", "value": "1007" }, { "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": "74a281ac-c4f3-4d9a-93cf-3a0056e6a7b1" }, { "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\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC1023456\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CVDS202410000000008\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/registry-id/\",\n \"value\": \"CVDC202410000000006\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T04:36:35.748443+00:00\",\n \"versionId\": \"MTcxNTA1NjU5NTc0ODQ0MzAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-03-01T02:40:00+00:00\",\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n },\n {\n \"period\": {\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\"\n }\n ]\n }\n ]\n}" } ] }, { "name": "EpisodeOfCare - Mengganti Status EpisodeOfCare (Active)", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();", "pm.collectionVariables.set(\"EpisodeOfCare_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\": \"active\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/0/period/end\",\n \"value\": \"2023-03-01T02:40:00+00:00\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/1\",\n \"value\": {\n \"status\": \"active\",\n \"period\": {\n \"start\": \"2023-03-01T02:40: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_Stroke}}" } ] } }, "response": [ { "name": "EpisodeOfCare - Mengganti Status ke Active Copy", "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-03-01T02:40:00+00:00\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/1\",\n \"value\": {\n \"status\": \"active\",\n \"period\": {\n \"start\": \"2023-03-01T02:40: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_Stroke}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxNTA1NjU5NTM1NTk5NjAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/EpisodeOfCare/{{EpisodeOfCare_Stroke}}/_history/MTcxNTA1NjU5NTM1NTk5NjAwMA" }, { "key": "last-modified", "value": "Tue, 07 May 2024 04:36:35 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 04:36:35 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": "a863d15a-37be-4f86-825a-55141a9c1aca" }, { "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\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T04:36:35.355996+00:00\",\n \"versionId\": \"MTcxNTA1NjU5NTM1NTk5NjAwMA\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-03-01T02:40:00+00:00\",\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n },\n {\n \"period\": {\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"status\": \"active\"\n }\n ]\n}" }, { "name": "EpisodeOfCare - Mengganti Status ke Active Copy", "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-03-01T02:40:00+00:00\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/1\",\n \"value\": {\n \"status\": \"active\",\n \"period\": {\n \"start\": \"2023-03-01T02:40: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_Stroke}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxNTA1NjU5NTM1NTk5NjAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/EpisodeOfCare/{{EpisodeOfCare_Stroke}}/_history/MTcxNTA1NjU5NTM1NTk5NjAwMA" }, { "key": "last-modified", "value": "Tue, 07 May 2024 04:36:35 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 04:36:35 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": "a863d15a-37be-4f86-825a-55141a9c1aca" }, { "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\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T04:36:35.355996+00:00\",\n \"versionId\": \"MTcxNTA1NjU5NTM1NTk5NjAwMA\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-03-01T02:40:00+00:00\",\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n },\n {\n \"period\": {\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"status\": \"active\"\n }\n ]\n}" } ] }, { "name": "EpisodeOfCare - Get Nomor Register Nasional Stroke by ID", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/EpisodeOfCare/:id", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare", ":id" ], "variable": [ { "key": "id", "value": "{{EpisodeOfCare_Stroke}}" } ] } }, "response": [ { "name": "EpisodeOfCare - Get Nomor Register Nasional Stroke by ID", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/EpisodeOfCare/:id", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare", ":id" ], "variable": [ { "key": "id", "value": "{{EpisodeOfCare_Stroke}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxNTA1NjU5NTc0ODQ0MzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 07 May 2024 04:36:35 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 04:38:47 GMT" }, { "key": "content-length", "value": "1007" }, { "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": "74a281ac-c4f3-4d9a-93cf-3a0056e6a7b1" }, { "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\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC1023456\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CVDS202410000000008\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/registry-id/\",\n \"value\": \"CVDC202410000000006\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T04:36:35.748443+00:00\",\n \"versionId\": \"MTcxNTA1NjU5NTc0ODQ0MzAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-03-01T02:40:00+00:00\",\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n },\n {\n \"period\": {\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\"\n }\n ]\n }\n ]\n}" }, { "name": "EpisodeOfCare - Get Nomor Register Nasional Stroke by ID", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/EpisodeOfCare/:id", "host": [ "{{base_url}}" ], "path": [ "EpisodeOfCare", ":id" ], "variable": [ { "key": "id", "value": "{{EpisodeOfCare_Stroke}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxNTA1NjU5NTc0ODQ0MzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 07 May 2024 04:36:35 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 04:38:47 GMT" }, { "key": "content-length", "value": "1007" }, { "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": "74a281ac-c4f3-4d9a-93cf-3a0056e6a7b1" }, { "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\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC1023456\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CVDS202410000000008\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/registry-id/\",\n \"value\": \"CVDC202410000000006\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T04:36:35.748443+00:00\",\n \"versionId\": \"MTcxNTA1NjU5NTc0ODQ0MzAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-03-01T02:40:00+00:00\",\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n },\n {\n \"period\": {\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\"\n }\n ]\n }\n ]\n}" } ] } ] }, { "name": "Bundle Kunjungan 1- IGD", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"Bundle\",\r\n \"type\": \"transaction\",\r\n \"entry\": [\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Encounter1_id}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Encounter\",\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\": \"EMER\",\r\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\r\n }\r\n }\r\n ],\r\n \"period\": {\r\n \"start\": \"2023-03-01T02:00:00+00:00\",\r\n \"end\": \"2023-03-01T03:10:00+00:00\"\r\n },\r\n \"location\": [\r\n {\r\n \"location\": {\r\n \"reference\": \"Location/{{Location_Triase}}\",\r\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\r\n },\r\n \"period\": {\r\n \"start\": \"2023-03-01T02:01:00+00:00\",\r\n \"end\": \"2023-03-01T02:10: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-Outpatient\",\r\n \"code\": \"reguler\",\r\n \"display\": \"Kelas Reguler\"\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 \"location\": {\r\n \"reference\": \"Location/{{Location_Resusitasi}}\",\r\n \"display\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\r\n },\r\n \"period\": {\r\n \"start\": \"2023-03-01T02:10:00+00:00\",\r\n \"end\": \"2023-03-01T03:10: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-Outpatient\",\r\n \"code\": \"reguler\",\r\n \"display\": \"Kelas Reguler\"\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\": \"urn:uuid:{{DiagnosisUtama1_id}}\",\r\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\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\": \"arrived\",\r\n \"period\": {\r\n \"start\": \"2023-03-01T02:00:00+00:00\",\r\n \"end\": \"2023-03-01T02:01:00+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"triaged\",\r\n \"period\": {\r\n \"start\": \"2023-03-01T02:01:00+00:00\",\r\n \"end\": \"2023-03-01T02:10:00+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"in-progress\",\r\n \"period\": {\r\n \"start\": \"2023-03-01T02:10:00+00:00\",\r\n \"end\": \"2023-03-01T03:10:00+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"finished\",\r\n \"period\": {\r\n \"start\": \"2023-03-01T03:10:00+00:00\",\r\n \"end\": \"2023-03-01T03:10: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\": \"oth\",\r\n \"display\": \"Other\"\r\n }\r\n ],\r\n \"text\": \"Pasien dipindahkan dari IGD ke rawat inap.\"\r\n }\r\n },\r\n \"serviceProvider\": {\r\n \"reference\": \"Organization/{{Org_id}}\"\r\n },\r\n \"episodeOfCare\": [\r\n {\r\n \"reference\": \"urn:uuid:{{EpisodeOfCare_Stroke}}\"\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Encounter\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{DiagnosisUtama1_id}}\",\r\n \"resource\": {\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 \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\r\n \"code\": \"encounter-diagnosis\",\r\n \"display\": \"Encounter Diagnosis\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\r\n \"code\": \"I63.5\",\r\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\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\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\r\n \"recordedDate\": \"2023-03-01T02:40:00+00:00\",\r\n \"note\": [\r\n {\r\n \"text\": \"Pasien Stroke Iskemik\"\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Condition\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Procedure_Thrombolytic}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Procedure\",\r\n \"status\": \"completed\",\r\n \"category\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"277132007\",\r\n \"display\": \"Therapeutic procedure\"\r\n }\r\n ]\r\n },\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\r\n \"code\": \"99.10\",\r\n \"display\": \"Injection or infusion of thrombolytic agent\"\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\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2023-03-01T02:40:00+00:00\",\r\n \"end\": \"2023-03-01T03:00:00+00:00\"\r\n },\r\n \"performer\": [\r\n {\r\n \"actor\": {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\r\n \"display\": \"Dokter Bronsig\"\r\n }\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\": \"I63.5\",\r\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"usedReference\": [\r\n {\r\n \"reference\": \"Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493\"\r\n }\r\n ],\r\n \"note\": [\r\n {\r\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Procedure\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Procedure_Thrombectomy}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Procedure\",\r\n \"status\": \"completed\",\r\n \"category\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"277132007\",\r\n \"display\": \"Therapeutic procedure\"\r\n }\r\n ]\r\n },\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\r\n \"code\": \"39.74\",\r\n \"display\": \"Endovascular removal of obstruction from head and neck vessel (s)\"\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\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2023-03-01T03:15:00+00:00\",\r\n \"end\": \"2023-03-01T04:00:00+00:00\"\r\n },\r\n \"performer\": [\r\n {\r\n \"actor\": {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\r\n \"display\": \"Dokter Bronsig\"\r\n }\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\": \"I63.5\",\r\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Procedure\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_NIHScale}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"exam\",\r\n \"display\": \"Exam\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"72089-6\",\r\n \"display\": \"Total score [NIH Stroke Scale]\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-01T03:00:00+00:00\",\r\n \"issued\": \"2023-03-01T03:00:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": 14,\r\n \"unit\": \"{score}\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"{score}\"\r\n },\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\r\n \"code\": \"IP099353\",\r\n \"display\": \"defisit neurologis sedang / cukup berat\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_Rekanalisasi}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"procedure\",\r\n \"display\": \"Procedure\"\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/clinical-term\",\r\n \"code\": \"OC000182\",\r\n \"display\": \"Time to Recanalization\"\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\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\r\n \"issued\": \"2023-03-01T04:15:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueDateTime\": \"2023-03-01T03:35:00+00:00\"\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_ThrombolysisScore}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"procedure\",\r\n \"display\": \"Procedure\"\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/clinical-term\",\r\n \"code\": \"OC000183\",\r\n \"display\": \"Thrombolysis in Cerebral Infarction Score\"\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\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\r\n \"issued\": \"2023-03-01T04:15:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\r\n \"code\": \"OV000412\",\r\n \"display\": \"Grade 2b\"\r\n }\r\n ]\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_WakeUpStroke}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"survey\",\r\n \"display\": \"Survey\"\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/clinical-term\",\r\n \"code\": \"OC000186\",\r\n \"display\": \"Wake up stroke\"\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\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\r\n \"issued\": \"2023-03-01T02:10:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueDateTime\": \"2023-02-28T22:00:00+00:00\"\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_Hipertensi}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"survey\",\r\n \"display\": \"Survey\"\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\": \"38341003\",\r\n \"display\": \"Hypertension\"\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\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\r\n \"issued\": \"2023-03-01T02:10:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueBoolean\": true,\r\n \"component\": [\r\n {\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"268607006\",\r\n \"display\": \"Hypertension risk level\"\r\n }\r\n ]\r\n },\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"827068008\",\r\n \"display\": \"Stage 2 hypertension\"\r\n }\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\": \"715047008\",\r\n \"display\": \"Does obtain medication\"\r\n }\r\n ]\r\n },\r\n \"valueBoolean\": true\r\n },\r\n {\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"31509003\",\r\n \"display\": \"Controlled\"\r\n }\r\n ]\r\n },\r\n \"valueBoolean\": true\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_Diabetes}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"survey\",\r\n \"display\": \"Survey\"\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\": \"73211009\",\r\n \"display\": \"Diabetes mellitus\"\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\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\r\n \"issued\": \"2023-03-01T02:10:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueBoolean\": true,\r\n \"component\": [\r\n {\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"715047008\",\r\n \"display\": \"Does obtain medication\"\r\n }\r\n ]\r\n },\r\n \"valueBoolean\": true\r\n },\r\n {\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"31509003\",\r\n \"display\": \"Controlled\"\r\n }\r\n ]\r\n },\r\n \"valueBoolean\": true\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_Dislipidemia}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"survey\",\r\n \"display\": \"Survey\"\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\": \"370992007\",\r\n \"display\": \"Dyslipidemia\"\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\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\r\n \"issued\": \"2023-03-01T02:10:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueBoolean\": true,\r\n \"component\": [\r\n {\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"715047008\",\r\n \"display\": \"Does obtain medication\"\r\n }\r\n ]\r\n },\r\n \"valueBoolean\": true\r\n },\r\n {\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\r\n \"code\": \"OC000180\",\r\n \"display\": \"Intensitas Obat Statin\"\r\n }\r\n ]\r\n },\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\r\n \"code\": \"OV000409\",\r\n \"display\": \"Statin Intensitas Rendah\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Condition_RiwayatHipertensi}}\",\r\n \"resource\": {\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 \"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\": \"161501007\",\r\n \"display\": \"History of hypertension\"\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\": \"urn:uuid:{{Encounter1_id}}\",\r\n \"display\": \"Kunjungan {{Patient_Name}} tanggal 01 Maret 2023\"\r\n },\r\n \"onsetDateTime\": \"2022-01-01T00:00:00+00:00\",\r\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\"\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Condition\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_StatusMerokok}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"social-history\",\r\n \"display\": \"Social History\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"72166-2\",\r\n \"display\": \"Tobacco smoking status\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\r\n \"issued\": \"2023-03-01T02:10:00+00:00\",\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"8392000\",\r\n \"display\": \"Non-smoker\"\r\n }\r\n ]\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_MinumAlkohol}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"social-history\",\r\n \"display\": \"Social History\"\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\": \"405137009\",\r\n \"display\": \"Risk control behavior: alcohol use\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\r\n \"issued\": \"2023-03-01T02:10:00+00:00\",\r\n \"valueBoolean\": false\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_RiwayatKB}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"social-history\",\r\n \"display\": \"Social History\"\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/clinical-term\",\r\n \"code\": \"OC000170\",\r\n \"display\": \"Riwayat KB Hormonal\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\r\n \"issued\": \"2023-03-01T02:10:00+00:00\",\r\n \"valueBoolean\": false\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"exam\",\r\n \"display\": \"Exam\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"75859-9\",\r\n \"display\": \"Modified rankin scale\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\r\n \"issued\": \"2023-03-01T02:10:00+00:00\",\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"LA6111-4\",\r\n \"display\": \"0\"\r\n }\r\n ]\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_NIHScale}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"exam\",\r\n \"display\": \"Exam\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"72089-6\",\r\n \"display\": \"Total score [NIH Stroke Scale]\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\r\n \"issued\": \"2023-03-01T02:15:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": 14,\r\n \"unit\": \"{score}\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"{score}\"\r\n },\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\r\n \"code\": \"IP099353\",\r\n \"display\": \"defisit neurologis sedang / cukup berat\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"exam\",\r\n \"display\": \"Exam\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"75859-9\",\r\n \"display\": \"Modified rankin scale\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\r\n \"issued\": \"2023-03-01T02:15:00+00:00\",\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"LA6114-8\",\r\n \"display\": \"3\"\r\n }\r\n ]\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_Dysphagia}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"exam\",\r\n \"display\": \"Exam\"\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\": \"431765005\",\r\n \"display\": \"Screening for dysphagia\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\r\n \"issued\": \"2023-03-01T02:15:00+00:00\",\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"162023004\",\r\n \"display\": \"No problem swallowing\"\r\n }\r\n ]\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{ServiceRequest_CT}}\",\r\n \"resource\": {\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 \"use\": \"usual\",\r\n \"type\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\r\n \"code\": \"ACSN\"\r\n }\r\n ]\r\n },\r\n \"system\": \"http://sys-ids.kemkes.go.id/acsn/{{Org_id}}\",\r\n \"value\": \"21120054\"\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\": \"363679005\",\r\n \"display\": \"Imaging\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"code\": \"24727-0\",\r\n \"display\": \"CT Head W contrast IV\",\r\n \"system\": \"http://loinc.org\"\r\n }\r\n ],\r\n \"text\": \"Pemeriksaan CT Kepala\"\r\n },\r\n \"orderDetail\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\",\r\n \"code\": \"CT\"\r\n }\r\n ],\r\n \"text\": \"Modality Code: CT\"\r\n },\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/ae-title\",\r\n \"display\": \"CT-01\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"occurrenceDateTime\": \"2023-03-01T02:30:00+00:00\",\r\n \"authoredOn\": \"2023-03-01T02:15:00+00:00\",\r\n \"requester\": {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\r\n \"display\": \"Dokter Bronsig\"\r\n },\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/N10000005\",\r\n \"display\": \"Fatma\"\r\n }\r\n ],\r\n \"bodySite\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"code\": \"69536005\",\r\n \"display\": \" Head structure\",\r\n \"system\": \"http://snomed.info/sct\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"reasonCode\": [\r\n {\r\n \"text\": \"Serangan Stroke\"\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"ServiceRequest\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_CT}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\r\n \"value\": \"O00021\"\r\n }\r\n ],\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"imaging\",\r\n \"display\": \"Imaging\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"42132-1\",\r\n \"display\": \"CT Head W contrast IV\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\r\n \"issued\": \"2023-11-06T09:45:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n },\r\n {\r\n \"reference\": \"Organization/{{Org_id}}\"\r\n }\r\n ],\r\n \"basedOn\": [\r\n {\r\n \"reference\": \"ServiceRequest/{{IServiceRequest_CT}}\"\r\n }\r\n ],\r\n \"bodySite\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"69536005\",\r\n \"display\": \"Head structure\"\r\n }\r\n ]\r\n },\r\n \"derivedFrom\": [\r\n {\r\n \"reference\": \"urn:uuid:{{ImagingStudy_CT}}\"\r\n }\r\n ],\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"432504007\",\r\n \"display\": \"Cerebral infarction\"\r\n }\r\n ]\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_Alberta}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"exam\",\r\n \"display\": \"Exam\"\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/clinical-term\",\r\n \"code\": \"OC000181\",\r\n \"display\": \"Alberta Stroke Program Early CT score\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\r\n \"issued\": \"2023-11-06T09:45:00+00:00\",\r\n \"valueQuantity\": {\r\n \"value\": 4,\r\n \"unit\": \"{score}\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"{score}\"\r\n },\r\n \"derivedFrom\": [\r\n {\r\n \"reference\": \"ImagingStudy/{{ImagingStudy_CT}}\"\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{DiagnosticReport_CT}}\",\r\n \"resource\": {\r\n \"resourceType\": \"DiagnosticReport\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/{{Org_id}}/rad\",\r\n \"use\": \"official\",\r\n \"value\": \"A56789\"\r\n }\r\n ],\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\",\r\n \"code\": \"RAD\",\r\n \"display\": \"Radiology\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"code\": \"24727-0\",\r\n \"display\": \"CT Head W contrast IV\",\r\n \"system\": \"http://loinc.org\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\r\n \"issued\": \"2023-11-06T09:45:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n },\r\n {\r\n \"reference\": \"Organization/{{Org_id}}\"\r\n }\r\n ],\r\n \"result\": [\r\n {\r\n \"reference\": \"urn:uuid:{{Observation_CT}}\"\r\n }\r\n ],\r\n \"basedOn\": [\r\n {\r\n \"reference\": \"urn:uuid:{{IServiceRequest_CT}}\"\r\n }\r\n ],\r\n \"conclusion\": \"Terjadi Infark di Sisi Sebelah kiri pada Bagian Otak Serebral.\"\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"DiagnosticReport\"\r\n }\r\n }\r\n ]\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}", "host": [ "{{base_url}}" ] } }, "response": [ { "name": "Bundle Kunjungan 1- IGD", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction\",\n \"entry\": [\n {\n \"fullUrl\": \"urn:uuid:{{Encounter1_id}}\",\n \"resource\": {\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\": \"finished\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\",\n \"end\": \"2023-03-01T03:10:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\",\n \"end\": \"2023-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"location\": {\n \"reference\": \"Location/{{Location_Resusitasi}}\",\n \"display\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:10:00+00:00\",\n \"end\": \"2023-03-01T03:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"urn:uuid:{{DiagnosisUtama1_id}}\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis \"\n }\n ]\n }\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\",\n \"end\": \"2023-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\",\n \"end\": \"2023-03-01T02:10:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-03-01T02:10:00+00:00\",\n \"end\": \"2023-03-01T03:10:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-03-01T03:10:00+00:00\",\n \"end\": \"2023-03-01T03:10:00+00:00\"\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\n \"code\": \"oth\",\n \"display\": \"Other\"\n }\n ],\n \"text\": \"Pasien dipindahkan dari IGD ke rawat inap.\"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"urn:uuid:{{EpisodeOfCare_Stroke}}\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Encounter\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{DiagnosisUtama1_id}}\",\n \"resource\": {\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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2023-03-01T02:40:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Procedure_Thrombolytic}}\",\n \"resource\": {\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\": \"99.10\",\n \"display\": \"Injection or infusion of thrombolytic agent\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-01T02:40:00+00:00\",\n \"end\": \"2023-03-01T03:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"usedReference\": [\n {\n \"reference\": \"Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Procedure_Thrombectomy}}\",\n \"resource\": {\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\": \"39.74\",\n \"display\": \"Endovascular removal of obstruction from head and neck vessel (s)\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-01T03:15:00+00:00\",\n \"end\": \"2023-03-01T04:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_NIHScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T03:00:00+00:00\",\n \"issued\": \"2023-03-01T03:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_Rekanalisasi}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000182\",\n \"display\": \"Time to Recanalization\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueDateTime\": \"2023-03-01T03:35:00+00:00\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_ThrombolysisScore}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000183\",\n \"display\": \"Thrombolysis in Cerebral Infarction Score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000412\",\n \"display\": \"Grade 2b\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_WakeUpStroke}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000186\",\n \"display\": \"Wake up stroke\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueDateTime\": \"2023-02-28T22:00:00+00:00\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_Hipertensi}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"38341003\",\n \"display\": \"Hypertension\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"268607006\",\n \"display\": \"Hypertension risk level\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"827068008\",\n \"display\": \"Stage 2 hypertension\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"31509003\",\n \"display\": \"Controlled\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_Diabetes}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"73211009\",\n \"display\": \"Diabetes mellitus\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"31509003\",\n \"display\": \"Controlled\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_Dislipidemia}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"370992007\",\n \"display\": \"Dyslipidemia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000180\",\n \"display\": \"Intensitas Obat Statin\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000409\",\n \"display\": \"Statin Intensitas Rendah\"\n }\n ]\n }\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Condition_RiwayatHipertensi}}\",\n \"resource\": {\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\": \"161501007\",\n \"display\": \"History of hypertension\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\",\n \"display\": \"Kunjungan {{Patient_Name}} tanggal 01 Maret 2023\"\n },\n \"onsetDateTime\": \"2022-01-01T00:00:00+00:00\",\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_StatusMerokok}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72166-2\",\n \"display\": \"Tobacco smoking status\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"8392000\",\n \"display\": \"Non-smoker\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_MinumAlkohol}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"405137009\",\n \"display\": \"Risk control behavior: alcohol use\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueBoolean\": false\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_RiwayatKB}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000170\",\n \"display\": \"Riwayat KB Hormonal\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueBoolean\": false\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6111-4\",\n \"display\": \"0\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_NIHScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6114-8\",\n \"display\": \"3\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_Dysphagia}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"162023004\",\n \"display\": \"No problem swallowing\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{ServiceRequest_CT}}\",\n \"resource\": {\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\": \"24727-0\",\n \"display\": \"CT Head W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Pemeriksaan CT Kepala\"\n },\n \"orderDetail\": [\n {\n \"coding\": [\n {\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\",\n \"code\": \"CT\"\n }\n ],\n \"text\": \"Modality Code: CT\"\n },\n {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/ae-title\",\n \"display\": \"CT-01\"\n }\n ]\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"occurrenceDateTime\": \"2023-03-01T02:30:00+00:00\",\n \"authoredOn\": \"2023-03-01T02:15:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n }\n ],\n \"bodySite\": [\n {\n \"coding\": [\n {\n \"code\": \"69536005\",\n \"display\": \" Head structure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"reasonCode\": [\n {\n \"text\": \"Serangan Stroke\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"ServiceRequest\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_CT}}\",\n \"resource\": {\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 \"system\": \"http://loinc.org\",\n \"code\": \"42132-1\",\n \"display\": \"CT Head W contrast IV\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\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/{{IServiceRequest_CT}}\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"69536005\",\n \"display\": \"Head structure\"\n }\n ]\n },\n \"derivedFrom\": [\n {\n \"reference\": \"urn:uuid:{{ImagingStudy_CT}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"432504007\",\n \"display\": \"Cerebral infarction\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_Alberta}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000181\",\n \"display\": \"Alberta Stroke Program Early CT score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\n \"issued\": \"2023-11-06T09:45:00+00:00\",\n \"valueQuantity\": {\n \"value\": 4,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_CT}}\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{DiagnosticReport_CT}}\",\n \"resource\": {\n \"resourceType\": \"DiagnosticReport\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/{{Org_id}}/rad\",\n \"use\": \"official\",\n \"value\": \"A56789\"\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\": \"24727-0\",\n \"display\": \"CT Head W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\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 \"result\": [\n {\n \"reference\": \"urn:uuid:{{Observation_CT}}\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"urn:uuid:{{IServiceRequest_CT}}\"\n }\n ],\n \"conclusion\": \"Terjadi Infark di Sisi Sebelah kiri pada Bagian Otak Serebral.\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"DiagnosticReport\"\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}", "host": [ "{{base_url}}" ] } }, "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": "Mon, 30 Oct 2023 11:06:33 GMT" }, { "key": "content-length", "value": "2959" }, { "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": "6f8c0a91-f553-48c4-a42d-cccf07bce1c0" }, { "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 \"response\": {\n \"etag\": \"W/\\\"MTY5ODY2Mzk5MzczODUyNTAwMA\\\"\",\n \"lastModified\": \"2023-10-30T11:06:33.738525+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Encounter/cdf73a78-ecd7-4f1e-8ae5-7a245e195888/_history/MTY5ODY2Mzk5MzczODUyNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Encounter\",\n \"resourceID\": \"cdf73a78-ecd7-4f1e-8ae5-7a245e195888\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTY5ODY2Mzk5MzczODUyNTAwMA\\\"\",\n \"lastModified\": \"2023-10-30T11:06:33.738525+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/38a982f9-7bf8-43a9-9b83-bf67fab9c70b/_history/MTY5ODY2Mzk5MzczODUyNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"38a982f9-7bf8-43a9-9b83-bf67fab9c70b\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTY5ODY2Mzk5MzczODUyNTAwMA\\\"\",\n \"lastModified\": \"2023-10-30T11:06:33.738525+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/8ba74310-b705-4176-94df-7507f9b9650e/_history/MTY5ODY2Mzk5MzczODUyNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"8ba74310-b705-4176-94df-7507f9b9650e\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTY5ODY2Mzk5MzczODUyNTAwMA\\\"\",\n \"lastModified\": \"2023-10-30T11:06:33.738525+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/fd223344-38e8-4ad1-8afc-aa854eff6f1c/_history/MTY5ODY2Mzk5MzczODUyNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"fd223344-38e8-4ad1-8afc-aa854eff6f1c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTY5ODY2Mzk5MzczODUyNTAwMA\\\"\",\n \"lastModified\": \"2023-10-30T11:06:33.738525+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/d79680b2-d769-45fc-b29d-b52ff09d46b8/_history/MTY5ODY2Mzk5MzczODUyNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"d79680b2-d769-45fc-b29d-b52ff09d46b8\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTY5ODY2Mzk5MzczODUyNTAwMA\\\"\",\n \"lastModified\": \"2023-10-30T11:06:33.738525+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/bddb7fc0-e939-4947-aa19-d3352e9eeb31/_history/MTY5ODY2Mzk5MzczODUyNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"bddb7fc0-e939-4947-aa19-d3352e9eeb31\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTY5ODY2Mzk5MzczODUyNTAwMA\\\"\",\n \"lastModified\": \"2023-10-30T11:06:33.738525+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/1963b033-ade5-46cf-808c-7b942c3689c0/_history/MTY5ODY2Mzk5MzczODUyNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"1963b033-ade5-46cf-808c-7b942c3689c0\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTY5ODY2Mzk5MzczODUyNTAwMA\\\"\",\n \"lastModified\": \"2023-10-30T11:06:33.738525+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/1b5ee9db-6253-4e08-9cd9-0146de75ec48/_history/MTY5ODY2Mzk5MzczODUyNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"1b5ee9db-6253-4e08-9cd9-0146de75ec48\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/902a81a7-618e-416a-9c6f-11a1a47c4d5e/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"902a81a7-618e-416a-9c6f-11a1a47c4d5e\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/a25b6374-f7ef-4cc4-8de2-42d70e82b100/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"a25b6374-f7ef-4cc4-8de2-42d70e82b100\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/0f66cca8-e67f-4660-ba65-d3b716f0b82c/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"0f66cca8-e67f-4660-ba65-d3b716f0b82c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/87ce0278-37dd-4386-a2f7-3d51fe9a414a/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"87ce0278-37dd-4386-a2f7-3d51fe9a414a\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/1526d1da-3727-48b3-99d4-7b167c4b97c8/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"1526d1da-3727-48b3-99d4-7b167c4b97c8\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/DiagnosticReport/a69f69f9-f20c-4d9d-b6ee-e56891523de1/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"DiagnosticReport\",\n \"resourceID\": \"a69f69f9-f20c-4d9d-b6ee-e56891523de1\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/04164f93-96ca-4547-bb3b-24a6858a0262/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"04164f93-96ca-4547-bb3b-24a6858a0262\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/9c043467-8cec-4929-8aee-06129e9d814d/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"9c043467-8cec-4929-8aee-06129e9d814d\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/179bc899-f8bc-4140-bd76-77296ad46054/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"179bc899-f8bc-4140-bd76-77296ad46054\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/0c3997a3-c50e-42b3-a44d-716044758b1b/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"0c3997a3-c50e-42b3-a44d-716044758b1b\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/DiagnosticReport/70f8265b-df94-414a-98cc-509db6ef9a29/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"DiagnosticReport\",\n \"resourceID\": \"70f8265b-df94-414a-98cc-509db6ef9a29\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/ceb55b8e-c5e9-47b3-9a0e-7d409eb13b84/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"ceb55b8e-c5e9-47b3-9a0e-7d409eb13b84\"\n }\n }\n ],\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction-response\",\n \"total\": 8\n}" }, { "name": "Bundle Kunjungan 1- IGD", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction\",\n \"entry\": [\n {\n \"fullUrl\": \"urn:uuid:{{Encounter1_id}}\",\n \"resource\": {\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\": \"finished\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\",\n \"end\": \"2023-03-01T03:10:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\",\n \"end\": \"2023-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"location\": {\n \"reference\": \"Location/{{Location_Resusitasi}}\",\n \"display\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:10:00+00:00\",\n \"end\": \"2023-03-01T03:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"urn:uuid:{{DiagnosisUtama1_id}}\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis \"\n }\n ]\n }\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\",\n \"end\": \"2023-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\",\n \"end\": \"2023-03-01T02:10:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-03-01T02:10:00+00:00\",\n \"end\": \"2023-03-01T03:10:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-03-01T03:10:00+00:00\",\n \"end\": \"2023-03-01T03:10:00+00:00\"\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\n \"code\": \"oth\",\n \"display\": \"Other\"\n }\n ],\n \"text\": \"Pasien dipindahkan dari IGD ke rawat inap.\"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"urn:uuid:{{EpisodeOfCare_Stroke}}\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Encounter\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{DiagnosisUtama1_id}}\",\n \"resource\": {\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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2023-03-01T02:40:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Procedure_Thrombolytic}}\",\n \"resource\": {\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\": \"99.10\",\n \"display\": \"Injection or infusion of thrombolytic agent\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-01T02:40:00+00:00\",\n \"end\": \"2023-03-01T03:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"usedReference\": [\n {\n \"reference\": \"Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Procedure_Thrombectomy}}\",\n \"resource\": {\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\": \"39.74\",\n \"display\": \"Endovascular removal of obstruction from head and neck vessel (s)\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-01T03:15:00+00:00\",\n \"end\": \"2023-03-01T04:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_NIHScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T03:00:00+00:00\",\n \"issued\": \"2023-03-01T03:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_Rekanalisasi}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000182\",\n \"display\": \"Time to Recanalization\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueDateTime\": \"2023-03-01T03:35:00+00:00\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_ThrombolysisScore}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000183\",\n \"display\": \"Thrombolysis in Cerebral Infarction Score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000412\",\n \"display\": \"Grade 2b\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_WakeUpStroke}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000186\",\n \"display\": \"Wake up stroke\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueDateTime\": \"2023-02-28T22:00:00+00:00\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_Hipertensi}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"38341003\",\n \"display\": \"Hypertension\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"268607006\",\n \"display\": \"Hypertension risk level\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"827068008\",\n \"display\": \"Stage 2 hypertension\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"31509003\",\n \"display\": \"Controlled\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_Diabetes}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"73211009\",\n \"display\": \"Diabetes mellitus\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"31509003\",\n \"display\": \"Controlled\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_Dislipidemia}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"370992007\",\n \"display\": \"Dyslipidemia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000180\",\n \"display\": \"Intensitas Obat Statin\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000409\",\n \"display\": \"Statin Intensitas Rendah\"\n }\n ]\n }\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Condition_RiwayatHipertensi}}\",\n \"resource\": {\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\": \"161501007\",\n \"display\": \"History of hypertension\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\",\n \"display\": \"Kunjungan {{Patient_Name}} tanggal 01 Maret 2023\"\n },\n \"onsetDateTime\": \"2022-01-01T00:00:00+00:00\",\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_StatusMerokok}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72166-2\",\n \"display\": \"Tobacco smoking status\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"8392000\",\n \"display\": \"Non-smoker\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_MinumAlkohol}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"405137009\",\n \"display\": \"Risk control behavior: alcohol use\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueBoolean\": false\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_RiwayatKB}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000170\",\n \"display\": \"Riwayat KB Hormonal\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueBoolean\": false\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6111-4\",\n \"display\": \"0\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_NIHScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6114-8\",\n \"display\": \"3\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_Dysphagia}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"162023004\",\n \"display\": \"No problem swallowing\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{ServiceRequest_CT}}\",\n \"resource\": {\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\": \"24727-0\",\n \"display\": \"CT Head W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Pemeriksaan CT Kepala\"\n },\n \"orderDetail\": [\n {\n \"coding\": [\n {\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\",\n \"code\": \"CT\"\n }\n ],\n \"text\": \"Modality Code: CT\"\n },\n {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/ae-title\",\n \"display\": \"CT-01\"\n }\n ]\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"occurrenceDateTime\": \"2023-03-01T02:30:00+00:00\",\n \"authoredOn\": \"2023-03-01T02:15:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n }\n ],\n \"bodySite\": [\n {\n \"coding\": [\n {\n \"code\": \"69536005\",\n \"display\": \" Head structure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"reasonCode\": [\n {\n \"text\": \"Serangan Stroke\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"ServiceRequest\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_CT}}\",\n \"resource\": {\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 \"system\": \"http://loinc.org\",\n \"code\": \"42132-1\",\n \"display\": \"CT Head W contrast IV\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\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/{{IServiceRequest_CT}}\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"69536005\",\n \"display\": \"Head structure\"\n }\n ]\n },\n \"derivedFrom\": [\n {\n \"reference\": \"urn:uuid:{{ImagingStudy_CT}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"432504007\",\n \"display\": \"Cerebral infarction\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_Alberta}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000181\",\n \"display\": \"Alberta Stroke Program Early CT score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\n \"issued\": \"2023-11-06T09:45:00+00:00\",\n \"valueQuantity\": {\n \"value\": 4,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_CT}}\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{DiagnosticReport_CT}}\",\n \"resource\": {\n \"resourceType\": \"DiagnosticReport\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/{{Org_id}}/rad\",\n \"use\": \"official\",\n \"value\": \"A56789\"\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\": \"24727-0\",\n \"display\": \"CT Head W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\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 \"result\": [\n {\n \"reference\": \"urn:uuid:{{Observation_CT}}\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"urn:uuid:{{IServiceRequest_CT}}\"\n }\n ],\n \"conclusion\": \"Terjadi Infark di Sisi Sebelah kiri pada Bagian Otak Serebral.\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"DiagnosticReport\"\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}", "host": [ "{{base_url}}" ] } }, "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": "Mon, 30 Oct 2023 11:06:33 GMT" }, { "key": "content-length", "value": "2959" }, { "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": "6f8c0a91-f553-48c4-a42d-cccf07bce1c0" }, { "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 \"response\": {\n \"etag\": \"W/\\\"MTY5ODY2Mzk5MzczODUyNTAwMA\\\"\",\n \"lastModified\": \"2023-10-30T11:06:33.738525+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Encounter/cdf73a78-ecd7-4f1e-8ae5-7a245e195888/_history/MTY5ODY2Mzk5MzczODUyNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Encounter\",\n \"resourceID\": \"cdf73a78-ecd7-4f1e-8ae5-7a245e195888\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTY5ODY2Mzk5MzczODUyNTAwMA\\\"\",\n \"lastModified\": \"2023-10-30T11:06:33.738525+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/38a982f9-7bf8-43a9-9b83-bf67fab9c70b/_history/MTY5ODY2Mzk5MzczODUyNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"38a982f9-7bf8-43a9-9b83-bf67fab9c70b\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTY5ODY2Mzk5MzczODUyNTAwMA\\\"\",\n \"lastModified\": \"2023-10-30T11:06:33.738525+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/8ba74310-b705-4176-94df-7507f9b9650e/_history/MTY5ODY2Mzk5MzczODUyNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"8ba74310-b705-4176-94df-7507f9b9650e\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTY5ODY2Mzk5MzczODUyNTAwMA\\\"\",\n \"lastModified\": \"2023-10-30T11:06:33.738525+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/fd223344-38e8-4ad1-8afc-aa854eff6f1c/_history/MTY5ODY2Mzk5MzczODUyNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"fd223344-38e8-4ad1-8afc-aa854eff6f1c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTY5ODY2Mzk5MzczODUyNTAwMA\\\"\",\n \"lastModified\": \"2023-10-30T11:06:33.738525+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/d79680b2-d769-45fc-b29d-b52ff09d46b8/_history/MTY5ODY2Mzk5MzczODUyNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"d79680b2-d769-45fc-b29d-b52ff09d46b8\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTY5ODY2Mzk5MzczODUyNTAwMA\\\"\",\n \"lastModified\": \"2023-10-30T11:06:33.738525+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/bddb7fc0-e939-4947-aa19-d3352e9eeb31/_history/MTY5ODY2Mzk5MzczODUyNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"bddb7fc0-e939-4947-aa19-d3352e9eeb31\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTY5ODY2Mzk5MzczODUyNTAwMA\\\"\",\n \"lastModified\": \"2023-10-30T11:06:33.738525+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/1963b033-ade5-46cf-808c-7b942c3689c0/_history/MTY5ODY2Mzk5MzczODUyNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"1963b033-ade5-46cf-808c-7b942c3689c0\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTY5ODY2Mzk5MzczODUyNTAwMA\\\"\",\n \"lastModified\": \"2023-10-30T11:06:33.738525+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/1b5ee9db-6253-4e08-9cd9-0146de75ec48/_history/MTY5ODY2Mzk5MzczODUyNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"1b5ee9db-6253-4e08-9cd9-0146de75ec48\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/902a81a7-618e-416a-9c6f-11a1a47c4d5e/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"902a81a7-618e-416a-9c6f-11a1a47c4d5e\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/a25b6374-f7ef-4cc4-8de2-42d70e82b100/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"a25b6374-f7ef-4cc4-8de2-42d70e82b100\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/0f66cca8-e67f-4660-ba65-d3b716f0b82c/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"0f66cca8-e67f-4660-ba65-d3b716f0b82c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/87ce0278-37dd-4386-a2f7-3d51fe9a414a/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"87ce0278-37dd-4386-a2f7-3d51fe9a414a\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/1526d1da-3727-48b3-99d4-7b167c4b97c8/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"1526d1da-3727-48b3-99d4-7b167c4b97c8\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/DiagnosticReport/a69f69f9-f20c-4d9d-b6ee-e56891523de1/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"DiagnosticReport\",\n \"resourceID\": \"a69f69f9-f20c-4d9d-b6ee-e56891523de1\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/04164f93-96ca-4547-bb3b-24a6858a0262/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"04164f93-96ca-4547-bb3b-24a6858a0262\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/9c043467-8cec-4929-8aee-06129e9d814d/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"9c043467-8cec-4929-8aee-06129e9d814d\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/179bc899-f8bc-4140-bd76-77296ad46054/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"179bc899-f8bc-4140-bd76-77296ad46054\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/0c3997a3-c50e-42b3-a44d-716044758b1b/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"0c3997a3-c50e-42b3-a44d-716044758b1b\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/DiagnosticReport/70f8265b-df94-414a-98cc-509db6ef9a29/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"DiagnosticReport\",\n \"resourceID\": \"70f8265b-df94-414a-98cc-509db6ef9a29\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/ceb55b8e-c5e9-47b3-9a0e-7d409eb13b84/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"ceb55b8e-c5e9-47b3-9a0e-7d409eb13b84\"\n }\n }\n ],\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction-response\",\n \"total\": 8\n}" } ] }, { "name": "Bundle Kunjungan 1- IGD", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"Bundle\",\r\n \"type\": \"transaction\",\r\n \"entry\": [\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Encounter1_id}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Encounter\",\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\": \"EMER\",\r\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\r\n }\r\n }\r\n ],\r\n \"period\": {\r\n \"start\": \"2023-03-01T02:00:00+00:00\",\r\n \"end\": \"2023-03-01T03:10:00+00:00\"\r\n },\r\n \"location\": [\r\n {\r\n \"location\": {\r\n \"reference\": \"Location/{{Location_Triase}}\",\r\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\r\n },\r\n \"period\": {\r\n \"start\": \"2023-03-01T02:01:00+00:00\",\r\n \"end\": \"2023-03-01T02:10: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-Outpatient\",\r\n \"code\": \"reguler\",\r\n \"display\": \"Kelas Reguler\"\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 \"location\": {\r\n \"reference\": \"Location/{{Location_Resusitasi}}\",\r\n \"display\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\r\n },\r\n \"period\": {\r\n \"start\": \"2023-03-01T02:10:00+00:00\",\r\n \"end\": \"2023-03-01T03:10: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-Outpatient\",\r\n \"code\": \"reguler\",\r\n \"display\": \"Kelas Reguler\"\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\": \"urn:uuid:{{DiagnosisUtama1_id}}\",\r\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\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\": \"arrived\",\r\n \"period\": {\r\n \"start\": \"2023-03-01T02:00:00+00:00\",\r\n \"end\": \"2023-03-01T02:01:00+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"triaged\",\r\n \"period\": {\r\n \"start\": \"2023-03-01T02:01:00+00:00\",\r\n \"end\": \"2023-03-01T02:10:00+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"in-progress\",\r\n \"period\": {\r\n \"start\": \"2023-03-01T02:10:00+00:00\",\r\n \"end\": \"2023-03-01T03:10:00+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"finished\",\r\n \"period\": {\r\n \"start\": \"2023-03-01T03:10:00+00:00\",\r\n \"end\": \"2023-03-01T03:10: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\": \"oth\",\r\n \"display\": \"Other\"\r\n }\r\n ],\r\n \"text\": \"Pasien dipindahkan dari IGD ke rawat inap.\"\r\n }\r\n },\r\n \"serviceProvider\": {\r\n \"reference\": \"Organization/{{Org_id}}\"\r\n },\r\n \"episodeOfCare\": [\r\n {\r\n \"reference\": \"urn:uuid:{{EpisodeOfCare_Stroke}}\"\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Encounter\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{DiagnosisUtama1_id}}\",\r\n \"resource\": {\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 \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\r\n \"code\": \"encounter-diagnosis\",\r\n \"display\": \"Encounter Diagnosis\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\r\n \"code\": \"I63.5\",\r\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\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\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\r\n \"recordedDate\": \"2023-03-01T02:40:00+00:00\",\r\n \"note\": [\r\n {\r\n \"text\": \"Pasien Stroke Iskemik\"\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Condition\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Procedure_Thrombolytic}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Procedure\",\r\n \"status\": \"completed\",\r\n \"category\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"277132007\",\r\n \"display\": \"Therapeutic procedure\"\r\n }\r\n ]\r\n },\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\r\n \"code\": \"99.10\",\r\n \"display\": \"Injection or infusion of thrombolytic agent\"\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\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2023-03-01T02:40:00+00:00\",\r\n \"end\": \"2023-03-01T03:00:00+00:00\"\r\n },\r\n \"performer\": [\r\n {\r\n \"actor\": {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\r\n \"display\": \"Dokter Bronsig\"\r\n }\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\": \"I63.5\",\r\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"usedReference\": [\r\n {\r\n \"reference\": \"Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493\"\r\n }\r\n ],\r\n \"note\": [\r\n {\r\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Procedure\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Procedure_Thrombectomy}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Procedure\",\r\n \"status\": \"completed\",\r\n \"category\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"277132007\",\r\n \"display\": \"Therapeutic procedure\"\r\n }\r\n ]\r\n },\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\r\n \"code\": \"39.74\",\r\n \"display\": \"Endovascular removal of obstruction from head and neck vessel (s)\"\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\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2023-03-01T03:15:00+00:00\",\r\n \"end\": \"2023-03-01T04:00:00+00:00\"\r\n },\r\n \"performer\": [\r\n {\r\n \"actor\": {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\r\n \"display\": \"Dokter Bronsig\"\r\n }\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\": \"I63.5\",\r\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Procedure\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_NIHScale}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"exam\",\r\n \"display\": \"Exam\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"72089-6\",\r\n \"display\": \"Total score [NIH Stroke Scale]\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-01T03:00:00+00:00\",\r\n \"issued\": \"2023-03-01T03:00:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": 14,\r\n \"unit\": \"{score}\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"{score}\"\r\n },\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\r\n \"code\": \"IP099353\",\r\n \"display\": \"defisit neurologis sedang / cukup berat\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_Rekanalisasi}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"procedure\",\r\n \"display\": \"Procedure\"\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/clinical-term\",\r\n \"code\": \"OC000182\",\r\n \"display\": \"Time to Recanalization\"\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\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\r\n \"issued\": \"2023-03-01T04:15:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueDateTime\": \"2023-03-01T03:35:00+00:00\"\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_ThrombolysisScore}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"procedure\",\r\n \"display\": \"Procedure\"\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/clinical-term\",\r\n \"code\": \"OC000183\",\r\n \"display\": \"Thrombolysis in Cerebral Infarction Score\"\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\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\r\n \"issued\": \"2023-03-01T04:15:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\r\n \"code\": \"OV000412\",\r\n \"display\": \"Grade 2b\"\r\n }\r\n ]\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_WakeUpStroke}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"survey\",\r\n \"display\": \"Survey\"\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/clinical-term\",\r\n \"code\": \"OC000186\",\r\n \"display\": \"Wake up stroke\"\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\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\r\n \"issued\": \"2023-03-01T02:10:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueDateTime\": \"2023-02-28T22:00:00+00:00\"\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_Hipertensi}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"survey\",\r\n \"display\": \"Survey\"\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\": \"38341003\",\r\n \"display\": \"Hypertension\"\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\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\r\n \"issued\": \"2023-03-01T02:10:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueBoolean\": true,\r\n \"component\": [\r\n {\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"268607006\",\r\n \"display\": \"Hypertension risk level\"\r\n }\r\n ]\r\n },\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"827068008\",\r\n \"display\": \"Stage 2 hypertension\"\r\n }\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\": \"715047008\",\r\n \"display\": \"Does obtain medication\"\r\n }\r\n ]\r\n },\r\n \"valueBoolean\": true\r\n },\r\n {\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"31509003\",\r\n \"display\": \"Controlled\"\r\n }\r\n ]\r\n },\r\n \"valueBoolean\": true\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_Diabetes}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"survey\",\r\n \"display\": \"Survey\"\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\": \"73211009\",\r\n \"display\": \"Diabetes mellitus\"\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\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\r\n \"issued\": \"2023-03-01T02:10:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueBoolean\": true,\r\n \"component\": [\r\n {\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"715047008\",\r\n \"display\": \"Does obtain medication\"\r\n }\r\n ]\r\n },\r\n \"valueBoolean\": true\r\n },\r\n {\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"31509003\",\r\n \"display\": \"Controlled\"\r\n }\r\n ]\r\n },\r\n \"valueBoolean\": true\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_Dislipidemia}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"survey\",\r\n \"display\": \"Survey\"\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\": \"370992007\",\r\n \"display\": \"Dyslipidemia\"\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\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\r\n \"issued\": \"2023-03-01T02:10:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueBoolean\": true,\r\n \"component\": [\r\n {\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"715047008\",\r\n \"display\": \"Does obtain medication\"\r\n }\r\n ]\r\n },\r\n \"valueBoolean\": true\r\n },\r\n {\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\r\n \"code\": \"OC000180\",\r\n \"display\": \"Intensitas Obat Statin\"\r\n }\r\n ]\r\n },\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\r\n \"code\": \"OV000409\",\r\n \"display\": \"Statin Intensitas Rendah\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Condition_RiwayatHipertensi}}\",\r\n \"resource\": {\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 \"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\": \"161501007\",\r\n \"display\": \"History of hypertension\"\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\": \"urn:uuid:{{Encounter1_id}}\",\r\n \"display\": \"Kunjungan {{Patient_Name}} tanggal 01 Maret 2023\"\r\n },\r\n \"onsetDateTime\": \"2022-01-01T00:00:00+00:00\",\r\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\"\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Condition\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_StatusMerokok}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"social-history\",\r\n \"display\": \"Social History\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"72166-2\",\r\n \"display\": \"Tobacco smoking status\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\r\n \"issued\": \"2023-03-01T02:10:00+00:00\",\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"8392000\",\r\n \"display\": \"Non-smoker\"\r\n }\r\n ]\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_MinumAlkohol}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"social-history\",\r\n \"display\": \"Social History\"\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\": \"405137009\",\r\n \"display\": \"Risk control behavior: alcohol use\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\r\n \"issued\": \"2023-03-01T02:10:00+00:00\",\r\n \"valueBoolean\": false\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_RiwayatKB}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"social-history\",\r\n \"display\": \"Social History\"\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/clinical-term\",\r\n \"code\": \"OC000170\",\r\n \"display\": \"Riwayat KB Hormonal\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\r\n \"issued\": \"2023-03-01T02:10:00+00:00\",\r\n \"valueBoolean\": false\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"exam\",\r\n \"display\": \"Exam\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"75859-9\",\r\n \"display\": \"Modified rankin scale\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\r\n \"issued\": \"2023-03-01T02:10:00+00:00\",\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"LA6111-4\",\r\n \"display\": \"0\"\r\n }\r\n ]\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_NIHScale}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"exam\",\r\n \"display\": \"Exam\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"72089-6\",\r\n \"display\": \"Total score [NIH Stroke Scale]\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\r\n \"issued\": \"2023-03-01T02:15:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": 14,\r\n \"unit\": \"{score}\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"{score}\"\r\n },\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\r\n \"code\": \"IP099353\",\r\n \"display\": \"defisit neurologis sedang / cukup berat\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"exam\",\r\n \"display\": \"Exam\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"75859-9\",\r\n \"display\": \"Modified rankin scale\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\r\n \"issued\": \"2023-03-01T02:15:00+00:00\",\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"LA6114-8\",\r\n \"display\": \"3\"\r\n }\r\n ]\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_Dysphagia}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"exam\",\r\n \"display\": \"Exam\"\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\": \"431765005\",\r\n \"display\": \"Screening for dysphagia\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\r\n \"issued\": \"2023-03-01T02:15:00+00:00\",\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"162023004\",\r\n \"display\": \"No problem swallowing\"\r\n }\r\n ]\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{ServiceRequest_CT}}\",\r\n \"resource\": {\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 \"use\": \"usual\",\r\n \"type\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\r\n \"code\": \"ACSN\"\r\n }\r\n ]\r\n },\r\n \"system\": \"http://sys-ids.kemkes.go.id/acsn/{{Org_id}}\",\r\n \"value\": \"21120054\"\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\": \"363679005\",\r\n \"display\": \"Imaging\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"code\": \"24727-0\",\r\n \"display\": \"CT Head W contrast IV\",\r\n \"system\": \"http://loinc.org\"\r\n }\r\n ],\r\n \"text\": \"Pemeriksaan CT Kepala\"\r\n },\r\n \"orderDetail\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\",\r\n \"code\": \"CT\"\r\n }\r\n ],\r\n \"text\": \"Modality Code: CT\"\r\n },\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/ae-title\",\r\n \"display\": \"CT-01\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"occurrenceDateTime\": \"2023-03-01T02:30:00+00:00\",\r\n \"authoredOn\": \"2023-03-01T02:15:00+00:00\",\r\n \"requester\": {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\r\n \"display\": \"Dokter Bronsig\"\r\n },\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/N10000005\",\r\n \"display\": \"Fatma\"\r\n }\r\n ],\r\n \"bodySite\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"code\": \"69536005\",\r\n \"display\": \" Head structure\",\r\n \"system\": \"http://snomed.info/sct\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"reasonCode\": [\r\n {\r\n \"text\": \"Serangan Stroke\"\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"ServiceRequest\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_CT}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\r\n \"value\": \"O00021\"\r\n }\r\n ],\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"imaging\",\r\n \"display\": \"Imaging\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"42132-1\",\r\n \"display\": \"CT Head W contrast IV\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\r\n \"issued\": \"2023-11-06T09:45:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n },\r\n {\r\n \"reference\": \"Organization/{{Org_id}}\"\r\n }\r\n ],\r\n \"basedOn\": [\r\n {\r\n \"reference\": \"ServiceRequest/{{IServiceRequest_CT}}\"\r\n }\r\n ],\r\n \"bodySite\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"69536005\",\r\n \"display\": \"Head structure\"\r\n }\r\n ]\r\n },\r\n \"derivedFrom\": [\r\n {\r\n \"reference\": \"urn:uuid:{{ImagingStudy_CT}}\"\r\n }\r\n ],\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"432504007\",\r\n \"display\": \"Cerebral infarction\"\r\n }\r\n ]\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_Alberta}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"exam\",\r\n \"display\": \"Exam\"\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/clinical-term\",\r\n \"code\": \"OC000181\",\r\n \"display\": \"Alberta Stroke Program Early CT score\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\r\n \"issued\": \"2023-11-06T09:45:00+00:00\",\r\n \"valueQuantity\": {\r\n \"value\": 4,\r\n \"unit\": \"{score}\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"{score}\"\r\n },\r\n \"derivedFrom\": [\r\n {\r\n \"reference\": \"ImagingStudy/{{ImagingStudy_CT}}\"\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{DiagnosticReport_CT}}\",\r\n \"resource\": {\r\n \"resourceType\": \"DiagnosticReport\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/{{Org_id}}/rad\",\r\n \"use\": \"official\",\r\n \"value\": \"A56789\"\r\n }\r\n ],\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\",\r\n \"code\": \"RAD\",\r\n \"display\": \"Radiology\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"code\": \"24727-0\",\r\n \"display\": \"CT Head W contrast IV\",\r\n \"system\": \"http://loinc.org\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\r\n \"issued\": \"2023-11-06T09:45:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n },\r\n {\r\n \"reference\": \"Organization/{{Org_id}}\"\r\n }\r\n ],\r\n \"result\": [\r\n {\r\n \"reference\": \"urn:uuid:{{Observation_CT}}\"\r\n }\r\n ],\r\n \"basedOn\": [\r\n {\r\n \"reference\": \"urn:uuid:{{IServiceRequest_CT}}\"\r\n }\r\n ],\r\n \"conclusion\": \"Terjadi Infark di Sisi Sebelah kiri pada Bagian Otak Serebral.\"\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"DiagnosticReport\"\r\n }\r\n }\r\n ]\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}", "host": [ "{{base_url}}" ] } }, "response": [ { "name": "Bundle Kunjungan 1- IGD", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction\",\n \"entry\": [\n {\n \"fullUrl\": \"urn:uuid:{{Encounter1_id}}\",\n \"resource\": {\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\": \"finished\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\",\n \"end\": \"2023-03-01T03:10:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\",\n \"end\": \"2023-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"location\": {\n \"reference\": \"Location/{{Location_Resusitasi}}\",\n \"display\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:10:00+00:00\",\n \"end\": \"2023-03-01T03:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"urn:uuid:{{DiagnosisUtama1_id}}\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis \"\n }\n ]\n }\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\",\n \"end\": \"2023-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\",\n \"end\": \"2023-03-01T02:10:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-03-01T02:10:00+00:00\",\n \"end\": \"2023-03-01T03:10:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-03-01T03:10:00+00:00\",\n \"end\": \"2023-03-01T03:10:00+00:00\"\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\n \"code\": \"oth\",\n \"display\": \"Other\"\n }\n ],\n \"text\": \"Pasien dipindahkan dari IGD ke rawat inap.\"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"urn:uuid:{{EpisodeOfCare_Stroke}}\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Encounter\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{DiagnosisUtama1_id}}\",\n \"resource\": {\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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2023-03-01T02:40:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Procedure_Thrombolytic}}\",\n \"resource\": {\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\": \"99.10\",\n \"display\": \"Injection or infusion of thrombolytic agent\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-01T02:40:00+00:00\",\n \"end\": \"2023-03-01T03:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"usedReference\": [\n {\n \"reference\": \"Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Procedure_Thrombectomy}}\",\n \"resource\": {\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\": \"39.74\",\n \"display\": \"Endovascular removal of obstruction from head and neck vessel (s)\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-01T03:15:00+00:00\",\n \"end\": \"2023-03-01T04:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_NIHScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T03:00:00+00:00\",\n \"issued\": \"2023-03-01T03:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_Rekanalisasi}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000182\",\n \"display\": \"Time to Recanalization\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueDateTime\": \"2023-03-01T03:35:00+00:00\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_ThrombolysisScore}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000183\",\n \"display\": \"Thrombolysis in Cerebral Infarction Score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000412\",\n \"display\": \"Grade 2b\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_WakeUpStroke}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000186\",\n \"display\": \"Wake up stroke\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueDateTime\": \"2023-02-28T22:00:00+00:00\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_Hipertensi}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"38341003\",\n \"display\": \"Hypertension\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"268607006\",\n \"display\": \"Hypertension risk level\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"827068008\",\n \"display\": \"Stage 2 hypertension\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"31509003\",\n \"display\": \"Controlled\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_Diabetes}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"73211009\",\n \"display\": \"Diabetes mellitus\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"31509003\",\n \"display\": \"Controlled\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_Dislipidemia}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"370992007\",\n \"display\": \"Dyslipidemia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000180\",\n \"display\": \"Intensitas Obat Statin\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000409\",\n \"display\": \"Statin Intensitas Rendah\"\n }\n ]\n }\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Condition_RiwayatHipertensi}}\",\n \"resource\": {\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\": \"161501007\",\n \"display\": \"History of hypertension\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\",\n \"display\": \"Kunjungan {{Patient_Name}} tanggal 01 Maret 2023\"\n },\n \"onsetDateTime\": \"2022-01-01T00:00:00+00:00\",\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_StatusMerokok}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72166-2\",\n \"display\": \"Tobacco smoking status\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"8392000\",\n \"display\": \"Non-smoker\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_MinumAlkohol}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"405137009\",\n \"display\": \"Risk control behavior: alcohol use\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueBoolean\": false\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_RiwayatKB}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000170\",\n \"display\": \"Riwayat KB Hormonal\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueBoolean\": false\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6111-4\",\n \"display\": \"0\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_NIHScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6114-8\",\n \"display\": \"3\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_Dysphagia}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"162023004\",\n \"display\": \"No problem swallowing\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{ServiceRequest_CT}}\",\n \"resource\": {\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\": \"24727-0\",\n \"display\": \"CT Head W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Pemeriksaan CT Kepala\"\n },\n \"orderDetail\": [\n {\n \"coding\": [\n {\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\",\n \"code\": \"CT\"\n }\n ],\n \"text\": \"Modality Code: CT\"\n },\n {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/ae-title\",\n \"display\": \"CT-01\"\n }\n ]\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"occurrenceDateTime\": \"2023-03-01T02:30:00+00:00\",\n \"authoredOn\": \"2023-03-01T02:15:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n }\n ],\n \"bodySite\": [\n {\n \"coding\": [\n {\n \"code\": \"69536005\",\n \"display\": \" Head structure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"reasonCode\": [\n {\n \"text\": \"Serangan Stroke\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"ServiceRequest\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_CT}}\",\n \"resource\": {\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 \"system\": \"http://loinc.org\",\n \"code\": \"42132-1\",\n \"display\": \"CT Head W contrast IV\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\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/{{IServiceRequest_CT}}\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"69536005\",\n \"display\": \"Head structure\"\n }\n ]\n },\n \"derivedFrom\": [\n {\n \"reference\": \"urn:uuid:{{ImagingStudy_CT}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"432504007\",\n \"display\": \"Cerebral infarction\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_Alberta}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000181\",\n \"display\": \"Alberta Stroke Program Early CT score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\n \"issued\": \"2023-11-06T09:45:00+00:00\",\n \"valueQuantity\": {\n \"value\": 4,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_CT}}\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{DiagnosticReport_CT}}\",\n \"resource\": {\n \"resourceType\": \"DiagnosticReport\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/{{Org_id}}/rad\",\n \"use\": \"official\",\n \"value\": \"A56789\"\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\": \"24727-0\",\n \"display\": \"CT Head W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\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 \"result\": [\n {\n \"reference\": \"urn:uuid:{{Observation_CT}}\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"urn:uuid:{{IServiceRequest_CT}}\"\n }\n ],\n \"conclusion\": \"Terjadi Infark di Sisi Sebelah kiri pada Bagian Otak Serebral.\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"DiagnosticReport\"\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}", "host": [ "{{base_url}}" ] } }, "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": "Mon, 30 Oct 2023 11:06:33 GMT" }, { "key": "content-length", "value": "2959" }, { "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": "6f8c0a91-f553-48c4-a42d-cccf07bce1c0" }, { "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 \"response\": {\n \"etag\": \"W/\\\"MTY5ODY2Mzk5MzczODUyNTAwMA\\\"\",\n \"lastModified\": \"2023-10-30T11:06:33.738525+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Encounter/cdf73a78-ecd7-4f1e-8ae5-7a245e195888/_history/MTY5ODY2Mzk5MzczODUyNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Encounter\",\n \"resourceID\": \"cdf73a78-ecd7-4f1e-8ae5-7a245e195888\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTY5ODY2Mzk5MzczODUyNTAwMA\\\"\",\n \"lastModified\": \"2023-10-30T11:06:33.738525+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/38a982f9-7bf8-43a9-9b83-bf67fab9c70b/_history/MTY5ODY2Mzk5MzczODUyNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"38a982f9-7bf8-43a9-9b83-bf67fab9c70b\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTY5ODY2Mzk5MzczODUyNTAwMA\\\"\",\n \"lastModified\": \"2023-10-30T11:06:33.738525+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/8ba74310-b705-4176-94df-7507f9b9650e/_history/MTY5ODY2Mzk5MzczODUyNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"8ba74310-b705-4176-94df-7507f9b9650e\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTY5ODY2Mzk5MzczODUyNTAwMA\\\"\",\n \"lastModified\": \"2023-10-30T11:06:33.738525+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/fd223344-38e8-4ad1-8afc-aa854eff6f1c/_history/MTY5ODY2Mzk5MzczODUyNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"fd223344-38e8-4ad1-8afc-aa854eff6f1c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTY5ODY2Mzk5MzczODUyNTAwMA\\\"\",\n \"lastModified\": \"2023-10-30T11:06:33.738525+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/d79680b2-d769-45fc-b29d-b52ff09d46b8/_history/MTY5ODY2Mzk5MzczODUyNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"d79680b2-d769-45fc-b29d-b52ff09d46b8\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTY5ODY2Mzk5MzczODUyNTAwMA\\\"\",\n \"lastModified\": \"2023-10-30T11:06:33.738525+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/bddb7fc0-e939-4947-aa19-d3352e9eeb31/_history/MTY5ODY2Mzk5MzczODUyNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"bddb7fc0-e939-4947-aa19-d3352e9eeb31\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTY5ODY2Mzk5MzczODUyNTAwMA\\\"\",\n \"lastModified\": \"2023-10-30T11:06:33.738525+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/1963b033-ade5-46cf-808c-7b942c3689c0/_history/MTY5ODY2Mzk5MzczODUyNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"1963b033-ade5-46cf-808c-7b942c3689c0\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTY5ODY2Mzk5MzczODUyNTAwMA\\\"\",\n \"lastModified\": \"2023-10-30T11:06:33.738525+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/1b5ee9db-6253-4e08-9cd9-0146de75ec48/_history/MTY5ODY2Mzk5MzczODUyNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"1b5ee9db-6253-4e08-9cd9-0146de75ec48\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/902a81a7-618e-416a-9c6f-11a1a47c4d5e/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"902a81a7-618e-416a-9c6f-11a1a47c4d5e\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/a25b6374-f7ef-4cc4-8de2-42d70e82b100/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"a25b6374-f7ef-4cc4-8de2-42d70e82b100\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/0f66cca8-e67f-4660-ba65-d3b716f0b82c/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"0f66cca8-e67f-4660-ba65-d3b716f0b82c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/87ce0278-37dd-4386-a2f7-3d51fe9a414a/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"87ce0278-37dd-4386-a2f7-3d51fe9a414a\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/1526d1da-3727-48b3-99d4-7b167c4b97c8/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"1526d1da-3727-48b3-99d4-7b167c4b97c8\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/DiagnosticReport/a69f69f9-f20c-4d9d-b6ee-e56891523de1/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"DiagnosticReport\",\n \"resourceID\": \"a69f69f9-f20c-4d9d-b6ee-e56891523de1\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/04164f93-96ca-4547-bb3b-24a6858a0262/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"04164f93-96ca-4547-bb3b-24a6858a0262\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/9c043467-8cec-4929-8aee-06129e9d814d/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"9c043467-8cec-4929-8aee-06129e9d814d\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/179bc899-f8bc-4140-bd76-77296ad46054/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"179bc899-f8bc-4140-bd76-77296ad46054\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/0c3997a3-c50e-42b3-a44d-716044758b1b/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"0c3997a3-c50e-42b3-a44d-716044758b1b\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/DiagnosticReport/70f8265b-df94-414a-98cc-509db6ef9a29/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"DiagnosticReport\",\n \"resourceID\": \"70f8265b-df94-414a-98cc-509db6ef9a29\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/ceb55b8e-c5e9-47b3-9a0e-7d409eb13b84/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"ceb55b8e-c5e9-47b3-9a0e-7d409eb13b84\"\n }\n }\n ],\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction-response\",\n \"total\": 8\n}" }, { "name": "Bundle Kunjungan 1- IGD", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction\",\n \"entry\": [\n {\n \"fullUrl\": \"urn:uuid:{{Encounter1_id}}\",\n \"resource\": {\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\": \"finished\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\",\n \"end\": \"2023-03-01T03:10:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\",\n \"end\": \"2023-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"location\": {\n \"reference\": \"Location/{{Location_Resusitasi}}\",\n \"display\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:10:00+00:00\",\n \"end\": \"2023-03-01T03:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"urn:uuid:{{DiagnosisUtama1_id}}\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis \"\n }\n ]\n }\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-03-01T02:00:00+00:00\",\n \"end\": \"2023-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2023-03-01T02:01:00+00:00\",\n \"end\": \"2023-03-01T02:10:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-03-01T02:10:00+00:00\",\n \"end\": \"2023-03-01T03:10:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-03-01T03:10:00+00:00\",\n \"end\": \"2023-03-01T03:10:00+00:00\"\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\n \"code\": \"oth\",\n \"display\": \"Other\"\n }\n ],\n \"text\": \"Pasien dipindahkan dari IGD ke rawat inap.\"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"urn:uuid:{{EpisodeOfCare_Stroke}}\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Encounter\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{DiagnosisUtama1_id}}\",\n \"resource\": {\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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2023-03-01T02:40:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Procedure_Thrombolytic}}\",\n \"resource\": {\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\": \"99.10\",\n \"display\": \"Injection or infusion of thrombolytic agent\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-01T02:40:00+00:00\",\n \"end\": \"2023-03-01T03:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"usedReference\": [\n {\n \"reference\": \"Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Procedure_Thrombectomy}}\",\n \"resource\": {\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\": \"39.74\",\n \"display\": \"Endovascular removal of obstruction from head and neck vessel (s)\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-01T03:15:00+00:00\",\n \"end\": \"2023-03-01T04:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_NIHScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T03:00:00+00:00\",\n \"issued\": \"2023-03-01T03:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_Rekanalisasi}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000182\",\n \"display\": \"Time to Recanalization\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueDateTime\": \"2023-03-01T03:35:00+00:00\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_ThrombolysisScore}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000183\",\n \"display\": \"Thrombolysis in Cerebral Infarction Score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T04:15:00+00:00\",\n \"issued\": \"2023-03-01T04:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000412\",\n \"display\": \"Grade 2b\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_WakeUpStroke}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000186\",\n \"display\": \"Wake up stroke\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueDateTime\": \"2023-02-28T22:00:00+00:00\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_Hipertensi}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"38341003\",\n \"display\": \"Hypertension\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"268607006\",\n \"display\": \"Hypertension risk level\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"827068008\",\n \"display\": \"Stage 2 hypertension\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"31509003\",\n \"display\": \"Controlled\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_Diabetes}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"73211009\",\n \"display\": \"Diabetes mellitus\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"31509003\",\n \"display\": \"Controlled\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_Dislipidemia}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"370992007\",\n \"display\": \"Dyslipidemia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueBoolean\": true,\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"715047008\",\n \"display\": \"Does obtain medication\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000180\",\n \"display\": \"Intensitas Obat Statin\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000409\",\n \"display\": \"Statin Intensitas Rendah\"\n }\n ]\n }\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Condition_RiwayatHipertensi}}\",\n \"resource\": {\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\": \"161501007\",\n \"display\": \"History of hypertension\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\",\n \"display\": \"Kunjungan {{Patient_Name}} tanggal 01 Maret 2023\"\n },\n \"onsetDateTime\": \"2022-01-01T00:00:00+00:00\",\n \"recordedDate\": \"2023-03-01T02:10:00+00:00\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_StatusMerokok}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72166-2\",\n \"display\": \"Tobacco smoking status\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"8392000\",\n \"display\": \"Non-smoker\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_MinumAlkohol}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"405137009\",\n \"display\": \"Risk control behavior: alcohol use\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueBoolean\": false\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_RiwayatKB}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"social-history\",\n \"display\": \"Social History\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000170\",\n \"display\": \"Riwayat KB Hormonal\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueBoolean\": false\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:10:00+00:00\",\n \"issued\": \"2023-03-01T02:10:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6111-4\",\n \"display\": \"0\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_NIHScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6114-8\",\n \"display\": \"3\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_Dysphagia}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"162023004\",\n \"display\": \"No problem swallowing\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{ServiceRequest_CT}}\",\n \"resource\": {\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\": \"24727-0\",\n \"display\": \"CT Head W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Pemeriksaan CT Kepala\"\n },\n \"orderDetail\": [\n {\n \"coding\": [\n {\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\",\n \"code\": \"CT\"\n }\n ],\n \"text\": \"Modality Code: CT\"\n },\n {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/ae-title\",\n \"display\": \"CT-01\"\n }\n ]\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"occurrenceDateTime\": \"2023-03-01T02:30:00+00:00\",\n \"authoredOn\": \"2023-03-01T02:15:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n }\n ],\n \"bodySite\": [\n {\n \"coding\": [\n {\n \"code\": \"69536005\",\n \"display\": \" Head structure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"reasonCode\": [\n {\n \"text\": \"Serangan Stroke\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"ServiceRequest\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_CT}}\",\n \"resource\": {\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 \"system\": \"http://loinc.org\",\n \"code\": \"42132-1\",\n \"display\": \"CT Head W contrast IV\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\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/{{IServiceRequest_CT}}\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"69536005\",\n \"display\": \"Head structure\"\n }\n ]\n },\n \"derivedFrom\": [\n {\n \"reference\": \"urn:uuid:{{ImagingStudy_CT}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"432504007\",\n \"display\": \"Cerebral infarction\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_Alberta}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000181\",\n \"display\": \"Alberta Stroke Program Early CT score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\n },\n \"effectiveDateTime\": \"2023-11-06T09:45:00+00:00\",\n \"issued\": \"2023-11-06T09:45:00+00:00\",\n \"valueQuantity\": {\n \"value\": 4,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_CT}}\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{DiagnosticReport_CT}}\",\n \"resource\": {\n \"resourceType\": \"DiagnosticReport\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/{{Org_id}}/rad\",\n \"use\": \"official\",\n \"value\": \"A56789\"\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\": \"24727-0\",\n \"display\": \"CT Head W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:{{Encounter1_id}}\"\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 \"result\": [\n {\n \"reference\": \"urn:uuid:{{Observation_CT}}\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"urn:uuid:{{IServiceRequest_CT}}\"\n }\n ],\n \"conclusion\": \"Terjadi Infark di Sisi Sebelah kiri pada Bagian Otak Serebral.\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"DiagnosticReport\"\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}", "host": [ "{{base_url}}" ] } }, "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": "Mon, 30 Oct 2023 11:06:33 GMT" }, { "key": "content-length", "value": "2959" }, { "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": "6f8c0a91-f553-48c4-a42d-cccf07bce1c0" }, { "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 \"response\": {\n \"etag\": \"W/\\\"MTY5ODY2Mzk5MzczODUyNTAwMA\\\"\",\n \"lastModified\": \"2023-10-30T11:06:33.738525+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Encounter/cdf73a78-ecd7-4f1e-8ae5-7a245e195888/_history/MTY5ODY2Mzk5MzczODUyNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Encounter\",\n \"resourceID\": \"cdf73a78-ecd7-4f1e-8ae5-7a245e195888\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTY5ODY2Mzk5MzczODUyNTAwMA\\\"\",\n \"lastModified\": \"2023-10-30T11:06:33.738525+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/38a982f9-7bf8-43a9-9b83-bf67fab9c70b/_history/MTY5ODY2Mzk5MzczODUyNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"38a982f9-7bf8-43a9-9b83-bf67fab9c70b\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTY5ODY2Mzk5MzczODUyNTAwMA\\\"\",\n \"lastModified\": \"2023-10-30T11:06:33.738525+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/8ba74310-b705-4176-94df-7507f9b9650e/_history/MTY5ODY2Mzk5MzczODUyNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"8ba74310-b705-4176-94df-7507f9b9650e\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTY5ODY2Mzk5MzczODUyNTAwMA\\\"\",\n \"lastModified\": \"2023-10-30T11:06:33.738525+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/fd223344-38e8-4ad1-8afc-aa854eff6f1c/_history/MTY5ODY2Mzk5MzczODUyNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"fd223344-38e8-4ad1-8afc-aa854eff6f1c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTY5ODY2Mzk5MzczODUyNTAwMA\\\"\",\n \"lastModified\": \"2023-10-30T11:06:33.738525+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/d79680b2-d769-45fc-b29d-b52ff09d46b8/_history/MTY5ODY2Mzk5MzczODUyNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"d79680b2-d769-45fc-b29d-b52ff09d46b8\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTY5ODY2Mzk5MzczODUyNTAwMA\\\"\",\n \"lastModified\": \"2023-10-30T11:06:33.738525+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/bddb7fc0-e939-4947-aa19-d3352e9eeb31/_history/MTY5ODY2Mzk5MzczODUyNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"bddb7fc0-e939-4947-aa19-d3352e9eeb31\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTY5ODY2Mzk5MzczODUyNTAwMA\\\"\",\n \"lastModified\": \"2023-10-30T11:06:33.738525+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/1963b033-ade5-46cf-808c-7b942c3689c0/_history/MTY5ODY2Mzk5MzczODUyNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"1963b033-ade5-46cf-808c-7b942c3689c0\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTY5ODY2Mzk5MzczODUyNTAwMA\\\"\",\n \"lastModified\": \"2023-10-30T11:06:33.738525+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/1b5ee9db-6253-4e08-9cd9-0146de75ec48/_history/MTY5ODY2Mzk5MzczODUyNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"1b5ee9db-6253-4e08-9cd9-0146de75ec48\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/902a81a7-618e-416a-9c6f-11a1a47c4d5e/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"902a81a7-618e-416a-9c6f-11a1a47c4d5e\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/a25b6374-f7ef-4cc4-8de2-42d70e82b100/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"a25b6374-f7ef-4cc4-8de2-42d70e82b100\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/0f66cca8-e67f-4660-ba65-d3b716f0b82c/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"0f66cca8-e67f-4660-ba65-d3b716f0b82c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/87ce0278-37dd-4386-a2f7-3d51fe9a414a/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"87ce0278-37dd-4386-a2f7-3d51fe9a414a\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/1526d1da-3727-48b3-99d4-7b167c4b97c8/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"1526d1da-3727-48b3-99d4-7b167c4b97c8\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/DiagnosticReport/a69f69f9-f20c-4d9d-b6ee-e56891523de1/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"DiagnosticReport\",\n \"resourceID\": \"a69f69f9-f20c-4d9d-b6ee-e56891523de1\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/04164f93-96ca-4547-bb3b-24a6858a0262/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"04164f93-96ca-4547-bb3b-24a6858a0262\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/9c043467-8cec-4929-8aee-06129e9d814d/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"9c043467-8cec-4929-8aee-06129e9d814d\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/179bc899-f8bc-4140-bd76-77296ad46054/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"179bc899-f8bc-4140-bd76-77296ad46054\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/0c3997a3-c50e-42b3-a44d-716044758b1b/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"0c3997a3-c50e-42b3-a44d-716044758b1b\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/DiagnosticReport/70f8265b-df94-414a-98cc-509db6ef9a29/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"DiagnosticReport\",\n \"resourceID\": \"70f8265b-df94-414a-98cc-509db6ef9a29\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\\\"\",\n \"lastModified\": \"2024-01-24T06:57:28.944449+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/ceb55b8e-c5e9-47b3-9a0e-7d409eb13b84/_history/MTcwNjA3OTQ0ODk0NDQ0OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"ceb55b8e-c5e9-47b3-9a0e-7d409eb13b84\"\n }\n }\n ],\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction-response\",\n \"total\": 8\n}" } ] } ] }, { "name": "Pelayanan Rawat Inap", "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 = null;\r", "bundle.entry.forEach(entry => {\r", " let data = entry.resource;\r", " data.name.forEach(name => {\r", " if(name.use == 'official'){\r", " pm.collectionVariables.set('Patient_Name', name.text);\r", " pm.collectionVariables.set('Patient_id', data.id);\r", " }\r", " })\r", "})" ], "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|9271060312000001", "host": [ "{{base_url}}" ], "path": [ "Patient" ], "query": [ { "key": "identifier", "value": "https://fhir.kemkes.go.id/id/nik|9271060312000001" } ] } }, "response": [ { "name": "Patient - Search NIK", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/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" } ] } }, "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": "Mon, 27 Mar 2023 01:55:38 GMT" }, { "key": "content-length", "value": "1168" }, { "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": "baa31c3c-3ab3-40a4-a9f1-574fbbc7af96" }, { "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 \"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\": \"################\"\n }\n ],\n \"link\": [\n {\n \"other\": {\n \"reference\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\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/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" }, { "name": "Patient - Search NIK", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/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" } ] } }, "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": "Mon, 27 Mar 2023 01:55:38 GMT" }, { "key": "content-length", "value": "1168" }, { "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": "baa31c3c-3ab3-40a4-a9f1-574fbbc7af96" }, { "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 \"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\": \"################\"\n }\n ],\n \"link\": [\n {\n \"other\": {\n \"reference\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\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/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" } ] }, { "name": "Patient - Search Name, Birtdate, 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, Birtdate, NIK", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/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" } ] } }, "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": "Mon, 27 Mar 2023 01:53:47 GMT" }, { "key": "content-length", "value": "2051" }, { "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": "b442b266-7c36-4acd-a398-30b07d8296a1" }, { "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\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\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&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1980-12-03&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1980-12-03&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" }, { "name": "Patient - Search Name, Birtdate, NIK", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/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" } ] } }, "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": "Mon, 27 Mar 2023 01:53:47 GMT" }, { "key": "content-length", "value": "2051" }, { "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": "b442b266-7c36-4acd-a398-30b07d8296a1" }, { "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\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\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&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1980-12-03&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1980-12-03&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" } ] }, { "name": "Patient - Search Name, Birthdate, Gender", "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", " data.name.forEach(name => {\r", " if(name.use == 'official'){\r", " pm.collectionVariables.set('Patient_Name', name.text)\r", " }\r", " });\r", " pm.collectionVariables.set('Patient_id', data.id);\r", "})" ], "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 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:24:24 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": "d49ea970-ffa2-4afa-a549-2607029ef001" }, { "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 - 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:24:24 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": "d49ea970-ffa2-4afa-a549-2607029ef001" }, { "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": "P02478375538" } ] } }, "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": "P02478375538" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTY3ODI4MTExMzE5MTQ5NjAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Wed, 08 Mar 2023 13:11:53 UTC" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Mon, 27 Mar 2023 01:55:24 GMT" }, { "key": "content-length", "value": "499" }, { "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": "a811bc92-baea-4d60-a95b-de2b20ff0afe" }, { "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\": \"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\": \"################\"\n }\n ],\n \"link\": [\n {\n \"other\": {\n \"reference\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\n },\n \"resourceType\": \"Patient\"\n}" }, { "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": "P02478375538" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTY3ODI4MTExMzE5MTQ5NjAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Wed, 08 Mar 2023 13:11:53 UTC" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Mon, 27 Mar 2023 01:55:24 GMT" }, { "key": "content-length", "value": "499" }, { "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": "a811bc92-baea-4d60-a95b-de2b20ff0afe" }, { "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\": \"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\": \"################\"\n }\n ],\n \"link\": [\n {\n \"other\": {\n \"reference\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\n },\n \"resourceType\": \"Patient\"\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": "P02478375538" } ] } }, "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": "P02478375538" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTY3ODI4MTExMzE5MTQ5NjAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Wed, 08 Mar 2023 13:11:53 UTC" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Mon, 27 Mar 2023 01:55:24 GMT" }, { "key": "content-length", "value": "499" }, { "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": "a811bc92-baea-4d60-a95b-de2b20ff0afe" }, { "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\": \"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\": \"################\"\n }\n ],\n \"link\": [\n {\n \"other\": {\n \"reference\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\n },\n \"resourceType\": \"Patient\"\n}" }, { "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": "P02478375538" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTY3ODI4MTExMzE5MTQ5NjAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Wed, 08 Mar 2023 13:11:53 UTC" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Mon, 27 Mar 2023 01:55:24 GMT" }, { "key": "content-length", "value": "499" }, { "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": "a811bc92-baea-4d60-a95b-de2b20ff0afe" }, { "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\": \"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\": \"################\"\n }\n ],\n \"link\": [\n {\n \"other\": {\n \"reference\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\n },\n \"resourceType\": \"Patient\"\n}" } ] }, { "name": "Patient - Search Name, Birtdate, 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, Birtdate, NIK", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/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" } ] } }, "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": "Mon, 27 Mar 2023 01:53:47 GMT" }, { "key": "content-length", "value": "2051" }, { "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": "b442b266-7c36-4acd-a398-30b07d8296a1" }, { "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\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\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&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1980-12-03&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1980-12-03&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" }, { "name": "Patient - Search Name, Birtdate, NIK", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/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" } ] } }, "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": "Mon, 27 Mar 2023 01:53:47 GMT" }, { "key": "content-length", "value": "2051" }, { "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": "b442b266-7c36-4acd-a398-30b07d8296a1" }, { "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\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\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&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1980-12-03&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1980-12-03&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" } ] }, { "name": "Patient - Search NIK", "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", " data.name.forEach(name => {\r", " if(name.use == 'official'){\r", " pm.collectionVariables.set('Patient_Name', name.text);\r", " pm.collectionVariables.set('Patient_id', data.id);\r", " }\r", " })\r", "})" ], "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|9271060312000001", "host": [ "{{base_url}}" ], "path": [ "Patient" ], "query": [ { "key": "identifier", "value": "https://fhir.kemkes.go.id/id/nik|9271060312000001" } ] } }, "response": [ { "name": "Patient - Search NIK", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/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" } ] } }, "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": "Mon, 27 Mar 2023 01:55:38 GMT" }, { "key": "content-length", "value": "1168" }, { "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": "baa31c3c-3ab3-40a4-a9f1-574fbbc7af96" }, { "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 \"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\": \"################\"\n }\n ],\n \"link\": [\n {\n \"other\": {\n \"reference\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\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/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" }, { "name": "Patient - Search NIK", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/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" } ] } }, "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": "Mon, 27 Mar 2023 01:55:38 GMT" }, { "key": "content-length", "value": "1168" }, { "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": "baa31c3c-3ab3-40a4-a9f1-574fbbc7af96" }, { "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 \"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\": \"################\"\n }\n ],\n \"link\": [\n {\n \"other\": {\n \"reference\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\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/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" } ] }, { "name": "Patient - Search Name, Birthdate, Gender", "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", " data.name.forEach(name => {\r", " if(name.use == 'official'){\r", " pm.collectionVariables.set('Patient_Name', name.text)\r", " }\r", " });\r", " pm.collectionVariables.set('Patient_id', data.id);\r", "})" ], "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 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:24:24 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": "d49ea970-ffa2-4afa-a549-2607029ef001" }, { "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 - 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:24:24 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": "d49ea970-ffa2-4afa-a549-2607029ef001" }, { "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": "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 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 - 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", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\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 = Name +',' + suffix;\r", " })\r", " };\r", "})" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/Practitioner/:id", "host": [ "{{base_url}}" ], "path": [ "Practitioner", ":id" ], "variable": [ { "key": "id", "value": "N10000001" } ] } }, "response": [ { "name": "Practitioner - By ID", "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": "Practitioner - By ID", "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": "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 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 - 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", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\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 = Name +',' + suffix;\r", " })\r", " };\r", "})" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/Practitioner/:id", "host": [ "{{base_url}}" ], "path": [ "Practitioner", ":id" ], "variable": [ { "key": "id", "value": "N10000001" } ] } }, "response": [ { "name": "Practitioner - By ID", "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": "Practitioner - By ID", "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 Rawat Inap", "item": [ { "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": "{{Location_bedRanap}}" } ] } }, "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": "{{Location_bedRanap}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Tue, 19 Mar 2024 11:00:08 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/ad730bf5-784f-48b9-a609-7d9c9bc29a40/_history/MTcxMDg0NjAwODgxNjgyNDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDg0NjAwODgxNjgyNDAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 11:00:08 GMT" }, { "key": "Content-Length", "value": "7752" }, { "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": "268b3311-e69a-4d3b-9230-f85c06e414a5" }, { "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, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf, 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\": \"ad730bf5-784f-48b9-a609-7d9c9bc29a40\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/{{Org_id}}\",\n \"value\": \"B2R21012345\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T11:00:08.816824+00:00\",\n \"versionId\": \"MTcxMDg0NjAwODgxNjgyNDAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"operationalStatus\": {\n \"code\": \"O\",\n \"display\": \"Occupied\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0116\"\n },\n \"partOf\": {\n \"display\": \"Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"reference\": \"Location/2b402518-ddde-48d8-ba3c-4778408f59c1\"\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.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": "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": "{{Location_bedRanap}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Tue, 19 Mar 2024 11:00:08 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/ad730bf5-784f-48b9-a609-7d9c9bc29a40/_history/MTcxMDg0NjAwODgxNjgyNDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDg0NjAwODgxNjgyNDAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 11:00:08 GMT" }, { "key": "Content-Length", "value": "7752" }, { "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": "268b3311-e69a-4d3b-9230-f85c06e414a5" }, { "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, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf, 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\": \"ad730bf5-784f-48b9-a609-7d9c9bc29a40\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/{{Org_id}}\",\n \"value\": \"B2R21012345\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T11:00:08.816824+00:00\",\n \"versionId\": \"MTcxMDg0NjAwODgxNjgyNDAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"operationalStatus\": {\n \"code\": \"O\",\n \"display\": \"Occupied\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0116\"\n },\n \"partOf\": {\n \"display\": \"Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"reference\": \"Location/2b402518-ddde-48d8-ba3c-4778408f59c1\"\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.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": "Encounter - Masuk Kunjungan Rawat Inap", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('Encounter_Ranap1', data.id);" ], "type": "text/javascript", "packages": {} } }, { "listen": "prerequest", "script": { "exec": [ "//defining yyymmdd as currentDate's YYYYMMDD in string format\r", "var now = new Date();\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\": \"K123456\"\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/N10000005\",\n \"display\": \"Dokter Fatma\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-01T03:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_bedRanap}}\",\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\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-03-01T03:00:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Ranap}}\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter", "host": [ "{{base_url}}" ], "path": [ "Encounter" ] } }, "response": [ { "name": "Encounter - Masuk Kunjungan Rawat Inap", "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\": \"K123456\"\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/N10000005\",\n \"display\": \"Dokter Fatma\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-01T03:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_bedRanap}}\",\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\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-03-01T03:00:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Ranap}}\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Encounter/a6134895-372d-43db-a5b5-4989aef4068b/_history/MTcxMDY0ODI3MDQzNTQyNzAwMA" }, { "key": "last-modified", "value": "Sun, 17 Mar 2024 04:04:30 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDY0ODI3MDQzNTQyNzAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 04:04:30 GMT" }, { "key": "Content-Length", "value": "1613" }, { "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": "3458bab7-e108-4b01-9e34-2a74b75d78be" }, { "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/753fa559-2bd8-4cab-816b-2be91184711f\"\n }\n ],\n \"class\": {\n \"code\": \"IMP\",\n \"display\": \"inpatient encounter\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"id\": \"a6134895-372d-43db-a5b5-4989aef4068b\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"K123456\"\n }\n ],\n \"location\": [\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, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"reference\": \"Location/ad730bf5-784f-48b9-a609-7d9c9bc29a40\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T04:04:30.435427+00:00\",\n \"versionId\": \"MTcxMDY0ODI3MDQzNTQyNzAwMA\"\n },\n \"participant\": [\n {\n \"individual\": {\n \"display\": \"Dokter Fatma\",\n \"reference\": \"Practitioner/N10000005\"\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-03-01T03:00: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-03-01T03:00:00+00:00\"\n },\n \"status\": \"in-progress\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Encounter - Masuk Kunjungan Rawat Inap", "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\": \"K123456\"\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/N10000005\",\n \"display\": \"Dokter Fatma\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-01T03:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_bedRanap}}\",\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\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-03-01T03:00:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Ranap}}\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Encounter/a6134895-372d-43db-a5b5-4989aef4068b/_history/MTcxMDY0ODI3MDQzNTQyNzAwMA" }, { "key": "last-modified", "value": "Sun, 17 Mar 2024 04:04:30 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDY0ODI3MDQzNTQyNzAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 04:04:30 GMT" }, { "key": "Content-Length", "value": "1613" }, { "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": "3458bab7-e108-4b01-9e34-2a74b75d78be" }, { "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/753fa559-2bd8-4cab-816b-2be91184711f\"\n }\n ],\n \"class\": {\n \"code\": \"IMP\",\n \"display\": \"inpatient encounter\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"id\": \"a6134895-372d-43db-a5b5-4989aef4068b\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"K123456\"\n }\n ],\n \"location\": [\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, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"reference\": \"Location/ad730bf5-784f-48b9-a609-7d9c9bc29a40\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T04:04:30.435427+00:00\",\n \"versionId\": \"MTcxMDY0ODI3MDQzNTQyNzAwMA\"\n },\n \"participant\": [\n {\n \"individual\": {\n \"display\": \"Dokter Fatma\",\n \"reference\": \"Practitioner/N10000005\"\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-03-01T03:00: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-03-01T03:00: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": "{{Location_bedRanap}}" } ] } }, "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": "{{Location_bedRanap}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Tue, 19 Mar 2024 11:00:08 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/ad730bf5-784f-48b9-a609-7d9c9bc29a40/_history/MTcxMDg0NjAwODgxNjgyNDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDg0NjAwODgxNjgyNDAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 11:00:08 GMT" }, { "key": "Content-Length", "value": "7752" }, { "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": "268b3311-e69a-4d3b-9230-f85c06e414a5" }, { "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, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf, 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\": \"ad730bf5-784f-48b9-a609-7d9c9bc29a40\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/{{Org_id}}\",\n \"value\": \"B2R21012345\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T11:00:08.816824+00:00\",\n \"versionId\": \"MTcxMDg0NjAwODgxNjgyNDAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"operationalStatus\": {\n \"code\": \"O\",\n \"display\": \"Occupied\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0116\"\n },\n \"partOf\": {\n \"display\": \"Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"reference\": \"Location/2b402518-ddde-48d8-ba3c-4778408f59c1\"\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.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": "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": "{{Location_bedRanap}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Tue, 19 Mar 2024 11:00:08 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/ad730bf5-784f-48b9-a609-7d9c9bc29a40/_history/MTcxMDg0NjAwODgxNjgyNDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDg0NjAwODgxNjgyNDAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 11:00:08 GMT" }, { "key": "Content-Length", "value": "7752" }, { "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": "268b3311-e69a-4d3b-9230-f85c06e414a5" }, { "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, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf, 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\": \"ad730bf5-784f-48b9-a609-7d9c9bc29a40\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/{{Org_id}}\",\n \"value\": \"B2R21012345\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T11:00:08.816824+00:00\",\n \"versionId\": \"MTcxMDg0NjAwODgxNjgyNDAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"operationalStatus\": {\n \"code\": \"O\",\n \"display\": \"Occupied\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0116\"\n },\n \"partOf\": {\n \"display\": \"Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"reference\": \"Location/2b402518-ddde-48d8-ba3c-4778408f59c1\"\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.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": "Encounter - Masuk Kunjungan Rawat Inap", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('Encounter_Ranap1', data.id);" ], "type": "text/javascript", "packages": {} } }, { "listen": "prerequest", "script": { "exec": [ "//defining yyymmdd as currentDate's YYYYMMDD in string format\r", "var now = new Date();\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\": \"K123456\"\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/N10000005\",\n \"display\": \"Dokter Fatma\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-01T03:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_bedRanap}}\",\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\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-03-01T03:00:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Ranap}}\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter", "host": [ "{{base_url}}" ], "path": [ "Encounter" ] } }, "response": [ { "name": "Encounter - Masuk Kunjungan Rawat Inap", "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\": \"K123456\"\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/N10000005\",\n \"display\": \"Dokter Fatma\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-01T03:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_bedRanap}}\",\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\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-03-01T03:00:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Ranap}}\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Encounter/a6134895-372d-43db-a5b5-4989aef4068b/_history/MTcxMDY0ODI3MDQzNTQyNzAwMA" }, { "key": "last-modified", "value": "Sun, 17 Mar 2024 04:04:30 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDY0ODI3MDQzNTQyNzAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 04:04:30 GMT" }, { "key": "Content-Length", "value": "1613" }, { "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": "3458bab7-e108-4b01-9e34-2a74b75d78be" }, { "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/753fa559-2bd8-4cab-816b-2be91184711f\"\n }\n ],\n \"class\": {\n \"code\": \"IMP\",\n \"display\": \"inpatient encounter\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"id\": \"a6134895-372d-43db-a5b5-4989aef4068b\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"K123456\"\n }\n ],\n \"location\": [\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, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"reference\": \"Location/ad730bf5-784f-48b9-a609-7d9c9bc29a40\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T04:04:30.435427+00:00\",\n \"versionId\": \"MTcxMDY0ODI3MDQzNTQyNzAwMA\"\n },\n \"participant\": [\n {\n \"individual\": {\n \"display\": \"Dokter Fatma\",\n \"reference\": \"Practitioner/N10000005\"\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-03-01T03:00: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-03-01T03:00:00+00:00\"\n },\n \"status\": \"in-progress\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Encounter - Masuk Kunjungan Rawat Inap", "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\": \"K123456\"\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/N10000005\",\n \"display\": \"Dokter Fatma\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-01T03:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_bedRanap}}\",\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\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-03-01T03:00:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Ranap}}\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Encounter/a6134895-372d-43db-a5b5-4989aef4068b/_history/MTcxMDY0ODI3MDQzNTQyNzAwMA" }, { "key": "last-modified", "value": "Sun, 17 Mar 2024 04:04:30 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDY0ODI3MDQzNTQyNzAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 04:04:30 GMT" }, { "key": "Content-Length", "value": "1613" }, { "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": "3458bab7-e108-4b01-9e34-2a74b75d78be" }, { "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/753fa559-2bd8-4cab-816b-2be91184711f\"\n }\n ],\n \"class\": {\n \"code\": \"IMP\",\n \"display\": \"inpatient encounter\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"id\": \"a6134895-372d-43db-a5b5-4989aef4068b\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"K123456\"\n }\n ],\n \"location\": [\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, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"reference\": \"Location/ad730bf5-784f-48b9-a609-7d9c9bc29a40\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T04:04:30.435427+00:00\",\n \"versionId\": \"MTcxMDY0ODI3MDQzNTQyNzAwMA\"\n },\n \"participant\": [\n {\n \"individual\": {\n \"display\": \"Dokter Fatma\",\n \"reference\": \"Practitioner/N10000005\"\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-03-01T03:00: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-03-01T03:00: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 Fisik Umum", "item": [ { "name": "Observation - Diastole", "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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T03:30:00+00:00\",\n \"issued\": \"2023-03-01T03:30:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 95,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Diastole", "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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T03:30:00+00:00\",\n \"issued\": \"2023-03-01T03:30:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 95,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/fda7370a-d013-4945-ac48-1260ece242a2/_history/MTcxMDY0ODczMDQwNzE1OTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sun, 17 Mar 2024 04:12:10 UTC" }, { "key": "etag", "value": "W/\"MTcxMDY0ODczMDQwNzE1OTAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 04:12:10 GMT" }, { "key": "Content-Length", "value": "935" }, { "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": "4c9337c4-1c21-4668-8690-37373473dc3e" }, { "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 \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T03:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"fda7370a-d013-4945-ac48-1260ece242a2\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T03:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T04:12:10.407159+00:00\",\n \"versionId\": \"MTcxMDY0ODczMDQwNzE1OTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 95\n }\n}" }, { "name": "Observation - Diastole", "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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T03:30:00+00:00\",\n \"issued\": \"2023-03-01T03:30:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 95,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/fda7370a-d013-4945-ac48-1260ece242a2/_history/MTcxMDY0ODczMDQwNzE1OTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sun, 17 Mar 2024 04:12:10 UTC" }, { "key": "etag", "value": "W/\"MTcxMDY0ODczMDQwNzE1OTAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 04:12:10 GMT" }, { "key": "Content-Length", "value": "935" }, { "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": "4c9337c4-1c21-4668-8690-37373473dc3e" }, { "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 \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T03:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"fda7370a-d013-4945-ac48-1260ece242a2\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T03:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T04:12:10.407159+00:00\",\n \"versionId\": \"MTcxMDY0ODczMDQwNzE1OTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 95\n }\n}" } ] }, { "name": "Observation - Sistole", "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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T03:30:00+00:00\",\n \"issued\": \"2023-03-01T03:30:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 140,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Sistole", "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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T03:30:00+00:00\",\n \"issued\": \"2023-03-01T03:30:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 140,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\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": "Sun, 17 Mar 2024 04:12:44 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/99fa5503-40c0-47ce-bc02-7671f52a479e/_history/MTcxMDY0ODc2NDcyODM2MTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDY0ODc2NDcyODM2MTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 04:12:44 GMT" }, { "key": "Content-Length", "value": "935" }, { "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": "ca95761d-7f8e-466a-b240-bb15d8eee90e" }, { "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 \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T03:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"99fa5503-40c0-47ce-bc02-7671f52a479e\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T03:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T04:12:44.728361+00:00\",\n \"versionId\": \"MTcxMDY0ODc2NDcyODM2MTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"valueQuantity\": {\n \"code\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 140\n }\n}" }, { "name": "Observation - Sistole", "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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T03:30:00+00:00\",\n \"issued\": \"2023-03-01T03:30:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 140,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\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": "Sun, 17 Mar 2024 04:12:44 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/99fa5503-40c0-47ce-bc02-7671f52a479e/_history/MTcxMDY0ODc2NDcyODM2MTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDY0ODc2NDcyODM2MTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 04:12:44 GMT" }, { "key": "Content-Length", "value": "935" }, { "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": "ca95761d-7f8e-466a-b240-bb15d8eee90e" }, { "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 \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T03:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"99fa5503-40c0-47ce-bc02-7671f52a479e\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T03:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T04:12:44.728361+00:00\",\n \"versionId\": \"MTcxMDY0ODc2NDcyODM2MTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"valueQuantity\": {\n \"code\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 140\n }\n}" } ] }, { "name": "Observation - Sistole", "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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T03:30:00+00:00\",\n \"issued\": \"2023-03-01T03:30:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 140,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Sistole", "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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T03:30:00+00:00\",\n \"issued\": \"2023-03-01T03:30:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 140,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\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": "Sun, 17 Mar 2024 04:12:44 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/99fa5503-40c0-47ce-bc02-7671f52a479e/_history/MTcxMDY0ODc2NDcyODM2MTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDY0ODc2NDcyODM2MTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 04:12:44 GMT" }, { "key": "Content-Length", "value": "935" }, { "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": "ca95761d-7f8e-466a-b240-bb15d8eee90e" }, { "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 \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T03:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"99fa5503-40c0-47ce-bc02-7671f52a479e\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T03:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T04:12:44.728361+00:00\",\n \"versionId\": \"MTcxMDY0ODc2NDcyODM2MTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"valueQuantity\": {\n \"code\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 140\n }\n}" }, { "name": "Observation - Sistole", "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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T03:30:00+00:00\",\n \"issued\": \"2023-03-01T03:30:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 140,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\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": "Sun, 17 Mar 2024 04:12:44 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/99fa5503-40c0-47ce-bc02-7671f52a479e/_history/MTcxMDY0ODc2NDcyODM2MTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDY0ODc2NDcyODM2MTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 04:12:44 GMT" }, { "key": "Content-Length", "value": "935" }, { "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": "ca95761d-7f8e-466a-b240-bb15d8eee90e" }, { "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 \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T03:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"99fa5503-40c0-47ce-bc02-7671f52a479e\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T03:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T04:12:44.728361+00:00\",\n \"versionId\": \"MTcxMDY0ODc2NDcyODM2MTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"valueQuantity\": {\n \"code\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 140\n }\n}" } ] }, { "name": "Observation - Diastole", "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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T03:30:00+00:00\",\n \"issued\": \"2023-03-01T03:30:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 95,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Diastole", "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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T03:30:00+00:00\",\n \"issued\": \"2023-03-01T03:30:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 95,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/fda7370a-d013-4945-ac48-1260ece242a2/_history/MTcxMDY0ODczMDQwNzE1OTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sun, 17 Mar 2024 04:12:10 UTC" }, { "key": "etag", "value": "W/\"MTcxMDY0ODczMDQwNzE1OTAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 04:12:10 GMT" }, { "key": "Content-Length", "value": "935" }, { "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": "4c9337c4-1c21-4668-8690-37373473dc3e" }, { "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 \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T03:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"fda7370a-d013-4945-ac48-1260ece242a2\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T03:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T04:12:10.407159+00:00\",\n \"versionId\": \"MTcxMDY0ODczMDQwNzE1OTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 95\n }\n}" }, { "name": "Observation - Diastole", "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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-01T03:30:00+00:00\",\n \"issued\": \"2023-03-01T03:30:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 95,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/fda7370a-d013-4945-ac48-1260ece242a2/_history/MTcxMDY0ODczMDQwNzE1OTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sun, 17 Mar 2024 04:12:10 UTC" }, { "key": "etag", "value": "W/\"MTcxMDY0ODczMDQwNzE1OTAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 04:12:10 GMT" }, { "key": "Content-Length", "value": "935" }, { "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": "4c9337c4-1c21-4668-8690-37373473dc3e" }, { "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 \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T03:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"fda7370a-d013-4945-ac48-1260ece242a2\",\n \"identifier\": [],\n \"issued\": \"2023-03-01T03:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T04:12:10.407159+00:00\",\n \"versionId\": \"MTcxMDY0ODczMDQwNzE1OTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 95\n }\n}" } ] } ] }, { "name": "04. Pemeriksaan Neurologis Penyakit Stroke", "item": [ { "name": "Observation - Total Skor NIHSS 24Jam r-TPA", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T01:30:00+00:00\",\n \"issued\": \"2023-03-02T01:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 12,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Total Skor NIHSS 24Jam r-TPA", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T01:30:00+00:00\",\n \"issued\": \"2023-03-02T01:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 12,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\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": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 14:30:08 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/95da0a8b-1bbf-46a7-8381-19e814641983/_history/MTcxMDc3MjIwODEzMDYwNjAwMA" }, { "key": "etag", "value": "W/\"MTcxMDc3MjIwODEzMDYwNjAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 14:30:08 GMT" }, { "key": "Content-Length", "value": "4820" }, { "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": "37beaab4-6b61-4daa-9808-ac134ffe001e" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-02T01:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"95da0a8b-1bbf-46a7-8381-19e814641983\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-02T01:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T14:30:08.130606+00:00\",\n \"versionId\": \"MTcxMDc3MjIwODEzMDYwNjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 12\n }\n}" }, { "name": "Observation - Total Skor NIHSS 24Jam r-TPA", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T01:30:00+00:00\",\n \"issued\": \"2023-03-02T01:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 12,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\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": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 14:30:08 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/95da0a8b-1bbf-46a7-8381-19e814641983/_history/MTcxMDc3MjIwODEzMDYwNjAwMA" }, { "key": "etag", "value": "W/\"MTcxMDc3MjIwODEzMDYwNjAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 14:30:08 GMT" }, { "key": "Content-Length", "value": "4820" }, { "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": "37beaab4-6b61-4daa-9808-ac134ffe001e" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-02T01:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"95da0a8b-1bbf-46a7-8381-19e814641983\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-02T01:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T14:30:08.130606+00:00\",\n \"versionId\": \"MTcxMDc3MjIwODEzMDYwNjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 12\n }\n}" } ] }, { "name": "Observation - Total Skor NIHSS 24Jam r-TPA", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T01:30:00+00:00\",\n \"issued\": \"2023-03-02T01:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 12,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Total Skor NIHSS 24Jam r-TPA", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T01:30:00+00:00\",\n \"issued\": \"2023-03-02T01:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 12,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\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": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 14:30:08 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/95da0a8b-1bbf-46a7-8381-19e814641983/_history/MTcxMDc3MjIwODEzMDYwNjAwMA" }, { "key": "etag", "value": "W/\"MTcxMDc3MjIwODEzMDYwNjAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 14:30:08 GMT" }, { "key": "Content-Length", "value": "4820" }, { "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": "37beaab4-6b61-4daa-9808-ac134ffe001e" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-02T01:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"95da0a8b-1bbf-46a7-8381-19e814641983\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-02T01:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T14:30:08.130606+00:00\",\n \"versionId\": \"MTcxMDc3MjIwODEzMDYwNjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 12\n }\n}" }, { "name": "Observation - Total Skor NIHSS 24Jam r-TPA", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T01:30:00+00:00\",\n \"issued\": \"2023-03-02T01:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 12,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\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": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 14:30:08 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/95da0a8b-1bbf-46a7-8381-19e814641983/_history/MTcxMDc3MjIwODEzMDYwNjAwMA" }, { "key": "etag", "value": "W/\"MTcxMDc3MjIwODEzMDYwNjAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 14:30:08 GMT" }, { "key": "Content-Length", "value": "4820" }, { "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": "37beaab4-6b61-4daa-9808-ac134ffe001e" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-02T01:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"95da0a8b-1bbf-46a7-8381-19e814641983\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-02T01:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T14:30:08.130606+00:00\",\n \"versionId\": \"MTcxMDc3MjIwODEzMDYwNjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 12\n }\n}" } ] } ] }, { "name": "05. Pemeriksaan Penunjang", "item": [ { "name": "Laboratorium", "item": [ { "name": "Procedure - Create - Status Puasa - Laboratorium", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('Procedure_Puasa1')" ], "type": "text/javascript", "packages": {} } } ], "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\": \"Prosedur diagnostik\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"792805006\",\n \"display\": \"Fasting\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-01T18:00:00+00:00\",\n \"end\": \"2023-03-02T01:30:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Puasa\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Procedure", "host": [ "{{base_url}}" ], "path": [ "Procedure" ] } }, "response": [ { "name": "Procedure - Create - Status Puasa - Laboratorium", "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\": \"Prosedur diagnostik\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"792805006\",\n \"display\": \"Fasting\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-01T18:00:00+00:00\",\n \"end\": \"2023-03-02T01:30:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Puasa\"\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": "Sun, 17 Mar 2024 05:07:09 UTC" }, { "key": "etag", "value": "W/\"MTcxMDY1MjAyOTU2MTI5MzAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/a6a46e67-4a29-492a-b5b1-4bb1c2e89f9a/_history/MTcxMDY1MjAyOTU2MTI5MzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 05:07:09 GMT" }, { "key": "Content-Length", "value": "963" }, { "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": "ba2bff68-52aa-4d33-89d9-d1391edab736" }, { "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\": \"Prosedur diagnostik\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"792805006\",\n \"display\": \"Fasting\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"a6a46e67-4a29-492a-b5b1-4bb1c2e89f9a\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T05:07:09.561293+00:00\",\n \"versionId\": \"MTcxMDY1MjAyOTU2MTI5MzAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Puasa\"\n }\n ],\n \"performedPeriod\": {\n \"end\": \"2023-03-02T01:30:00+00:00\",\n \"start\": \"2023-03-01T18:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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 - Create - Status Puasa - Laboratorium", "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\": \"Prosedur diagnostik\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"792805006\",\n \"display\": \"Fasting\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-01T18:00:00+00:00\",\n \"end\": \"2023-03-02T01:30:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Puasa\"\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": "Sun, 17 Mar 2024 05:07:09 UTC" }, { "key": "etag", "value": "W/\"MTcxMDY1MjAyOTU2MTI5MzAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/a6a46e67-4a29-492a-b5b1-4bb1c2e89f9a/_history/MTcxMDY1MjAyOTU2MTI5MzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 05:07:09 GMT" }, { "key": "Content-Length", "value": "963" }, { "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": "ba2bff68-52aa-4d33-89d9-d1391edab736" }, { "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\": \"Prosedur diagnostik\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"792805006\",\n \"display\": \"Fasting\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"a6a46e67-4a29-492a-b5b1-4bb1c2e89f9a\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T05:07:09.561293+00:00\",\n \"versionId\": \"MTcxMDY1MjAyOTU2MTI5MzAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Puasa\"\n }\n ],\n \"performedPeriod\": {\n \"end\": \"2023-03-02T01:30:00+00:00\",\n \"start\": \"2023-03-01T18:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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": "ServiceRequest - Create - Permintaan Pemeriksaan Laboratorium", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('ServiceRequest_LipidProfile', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"original-order\",\n \"priority\": \"stat\",\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\": \"100898-6\",\n \"display\": \"Lipid panel - Serum or Plasma\"\n }\n ],\n \"text\": \"Pemeriksaan Panel Lipid\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\",\n \"display\": \"Permintaan pemeriksaan lipid lengkap 2 Maret 2023\"\n },\n \"occurrenceDateTime\": \"2023-03-02T01:50:00+00:00\",\n \"authoredOn\": \"2023-03-02T01:30:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n ],\n \"reasonReference\": [\n {\n \"Reference\": \"Condition/{{DiagnosisUtama1_id}}\"\n }\n ],\n \"supportingInfo\": [\n {\n \"reference\": \"Procedure/{{Procedure_Puasa1}}\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Pasien Puasa 8 Jam\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/ServiceRequest", "host": [ "{{base_url}}" ], "path": [ "ServiceRequest" ] } }, "response": [ { "name": "ServiceRequest - Create - Permintaan Pemeriksaan Laboratorium", "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\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"original-order\",\n \"priority\": \"stat\",\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\": \"100898-6\",\n \"display\": \"Lipid panel - Serum or Plasma\"\n }\n ],\n \"text\": \"Pemeriksaan Panel Lipid\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\",\n \"display\": \"Permintaan pemeriksaan lipid lengkap 2 Maret 2023\"\n },\n \"occurrenceDateTime\": \"2023-03-02T01:50:00+00:00\",\n \"authoredOn\": \"2023-03-02T01:30:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n ],\n \"reasonReference\": [\n {\n \"Reference\": \"Condition/{{DiagnosisUtama1_id}}\"\n }\n ],\n \"supportingInfo\": [\n {\n \"reference\": \"Procedure/{{Procedure_Puasa1}}\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Pasien Puasa 8 Jam\"\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/7d756df4-dcec-4c24-abcf-5a18339d5ffb/_history/MTcxMDc3MzA5NDI5MzI1ODAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 14:44:54 UTC" }, { "key": "etag", "value": "W/\"MTcxMDc3MzA5NDI5MzI1ODAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 14:44:54 GMT" }, { "key": "Content-Length", "value": "5928" }, { "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": "5301619e-9fb4-4d1b-a597-8e0080de796a" }, { "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-03-02T01:30: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\": \"100898-6\",\n \"display\": \"Lipid panel - Serum or Plasma\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Pemeriksaan Panel Lipis\"\n },\n \"encounter\": {\n \"display\": \"Permintaan pemeriksaan lipid lengkap 2 Maret 2023\",\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"7d756df4-dcec-4c24-abcf-5a18339d5ffb\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/10000002\",\n \"value\": \"P20240001\"\n }\n ],\n \"intent\": \"original-order\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T14:44:54.293258+00:00\",\n \"versionId\": \"MTcxMDc3MzA5NDI5MzI1ODAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien Puasa 8 Jam\"\n }\n ],\n \"occurrenceDateTime\": \"2023-03-02T01:50:00+00:00\",\n \"performer\": [\n {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"priority\": \"stat\",\n \"reasonReference\": [\n {\n \"reference\": \"Condition/9b0257b2-2412-4285-94a3-7d33a3c59796\"\n }\n ],\n \"requester\": {\n \"display\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\n },\n \"resourceType\": \"ServiceRequest\",\n \"status\": \"active\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"supportingInfo\": [\n {\n \"reference\": \"Procedure/a6a46e67-4a29-492a-b5b1-4bb1c2e89f9a\"\n }\n ]\n}" }, { "name": "ServiceRequest - Create - Permintaan Pemeriksaan Laboratorium", "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\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"original-order\",\n \"priority\": \"stat\",\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\": \"100898-6\",\n \"display\": \"Lipid panel - Serum or Plasma\"\n }\n ],\n \"text\": \"Pemeriksaan Panel Lipid\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\",\n \"display\": \"Permintaan pemeriksaan lipid lengkap 2 Maret 2023\"\n },\n \"occurrenceDateTime\": \"2023-03-02T01:50:00+00:00\",\n \"authoredOn\": \"2023-03-02T01:30:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n ],\n \"reasonReference\": [\n {\n \"Reference\": \"Condition/{{DiagnosisUtama1_id}}\"\n }\n ],\n \"supportingInfo\": [\n {\n \"reference\": \"Procedure/{{Procedure_Puasa1}}\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Pasien Puasa 8 Jam\"\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/7d756df4-dcec-4c24-abcf-5a18339d5ffb/_history/MTcxMDc3MzA5NDI5MzI1ODAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 14:44:54 UTC" }, { "key": "etag", "value": "W/\"MTcxMDc3MzA5NDI5MzI1ODAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 14:44:54 GMT" }, { "key": "Content-Length", "value": "5928" }, { "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": "5301619e-9fb4-4d1b-a597-8e0080de796a" }, { "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-03-02T01:30: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\": \"100898-6\",\n \"display\": \"Lipid panel - Serum or Plasma\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Pemeriksaan Panel Lipis\"\n },\n \"encounter\": {\n \"display\": \"Permintaan pemeriksaan lipid lengkap 2 Maret 2023\",\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"7d756df4-dcec-4c24-abcf-5a18339d5ffb\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/10000002\",\n \"value\": \"P20240001\"\n }\n ],\n \"intent\": \"original-order\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T14:44:54.293258+00:00\",\n \"versionId\": \"MTcxMDc3MzA5NDI5MzI1ODAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien Puasa 8 Jam\"\n }\n ],\n \"occurrenceDateTime\": \"2023-03-02T01:50:00+00:00\",\n \"performer\": [\n {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"priority\": \"stat\",\n \"reasonReference\": [\n {\n \"reference\": \"Condition/9b0257b2-2412-4285-94a3-7d33a3c59796\"\n }\n ],\n \"requester\": {\n \"display\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\n },\n \"resourceType\": \"ServiceRequest\",\n \"status\": \"active\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"supportingInfo\": [\n {\n \"reference\": \"Procedure/a6a46e67-4a29-492a-b5b1-4bb1c2e89f9a\"\n }\n ]\n}" } ] }, { "name": "Specimen - Create - Data Spesimen", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('Specimen_LipidProfile', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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\": \"{{Registration_ID}}\",\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\": \"119297000\",\n \"display\": \"Blood specimen\"\n }\n ]\n },\n \"collection\": {\n \"method\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"82078001\",\n \"display\": \"Collection of blood specimen for laboratory\"\n }\n ]\n },\n \"collectedDateTime\": \"2023-03-02T01:50:00+00:00\",\n \"quantity\": {\n \"value\": 6,\n \"unit\": \"mL\"\n },\n \"collector\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"fastingStatusCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0916\",\n \"code\": \"F\",\n \"display\": \"Patient was fasting prior to the procedure.\"\n }\n ]\n }\n},\n \"processing\": [\n {\n \"timeDateTime\": \"2023-03-02T02:10:00+00:00\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"request\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_LipidProfile}}\"\n }\n ],\n \"receivedTime\": \"2023-03-02T02:00:00+00:00\",\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/TransportedTime\",\n \"valueDateTime\": \"2023-03-02T01:55:00+00:00\"\n },\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/TransportedPerson\",\n \"valueContactDetail\": {\n \"name\": \"Ners Burhan\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"021-5375162\"\n }\n ]\n }\n },\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ReceivedPerson\",\n \"valueReference\": {\n \"reference\": \"Practitioner/10006926841\",\n \"display\": \"Dr. John Doe\"\n }\n } \n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Specimen", "host": [ "{{base_url}}" ], "path": [ "Specimen" ] } }, "response": [ { "name": "Specimen - Create - Data Spesimen", "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\": \"{{Registration_ID}}\",\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\": \"119297000\",\n \"display\": \"Blood specimen\"\n }\n ]\n },\n \"collection\": {\n \"method\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"82078001\",\n \"display\": \"Collection of blood specimen for laboratory\"\n }\n ]\n },\n \"collectedDateTime\": \"2023-03-02T01:50:00+00:00\",\n \"quantity\": {\n \"value\": 6,\n \"unit\": \"mL\"\n },\n \"collector\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"fastingStatusCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0916\",\n \"code\": \"F\",\n \"display\": \"Patient was fasting prior to the procedure.\"\n }\n ]\n }\n },\n \"processing\": [\n {\n \"timeDateTime\": \"2023-03-02T02:10:00+00:00\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"request\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_LipidProfile}}\"\n }\n ],\n \"receivedTime\": \"2023-03-02T02:00:00+00:00\",\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/TransportedTime\",\n \"valueDateTime\": \"2023-03-02T01:55:00+00:00\"\n },\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/TransportedPerson\",\n \"valueContactDetail\": {\n \"name\": \"Ners Burhan\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"021-5375162\"\n }\n ]\n }\n },\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ReceivedPerson\",\n \"valueReference\": {\n \"reference\": \"Practitioner/10006926841\",\n \"display\": \"Dr. John Doe\"\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Specimen", "host": [ "{{base_url}}" ], "path": [ "Specimen" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxMDc5MjYxMDA2MDEzNzAwMA\"" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 20:10:10 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/Specimen/aa8878d2-3434-4a1d-9775-8bd47ee60d62/_history/MTcxMDc5MjYxMDA2MDEzNzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 20:10:10 GMT" }, { "key": "Content-Length", "value": "7778" }, { "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": "4858d059-8ab4-4d15-a081-7ecf27ff2013" }, { "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-03-02T01:50:00+00:00\",\n \"collector\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"fastingStatusCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"F\",\n \"display\": \"Patient was fasting prior to the procedure.\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0916\"\n }\n ]\n },\n \"method\": {\n \"coding\": [\n {\n \"code\": \"82078001\",\n \"display\": \"Collection of blood specimen for laboratory\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"quantity\": {\n \"unit\": \"mL\",\n \"value\": 6\n }\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/TransportedTime\",\n \"valueDateTime\": \"2023-03-02T01:55:00+00:00\"\n },\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/TransportedPerson\",\n \"valueContactDetail\": {\n \"name\": \"Ners Burhan\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"021-5375162\"\n }\n ]\n }\n },\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ReceivedPerson\",\n \"valueReference\": {\n \"display\": \"Dr. John Doe\",\n \"reference\": \"Practitioner/10006926841\"\n }\n }\n ],\n \"id\": \"aa8878d2-3434-4a1d-9775-8bd47ee60d62\",\n \"identifier\": [\n {\n \"assigner\": {\n \"reference\": \"Organization/10000002\"\n },\n \"system\": \"http://sys-ids.kemkes.go.id/specimen/10000002\",\n \"value\": \"P20240001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T20:10:10.060137+00:00\",\n \"versionId\": \"MTcxMDc5MjYxMDA2MDEzNzAwMA\"\n },\n \"processing\": [\n {\n \"timeDateTime\": \"2023-03-02T02:10:00+00:00\"\n }\n ],\n \"receivedTime\": \"2023-03-02T02:00:00+00:00\",\n \"request\": [\n {\n \"reference\": \"ServiceRequest/7d756df4-dcec-4c24-abcf-5a18339d5ffb\"\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\": \"119297000\",\n \"display\": \"Blood specimen\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" }, { "name": "Specimen - Create - Data Spesimen", "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\": \"{{Registration_ID}}\",\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\": \"119297000\",\n \"display\": \"Blood specimen\"\n }\n ]\n },\n \"collection\": {\n \"method\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"82078001\",\n \"display\": \"Collection of blood specimen for laboratory\"\n }\n ]\n },\n \"collectedDateTime\": \"2023-03-02T01:50:00+00:00\",\n \"quantity\": {\n \"value\": 6,\n \"unit\": \"mL\"\n },\n \"collector\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"fastingStatusCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0916\",\n \"code\": \"F\",\n \"display\": \"Patient was fasting prior to the procedure.\"\n }\n ]\n }\n },\n \"processing\": [\n {\n \"timeDateTime\": \"2023-03-02T02:10:00+00:00\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"request\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_LipidProfile}}\"\n }\n ],\n \"receivedTime\": \"2023-03-02T02:00:00+00:00\",\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/TransportedTime\",\n \"valueDateTime\": \"2023-03-02T01:55:00+00:00\"\n },\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/TransportedPerson\",\n \"valueContactDetail\": {\n \"name\": \"Ners Burhan\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"021-5375162\"\n }\n ]\n }\n },\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ReceivedPerson\",\n \"valueReference\": {\n \"reference\": \"Practitioner/10006926841\",\n \"display\": \"Dr. John Doe\"\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Specimen", "host": [ "{{base_url}}" ], "path": [ "Specimen" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxMDc5MjYxMDA2MDEzNzAwMA\"" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 20:10:10 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/Specimen/aa8878d2-3434-4a1d-9775-8bd47ee60d62/_history/MTcxMDc5MjYxMDA2MDEzNzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 20:10:10 GMT" }, { "key": "Content-Length", "value": "7778" }, { "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": "4858d059-8ab4-4d15-a081-7ecf27ff2013" }, { "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-03-02T01:50:00+00:00\",\n \"collector\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"fastingStatusCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"F\",\n \"display\": \"Patient was fasting prior to the procedure.\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0916\"\n }\n ]\n },\n \"method\": {\n \"coding\": [\n {\n \"code\": \"82078001\",\n \"display\": \"Collection of blood specimen for laboratory\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"quantity\": {\n \"unit\": \"mL\",\n \"value\": 6\n }\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/TransportedTime\",\n \"valueDateTime\": \"2023-03-02T01:55:00+00:00\"\n },\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/TransportedPerson\",\n \"valueContactDetail\": {\n \"name\": \"Ners Burhan\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"021-5375162\"\n }\n ]\n }\n },\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ReceivedPerson\",\n \"valueReference\": {\n \"display\": \"Dr. John Doe\",\n \"reference\": \"Practitioner/10006926841\"\n }\n }\n ],\n \"id\": \"aa8878d2-3434-4a1d-9775-8bd47ee60d62\",\n \"identifier\": [\n {\n \"assigner\": {\n \"reference\": \"Organization/10000002\"\n },\n \"system\": \"http://sys-ids.kemkes.go.id/specimen/10000002\",\n \"value\": \"P20240001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T20:10:10.060137+00:00\",\n \"versionId\": \"MTcxMDc5MjYxMDA2MDEzNzAwMA\"\n },\n \"processing\": [\n {\n \"timeDateTime\": \"2023-03-02T02:10:00+00:00\"\n }\n ],\n \"receivedTime\": \"2023-03-02T02:00:00+00:00\",\n \"request\": [\n {\n \"reference\": \"ServiceRequest/7d756df4-dcec-4c24-abcf-5a18339d5ffb\"\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\": \"119297000\",\n \"display\": \"Blood specimen\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" } ] }, { "name": "Observation - Create - Hasil Pemeriksaan LDL", "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\": \"{{Registration_ID}}\"\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\": \"2089-1\",\n \"display\": \"Cholesterol in LDL [Mass/volume] in Serum or Plasma\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{Specimen_LipidProfile}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_LipidProfile}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 150 ,\n \"unit\": \"mg/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg/dL\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"HU\",\n \"display\": \"Significantly high\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Create - Hasil Pemeriksaan LDL", "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\": \"{{Registration_ID}}\"\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\": \"2089-1\",\n \"display\": \"Cholesterol in LDL [Mass/volume] in Serum or Plasma\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{Specimen_LipidProfile}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_LipidProfile}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 150,\n \"unit\": \"mg/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg/dL\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"HU\",\n \"display\": \"Significantly high\"\n }\n ]\n }\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/\"MTcxMDc5MzI4Mzc0MDEwMDAwMA\"" }, { "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/b4547ec0-5e2e-4988-8c0f-b57431b1f38e/_history/MTcxMDc5MzI4Mzc0MDEwMDAwMA" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 20:21:23 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 20:21:23 GMT" }, { "key": "Content-Length", "value": "6076" }, { "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": "7db81f0b-07cf-49eb-a067-19cda711a634" }, { "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/7d756df4-dcec-4c24-abcf-5a18339d5ffb\"\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\": \"2089-1\",\n \"display\": \"Cholesterol in LDL [Mass/volume] in Serum or Plasma\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"b4547ec0-5e2e-4988-8c0f-b57431b1f38e\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000002\",\n \"value\": \"P20240001\"\n }\n ],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"HU\",\n \"display\": \"Significantly high\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-02T02:40:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T20:21:23.740100+00:00\",\n \"versionId\": \"MTcxMDc5MzI4Mzc0MDEwMDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n },\n {\n \"reference\": \"Organization/10000002\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"specimen\": {\n \"reference\": \"Specimen/aa8878d2-3434-4a1d-9775-8bd47ee60d62\"\n },\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"g/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"g/dL\",\n \"value\": 150\n }\n}" }, { "name": "Observation - Create - Hasil Pemeriksaan LDL", "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\": \"{{Registration_ID}}\"\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\": \"2089-1\",\n \"display\": \"Cholesterol in LDL [Mass/volume] in Serum or Plasma\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{Specimen_LipidProfile}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_LipidProfile}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 150,\n \"unit\": \"mg/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg/dL\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"HU\",\n \"display\": \"Significantly high\"\n }\n ]\n }\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/\"MTcxMDc5MzI4Mzc0MDEwMDAwMA\"" }, { "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/b4547ec0-5e2e-4988-8c0f-b57431b1f38e/_history/MTcxMDc5MzI4Mzc0MDEwMDAwMA" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 20:21:23 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 20:21:23 GMT" }, { "key": "Content-Length", "value": "6076" }, { "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": "7db81f0b-07cf-49eb-a067-19cda711a634" }, { "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/7d756df4-dcec-4c24-abcf-5a18339d5ffb\"\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\": \"2089-1\",\n \"display\": \"Cholesterol in LDL [Mass/volume] in Serum or Plasma\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"b4547ec0-5e2e-4988-8c0f-b57431b1f38e\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000002\",\n \"value\": \"P20240001\"\n }\n ],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"HU\",\n \"display\": \"Significantly high\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-02T02:40:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T20:21:23.740100+00:00\",\n \"versionId\": \"MTcxMDc5MzI4Mzc0MDEwMDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n },\n {\n \"reference\": \"Organization/10000002\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"specimen\": {\n \"reference\": \"Specimen/aa8878d2-3434-4a1d-9775-8bd47ee60d62\"\n },\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"g/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"g/dL\",\n \"value\": 150\n }\n}" } ] }, { "name": "Observation - Create - Hasil Pemeriksaan HDL", "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\": \"{{Registration_ID}}\"\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\": \"2085-9\",\n \"display\": \"Cholesterol in HDL [Mass/volume] in Serum or Plasma\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{Specimen_LipidProfile}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_LipidProfile}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 40,\n \"unit\": \"mg/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg/dL\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"L\",\n \"display\": \"Low\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Create - Hasil Pemeriksaan HDL", "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\": \"{{Registration_ID}}\"\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\": \"2085-9\",\n \"display\": \"Cholesterol in HDL [Mass/volume] in Serum or Plasma\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{Specimen_LipidProfile}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_LipidProfile}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 40,\n \"unit\": \"mg/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg/dL\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"L\",\n \"display\": \"Low\"\n }\n ]\n }\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": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDg1NzkxNjcwNjY4MTAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/efe193a9-6ef8-4be4-929b-879f01612536/_history/MTcxMDg1NzkxNjcwNjY4MTAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 14:18:36 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 14:18:36 GMT" }, { "key": "Content-Length", "value": "6016" }, { "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": "5863d8d3-8bda-4ab7-8a0e-8b2b71d0627c" }, { "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/7d756df4-dcec-4c24-abcf-5a18339d5ffb\"\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\": \"2085-9\",\n \"display\": \"Cholesterol in HDL [Mass/volume] in Serum or Plasma\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"efe193a9-6ef8-4be4-929b-879f01612536\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000002\",\n \"value\": \"P20240001\"\n }\n ],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"L\",\n \"display\": \"Low\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-02T02:40:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T14:18:36.706681+00:00\",\n \"versionId\": \"MTcxMDg1NzkxNjcwNjY4MTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n },\n {\n \"reference\": \"Organization/10000002\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"specimen\": {\n \"reference\": \"Specimen/aa8878d2-3434-4a1d-9775-8bd47ee60d62\"\n },\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"mg/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mg/dL\",\n \"value\": 40\n }\n}" }, { "name": "Observation - Create - Hasil Pemeriksaan HDL", "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\": \"{{Registration_ID}}\"\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\": \"2085-9\",\n \"display\": \"Cholesterol in HDL [Mass/volume] in Serum or Plasma\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{Specimen_LipidProfile}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_LipidProfile}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 40,\n \"unit\": \"mg/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg/dL\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"L\",\n \"display\": \"Low\"\n }\n ]\n }\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": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDg1NzkxNjcwNjY4MTAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/efe193a9-6ef8-4be4-929b-879f01612536/_history/MTcxMDg1NzkxNjcwNjY4MTAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 14:18:36 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 14:18:36 GMT" }, { "key": "Content-Length", "value": "6016" }, { "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": "5863d8d3-8bda-4ab7-8a0e-8b2b71d0627c" }, { "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/7d756df4-dcec-4c24-abcf-5a18339d5ffb\"\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\": \"2085-9\",\n \"display\": \"Cholesterol in HDL [Mass/volume] in Serum or Plasma\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"efe193a9-6ef8-4be4-929b-879f01612536\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000002\",\n \"value\": \"P20240001\"\n }\n ],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"L\",\n \"display\": \"Low\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-02T02:40:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T14:18:36.706681+00:00\",\n \"versionId\": \"MTcxMDg1NzkxNjcwNjY4MTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n },\n {\n \"reference\": \"Organization/10000002\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"specimen\": {\n \"reference\": \"Specimen/aa8878d2-3434-4a1d-9775-8bd47ee60d62\"\n },\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"mg/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mg/dL\",\n \"value\": 40\n }\n}" } ] }, { "name": "Observation - Create - Hasil Pemeriksaan Trigliserida", "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\": \"{{Registration_ID}}\"\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\": \"2571-8\",\n \"display\": \"Triglyceride [Mass/volume] in Serum or Plasma\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{Specimen_LipidProfile}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_LipidProfile}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 140,\n \"unit\": \"mg/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg/dL\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"N\",\n \"display\": \"Normal\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Create - Hasil Pemeriksaan Trigliserida", "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\": \"{{Registration_ID}}\"\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\": \"2571-8\",\n \"display\": \"Triglyceride [Mass/volume] in Serum or Plasma\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{Specimen_LipidProfile}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_LipidProfile}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 140,\n \"unit\": \"mg/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg/dL\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"N\",\n \"display\": \"Normal\"\n }\n ]\n }\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": "Tue, 19 Mar 2024 14:20:08 UTC" }, { "key": "etag", "value": "W/\"MTcxMDg1ODAwODI4MzMxNjAwMA\"" }, { "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/b527a0d5-6702-4be6-a48f-81b5314162a9/_history/MTcxMDg1ODAwODI4MzMxNjAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 14:20:08 GMT" }, { "key": "Content-Length", "value": "6008" }, { "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": "82ab4e82-2c02-486b-af3d-174771a52caa" }, { "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/7d756df4-dcec-4c24-abcf-5a18339d5ffb\"\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\": \"2571-8\",\n \"display\": \"Triglyceride [Mass/volume] in Serum or Plasma\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"b527a0d5-6702-4be6-a48f-81b5314162a9\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000002\",\n \"value\": \"P20240001\"\n }\n ],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"N\",\n \"display\": \"Normal\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-02T02:40:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T14:20:08.283316+00:00\",\n \"versionId\": \"MTcxMDg1ODAwODI4MzMxNjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n },\n {\n \"reference\": \"Organization/10000002\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"specimen\": {\n \"reference\": \"Specimen/aa8878d2-3434-4a1d-9775-8bd47ee60d62\"\n },\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"mg/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mg/dL\",\n \"value\": 140\n }\n}" }, { "name": "Observation - Create - Hasil Pemeriksaan Trigliserida", "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\": \"{{Registration_ID}}\"\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\": \"2571-8\",\n \"display\": \"Triglyceride [Mass/volume] in Serum or Plasma\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{Specimen_LipidProfile}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_LipidProfile}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 140,\n \"unit\": \"mg/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg/dL\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"N\",\n \"display\": \"Normal\"\n }\n ]\n }\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": "Tue, 19 Mar 2024 14:20:08 UTC" }, { "key": "etag", "value": "W/\"MTcxMDg1ODAwODI4MzMxNjAwMA\"" }, { "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/b527a0d5-6702-4be6-a48f-81b5314162a9/_history/MTcxMDg1ODAwODI4MzMxNjAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 14:20:08 GMT" }, { "key": "Content-Length", "value": "6008" }, { "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": "82ab4e82-2c02-486b-af3d-174771a52caa" }, { "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/7d756df4-dcec-4c24-abcf-5a18339d5ffb\"\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\": \"2571-8\",\n \"display\": \"Triglyceride [Mass/volume] in Serum or Plasma\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"b527a0d5-6702-4be6-a48f-81b5314162a9\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000002\",\n \"value\": \"P20240001\"\n }\n ],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"N\",\n \"display\": \"Normal\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-02T02:40:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T14:20:08.283316+00:00\",\n \"versionId\": \"MTcxMDg1ODAwODI4MzMxNjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n },\n {\n \"reference\": \"Organization/10000002\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"specimen\": {\n \"reference\": \"Specimen/aa8878d2-3434-4a1d-9775-8bd47ee60d62\"\n },\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"mg/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mg/dL\",\n \"value\": 140\n }\n}" } ] }, { "name": "Observation - Create - Hasil Pemeriksaan Kolesterol Total", "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\": \"{{Registration_ID}}\"\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\": \"2093-3\",\n \"display\": \"Cholesterol [Mass/volume] in Serum or Plasma\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{Specimen_LipidProfile}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_LipidProfile}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 200,\n \"unit\": \"mg/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg/dL\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"HU\",\n \"display\": \"Significantly high\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Create - Hasil Pemeriksaan Kolesterol Total", "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\": \"{{Registration_ID}}\"\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\": \"2093-3\",\n \"display\": \"Cholesterol [Mass/volume] in Serum or Plasma\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{Specimen_LipidProfile}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_LipidProfile}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 200,\n \"unit\": \"mg/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg/dL\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"HU\",\n \"display\": \"Significantly high\"\n }\n ]\n }\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/22556d31-c467-4992-8652-897c0d0facb0/_history/MTcxMDg1ODA1OTQ2MzI5MDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDg1ODA1OTQ2MzI5MDAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 14:20:59 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 14:20:59 GMT" }, { "key": "Content-Length", "value": "6056" }, { "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": "f8afa6ba-06d2-4728-b9d5-02b2c838f768" }, { "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/7d756df4-dcec-4c24-abcf-5a18339d5ffb\"\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\": \"2093-3\",\n \"display\": \"Cholesterol [Mass/volume] in Serum or Plasma\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"22556d31-c467-4992-8652-897c0d0facb0\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000002\",\n \"value\": \"P20240001\"\n }\n ],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"HU\",\n \"display\": \"Significantly high\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-02T02:40:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T14:20:59.463290+00:00\",\n \"versionId\": \"MTcxMDg1ODA1OTQ2MzI5MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n },\n {\n \"reference\": \"Organization/10000002\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"specimen\": {\n \"reference\": \"Specimen/aa8878d2-3434-4a1d-9775-8bd47ee60d62\"\n },\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"mg/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mg/dL\",\n \"value\": 200\n }\n}" }, { "name": "Observation - Create - Hasil Pemeriksaan Kolesterol Total", "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\": \"{{Registration_ID}}\"\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\": \"2093-3\",\n \"display\": \"Cholesterol [Mass/volume] in Serum or Plasma\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{Specimen_LipidProfile}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_LipidProfile}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 200,\n \"unit\": \"mg/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg/dL\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"HU\",\n \"display\": \"Significantly high\"\n }\n ]\n }\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/22556d31-c467-4992-8652-897c0d0facb0/_history/MTcxMDg1ODA1OTQ2MzI5MDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDg1ODA1OTQ2MzI5MDAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 14:20:59 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 14:20:59 GMT" }, { "key": "Content-Length", "value": "6056" }, { "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": "f8afa6ba-06d2-4728-b9d5-02b2c838f768" }, { "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/7d756df4-dcec-4c24-abcf-5a18339d5ffb\"\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\": \"2093-3\",\n \"display\": \"Cholesterol [Mass/volume] in Serum or Plasma\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"22556d31-c467-4992-8652-897c0d0facb0\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000002\",\n \"value\": \"P20240001\"\n }\n ],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"HU\",\n \"display\": \"Significantly high\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-02T02:40:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T14:20:59.463290+00:00\",\n \"versionId\": \"MTcxMDg1ODA1OTQ2MzI5MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n },\n {\n \"reference\": \"Organization/10000002\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"specimen\": {\n \"reference\": \"Specimen/aa8878d2-3434-4a1d-9775-8bd47ee60d62\"\n },\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"mg/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mg/dL\",\n \"value\": 200\n }\n}" } ] }, { "name": "DiagnosticReport - Create - Data Laporan Hasil Pemeriksaan Laboratorium", "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\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\",\n \"code\": \"HM\",\n \"display\": \"Hematology\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"58410-2\",\n \"display\": \"CBC panel - Blood by Automated count\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"result\": [\n {\n \"id\": \"1\",\n \"reference\": \"Observation/{{Observasi_LDL}}\"\n },\n {\n \"id\": \"2\",\n \"reference\": \"Observation/{{Observasi_HDL}}\"\n },\n {\n \"id\": \"3\",\n \"reference\": \"Observation/{{Observasi_Trigliseride}}\"\n },\n {\n \"id\": \"4\",\n \"reference\": \"Observation/{{Observasi_Kolesterol}}\"\n }\n ],\n \"specimen\": [\n {\n \"reference\": \"Specimen/{{Specimen_LipidProfile}}\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_LipidProfile}}\"\n }\n ],\n \"conclusion\": \"LDL yang tinggi, HDL yang rendah, trigliserida yang normal, dan kolesterol total yang tinggi \"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/DiagnosticReport", "host": [ "{{base_url}}" ], "path": [ "DiagnosticReport" ] } }, "response": [ { "name": "DiagnosticReport - Create - Data Laporan Hasil Pemeriksaan Laboratorium", "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\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\",\n \"code\": \"HM\",\n \"display\": \"Hematology\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"58410-2\",\n \"display\": \"CBC panel - Blood by Automated count\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"result\": [\n {\n \"id\": \"1\",\n \"reference\": \"Observation/{{Observasi_LDL}}\"\n },\n {\n \"id\": \"2\",\n \"reference\": \"Observation/{{Observasi_HDL}}\"\n },\n {\n \"id\": \"3\",\n \"reference\": \"Observation/{{Observasi_Trigliseride}}\"\n },\n {\n \"id\": \"4\",\n \"reference\": \"Observation/{{Observasi_Kolesterol}}\"\n }\n ],\n \"specimen\": [\n {\n \"reference\": \"Specimen/{{Specimen_LipidProfile}}\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_LipidProfile}}\"\n }\n ],\n \"conclusion\": \"LDL yang tinggi, HDL yang rendah, trigliserida yang normal, dan kolesterol total yang tinggi \"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/DiagnosticReport", "host": [ "{{base_url}}" ], "path": [ "DiagnosticReport" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Mon, 18 Mar 2024 20:38:11 UTC" }, { "key": "etag", "value": "W/\"MTcxMDc5NDI5MTg5MzcxOTAwMA\"" }, { "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/DiagnosticReport/d459c0bf-55d7-4b5d-8454-1b3442fd7166/_history/MTcxMDc5NDI5MTg5MzcxOTAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 20:38:11 GMT" }, { "key": "Content-Length", "value": "6758" }, { "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": "13e8736b-17f4-4d69-8d81-be943a25b995" }, { "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/7d756df4-dcec-4c24-abcf-5a18339d5ffb\"\n }\n ],\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"HM\",\n \"display\": \"Hematology\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"58410-2\",\n \"display\": \"CBC panel - Blood by Automated count\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"conclusion\": \"LDL yang tinggi, HDL yang rendah, trigliserida yang normal, dan kolesterol total yang tinggi \",\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"d459c0bf-55d7-4b5d-8454-1b3442fd7166\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/10000002/lab\",\n \"use\": \"official\",\n \"value\": \"P20240001\"\n }\n ],\n \"issued\": \"2023-03-02T02:40:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T20:38:11.893719+00:00\",\n \"versionId\": \"MTcxMDc5NDI5MTg5MzcxOTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n },\n {\n \"reference\": \"Organization/10000002\"\n }\n ],\n \"resourceType\": \"DiagnosticReport\",\n \"result\": [\n {\n \"id\": \"1\",\n \"reference\": \"Observation/b4547ec0-5e2e-4988-8c0f-b57431b1f38e\"\n },\n {\n \"id\": \"2\",\n \"reference\": \"Observation/db07491c-f8b0-4681-a611-5fe507fa702f\"\n },\n {\n \"id\": \"3\",\n \"reference\": \"Observation/72ba2414-2037-44a2-92a2-2073d4d4db29\"\n },\n {\n \"id\": \"4\",\n \"reference\": \"Observation/333b5a05-94e1-42b2-814e-7d54351ac23c\"\n }\n ],\n \"specimen\": [\n {\n \"reference\": \"Specimen/aa8878d2-3434-4a1d-9775-8bd47ee60d62\"\n }\n ],\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "DiagnosticReport - Create - Data Laporan Hasil Pemeriksaan Laboratorium", "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\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\",\n \"code\": \"HM\",\n \"display\": \"Hematology\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"58410-2\",\n \"display\": \"CBC panel - Blood by Automated count\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"result\": [\n {\n \"id\": \"1\",\n \"reference\": \"Observation/{{Observasi_LDL}}\"\n },\n {\n \"id\": \"2\",\n \"reference\": \"Observation/{{Observasi_HDL}}\"\n },\n {\n \"id\": \"3\",\n \"reference\": \"Observation/{{Observasi_Trigliseride}}\"\n },\n {\n \"id\": \"4\",\n \"reference\": \"Observation/{{Observasi_Kolesterol}}\"\n }\n ],\n \"specimen\": [\n {\n \"reference\": \"Specimen/{{Specimen_LipidProfile}}\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_LipidProfile}}\"\n }\n ],\n \"conclusion\": \"LDL yang tinggi, HDL yang rendah, trigliserida yang normal, dan kolesterol total yang tinggi \"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/DiagnosticReport", "host": [ "{{base_url}}" ], "path": [ "DiagnosticReport" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Mon, 18 Mar 2024 20:38:11 UTC" }, { "key": "etag", "value": "W/\"MTcxMDc5NDI5MTg5MzcxOTAwMA\"" }, { "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/DiagnosticReport/d459c0bf-55d7-4b5d-8454-1b3442fd7166/_history/MTcxMDc5NDI5MTg5MzcxOTAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 20:38:11 GMT" }, { "key": "Content-Length", "value": "6758" }, { "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": "13e8736b-17f4-4d69-8d81-be943a25b995" }, { "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/7d756df4-dcec-4c24-abcf-5a18339d5ffb\"\n }\n ],\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"HM\",\n \"display\": \"Hematology\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"58410-2\",\n \"display\": \"CBC panel - Blood by Automated count\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"conclusion\": \"LDL yang tinggi, HDL yang rendah, trigliserida yang normal, dan kolesterol total yang tinggi \",\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"d459c0bf-55d7-4b5d-8454-1b3442fd7166\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/10000002/lab\",\n \"use\": \"official\",\n \"value\": \"P20240001\"\n }\n ],\n \"issued\": \"2023-03-02T02:40:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T20:38:11.893719+00:00\",\n \"versionId\": \"MTcxMDc5NDI5MTg5MzcxOTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n },\n {\n \"reference\": \"Organization/10000002\"\n }\n ],\n \"resourceType\": \"DiagnosticReport\",\n \"result\": [\n {\n \"id\": \"1\",\n \"reference\": \"Observation/b4547ec0-5e2e-4988-8c0f-b57431b1f38e\"\n },\n {\n \"id\": \"2\",\n \"reference\": \"Observation/db07491c-f8b0-4681-a611-5fe507fa702f\"\n },\n {\n \"id\": \"3\",\n \"reference\": \"Observation/72ba2414-2037-44a2-92a2-2073d4d4db29\"\n },\n {\n \"id\": \"4\",\n \"reference\": \"Observation/333b5a05-94e1-42b2-814e-7d54351ac23c\"\n }\n ],\n \"specimen\": [\n {\n \"reference\": \"Specimen/aa8878d2-3434-4a1d-9775-8bd47ee60d62\"\n }\n ],\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Observation - Create - Hasil Pemeriksaan Kolesterol Total", "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\": \"{{Registration_ID}}\"\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\": \"2093-3\",\n \"display\": \"Cholesterol [Mass/volume] in Serum or Plasma\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{Specimen_LipidProfile}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_LipidProfile}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 200,\n \"unit\": \"mg/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg/dL\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"HU\",\n \"display\": \"Significantly high\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Create - Hasil Pemeriksaan Kolesterol Total", "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\": \"{{Registration_ID}}\"\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\": \"2093-3\",\n \"display\": \"Cholesterol [Mass/volume] in Serum or Plasma\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{Specimen_LipidProfile}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_LipidProfile}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 200,\n \"unit\": \"mg/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg/dL\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"HU\",\n \"display\": \"Significantly high\"\n }\n ]\n }\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/22556d31-c467-4992-8652-897c0d0facb0/_history/MTcxMDg1ODA1OTQ2MzI5MDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDg1ODA1OTQ2MzI5MDAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 14:20:59 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 14:20:59 GMT" }, { "key": "Content-Length", "value": "6056" }, { "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": "f8afa6ba-06d2-4728-b9d5-02b2c838f768" }, { "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/7d756df4-dcec-4c24-abcf-5a18339d5ffb\"\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\": \"2093-3\",\n \"display\": \"Cholesterol [Mass/volume] in Serum or Plasma\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"22556d31-c467-4992-8652-897c0d0facb0\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000002\",\n \"value\": \"P20240001\"\n }\n ],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"HU\",\n \"display\": \"Significantly high\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-02T02:40:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T14:20:59.463290+00:00\",\n \"versionId\": \"MTcxMDg1ODA1OTQ2MzI5MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n },\n {\n \"reference\": \"Organization/10000002\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"specimen\": {\n \"reference\": \"Specimen/aa8878d2-3434-4a1d-9775-8bd47ee60d62\"\n },\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"mg/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mg/dL\",\n \"value\": 200\n }\n}" }, { "name": "Observation - Create - Hasil Pemeriksaan Kolesterol Total", "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\": \"{{Registration_ID}}\"\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\": \"2093-3\",\n \"display\": \"Cholesterol [Mass/volume] in Serum or Plasma\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{Specimen_LipidProfile}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_LipidProfile}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 200,\n \"unit\": \"mg/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg/dL\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"HU\",\n \"display\": \"Significantly high\"\n }\n ]\n }\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/22556d31-c467-4992-8652-897c0d0facb0/_history/MTcxMDg1ODA1OTQ2MzI5MDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDg1ODA1OTQ2MzI5MDAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 14:20:59 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 14:20:59 GMT" }, { "key": "Content-Length", "value": "6056" }, { "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": "f8afa6ba-06d2-4728-b9d5-02b2c838f768" }, { "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/7d756df4-dcec-4c24-abcf-5a18339d5ffb\"\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\": \"2093-3\",\n \"display\": \"Cholesterol [Mass/volume] in Serum or Plasma\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"22556d31-c467-4992-8652-897c0d0facb0\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000002\",\n \"value\": \"P20240001\"\n }\n ],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"HU\",\n \"display\": \"Significantly high\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-02T02:40:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T14:20:59.463290+00:00\",\n \"versionId\": \"MTcxMDg1ODA1OTQ2MzI5MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n },\n {\n \"reference\": \"Organization/10000002\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"specimen\": {\n \"reference\": \"Specimen/aa8878d2-3434-4a1d-9775-8bd47ee60d62\"\n },\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"mg/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mg/dL\",\n \"value\": 200\n }\n}" } ] }, { "name": "ServiceRequest - Create - Permintaan Pemeriksaan Laboratorium", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('ServiceRequest_LipidProfile', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"original-order\",\n \"priority\": \"stat\",\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\": \"100898-6\",\n \"display\": \"Lipid panel - Serum or Plasma\"\n }\n ],\n \"text\": \"Pemeriksaan Panel Lipid\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\",\n \"display\": \"Permintaan pemeriksaan lipid lengkap 2 Maret 2023\"\n },\n \"occurrenceDateTime\": \"2023-03-02T01:50:00+00:00\",\n \"authoredOn\": \"2023-03-02T01:30:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n ],\n \"reasonReference\": [\n {\n \"Reference\": \"Condition/{{DiagnosisUtama1_id}}\"\n }\n ],\n \"supportingInfo\": [\n {\n \"reference\": \"Procedure/{{Procedure_Puasa1}}\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Pasien Puasa 8 Jam\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/ServiceRequest", "host": [ "{{base_url}}" ], "path": [ "ServiceRequest" ] } }, "response": [ { "name": "ServiceRequest - Create - Permintaan Pemeriksaan Laboratorium", "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\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"original-order\",\n \"priority\": \"stat\",\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\": \"100898-6\",\n \"display\": \"Lipid panel - Serum or Plasma\"\n }\n ],\n \"text\": \"Pemeriksaan Panel Lipid\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\",\n \"display\": \"Permintaan pemeriksaan lipid lengkap 2 Maret 2023\"\n },\n \"occurrenceDateTime\": \"2023-03-02T01:50:00+00:00\",\n \"authoredOn\": \"2023-03-02T01:30:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n ],\n \"reasonReference\": [\n {\n \"Reference\": \"Condition/{{DiagnosisUtama1_id}}\"\n }\n ],\n \"supportingInfo\": [\n {\n \"reference\": \"Procedure/{{Procedure_Puasa1}}\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Pasien Puasa 8 Jam\"\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/7d756df4-dcec-4c24-abcf-5a18339d5ffb/_history/MTcxMDc3MzA5NDI5MzI1ODAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 14:44:54 UTC" }, { "key": "etag", "value": "W/\"MTcxMDc3MzA5NDI5MzI1ODAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 14:44:54 GMT" }, { "key": "Content-Length", "value": "5928" }, { "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": "5301619e-9fb4-4d1b-a597-8e0080de796a" }, { "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-03-02T01:30: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\": \"100898-6\",\n \"display\": \"Lipid panel - Serum or Plasma\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Pemeriksaan Panel Lipis\"\n },\n \"encounter\": {\n \"display\": \"Permintaan pemeriksaan lipid lengkap 2 Maret 2023\",\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"7d756df4-dcec-4c24-abcf-5a18339d5ffb\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/10000002\",\n \"value\": \"P20240001\"\n }\n ],\n \"intent\": \"original-order\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T14:44:54.293258+00:00\",\n \"versionId\": \"MTcxMDc3MzA5NDI5MzI1ODAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien Puasa 8 Jam\"\n }\n ],\n \"occurrenceDateTime\": \"2023-03-02T01:50:00+00:00\",\n \"performer\": [\n {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"priority\": \"stat\",\n \"reasonReference\": [\n {\n \"reference\": \"Condition/9b0257b2-2412-4285-94a3-7d33a3c59796\"\n }\n ],\n \"requester\": {\n \"display\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\n },\n \"resourceType\": \"ServiceRequest\",\n \"status\": \"active\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"supportingInfo\": [\n {\n \"reference\": \"Procedure/a6a46e67-4a29-492a-b5b1-4bb1c2e89f9a\"\n }\n ]\n}" }, { "name": "ServiceRequest - Create - Permintaan Pemeriksaan Laboratorium", "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\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"original-order\",\n \"priority\": \"stat\",\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\": \"100898-6\",\n \"display\": \"Lipid panel - Serum or Plasma\"\n }\n ],\n \"text\": \"Pemeriksaan Panel Lipid\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\",\n \"display\": \"Permintaan pemeriksaan lipid lengkap 2 Maret 2023\"\n },\n \"occurrenceDateTime\": \"2023-03-02T01:50:00+00:00\",\n \"authoredOn\": \"2023-03-02T01:30:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n ],\n \"reasonReference\": [\n {\n \"Reference\": \"Condition/{{DiagnosisUtama1_id}}\"\n }\n ],\n \"supportingInfo\": [\n {\n \"reference\": \"Procedure/{{Procedure_Puasa1}}\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Pasien Puasa 8 Jam\"\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/7d756df4-dcec-4c24-abcf-5a18339d5ffb/_history/MTcxMDc3MzA5NDI5MzI1ODAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 14:44:54 UTC" }, { "key": "etag", "value": "W/\"MTcxMDc3MzA5NDI5MzI1ODAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 14:44:54 GMT" }, { "key": "Content-Length", "value": "5928" }, { "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": "5301619e-9fb4-4d1b-a597-8e0080de796a" }, { "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-03-02T01:30: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\": \"100898-6\",\n \"display\": \"Lipid panel - Serum or Plasma\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Pemeriksaan Panel Lipis\"\n },\n \"encounter\": {\n \"display\": \"Permintaan pemeriksaan lipid lengkap 2 Maret 2023\",\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"7d756df4-dcec-4c24-abcf-5a18339d5ffb\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/10000002\",\n \"value\": \"P20240001\"\n }\n ],\n \"intent\": \"original-order\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T14:44:54.293258+00:00\",\n \"versionId\": \"MTcxMDc3MzA5NDI5MzI1ODAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien Puasa 8 Jam\"\n }\n ],\n \"occurrenceDateTime\": \"2023-03-02T01:50:00+00:00\",\n \"performer\": [\n {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"priority\": \"stat\",\n \"reasonReference\": [\n {\n \"reference\": \"Condition/9b0257b2-2412-4285-94a3-7d33a3c59796\"\n }\n ],\n \"requester\": {\n \"display\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\n },\n \"resourceType\": \"ServiceRequest\",\n \"status\": \"active\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"supportingInfo\": [\n {\n \"reference\": \"Procedure/a6a46e67-4a29-492a-b5b1-4bb1c2e89f9a\"\n }\n ]\n}" } ] }, { "name": "DiagnosticReport - Create - Data Laporan Hasil Pemeriksaan Laboratorium", "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\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\",\n \"code\": \"HM\",\n \"display\": \"Hematology\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"58410-2\",\n \"display\": \"CBC panel - Blood by Automated count\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"result\": [\n {\n \"id\": \"1\",\n \"reference\": \"Observation/{{Observasi_LDL}}\"\n },\n {\n \"id\": \"2\",\n \"reference\": \"Observation/{{Observasi_HDL}}\"\n },\n {\n \"id\": \"3\",\n \"reference\": \"Observation/{{Observasi_Trigliseride}}\"\n },\n {\n \"id\": \"4\",\n \"reference\": \"Observation/{{Observasi_Kolesterol}}\"\n }\n ],\n \"specimen\": [\n {\n \"reference\": \"Specimen/{{Specimen_LipidProfile}}\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_LipidProfile}}\"\n }\n ],\n \"conclusion\": \"LDL yang tinggi, HDL yang rendah, trigliserida yang normal, dan kolesterol total yang tinggi \"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/DiagnosticReport", "host": [ "{{base_url}}" ], "path": [ "DiagnosticReport" ] } }, "response": [ { "name": "DiagnosticReport - Create - Data Laporan Hasil Pemeriksaan Laboratorium", "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\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\",\n \"code\": \"HM\",\n \"display\": \"Hematology\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"58410-2\",\n \"display\": \"CBC panel - Blood by Automated count\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"result\": [\n {\n \"id\": \"1\",\n \"reference\": \"Observation/{{Observasi_LDL}}\"\n },\n {\n \"id\": \"2\",\n \"reference\": \"Observation/{{Observasi_HDL}}\"\n },\n {\n \"id\": \"3\",\n \"reference\": \"Observation/{{Observasi_Trigliseride}}\"\n },\n {\n \"id\": \"4\",\n \"reference\": \"Observation/{{Observasi_Kolesterol}}\"\n }\n ],\n \"specimen\": [\n {\n \"reference\": \"Specimen/{{Specimen_LipidProfile}}\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_LipidProfile}}\"\n }\n ],\n \"conclusion\": \"LDL yang tinggi, HDL yang rendah, trigliserida yang normal, dan kolesterol total yang tinggi \"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/DiagnosticReport", "host": [ "{{base_url}}" ], "path": [ "DiagnosticReport" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Mon, 18 Mar 2024 20:38:11 UTC" }, { "key": "etag", "value": "W/\"MTcxMDc5NDI5MTg5MzcxOTAwMA\"" }, { "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/DiagnosticReport/d459c0bf-55d7-4b5d-8454-1b3442fd7166/_history/MTcxMDc5NDI5MTg5MzcxOTAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 20:38:11 GMT" }, { "key": "Content-Length", "value": "6758" }, { "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": "13e8736b-17f4-4d69-8d81-be943a25b995" }, { "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/7d756df4-dcec-4c24-abcf-5a18339d5ffb\"\n }\n ],\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"HM\",\n \"display\": \"Hematology\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"58410-2\",\n \"display\": \"CBC panel - Blood by Automated count\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"conclusion\": \"LDL yang tinggi, HDL yang rendah, trigliserida yang normal, dan kolesterol total yang tinggi \",\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"d459c0bf-55d7-4b5d-8454-1b3442fd7166\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/10000002/lab\",\n \"use\": \"official\",\n \"value\": \"P20240001\"\n }\n ],\n \"issued\": \"2023-03-02T02:40:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T20:38:11.893719+00:00\",\n \"versionId\": \"MTcxMDc5NDI5MTg5MzcxOTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n },\n {\n \"reference\": \"Organization/10000002\"\n }\n ],\n \"resourceType\": \"DiagnosticReport\",\n \"result\": [\n {\n \"id\": \"1\",\n \"reference\": \"Observation/b4547ec0-5e2e-4988-8c0f-b57431b1f38e\"\n },\n {\n \"id\": \"2\",\n \"reference\": \"Observation/db07491c-f8b0-4681-a611-5fe507fa702f\"\n },\n {\n \"id\": \"3\",\n \"reference\": \"Observation/72ba2414-2037-44a2-92a2-2073d4d4db29\"\n },\n {\n \"id\": \"4\",\n \"reference\": \"Observation/333b5a05-94e1-42b2-814e-7d54351ac23c\"\n }\n ],\n \"specimen\": [\n {\n \"reference\": \"Specimen/aa8878d2-3434-4a1d-9775-8bd47ee60d62\"\n }\n ],\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "DiagnosticReport - Create - Data Laporan Hasil Pemeriksaan Laboratorium", "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\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\",\n \"code\": \"HM\",\n \"display\": \"Hematology\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"58410-2\",\n \"display\": \"CBC panel - Blood by Automated count\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"result\": [\n {\n \"id\": \"1\",\n \"reference\": \"Observation/{{Observasi_LDL}}\"\n },\n {\n \"id\": \"2\",\n \"reference\": \"Observation/{{Observasi_HDL}}\"\n },\n {\n \"id\": \"3\",\n \"reference\": \"Observation/{{Observasi_Trigliseride}}\"\n },\n {\n \"id\": \"4\",\n \"reference\": \"Observation/{{Observasi_Kolesterol}}\"\n }\n ],\n \"specimen\": [\n {\n \"reference\": \"Specimen/{{Specimen_LipidProfile}}\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_LipidProfile}}\"\n }\n ],\n \"conclusion\": \"LDL yang tinggi, HDL yang rendah, trigliserida yang normal, dan kolesterol total yang tinggi \"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/DiagnosticReport", "host": [ "{{base_url}}" ], "path": [ "DiagnosticReport" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Mon, 18 Mar 2024 20:38:11 UTC" }, { "key": "etag", "value": "W/\"MTcxMDc5NDI5MTg5MzcxOTAwMA\"" }, { "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/DiagnosticReport/d459c0bf-55d7-4b5d-8454-1b3442fd7166/_history/MTcxMDc5NDI5MTg5MzcxOTAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 20:38:11 GMT" }, { "key": "Content-Length", "value": "6758" }, { "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": "13e8736b-17f4-4d69-8d81-be943a25b995" }, { "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/7d756df4-dcec-4c24-abcf-5a18339d5ffb\"\n }\n ],\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"HM\",\n \"display\": \"Hematology\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"58410-2\",\n \"display\": \"CBC panel - Blood by Automated count\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"conclusion\": \"LDL yang tinggi, HDL yang rendah, trigliserida yang normal, dan kolesterol total yang tinggi \",\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"d459c0bf-55d7-4b5d-8454-1b3442fd7166\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/10000002/lab\",\n \"use\": \"official\",\n \"value\": \"P20240001\"\n }\n ],\n \"issued\": \"2023-03-02T02:40:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T20:38:11.893719+00:00\",\n \"versionId\": \"MTcxMDc5NDI5MTg5MzcxOTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n },\n {\n \"reference\": \"Organization/10000002\"\n }\n ],\n \"resourceType\": \"DiagnosticReport\",\n \"result\": [\n {\n \"id\": \"1\",\n \"reference\": \"Observation/b4547ec0-5e2e-4988-8c0f-b57431b1f38e\"\n },\n {\n \"id\": \"2\",\n \"reference\": \"Observation/db07491c-f8b0-4681-a611-5fe507fa702f\"\n },\n {\n \"id\": \"3\",\n \"reference\": \"Observation/72ba2414-2037-44a2-92a2-2073d4d4db29\"\n },\n {\n \"id\": \"4\",\n \"reference\": \"Observation/333b5a05-94e1-42b2-814e-7d54351ac23c\"\n }\n ],\n \"specimen\": [\n {\n \"reference\": \"Specimen/aa8878d2-3434-4a1d-9775-8bd47ee60d62\"\n }\n ],\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Specimen - Create - Data Spesimen", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('Specimen_LipidProfile', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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\": \"{{Registration_ID}}\",\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\": \"119297000\",\n \"display\": \"Blood specimen\"\n }\n ]\n },\n \"collection\": {\n \"method\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"82078001\",\n \"display\": \"Collection of blood specimen for laboratory\"\n }\n ]\n },\n \"collectedDateTime\": \"2023-03-02T01:50:00+00:00\",\n \"quantity\": {\n \"value\": 6,\n \"unit\": \"mL\"\n },\n \"collector\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"fastingStatusCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0916\",\n \"code\": \"F\",\n \"display\": \"Patient was fasting prior to the procedure.\"\n }\n ]\n }\n},\n \"processing\": [\n {\n \"timeDateTime\": \"2023-03-02T02:10:00+00:00\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"request\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_LipidProfile}}\"\n }\n ],\n \"receivedTime\": \"2023-03-02T02:00:00+00:00\",\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/TransportedTime\",\n \"valueDateTime\": \"2023-03-02T01:55:00+00:00\"\n },\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/TransportedPerson\",\n \"valueContactDetail\": {\n \"name\": \"Ners Burhan\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"021-5375162\"\n }\n ]\n }\n },\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ReceivedPerson\",\n \"valueReference\": {\n \"reference\": \"Practitioner/10006926841\",\n \"display\": \"Dr. John Doe\"\n }\n } \n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Specimen", "host": [ "{{base_url}}" ], "path": [ "Specimen" ] } }, "response": [ { "name": "Specimen - Create - Data Spesimen", "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\": \"{{Registration_ID}}\",\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\": \"119297000\",\n \"display\": \"Blood specimen\"\n }\n ]\n },\n \"collection\": {\n \"method\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"82078001\",\n \"display\": \"Collection of blood specimen for laboratory\"\n }\n ]\n },\n \"collectedDateTime\": \"2023-03-02T01:50:00+00:00\",\n \"quantity\": {\n \"value\": 6,\n \"unit\": \"mL\"\n },\n \"collector\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"fastingStatusCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0916\",\n \"code\": \"F\",\n \"display\": \"Patient was fasting prior to the procedure.\"\n }\n ]\n }\n },\n \"processing\": [\n {\n \"timeDateTime\": \"2023-03-02T02:10:00+00:00\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"request\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_LipidProfile}}\"\n }\n ],\n \"receivedTime\": \"2023-03-02T02:00:00+00:00\",\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/TransportedTime\",\n \"valueDateTime\": \"2023-03-02T01:55:00+00:00\"\n },\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/TransportedPerson\",\n \"valueContactDetail\": {\n \"name\": \"Ners Burhan\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"021-5375162\"\n }\n ]\n }\n },\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ReceivedPerson\",\n \"valueReference\": {\n \"reference\": \"Practitioner/10006926841\",\n \"display\": \"Dr. John Doe\"\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Specimen", "host": [ "{{base_url}}" ], "path": [ "Specimen" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxMDc5MjYxMDA2MDEzNzAwMA\"" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 20:10:10 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/Specimen/aa8878d2-3434-4a1d-9775-8bd47ee60d62/_history/MTcxMDc5MjYxMDA2MDEzNzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 20:10:10 GMT" }, { "key": "Content-Length", "value": "7778" }, { "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": "4858d059-8ab4-4d15-a081-7ecf27ff2013" }, { "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-03-02T01:50:00+00:00\",\n \"collector\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"fastingStatusCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"F\",\n \"display\": \"Patient was fasting prior to the procedure.\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0916\"\n }\n ]\n },\n \"method\": {\n \"coding\": [\n {\n \"code\": \"82078001\",\n \"display\": \"Collection of blood specimen for laboratory\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"quantity\": {\n \"unit\": \"mL\",\n \"value\": 6\n }\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/TransportedTime\",\n \"valueDateTime\": \"2023-03-02T01:55:00+00:00\"\n },\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/TransportedPerson\",\n \"valueContactDetail\": {\n \"name\": \"Ners Burhan\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"021-5375162\"\n }\n ]\n }\n },\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ReceivedPerson\",\n \"valueReference\": {\n \"display\": \"Dr. John Doe\",\n \"reference\": \"Practitioner/10006926841\"\n }\n }\n ],\n \"id\": \"aa8878d2-3434-4a1d-9775-8bd47ee60d62\",\n \"identifier\": [\n {\n \"assigner\": {\n \"reference\": \"Organization/10000002\"\n },\n \"system\": \"http://sys-ids.kemkes.go.id/specimen/10000002\",\n \"value\": \"P20240001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T20:10:10.060137+00:00\",\n \"versionId\": \"MTcxMDc5MjYxMDA2MDEzNzAwMA\"\n },\n \"processing\": [\n {\n \"timeDateTime\": \"2023-03-02T02:10:00+00:00\"\n }\n ],\n \"receivedTime\": \"2023-03-02T02:00:00+00:00\",\n \"request\": [\n {\n \"reference\": \"ServiceRequest/7d756df4-dcec-4c24-abcf-5a18339d5ffb\"\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\": \"119297000\",\n \"display\": \"Blood specimen\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" }, { "name": "Specimen - Create - Data Spesimen", "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\": \"{{Registration_ID}}\",\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\": \"119297000\",\n \"display\": \"Blood specimen\"\n }\n ]\n },\n \"collection\": {\n \"method\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"82078001\",\n \"display\": \"Collection of blood specimen for laboratory\"\n }\n ]\n },\n \"collectedDateTime\": \"2023-03-02T01:50:00+00:00\",\n \"quantity\": {\n \"value\": 6,\n \"unit\": \"mL\"\n },\n \"collector\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"fastingStatusCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0916\",\n \"code\": \"F\",\n \"display\": \"Patient was fasting prior to the procedure.\"\n }\n ]\n }\n },\n \"processing\": [\n {\n \"timeDateTime\": \"2023-03-02T02:10:00+00:00\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"request\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_LipidProfile}}\"\n }\n ],\n \"receivedTime\": \"2023-03-02T02:00:00+00:00\",\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/TransportedTime\",\n \"valueDateTime\": \"2023-03-02T01:55:00+00:00\"\n },\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/TransportedPerson\",\n \"valueContactDetail\": {\n \"name\": \"Ners Burhan\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"021-5375162\"\n }\n ]\n }\n },\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ReceivedPerson\",\n \"valueReference\": {\n \"reference\": \"Practitioner/10006926841\",\n \"display\": \"Dr. John Doe\"\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Specimen", "host": [ "{{base_url}}" ], "path": [ "Specimen" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxMDc5MjYxMDA2MDEzNzAwMA\"" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 20:10:10 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/Specimen/aa8878d2-3434-4a1d-9775-8bd47ee60d62/_history/MTcxMDc5MjYxMDA2MDEzNzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 20:10:10 GMT" }, { "key": "Content-Length", "value": "7778" }, { "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": "4858d059-8ab4-4d15-a081-7ecf27ff2013" }, { "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-03-02T01:50:00+00:00\",\n \"collector\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"fastingStatusCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"F\",\n \"display\": \"Patient was fasting prior to the procedure.\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0916\"\n }\n ]\n },\n \"method\": {\n \"coding\": [\n {\n \"code\": \"82078001\",\n \"display\": \"Collection of blood specimen for laboratory\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"quantity\": {\n \"unit\": \"mL\",\n \"value\": 6\n }\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/TransportedTime\",\n \"valueDateTime\": \"2023-03-02T01:55:00+00:00\"\n },\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/TransportedPerson\",\n \"valueContactDetail\": {\n \"name\": \"Ners Burhan\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"021-5375162\"\n }\n ]\n }\n },\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ReceivedPerson\",\n \"valueReference\": {\n \"display\": \"Dr. John Doe\",\n \"reference\": \"Practitioner/10006926841\"\n }\n }\n ],\n \"id\": \"aa8878d2-3434-4a1d-9775-8bd47ee60d62\",\n \"identifier\": [\n {\n \"assigner\": {\n \"reference\": \"Organization/10000002\"\n },\n \"system\": \"http://sys-ids.kemkes.go.id/specimen/10000002\",\n \"value\": \"P20240001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T20:10:10.060137+00:00\",\n \"versionId\": \"MTcxMDc5MjYxMDA2MDEzNzAwMA\"\n },\n \"processing\": [\n {\n \"timeDateTime\": \"2023-03-02T02:10:00+00:00\"\n }\n ],\n \"receivedTime\": \"2023-03-02T02:00:00+00:00\",\n \"request\": [\n {\n \"reference\": \"ServiceRequest/7d756df4-dcec-4c24-abcf-5a18339d5ffb\"\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\": \"119297000\",\n \"display\": \"Blood specimen\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" } ] }, { "name": "Observation - Create - Hasil Pemeriksaan Trigliserida", "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\": \"{{Registration_ID}}\"\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\": \"2571-8\",\n \"display\": \"Triglyceride [Mass/volume] in Serum or Plasma\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{Specimen_LipidProfile}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_LipidProfile}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 140,\n \"unit\": \"mg/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg/dL\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"N\",\n \"display\": \"Normal\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Create - Hasil Pemeriksaan Trigliserida", "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\": \"{{Registration_ID}}\"\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\": \"2571-8\",\n \"display\": \"Triglyceride [Mass/volume] in Serum or Plasma\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{Specimen_LipidProfile}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_LipidProfile}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 140,\n \"unit\": \"mg/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg/dL\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"N\",\n \"display\": \"Normal\"\n }\n ]\n }\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": "Tue, 19 Mar 2024 14:20:08 UTC" }, { "key": "etag", "value": "W/\"MTcxMDg1ODAwODI4MzMxNjAwMA\"" }, { "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/b527a0d5-6702-4be6-a48f-81b5314162a9/_history/MTcxMDg1ODAwODI4MzMxNjAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 14:20:08 GMT" }, { "key": "Content-Length", "value": "6008" }, { "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": "82ab4e82-2c02-486b-af3d-174771a52caa" }, { "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/7d756df4-dcec-4c24-abcf-5a18339d5ffb\"\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\": \"2571-8\",\n \"display\": \"Triglyceride [Mass/volume] in Serum or Plasma\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"b527a0d5-6702-4be6-a48f-81b5314162a9\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000002\",\n \"value\": \"P20240001\"\n }\n ],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"N\",\n \"display\": \"Normal\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-02T02:40:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T14:20:08.283316+00:00\",\n \"versionId\": \"MTcxMDg1ODAwODI4MzMxNjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n },\n {\n \"reference\": \"Organization/10000002\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"specimen\": {\n \"reference\": \"Specimen/aa8878d2-3434-4a1d-9775-8bd47ee60d62\"\n },\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"mg/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mg/dL\",\n \"value\": 140\n }\n}" }, { "name": "Observation - Create - Hasil Pemeriksaan Trigliserida", "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\": \"{{Registration_ID}}\"\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\": \"2571-8\",\n \"display\": \"Triglyceride [Mass/volume] in Serum or Plasma\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{Specimen_LipidProfile}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_LipidProfile}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 140,\n \"unit\": \"mg/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg/dL\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"N\",\n \"display\": \"Normal\"\n }\n ]\n }\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": "Tue, 19 Mar 2024 14:20:08 UTC" }, { "key": "etag", "value": "W/\"MTcxMDg1ODAwODI4MzMxNjAwMA\"" }, { "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/b527a0d5-6702-4be6-a48f-81b5314162a9/_history/MTcxMDg1ODAwODI4MzMxNjAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 14:20:08 GMT" }, { "key": "Content-Length", "value": "6008" }, { "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": "82ab4e82-2c02-486b-af3d-174771a52caa" }, { "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/7d756df4-dcec-4c24-abcf-5a18339d5ffb\"\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\": \"2571-8\",\n \"display\": \"Triglyceride [Mass/volume] in Serum or Plasma\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"b527a0d5-6702-4be6-a48f-81b5314162a9\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000002\",\n \"value\": \"P20240001\"\n }\n ],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"N\",\n \"display\": \"Normal\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-02T02:40:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T14:20:08.283316+00:00\",\n \"versionId\": \"MTcxMDg1ODAwODI4MzMxNjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n },\n {\n \"reference\": \"Organization/10000002\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"specimen\": {\n \"reference\": \"Specimen/aa8878d2-3434-4a1d-9775-8bd47ee60d62\"\n },\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"mg/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mg/dL\",\n \"value\": 140\n }\n}" } ] }, { "name": "Observation - Create - Hasil Pemeriksaan HDL", "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\": \"{{Registration_ID}}\"\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\": \"2085-9\",\n \"display\": \"Cholesterol in HDL [Mass/volume] in Serum or Plasma\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{Specimen_LipidProfile}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_LipidProfile}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 40,\n \"unit\": \"mg/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg/dL\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"L\",\n \"display\": \"Low\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Create - Hasil Pemeriksaan HDL", "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\": \"{{Registration_ID}}\"\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\": \"2085-9\",\n \"display\": \"Cholesterol in HDL [Mass/volume] in Serum or Plasma\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{Specimen_LipidProfile}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_LipidProfile}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 40,\n \"unit\": \"mg/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg/dL\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"L\",\n \"display\": \"Low\"\n }\n ]\n }\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": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDg1NzkxNjcwNjY4MTAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/efe193a9-6ef8-4be4-929b-879f01612536/_history/MTcxMDg1NzkxNjcwNjY4MTAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 14:18:36 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 14:18:36 GMT" }, { "key": "Content-Length", "value": "6016" }, { "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": "5863d8d3-8bda-4ab7-8a0e-8b2b71d0627c" }, { "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/7d756df4-dcec-4c24-abcf-5a18339d5ffb\"\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\": \"2085-9\",\n \"display\": \"Cholesterol in HDL [Mass/volume] in Serum or Plasma\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"efe193a9-6ef8-4be4-929b-879f01612536\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000002\",\n \"value\": \"P20240001\"\n }\n ],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"L\",\n \"display\": \"Low\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-02T02:40:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T14:18:36.706681+00:00\",\n \"versionId\": \"MTcxMDg1NzkxNjcwNjY4MTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n },\n {\n \"reference\": \"Organization/10000002\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"specimen\": {\n \"reference\": \"Specimen/aa8878d2-3434-4a1d-9775-8bd47ee60d62\"\n },\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"mg/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mg/dL\",\n \"value\": 40\n }\n}" }, { "name": "Observation - Create - Hasil Pemeriksaan HDL", "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\": \"{{Registration_ID}}\"\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\": \"2085-9\",\n \"display\": \"Cholesterol in HDL [Mass/volume] in Serum or Plasma\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{Specimen_LipidProfile}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_LipidProfile}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 40,\n \"unit\": \"mg/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg/dL\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"L\",\n \"display\": \"Low\"\n }\n ]\n }\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": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDg1NzkxNjcwNjY4MTAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/efe193a9-6ef8-4be4-929b-879f01612536/_history/MTcxMDg1NzkxNjcwNjY4MTAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 14:18:36 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 14:18:36 GMT" }, { "key": "Content-Length", "value": "6016" }, { "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": "5863d8d3-8bda-4ab7-8a0e-8b2b71d0627c" }, { "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/7d756df4-dcec-4c24-abcf-5a18339d5ffb\"\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\": \"2085-9\",\n \"display\": \"Cholesterol in HDL [Mass/volume] in Serum or Plasma\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"efe193a9-6ef8-4be4-929b-879f01612536\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000002\",\n \"value\": \"P20240001\"\n }\n ],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"L\",\n \"display\": \"Low\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-02T02:40:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T14:18:36.706681+00:00\",\n \"versionId\": \"MTcxMDg1NzkxNjcwNjY4MTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n },\n {\n \"reference\": \"Organization/10000002\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"specimen\": {\n \"reference\": \"Specimen/aa8878d2-3434-4a1d-9775-8bd47ee60d62\"\n },\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"mg/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mg/dL\",\n \"value\": 40\n }\n}" } ] }, { "name": "Procedure - Create - Status Puasa - Laboratorium", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('Procedure_Puasa1')" ], "type": "text/javascript", "packages": {} } } ], "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\": \"Prosedur diagnostik\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"792805006\",\n \"display\": \"Fasting\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-01T18:00:00+00:00\",\n \"end\": \"2023-03-02T01:30:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Puasa\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Procedure", "host": [ "{{base_url}}" ], "path": [ "Procedure" ] } }, "response": [ { "name": "Procedure - Create - Status Puasa - Laboratorium", "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\": \"Prosedur diagnostik\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"792805006\",\n \"display\": \"Fasting\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-01T18:00:00+00:00\",\n \"end\": \"2023-03-02T01:30:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Puasa\"\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": "Sun, 17 Mar 2024 05:07:09 UTC" }, { "key": "etag", "value": "W/\"MTcxMDY1MjAyOTU2MTI5MzAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/a6a46e67-4a29-492a-b5b1-4bb1c2e89f9a/_history/MTcxMDY1MjAyOTU2MTI5MzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 05:07:09 GMT" }, { "key": "Content-Length", "value": "963" }, { "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": "ba2bff68-52aa-4d33-89d9-d1391edab736" }, { "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\": \"Prosedur diagnostik\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"792805006\",\n \"display\": \"Fasting\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"a6a46e67-4a29-492a-b5b1-4bb1c2e89f9a\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T05:07:09.561293+00:00\",\n \"versionId\": \"MTcxMDY1MjAyOTU2MTI5MzAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Puasa\"\n }\n ],\n \"performedPeriod\": {\n \"end\": \"2023-03-02T01:30:00+00:00\",\n \"start\": \"2023-03-01T18:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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 - Create - Status Puasa - Laboratorium", "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\": \"Prosedur diagnostik\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"792805006\",\n \"display\": \"Fasting\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-01T18:00:00+00:00\",\n \"end\": \"2023-03-02T01:30:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Puasa\"\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": "Sun, 17 Mar 2024 05:07:09 UTC" }, { "key": "etag", "value": "W/\"MTcxMDY1MjAyOTU2MTI5MzAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/a6a46e67-4a29-492a-b5b1-4bb1c2e89f9a/_history/MTcxMDY1MjAyOTU2MTI5MzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 05:07:09 GMT" }, { "key": "Content-Length", "value": "963" }, { "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": "ba2bff68-52aa-4d33-89d9-d1391edab736" }, { "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\": \"Prosedur diagnostik\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"792805006\",\n \"display\": \"Fasting\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"a6a46e67-4a29-492a-b5b1-4bb1c2e89f9a\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T05:07:09.561293+00:00\",\n \"versionId\": \"MTcxMDY1MjAyOTU2MTI5MzAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Puasa\"\n }\n ],\n \"performedPeriod\": {\n \"end\": \"2023-03-02T01:30:00+00:00\",\n \"start\": \"2023-03-01T18:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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": "Observation - Create - Hasil Pemeriksaan LDL", "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\": \"{{Registration_ID}}\"\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\": \"2089-1\",\n \"display\": \"Cholesterol in LDL [Mass/volume] in Serum or Plasma\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{Specimen_LipidProfile}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_LipidProfile}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 150 ,\n \"unit\": \"mg/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg/dL\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"HU\",\n \"display\": \"Significantly high\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Create - Hasil Pemeriksaan LDL", "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\": \"{{Registration_ID}}\"\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\": \"2089-1\",\n \"display\": \"Cholesterol in LDL [Mass/volume] in Serum or Plasma\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{Specimen_LipidProfile}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_LipidProfile}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 150,\n \"unit\": \"mg/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg/dL\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"HU\",\n \"display\": \"Significantly high\"\n }\n ]\n }\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/\"MTcxMDc5MzI4Mzc0MDEwMDAwMA\"" }, { "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/b4547ec0-5e2e-4988-8c0f-b57431b1f38e/_history/MTcxMDc5MzI4Mzc0MDEwMDAwMA" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 20:21:23 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 20:21:23 GMT" }, { "key": "Content-Length", "value": "6076" }, { "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": "7db81f0b-07cf-49eb-a067-19cda711a634" }, { "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/7d756df4-dcec-4c24-abcf-5a18339d5ffb\"\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\": \"2089-1\",\n \"display\": \"Cholesterol in LDL [Mass/volume] in Serum or Plasma\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"b4547ec0-5e2e-4988-8c0f-b57431b1f38e\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000002\",\n \"value\": \"P20240001\"\n }\n ],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"HU\",\n \"display\": \"Significantly high\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-02T02:40:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T20:21:23.740100+00:00\",\n \"versionId\": \"MTcxMDc5MzI4Mzc0MDEwMDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n },\n {\n \"reference\": \"Organization/10000002\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"specimen\": {\n \"reference\": \"Specimen/aa8878d2-3434-4a1d-9775-8bd47ee60d62\"\n },\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"g/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"g/dL\",\n \"value\": 150\n }\n}" }, { "name": "Observation - Create - Hasil Pemeriksaan LDL", "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\": \"{{Registration_ID}}\"\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\": \"2089-1\",\n \"display\": \"Cholesterol in LDL [Mass/volume] in Serum or Plasma\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{Specimen_LipidProfile}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_LipidProfile}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 150,\n \"unit\": \"mg/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg/dL\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"HU\",\n \"display\": \"Significantly high\"\n }\n ]\n }\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/\"MTcxMDc5MzI4Mzc0MDEwMDAwMA\"" }, { "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/b4547ec0-5e2e-4988-8c0f-b57431b1f38e/_history/MTcxMDc5MzI4Mzc0MDEwMDAwMA" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 20:21:23 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 20:21:23 GMT" }, { "key": "Content-Length", "value": "6076" }, { "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": "7db81f0b-07cf-49eb-a067-19cda711a634" }, { "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/7d756df4-dcec-4c24-abcf-5a18339d5ffb\"\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\": \"2089-1\",\n \"display\": \"Cholesterol in LDL [Mass/volume] in Serum or Plasma\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"b4547ec0-5e2e-4988-8c0f-b57431b1f38e\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000002\",\n \"value\": \"P20240001\"\n }\n ],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"HU\",\n \"display\": \"Significantly high\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-02T02:40:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T20:21:23.740100+00:00\",\n \"versionId\": \"MTcxMDc5MzI4Mzc0MDEwMDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n },\n {\n \"reference\": \"Organization/10000002\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"specimen\": {\n \"reference\": \"Specimen/aa8878d2-3434-4a1d-9775-8bd47ee60d62\"\n },\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"g/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"g/dL\",\n \"value\": 150\n }\n}" } ] } ] }, { "name": "Radiologi", "item": [ { "name": "Procedure - Create - Status Puasa - Radiologi", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Procedure\",\n \"status\": \"not-done\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"103693007\",\n \"display\": \"Diagnostic procedure\"\n }\n ],\n \"text\": \"Prosedur diagnostik\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"792805006\",\n \"display\": \"Fasting\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Tidak puasa\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Procedure", "host": [ "{{base_url}}" ], "path": [ "Procedure" ] } }, "response": [ { "name": "Procedure - Create - Status Puasa - Radiologi", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Procedure\",\n \"status\": \"not-done\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"103693007\",\n \"display\": \"Diagnostic procedure\"\n }\n ],\n \"text\": \"Prosedur diagnostik\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"792805006\",\n \"display\": \"Fasting\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Tidak puasa\"\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/\"MTcxMDY1MTkzMDUyNzgxMTAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/8011f75c-4458-48c3-98a0-134c5c618cb9/_history/MTcxMDY1MTkzMDUyNzgxMTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sun, 17 Mar 2024 05:05:30 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 05:05:30 GMT" }, { "key": "Content-Length", "value": "793" }, { "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": "681db6be-7278-4616-8a30-bff6512c1937" }, { "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\": \"Prosedur diagnostik\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"792805006\",\n \"display\": \"Fasting\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"8011f75c-4458-48c3-98a0-134c5c618cb9\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T05:05:30.527811+00:00\",\n \"versionId\": \"MTcxMDY1MTkzMDUyNzgxMTAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Tidak puasa\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"not-done\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/{{Patient_id}}\"\n }\n}" }, { "name": "Procedure - Create - Status Puasa - Radiologi", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Procedure\",\n \"status\": \"not-done\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"103693007\",\n \"display\": \"Diagnostic procedure\"\n }\n ],\n \"text\": \"Prosedur diagnostik\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"792805006\",\n \"display\": \"Fasting\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Tidak puasa\"\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/\"MTcxMDY1MTkzMDUyNzgxMTAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/8011f75c-4458-48c3-98a0-134c5c618cb9/_history/MTcxMDY1MTkzMDUyNzgxMTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sun, 17 Mar 2024 05:05:30 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 05:05:30 GMT" }, { "key": "Content-Length", "value": "793" }, { "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": "681db6be-7278-4616-8a30-bff6512c1937" }, { "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\": \"Prosedur diagnostik\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"792805006\",\n \"display\": \"Fasting\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"8011f75c-4458-48c3-98a0-134c5c618cb9\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T05:05:30.527811+00:00\",\n \"versionId\": \"MTcxMDY1MTkzMDUyNzgxMTAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Tidak puasa\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"not-done\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/{{Patient_id}}\"\n }\n}" } ] }, { "name": "ServiceRequest - CTA", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('ServiceRequest_CTA', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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\": \"36146-9\",\n \"display\": \"CTA Carotid artery W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Pemeriksaan CT-Angio\"\n },\n \"orderDetail\": [\n {\n \"coding\": [\n {\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\",\n \"code\": \"CT\"\n }\n ],\n \"text\": \"Modality Code: CT\"\n },\n {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/ae-title\",\n \"display\": \"CT-02\"\n }\n ]\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"occurrenceDateTime\": \"2023-03-01T02:30:00+00:00\",\n \"authoredOn\": \"2023-03-01T02:15:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n }\n ],\n \"reasonReference\": [\n {\n \"Reference\": \"Condition/{{DiagnosisUtama1_id}}\"\n },\n {\n \"Reference\": \"Procedure/{{Procedure_Puasa1}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/ServiceRequest", "host": [ "{{base_url}}" ], "path": [ "ServiceRequest" ] } }, "response": [ { "name": "ServiceRequest - CTA", "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\": \"36146-9\",\n \"display\": \"CTA Carotid artery W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Pemeriksaan CT-Angio\"\n },\n \"orderDetail\": [\n {\n \"coding\": [\n {\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\",\n \"code\": \"CT\"\n }\n ],\n \"text\": \"Modality Code: CT\"\n },\n {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/ae-title\",\n \"display\": \"CT-02\"\n }\n ]\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"occurrenceDateTime\": \"2023-03-01T02:30:00+00:00\",\n \"authoredOn\": \"2023-03-01T02:15:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n }\n ],\n \"reasonReference\": [\n {\n \"Reference\": \"Condition/{{DiagnosisUtama1_id}}\"\n },\n {\n \"Reference\": \"Procedure/{{Procedure_Puasa1}}\"\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": "Tue, 19 Mar 2024 13:32:51 UTC" }, { "key": "etag", "value": "W/\"MTcxMDg1NTE3MTE3MTcwMzAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/ServiceRequest/b6910728-652f-4322-8ff6-53dfb8b87a43/_history/MTcxMDg1NTE3MTE3MTcwMzAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 13:32:51 GMT" }, { "key": "Content-Length", "value": "6858" }, { "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": "36822f04-db43-4091-ba3c-ef2a49b0c566" }, { "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-03-01T02:15:00+00:00\",\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\": \"36146-9\",\n \"display\": \"CTA Carotid artery W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Pemeriksaan CT-Angio\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"b6910728-652f-4322-8ff6-53dfb8b87a43\",\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\": \"2024-03-19T13:32:51.171703+00:00\",\n \"versionId\": \"MTcxMDg1NTE3MTE3MTcwMzAwMA\"\n },\n \"occurrenceDateTime\": \"2023-03-01T02:30:00+00:00\",\n \"orderDetail\": [\n {\n \"coding\": [\n {\n \"code\": \"CT\",\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\"\n }\n ],\n \"text\": \"Modality Code: CT\"\n },\n {\n \"coding\": [\n {\n \"display\": \"CT-02\",\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 \"reasonReference\": [\n {\n \"reference\": \"Condition/9b0257b2-2412-4285-94a3-7d33a3c59796\"\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": "ServiceRequest - CTA", "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\": \"36146-9\",\n \"display\": \"CTA Carotid artery W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Pemeriksaan CT-Angio\"\n },\n \"orderDetail\": [\n {\n \"coding\": [\n {\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\",\n \"code\": \"CT\"\n }\n ],\n \"text\": \"Modality Code: CT\"\n },\n {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/ae-title\",\n \"display\": \"CT-02\"\n }\n ]\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"occurrenceDateTime\": \"2023-03-01T02:30:00+00:00\",\n \"authoredOn\": \"2023-03-01T02:15:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n }\n ],\n \"reasonReference\": [\n {\n \"Reference\": \"Condition/{{DiagnosisUtama1_id}}\"\n },\n {\n \"Reference\": \"Procedure/{{Procedure_Puasa1}}\"\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": "Tue, 19 Mar 2024 13:32:51 UTC" }, { "key": "etag", "value": "W/\"MTcxMDg1NTE3MTE3MTcwMzAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/ServiceRequest/b6910728-652f-4322-8ff6-53dfb8b87a43/_history/MTcxMDg1NTE3MTE3MTcwMzAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 13:32:51 GMT" }, { "key": "Content-Length", "value": "6858" }, { "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": "36822f04-db43-4091-ba3c-ef2a49b0c566" }, { "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-03-01T02:15:00+00:00\",\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\": \"36146-9\",\n \"display\": \"CTA Carotid artery W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Pemeriksaan CT-Angio\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"b6910728-652f-4322-8ff6-53dfb8b87a43\",\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\": \"2024-03-19T13:32:51.171703+00:00\",\n \"versionId\": \"MTcxMDg1NTE3MTE3MTcwMzAwMA\"\n },\n \"occurrenceDateTime\": \"2023-03-01T02:30:00+00:00\",\n \"orderDetail\": [\n {\n \"coding\": [\n {\n \"code\": \"CT\",\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\"\n }\n ],\n \"text\": \"Modality Code: CT\"\n },\n {\n \"coding\": [\n {\n \"display\": \"CT-02\",\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 \"reasonReference\": [\n {\n \"reference\": \"Condition/9b0257b2-2412-4285-94a3-7d33a3c59796\"\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", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('ImagingStudy_CTA', data.id);" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/ImagingStudy?identifier=http://sys-ids.kemkes.go.id/acsn/{{Org_id}}|{{ACSN_CTA}}", "host": [ "{{base_url}}" ], "path": [ "ImagingStudy" ], "query": [ { "key": "identifier", "value": "http://sys-ids.kemkes.go.id/acsn/{{Org_id}}|{{ACSN_CTA}}" } ] } }, "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}}|21120055", "host": [ "{{base_url}}" ], "path": [ "ImagingStudy" ], "query": [ { "key": "identifier", "value": "http://sys-ids.kemkes.go.id/acsn/{{Org_id}}|21120055" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 13:37:21 GMT" }, { "key": "Content-Length", "value": "8960" }, { "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": "a48452a9-18e9-4f08-89da-84126ab46271" }, { "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/fee30ff1-2ce1-4b3f-9330-fdcebbce1438\",\n \"resource\": {\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/b6910728-652f-4322-8ff6-53dfb8b87a43\"\n }\n ],\n \"id\": \"fee30ff1-2ce1-4b3f-9330-fdcebbce1438\",\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\": \"21120055\"\n },\n {\n \"system\": \"urn:dicom:uid\",\n \"value\": \"urn:oid:2.16.380.31256.1.2449191199178232.20210610114926906\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T13:36:51.621708+00:00\",\n \"versionId\": \"MTcxMDg1NTQxMTYyMTcwODAwMA\"\n },\n \"modality\": [\n {\n \"code\": \"CT\",\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\": \"CT\",\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\"\n },\n \"number\": 1,\n \"numberOfInstances\": 1,\n \"started\": \"2022-12-26T16:30:27+00:00\",\n \"uid\": \"2.16.380.31256.1.2449191199178232.20210610114926922.1\"\n }\n ],\n \"started\": \"2023-03-01T02:30: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%7C21120055\"\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%7C21120055\"\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%7C21120055\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" }, { "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}}|21120055", "host": [ "{{base_url}}" ], "path": [ "ImagingStudy" ], "query": [ { "key": "identifier", "value": "http://sys-ids.kemkes.go.id/acsn/{{Org_id}}|21120055" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 13:37:21 GMT" }, { "key": "Content-Length", "value": "8960" }, { "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": "a48452a9-18e9-4f08-89da-84126ab46271" }, { "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/fee30ff1-2ce1-4b3f-9330-fdcebbce1438\",\n \"resource\": {\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/b6910728-652f-4322-8ff6-53dfb8b87a43\"\n }\n ],\n \"id\": \"fee30ff1-2ce1-4b3f-9330-fdcebbce1438\",\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\": \"21120055\"\n },\n {\n \"system\": \"urn:dicom:uid\",\n \"value\": \"urn:oid:2.16.380.31256.1.2449191199178232.20210610114926906\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T13:36:51.621708+00:00\",\n \"versionId\": \"MTcxMDg1NTQxMTYyMTcwODAwMA\"\n },\n \"modality\": [\n {\n \"code\": \"CT\",\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\": \"CT\",\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\"\n },\n \"number\": 1,\n \"numberOfInstances\": 1,\n \"started\": \"2022-12-26T16:30:27+00:00\",\n \"uid\": \"2.16.380.31256.1.2449191199178232.20210610114926922.1\"\n }\n ],\n \"started\": \"2023-03-01T02:30: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%7C21120055\"\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%7C21120055\"\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%7C21120055\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" } ] }, { "name": "Observation - CTA", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('Observation_CTA', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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\": \"36146-9\",\n \"display\": \"CTA Carotid artery W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{ServiceRequest_CTA}}\"\n }\n ],\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_CTA}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415582006\",\n \"display\": \"Stenosis\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - CTA", "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\": \"36146-9\",\n \"display\": \"CTA Carotid artery W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{ServiceRequest_CTA}}\"\n }\n ],\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_CTA}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415582006\",\n \"display\": \"Stenosis\"\n }\n ]\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/3e2ed1cc-4fce-4654-af7c-89d70f221b05/_history/MTcxMDg1NTkzOTU3MDk4MTAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 13:45:39 UTC" }, { "key": "etag", "value": "W/\"MTcxMDg1NTkzOTU3MDk4MTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 13:45:39 GMT" }, { "key": "Content-Length", "value": "5320" }, { "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": "74f29a2a-b5ad-4cc6-a2c8-cdb3bc409279" }, { "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/b6910728-652f-4322-8ff6-53dfb8b87a43\"\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/fee30ff1-2ce1-4b3f-9330-fdcebbce1438\"\n }\n ],\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"3e2ed1cc-4fce-4654-af7c-89d70f221b05\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000002\",\n \"value\": \"O00021\"\n }\n ],\n \"issued\": \"2023-03-02T02:40:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T13:45:39.570981+00:00\",\n \"versionId\": \"MTcxMDg1NTkzOTU3MDk4MTAwMA\"\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 \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"415582006\",\n \"display\": \"Stenosis\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" }, { "name": "Observation - CTA", "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\": \"36146-9\",\n \"display\": \"CTA Carotid artery W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{ServiceRequest_CTA}}\"\n }\n ],\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_CTA}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415582006\",\n \"display\": \"Stenosis\"\n }\n ]\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/3e2ed1cc-4fce-4654-af7c-89d70f221b05/_history/MTcxMDg1NTkzOTU3MDk4MTAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 13:45:39 UTC" }, { "key": "etag", "value": "W/\"MTcxMDg1NTkzOTU3MDk4MTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 13:45:39 GMT" }, { "key": "Content-Length", "value": "5320" }, { "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": "74f29a2a-b5ad-4cc6-a2c8-cdb3bc409279" }, { "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/b6910728-652f-4322-8ff6-53dfb8b87a43\"\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/fee30ff1-2ce1-4b3f-9330-fdcebbce1438\"\n }\n ],\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"3e2ed1cc-4fce-4654-af7c-89d70f221b05\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000002\",\n \"value\": \"O00021\"\n }\n ],\n \"issued\": \"2023-03-02T02:40:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T13:45:39.570981+00:00\",\n \"versionId\": \"MTcxMDg1NTkzOTU3MDk4MTAwMA\"\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 \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"415582006\",\n \"display\": \"Stenosis\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" } ] }, { "name": "DiagnosticReport - CTA", "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\": \"36146-9\",\n \"display\": \"CTA Carotid artery W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{Observation_CTA}}\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_CTA}}\"\n }\n ],\n \"conclusion\": \"hasil CT angiografi menunjukkan adanya stenosis.\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/DiagnosticReport", "host": [ "{{base_url}}" ], "path": [ "DiagnosticReport" ] } }, "response": [ { "name": "DiagnosticReport - CTA", "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\": \"36146-9\",\n \"display\": \"CTA Carotid artery W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{Observation_CTA}}\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_CTA}}\"\n }\n ],\n \"conclusion\": \"hasil CT angiografi menunjukkan adanya stenosis.\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/DiagnosticReport", "host": [ "{{base_url}}" ], "path": [ "DiagnosticReport" ] } }, "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/DiagnosticReport/0366a5b5-e735-49a2-a82f-d2ac20c5bb8c/_history/MTcxMDg1NjIxNTA5MTk5MzAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 13:50:15 UTC" }, { "key": "etag", "value": "W/\"MTcxMDg1NjIxNTA5MTk5MzAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 13:50:15 GMT" }, { "key": "Content-Length", "value": "5116" }, { "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": "d7db6e19-2b57-4c26-ab7b-c0698dabb069" }, { "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/b6910728-652f-4322-8ff6-53dfb8b87a43\"\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\": \"hasil CT angiografi menunjukkan adanya stenosis.\",\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"0366a5b5-e735-49a2-a82f-d2ac20c5bb8c\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/{{Org_id}}/rad\",\n \"use\": \"official\",\n \"value\": \"5234342\"\n }\n ],\n \"issued\": \"2023-03-02T02:40:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T13:50:15.091993+00:00\",\n \"versionId\": \"MTcxMDg1NjIxNTA5MTk5MzAwMA\"\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/3e2ed1cc-4fce-4654-af7c-89d70f221b05\"\n }\n ],\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "DiagnosticReport - CTA", "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\": \"36146-9\",\n \"display\": \"CTA Carotid artery W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{Observation_CTA}}\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_CTA}}\"\n }\n ],\n \"conclusion\": \"hasil CT angiografi menunjukkan adanya stenosis.\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/DiagnosticReport", "host": [ "{{base_url}}" ], "path": [ "DiagnosticReport" ] } }, "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/DiagnosticReport/0366a5b5-e735-49a2-a82f-d2ac20c5bb8c/_history/MTcxMDg1NjIxNTA5MTk5MzAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 13:50:15 UTC" }, { "key": "etag", "value": "W/\"MTcxMDg1NjIxNTA5MTk5MzAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 13:50:15 GMT" }, { "key": "Content-Length", "value": "5116" }, { "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": "d7db6e19-2b57-4c26-ab7b-c0698dabb069" }, { "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/b6910728-652f-4322-8ff6-53dfb8b87a43\"\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\": \"hasil CT angiografi menunjukkan adanya stenosis.\",\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"0366a5b5-e735-49a2-a82f-d2ac20c5bb8c\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/{{Org_id}}/rad\",\n \"use\": \"official\",\n \"value\": \"5234342\"\n }\n ],\n \"issued\": \"2023-03-02T02:40:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T13:50:15.091993+00:00\",\n \"versionId\": \"MTcxMDg1NjIxNTA5MTk5MzAwMA\"\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/3e2ed1cc-4fce-4654-af7c-89d70f221b05\"\n }\n ],\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Procedure - Create - Status Puasa - Radiologi", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Procedure\",\n \"status\": \"not-done\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"103693007\",\n \"display\": \"Diagnostic procedure\"\n }\n ],\n \"text\": \"Prosedur diagnostik\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"792805006\",\n \"display\": \"Fasting\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Tidak puasa\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Procedure", "host": [ "{{base_url}}" ], "path": [ "Procedure" ] } }, "response": [ { "name": "Procedure - Create - Status Puasa - Radiologi", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Procedure\",\n \"status\": \"not-done\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"103693007\",\n \"display\": \"Diagnostic procedure\"\n }\n ],\n \"text\": \"Prosedur diagnostik\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"792805006\",\n \"display\": \"Fasting\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Tidak puasa\"\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/\"MTcxMDY1MTkzMDUyNzgxMTAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/8011f75c-4458-48c3-98a0-134c5c618cb9/_history/MTcxMDY1MTkzMDUyNzgxMTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sun, 17 Mar 2024 05:05:30 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 05:05:30 GMT" }, { "key": "Content-Length", "value": "793" }, { "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": "681db6be-7278-4616-8a30-bff6512c1937" }, { "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\": \"Prosedur diagnostik\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"792805006\",\n \"display\": \"Fasting\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"8011f75c-4458-48c3-98a0-134c5c618cb9\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T05:05:30.527811+00:00\",\n \"versionId\": \"MTcxMDY1MTkzMDUyNzgxMTAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Tidak puasa\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"not-done\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/{{Patient_id}}\"\n }\n}" }, { "name": "Procedure - Create - Status Puasa - Radiologi", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Procedure\",\n \"status\": \"not-done\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"103693007\",\n \"display\": \"Diagnostic procedure\"\n }\n ],\n \"text\": \"Prosedur diagnostik\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"792805006\",\n \"display\": \"Fasting\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Tidak puasa\"\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/\"MTcxMDY1MTkzMDUyNzgxMTAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/8011f75c-4458-48c3-98a0-134c5c618cb9/_history/MTcxMDY1MTkzMDUyNzgxMTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sun, 17 Mar 2024 05:05:30 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 05:05:30 GMT" }, { "key": "Content-Length", "value": "793" }, { "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": "681db6be-7278-4616-8a30-bff6512c1937" }, { "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\": \"Prosedur diagnostik\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"792805006\",\n \"display\": \"Fasting\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"8011f75c-4458-48c3-98a0-134c5c618cb9\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T05:05:30.527811+00:00\",\n \"versionId\": \"MTcxMDY1MTkzMDUyNzgxMTAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Tidak puasa\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"not-done\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/{{Patient_id}}\"\n }\n}" } ] }, { "name": "ImagingStudy - Get ID based on Accession Number", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('ImagingStudy_CTA', data.id);" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/ImagingStudy?identifier=http://sys-ids.kemkes.go.id/acsn/{{Org_id}}|{{ACSN_CTA}}", "host": [ "{{base_url}}" ], "path": [ "ImagingStudy" ], "query": [ { "key": "identifier", "value": "http://sys-ids.kemkes.go.id/acsn/{{Org_id}}|{{ACSN_CTA}}" } ] } }, "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}}|21120055", "host": [ "{{base_url}}" ], "path": [ "ImagingStudy" ], "query": [ { "key": "identifier", "value": "http://sys-ids.kemkes.go.id/acsn/{{Org_id}}|21120055" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 13:37:21 GMT" }, { "key": "Content-Length", "value": "8960" }, { "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": "a48452a9-18e9-4f08-89da-84126ab46271" }, { "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/fee30ff1-2ce1-4b3f-9330-fdcebbce1438\",\n \"resource\": {\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/b6910728-652f-4322-8ff6-53dfb8b87a43\"\n }\n ],\n \"id\": \"fee30ff1-2ce1-4b3f-9330-fdcebbce1438\",\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\": \"21120055\"\n },\n {\n \"system\": \"urn:dicom:uid\",\n \"value\": \"urn:oid:2.16.380.31256.1.2449191199178232.20210610114926906\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T13:36:51.621708+00:00\",\n \"versionId\": \"MTcxMDg1NTQxMTYyMTcwODAwMA\"\n },\n \"modality\": [\n {\n \"code\": \"CT\",\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\": \"CT\",\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\"\n },\n \"number\": 1,\n \"numberOfInstances\": 1,\n \"started\": \"2022-12-26T16:30:27+00:00\",\n \"uid\": \"2.16.380.31256.1.2449191199178232.20210610114926922.1\"\n }\n ],\n \"started\": \"2023-03-01T02:30: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%7C21120055\"\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%7C21120055\"\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%7C21120055\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" }, { "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}}|21120055", "host": [ "{{base_url}}" ], "path": [ "ImagingStudy" ], "query": [ { "key": "identifier", "value": "http://sys-ids.kemkes.go.id/acsn/{{Org_id}}|21120055" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 13:37:21 GMT" }, { "key": "Content-Length", "value": "8960" }, { "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": "a48452a9-18e9-4f08-89da-84126ab46271" }, { "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/fee30ff1-2ce1-4b3f-9330-fdcebbce1438\",\n \"resource\": {\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/b6910728-652f-4322-8ff6-53dfb8b87a43\"\n }\n ],\n \"id\": \"fee30ff1-2ce1-4b3f-9330-fdcebbce1438\",\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\": \"21120055\"\n },\n {\n \"system\": \"urn:dicom:uid\",\n \"value\": \"urn:oid:2.16.380.31256.1.2449191199178232.20210610114926906\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T13:36:51.621708+00:00\",\n \"versionId\": \"MTcxMDg1NTQxMTYyMTcwODAwMA\"\n },\n \"modality\": [\n {\n \"code\": \"CT\",\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\": \"CT\",\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\"\n },\n \"number\": 1,\n \"numberOfInstances\": 1,\n \"started\": \"2022-12-26T16:30:27+00:00\",\n \"uid\": \"2.16.380.31256.1.2449191199178232.20210610114926922.1\"\n }\n ],\n \"started\": \"2023-03-01T02:30: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%7C21120055\"\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%7C21120055\"\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%7C21120055\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" } ] }, { "name": "Observation - CTA", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('Observation_CTA', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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\": \"36146-9\",\n \"display\": \"CTA Carotid artery W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{ServiceRequest_CTA}}\"\n }\n ],\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_CTA}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415582006\",\n \"display\": \"Stenosis\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - CTA", "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\": \"36146-9\",\n \"display\": \"CTA Carotid artery W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{ServiceRequest_CTA}}\"\n }\n ],\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_CTA}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415582006\",\n \"display\": \"Stenosis\"\n }\n ]\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/3e2ed1cc-4fce-4654-af7c-89d70f221b05/_history/MTcxMDg1NTkzOTU3MDk4MTAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 13:45:39 UTC" }, { "key": "etag", "value": "W/\"MTcxMDg1NTkzOTU3MDk4MTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 13:45:39 GMT" }, { "key": "Content-Length", "value": "5320" }, { "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": "74f29a2a-b5ad-4cc6-a2c8-cdb3bc409279" }, { "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/b6910728-652f-4322-8ff6-53dfb8b87a43\"\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/fee30ff1-2ce1-4b3f-9330-fdcebbce1438\"\n }\n ],\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"3e2ed1cc-4fce-4654-af7c-89d70f221b05\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000002\",\n \"value\": \"O00021\"\n }\n ],\n \"issued\": \"2023-03-02T02:40:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T13:45:39.570981+00:00\",\n \"versionId\": \"MTcxMDg1NTkzOTU3MDk4MTAwMA\"\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 \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"415582006\",\n \"display\": \"Stenosis\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" }, { "name": "Observation - CTA", "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\": \"36146-9\",\n \"display\": \"CTA Carotid artery W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{ServiceRequest_CTA}}\"\n }\n ],\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_CTA}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415582006\",\n \"display\": \"Stenosis\"\n }\n ]\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/3e2ed1cc-4fce-4654-af7c-89d70f221b05/_history/MTcxMDg1NTkzOTU3MDk4MTAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 13:45:39 UTC" }, { "key": "etag", "value": "W/\"MTcxMDg1NTkzOTU3MDk4MTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 13:45:39 GMT" }, { "key": "Content-Length", "value": "5320" }, { "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": "74f29a2a-b5ad-4cc6-a2c8-cdb3bc409279" }, { "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/b6910728-652f-4322-8ff6-53dfb8b87a43\"\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/fee30ff1-2ce1-4b3f-9330-fdcebbce1438\"\n }\n ],\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"3e2ed1cc-4fce-4654-af7c-89d70f221b05\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000002\",\n \"value\": \"O00021\"\n }\n ],\n \"issued\": \"2023-03-02T02:40:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T13:45:39.570981+00:00\",\n \"versionId\": \"MTcxMDg1NTkzOTU3MDk4MTAwMA\"\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 \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"415582006\",\n \"display\": \"Stenosis\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" } ] }, { "name": "DiagnosticReport - CTA", "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\": \"36146-9\",\n \"display\": \"CTA Carotid artery W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{Observation_CTA}}\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_CTA}}\"\n }\n ],\n \"conclusion\": \"hasil CT angiografi menunjukkan adanya stenosis.\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/DiagnosticReport", "host": [ "{{base_url}}" ], "path": [ "DiagnosticReport" ] } }, "response": [ { "name": "DiagnosticReport - CTA", "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\": \"36146-9\",\n \"display\": \"CTA Carotid artery W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{Observation_CTA}}\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_CTA}}\"\n }\n ],\n \"conclusion\": \"hasil CT angiografi menunjukkan adanya stenosis.\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/DiagnosticReport", "host": [ "{{base_url}}" ], "path": [ "DiagnosticReport" ] } }, "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/DiagnosticReport/0366a5b5-e735-49a2-a82f-d2ac20c5bb8c/_history/MTcxMDg1NjIxNTA5MTk5MzAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 13:50:15 UTC" }, { "key": "etag", "value": "W/\"MTcxMDg1NjIxNTA5MTk5MzAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 13:50:15 GMT" }, { "key": "Content-Length", "value": "5116" }, { "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": "d7db6e19-2b57-4c26-ab7b-c0698dabb069" }, { "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/b6910728-652f-4322-8ff6-53dfb8b87a43\"\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\": \"hasil CT angiografi menunjukkan adanya stenosis.\",\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"0366a5b5-e735-49a2-a82f-d2ac20c5bb8c\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/{{Org_id}}/rad\",\n \"use\": \"official\",\n \"value\": \"5234342\"\n }\n ],\n \"issued\": \"2023-03-02T02:40:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T13:50:15.091993+00:00\",\n \"versionId\": \"MTcxMDg1NjIxNTA5MTk5MzAwMA\"\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/3e2ed1cc-4fce-4654-af7c-89d70f221b05\"\n }\n ],\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "DiagnosticReport - CTA", "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\": \"36146-9\",\n \"display\": \"CTA Carotid artery W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{Observation_CTA}}\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_CTA}}\"\n }\n ],\n \"conclusion\": \"hasil CT angiografi menunjukkan adanya stenosis.\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/DiagnosticReport", "host": [ "{{base_url}}" ], "path": [ "DiagnosticReport" ] } }, "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/DiagnosticReport/0366a5b5-e735-49a2-a82f-d2ac20c5bb8c/_history/MTcxMDg1NjIxNTA5MTk5MzAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 13:50:15 UTC" }, { "key": "etag", "value": "W/\"MTcxMDg1NjIxNTA5MTk5MzAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 13:50:15 GMT" }, { "key": "Content-Length", "value": "5116" }, { "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": "d7db6e19-2b57-4c26-ab7b-c0698dabb069" }, { "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/b6910728-652f-4322-8ff6-53dfb8b87a43\"\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\": \"hasil CT angiografi menunjukkan adanya stenosis.\",\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"0366a5b5-e735-49a2-a82f-d2ac20c5bb8c\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/{{Org_id}}/rad\",\n \"use\": \"official\",\n \"value\": \"5234342\"\n }\n ],\n \"issued\": \"2023-03-02T02:40:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T13:50:15.091993+00:00\",\n \"versionId\": \"MTcxMDg1NjIxNTA5MTk5MzAwMA\"\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/3e2ed1cc-4fce-4654-af7c-89d70f221b05\"\n }\n ],\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "ServiceRequest - CTA", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('ServiceRequest_CTA', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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\": \"36146-9\",\n \"display\": \"CTA Carotid artery W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Pemeriksaan CT-Angio\"\n },\n \"orderDetail\": [\n {\n \"coding\": [\n {\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\",\n \"code\": \"CT\"\n }\n ],\n \"text\": \"Modality Code: CT\"\n },\n {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/ae-title\",\n \"display\": \"CT-02\"\n }\n ]\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"occurrenceDateTime\": \"2023-03-01T02:30:00+00:00\",\n \"authoredOn\": \"2023-03-01T02:15:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n }\n ],\n \"reasonReference\": [\n {\n \"Reference\": \"Condition/{{DiagnosisUtama1_id}}\"\n },\n {\n \"Reference\": \"Procedure/{{Procedure_Puasa1}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/ServiceRequest", "host": [ "{{base_url}}" ], "path": [ "ServiceRequest" ] } }, "response": [ { "name": "ServiceRequest - CTA", "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\": \"36146-9\",\n \"display\": \"CTA Carotid artery W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Pemeriksaan CT-Angio\"\n },\n \"orderDetail\": [\n {\n \"coding\": [\n {\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\",\n \"code\": \"CT\"\n }\n ],\n \"text\": \"Modality Code: CT\"\n },\n {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/ae-title\",\n \"display\": \"CT-02\"\n }\n ]\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"occurrenceDateTime\": \"2023-03-01T02:30:00+00:00\",\n \"authoredOn\": \"2023-03-01T02:15:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n }\n ],\n \"reasonReference\": [\n {\n \"Reference\": \"Condition/{{DiagnosisUtama1_id}}\"\n },\n {\n \"Reference\": \"Procedure/{{Procedure_Puasa1}}\"\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": "Tue, 19 Mar 2024 13:32:51 UTC" }, { "key": "etag", "value": "W/\"MTcxMDg1NTE3MTE3MTcwMzAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/ServiceRequest/b6910728-652f-4322-8ff6-53dfb8b87a43/_history/MTcxMDg1NTE3MTE3MTcwMzAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 13:32:51 GMT" }, { "key": "Content-Length", "value": "6858" }, { "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": "36822f04-db43-4091-ba3c-ef2a49b0c566" }, { "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-03-01T02:15:00+00:00\",\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\": \"36146-9\",\n \"display\": \"CTA Carotid artery W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Pemeriksaan CT-Angio\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"b6910728-652f-4322-8ff6-53dfb8b87a43\",\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\": \"2024-03-19T13:32:51.171703+00:00\",\n \"versionId\": \"MTcxMDg1NTE3MTE3MTcwMzAwMA\"\n },\n \"occurrenceDateTime\": \"2023-03-01T02:30:00+00:00\",\n \"orderDetail\": [\n {\n \"coding\": [\n {\n \"code\": \"CT\",\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\"\n }\n ],\n \"text\": \"Modality Code: CT\"\n },\n {\n \"coding\": [\n {\n \"display\": \"CT-02\",\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 \"reasonReference\": [\n {\n \"reference\": \"Condition/9b0257b2-2412-4285-94a3-7d33a3c59796\"\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": "ServiceRequest - CTA", "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\": \"36146-9\",\n \"display\": \"CTA Carotid artery W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Pemeriksaan CT-Angio\"\n },\n \"orderDetail\": [\n {\n \"coding\": [\n {\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\",\n \"code\": \"CT\"\n }\n ],\n \"text\": \"Modality Code: CT\"\n },\n {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/ae-title\",\n \"display\": \"CT-02\"\n }\n ]\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"occurrenceDateTime\": \"2023-03-01T02:30:00+00:00\",\n \"authoredOn\": \"2023-03-01T02:15:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n }\n ],\n \"reasonReference\": [\n {\n \"Reference\": \"Condition/{{DiagnosisUtama1_id}}\"\n },\n {\n \"Reference\": \"Procedure/{{Procedure_Puasa1}}\"\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": "Tue, 19 Mar 2024 13:32:51 UTC" }, { "key": "etag", "value": "W/\"MTcxMDg1NTE3MTE3MTcwMzAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/ServiceRequest/b6910728-652f-4322-8ff6-53dfb8b87a43/_history/MTcxMDg1NTE3MTE3MTcwMzAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 13:32:51 GMT" }, { "key": "Content-Length", "value": "6858" }, { "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": "36822f04-db43-4091-ba3c-ef2a49b0c566" }, { "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-03-01T02:15:00+00:00\",\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\": \"36146-9\",\n \"display\": \"CTA Carotid artery W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Pemeriksaan CT-Angio\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"b6910728-652f-4322-8ff6-53dfb8b87a43\",\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\": \"2024-03-19T13:32:51.171703+00:00\",\n \"versionId\": \"MTcxMDg1NTE3MTE3MTcwMzAwMA\"\n },\n \"occurrenceDateTime\": \"2023-03-01T02:30:00+00:00\",\n \"orderDetail\": [\n {\n \"coding\": [\n {\n \"code\": \"CT\",\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\"\n }\n ],\n \"text\": \"Modality Code: CT\"\n },\n {\n \"coding\": [\n {\n \"display\": \"CT-02\",\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 \"reasonReference\": [\n {\n \"reference\": \"Condition/9b0257b2-2412-4285-94a3-7d33a3c59796\"\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": "06. Tindakan Diagnostik", "item": [ { "name": "EKG", "item": [ { "name": "Procedure - EKG", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('Procedure_EKG', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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.52\",\n \"display\": \"Electrocardiogram\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-02T03:30:00+00:00\",\n \"end\": \"2023-03-02T04:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Procedure", "host": [ "{{base_url}}" ], "path": [ "Procedure" ] } }, "response": [ { "name": "Procedure - EKG", "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.52\",\n \"display\": \"Electrocardiogram\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-02T03:30:00+00:00\",\n \"end\": \"2023-03-02T04:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\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/\"MTcxMDY5NTI2NDY4OTgyNjAwMA\"" }, { "key": "last-modified", "value": "Sun, 17 Mar 2024 17:07:44 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/Procedure/9c50c0eb-a998-4fec-91d9-cc21c9875ce5/_history/MTcxMDY5NTI2NDY4OTgyNjAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 17:07:44 GMT" }, { "key": "Content-Length", "value": "959" }, { "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": "f669a609-0655-462f-b07f-eb382c68387a" }, { "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.52\",\n \"display\": \"Electrocardiogram\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"9c50c0eb-a998-4fec-91d9-cc21c9875ce5\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T17:07:44.689826+00:00\",\n \"versionId\": \"MTcxMDY5NTI2NDY4OTgyNjAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2023-03-02T04:00:00+00:00\",\n \"start\": \"2023-03-02T03:30: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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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 - EKG", "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.52\",\n \"display\": \"Electrocardiogram\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-02T03:30:00+00:00\",\n \"end\": \"2023-03-02T04:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\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/\"MTcxMDY5NTI2NDY4OTgyNjAwMA\"" }, { "key": "last-modified", "value": "Sun, 17 Mar 2024 17:07:44 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/Procedure/9c50c0eb-a998-4fec-91d9-cc21c9875ce5/_history/MTcxMDY5NTI2NDY4OTgyNjAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 17:07:44 GMT" }, { "key": "Content-Length", "value": "959" }, { "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": "f669a609-0655-462f-b07f-eb382c68387a" }, { "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.52\",\n \"display\": \"Electrocardiogram\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"9c50c0eb-a998-4fec-91d9-cc21c9875ce5\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T17:07:44.689826+00:00\",\n \"versionId\": \"MTcxMDY5NTI2NDY4OTgyNjAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2023-03-02T04:00:00+00:00\",\n \"start\": \"2023-03-02T03:30: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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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": "Observation - Hasil Pemeriksaan EKG", "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\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"34534-8\",\n \"display\": \"12 lead EKG panel\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T04:00:00+00:00\",\n \"issued\": \"2023-03-02T04:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"valueString\": \"Hasil EKG menunjukan adanya tanda-tanda masalah sirkulasi darah ke otak atau pembuluh darah\",\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"426783006\",\n \"display\": \"Electrocardiogram: sinus rhythm\"\n }\n ]\n },\n \"valueBoolean\": false\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"164889003\",\n \"display\": \"Electrocardiographic atrial fibrillation\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"76388001\",\n \"display\": \"ST segment elevation\"\n }\n ]\n },\n \"valueBoolean\": false\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"26141007\",\n \"display\": \"ST segment depression\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"59931005\",\n \"display\": \"Inverted T wave\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Hasil Pemeriksaan EKG", "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\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"34534-8\",\n \"display\": \"12 lead EKG panel\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T04:00:00+00:00\",\n \"issued\": \"2023-03-02T04:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"valueString\": \"Hasil EKG menunjukan adanya tanda-tanda masalah sirkulasi darah ke otak atau pembuluh darah\",\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"426783006\",\n \"display\": \"Electrocardiogram: sinus rhythm\"\n }\n ]\n },\n \"valueBoolean\": false\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"164889003\",\n \"display\": \"Electrocardiographic atrial fibrillation\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"76388001\",\n \"display\": \"ST segment elevation\"\n }\n ]\n },\n \"valueBoolean\": false\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"26141007\",\n \"display\": \"ST segment depression\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"59931005\",\n \"display\": \"Inverted T wave\"\n }\n ]\n },\n \"valueBoolean\": true\n }\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": "Sun, 17 Mar 2024 17:43:42 UTC" }, { "key": "etag", "value": "W/\"MTcxMDY5NzQyMjk5Njk2NjAwMA\"" }, { "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/a06ae546-2b02-435b-a916-1c1b24f14a88/_history/MTcxMDY5NzQyMjk5Njk2NjAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 17:43:43 GMT" }, { "key": "Content-Length", "value": "1619" }, { "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": "5f812eb9-a05f-465c-a7eb-2c1125871390" }, { "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\": \"procedure\",\n \"display\": \"Procedure\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"34534-8\",\n \"display\": \"12 lead EKG panel\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"426783006\",\n \"display\": \"Electrocardiogram: sinus rhythm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": false\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"164889003\",\n \"display\": \"Electrocardiographic atrial fibrillation\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"76388001\",\n \"display\": \"ST segment elevation\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": false\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"26141007\",\n \"display\": \"ST segment depression\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"59931005\",\n \"display\": \"Inverted T wave\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ],\n \"effectiveDateTime\": \"2023-03-02T04:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"a06ae546-2b02-435b-a916-1c1b24f14a88\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000002\",\n \"value\": \"P20240001\"\n }\n ],\n \"issued\": \"2023-03-02T04:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T17:43:42.996966+00:00\",\n \"versionId\": \"MTcxMDY5NzQyMjk5Njk2NjAwMA\"\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/{{Patient_id}}\"\n },\n \"valueString\": \"Hasil EKG menunjukan adanya tanda-tanda masalah sirkulasi darah ke otak atau pembuluh darah\"\n}" }, { "name": "Observation - Hasil Pemeriksaan EKG", "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\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"34534-8\",\n \"display\": \"12 lead EKG panel\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T04:00:00+00:00\",\n \"issued\": \"2023-03-02T04:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"valueString\": \"Hasil EKG menunjukan adanya tanda-tanda masalah sirkulasi darah ke otak atau pembuluh darah\",\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"426783006\",\n \"display\": \"Electrocardiogram: sinus rhythm\"\n }\n ]\n },\n \"valueBoolean\": false\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"164889003\",\n \"display\": \"Electrocardiographic atrial fibrillation\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"76388001\",\n \"display\": \"ST segment elevation\"\n }\n ]\n },\n \"valueBoolean\": false\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"26141007\",\n \"display\": \"ST segment depression\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"59931005\",\n \"display\": \"Inverted T wave\"\n }\n ]\n },\n \"valueBoolean\": true\n }\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": "Sun, 17 Mar 2024 17:43:42 UTC" }, { "key": "etag", "value": "W/\"MTcxMDY5NzQyMjk5Njk2NjAwMA\"" }, { "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/a06ae546-2b02-435b-a916-1c1b24f14a88/_history/MTcxMDY5NzQyMjk5Njk2NjAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 17:43:43 GMT" }, { "key": "Content-Length", "value": "1619" }, { "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": "5f812eb9-a05f-465c-a7eb-2c1125871390" }, { "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\": \"procedure\",\n \"display\": \"Procedure\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"34534-8\",\n \"display\": \"12 lead EKG panel\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"426783006\",\n \"display\": \"Electrocardiogram: sinus rhythm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": false\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"164889003\",\n \"display\": \"Electrocardiographic atrial fibrillation\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"76388001\",\n \"display\": \"ST segment elevation\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": false\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"26141007\",\n \"display\": \"ST segment depression\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"59931005\",\n \"display\": \"Inverted T wave\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ],\n \"effectiveDateTime\": \"2023-03-02T04:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"a06ae546-2b02-435b-a916-1c1b24f14a88\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000002\",\n \"value\": \"P20240001\"\n }\n ],\n \"issued\": \"2023-03-02T04:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T17:43:42.996966+00:00\",\n \"versionId\": \"MTcxMDY5NzQyMjk5Njk2NjAwMA\"\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/{{Patient_id}}\"\n },\n \"valueString\": \"Hasil EKG menunjukan adanya tanda-tanda masalah sirkulasi darah ke otak atau pembuluh darah\"\n}" } ] }, { "name": "Procedure - EKG", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('Procedure_EKG', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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.52\",\n \"display\": \"Electrocardiogram\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-02T03:30:00+00:00\",\n \"end\": \"2023-03-02T04:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Procedure", "host": [ "{{base_url}}" ], "path": [ "Procedure" ] } }, "response": [ { "name": "Procedure - EKG", "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.52\",\n \"display\": \"Electrocardiogram\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-02T03:30:00+00:00\",\n \"end\": \"2023-03-02T04:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\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/\"MTcxMDY5NTI2NDY4OTgyNjAwMA\"" }, { "key": "last-modified", "value": "Sun, 17 Mar 2024 17:07:44 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/Procedure/9c50c0eb-a998-4fec-91d9-cc21c9875ce5/_history/MTcxMDY5NTI2NDY4OTgyNjAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 17:07:44 GMT" }, { "key": "Content-Length", "value": "959" }, { "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": "f669a609-0655-462f-b07f-eb382c68387a" }, { "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.52\",\n \"display\": \"Electrocardiogram\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"9c50c0eb-a998-4fec-91d9-cc21c9875ce5\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T17:07:44.689826+00:00\",\n \"versionId\": \"MTcxMDY5NTI2NDY4OTgyNjAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2023-03-02T04:00:00+00:00\",\n \"start\": \"2023-03-02T03:30: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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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 - EKG", "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.52\",\n \"display\": \"Electrocardiogram\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-02T03:30:00+00:00\",\n \"end\": \"2023-03-02T04:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\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/\"MTcxMDY5NTI2NDY4OTgyNjAwMA\"" }, { "key": "last-modified", "value": "Sun, 17 Mar 2024 17:07:44 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/Procedure/9c50c0eb-a998-4fec-91d9-cc21c9875ce5/_history/MTcxMDY5NTI2NDY4OTgyNjAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 17:07:44 GMT" }, { "key": "Content-Length", "value": "959" }, { "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": "f669a609-0655-462f-b07f-eb382c68387a" }, { "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.52\",\n \"display\": \"Electrocardiogram\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"9c50c0eb-a998-4fec-91d9-cc21c9875ce5\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T17:07:44.689826+00:00\",\n \"versionId\": \"MTcxMDY5NTI2NDY4OTgyNjAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2023-03-02T04:00:00+00:00\",\n \"start\": \"2023-03-02T03:30: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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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": "Observation - Hasil Pemeriksaan EKG", "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\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"34534-8\",\n \"display\": \"12 lead EKG panel\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T04:00:00+00:00\",\n \"issued\": \"2023-03-02T04:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"valueString\": \"Hasil EKG menunjukan adanya tanda-tanda masalah sirkulasi darah ke otak atau pembuluh darah\",\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"426783006\",\n \"display\": \"Electrocardiogram: sinus rhythm\"\n }\n ]\n },\n \"valueBoolean\": false\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"164889003\",\n \"display\": \"Electrocardiographic atrial fibrillation\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"76388001\",\n \"display\": \"ST segment elevation\"\n }\n ]\n },\n \"valueBoolean\": false\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"26141007\",\n \"display\": \"ST segment depression\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"59931005\",\n \"display\": \"Inverted T wave\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Hasil Pemeriksaan EKG", "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\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"34534-8\",\n \"display\": \"12 lead EKG panel\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T04:00:00+00:00\",\n \"issued\": \"2023-03-02T04:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"valueString\": \"Hasil EKG menunjukan adanya tanda-tanda masalah sirkulasi darah ke otak atau pembuluh darah\",\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"426783006\",\n \"display\": \"Electrocardiogram: sinus rhythm\"\n }\n ]\n },\n \"valueBoolean\": false\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"164889003\",\n \"display\": \"Electrocardiographic atrial fibrillation\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"76388001\",\n \"display\": \"ST segment elevation\"\n }\n ]\n },\n \"valueBoolean\": false\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"26141007\",\n \"display\": \"ST segment depression\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"59931005\",\n \"display\": \"Inverted T wave\"\n }\n ]\n },\n \"valueBoolean\": true\n }\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": "Sun, 17 Mar 2024 17:43:42 UTC" }, { "key": "etag", "value": "W/\"MTcxMDY5NzQyMjk5Njk2NjAwMA\"" }, { "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/a06ae546-2b02-435b-a916-1c1b24f14a88/_history/MTcxMDY5NzQyMjk5Njk2NjAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 17:43:43 GMT" }, { "key": "Content-Length", "value": "1619" }, { "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": "5f812eb9-a05f-465c-a7eb-2c1125871390" }, { "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\": \"procedure\",\n \"display\": \"Procedure\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"34534-8\",\n \"display\": \"12 lead EKG panel\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"426783006\",\n \"display\": \"Electrocardiogram: sinus rhythm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": false\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"164889003\",\n \"display\": \"Electrocardiographic atrial fibrillation\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"76388001\",\n \"display\": \"ST segment elevation\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": false\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"26141007\",\n \"display\": \"ST segment depression\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"59931005\",\n \"display\": \"Inverted T wave\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ],\n \"effectiveDateTime\": \"2023-03-02T04:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"a06ae546-2b02-435b-a916-1c1b24f14a88\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000002\",\n \"value\": \"P20240001\"\n }\n ],\n \"issued\": \"2023-03-02T04:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T17:43:42.996966+00:00\",\n \"versionId\": \"MTcxMDY5NzQyMjk5Njk2NjAwMA\"\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/{{Patient_id}}\"\n },\n \"valueString\": \"Hasil EKG menunjukan adanya tanda-tanda masalah sirkulasi darah ke otak atau pembuluh darah\"\n}" }, { "name": "Observation - Hasil Pemeriksaan EKG", "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\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"34534-8\",\n \"display\": \"12 lead EKG panel\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T04:00:00+00:00\",\n \"issued\": \"2023-03-02T04:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"valueString\": \"Hasil EKG menunjukan adanya tanda-tanda masalah sirkulasi darah ke otak atau pembuluh darah\",\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"426783006\",\n \"display\": \"Electrocardiogram: sinus rhythm\"\n }\n ]\n },\n \"valueBoolean\": false\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"164889003\",\n \"display\": \"Electrocardiographic atrial fibrillation\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"76388001\",\n \"display\": \"ST segment elevation\"\n }\n ]\n },\n \"valueBoolean\": false\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"26141007\",\n \"display\": \"ST segment depression\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"59931005\",\n \"display\": \"Inverted T wave\"\n }\n ]\n },\n \"valueBoolean\": true\n }\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": "Sun, 17 Mar 2024 17:43:42 UTC" }, { "key": "etag", "value": "W/\"MTcxMDY5NzQyMjk5Njk2NjAwMA\"" }, { "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/a06ae546-2b02-435b-a916-1c1b24f14a88/_history/MTcxMDY5NzQyMjk5Njk2NjAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sun, 17 Mar 2024 17:43:43 GMT" }, { "key": "Content-Length", "value": "1619" }, { "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": "5f812eb9-a05f-465c-a7eb-2c1125871390" }, { "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\": \"procedure\",\n \"display\": \"Procedure\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"34534-8\",\n \"display\": \"12 lead EKG panel\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"426783006\",\n \"display\": \"Electrocardiogram: sinus rhythm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": false\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"164889003\",\n \"display\": \"Electrocardiographic atrial fibrillation\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"76388001\",\n \"display\": \"ST segment elevation\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": false\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"26141007\",\n \"display\": \"ST segment depression\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"59931005\",\n \"display\": \"Inverted T wave\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ],\n \"effectiveDateTime\": \"2023-03-02T04:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"a06ae546-2b02-435b-a916-1c1b24f14a88\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000002\",\n \"value\": \"P20240001\"\n }\n ],\n \"issued\": \"2023-03-02T04:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T17:43:42.996966+00:00\",\n \"versionId\": \"MTcxMDY5NzQyMjk5Njk2NjAwMA\"\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/{{Patient_id}}\"\n },\n \"valueString\": \"Hasil EKG menunjukan adanya tanda-tanda masalah sirkulasi darah ke otak atau pembuluh darah\"\n}" } ] } ] } ] }, { "name": "07. Diagnosis", "item": [ { "name": "Condition - Primary Stroke Iskemik", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('Diagnosis_Utama2', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2023-03-02T04:00:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Condition", "host": [ "{{base_url}}" ], "path": [ "Condition" ] } }, "response": [ { "name": "Condition - Primary Stroke Iskemik", "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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2023-03-02T04:00:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\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/\"MTcxMDc5NzMwMjAwMTQ2ODAwMA\"" }, { "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/{{Diagnosis_Utama2}}/_history/MTcxMDc5NzMwMjAwMTQ2ODAwMA" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 21:28:22 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 21:28:22 GMT" }, { "key": "Content-Length", "value": "4512" }, { "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": "297c5311-af26-4a50-a1ab-16f64f633584" }, { "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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"caa9f18b-e14d-4a64-997b-ef87e3d4c8de\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T21:28:22.001468+00:00\",\n \"versionId\": \"MTcxMDc5NzMwMjAwMTQ2ODAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ],\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2023-03-02T04:00:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Condition - Primary Stroke Iskemik", "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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2023-03-02T04:00:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\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/\"MTcxMDc5NzMwMjAwMTQ2ODAwMA\"" }, { "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/{{Diagnosis_Utama2}}/_history/MTcxMDc5NzMwMjAwMTQ2ODAwMA" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 21:28:22 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 21:28:22 GMT" }, { "key": "Content-Length", "value": "4512" }, { "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": "297c5311-af26-4a50-a1ab-16f64f633584" }, { "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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"caa9f18b-e14d-4a64-997b-ef87e3d4c8de\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T21:28:22.001468+00:00\",\n \"versionId\": \"MTcxMDc5NzMwMjAwMTQ2ODAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ],\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2023-03-02T04:00:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Condition - Secondary Hipertensi", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('Diagnosis_Sekunder2', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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\": \"I10\",\n \"display\": \"Essential (primary) hypertension\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"onsetDateTime\": \"2023-03-02T04:00:00+00:00\",\n \"recordedDate\": \"2023-03-02T04:00:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Condition", "host": [ "{{base_url}}" ], "path": [ "Condition" ] } }, "response": [ { "name": "Condition - Secondary Hipertensi", "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\": \"I10\",\n \"display\": \"Essential (primary) hypertension\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"onsetDateTime\": \"2023-03-02T04:00:00+00:00\",\n \"recordedDate\": \"2023-03-02T04:00:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\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": "last-modified", "value": "Mon, 18 Mar 2024 21:32:15 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/d560d6e2-cbd2-4232-b35f-6fa28fee9d53/_history/MTcxMDc5NzUzNTgzMTc4MDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDc5NzUzNTgzMTc4MDAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 21:32:15 GMT" }, { "key": "Content-Length", "value": "4344" }, { "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": "be198321-5142-4984-9fee-0ed560dd336a" }, { "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\": \"I10\",\n \"display\": \"Essential (primary) hypertension\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"d560d6e2-cbd2-4232-b35f-6fa28fee9d53\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T21:32:15.831780+00:00\",\n \"versionId\": \"MTcxMDc5NzUzNTgzMTc4MDAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ],\n \"onsetDateTime\": \"2023-03-02T04:00:00+00:00\",\n \"recordedDate\": \"2023-03-02T04:00:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Condition - Secondary Hipertensi", "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\": \"I10\",\n \"display\": \"Essential (primary) hypertension\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"onsetDateTime\": \"2023-03-02T04:00:00+00:00\",\n \"recordedDate\": \"2023-03-02T04:00:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\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": "last-modified", "value": "Mon, 18 Mar 2024 21:32:15 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/d560d6e2-cbd2-4232-b35f-6fa28fee9d53/_history/MTcxMDc5NzUzNTgzMTc4MDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDc5NzUzNTgzMTc4MDAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 21:32:15 GMT" }, { "key": "Content-Length", "value": "4344" }, { "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": "be198321-5142-4984-9fee-0ed560dd336a" }, { "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\": \"I10\",\n \"display\": \"Essential (primary) hypertension\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"d560d6e2-cbd2-4232-b35f-6fa28fee9d53\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T21:32:15.831780+00:00\",\n \"versionId\": \"MTcxMDc5NzUzNTgzMTc4MDAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ],\n \"onsetDateTime\": \"2023-03-02T04:00:00+00:00\",\n \"recordedDate\": \"2023-03-02T04:00:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Condition - Secondary Hipertensi", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('Diagnosis_Sekunder2', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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\": \"I10\",\n \"display\": \"Essential (primary) hypertension\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"onsetDateTime\": \"2023-03-02T04:00:00+00:00\",\n \"recordedDate\": \"2023-03-02T04:00:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Condition", "host": [ "{{base_url}}" ], "path": [ "Condition" ] } }, "response": [ { "name": "Condition - Secondary Hipertensi", "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\": \"I10\",\n \"display\": \"Essential (primary) hypertension\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"onsetDateTime\": \"2023-03-02T04:00:00+00:00\",\n \"recordedDate\": \"2023-03-02T04:00:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\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": "last-modified", "value": "Mon, 18 Mar 2024 21:32:15 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/d560d6e2-cbd2-4232-b35f-6fa28fee9d53/_history/MTcxMDc5NzUzNTgzMTc4MDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDc5NzUzNTgzMTc4MDAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 21:32:15 GMT" }, { "key": "Content-Length", "value": "4344" }, { "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": "be198321-5142-4984-9fee-0ed560dd336a" }, { "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\": \"I10\",\n \"display\": \"Essential (primary) hypertension\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"d560d6e2-cbd2-4232-b35f-6fa28fee9d53\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T21:32:15.831780+00:00\",\n \"versionId\": \"MTcxMDc5NzUzNTgzMTc4MDAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ],\n \"onsetDateTime\": \"2023-03-02T04:00:00+00:00\",\n \"recordedDate\": \"2023-03-02T04:00:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Condition - Secondary Hipertensi", "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\": \"I10\",\n \"display\": \"Essential (primary) hypertension\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"onsetDateTime\": \"2023-03-02T04:00:00+00:00\",\n \"recordedDate\": \"2023-03-02T04:00:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\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": "last-modified", "value": "Mon, 18 Mar 2024 21:32:15 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/d560d6e2-cbd2-4232-b35f-6fa28fee9d53/_history/MTcxMDc5NzUzNTgzMTc4MDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDc5NzUzNTgzMTc4MDAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 21:32:15 GMT" }, { "key": "Content-Length", "value": "4344" }, { "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": "be198321-5142-4984-9fee-0ed560dd336a" }, { "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\": \"I10\",\n \"display\": \"Essential (primary) hypertension\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"d560d6e2-cbd2-4232-b35f-6fa28fee9d53\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T21:32:15.831780+00:00\",\n \"versionId\": \"MTcxMDc5NzUzNTgzMTc4MDAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ],\n \"onsetDateTime\": \"2023-03-02T04:00:00+00:00\",\n \"recordedDate\": \"2023-03-02T04:00:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Condition - Primary Stroke Iskemik", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('Diagnosis_Utama2', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2023-03-02T04:00:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Condition", "host": [ "{{base_url}}" ], "path": [ "Condition" ] } }, "response": [ { "name": "Condition - Primary Stroke Iskemik", "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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2023-03-02T04:00:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\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/\"MTcxMDc5NzMwMjAwMTQ2ODAwMA\"" }, { "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/{{Diagnosis_Utama2}}/_history/MTcxMDc5NzMwMjAwMTQ2ODAwMA" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 21:28:22 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 21:28:22 GMT" }, { "key": "Content-Length", "value": "4512" }, { "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": "297c5311-af26-4a50-a1ab-16f64f633584" }, { "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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"caa9f18b-e14d-4a64-997b-ef87e3d4c8de\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T21:28:22.001468+00:00\",\n \"versionId\": \"MTcxMDc5NzMwMjAwMTQ2ODAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ],\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2023-03-02T04:00:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Condition - Primary Stroke Iskemik", "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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2023-03-02T04:00:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\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/\"MTcxMDc5NzMwMjAwMTQ2ODAwMA\"" }, { "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/{{Diagnosis_Utama2}}/_history/MTcxMDc5NzMwMjAwMTQ2ODAwMA" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 21:28:22 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 21:28:22 GMT" }, { "key": "Content-Length", "value": "4512" }, { "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": "297c5311-af26-4a50-a1ab-16f64f633584" }, { "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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"caa9f18b-e14d-4a64-997b-ef87e3d4c8de\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T21:28:22.001468+00:00\",\n \"versionId\": \"MTcxMDc5NzMwMjAwMTQ2ODAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ],\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2023-03-02T04:00:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] } ] }, { "name": "08. Farmasi", "item": [ { "name": "Peresepan Obat", "item": [ { "name": "Medication - Clopidogrel (Request)", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('Medication_Clopidogrel', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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\": \"93000624\",\n \"display\": \"Clopidogrel Bisulfate 75 mg Tablet Salut Selaput (PLADOGREL)\"\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\": \"91000403\",\n \"display\": \"CLOPIDOGREL\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 75,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\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 - Clopidogrel (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\": \"93000624\",\n \"display\": \"Clopidogrel Bisulfate 75 mg Tablet Salut Selaput (PLADOGREL)\"\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\": \"91000403\",\n \"display\": \"CLOPIDOGREL\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 75,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\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": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDc5NzkxNTg4MzExMDAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Medication/ae1971eb-4a10-445c-80ca-3226782aa709/_history/MTcxMDc5NzkxNTg4MzExMDAwMA" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 21:38:35 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 21:38:35 GMT" }, { "key": "Content-Length", "value": "6384" }, { "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": "b17d106c-766a-42a0-878c-4e6e5f831274" }, { "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\": \"93000624\",\n \"display\": \"Clopidogrel Bisulfate 75 mg Tablet Salut Selaput (PLADOGREL)\",\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\": \"ae1971eb-4a10-445c-80ca-3226782aa709\",\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\": \"91000403\",\n \"display\": \"CLOPIDOGREL\",\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 \"unit\": \"Tablet\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 75\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T21:38:35.883110+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxMDc5NzkxNTg4MzExMDAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" }, { "name": "Medication - Clopidogrel (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\": \"93000624\",\n \"display\": \"Clopidogrel Bisulfate 75 mg Tablet Salut Selaput (PLADOGREL)\"\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\": \"91000403\",\n \"display\": \"CLOPIDOGREL\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 75,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\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": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDc5NzkxNTg4MzExMDAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Medication/ae1971eb-4a10-445c-80ca-3226782aa709/_history/MTcxMDc5NzkxNTg4MzExMDAwMA" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 21:38:35 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 21:38:35 GMT" }, { "key": "Content-Length", "value": "6384" }, { "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": "b17d106c-766a-42a0-878c-4e6e5f831274" }, { "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\": \"93000624\",\n \"display\": \"Clopidogrel Bisulfate 75 mg Tablet Salut Selaput (PLADOGREL)\",\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\": \"ae1971eb-4a10-445c-80ca-3226782aa709\",\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\": \"91000403\",\n \"display\": \"CLOPIDOGREL\",\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 \"unit\": \"Tablet\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 75\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T21:38:35.883110+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxMDc5NzkxNTg4MzExMDAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" } ] }, { "name": "MedicationRequest - Clopidogrel", "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/{{Medication_Clopidogrel}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"authoredOn\": \"2023-03-02T04:00:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 tablet 1 hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet 1 hari\"\n }\n ],\n \"patientInstruction\": \"1 tablet 1 hari\",\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\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\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-03-02T04:00:00+00:00\",\n \"end\": \"2023-03-02T05:00:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\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 - Clopidogrel", "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/{{Medication_Clopidogrel}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"authoredOn\": \"2023-03-02T04:00:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 tablet 1 hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet 1 hari\"\n }\n ],\n \"patientInstruction\": \"1 tablet 1 hari\",\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\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\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-03-02T04:00:00+00:00\",\n \"end\": \"2023-03-02T05:00:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\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": "last-modified", "value": "Mon, 18 Mar 2024 21:54:57 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/b5292671-89f6-477b-924c-322976f328f4/_history/MTcxMDc5ODg5NzY2MjgzNzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDc5ODg5NzY2MjgzNzAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 21:54:57 GMT" }, { "key": "Content-Length", "value": "10454" }, { "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": "92f3fbf1-fcaa-445d-bf5d-f1769e49a5ac" }, { "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-03-02T04: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 \"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\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"Tablet\",\n \"value\": 1\n },\n \"validityPeriod\": {\n \"end\": \"2023-03-02T05:00:00+00:00\",\n \"start\": \"2023-03-02T04:00:00+00:00\"\n }\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet 1 hari\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"Tablet\",\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 tablet 1 hari\",\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 tablet 1 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"b5292671-89f6-477b-924c-322976f328f4\",\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/ae1971eb-4a10-445c-80ca-3226782aa709\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T21:54:57.662837+00:00\",\n \"versionId\": \"MTcxMDc5ODg5NzY2MjgzNzAwMA\"\n },\n \"priority\": \"routine\",\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"requester\": {\n \"display\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\n },\n \"resourceType\": \"MedicationRequest\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "MedicationRequest - Clopidogrel", "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/{{Medication_Clopidogrel}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"authoredOn\": \"2023-03-02T04:00:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 tablet 1 hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet 1 hari\"\n }\n ],\n \"patientInstruction\": \"1 tablet 1 hari\",\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\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\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-03-02T04:00:00+00:00\",\n \"end\": \"2023-03-02T05:00:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\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": "last-modified", "value": "Mon, 18 Mar 2024 21:54:57 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/b5292671-89f6-477b-924c-322976f328f4/_history/MTcxMDc5ODg5NzY2MjgzNzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDc5ODg5NzY2MjgzNzAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 21:54:57 GMT" }, { "key": "Content-Length", "value": "10454" }, { "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": "92f3fbf1-fcaa-445d-bf5d-f1769e49a5ac" }, { "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-03-02T04: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 \"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\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"Tablet\",\n \"value\": 1\n },\n \"validityPeriod\": {\n \"end\": \"2023-03-02T05:00:00+00:00\",\n \"start\": \"2023-03-02T04:00:00+00:00\"\n }\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet 1 hari\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"Tablet\",\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 tablet 1 hari\",\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 tablet 1 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"b5292671-89f6-477b-924c-322976f328f4\",\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/ae1971eb-4a10-445c-80ca-3226782aa709\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T21:54:57.662837+00:00\",\n \"versionId\": \"MTcxMDc5ODg5NzY2MjgzNzAwMA\"\n },\n \"priority\": \"routine\",\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"requester\": {\n \"display\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\n },\n \"resourceType\": \"MedicationRequest\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Medication - Clopidogrel (Request)", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('Medication_Clopidogrel', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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\": \"93000624\",\n \"display\": \"Clopidogrel Bisulfate 75 mg Tablet Salut Selaput (PLADOGREL)\"\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\": \"91000403\",\n \"display\": \"CLOPIDOGREL\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 75,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\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 - Clopidogrel (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\": \"93000624\",\n \"display\": \"Clopidogrel Bisulfate 75 mg Tablet Salut Selaput (PLADOGREL)\"\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\": \"91000403\",\n \"display\": \"CLOPIDOGREL\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 75,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\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": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDc5NzkxNTg4MzExMDAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Medication/ae1971eb-4a10-445c-80ca-3226782aa709/_history/MTcxMDc5NzkxNTg4MzExMDAwMA" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 21:38:35 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 21:38:35 GMT" }, { "key": "Content-Length", "value": "6384" }, { "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": "b17d106c-766a-42a0-878c-4e6e5f831274" }, { "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\": \"93000624\",\n \"display\": \"Clopidogrel Bisulfate 75 mg Tablet Salut Selaput (PLADOGREL)\",\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\": \"ae1971eb-4a10-445c-80ca-3226782aa709\",\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\": \"91000403\",\n \"display\": \"CLOPIDOGREL\",\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 \"unit\": \"Tablet\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 75\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T21:38:35.883110+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxMDc5NzkxNTg4MzExMDAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" }, { "name": "Medication - Clopidogrel (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\": \"93000624\",\n \"display\": \"Clopidogrel Bisulfate 75 mg Tablet Salut Selaput (PLADOGREL)\"\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\": \"91000403\",\n \"display\": \"CLOPIDOGREL\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 75,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\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": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDc5NzkxNTg4MzExMDAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Medication/ae1971eb-4a10-445c-80ca-3226782aa709/_history/MTcxMDc5NzkxNTg4MzExMDAwMA" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 21:38:35 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 21:38:35 GMT" }, { "key": "Content-Length", "value": "6384" }, { "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": "b17d106c-766a-42a0-878c-4e6e5f831274" }, { "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\": \"93000624\",\n \"display\": \"Clopidogrel Bisulfate 75 mg Tablet Salut Selaput (PLADOGREL)\",\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\": \"ae1971eb-4a10-445c-80ca-3226782aa709\",\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\": \"91000403\",\n \"display\": \"CLOPIDOGREL\",\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 \"unit\": \"Tablet\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 75\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T21:38:35.883110+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxMDc5NzkxNTg4MzExMDAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" } ] }, { "name": "MedicationRequest - Clopidogrel", "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/{{Medication_Clopidogrel}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"authoredOn\": \"2023-03-02T04:00:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 tablet 1 hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet 1 hari\"\n }\n ],\n \"patientInstruction\": \"1 tablet 1 hari\",\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\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\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-03-02T04:00:00+00:00\",\n \"end\": \"2023-03-02T05:00:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\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 - Clopidogrel", "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/{{Medication_Clopidogrel}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"authoredOn\": \"2023-03-02T04:00:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 tablet 1 hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet 1 hari\"\n }\n ],\n \"patientInstruction\": \"1 tablet 1 hari\",\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\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\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-03-02T04:00:00+00:00\",\n \"end\": \"2023-03-02T05:00:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\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": "last-modified", "value": "Mon, 18 Mar 2024 21:54:57 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/b5292671-89f6-477b-924c-322976f328f4/_history/MTcxMDc5ODg5NzY2MjgzNzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDc5ODg5NzY2MjgzNzAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 21:54:57 GMT" }, { "key": "Content-Length", "value": "10454" }, { "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": "92f3fbf1-fcaa-445d-bf5d-f1769e49a5ac" }, { "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-03-02T04: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 \"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\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"Tablet\",\n \"value\": 1\n },\n \"validityPeriod\": {\n \"end\": \"2023-03-02T05:00:00+00:00\",\n \"start\": \"2023-03-02T04:00:00+00:00\"\n }\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet 1 hari\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"Tablet\",\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 tablet 1 hari\",\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 tablet 1 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"b5292671-89f6-477b-924c-322976f328f4\",\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/ae1971eb-4a10-445c-80ca-3226782aa709\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T21:54:57.662837+00:00\",\n \"versionId\": \"MTcxMDc5ODg5NzY2MjgzNzAwMA\"\n },\n \"priority\": \"routine\",\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"requester\": {\n \"display\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\n },\n \"resourceType\": \"MedicationRequest\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "MedicationRequest - Clopidogrel", "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/{{Medication_Clopidogrel}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"authoredOn\": \"2023-03-02T04:00:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 tablet 1 hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet 1 hari\"\n }\n ],\n \"patientInstruction\": \"1 tablet 1 hari\",\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\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\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-03-02T04:00:00+00:00\",\n \"end\": \"2023-03-02T05:00:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\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": "last-modified", "value": "Mon, 18 Mar 2024 21:54:57 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/b5292671-89f6-477b-924c-322976f328f4/_history/MTcxMDc5ODg5NzY2MjgzNzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDc5ODg5NzY2MjgzNzAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 21:54:57 GMT" }, { "key": "Content-Length", "value": "10454" }, { "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": "92f3fbf1-fcaa-445d-bf5d-f1769e49a5ac" }, { "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-03-02T04: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 \"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\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"Tablet\",\n \"value\": 1\n },\n \"validityPeriod\": {\n \"end\": \"2023-03-02T05:00:00+00:00\",\n \"start\": \"2023-03-02T04:00:00+00:00\"\n }\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet 1 hari\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"Tablet\",\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 tablet 1 hari\",\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 tablet 1 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"b5292671-89f6-477b-924c-322976f328f4\",\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/ae1971eb-4a10-445c-80ca-3226782aa709\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T21:54:57.662837+00:00\",\n \"versionId\": \"MTcxMDc5ODg5NzY2MjgzNzAwMA\"\n },\n \"priority\": \"routine\",\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"requester\": {\n \"display\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\n },\n \"resourceType\": \"MedicationRequest\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] } ] }, { "name": "Pengkajian Resep", "item": [ { "name": "QuestionnaireResponse - Pengkajian Resep", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"QuestionnaireResponse\",\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0007\",\n \"status\": \"completed\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"authored\": \"2023-03-02T04:30:00+00:00\",\n \"author\": {\n \"reference\": \"Practitioner/10009880728\",\n \"display\": \"Apoteker A\"\n },\n \"source\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"item\": [\n {\n \"linkId\": \"1\",\n \"text\": \"Persyaratan Administrasi\",\n \"item\": [\n {\n \"linkId\": \"1.1\",\n \"text\": \"Apakah nama, umur, jenis kelamin, berat badan dan tinggi badan pasien sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.2\",\n \"text\": \"Apakah nama, nomor ijin, alamat dan paraf dokter sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.3\",\n \"text\": \"Apakah tanggal resep sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.4\",\n \"text\": \"Apakah ruangan/unit asal resep sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2\",\n \"text\": \"Persyaratan Farmasetik\",\n \"item\": [\n {\n \"linkId\": \"2.1\",\n \"text\": \"Apakah nama obat, bentuk dan kekuatan sediaan sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.2\",\n \"text\": \"Apakah dosis dan jumlah obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.3\",\n \"text\": \"Apakah stabilitas obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.4\",\n \"text\": \"Apakah aturan dan cara penggunaan obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n }\n ]\n },\n {\n \"linkId\": \"3\",\n \"text\": \"Persyaratan Klinis\",\n \"item\": [\n {\n \"linkId\": \"3.1\",\n \"text\": \"Apakah ketepatan indikasi, dosis, dan waktu penggunaan obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"3.2\",\n \"text\": \"Apakah terdapat duplikasi pengobatan?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.3\",\n \"text\": \"Apakah terdapat alergi dan reaksi obat yang tidak dikehendaki (ROTD)?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.4\",\n \"text\": \"Apakah terdapat kontraindikasi pengobatan?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.5\",\n \"text\": \"Apakah terdapat dampak interaksi obat?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n }\n ]\n }\n ]\n}\n]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/QuestionnaireResponse", "host": [ "{{base_url}}" ], "path": [ "QuestionnaireResponse" ] } }, "response": [ { "name": "QuestionnaireResponse - Pengkajian Resep", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"QuestionnaireResponse\",\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0007\",\n \"status\": \"completed\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"authored\": \"2023-03-02T04:30:00+00:00\",\n \"author\": {\n \"reference\": \"Practitioner/10009880728\",\n \"display\": \"Apoteker A\"\n },\n \"source\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"item\": [\n {\n \"linkId\": \"1\",\n \"text\": \"Persyaratan Administrasi\",\n \"item\": [\n {\n \"linkId\": \"1.1\",\n \"text\": \"Apakah nama, umur, jenis kelamin, berat badan dan tinggi badan pasien sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.2\",\n \"text\": \"Apakah nama, nomor ijin, alamat dan paraf dokter sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.3\",\n \"text\": \"Apakah tanggal resep sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.4\",\n \"text\": \"Apakah ruangan/unit asal resep sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2\",\n \"text\": \"Persyaratan Farmasetik\",\n \"item\": [\n {\n \"linkId\": \"2.1\",\n \"text\": \"Apakah nama obat, bentuk dan kekuatan sediaan sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.2\",\n \"text\": \"Apakah dosis dan jumlah obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.3\",\n \"text\": \"Apakah stabilitas obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.4\",\n \"text\": \"Apakah aturan dan cara penggunaan obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n }\n ]\n },\n {\n \"linkId\": \"3\",\n \"text\": \"Persyaratan Klinis\",\n \"item\": [\n {\n \"linkId\": \"3.1\",\n \"text\": \"Apakah ketepatan indikasi, dosis, dan waktu penggunaan obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"3.2\",\n \"text\": \"Apakah terdapat duplikasi pengobatan?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.3\",\n \"text\": \"Apakah terdapat alergi dan reaksi obat yang tidak dikehendaki (ROTD)?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.4\",\n \"text\": \"Apakah terdapat kontraindikasi pengobatan?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.5\",\n \"text\": \"Apakah terdapat dampak interaksi obat?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n }\n ]\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/QuestionnaireResponse", "host": [ "{{base_url}}" ], "path": [ "QuestionnaireResponse" ] } }, "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/QuestionnaireResponse/0c8b3ef2-0af1-4018-aab3-564e76a2b7e8/_history/MTcxMDc5ODk4NTY2ODUyMDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDc5ODk4NTY2ODUyMDAwMA\"" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 21:56:25 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 21:56:25 GMT" }, { "key": "Content-Length", "value": "14958" }, { "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": "b45fcfc5-e72a-4978-9356-7b36be072b0d" }, { "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 \"display\": \"Apoteker A\",\n \"reference\": \"Practitioner/10009880728\"\n },\n \"authored\": \"2023-03-02T04:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"0c8b3ef2-0af1-4018-aab3-564e76a2b7e8\",\n \"identifier\": {\n \"system\": \"http://sys-ids.kemkes.go.id/creator\",\n \"value\": \"10000002\"\n },\n \"item\": [\n {\n \"item\": [\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"1.1\",\n \"text\": \"Apakah nama, umur, jenis kelamin, berat badan dan tinggi badan pasien sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"1.2\",\n \"text\": \"Apakah nama, nomor ijin, alamat dan paraf dokter sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"1.3\",\n \"text\": \"Apakah tanggal resep sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"1.4\",\n \"text\": \"Apakah ruangan/unit asal resep sudah sesuai?\"\n },\n {\n \"item\": [\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"2.1\",\n \"text\": \"Apakah nama obat, bentuk dan kekuatan sediaan sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"2.2\",\n \"text\": \"Apakah dosis dan jumlah obat sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"2.3\",\n \"text\": \"Apakah stabilitas obat sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"2.4\",\n \"text\": \"Apakah aturan dan cara penggunaan obat sudah sesuai?\"\n }\n ],\n \"linkId\": \"2\",\n \"text\": \"Persyaratan Farmasetik\"\n },\n {\n \"item\": [\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"3.1\",\n \"text\": \"Apakah ketepatan indikasi, dosis, dan waktu penggunaan obat sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ],\n \"linkId\": \"3.2\",\n \"text\": \"Apakah terdapat duplikasi pengobatan?\"\n },\n {\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ],\n \"linkId\": \"3.3\",\n \"text\": \"Apakah terdapat alergi dan reaksi obat yang tidak dikehendaki (ROTD)?\"\n },\n {\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ],\n \"linkId\": \"3.4\",\n \"text\": \"Apakah terdapat kontraindikasi pengobatan?\"\n },\n {\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ],\n \"linkId\": \"3.5\",\n \"text\": \"Apakah terdapat dampak interaksi obat?\"\n }\n ],\n \"linkId\": \"3\",\n \"text\": \"Persyaratan Klinis\"\n }\n ],\n \"linkId\": \"1\",\n \"text\": \"Persyaratan Administrasi\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T21:56:25.668520+00:00\",\n \"versionId\": \"MTcxMDc5ODk4NTY2ODUyMDAwMA\"\n },\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0007\",\n \"resourceType\": \"QuestionnaireResponse\",\n \"source\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "QuestionnaireResponse - Pengkajian Resep", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"QuestionnaireResponse\",\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0007\",\n \"status\": \"completed\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"authored\": \"2023-03-02T04:30:00+00:00\",\n \"author\": {\n \"reference\": \"Practitioner/10009880728\",\n \"display\": \"Apoteker A\"\n },\n \"source\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"item\": [\n {\n \"linkId\": \"1\",\n \"text\": \"Persyaratan Administrasi\",\n \"item\": [\n {\n \"linkId\": \"1.1\",\n \"text\": \"Apakah nama, umur, jenis kelamin, berat badan dan tinggi badan pasien sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.2\",\n \"text\": \"Apakah nama, nomor ijin, alamat dan paraf dokter sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.3\",\n \"text\": \"Apakah tanggal resep sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.4\",\n \"text\": \"Apakah ruangan/unit asal resep sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2\",\n \"text\": \"Persyaratan Farmasetik\",\n \"item\": [\n {\n \"linkId\": \"2.1\",\n \"text\": \"Apakah nama obat, bentuk dan kekuatan sediaan sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.2\",\n \"text\": \"Apakah dosis dan jumlah obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.3\",\n \"text\": \"Apakah stabilitas obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.4\",\n \"text\": \"Apakah aturan dan cara penggunaan obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n }\n ]\n },\n {\n \"linkId\": \"3\",\n \"text\": \"Persyaratan Klinis\",\n \"item\": [\n {\n \"linkId\": \"3.1\",\n \"text\": \"Apakah ketepatan indikasi, dosis, dan waktu penggunaan obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"3.2\",\n \"text\": \"Apakah terdapat duplikasi pengobatan?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.3\",\n \"text\": \"Apakah terdapat alergi dan reaksi obat yang tidak dikehendaki (ROTD)?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.4\",\n \"text\": \"Apakah terdapat kontraindikasi pengobatan?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.5\",\n \"text\": \"Apakah terdapat dampak interaksi obat?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n }\n ]\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/QuestionnaireResponse", "host": [ "{{base_url}}" ], "path": [ "QuestionnaireResponse" ] } }, "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/QuestionnaireResponse/0c8b3ef2-0af1-4018-aab3-564e76a2b7e8/_history/MTcxMDc5ODk4NTY2ODUyMDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDc5ODk4NTY2ODUyMDAwMA\"" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 21:56:25 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 21:56:25 GMT" }, { "key": "Content-Length", "value": "14958" }, { "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": "b45fcfc5-e72a-4978-9356-7b36be072b0d" }, { "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 \"display\": \"Apoteker A\",\n \"reference\": \"Practitioner/10009880728\"\n },\n \"authored\": \"2023-03-02T04:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"0c8b3ef2-0af1-4018-aab3-564e76a2b7e8\",\n \"identifier\": {\n \"system\": \"http://sys-ids.kemkes.go.id/creator\",\n \"value\": \"10000002\"\n },\n \"item\": [\n {\n \"item\": [\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"1.1\",\n \"text\": \"Apakah nama, umur, jenis kelamin, berat badan dan tinggi badan pasien sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"1.2\",\n \"text\": \"Apakah nama, nomor ijin, alamat dan paraf dokter sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"1.3\",\n \"text\": \"Apakah tanggal resep sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"1.4\",\n \"text\": \"Apakah ruangan/unit asal resep sudah sesuai?\"\n },\n {\n \"item\": [\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"2.1\",\n \"text\": \"Apakah nama obat, bentuk dan kekuatan sediaan sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"2.2\",\n \"text\": \"Apakah dosis dan jumlah obat sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"2.3\",\n \"text\": \"Apakah stabilitas obat sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"2.4\",\n \"text\": \"Apakah aturan dan cara penggunaan obat sudah sesuai?\"\n }\n ],\n \"linkId\": \"2\",\n \"text\": \"Persyaratan Farmasetik\"\n },\n {\n \"item\": [\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"3.1\",\n \"text\": \"Apakah ketepatan indikasi, dosis, dan waktu penggunaan obat sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ],\n \"linkId\": \"3.2\",\n \"text\": \"Apakah terdapat duplikasi pengobatan?\"\n },\n {\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ],\n \"linkId\": \"3.3\",\n \"text\": \"Apakah terdapat alergi dan reaksi obat yang tidak dikehendaki (ROTD)?\"\n },\n {\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ],\n \"linkId\": \"3.4\",\n \"text\": \"Apakah terdapat kontraindikasi pengobatan?\"\n },\n {\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ],\n \"linkId\": \"3.5\",\n \"text\": \"Apakah terdapat dampak interaksi obat?\"\n }\n ],\n \"linkId\": \"3\",\n \"text\": \"Persyaratan Klinis\"\n }\n ],\n \"linkId\": \"1\",\n \"text\": \"Persyaratan Administrasi\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T21:56:25.668520+00:00\",\n \"versionId\": \"MTcxMDc5ODk4NTY2ODUyMDAwMA\"\n },\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0007\",\n \"resourceType\": \"QuestionnaireResponse\",\n \"source\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "QuestionnaireResponse - Pengkajian Resep", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"QuestionnaireResponse\",\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0007\",\n \"status\": \"completed\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"authored\": \"2023-03-02T04:30:00+00:00\",\n \"author\": {\n \"reference\": \"Practitioner/10009880728\",\n \"display\": \"Apoteker A\"\n },\n \"source\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"item\": [\n {\n \"linkId\": \"1\",\n \"text\": \"Persyaratan Administrasi\",\n \"item\": [\n {\n \"linkId\": \"1.1\",\n \"text\": \"Apakah nama, umur, jenis kelamin, berat badan dan tinggi badan pasien sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.2\",\n \"text\": \"Apakah nama, nomor ijin, alamat dan paraf dokter sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.3\",\n \"text\": \"Apakah tanggal resep sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.4\",\n \"text\": \"Apakah ruangan/unit asal resep sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2\",\n \"text\": \"Persyaratan Farmasetik\",\n \"item\": [\n {\n \"linkId\": \"2.1\",\n \"text\": \"Apakah nama obat, bentuk dan kekuatan sediaan sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.2\",\n \"text\": \"Apakah dosis dan jumlah obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.3\",\n \"text\": \"Apakah stabilitas obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.4\",\n \"text\": \"Apakah aturan dan cara penggunaan obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n }\n ]\n },\n {\n \"linkId\": \"3\",\n \"text\": \"Persyaratan Klinis\",\n \"item\": [\n {\n \"linkId\": \"3.1\",\n \"text\": \"Apakah ketepatan indikasi, dosis, dan waktu penggunaan obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"3.2\",\n \"text\": \"Apakah terdapat duplikasi pengobatan?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.3\",\n \"text\": \"Apakah terdapat alergi dan reaksi obat yang tidak dikehendaki (ROTD)?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.4\",\n \"text\": \"Apakah terdapat kontraindikasi pengobatan?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.5\",\n \"text\": \"Apakah terdapat dampak interaksi obat?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n }\n ]\n }\n ]\n}\n]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/QuestionnaireResponse", "host": [ "{{base_url}}" ], "path": [ "QuestionnaireResponse" ] } }, "response": [ { "name": "QuestionnaireResponse - Pengkajian Resep", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"QuestionnaireResponse\",\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0007\",\n \"status\": \"completed\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"authored\": \"2023-03-02T04:30:00+00:00\",\n \"author\": {\n \"reference\": \"Practitioner/10009880728\",\n \"display\": \"Apoteker A\"\n },\n \"source\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"item\": [\n {\n \"linkId\": \"1\",\n \"text\": \"Persyaratan Administrasi\",\n \"item\": [\n {\n \"linkId\": \"1.1\",\n \"text\": \"Apakah nama, umur, jenis kelamin, berat badan dan tinggi badan pasien sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.2\",\n \"text\": \"Apakah nama, nomor ijin, alamat dan paraf dokter sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.3\",\n \"text\": \"Apakah tanggal resep sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.4\",\n \"text\": \"Apakah ruangan/unit asal resep sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2\",\n \"text\": \"Persyaratan Farmasetik\",\n \"item\": [\n {\n \"linkId\": \"2.1\",\n \"text\": \"Apakah nama obat, bentuk dan kekuatan sediaan sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.2\",\n \"text\": \"Apakah dosis dan jumlah obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.3\",\n \"text\": \"Apakah stabilitas obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.4\",\n \"text\": \"Apakah aturan dan cara penggunaan obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n }\n ]\n },\n {\n \"linkId\": \"3\",\n \"text\": \"Persyaratan Klinis\",\n \"item\": [\n {\n \"linkId\": \"3.1\",\n \"text\": \"Apakah ketepatan indikasi, dosis, dan waktu penggunaan obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"3.2\",\n \"text\": \"Apakah terdapat duplikasi pengobatan?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.3\",\n \"text\": \"Apakah terdapat alergi dan reaksi obat yang tidak dikehendaki (ROTD)?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.4\",\n \"text\": \"Apakah terdapat kontraindikasi pengobatan?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.5\",\n \"text\": \"Apakah terdapat dampak interaksi obat?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n }\n ]\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/QuestionnaireResponse", "host": [ "{{base_url}}" ], "path": [ "QuestionnaireResponse" ] } }, "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/QuestionnaireResponse/0c8b3ef2-0af1-4018-aab3-564e76a2b7e8/_history/MTcxMDc5ODk4NTY2ODUyMDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDc5ODk4NTY2ODUyMDAwMA\"" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 21:56:25 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 21:56:25 GMT" }, { "key": "Content-Length", "value": "14958" }, { "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": "b45fcfc5-e72a-4978-9356-7b36be072b0d" }, { "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 \"display\": \"Apoteker A\",\n \"reference\": \"Practitioner/10009880728\"\n },\n \"authored\": \"2023-03-02T04:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"0c8b3ef2-0af1-4018-aab3-564e76a2b7e8\",\n \"identifier\": {\n \"system\": \"http://sys-ids.kemkes.go.id/creator\",\n \"value\": \"10000002\"\n },\n \"item\": [\n {\n \"item\": [\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"1.1\",\n \"text\": \"Apakah nama, umur, jenis kelamin, berat badan dan tinggi badan pasien sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"1.2\",\n \"text\": \"Apakah nama, nomor ijin, alamat dan paraf dokter sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"1.3\",\n \"text\": \"Apakah tanggal resep sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"1.4\",\n \"text\": \"Apakah ruangan/unit asal resep sudah sesuai?\"\n },\n {\n \"item\": [\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"2.1\",\n \"text\": \"Apakah nama obat, bentuk dan kekuatan sediaan sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"2.2\",\n \"text\": \"Apakah dosis dan jumlah obat sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"2.3\",\n \"text\": \"Apakah stabilitas obat sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"2.4\",\n \"text\": \"Apakah aturan dan cara penggunaan obat sudah sesuai?\"\n }\n ],\n \"linkId\": \"2\",\n \"text\": \"Persyaratan Farmasetik\"\n },\n {\n \"item\": [\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"3.1\",\n \"text\": \"Apakah ketepatan indikasi, dosis, dan waktu penggunaan obat sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ],\n \"linkId\": \"3.2\",\n \"text\": \"Apakah terdapat duplikasi pengobatan?\"\n },\n {\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ],\n \"linkId\": \"3.3\",\n \"text\": \"Apakah terdapat alergi dan reaksi obat yang tidak dikehendaki (ROTD)?\"\n },\n {\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ],\n \"linkId\": \"3.4\",\n \"text\": \"Apakah terdapat kontraindikasi pengobatan?\"\n },\n {\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ],\n \"linkId\": \"3.5\",\n \"text\": \"Apakah terdapat dampak interaksi obat?\"\n }\n ],\n \"linkId\": \"3\",\n \"text\": \"Persyaratan Klinis\"\n }\n ],\n \"linkId\": \"1\",\n \"text\": \"Persyaratan Administrasi\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T21:56:25.668520+00:00\",\n \"versionId\": \"MTcxMDc5ODk4NTY2ODUyMDAwMA\"\n },\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0007\",\n \"resourceType\": \"QuestionnaireResponse\",\n \"source\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "QuestionnaireResponse - Pengkajian Resep", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"QuestionnaireResponse\",\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0007\",\n \"status\": \"completed\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"authored\": \"2023-03-02T04:30:00+00:00\",\n \"author\": {\n \"reference\": \"Practitioner/10009880728\",\n \"display\": \"Apoteker A\"\n },\n \"source\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"item\": [\n {\n \"linkId\": \"1\",\n \"text\": \"Persyaratan Administrasi\",\n \"item\": [\n {\n \"linkId\": \"1.1\",\n \"text\": \"Apakah nama, umur, jenis kelamin, berat badan dan tinggi badan pasien sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.2\",\n \"text\": \"Apakah nama, nomor ijin, alamat dan paraf dokter sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.3\",\n \"text\": \"Apakah tanggal resep sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.4\",\n \"text\": \"Apakah ruangan/unit asal resep sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2\",\n \"text\": \"Persyaratan Farmasetik\",\n \"item\": [\n {\n \"linkId\": \"2.1\",\n \"text\": \"Apakah nama obat, bentuk dan kekuatan sediaan sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.2\",\n \"text\": \"Apakah dosis dan jumlah obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.3\",\n \"text\": \"Apakah stabilitas obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.4\",\n \"text\": \"Apakah aturan dan cara penggunaan obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n }\n ]\n },\n {\n \"linkId\": \"3\",\n \"text\": \"Persyaratan Klinis\",\n \"item\": [\n {\n \"linkId\": \"3.1\",\n \"text\": \"Apakah ketepatan indikasi, dosis, dan waktu penggunaan obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"3.2\",\n \"text\": \"Apakah terdapat duplikasi pengobatan?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.3\",\n \"text\": \"Apakah terdapat alergi dan reaksi obat yang tidak dikehendaki (ROTD)?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.4\",\n \"text\": \"Apakah terdapat kontraindikasi pengobatan?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.5\",\n \"text\": \"Apakah terdapat dampak interaksi obat?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n }\n ]\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/QuestionnaireResponse", "host": [ "{{base_url}}" ], "path": [ "QuestionnaireResponse" ] } }, "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/QuestionnaireResponse/0c8b3ef2-0af1-4018-aab3-564e76a2b7e8/_history/MTcxMDc5ODk4NTY2ODUyMDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDc5ODk4NTY2ODUyMDAwMA\"" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 21:56:25 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 21:56:25 GMT" }, { "key": "Content-Length", "value": "14958" }, { "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": "b45fcfc5-e72a-4978-9356-7b36be072b0d" }, { "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 \"display\": \"Apoteker A\",\n \"reference\": \"Practitioner/10009880728\"\n },\n \"authored\": \"2023-03-02T04:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"0c8b3ef2-0af1-4018-aab3-564e76a2b7e8\",\n \"identifier\": {\n \"system\": \"http://sys-ids.kemkes.go.id/creator\",\n \"value\": \"10000002\"\n },\n \"item\": [\n {\n \"item\": [\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"1.1\",\n \"text\": \"Apakah nama, umur, jenis kelamin, berat badan dan tinggi badan pasien sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"1.2\",\n \"text\": \"Apakah nama, nomor ijin, alamat dan paraf dokter sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"1.3\",\n \"text\": \"Apakah tanggal resep sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"1.4\",\n \"text\": \"Apakah ruangan/unit asal resep sudah sesuai?\"\n },\n {\n \"item\": [\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"2.1\",\n \"text\": \"Apakah nama obat, bentuk dan kekuatan sediaan sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"2.2\",\n \"text\": \"Apakah dosis dan jumlah obat sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"2.3\",\n \"text\": \"Apakah stabilitas obat sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"2.4\",\n \"text\": \"Apakah aturan dan cara penggunaan obat sudah sesuai?\"\n }\n ],\n \"linkId\": \"2\",\n \"text\": \"Persyaratan Farmasetik\"\n },\n {\n \"item\": [\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n }\n ],\n \"linkId\": \"3.1\",\n \"text\": \"Apakah ketepatan indikasi, dosis, dan waktu penggunaan obat sudah sesuai?\"\n },\n {\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ],\n \"linkId\": \"3.2\",\n \"text\": \"Apakah terdapat duplikasi pengobatan?\"\n },\n {\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ],\n \"linkId\": \"3.3\",\n \"text\": \"Apakah terdapat alergi dan reaksi obat yang tidak dikehendaki (ROTD)?\"\n },\n {\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ],\n \"linkId\": \"3.4\",\n \"text\": \"Apakah terdapat kontraindikasi pengobatan?\"\n },\n {\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ],\n \"linkId\": \"3.5\",\n \"text\": \"Apakah terdapat dampak interaksi obat?\"\n }\n ],\n \"linkId\": \"3\",\n \"text\": \"Persyaratan Klinis\"\n }\n ],\n \"linkId\": \"1\",\n \"text\": \"Persyaratan Administrasi\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T21:56:25.668520+00:00\",\n \"versionId\": \"MTcxMDc5ODk4NTY2ODUyMDAwMA\"\n },\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0007\",\n \"resourceType\": \"QuestionnaireResponse\",\n \"source\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] } ] }, { "name": "Pengeluaran Obat", "item": [ { "name": "Medication - Clopidogrel (Dispense)", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('Medication_ForDispense2', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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\": \"93000624\",\n \"display\": \"Clopidogrel Bisulfate 75 mg Tablet Salut Selaput (PLADOGREL)\"\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\": \"91000403\",\n \"display\": \"CLOPIDOGREL\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 75,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\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 - Clopidogrel (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\": \"93000624\",\n \"display\": \"Clopidogrel Bisulfate 75 mg Tablet Salut Selaput (PLADOGREL)\"\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\": \"91000403\",\n \"display\": \"CLOPIDOGREL\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 75,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\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" ] } }, "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/Medication/37edb1d7-aafe-4443-b1a4-af1d24bf9100/_history/MTcxMDc5OTExMjQwODc3ODAwMA" }, { "key": "etag", "value": "W/\"MTcxMDc5OTExMjQwODc3ODAwMA\"" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 21:58:32 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 21:58:32 GMT" }, { "key": "Content-Length", "value": "6750" }, { "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": "7d72ea22-b4dd-46ca-824a-1a46c4fbd9c0" }, { "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-22T14:27:00+00:00\",\n \"lotNumber\": \"1625042A\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93000624\",\n \"display\": \"Clopidogrel Bisulfate 75 mg Tablet Salut Selaput (PLADOGREL)\",\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\": \"37edb1d7-aafe-4443-b1a4-af1d24bf9100\",\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\": \"91000403\",\n \"display\": \"CLOPIDOGREL\",\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 \"unit\": \"Tablet\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 75\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T21:58:32.408778+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxMDc5OTExMjQwODc3ODAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" }, { "name": "Medication - Clopidogrel (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\": \"93000624\",\n \"display\": \"Clopidogrel Bisulfate 75 mg Tablet Salut Selaput (PLADOGREL)\"\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\": \"91000403\",\n \"display\": \"CLOPIDOGREL\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 75,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\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" ] } }, "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/Medication/37edb1d7-aafe-4443-b1a4-af1d24bf9100/_history/MTcxMDc5OTExMjQwODc3ODAwMA" }, { "key": "etag", "value": "W/\"MTcxMDc5OTExMjQwODc3ODAwMA\"" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 21:58:32 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 21:58:32 GMT" }, { "key": "Content-Length", "value": "6750" }, { "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": "7d72ea22-b4dd-46ca-824a-1a46c4fbd9c0" }, { "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-22T14:27:00+00:00\",\n \"lotNumber\": \"1625042A\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93000624\",\n \"display\": \"Clopidogrel Bisulfate 75 mg Tablet Salut Selaput (PLADOGREL)\",\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\": \"37edb1d7-aafe-4443-b1a4-af1d24bf9100\",\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\": \"91000403\",\n \"display\": \"CLOPIDOGREL\",\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 \"unit\": \"Tablet\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 75\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T21:58:32.408778+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxMDc5OTExMjQwODc3ODAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" } ] }, { "name": "MedicationDispense - Clopidogrel", "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/{{Medication_ForDispense2}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000003\",\n \"display\": \"John Miller\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_bedRanap}}\",\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/{{MedicationRequest_Clopidogrel}}\"\n }\n ],\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2023-03-02T04:30:00+00:00\",\n \"whenHandedOver\": \"2023-03-02T04:40:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 tablet 1 hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet 1 hari\"\n }\n ],\n \"patientInstruction\": \"1 tablet 1 hari\",\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\": \"Tablet\",\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 - Clopidogrel", "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/{{Medication_ForDispense2}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000003\",\n \"display\": \"John Miller\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_bedRanap}}\",\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/{{MedicationRequest_Clopidogrel}}\"\n }\n ],\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2023-03-02T04:30:00+00:00\",\n \"whenHandedOver\": \"2023-03-02T04:40:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 tablet 1 hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet 1 hari\"\n }\n ],\n \"patientInstruction\": \"1 tablet 1 hari\",\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\": \"Tablet\",\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": "etag", "value": "W/\"MTcxMDc5OTM3NzM4MjIxMTAwMA\"" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 22:02:57 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/5eef3d49-0eb6-499f-9cff-229b6d05c315/_history/MTcxMDc5OTM3NzM4MjIxMTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 22:02:57 GMT" }, { "key": "Content-Length", "value": "9564" }, { "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": "4d9274b8-002e-408f-a5d6-b5532105c794" }, { "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/b5292671-89f6-477b-924c-322976f328f4\"\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/a6134895-372d-43db-a5b5-4989aef4068b\"\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 tablet 1 hari\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"Tablet\",\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 tablet 1 hari\",\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 tablet 1 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"5eef3d49-0eb6-499f-9cff-229b6d05c315\",\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\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"reference\": \"Location/ad730bf5-784f-48b9-a609-7d9c9bc29a40\"\n },\n \"medicationReference\": {\n \"reference\": \"Medication/37edb1d7-aafe-4443-b1a4-af1d24bf9100\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T22:02:57.382211+00:00\",\n \"versionId\": \"MTcxMDc5OTM3NzM4MjIxMTAwMA\"\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 \"unit\": \"Tablet\",\n \"value\": 1\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-03-02T04:40:00+00:00\",\n \"whenPrepared\": \"2023-03-02T04:30:00+00:00\"\n}" }, { "name": "MedicationDispense - Clopidogrel", "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/{{Medication_ForDispense2}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000003\",\n \"display\": \"John Miller\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_bedRanap}}\",\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/{{MedicationRequest_Clopidogrel}}\"\n }\n ],\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2023-03-02T04:30:00+00:00\",\n \"whenHandedOver\": \"2023-03-02T04:40:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 tablet 1 hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet 1 hari\"\n }\n ],\n \"patientInstruction\": \"1 tablet 1 hari\",\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\": \"Tablet\",\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": "etag", "value": "W/\"MTcxMDc5OTM3NzM4MjIxMTAwMA\"" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 22:02:57 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/5eef3d49-0eb6-499f-9cff-229b6d05c315/_history/MTcxMDc5OTM3NzM4MjIxMTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 22:02:57 GMT" }, { "key": "Content-Length", "value": "9564" }, { "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": "4d9274b8-002e-408f-a5d6-b5532105c794" }, { "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/b5292671-89f6-477b-924c-322976f328f4\"\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/a6134895-372d-43db-a5b5-4989aef4068b\"\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 tablet 1 hari\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"Tablet\",\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 tablet 1 hari\",\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 tablet 1 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"5eef3d49-0eb6-499f-9cff-229b6d05c315\",\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\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"reference\": \"Location/ad730bf5-784f-48b9-a609-7d9c9bc29a40\"\n },\n \"medicationReference\": {\n \"reference\": \"Medication/37edb1d7-aafe-4443-b1a4-af1d24bf9100\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T22:02:57.382211+00:00\",\n \"versionId\": \"MTcxMDc5OTM3NzM4MjIxMTAwMA\"\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 \"unit\": \"Tablet\",\n \"value\": 1\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-03-02T04:40:00+00:00\",\n \"whenPrepared\": \"2023-03-02T04:30:00+00:00\"\n}" } ] }, { "name": "Medication - Clopidogrel (Dispense)", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('Medication_ForDispense2', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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\": \"93000624\",\n \"display\": \"Clopidogrel Bisulfate 75 mg Tablet Salut Selaput (PLADOGREL)\"\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\": \"91000403\",\n \"display\": \"CLOPIDOGREL\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 75,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\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 - Clopidogrel (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\": \"93000624\",\n \"display\": \"Clopidogrel Bisulfate 75 mg Tablet Salut Selaput (PLADOGREL)\"\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\": \"91000403\",\n \"display\": \"CLOPIDOGREL\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 75,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\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" ] } }, "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/Medication/37edb1d7-aafe-4443-b1a4-af1d24bf9100/_history/MTcxMDc5OTExMjQwODc3ODAwMA" }, { "key": "etag", "value": "W/\"MTcxMDc5OTExMjQwODc3ODAwMA\"" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 21:58:32 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 21:58:32 GMT" }, { "key": "Content-Length", "value": "6750" }, { "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": "7d72ea22-b4dd-46ca-824a-1a46c4fbd9c0" }, { "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-22T14:27:00+00:00\",\n \"lotNumber\": \"1625042A\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93000624\",\n \"display\": \"Clopidogrel Bisulfate 75 mg Tablet Salut Selaput (PLADOGREL)\",\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\": \"37edb1d7-aafe-4443-b1a4-af1d24bf9100\",\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\": \"91000403\",\n \"display\": \"CLOPIDOGREL\",\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 \"unit\": \"Tablet\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 75\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T21:58:32.408778+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxMDc5OTExMjQwODc3ODAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" }, { "name": "Medication - Clopidogrel (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\": \"93000624\",\n \"display\": \"Clopidogrel Bisulfate 75 mg Tablet Salut Selaput (PLADOGREL)\"\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\": \"91000403\",\n \"display\": \"CLOPIDOGREL\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 75,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\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" ] } }, "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/Medication/37edb1d7-aafe-4443-b1a4-af1d24bf9100/_history/MTcxMDc5OTExMjQwODc3ODAwMA" }, { "key": "etag", "value": "W/\"MTcxMDc5OTExMjQwODc3ODAwMA\"" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 21:58:32 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 21:58:32 GMT" }, { "key": "Content-Length", "value": "6750" }, { "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": "7d72ea22-b4dd-46ca-824a-1a46c4fbd9c0" }, { "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-22T14:27:00+00:00\",\n \"lotNumber\": \"1625042A\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93000624\",\n \"display\": \"Clopidogrel Bisulfate 75 mg Tablet Salut Selaput (PLADOGREL)\",\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\": \"37edb1d7-aafe-4443-b1a4-af1d24bf9100\",\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\": \"91000403\",\n \"display\": \"CLOPIDOGREL\",\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 \"unit\": \"Tablet\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 75\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T21:58:32.408778+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxMDc5OTExMjQwODc3ODAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" } ] }, { "name": "MedicationDispense - Clopidogrel", "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/{{Medication_ForDispense2}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000003\",\n \"display\": \"John Miller\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_bedRanap}}\",\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/{{MedicationRequest_Clopidogrel}}\"\n }\n ],\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2023-03-02T04:30:00+00:00\",\n \"whenHandedOver\": \"2023-03-02T04:40:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 tablet 1 hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet 1 hari\"\n }\n ],\n \"patientInstruction\": \"1 tablet 1 hari\",\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\": \"Tablet\",\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 - Clopidogrel", "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/{{Medication_ForDispense2}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000003\",\n \"display\": \"John Miller\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_bedRanap}}\",\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/{{MedicationRequest_Clopidogrel}}\"\n }\n ],\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2023-03-02T04:30:00+00:00\",\n \"whenHandedOver\": \"2023-03-02T04:40:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 tablet 1 hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet 1 hari\"\n }\n ],\n \"patientInstruction\": \"1 tablet 1 hari\",\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\": \"Tablet\",\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": "etag", "value": "W/\"MTcxMDc5OTM3NzM4MjIxMTAwMA\"" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 22:02:57 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/5eef3d49-0eb6-499f-9cff-229b6d05c315/_history/MTcxMDc5OTM3NzM4MjIxMTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 22:02:57 GMT" }, { "key": "Content-Length", "value": "9564" }, { "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": "4d9274b8-002e-408f-a5d6-b5532105c794" }, { "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/b5292671-89f6-477b-924c-322976f328f4\"\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/a6134895-372d-43db-a5b5-4989aef4068b\"\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 tablet 1 hari\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"Tablet\",\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 tablet 1 hari\",\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 tablet 1 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"5eef3d49-0eb6-499f-9cff-229b6d05c315\",\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\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"reference\": \"Location/ad730bf5-784f-48b9-a609-7d9c9bc29a40\"\n },\n \"medicationReference\": {\n \"reference\": \"Medication/37edb1d7-aafe-4443-b1a4-af1d24bf9100\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T22:02:57.382211+00:00\",\n \"versionId\": \"MTcxMDc5OTM3NzM4MjIxMTAwMA\"\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 \"unit\": \"Tablet\",\n \"value\": 1\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-03-02T04:40:00+00:00\",\n \"whenPrepared\": \"2023-03-02T04:30:00+00:00\"\n}" }, { "name": "MedicationDispense - Clopidogrel", "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/{{Medication_ForDispense2}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000003\",\n \"display\": \"John Miller\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_bedRanap}}\",\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/{{MedicationRequest_Clopidogrel}}\"\n }\n ],\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2023-03-02T04:30:00+00:00\",\n \"whenHandedOver\": \"2023-03-02T04:40:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 tablet 1 hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet 1 hari\"\n }\n ],\n \"patientInstruction\": \"1 tablet 1 hari\",\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\": \"Tablet\",\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": "etag", "value": "W/\"MTcxMDc5OTM3NzM4MjIxMTAwMA\"" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 22:02:57 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/5eef3d49-0eb6-499f-9cff-229b6d05c315/_history/MTcxMDc5OTM3NzM4MjIxMTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 22:02:57 GMT" }, { "key": "Content-Length", "value": "9564" }, { "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": "4d9274b8-002e-408f-a5d6-b5532105c794" }, { "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/b5292671-89f6-477b-924c-322976f328f4\"\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/a6134895-372d-43db-a5b5-4989aef4068b\"\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 tablet 1 hari\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"Tablet\",\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 tablet 1 hari\",\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 tablet 1 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"5eef3d49-0eb6-499f-9cff-229b6d05c315\",\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\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"reference\": \"Location/ad730bf5-784f-48b9-a609-7d9c9bc29a40\"\n },\n \"medicationReference\": {\n \"reference\": \"Medication/37edb1d7-aafe-4443-b1a4-af1d24bf9100\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T22:02:57.382211+00:00\",\n \"versionId\": \"MTcxMDc5OTM3NzM4MjIxMTAwMA\"\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 \"unit\": \"Tablet\",\n \"value\": 1\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-03-02T04:40:00+00:00\",\n \"whenPrepared\": \"2023-03-02T04:30:00+00:00\"\n}" } ] } ] } ] }, { "name": "09. Data Kepulangan Pasien Stroke", "item": [ { "name": "Observation - Total Skor NIHSS Pulang Pasien", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Total Skor NIHSS Pulang Pasien", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/f66cb2a7-3400-4620-876a-64f2d430325e/_history/MTcxMDg1OTY5ODU3NDUyNDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDg1OTY5ODU3NDUyNDAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 14:48:18 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 14:48:18 GMT" }, { "key": "Content-Length", "value": "4820" }, { "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": "18c6476e-ad2a-4c4b-a536-18cacde03206" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"f66cb2a7-3400-4620-876a-64f2d430325e\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T14:48:18.574524+00:00\",\n \"versionId\": \"MTcxMDg1OTY5ODU3NDUyNDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 14\n }\n}" }, { "name": "Observation - Total Skor NIHSS Pulang Pasien", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/f66cb2a7-3400-4620-876a-64f2d430325e/_history/MTcxMDg1OTY5ODU3NDUyNDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDg1OTY5ODU3NDUyNDAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 14:48:18 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 14:48:18 GMT" }, { "key": "Content-Length", "value": "4820" }, { "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": "18c6476e-ad2a-4c4b-a536-18cacde03206" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"f66cb2a7-3400-4620-876a-64f2d430325e\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T14:48:18.574524+00:00\",\n \"versionId\": \"MTcxMDg1OTY5ODU3NDUyNDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 14\n }\n}" } ] }, { "name": "Observation - mRS Pulang Pasien", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6112-2\",\n \"display\": \"1\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - mRS Pulang Pasien", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6112-2\",\n \"display\": \"1\"\n }\n ]\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": "Mon, 18 Mar 2024 22:06:33 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/03b56eca-535e-484a-b355-9f78ed7f1f3a/_history/MTcxMDc5OTU5Mzc5MjI4NDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDc5OTU5Mzc5MjI4NDAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 22:06:33 GMT" }, { "key": "Content-Length", "value": "4016" }, { "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": "71113812-044f-475f-a8ea-a181f1b4f120" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"03b56eca-535e-484a-b355-9f78ed7f1f3a\",\n \"identifier\": [],\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T22:06:33.792284+00:00\",\n \"versionId\": \"MTcxMDc5OTU5Mzc5MjI4NDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6112-2\",\n \"display\": \"1\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" }, { "name": "Observation - mRS Pulang Pasien", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6112-2\",\n \"display\": \"1\"\n }\n ]\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": "Mon, 18 Mar 2024 22:06:33 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/03b56eca-535e-484a-b355-9f78ed7f1f3a/_history/MTcxMDc5OTU5Mzc5MjI4NDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDc5OTU5Mzc5MjI4NDAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 22:06:33 GMT" }, { "key": "Content-Length", "value": "4016" }, { "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": "71113812-044f-475f-a8ea-a181f1b4f120" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"03b56eca-535e-484a-b355-9f78ed7f1f3a\",\n \"identifier\": [],\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T22:06:33.792284+00:00\",\n \"versionId\": \"MTcxMDc5OTU5Mzc5MjI4NDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6112-2\",\n \"display\": \"1\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" } ] }, { "name": "Observation - mRS Pulang Pasien", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6112-2\",\n \"display\": \"1\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - mRS Pulang Pasien", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6112-2\",\n \"display\": \"1\"\n }\n ]\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": "Mon, 18 Mar 2024 22:06:33 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/03b56eca-535e-484a-b355-9f78ed7f1f3a/_history/MTcxMDc5OTU5Mzc5MjI4NDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDc5OTU5Mzc5MjI4NDAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 22:06:33 GMT" }, { "key": "Content-Length", "value": "4016" }, { "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": "71113812-044f-475f-a8ea-a181f1b4f120" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"03b56eca-535e-484a-b355-9f78ed7f1f3a\",\n \"identifier\": [],\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T22:06:33.792284+00:00\",\n \"versionId\": \"MTcxMDc5OTU5Mzc5MjI4NDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6112-2\",\n \"display\": \"1\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" }, { "name": "Observation - mRS Pulang Pasien", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6112-2\",\n \"display\": \"1\"\n }\n ]\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": "Mon, 18 Mar 2024 22:06:33 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/03b56eca-535e-484a-b355-9f78ed7f1f3a/_history/MTcxMDc5OTU5Mzc5MjI4NDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDc5OTU5Mzc5MjI4NDAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 22:06:33 GMT" }, { "key": "Content-Length", "value": "4016" }, { "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": "71113812-044f-475f-a8ea-a181f1b4f120" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"03b56eca-535e-484a-b355-9f78ed7f1f3a\",\n \"identifier\": [],\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T22:06:33.792284+00:00\",\n \"versionId\": \"MTcxMDc5OTU5Mzc5MjI4NDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6112-2\",\n \"display\": \"1\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" } ] }, { "name": "Observation - Total Skor NIHSS Pulang Pasien", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Total Skor NIHSS Pulang Pasien", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/f66cb2a7-3400-4620-876a-64f2d430325e/_history/MTcxMDg1OTY5ODU3NDUyNDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDg1OTY5ODU3NDUyNDAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 14:48:18 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 14:48:18 GMT" }, { "key": "Content-Length", "value": "4820" }, { "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": "18c6476e-ad2a-4c4b-a536-18cacde03206" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"f66cb2a7-3400-4620-876a-64f2d430325e\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T14:48:18.574524+00:00\",\n \"versionId\": \"MTcxMDg1OTY5ODU3NDUyNDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 14\n }\n}" }, { "name": "Observation - Total Skor NIHSS Pulang Pasien", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/f66cb2a7-3400-4620-876a-64f2d430325e/_history/MTcxMDg1OTY5ODU3NDUyNDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDg1OTY5ODU3NDUyNDAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 14:48:18 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 14:48:18 GMT" }, { "key": "Content-Length", "value": "4820" }, { "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": "18c6476e-ad2a-4c4b-a536-18cacde03206" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"f66cb2a7-3400-4620-876a-64f2d430325e\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T14:48:18.574524+00:00\",\n \"versionId\": \"MTcxMDg1OTY5ODU3NDUyNDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 14\n }\n}" } ] } ] }, { "name": "10. 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 mengalami serangan stroke iskemik\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"date\": \"2023-03-05T05:00:00+00:00\",\n \"assessor\": {\n \"reference\": \"Practitioner/N10000005\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/{{Diagnosis_Utama2}}\"\n }\n }\n ],\n \"prognosisCodeableConcept\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"65872000\",\n \"display\": \"Fair prognosis\"\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 mengalami serangan stroke iskemik\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"date\": \"2023-03-05T05:00:00+00:00\",\n \"assessor\": {\n \"reference\": \"Practitioner/N10000005\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/{{Diagnosis_Utama2}}\"\n }\n }\n ],\n \"prognosisCodeableConcept\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"65872000\",\n \"display\": \"Fair prognosis\"\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": "Mon, 18 Mar 2024 22:17:36 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgwMDI1NjUyMDA5ODAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/ClinicalImpression/c6a02056-9367-4791-ac50-673a96e6b10d/_history/MTcxMDgwMDI1NjUyMDA5ODAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 22:17:36 GMT" }, { "key": "Content-Length", "value": "5136" }, { "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": "fab8e94f-d0e8-4d9f-aed6-e3293e5d9677" }, { "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/N10000005\"\n },\n \"date\": \"2023-03-05T05:00:00+00:00\",\n \"description\": \"Pasien mengalami serangan stroke iskemik\",\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/caa9f18b-e14d-4a64-997b-ef87e3d4c8de\"\n }\n }\n ],\n \"id\": \"c6a02056-9367-4791-ac50-673a96e6b10d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/clinicalimpression/10000002\",\n \"use\": \"official\",\n \"value\": \"Prognosis_00001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T22:17:36.520098+00:00\",\n \"versionId\": \"MTcxMDgwMDI1NjUyMDA5ODAwMA\"\n },\n \"prognosisCodeableConcept\": [\n {\n \"coding\": [\n {\n \"code\": \"65872000\",\n \"display\": \"Fair prognosis\",\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}" }, { "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 mengalami serangan stroke iskemik\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"date\": \"2023-03-05T05:00:00+00:00\",\n \"assessor\": {\n \"reference\": \"Practitioner/N10000005\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/{{Diagnosis_Utama2}}\"\n }\n }\n ],\n \"prognosisCodeableConcept\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"65872000\",\n \"display\": \"Fair prognosis\"\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": "Mon, 18 Mar 2024 22:17:36 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgwMDI1NjUyMDA5ODAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/ClinicalImpression/c6a02056-9367-4791-ac50-673a96e6b10d/_history/MTcxMDgwMDI1NjUyMDA5ODAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 22:17:36 GMT" }, { "key": "Content-Length", "value": "5136" }, { "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": "fab8e94f-d0e8-4d9f-aed6-e3293e5d9677" }, { "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/N10000005\"\n },\n \"date\": \"2023-03-05T05:00:00+00:00\",\n \"description\": \"Pasien mengalami serangan stroke iskemik\",\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/caa9f18b-e14d-4a64-997b-ef87e3d4c8de\"\n }\n }\n ],\n \"id\": \"c6a02056-9367-4791-ac50-673a96e6b10d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/clinicalimpression/10000002\",\n \"use\": \"official\",\n \"value\": \"Prognosis_00001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T22:17:36.520098+00:00\",\n \"versionId\": \"MTcxMDgwMDI1NjUyMDA5ODAwMA\"\n },\n \"prognosisCodeableConcept\": [\n {\n \"coding\": [\n {\n \"code\": \"65872000\",\n \"display\": \"Fair prognosis\",\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}" } ] }, { "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 mengalami serangan stroke iskemik\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"date\": \"2023-03-05T05:00:00+00:00\",\n \"assessor\": {\n \"reference\": \"Practitioner/N10000005\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/{{Diagnosis_Utama2}}\"\n }\n }\n ],\n \"prognosisCodeableConcept\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"65872000\",\n \"display\": \"Fair prognosis\"\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 mengalami serangan stroke iskemik\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"date\": \"2023-03-05T05:00:00+00:00\",\n \"assessor\": {\n \"reference\": \"Practitioner/N10000005\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/{{Diagnosis_Utama2}}\"\n }\n }\n ],\n \"prognosisCodeableConcept\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"65872000\",\n \"display\": \"Fair prognosis\"\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": "Mon, 18 Mar 2024 22:17:36 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgwMDI1NjUyMDA5ODAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/ClinicalImpression/c6a02056-9367-4791-ac50-673a96e6b10d/_history/MTcxMDgwMDI1NjUyMDA5ODAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 22:17:36 GMT" }, { "key": "Content-Length", "value": "5136" }, { "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": "fab8e94f-d0e8-4d9f-aed6-e3293e5d9677" }, { "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/N10000005\"\n },\n \"date\": \"2023-03-05T05:00:00+00:00\",\n \"description\": \"Pasien mengalami serangan stroke iskemik\",\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/caa9f18b-e14d-4a64-997b-ef87e3d4c8de\"\n }\n }\n ],\n \"id\": \"c6a02056-9367-4791-ac50-673a96e6b10d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/clinicalimpression/10000002\",\n \"use\": \"official\",\n \"value\": \"Prognosis_00001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T22:17:36.520098+00:00\",\n \"versionId\": \"MTcxMDgwMDI1NjUyMDA5ODAwMA\"\n },\n \"prognosisCodeableConcept\": [\n {\n \"coding\": [\n {\n \"code\": \"65872000\",\n \"display\": \"Fair prognosis\",\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}" }, { "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 mengalami serangan stroke iskemik\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"date\": \"2023-03-05T05:00:00+00:00\",\n \"assessor\": {\n \"reference\": \"Practitioner/N10000005\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/{{Diagnosis_Utama2}}\"\n }\n }\n ],\n \"prognosisCodeableConcept\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"65872000\",\n \"display\": \"Fair prognosis\"\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": "Mon, 18 Mar 2024 22:17:36 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgwMDI1NjUyMDA5ODAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/ClinicalImpression/c6a02056-9367-4791-ac50-673a96e6b10d/_history/MTcxMDgwMDI1NjUyMDA5ODAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 22:17:36 GMT" }, { "key": "Content-Length", "value": "5136" }, { "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": "fab8e94f-d0e8-4d9f-aed6-e3293e5d9677" }, { "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/N10000005\"\n },\n \"date\": \"2023-03-05T05:00:00+00:00\",\n \"description\": \"Pasien mengalami serangan stroke iskemik\",\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/caa9f18b-e14d-4a64-997b-ef87e3d4c8de\"\n }\n }\n ],\n \"id\": \"c6a02056-9367-4791-ac50-673a96e6b10d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/clinicalimpression/10000002\",\n \"use\": \"official\",\n \"value\": \"Prognosis_00001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T22:17:36.520098+00:00\",\n \"versionId\": \"MTcxMDgwMDI1NjUyMDA5ODAwMA\"\n },\n \"prognosisCodeableConcept\": [\n {\n \"coding\": [\n {\n \"code\": \"65872000\",\n \"display\": \"Fair prognosis\",\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}" } ] } ] }, { "name": "11. Rencana Tindak Lanjut", "item": [ { "name": "ServiceRequest - Kontrol Kembali", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('ServiceRequest_Kontrol', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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 untuk melakukan Rehabilitasi Fisioterapi di Tanggal 10 Maret 2023\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\r\n },\r\n \"occurrenceDateTime\": \"2023-03-10T03:00:00+00:00\",\r\n \"authoredOn\": \"2023-03-05T05:30:00+00:00\",\r\n \"requester\": {\r\n \"reference\": \"Practitioner/N10000005\",\r\n \"display\": \"Fatma\"\r\n },\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\r\n \"display\": \"Dokter Bronsig\"\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 untuk melakukan Rehabilitasi Fisioterapi di Tanggal 10 Maret 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": "{\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\": \"306098008\",\n \"display\": \"Self-referral\"\n }\n ]\n },\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"11429006\",\n \"display\": \"Consultation\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"185389009\",\n \"display\": \"Follow-up visit\"\n }\n ],\n \"text\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 10 Maret 2023\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"occurrenceDateTime\": \"2023-03-10T03:00:00+00:00\",\n \"authoredOn\": \"2023-03-05T05:30:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\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 \"text\": \"Kontrol kembali minggu depan 13 November 2023\"\n }\n ],\n \"locationCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\",\n \"code\": \"OF\",\n \"display\": \"Outpatient Facility\"\n }\n ]\n }\n ],\n \"patientInstruction\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 10 Maret 2023. Dalam keadaan darurat dapat menghubungi hotline RS di nomor 14045\"\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/78f8ec52-bae1-4a4b-923e-7061e59cc42d/_history/MTcxMDgwMTYxOTMxNDQ2NzAwMA" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 22:40:19 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgwMTYxOTMxNDQ2NzAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 22:40:19 GMT" }, { "key": "Content-Length", "value": "7596" }, { "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": "db84675c-c3ee-40cd-ab2c-0243ac2b0216" }, { "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-03-05T05: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 untuk melakukan Rehabilitasi Fisioterapi di Tanggal 10 Maret 2023\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"78f8ec52-bae1-4a4b-923e-7061e59cc42d\",\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\": \"2024-03-18T22:40:19.314467+00:00\",\n \"versionId\": \"MTcxMDgwMTYxOTMxNDQ2NzAwMA\"\n },\n \"occurrenceDateTime\": \"2023-03-10T03:00:00+00:00\",\n \"patientInstruction\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 10 Maret 2023. Dalam keadaan darurat dapat menghubungi hotline RS di nomor 14045\",\n \"performer\": [\n {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\n },\n \"resourceType\": \"ServiceRequest\",\n \"status\": \"active\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "ServiceRequest - Kontrol Kembali", "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\": \"306098008\",\n \"display\": \"Self-referral\"\n }\n ]\n },\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"11429006\",\n \"display\": \"Consultation\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"185389009\",\n \"display\": \"Follow-up visit\"\n }\n ],\n \"text\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 10 Maret 2023\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"occurrenceDateTime\": \"2023-03-10T03:00:00+00:00\",\n \"authoredOn\": \"2023-03-05T05:30:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\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 \"text\": \"Kontrol kembali minggu depan 13 November 2023\"\n }\n ],\n \"locationCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\",\n \"code\": \"OF\",\n \"display\": \"Outpatient Facility\"\n }\n ]\n }\n ],\n \"patientInstruction\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 10 Maret 2023. Dalam keadaan darurat dapat menghubungi hotline RS di nomor 14045\"\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/78f8ec52-bae1-4a4b-923e-7061e59cc42d/_history/MTcxMDgwMTYxOTMxNDQ2NzAwMA" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 22:40:19 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgwMTYxOTMxNDQ2NzAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 22:40:19 GMT" }, { "key": "Content-Length", "value": "7596" }, { "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": "db84675c-c3ee-40cd-ab2c-0243ac2b0216" }, { "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-03-05T05: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 untuk melakukan Rehabilitasi Fisioterapi di Tanggal 10 Maret 2023\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"78f8ec52-bae1-4a4b-923e-7061e59cc42d\",\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\": \"2024-03-18T22:40:19.314467+00:00\",\n \"versionId\": \"MTcxMDgwMTYxOTMxNDQ2NzAwMA\"\n },\n \"occurrenceDateTime\": \"2023-03-10T03:00:00+00:00\",\n \"patientInstruction\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 10 Maret 2023. Dalam keadaan darurat dapat menghubungi hotline RS di nomor 14045\",\n \"performer\": [\n {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\n },\n \"resourceType\": \"ServiceRequest\",\n \"status\": \"active\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "ServiceRequest - Kontrol Kembali", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('ServiceRequest_Kontrol', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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 untuk melakukan Rehabilitasi Fisioterapi di Tanggal 10 Maret 2023\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\r\n },\r\n \"occurrenceDateTime\": \"2023-03-10T03:00:00+00:00\",\r\n \"authoredOn\": \"2023-03-05T05:30:00+00:00\",\r\n \"requester\": {\r\n \"reference\": \"Practitioner/N10000005\",\r\n \"display\": \"Fatma\"\r\n },\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\r\n \"display\": \"Dokter Bronsig\"\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 untuk melakukan Rehabilitasi Fisioterapi di Tanggal 10 Maret 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": "{\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\": \"306098008\",\n \"display\": \"Self-referral\"\n }\n ]\n },\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"11429006\",\n \"display\": \"Consultation\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"185389009\",\n \"display\": \"Follow-up visit\"\n }\n ],\n \"text\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 10 Maret 2023\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"occurrenceDateTime\": \"2023-03-10T03:00:00+00:00\",\n \"authoredOn\": \"2023-03-05T05:30:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\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 \"text\": \"Kontrol kembali minggu depan 13 November 2023\"\n }\n ],\n \"locationCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\",\n \"code\": \"OF\",\n \"display\": \"Outpatient Facility\"\n }\n ]\n }\n ],\n \"patientInstruction\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 10 Maret 2023. Dalam keadaan darurat dapat menghubungi hotline RS di nomor 14045\"\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/78f8ec52-bae1-4a4b-923e-7061e59cc42d/_history/MTcxMDgwMTYxOTMxNDQ2NzAwMA" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 22:40:19 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgwMTYxOTMxNDQ2NzAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 22:40:19 GMT" }, { "key": "Content-Length", "value": "7596" }, { "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": "db84675c-c3ee-40cd-ab2c-0243ac2b0216" }, { "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-03-05T05: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 untuk melakukan Rehabilitasi Fisioterapi di Tanggal 10 Maret 2023\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"78f8ec52-bae1-4a4b-923e-7061e59cc42d\",\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\": \"2024-03-18T22:40:19.314467+00:00\",\n \"versionId\": \"MTcxMDgwMTYxOTMxNDQ2NzAwMA\"\n },\n \"occurrenceDateTime\": \"2023-03-10T03:00:00+00:00\",\n \"patientInstruction\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 10 Maret 2023. Dalam keadaan darurat dapat menghubungi hotline RS di nomor 14045\",\n \"performer\": [\n {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\n },\n \"resourceType\": \"ServiceRequest\",\n \"status\": \"active\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "ServiceRequest - Kontrol Kembali", "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\": \"306098008\",\n \"display\": \"Self-referral\"\n }\n ]\n },\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"11429006\",\n \"display\": \"Consultation\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"185389009\",\n \"display\": \"Follow-up visit\"\n }\n ],\n \"text\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 10 Maret 2023\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"occurrenceDateTime\": \"2023-03-10T03:00:00+00:00\",\n \"authoredOn\": \"2023-03-05T05:30:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\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 \"text\": \"Kontrol kembali minggu depan 13 November 2023\"\n }\n ],\n \"locationCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\",\n \"code\": \"OF\",\n \"display\": \"Outpatient Facility\"\n }\n ]\n }\n ],\n \"patientInstruction\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 10 Maret 2023. Dalam keadaan darurat dapat menghubungi hotline RS di nomor 14045\"\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/78f8ec52-bae1-4a4b-923e-7061e59cc42d/_history/MTcxMDgwMTYxOTMxNDQ2NzAwMA" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 22:40:19 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgwMTYxOTMxNDQ2NzAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 22:40:19 GMT" }, { "key": "Content-Length", "value": "7596" }, { "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": "db84675c-c3ee-40cd-ab2c-0243ac2b0216" }, { "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-03-05T05: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 untuk melakukan Rehabilitasi Fisioterapi di Tanggal 10 Maret 2023\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"78f8ec52-bae1-4a4b-923e-7061e59cc42d\",\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\": \"2024-03-18T22:40:19.314467+00:00\",\n \"versionId\": \"MTcxMDgwMTYxOTMxNDQ2NzAwMA\"\n },\n \"occurrenceDateTime\": \"2023-03-10T03:00:00+00:00\",\n \"patientInstruction\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 10 Maret 2023. Dalam keadaan darurat dapat menghubungi hotline RS di nomor 14045\",\n \"performer\": [\n {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\n },\n \"resourceType\": \"ServiceRequest\",\n \"status\": \"active\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] } ] }, { "name": "12. Kondisi 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/{{Encounter_Ranap1}}\"\n },\n \"recordedDate\": \"2023-03-05T05:30:00+00:00\"\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/{{Encounter_Ranap1}}\"\n },\n \"recordedDate\": \"2023-03-05T05:30:00+00:00\"\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/cf3779e3-b007-4638-b5cb-16a1899831f5/_history/MTcxMDgwMTc3Nzg1MzE3MDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDgwMTc3Nzg1MzE3MDAwMA\"" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 22:42:57 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 22:42:57 GMT" }, { "key": "Content-Length", "value": "3902" }, { "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": "85566539-4d43-4dca-a082-8769c7a0d413" }, { "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/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"cf3779e3-b007-4638-b5cb-16a1899831f5\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T22:42:57.853170+00:00\",\n \"versionId\": \"MTcxMDgwMTc3Nzg1MzE3MDAwMA\"\n },\n \"recordedDate\": \"2023-03-05T05:30:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "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/{{Encounter_Ranap1}}\"\n },\n \"recordedDate\": \"2023-03-05T05:30:00+00:00\"\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/cf3779e3-b007-4638-b5cb-16a1899831f5/_history/MTcxMDgwMTc3Nzg1MzE3MDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDgwMTc3Nzg1MzE3MDAwMA\"" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 22:42:57 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 22:42:57 GMT" }, { "key": "Content-Length", "value": "3902" }, { "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": "85566539-4d43-4dca-a082-8769c7a0d413" }, { "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/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"cf3779e3-b007-4638-b5cb-16a1899831f5\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T22:42:57.853170+00:00\",\n \"versionId\": \"MTcxMDgwMTc3Nzg1MzE3MDAwMA\"\n },\n \"recordedDate\": \"2023-03-05T05:30:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "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/{{Encounter_Ranap1}}\"\n },\n \"recordedDate\": \"2023-03-05T05:30:00+00:00\"\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/{{Encounter_Ranap1}}\"\n },\n \"recordedDate\": \"2023-03-05T05:30:00+00:00\"\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/cf3779e3-b007-4638-b5cb-16a1899831f5/_history/MTcxMDgwMTc3Nzg1MzE3MDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDgwMTc3Nzg1MzE3MDAwMA\"" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 22:42:57 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 22:42:57 GMT" }, { "key": "Content-Length", "value": "3902" }, { "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": "85566539-4d43-4dca-a082-8769c7a0d413" }, { "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/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"cf3779e3-b007-4638-b5cb-16a1899831f5\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T22:42:57.853170+00:00\",\n \"versionId\": \"MTcxMDgwMTc3Nzg1MzE3MDAwMA\"\n },\n \"recordedDate\": \"2023-03-05T05:30:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "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/{{Encounter_Ranap1}}\"\n },\n \"recordedDate\": \"2023-03-05T05:30:00+00:00\"\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/cf3779e3-b007-4638-b5cb-16a1899831f5/_history/MTcxMDgwMTc3Nzg1MzE3MDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDgwMTc3Nzg1MzE3MDAwMA\"" }, { "key": "last-modified", "value": "Mon, 18 Mar 2024 22:42:57 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Mon, 18 Mar 2024 22:42:57 GMT" }, { "key": "Content-Length", "value": "3902" }, { "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": "85566539-4d43-4dca-a082-8769c7a0d413" }, { "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/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"cf3779e3-b007-4638-b5cb-16a1899831f5\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T22:42:57.853170+00:00\",\n \"versionId\": \"MTcxMDgwMTc3Nzg1MzE3MDAwMA\"\n },\n \"recordedDate\": \"2023-03-05T05:30:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] } ] }, { "name": "13. Cara Keluar RS", "item": [ { "name": "Encounter - Pasien Pulang (Update)", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"Encounter\",\r\n \"id\": \"{{Encounter_Ranap1}}\",\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/N10000005\",\r\n \"display\": \"Fatma\"\r\n }\r\n }\r\n ],\r\n \"period\": {\r\n \"start\": \"2023-03-01T03:00:00+00:00\",\r\n \"end\": \"2023-03-05T05:30:00+00:00\"\r\n },\r\n \"location\": [\r\n {\r\n \"location\": {\r\n \"reference\": \"Location/{{Location_bedRanap}}\",\r\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\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 \"statusHistory\": [\r\n {\r\n \"status\": \"in-progress\",\r\n \"period\": {\r\n \"start\": \"2023-03-01T03:00:00+00:00\",\r\n \"end\": \"2023-03-05T05:30:00+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"finished\",\r\n \"period\": {\r\n \"start\": \"2023-03-05T05:30:00+00:00\",\r\n \"end\": \"2023-03-05T05:30:00+00:00\"\r\n }\r\n }\r\n ],\r\n \"diagnosis\": [\r\n {\r\n \"condition\": {\r\n \"reference\": \"Condition/{{Diagnosis_Utama2}}\"\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\": \"Kontrol Kembali untuk Rehabilitasi Fisioterapi pada Tanggal 10 Maret 2023 \"\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_Ranap}}\"\r\n }\r\n ],\r\n \"episodeOfCare\": [\r\n {\r\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\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": "{{Encounter_Ranap1}}" } ] } }, "response": [ { "name": "Encounter - Pasien Pulang (Update)", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter_Ranap1}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"finished\",\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/N10000005\",\n \"display\": \"Fatma\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-01T03:00:00+00:00\",\n \"end\": \"2023-03-05T05:30:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_bedRanap}}\",\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\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-03-01T03:00:00+00:00\",\n \"end\": \"2023-03-05T05:30:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-03-05T05:30:00+00:00\",\n \"end\": \"2023-03-05T05:30:00+00:00\"\n }\n }\n ],\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/{{Diagnosis_Utama2}}\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis\"\n }\n ]\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\n \"code\": \"home\",\n \"display\": \"Home\"\n }\n ],\n \"text\": \"Kontrol Kembali untuk Rehabilitasi Fisioterapi pada Tanggal 10 Maret 2023 \"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Ranap}}\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "a6134895-372d-43db-a5b5-4989aef4068b" } ] } }, "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/a6134895-372d-43db-a5b5-4989aef4068b/_history/MTcxMDgxMTM2ODE1NjY3NTAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 01:22:48 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgxMTM2ODE1NjY3NTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 01:22:48 GMT" }, { "key": "Content-Length", "value": "10516" }, { "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": "0fbf0d49-ea58-406d-87ab-b0b612683431" }, { "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/753fa559-2bd8-4cab-816b-2be91184711f\"\n }\n ],\n \"class\": {\n \"code\": \"IMP\",\n \"display\": \"Inpatient encounter\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/caa9f18b-e14d-4a64-997b-ef87e3d4c8de\"\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\": \"Kontrol Kembali untuk Rehabilitasi Fisioterapi pada Tanggal 10 Maret 2023 \"\n }\n },\n \"id\": \"a6134895-372d-43db-a5b5-4989aef4068b\",\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\": \"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, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"reference\": \"Location/ad730bf5-784f-48b9-a609-7d9c9bc29a40\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T01:22:48.156675+00:00\",\n \"versionId\": \"MTcxMDgxMTM2ODE1NjY3NTAwMA\"\n },\n \"participant\": [\n {\n \"individual\": {\n \"display\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\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-03-05T05:30:00+00:00\",\n \"start\": \"2023-03-01T03:00: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-03-05T05:30:00+00:00\",\n \"start\": \"2023-03-01T03:00:00+00:00\"\n },\n \"status\": \"in-progress\"\n },\n {\n \"period\": {\n \"end\": \"2023-03-05T05:30:00+00:00\",\n \"start\": \"2023-03-05T05:30:00+00:00\"\n },\n \"status\": \"finished\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Encounter - Pasien Pulang (Update)", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter_Ranap1}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"finished\",\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/N10000005\",\n \"display\": \"Fatma\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-01T03:00:00+00:00\",\n \"end\": \"2023-03-05T05:30:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_bedRanap}}\",\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\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-03-01T03:00:00+00:00\",\n \"end\": \"2023-03-05T05:30:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-03-05T05:30:00+00:00\",\n \"end\": \"2023-03-05T05:30:00+00:00\"\n }\n }\n ],\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/{{Diagnosis_Utama2}}\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis\"\n }\n ]\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\n \"code\": \"home\",\n \"display\": \"Home\"\n }\n ],\n \"text\": \"Kontrol Kembali untuk Rehabilitasi Fisioterapi pada Tanggal 10 Maret 2023 \"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Ranap}}\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "a6134895-372d-43db-a5b5-4989aef4068b" } ] } }, "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/a6134895-372d-43db-a5b5-4989aef4068b/_history/MTcxMDgxMTM2ODE1NjY3NTAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 01:22:48 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgxMTM2ODE1NjY3NTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 01:22:48 GMT" }, { "key": "Content-Length", "value": "10516" }, { "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": "0fbf0d49-ea58-406d-87ab-b0b612683431" }, { "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/753fa559-2bd8-4cab-816b-2be91184711f\"\n }\n ],\n \"class\": {\n \"code\": \"IMP\",\n \"display\": \"Inpatient encounter\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/caa9f18b-e14d-4a64-997b-ef87e3d4c8de\"\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\": \"Kontrol Kembali untuk Rehabilitasi Fisioterapi pada Tanggal 10 Maret 2023 \"\n }\n },\n \"id\": \"a6134895-372d-43db-a5b5-4989aef4068b\",\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\": \"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, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"reference\": \"Location/ad730bf5-784f-48b9-a609-7d9c9bc29a40\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T01:22:48.156675+00:00\",\n \"versionId\": \"MTcxMDgxMTM2ODE1NjY3NTAwMA\"\n },\n \"participant\": [\n {\n \"individual\": {\n \"display\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\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-03-05T05:30:00+00:00\",\n \"start\": \"2023-03-01T03:00: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-03-05T05:30:00+00:00\",\n \"start\": \"2023-03-01T03:00:00+00:00\"\n },\n \"status\": \"in-progress\"\n },\n {\n \"period\": {\n \"end\": \"2023-03-05T05:30:00+00:00\",\n \"start\": \"2023-03-05T05: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\": \"UO\"\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": "{{Location_bedRanap}}" } ] } }, "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\": \"UO\"\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": "{{Location_bedRanap}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxMDg0NjE2OTA1NDQ1MDAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 11:02:49 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/Location/{{Location_bedRanap}}/_history/MTcxMDg0NjE2OTA1NDQ1MDAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 11:02:49 GMT" }, { "key": "Content-Length", "value": "7764" }, { "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": "2d7b643b-78cd-4ca6-9a2d-aad1f3ff3aa6" }, { "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, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf, 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\": \"ad730bf5-784f-48b9-a609-7d9c9bc29a40\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000002\",\n \"value\": \"B2R21012345\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T11:02:49.054450+00:00\",\n \"versionId\": \"MTcxMDg0NjE2OTA1NDQ1MDAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"operationalStatus\": {\n \"code\": \"UO\",\n \"display\": \"Unoccupied\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0116\"\n },\n \"partOf\": {\n \"display\": \"Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"reference\": \"Location/2b402518-ddde-48d8-ba3c-4778408f59c1\"\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.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": "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\": \"UO\"\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": "{{Location_bedRanap}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxMDg0NjE2OTA1NDQ1MDAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 11:02:49 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/Location/{{Location_bedRanap}}/_history/MTcxMDg0NjE2OTA1NDQ1MDAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 11:02:49 GMT" }, { "key": "Content-Length", "value": "7764" }, { "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": "2d7b643b-78cd-4ca6-9a2d-aad1f3ff3aa6" }, { "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, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf, 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\": \"ad730bf5-784f-48b9-a609-7d9c9bc29a40\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000002\",\n \"value\": \"B2R21012345\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T11:02:49.054450+00:00\",\n \"versionId\": \"MTcxMDg0NjE2OTA1NDQ1MDAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"operationalStatus\": {\n \"code\": \"UO\",\n \"display\": \"Unoccupied\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0116\"\n },\n \"partOf\": {\n \"display\": \"Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"reference\": \"Location/2b402518-ddde-48d8-ba3c-4778408f59c1\"\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.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": "Encounter - Pasien Pulang (Update)", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"Encounter\",\r\n \"id\": \"{{Encounter_Ranap1}}\",\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/N10000005\",\r\n \"display\": \"Fatma\"\r\n }\r\n }\r\n ],\r\n \"period\": {\r\n \"start\": \"2023-03-01T03:00:00+00:00\",\r\n \"end\": \"2023-03-05T05:30:00+00:00\"\r\n },\r\n \"location\": [\r\n {\r\n \"location\": {\r\n \"reference\": \"Location/{{Location_bedRanap}}\",\r\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\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 \"statusHistory\": [\r\n {\r\n \"status\": \"in-progress\",\r\n \"period\": {\r\n \"start\": \"2023-03-01T03:00:00+00:00\",\r\n \"end\": \"2023-03-05T05:30:00+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"finished\",\r\n \"period\": {\r\n \"start\": \"2023-03-05T05:30:00+00:00\",\r\n \"end\": \"2023-03-05T05:30:00+00:00\"\r\n }\r\n }\r\n ],\r\n \"diagnosis\": [\r\n {\r\n \"condition\": {\r\n \"reference\": \"Condition/{{Diagnosis_Utama2}}\"\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\": \"Kontrol Kembali untuk Rehabilitasi Fisioterapi pada Tanggal 10 Maret 2023 \"\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_Ranap}}\"\r\n }\r\n ],\r\n \"episodeOfCare\": [\r\n {\r\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\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": "{{Encounter_Ranap1}}" } ] } }, "response": [ { "name": "Encounter - Pasien Pulang (Update)", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter_Ranap1}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"finished\",\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/N10000005\",\n \"display\": \"Fatma\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-01T03:00:00+00:00\",\n \"end\": \"2023-03-05T05:30:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_bedRanap}}\",\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\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-03-01T03:00:00+00:00\",\n \"end\": \"2023-03-05T05:30:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-03-05T05:30:00+00:00\",\n \"end\": \"2023-03-05T05:30:00+00:00\"\n }\n }\n ],\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/{{Diagnosis_Utama2}}\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis\"\n }\n ]\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\n \"code\": \"home\",\n \"display\": \"Home\"\n }\n ],\n \"text\": \"Kontrol Kembali untuk Rehabilitasi Fisioterapi pada Tanggal 10 Maret 2023 \"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Ranap}}\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "a6134895-372d-43db-a5b5-4989aef4068b" } ] } }, "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/a6134895-372d-43db-a5b5-4989aef4068b/_history/MTcxMDgxMTM2ODE1NjY3NTAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 01:22:48 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgxMTM2ODE1NjY3NTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 01:22:48 GMT" }, { "key": "Content-Length", "value": "10516" }, { "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": "0fbf0d49-ea58-406d-87ab-b0b612683431" }, { "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/753fa559-2bd8-4cab-816b-2be91184711f\"\n }\n ],\n \"class\": {\n \"code\": \"IMP\",\n \"display\": \"Inpatient encounter\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/caa9f18b-e14d-4a64-997b-ef87e3d4c8de\"\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\": \"Kontrol Kembali untuk Rehabilitasi Fisioterapi pada Tanggal 10 Maret 2023 \"\n }\n },\n \"id\": \"a6134895-372d-43db-a5b5-4989aef4068b\",\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\": \"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, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"reference\": \"Location/ad730bf5-784f-48b9-a609-7d9c9bc29a40\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T01:22:48.156675+00:00\",\n \"versionId\": \"MTcxMDgxMTM2ODE1NjY3NTAwMA\"\n },\n \"participant\": [\n {\n \"individual\": {\n \"display\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\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-03-05T05:30:00+00:00\",\n \"start\": \"2023-03-01T03:00: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-03-05T05:30:00+00:00\",\n \"start\": \"2023-03-01T03:00:00+00:00\"\n },\n \"status\": \"in-progress\"\n },\n {\n \"period\": {\n \"end\": \"2023-03-05T05:30:00+00:00\",\n \"start\": \"2023-03-05T05:30:00+00:00\"\n },\n \"status\": \"finished\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Encounter - Pasien Pulang (Update)", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter_Ranap1}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"finished\",\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/N10000005\",\n \"display\": \"Fatma\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-01T03:00:00+00:00\",\n \"end\": \"2023-03-05T05:30:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_bedRanap}}\",\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\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-03-01T03:00:00+00:00\",\n \"end\": \"2023-03-05T05:30:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-03-05T05:30:00+00:00\",\n \"end\": \"2023-03-05T05:30:00+00:00\"\n }\n }\n ],\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/{{Diagnosis_Utama2}}\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis\"\n }\n ]\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\n \"code\": \"home\",\n \"display\": \"Home\"\n }\n ],\n \"text\": \"Kontrol Kembali untuk Rehabilitasi Fisioterapi pada Tanggal 10 Maret 2023 \"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Ranap}}\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "a6134895-372d-43db-a5b5-4989aef4068b" } ] } }, "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/a6134895-372d-43db-a5b5-4989aef4068b/_history/MTcxMDgxMTM2ODE1NjY3NTAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 01:22:48 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgxMTM2ODE1NjY3NTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 01:22:48 GMT" }, { "key": "Content-Length", "value": "10516" }, { "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": "0fbf0d49-ea58-406d-87ab-b0b612683431" }, { "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/753fa559-2bd8-4cab-816b-2be91184711f\"\n }\n ],\n \"class\": {\n \"code\": \"IMP\",\n \"display\": \"Inpatient encounter\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/caa9f18b-e14d-4a64-997b-ef87e3d4c8de\"\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\": \"Kontrol Kembali untuk Rehabilitasi Fisioterapi pada Tanggal 10 Maret 2023 \"\n }\n },\n \"id\": \"a6134895-372d-43db-a5b5-4989aef4068b\",\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\": \"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, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"reference\": \"Location/ad730bf5-784f-48b9-a609-7d9c9bc29a40\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T01:22:48.156675+00:00\",\n \"versionId\": \"MTcxMDgxMTM2ODE1NjY3NTAwMA\"\n },\n \"participant\": [\n {\n \"individual\": {\n \"display\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\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-03-05T05:30:00+00:00\",\n \"start\": \"2023-03-01T03:00: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-03-05T05:30:00+00:00\",\n \"start\": \"2023-03-01T03:00:00+00:00\"\n },\n \"status\": \"in-progress\"\n },\n {\n \"period\": {\n \"end\": \"2023-03-05T05:30:00+00:00\",\n \"start\": \"2023-03-05T05: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\": \"UO\"\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": "{{Location_bedRanap}}" } ] } }, "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\": \"UO\"\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": "{{Location_bedRanap}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxMDg0NjE2OTA1NDQ1MDAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 11:02:49 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/Location/{{Location_bedRanap}}/_history/MTcxMDg0NjE2OTA1NDQ1MDAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 11:02:49 GMT" }, { "key": "Content-Length", "value": "7764" }, { "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": "2d7b643b-78cd-4ca6-9a2d-aad1f3ff3aa6" }, { "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, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf, 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\": \"ad730bf5-784f-48b9-a609-7d9c9bc29a40\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000002\",\n \"value\": \"B2R21012345\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T11:02:49.054450+00:00\",\n \"versionId\": \"MTcxMDg0NjE2OTA1NDQ1MDAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"operationalStatus\": {\n \"code\": \"UO\",\n \"display\": \"Unoccupied\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0116\"\n },\n \"partOf\": {\n \"display\": \"Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"reference\": \"Location/2b402518-ddde-48d8-ba3c-4778408f59c1\"\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.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": "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\": \"UO\"\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": "{{Location_bedRanap}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxMDg0NjE2OTA1NDQ1MDAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 11:02:49 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/Location/{{Location_bedRanap}}/_history/MTcxMDg0NjE2OTA1NDQ1MDAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 11:02:49 GMT" }, { "key": "Content-Length", "value": "7764" }, { "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": "2d7b643b-78cd-4ca6-9a2d-aad1f3ff3aa6" }, { "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, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf, 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\": \"ad730bf5-784f-48b9-a609-7d9c9bc29a40\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000002\",\n \"value\": \"B2R21012345\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/be4e1e7e-5567-4ea4-a7f7-01cfeea2f7ee\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T11:02:49.054450+00:00\",\n \"versionId\": \"MTcxMDg0NjE2OTA1NDQ1MDAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"operationalStatus\": {\n \"code\": \"UO\",\n \"display\": \"Unoccupied\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0116\"\n },\n \"partOf\": {\n \"display\": \"Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"reference\": \"Location/2b402518-ddde-48d8-ba3c-4778408f59c1\"\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\": \"RSSATUSEHAT@gmail.com\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.RSSATUSEHAT.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": "Bundle Kunjungan 1- Rawat Inap", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"Bundle\",\r\n \"type\": \"transaction\",\r\n \"entry\": [\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Encounter_Ranap1}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Encounter\",\r\n \"id\": \"{{Encounter_Ranap1}}\",\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-03-01T03:00:00+00:00\",\r\n \"end\": \"2023-03-05T05:30:00+00:00\"\r\n },\r\n \"location\": [\r\n {\r\n \"location\": {\r\n \"reference\": \"Location/{{Location_bedRanap}}\",\r\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\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 \"statusHistory\": [\r\n {\r\n \"status\": \"in-progress\",\r\n \"period\": {\r\n \"start\": \"2023-03-01T03:00:00+00:00\",\r\n \"end\": \"2023-03-05T05:30:00+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"finished\",\r\n \"period\": {\r\n \"start\": \"2023-03-05T05:30:00+00:00\",\r\n \"end\": \"2023-03-05T05:30:00+00:00\"\r\n }\r\n }\r\n ],\r\n \"diagnosis\": [\r\n {\r\n \"condition\": {\r\n \"reference\": \"Condition/{{Diagnosis_Utama2}}\"\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\": \"Kontrol Kembali untuk Rehabilitasi Fisioterapi pada Tanggal 10 Maret 2023 \"\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_Ranap}}\"\r\n }\r\n ],\r\n \"episodeOfCare\": [\r\n {\r\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Encounter\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Diagnosis_Utama}}\",\r\n \"resource\": {\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 \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\r\n \"code\": \"encounter-diagnosis\",\r\n \"display\": \"Encounter Diagnosis\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\r\n \"code\": \"I63.5\",\r\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\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/{{Encounter_Ranap1}}\"\r\n },\r\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\r\n \"recordedDate\": \"2023-03-02T04:00:00+00:00\",\r\n \"note\": [\r\n {\r\n \"text\": \"Pasien Stroke Iskemik\"\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Condition\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Diagnosis_Sekunder}}\",\r\n \"resource\": {\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 \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\r\n \"code\": \"encounter-diagnosis\",\r\n \"display\": \"Encounter Diagnosis\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\r\n \"code\": \"I10\",\r\n \"display\": \"Essential (primary) hypertension\"\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/{{Encounter_Ranap1}}\"\r\n },\r\n \"onsetDateTime\": \"2023-03-02T04:00:00+00:00\",\r\n \"recordedDate\": \"2023-03-02T04:00:00+00:00\",\r\n \"note\": [\r\n {\r\n \"text\": \"Pasien Stroke Iskemik\"\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Condition\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Procedure_EKG}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Procedure\",\r\n \"status\": \"completed\",\r\n \"category\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"103693007\",\r\n \"display\": \"Diagnostic procedure\"\r\n }\r\n ],\r\n \"text\": \"Diagnostic procedure\"\r\n },\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\r\n \"code\": \"89.52\",\r\n \"display\": \"Electrocardiogram\"\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/{{Encounter_Ranap1}}\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2023-03-02T03:30:00+00:00\",\r\n \"end\": \"2023-03-02T04:00:00+00:00\"\r\n },\r\n \"performer\": [\r\n {\r\n \"actor\": {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\r\n \"display\": \"Dokter Bronsig\"\r\n }\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\": \"I63.5\",\r\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Procedure\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_EKG}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\r\n \"value\": \"{{Registration_ID}}\"\r\n }\r\n ],\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"procedure\",\r\n \"display\": \"Procedure\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"34534-8\",\r\n \"display\": \"12 lead EKG panel\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-02T04:00:00+00:00\",\r\n \"issued\": \"2023-03-02T04:10:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n },\r\n {\r\n \"reference\": \"Organization/{{Org_id}}\"\r\n }\r\n ],\r\n \"valueString\": \"Hasil EKG menunjukan adanya tanda-tanda masalah sirkulasi darah ke otak atau pembuluh darah\",\r\n \"component\": [\r\n {\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"426783006\",\r\n \"display\": \"Electrocardiogram: sinus rhythm\"\r\n }\r\n ]\r\n },\r\n \"valueBoolean\": false\r\n },\r\n {\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"164889003\",\r\n \"display\": \"Electrocardiographic atrial fibrillation\"\r\n }\r\n ]\r\n },\r\n \"valueBoolean\": true\r\n },\r\n {\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"76388001\",\r\n \"display\": \"ST segment elevation\"\r\n }\r\n ]\r\n },\r\n \"valueBoolean\": false\r\n },\r\n {\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"26141007\",\r\n \"display\": \"ST segment depression\"\r\n }\r\n ]\r\n },\r\n \"valueBoolean\": true\r\n },\r\n {\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"59931005\",\r\n \"display\": \"Inverted T wave\"\r\n }\r\n ]\r\n },\r\n \"valueBoolean\": true\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_NIHScale}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"exam\",\r\n \"display\": \"Exam\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"72089-6\",\r\n \"display\": \"Total score [NIH Stroke Scale]\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-02T01:30:00+00:00\",\r\n \"issued\": \"2023-03-02T01:30:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": 12,\r\n \"unit\": \"{score}\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"{score}\"\r\n },\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\r\n \"code\": \"IP099353\",\r\n \"display\": \"defisit neurologis sedang / cukup berat\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Procedure_Fasting}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Procedure\",\r\n \"status\": \"not-done\",\r\n \"category\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"103693007\",\r\n \"display\": \"Diagnostic procedure\"\r\n }\r\n ],\r\n \"text\": \"Prosedur diagnostik\"\r\n },\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"792805006\",\r\n \"display\": \"Fasting\"\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/{{Encounter_Ranap1}}\"\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\": \"I63.5\",\r\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"note\": [\r\n {\r\n \"text\": \"Tidak puasa\"\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Procedure\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{ServiceRequest_CTA}}\",\r\n \"resource\": {\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 \"use\": \"usual\",\r\n \"type\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\r\n \"code\": \"ACSN\"\r\n }\r\n ]\r\n },\r\n \"system\": \"http://sys-ids.kemkes.go.id/acsn/{{Org_id}}\",\r\n \"value\": \"21120054\"\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\": \"363679005\",\r\n \"display\": \"Imaging\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"code\": \"36146-9\",\r\n \"display\": \"CTA Carotid artery W contrast IV\",\r\n \"system\": \"http://loinc.org\"\r\n }\r\n ],\r\n \"text\": \"Pemeriksaan CT-Angio\"\r\n },\r\n \"orderDetail\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\",\r\n \"code\": \"CT\"\r\n }\r\n ],\r\n \"text\": \"Modality Code: CT\"\r\n },\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/ae-title\",\r\n \"display\": \"CT-02\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\r\n },\r\n \"occurrenceDateTime\": \"2023-03-01T02:30:00+00:00\",\r\n \"authoredOn\": \"2023-03-01T02:15:00+00:00\",\r\n \"requester\": {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\r\n \"display\": \"Dokter Bronsig\"\r\n },\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\r\n \"display\": \"{{Practitioner_Name}}\"\r\n }\r\n ],\r\n \"reasonReference\": [\r\n {\r\n \"Reference\": \"Condition/{{DiagnosisUtama1_id}}\"\r\n },\r\n {\r\n \"Reference\": \"Procedure/{{Procedure_Fasting}}\"\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"ServiceRequest\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_CTA}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\r\n \"value\": \"{{Registration_ID}}\"\r\n }\r\n ],\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"imaging\",\r\n \"display\": \"Imaging\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"code\": \"36146-9\",\r\n \"display\": \"CTA Carotid artery W contrast IV\",\r\n \"system\": \"http://loinc.org\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\r\n \"issued\": \"2023-03-02T02:40:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n },\r\n {\r\n \"reference\": \"Organization/{{Org_id}}\"\r\n }\r\n ],\r\n \"basedOn\": [\r\n {\r\n \"reference\": \"ServiceRequest/{{ServiceRequest_CTA}}\"\r\n }\r\n ],\r\n \"derivedFrom\": [\r\n {\r\n \"reference\": \"ImagingStudy/{{ImagingStudy_CTA}}\"\r\n }\r\n ],\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"415582006\",\r\n \"display\": \"Stenosis\"\r\n }\r\n ]\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:8169f582-5f2e-4fa2-b594-9c59486ba9e1\",\r\n \"resource\": {\r\n \"resourceType\": \"DiagnosticReport\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/{{Org_id}}/rad\",\r\n \"use\": \"official\",\r\n \"value\": \"5234342\"\r\n }\r\n ],\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\",\r\n \"code\": \"RAD\",\r\n \"display\": \"Radiology\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"code\": \"36146-9\",\r\n \"display\": \"CTA Carotid artery W contrast IV\",\r\n \"system\": \"http://loinc.org\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\r\n \"issued\": \"2023-03-02T02:40:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n },\r\n {\r\n \"reference\": \"Organization/{{Org_id}}\"\r\n }\r\n ],\r\n \"result\": [\r\n {\r\n \"reference\": \"Observation/{{Observation_CTA}}\"\r\n }\r\n ],\r\n \"basedOn\": [\r\n {\r\n \"reference\": \"ServiceRequest/{{ServiceRequest_CTA}}\"\r\n }\r\n ],\r\n \"conclusion\": \"hasil CT angiografi menunjukkan adanya stenosis.\"\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"DiagnosticReport\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Medication_Clopidogrel}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Medication\",\r\n \"meta\": {\r\n \"profile\": [\r\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\r\n ]\r\n },\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\r\n \"use\": \"official\",\r\n \"value\": \"666733\"\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\r\n \"code\": \"93000624\",\r\n \"display\": \"Clopidogrel Bisulfate 75 mg Tablet Salut Selaput (PLADOGREL)\"\r\n }\r\n ]\r\n },\r\n \"status\": \"active\",\r\n \"manufacturer\": {\r\n \"reference\": \"Organization/900001\"\r\n },\r\n \"form\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\r\n \"code\": \"BS077\",\r\n \"display\": \"Tablet Salut Selaput\"\r\n }\r\n ]\r\n },\r\n \"ingredient\": [\r\n {\r\n \"itemCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\r\n \"code\": \"91000403\",\r\n \"display\": \"CLOPIDOGREL\"\r\n }\r\n ]\r\n },\r\n \"isActive\": true,\r\n \"strength\": {\r\n \"numerator\": {\r\n \"value\": 75,\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"mg\"\r\n },\r\n \"denominator\": {\r\n \"value\": 1,\r\n \"unit\": \"Tablet\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\r\n \"code\": \"TAB\"\r\n }\r\n }\r\n }\r\n ],\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\r\n \"code\": \"NC\",\r\n \"display\": \"Non-compound\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Medication\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{MedicationRequest_Clopidogrel}}\",\r\n \"resource\": {\r\n \"resourceType\": \"MedicationRequest\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\r\n \"use\": \"official\",\r\n \"value\": \"2487777\"\r\n },\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\r\n \"use\": \"official\",\r\n \"value\": \"2487777-1\"\r\n }\r\n ],\r\n \"status\": \"completed\",\r\n \"intent\": \"order\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/medicationrequest-category\",\r\n \"code\": \"inpatient\",\r\n \"display\": \"Inpatient\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"priority\": \"routine\",\r\n \"medicationReference\": {\r\n \"reference\": \"Medication/{{Medication_Clopidogrel}}\"\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/{{Encounter_Ranap1}}\"\r\n },\r\n \"authoredOn\": \"2023-03-02T04:00:00+00:00\",\r\n \"requester\": {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\r\n \"display\": \"{{Practitioner_Name}}\"\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\": \"I63.5\",\r\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"dosageInstruction\": [\r\n {\r\n \"sequence\": 1,\r\n \"text\": \"1 tablet 1 hari\",\r\n \"additionalInstruction\": [\r\n {\r\n \"text\": \"1 tablet 1 hari\"\r\n }\r\n ],\r\n \"patientInstruction\": \"1 tablet 1 hari\",\r\n \"timing\": {\r\n \"repeat\": {\r\n \"frequency\": 1,\r\n \"period\": 1,\r\n \"periodUnit\": \"d\"\r\n }\r\n },\r\n \"route\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://www.whocc.no/atc\",\r\n \"code\": \"O\",\r\n \"display\": \"Oral\"\r\n }\r\n ]\r\n },\r\n \"doseAndRate\": [\r\n {\r\n \"type\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\",\r\n \"code\": \"ordered\",\r\n \"display\": \"Ordered\"\r\n }\r\n ]\r\n },\r\n \"doseQuantity\": {\r\n \"value\": 1,\r\n \"unit\": \"Tablet\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\r\n \"code\": \"TAB\"\r\n }\r\n }\r\n ]\r\n }\r\n ],\r\n \"dispenseRequest\": {\r\n \"dispenseInterval\": {\r\n \"value\": 1,\r\n \"unit\": \"days\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"d\"\r\n },\r\n \"validityPeriod\": {\r\n \"start\": \"2023-03-02T04:00:00+00:00\",\r\n \"end\": \"2023-03-02T05:00:00+00:00\"\r\n },\r\n \"numberOfRepeatsAllowed\": 0,\r\n \"quantity\": {\r\n \"value\": 1,\r\n \"unit\": \"Tablet\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\r\n \"code\": \"TAB\"\r\n },\r\n \"expectedSupplyDuration\": {\r\n \"value\": 1,\r\n \"unit\": \"days\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"d\"\r\n },\r\n \"performer\": {\r\n \"reference\": \"Organization/{{Org_id}}\"\r\n }\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"MedicationRequest\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{QuestionnaireResponse_KajianObat}}\",\r\n \"resource\": {\r\n \"resourceType\": \"QuestionnaireResponse\",\r\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0007\",\r\n \"status\": \"completed\",\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"{{Patient_Name}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\r\n },\r\n \"authored\": \"2023-03-02T04:30:00+00:00\",\r\n \"author\": {\r\n \"reference\": \"Practitioner/10009880728\",\r\n \"display\": \"Apoteker A\"\r\n },\r\n \"source\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"item\": [\r\n {\r\n \"linkId\": \"1\",\r\n \"text\": \"Persyaratan Administrasi\",\r\n \"item\": [\r\n {\r\n \"linkId\": \"1.1\",\r\n \"text\": \"Apakah nama, umur, jenis kelamin, berat badan dan tinggi badan pasien sudah sesuai?\",\r\n \"answer\": [\r\n {\r\n \"valueCoding\": {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\r\n \"code\": \"OV000052\",\r\n \"display\": \"Sesuai\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"linkId\": \"1.2\",\r\n \"text\": \"Apakah nama, nomor ijin, alamat dan paraf dokter sudah sesuai?\",\r\n \"answer\": [\r\n {\r\n \"valueCoding\": {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\r\n \"code\": \"OV000052\",\r\n \"display\": \"Sesuai\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"linkId\": \"1.3\",\r\n \"text\": \"Apakah tanggal resep sudah sesuai?\",\r\n \"answer\": [\r\n {\r\n \"valueCoding\": {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\r\n \"code\": \"OV000052\",\r\n \"display\": \"Sesuai\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"linkId\": \"1.4\",\r\n \"text\": \"Apakah ruangan/unit asal resep sudah sesuai?\",\r\n \"answer\": [\r\n {\r\n \"valueCoding\": {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\r\n \"code\": \"OV000052\",\r\n \"display\": \"Sesuai\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"linkId\": \"2\",\r\n \"text\": \"Persyaratan Farmasetik\",\r\n \"item\": [\r\n {\r\n \"linkId\": \"2.1\",\r\n \"text\": \"Apakah nama obat, bentuk dan kekuatan sediaan sudah sesuai?\",\r\n \"answer\": [\r\n {\r\n \"valueCoding\": {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\r\n \"code\": \"OV000052\",\r\n \"display\": \"Sesuai\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"linkId\": \"2.2\",\r\n \"text\": \"Apakah dosis dan jumlah obat sudah sesuai?\",\r\n \"answer\": [\r\n {\r\n \"valueCoding\": {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\r\n \"code\": \"OV000052\",\r\n \"display\": \"Sesuai\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"linkId\": \"2.3\",\r\n \"text\": \"Apakah stabilitas obat sudah sesuai?\",\r\n \"answer\": [\r\n {\r\n \"valueCoding\": {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\r\n \"code\": \"OV000052\",\r\n \"display\": \"Sesuai\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"linkId\": \"2.4\",\r\n \"text\": \"Apakah aturan dan cara penggunaan obat sudah sesuai?\",\r\n \"answer\": [\r\n {\r\n \"valueCoding\": {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\r\n \"code\": \"OV000052\",\r\n \"display\": \"Sesuai\"\r\n }\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"linkId\": \"3\",\r\n \"text\": \"Persyaratan Klinis\",\r\n \"item\": [\r\n {\r\n \"linkId\": \"3.1\",\r\n \"text\": \"Apakah ketepatan indikasi, dosis, dan waktu penggunaan obat sudah sesuai?\",\r\n \"answer\": [\r\n {\r\n \"valueCoding\": {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\r\n \"code\": \"OV000052\",\r\n \"display\": \"Sesuai\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"linkId\": \"3.2\",\r\n \"text\": \"Apakah terdapat duplikasi pengobatan?\",\r\n \"answer\": [\r\n {\r\n \"valueBoolean\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"linkId\": \"3.3\",\r\n \"text\": \"Apakah terdapat alergi dan reaksi obat yang tidak dikehendaki (ROTD)?\",\r\n \"answer\": [\r\n {\r\n \"valueBoolean\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"linkId\": \"3.4\",\r\n \"text\": \"Apakah terdapat kontraindikasi pengobatan?\",\r\n \"answer\": [\r\n {\r\n \"valueBoolean\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"linkId\": \"3.5\",\r\n \"text\": \"Apakah terdapat dampak interaksi obat?\",\r\n \"answer\": [\r\n {\r\n \"valueBoolean\": false\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"QuestionnaireResponse\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{MedicationClopidogrel_ForDispense}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Medication\",\r\n \"meta\": {\r\n \"profile\": [\r\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\r\n ]\r\n },\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\r\n \"use\": \"official\",\r\n \"value\": \"6667330\"\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\r\n \"code\": \"93000624\",\r\n \"display\": \"Clopidogrel Bisulfate 75 mg Tablet Salut Selaput (PLADOGREL)\"\r\n }\r\n ]\r\n },\r\n \"status\": \"active\",\r\n \"manufacturer\": {\r\n \"reference\": \"Organization/900001\"\r\n },\r\n \"form\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\r\n \"code\": \"BS077\",\r\n \"display\": \"Tablet Salut Selaput\"\r\n }\r\n ]\r\n },\r\n \"ingredient\": [\r\n {\r\n \"itemCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\r\n \"code\": \"91000403\",\r\n \"display\": \"CLOPIDOGREL\"\r\n }\r\n ]\r\n },\r\n \"isActive\": true,\r\n \"strength\": {\r\n \"numerator\": {\r\n \"value\": 75,\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"mg\"\r\n },\r\n \"denominator\": {\r\n \"value\": 1,\r\n \"unit\": \"Tablet\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\r\n \"code\": \"TAB\"\r\n }\r\n }\r\n }\r\n ],\r\n \"batch\": {\r\n \"lotNumber\": \"1625042A\",\r\n \"expirationDate\": \"2025-07-22T14:27:00+00:00\"\r\n },\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\r\n \"code\": \"NC\",\r\n \"display\": \"Non-compound\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Medication\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{MedicationDispense_Clopidogrel}}\",\r\n \"resource\": {\r\n \"resourceType\": \"MedicationDispense\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\r\n \"use\": \"official\",\r\n \"value\": \"24877770\"\r\n },\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\r\n \"use\": \"official\",\r\n \"value\": \"24877770-1\"\r\n }\r\n ],\r\n \"status\": \"completed\",\r\n \"category\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category\",\r\n \"code\": \"inpatient\",\r\n \"display\": \"Inpatient\"\r\n }\r\n ]\r\n },\r\n \"medicationReference\": {\r\n \"reference\": \"Medication/37edb1d7-aafe-4443-b1a4-af1d24bf9100\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"{{Patient_Name}}\"\r\n },\r\n \"context\": {\r\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\r\n },\r\n \"performer\": [\r\n {\r\n \"actor\": {\r\n \"reference\": \"Practitioner/N10000003\",\r\n \"display\": \"John Miller\"\r\n }\r\n }\r\n ],\r\n \"location\": {\r\n \"reference\": \"Location/{{Location_bedRanap}}\",\r\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\r\n },\r\n \"authorizingPrescription\": [\r\n {\r\n \"reference\": \"MedicationRequest/{{MedicationRequest_Clopidogrel}}\"\r\n }\r\n ],\r\n \"quantity\": {\r\n \"value\": 1,\r\n \"unit\": \"Tablet\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\r\n \"code\": \"TAB\"\r\n },\r\n \"daysSupply\": {\r\n \"value\": 1,\r\n \"unit\": \"Day\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"d\"\r\n },\r\n \"whenPrepared\": \"2023-03-02T04:30:00+00:00\",\r\n \"whenHandedOver\": \"2023-03-02T04:40:00+00:00\",\r\n \"dosageInstruction\": [\r\n {\r\n \"sequence\": 1,\r\n \"text\": \"1 tablet 1 hari\",\r\n \"additionalInstruction\": [\r\n {\r\n \"text\": \"1 tablet 1 hari\"\r\n }\r\n ],\r\n \"patientInstruction\": \"1 tablet 1 hari\",\r\n \"timing\": {\r\n \"repeat\": {\r\n \"frequency\": 1,\r\n \"period\": 1,\r\n \"periodUnit\": \"d\"\r\n }\r\n },\r\n \"route\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://www.whocc.no/atc\",\r\n \"code\": \"O\",\r\n \"display\": \"Oral\"\r\n }\r\n ]\r\n },\r\n \"doseAndRate\": [\r\n {\r\n \"type\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\",\r\n \"code\": \"ordered\",\r\n \"display\": \"Ordered\"\r\n }\r\n ]\r\n },\r\n \"doseQuantity\": {\r\n \"value\": 1,\r\n \"unit\": \"Tablet\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\r\n \"code\": \"TAB\"\r\n }\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"MedicationDispense\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_NIHScale}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"exam\",\r\n \"display\": \"Exam\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"72089-6\",\r\n \"display\": \"Total score [NIH Stroke Scale]\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\r\n \"issued\": \"2023-03-05T05:00:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": 14,\r\n \"unit\": \"{score}\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"{score}\"\r\n },\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\r\n \"code\": \"IP099353\",\r\n \"display\": \"defisit neurologis sedang / cukup berat\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"exam\",\r\n \"display\": \"Exam\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"75859-9\",\r\n \"display\": \"Modified rankin scale\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\r\n \"issued\": \"2023-03-05T05:00:00+00:00\",\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"LA6112-2\",\r\n \"display\": \"1\"\r\n }\r\n ]\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{ServiceRequest_Kontrol}}\",\r\n \"resource\": {\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 untuk melakukan Rehabilitasi Fisioterapi di Tanggal 10 Maret 2023\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\r\n },\r\n \"occurrenceDateTime\": \"2023-03-10T03:00:00+00:00\",\r\n \"authoredOn\": \"2023-03-05T05: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/{{Practitioner_id}}\",\r\n \"display\": \"Dokter Bronsig\"\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 untuk melakukan Rehabilitasi Fisioterapi di Tanggal 10 Maret 2023. Dalam keadaan darurat dapat menghubungi hotline RS di nomor 14045\"\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"ServiceRequest\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{ClinicalImpression_Prognosis}}\",\r\n \"resource\": {\r\n \"resourceType\": \"ClinicalImpression\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/clinicalimpression/{{Org_id}}\",\r\n \"use\": \"official\",\r\n \"value\": \"Prognosis_00001\"\r\n }\r\n ],\r\n \"status\": \"completed\",\r\n \"description\": \"Pasien mengalami serangan stroke iskemik\",\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"{{Patient_Name}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\r\n \"date\": \"2023-03-05T05:00:00+00:00\",\r\n \"assessor\": {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n },\r\n \"finding\": [\r\n {\r\n \"itemCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\r\n \"code\": \"I63.5\",\r\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\r\n }\r\n ]\r\n },\r\n \"itemReference\": {\r\n \"reference\": \"Condition/{{Diagnosis_Utama2}}\"\r\n }\r\n }\r\n ],\r\n \"prognosisCodeableConcept\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"65872000\",\r\n \"display\": \"Fair prognosis\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"ClinicalImpression\"\r\n }\r\n }\r\n ]\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}", "host": [ "{{base_url}}" ] } }, "response": [ { "name": "Bundle Kunjungan 1- Rawat Inap", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction\",\n \"entry\": [\n {\n \"fullUrl\": \"urn:uuid:{{Encounter_Ranap1}}\",\n \"resource\": {\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter_Ranap1}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"finished\",\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-03-01T03:00:00+00:00\",\n \"end\": \"2023-03-05T05:30:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_bedRanap}}\",\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\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-03-01T03:00:00+00:00\",\n \"end\": \"2023-03-05T05:30:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-03-05T05:30:00+00:00\",\n \"end\": \"2023-03-05T05:30:00+00:00\"\n }\n }\n ],\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/{{Diagnosis_Utama2}}\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis\"\n }\n ]\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\n \"code\": \"home\",\n \"display\": \"Home\"\n }\n ],\n \"text\": \"Kontrol Kembali untuk Rehabilitasi Fisioterapi pada Tanggal 10 Maret 2023 \"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Ranap}}\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Encounter\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Diagnosis_Utama}}\",\n \"resource\": {\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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2023-03-02T04:00:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Diagnosis_Sekunder}}\",\n \"resource\": {\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\": \"I10\",\n \"display\": \"Essential (primary) hypertension\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"onsetDateTime\": \"2023-03-02T04:00:00+00:00\",\n \"recordedDate\": \"2023-03-02T04:00:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Procedure_EKG}}\",\n \"resource\": {\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.52\",\n \"display\": \"Electrocardiogram\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-02T03:30:00+00:00\",\n \"end\": \"2023-03-02T04:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_EKG}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"34534-8\",\n \"display\": \"12 lead EKG panel\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T04:00:00+00:00\",\n \"issued\": \"2023-03-02T04:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"valueString\": \"Hasil EKG menunjukan adanya tanda-tanda masalah sirkulasi darah ke otak atau pembuluh darah\",\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"426783006\",\n \"display\": \"Electrocardiogram: sinus rhythm\"\n }\n ]\n },\n \"valueBoolean\": false\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"164889003\",\n \"display\": \"Electrocardiographic atrial fibrillation\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"76388001\",\n \"display\": \"ST segment elevation\"\n }\n ]\n },\n \"valueBoolean\": false\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"26141007\",\n \"display\": \"ST segment depression\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"59931005\",\n \"display\": \"Inverted T wave\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_NIHScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T01:30:00+00:00\",\n \"issued\": \"2023-03-02T01:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 12,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Procedure_Fasting}}\",\n \"resource\": {\n \"resourceType\": \"Procedure\",\n \"status\": \"not-done\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"103693007\",\n \"display\": \"Diagnostic procedure\"\n }\n ],\n \"text\": \"Prosedur diagnostik\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"792805006\",\n \"display\": \"Fasting\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Tidak puasa\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{ServiceRequest_CTA}}\",\n \"resource\": {\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\": \"36146-9\",\n \"display\": \"CTA Carotid artery W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Pemeriksaan CT-Angio\"\n },\n \"orderDetail\": [\n {\n \"coding\": [\n {\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\",\n \"code\": \"CT\"\n }\n ],\n \"text\": \"Modality Code: CT\"\n },\n {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/ae-title\",\n \"display\": \"CT-02\"\n }\n ]\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"occurrenceDateTime\": \"2023-03-01T02:30:00+00:00\",\n \"authoredOn\": \"2023-03-01T02:15:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n ],\n \"reasonReference\": [\n {\n \"Reference\": \"Condition/{{DiagnosisUtama1_id}}\"\n },\n {\n \"Reference\": \"Procedure/{{Procedure_Fasting}}\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"ServiceRequest\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_CTA}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\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\": \"36146-9\",\n \"display\": \"CTA Carotid artery W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{ServiceRequest_CTA}}\"\n }\n ],\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_CTA}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415582006\",\n \"display\": \"Stenosis\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:8169f582-5f2e-4fa2-b594-9c59486ba9e1\",\n \"resource\": {\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\": \"36146-9\",\n \"display\": \"CTA Carotid artery W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{Observation_CTA}}\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_CTA}}\"\n }\n ],\n \"conclusion\": \"hasil CT angiografi menunjukkan adanya stenosis.\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"DiagnosticReport\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Medication_Clopidogrel}}\",\n \"resource\": {\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\": \"93000624\",\n \"display\": \"Clopidogrel Bisulfate 75 mg Tablet Salut Selaput (PLADOGREL)\"\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\": \"91000403\",\n \"display\": \"CLOPIDOGREL\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 75,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\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 },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Medication\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{MedicationRequest_Clopidogrel}}\",\n \"resource\": {\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/{{Medication_Clopidogrel}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"authoredOn\": \"2023-03-02T04: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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 tablet 1 hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet 1 hari\"\n }\n ],\n \"patientInstruction\": \"1 tablet 1 hari\",\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\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\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-03-02T04:00:00+00:00\",\n \"end\": \"2023-03-02T05:00:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\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 },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"MedicationRequest\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{QuestionnaireResponse_KajianObat}}\",\n \"resource\": {\n \"resourceType\": \"QuestionnaireResponse\",\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0007\",\n \"status\": \"completed\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"authored\": \"2023-03-02T04:30:00+00:00\",\n \"author\": {\n \"reference\": \"Practitioner/10009880728\",\n \"display\": \"Apoteker A\"\n },\n \"source\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"item\": [\n {\n \"linkId\": \"1\",\n \"text\": \"Persyaratan Administrasi\",\n \"item\": [\n {\n \"linkId\": \"1.1\",\n \"text\": \"Apakah nama, umur, jenis kelamin, berat badan dan tinggi badan pasien sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.2\",\n \"text\": \"Apakah nama, nomor ijin, alamat dan paraf dokter sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.3\",\n \"text\": \"Apakah tanggal resep sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.4\",\n \"text\": \"Apakah ruangan/unit asal resep sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2\",\n \"text\": \"Persyaratan Farmasetik\",\n \"item\": [\n {\n \"linkId\": \"2.1\",\n \"text\": \"Apakah nama obat, bentuk dan kekuatan sediaan sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.2\",\n \"text\": \"Apakah dosis dan jumlah obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.3\",\n \"text\": \"Apakah stabilitas obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.4\",\n \"text\": \"Apakah aturan dan cara penggunaan obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n }\n ]\n },\n {\n \"linkId\": \"3\",\n \"text\": \"Persyaratan Klinis\",\n \"item\": [\n {\n \"linkId\": \"3.1\",\n \"text\": \"Apakah ketepatan indikasi, dosis, dan waktu penggunaan obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"3.2\",\n \"text\": \"Apakah terdapat duplikasi pengobatan?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.3\",\n \"text\": \"Apakah terdapat alergi dan reaksi obat yang tidak dikehendaki (ROTD)?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.4\",\n \"text\": \"Apakah terdapat kontraindikasi pengobatan?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.5\",\n \"text\": \"Apakah terdapat dampak interaksi obat?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n }\n ]\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"QuestionnaireResponse\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{MedicationClopidogrel_ForDispense}}\",\n \"resource\": {\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\": \"93000624\",\n \"display\": \"Clopidogrel Bisulfate 75 mg Tablet Salut Selaput (PLADOGREL)\"\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\": \"91000403\",\n \"display\": \"CLOPIDOGREL\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 75,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\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 },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Medication\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{MedicationDispense_Clopidogrel}}\",\n \"resource\": {\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/37edb1d7-aafe-4443-b1a4-af1d24bf9100\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000003\",\n \"display\": \"John Miller\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_bedRanap}}\",\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/{{MedicationRequest_Clopidogrel}}\"\n }\n ],\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2023-03-02T04:30:00+00:00\",\n \"whenHandedOver\": \"2023-03-02T04:40:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 tablet 1 hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet 1 hari\"\n }\n ],\n \"patientInstruction\": \"1 tablet 1 hari\",\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\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n }\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"MedicationDispense\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_NIHScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6112-2\",\n \"display\": \"1\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{ServiceRequest_Kontrol}}\",\n \"resource\": {\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\": \"306098008\",\n \"display\": \"Self-referral\"\n }\n ]\n },\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"11429006\",\n \"display\": \"Consultation\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"185389009\",\n \"display\": \"Follow-up visit\"\n }\n ],\n \"text\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 10 Maret 2023\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"occurrenceDateTime\": \"2023-03-10T03:00:00+00:00\",\n \"authoredOn\": \"2023-03-05T05:30:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\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 \"text\": \"Kontrol kembali minggu depan 13 November 2023\"\n }\n ],\n \"locationCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\",\n \"code\": \"OF\",\n \"display\": \"Outpatient Facility\"\n }\n ]\n }\n ],\n \"patientInstruction\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 10 Maret 2023. Dalam keadaan darurat dapat menghubungi hotline RS di nomor 14045\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"ServiceRequest\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{ClinicalImpression_Prognosis}}\",\n \"resource\": {\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 mengalami serangan stroke iskemik\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"date\": \"2023-03-05T05:00:00+00:00\",\n \"assessor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/{{Diagnosis_Utama2}}\"\n }\n }\n ],\n \"prognosisCodeableConcept\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"65872000\",\n \"display\": \"Fair prognosis\"\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"ClinicalImpression\"\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}", "host": [ "{{base_url}}" ] } }, "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, 25 Apr 2024 03:41:40 GMT" }, { "key": "Content-Length", "value": "58802" }, { "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": "3bff1a30-f7c7-44ce-b499-0d469ff8a151" }, { "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 \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Encounter/3a4e75ef-eb84-4416-bd16-451f638cb2df/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Encounter\",\n \"resourceID\": \"3a4e75ef-eb84-4416-bd16-451f638cb2df\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/b76e65ec-03fc-49a0-b2c9-b804b97d6e4f/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"b76e65ec-03fc-49a0-b2c9-b804b97d6e4f\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/e51f0d4c-2c24-423e-bd1f-db3eefb2fbb7/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"e51f0d4c-2c24-423e-bd1f-db3eefb2fbb7\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/c4189814-44e5-4fd0-9e24-78730b83e01b/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"c4189814-44e5-4fd0-9e24-78730b83e01b\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/78701221-d985-4fd2-99e7-4a6e80e768e8/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"78701221-d985-4fd2-99e7-4a6e80e768e8\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/edaa88d2-bff0-4df5-860f-58b2c75e15b1/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"edaa88d2-bff0-4df5-860f-58b2c75e15b1\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/6dccbf41-9b8e-4cfe-8e4d-af09f81f9509/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"6dccbf41-9b8e-4cfe-8e4d-af09f81f9509\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/34511c0c-1517-423f-a6c4-787849d76c70/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"34511c0c-1517-423f-a6c4-787849d76c70\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/765a339a-271e-4063-bed8-49fad974b462/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"765a339a-271e-4063-bed8-49fad974b462\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/535cd778-b8b6-4114-845a-266bafdf7a13/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"535cd778-b8b6-4114-845a-266bafdf7a13\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/DiagnosticReport/f047d85d-9d95-4d16-a33b-db22cadad6a1/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"DiagnosticReport\",\n \"resourceID\": \"f047d85d-9d95-4d16-a33b-db22cadad6a1\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/8a8cbec1-40c7-4f46-872e-48fc3f7fbb14/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"8a8cbec1-40c7-4f46-872e-48fc3f7fbb14\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/59a71ec2-7fa4-45bb-9038-a8c0f4a4e10c/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"59a71ec2-7fa4-45bb-9038-a8c0f4a4e10c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/DiagnosticReport/02ddc1a6-a773-4f95-82f8-fa4495f95083/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"DiagnosticReport\",\n \"resourceID\": \"02ddc1a6-a773-4f95-82f8-fa4495f95083\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Medication/8a93f3e9-b492-4fb3-be75-27cb2b01b737/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Medication\",\n \"resourceID\": \"8a93f3e9-b492-4fb3-be75-27cb2b01b737\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationRequest/d1c41ff9-b0c1-4ed7-b4ae-fc5e0ffce899/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationRequest\",\n \"resourceID\": \"d1c41ff9-b0c1-4ed7-b4ae-fc5e0ffce899\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/QuestionnaireResponse/70fb0901-088d-4058-a3c8-187e76ba1607/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"QuestionnaireResponse\",\n \"resourceID\": \"70fb0901-088d-4058-a3c8-187e76ba1607\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Medication/2f036f0e-841e-4e1e-8f0a-19c00d4258a6/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Medication\",\n \"resourceID\": \"2f036f0e-841e-4e1e-8f0a-19c00d4258a6\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/35649e8b-5b44-4046-9125-e0d5513d864c/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationDispense\",\n \"resourceID\": \"35649e8b-5b44-4046-9125-e0d5513d864c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Medication/3269c606-820d-40a4-9c77-55d646b9c20c/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Medication\",\n \"resourceID\": \"3269c606-820d-40a4-9c77-55d646b9c20c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/990eb8e0-ec81-4990-b45b-9c960af4a7e2/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationDispense\",\n \"resourceID\": \"990eb8e0-ec81-4990-b45b-9c960af4a7e2\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Medication/00bd1700-07d7-4db2-b841-52c47aedbea6/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Medication\",\n \"resourceID\": \"00bd1700-07d7-4db2-b841-52c47aedbea6\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/db4f8c0f-415b-4036-ab81-dc3341191b55/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationDispense\",\n \"resourceID\": \"db4f8c0f-415b-4036-ab81-dc3341191b55\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/be7cac3c-9fe9-41dd-9413-43819b98f3a8/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"be7cac3c-9fe9-41dd-9413-43819b98f3a8\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/AllergyIntolerance/86d0dc88-43b7-43f1-b587-7e6bb972cc5f/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"AllergyIntolerance\",\n \"resourceID\": \"86d0dc88-43b7-43f1-b587-7e6bb972cc5f\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/f5292333-c9e2-49e3-b629-53f8bcf2323d/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"f5292333-c9e2-49e3-b629-53f8bcf2323d\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/36fecb3e-ee53-4d62-bdba-9f7d3175e649/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"36fecb3e-ee53-4d62-bdba-9f7d3175e649\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/DiagnosticReport/11433467-1030-4419-bc45-54ec7ec67d9a/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"DiagnosticReport\",\n \"resourceID\": \"11433467-1030-4419-bc45-54ec7ec67d9a\"\n }\n }\n ],\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction-response\",\n \"total\": 36\n}" }, { "name": "Bundle Kunjungan 1- Rawat Inap", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction\",\n \"entry\": [\n {\n \"fullUrl\": \"urn:uuid:{{Encounter_Ranap1}}\",\n \"resource\": {\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter_Ranap1}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"finished\",\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-03-01T03:00:00+00:00\",\n \"end\": \"2023-03-05T05:30:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_bedRanap}}\",\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\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-03-01T03:00:00+00:00\",\n \"end\": \"2023-03-05T05:30:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-03-05T05:30:00+00:00\",\n \"end\": \"2023-03-05T05:30:00+00:00\"\n }\n }\n ],\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/{{Diagnosis_Utama2}}\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis\"\n }\n ]\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\n \"code\": \"home\",\n \"display\": \"Home\"\n }\n ],\n \"text\": \"Kontrol Kembali untuk Rehabilitasi Fisioterapi pada Tanggal 10 Maret 2023 \"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Ranap}}\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Encounter\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Diagnosis_Utama}}\",\n \"resource\": {\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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2023-03-02T04:00:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Diagnosis_Sekunder}}\",\n \"resource\": {\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\": \"I10\",\n \"display\": \"Essential (primary) hypertension\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"onsetDateTime\": \"2023-03-02T04:00:00+00:00\",\n \"recordedDate\": \"2023-03-02T04:00:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Procedure_EKG}}\",\n \"resource\": {\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.52\",\n \"display\": \"Electrocardiogram\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-02T03:30:00+00:00\",\n \"end\": \"2023-03-02T04:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_EKG}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"34534-8\",\n \"display\": \"12 lead EKG panel\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T04:00:00+00:00\",\n \"issued\": \"2023-03-02T04:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"valueString\": \"Hasil EKG menunjukan adanya tanda-tanda masalah sirkulasi darah ke otak atau pembuluh darah\",\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"426783006\",\n \"display\": \"Electrocardiogram: sinus rhythm\"\n }\n ]\n },\n \"valueBoolean\": false\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"164889003\",\n \"display\": \"Electrocardiographic atrial fibrillation\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"76388001\",\n \"display\": \"ST segment elevation\"\n }\n ]\n },\n \"valueBoolean\": false\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"26141007\",\n \"display\": \"ST segment depression\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"59931005\",\n \"display\": \"Inverted T wave\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_NIHScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T01:30:00+00:00\",\n \"issued\": \"2023-03-02T01:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 12,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Procedure_Fasting}}\",\n \"resource\": {\n \"resourceType\": \"Procedure\",\n \"status\": \"not-done\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"103693007\",\n \"display\": \"Diagnostic procedure\"\n }\n ],\n \"text\": \"Prosedur diagnostik\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"792805006\",\n \"display\": \"Fasting\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Tidak puasa\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{ServiceRequest_CTA}}\",\n \"resource\": {\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\": \"36146-9\",\n \"display\": \"CTA Carotid artery W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Pemeriksaan CT-Angio\"\n },\n \"orderDetail\": [\n {\n \"coding\": [\n {\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\",\n \"code\": \"CT\"\n }\n ],\n \"text\": \"Modality Code: CT\"\n },\n {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/ae-title\",\n \"display\": \"CT-02\"\n }\n ]\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"occurrenceDateTime\": \"2023-03-01T02:30:00+00:00\",\n \"authoredOn\": \"2023-03-01T02:15:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n ],\n \"reasonReference\": [\n {\n \"Reference\": \"Condition/{{DiagnosisUtama1_id}}\"\n },\n {\n \"Reference\": \"Procedure/{{Procedure_Fasting}}\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"ServiceRequest\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_CTA}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\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\": \"36146-9\",\n \"display\": \"CTA Carotid artery W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{ServiceRequest_CTA}}\"\n }\n ],\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_CTA}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415582006\",\n \"display\": \"Stenosis\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:8169f582-5f2e-4fa2-b594-9c59486ba9e1\",\n \"resource\": {\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\": \"36146-9\",\n \"display\": \"CTA Carotid artery W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{Observation_CTA}}\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_CTA}}\"\n }\n ],\n \"conclusion\": \"hasil CT angiografi menunjukkan adanya stenosis.\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"DiagnosticReport\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Medication_Clopidogrel}}\",\n \"resource\": {\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\": \"93000624\",\n \"display\": \"Clopidogrel Bisulfate 75 mg Tablet Salut Selaput (PLADOGREL)\"\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\": \"91000403\",\n \"display\": \"CLOPIDOGREL\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 75,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\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 },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Medication\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{MedicationRequest_Clopidogrel}}\",\n \"resource\": {\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/{{Medication_Clopidogrel}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"authoredOn\": \"2023-03-02T04: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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 tablet 1 hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet 1 hari\"\n }\n ],\n \"patientInstruction\": \"1 tablet 1 hari\",\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\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\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-03-02T04:00:00+00:00\",\n \"end\": \"2023-03-02T05:00:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\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 },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"MedicationRequest\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{QuestionnaireResponse_KajianObat}}\",\n \"resource\": {\n \"resourceType\": \"QuestionnaireResponse\",\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0007\",\n \"status\": \"completed\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"authored\": \"2023-03-02T04:30:00+00:00\",\n \"author\": {\n \"reference\": \"Practitioner/10009880728\",\n \"display\": \"Apoteker A\"\n },\n \"source\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"item\": [\n {\n \"linkId\": \"1\",\n \"text\": \"Persyaratan Administrasi\",\n \"item\": [\n {\n \"linkId\": \"1.1\",\n \"text\": \"Apakah nama, umur, jenis kelamin, berat badan dan tinggi badan pasien sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.2\",\n \"text\": \"Apakah nama, nomor ijin, alamat dan paraf dokter sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.3\",\n \"text\": \"Apakah tanggal resep sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.4\",\n \"text\": \"Apakah ruangan/unit asal resep sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2\",\n \"text\": \"Persyaratan Farmasetik\",\n \"item\": [\n {\n \"linkId\": \"2.1\",\n \"text\": \"Apakah nama obat, bentuk dan kekuatan sediaan sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.2\",\n \"text\": \"Apakah dosis dan jumlah obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.3\",\n \"text\": \"Apakah stabilitas obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.4\",\n \"text\": \"Apakah aturan dan cara penggunaan obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n }\n ]\n },\n {\n \"linkId\": \"3\",\n \"text\": \"Persyaratan Klinis\",\n \"item\": [\n {\n \"linkId\": \"3.1\",\n \"text\": \"Apakah ketepatan indikasi, dosis, dan waktu penggunaan obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"3.2\",\n \"text\": \"Apakah terdapat duplikasi pengobatan?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.3\",\n \"text\": \"Apakah terdapat alergi dan reaksi obat yang tidak dikehendaki (ROTD)?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.4\",\n \"text\": \"Apakah terdapat kontraindikasi pengobatan?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.5\",\n \"text\": \"Apakah terdapat dampak interaksi obat?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n }\n ]\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"QuestionnaireResponse\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{MedicationClopidogrel_ForDispense}}\",\n \"resource\": {\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\": \"93000624\",\n \"display\": \"Clopidogrel Bisulfate 75 mg Tablet Salut Selaput (PLADOGREL)\"\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\": \"91000403\",\n \"display\": \"CLOPIDOGREL\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 75,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\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 },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Medication\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{MedicationDispense_Clopidogrel}}\",\n \"resource\": {\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/37edb1d7-aafe-4443-b1a4-af1d24bf9100\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000003\",\n \"display\": \"John Miller\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_bedRanap}}\",\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/{{MedicationRequest_Clopidogrel}}\"\n }\n ],\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2023-03-02T04:30:00+00:00\",\n \"whenHandedOver\": \"2023-03-02T04:40:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 tablet 1 hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet 1 hari\"\n }\n ],\n \"patientInstruction\": \"1 tablet 1 hari\",\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\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n }\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"MedicationDispense\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_NIHScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6112-2\",\n \"display\": \"1\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{ServiceRequest_Kontrol}}\",\n \"resource\": {\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\": \"306098008\",\n \"display\": \"Self-referral\"\n }\n ]\n },\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"11429006\",\n \"display\": \"Consultation\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"185389009\",\n \"display\": \"Follow-up visit\"\n }\n ],\n \"text\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 10 Maret 2023\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"occurrenceDateTime\": \"2023-03-10T03:00:00+00:00\",\n \"authoredOn\": \"2023-03-05T05:30:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\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 \"text\": \"Kontrol kembali minggu depan 13 November 2023\"\n }\n ],\n \"locationCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\",\n \"code\": \"OF\",\n \"display\": \"Outpatient Facility\"\n }\n ]\n }\n ],\n \"patientInstruction\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 10 Maret 2023. Dalam keadaan darurat dapat menghubungi hotline RS di nomor 14045\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"ServiceRequest\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{ClinicalImpression_Prognosis}}\",\n \"resource\": {\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 mengalami serangan stroke iskemik\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"date\": \"2023-03-05T05:00:00+00:00\",\n \"assessor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/{{Diagnosis_Utama2}}\"\n }\n }\n ],\n \"prognosisCodeableConcept\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"65872000\",\n \"display\": \"Fair prognosis\"\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"ClinicalImpression\"\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}", "host": [ "{{base_url}}" ] } }, "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, 25 Apr 2024 03:41:40 GMT" }, { "key": "Content-Length", "value": "58802" }, { "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": "3bff1a30-f7c7-44ce-b499-0d469ff8a151" }, { "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 \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Encounter/3a4e75ef-eb84-4416-bd16-451f638cb2df/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Encounter\",\n \"resourceID\": \"3a4e75ef-eb84-4416-bd16-451f638cb2df\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/b76e65ec-03fc-49a0-b2c9-b804b97d6e4f/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"b76e65ec-03fc-49a0-b2c9-b804b97d6e4f\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/e51f0d4c-2c24-423e-bd1f-db3eefb2fbb7/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"e51f0d4c-2c24-423e-bd1f-db3eefb2fbb7\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/c4189814-44e5-4fd0-9e24-78730b83e01b/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"c4189814-44e5-4fd0-9e24-78730b83e01b\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/78701221-d985-4fd2-99e7-4a6e80e768e8/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"78701221-d985-4fd2-99e7-4a6e80e768e8\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/edaa88d2-bff0-4df5-860f-58b2c75e15b1/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"edaa88d2-bff0-4df5-860f-58b2c75e15b1\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/6dccbf41-9b8e-4cfe-8e4d-af09f81f9509/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"6dccbf41-9b8e-4cfe-8e4d-af09f81f9509\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/34511c0c-1517-423f-a6c4-787849d76c70/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"34511c0c-1517-423f-a6c4-787849d76c70\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/765a339a-271e-4063-bed8-49fad974b462/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"765a339a-271e-4063-bed8-49fad974b462\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/535cd778-b8b6-4114-845a-266bafdf7a13/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"535cd778-b8b6-4114-845a-266bafdf7a13\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/DiagnosticReport/f047d85d-9d95-4d16-a33b-db22cadad6a1/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"DiagnosticReport\",\n \"resourceID\": \"f047d85d-9d95-4d16-a33b-db22cadad6a1\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/8a8cbec1-40c7-4f46-872e-48fc3f7fbb14/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"8a8cbec1-40c7-4f46-872e-48fc3f7fbb14\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/59a71ec2-7fa4-45bb-9038-a8c0f4a4e10c/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"59a71ec2-7fa4-45bb-9038-a8c0f4a4e10c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/DiagnosticReport/02ddc1a6-a773-4f95-82f8-fa4495f95083/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"DiagnosticReport\",\n \"resourceID\": \"02ddc1a6-a773-4f95-82f8-fa4495f95083\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Medication/8a93f3e9-b492-4fb3-be75-27cb2b01b737/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Medication\",\n \"resourceID\": \"8a93f3e9-b492-4fb3-be75-27cb2b01b737\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationRequest/d1c41ff9-b0c1-4ed7-b4ae-fc5e0ffce899/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationRequest\",\n \"resourceID\": \"d1c41ff9-b0c1-4ed7-b4ae-fc5e0ffce899\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/QuestionnaireResponse/70fb0901-088d-4058-a3c8-187e76ba1607/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"QuestionnaireResponse\",\n \"resourceID\": \"70fb0901-088d-4058-a3c8-187e76ba1607\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Medication/2f036f0e-841e-4e1e-8f0a-19c00d4258a6/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Medication\",\n \"resourceID\": \"2f036f0e-841e-4e1e-8f0a-19c00d4258a6\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/35649e8b-5b44-4046-9125-e0d5513d864c/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationDispense\",\n \"resourceID\": \"35649e8b-5b44-4046-9125-e0d5513d864c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Medication/3269c606-820d-40a4-9c77-55d646b9c20c/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Medication\",\n \"resourceID\": \"3269c606-820d-40a4-9c77-55d646b9c20c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/990eb8e0-ec81-4990-b45b-9c960af4a7e2/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationDispense\",\n \"resourceID\": \"990eb8e0-ec81-4990-b45b-9c960af4a7e2\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Medication/00bd1700-07d7-4db2-b841-52c47aedbea6/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Medication\",\n \"resourceID\": \"00bd1700-07d7-4db2-b841-52c47aedbea6\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/db4f8c0f-415b-4036-ab81-dc3341191b55/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationDispense\",\n \"resourceID\": \"db4f8c0f-415b-4036-ab81-dc3341191b55\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/be7cac3c-9fe9-41dd-9413-43819b98f3a8/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"be7cac3c-9fe9-41dd-9413-43819b98f3a8\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/AllergyIntolerance/86d0dc88-43b7-43f1-b587-7e6bb972cc5f/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"AllergyIntolerance\",\n \"resourceID\": \"86d0dc88-43b7-43f1-b587-7e6bb972cc5f\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/f5292333-c9e2-49e3-b629-53f8bcf2323d/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"f5292333-c9e2-49e3-b629-53f8bcf2323d\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/36fecb3e-ee53-4d62-bdba-9f7d3175e649/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"36fecb3e-ee53-4d62-bdba-9f7d3175e649\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/DiagnosticReport/11433467-1030-4419-bc45-54ec7ec67d9a/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"DiagnosticReport\",\n \"resourceID\": \"11433467-1030-4419-bc45-54ec7ec67d9a\"\n }\n }\n ],\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction-response\",\n \"total\": 36\n}" } ] }, { "name": "Bundle Kunjungan 1- Rawat Inap", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"Bundle\",\r\n \"type\": \"transaction\",\r\n \"entry\": [\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Encounter_Ranap1}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Encounter\",\r\n \"id\": \"{{Encounter_Ranap1}}\",\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-03-01T03:00:00+00:00\",\r\n \"end\": \"2023-03-05T05:30:00+00:00\"\r\n },\r\n \"location\": [\r\n {\r\n \"location\": {\r\n \"reference\": \"Location/{{Location_bedRanap}}\",\r\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\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 \"statusHistory\": [\r\n {\r\n \"status\": \"in-progress\",\r\n \"period\": {\r\n \"start\": \"2023-03-01T03:00:00+00:00\",\r\n \"end\": \"2023-03-05T05:30:00+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"finished\",\r\n \"period\": {\r\n \"start\": \"2023-03-05T05:30:00+00:00\",\r\n \"end\": \"2023-03-05T05:30:00+00:00\"\r\n }\r\n }\r\n ],\r\n \"diagnosis\": [\r\n {\r\n \"condition\": {\r\n \"reference\": \"Condition/{{Diagnosis_Utama2}}\"\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\": \"Kontrol Kembali untuk Rehabilitasi Fisioterapi pada Tanggal 10 Maret 2023 \"\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_Ranap}}\"\r\n }\r\n ],\r\n \"episodeOfCare\": [\r\n {\r\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Encounter\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Diagnosis_Utama}}\",\r\n \"resource\": {\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 \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\r\n \"code\": \"encounter-diagnosis\",\r\n \"display\": \"Encounter Diagnosis\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\r\n \"code\": \"I63.5\",\r\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\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/{{Encounter_Ranap1}}\"\r\n },\r\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\r\n \"recordedDate\": \"2023-03-02T04:00:00+00:00\",\r\n \"note\": [\r\n {\r\n \"text\": \"Pasien Stroke Iskemik\"\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Condition\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Diagnosis_Sekunder}}\",\r\n \"resource\": {\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 \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\r\n \"code\": \"encounter-diagnosis\",\r\n \"display\": \"Encounter Diagnosis\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\r\n \"code\": \"I10\",\r\n \"display\": \"Essential (primary) hypertension\"\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/{{Encounter_Ranap1}}\"\r\n },\r\n \"onsetDateTime\": \"2023-03-02T04:00:00+00:00\",\r\n \"recordedDate\": \"2023-03-02T04:00:00+00:00\",\r\n \"note\": [\r\n {\r\n \"text\": \"Pasien Stroke Iskemik\"\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Condition\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Procedure_EKG}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Procedure\",\r\n \"status\": \"completed\",\r\n \"category\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"103693007\",\r\n \"display\": \"Diagnostic procedure\"\r\n }\r\n ],\r\n \"text\": \"Diagnostic procedure\"\r\n },\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\r\n \"code\": \"89.52\",\r\n \"display\": \"Electrocardiogram\"\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/{{Encounter_Ranap1}}\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2023-03-02T03:30:00+00:00\",\r\n \"end\": \"2023-03-02T04:00:00+00:00\"\r\n },\r\n \"performer\": [\r\n {\r\n \"actor\": {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\r\n \"display\": \"Dokter Bronsig\"\r\n }\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\": \"I63.5\",\r\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Procedure\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_EKG}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\r\n \"value\": \"{{Registration_ID}}\"\r\n }\r\n ],\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"procedure\",\r\n \"display\": \"Procedure\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"34534-8\",\r\n \"display\": \"12 lead EKG panel\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-02T04:00:00+00:00\",\r\n \"issued\": \"2023-03-02T04:10:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n },\r\n {\r\n \"reference\": \"Organization/{{Org_id}}\"\r\n }\r\n ],\r\n \"valueString\": \"Hasil EKG menunjukan adanya tanda-tanda masalah sirkulasi darah ke otak atau pembuluh darah\",\r\n \"component\": [\r\n {\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"426783006\",\r\n \"display\": \"Electrocardiogram: sinus rhythm\"\r\n }\r\n ]\r\n },\r\n \"valueBoolean\": false\r\n },\r\n {\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"164889003\",\r\n \"display\": \"Electrocardiographic atrial fibrillation\"\r\n }\r\n ]\r\n },\r\n \"valueBoolean\": true\r\n },\r\n {\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"76388001\",\r\n \"display\": \"ST segment elevation\"\r\n }\r\n ]\r\n },\r\n \"valueBoolean\": false\r\n },\r\n {\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"26141007\",\r\n \"display\": \"ST segment depression\"\r\n }\r\n ]\r\n },\r\n \"valueBoolean\": true\r\n },\r\n {\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"59931005\",\r\n \"display\": \"Inverted T wave\"\r\n }\r\n ]\r\n },\r\n \"valueBoolean\": true\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_NIHScale}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"exam\",\r\n \"display\": \"Exam\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"72089-6\",\r\n \"display\": \"Total score [NIH Stroke Scale]\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-02T01:30:00+00:00\",\r\n \"issued\": \"2023-03-02T01:30:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": 12,\r\n \"unit\": \"{score}\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"{score}\"\r\n },\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\r\n \"code\": \"IP099353\",\r\n \"display\": \"defisit neurologis sedang / cukup berat\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Procedure_Fasting}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Procedure\",\r\n \"status\": \"not-done\",\r\n \"category\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"103693007\",\r\n \"display\": \"Diagnostic procedure\"\r\n }\r\n ],\r\n \"text\": \"Prosedur diagnostik\"\r\n },\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"792805006\",\r\n \"display\": \"Fasting\"\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/{{Encounter_Ranap1}}\"\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\": \"I63.5\",\r\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"note\": [\r\n {\r\n \"text\": \"Tidak puasa\"\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Procedure\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{ServiceRequest_CTA}}\",\r\n \"resource\": {\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 \"use\": \"usual\",\r\n \"type\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\r\n \"code\": \"ACSN\"\r\n }\r\n ]\r\n },\r\n \"system\": \"http://sys-ids.kemkes.go.id/acsn/{{Org_id}}\",\r\n \"value\": \"21120054\"\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\": \"363679005\",\r\n \"display\": \"Imaging\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"code\": \"36146-9\",\r\n \"display\": \"CTA Carotid artery W contrast IV\",\r\n \"system\": \"http://loinc.org\"\r\n }\r\n ],\r\n \"text\": \"Pemeriksaan CT-Angio\"\r\n },\r\n \"orderDetail\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\",\r\n \"code\": \"CT\"\r\n }\r\n ],\r\n \"text\": \"Modality Code: CT\"\r\n },\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/ae-title\",\r\n \"display\": \"CT-02\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\r\n },\r\n \"occurrenceDateTime\": \"2023-03-01T02:30:00+00:00\",\r\n \"authoredOn\": \"2023-03-01T02:15:00+00:00\",\r\n \"requester\": {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\r\n \"display\": \"Dokter Bronsig\"\r\n },\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\r\n \"display\": \"{{Practitioner_Name}}\"\r\n }\r\n ],\r\n \"reasonReference\": [\r\n {\r\n \"Reference\": \"Condition/{{DiagnosisUtama1_id}}\"\r\n },\r\n {\r\n \"Reference\": \"Procedure/{{Procedure_Fasting}}\"\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"ServiceRequest\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_CTA}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\r\n \"value\": \"{{Registration_ID}}\"\r\n }\r\n ],\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"imaging\",\r\n \"display\": \"Imaging\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"code\": \"36146-9\",\r\n \"display\": \"CTA Carotid artery W contrast IV\",\r\n \"system\": \"http://loinc.org\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\r\n \"issued\": \"2023-03-02T02:40:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n },\r\n {\r\n \"reference\": \"Organization/{{Org_id}}\"\r\n }\r\n ],\r\n \"basedOn\": [\r\n {\r\n \"reference\": \"ServiceRequest/{{ServiceRequest_CTA}}\"\r\n }\r\n ],\r\n \"derivedFrom\": [\r\n {\r\n \"reference\": \"ImagingStudy/{{ImagingStudy_CTA}}\"\r\n }\r\n ],\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"415582006\",\r\n \"display\": \"Stenosis\"\r\n }\r\n ]\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:8169f582-5f2e-4fa2-b594-9c59486ba9e1\",\r\n \"resource\": {\r\n \"resourceType\": \"DiagnosticReport\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/{{Org_id}}/rad\",\r\n \"use\": \"official\",\r\n \"value\": \"5234342\"\r\n }\r\n ],\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\",\r\n \"code\": \"RAD\",\r\n \"display\": \"Radiology\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"code\": \"36146-9\",\r\n \"display\": \"CTA Carotid artery W contrast IV\",\r\n \"system\": \"http://loinc.org\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\r\n \"issued\": \"2023-03-02T02:40:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n },\r\n {\r\n \"reference\": \"Organization/{{Org_id}}\"\r\n }\r\n ],\r\n \"result\": [\r\n {\r\n \"reference\": \"Observation/{{Observation_CTA}}\"\r\n }\r\n ],\r\n \"basedOn\": [\r\n {\r\n \"reference\": \"ServiceRequest/{{ServiceRequest_CTA}}\"\r\n }\r\n ],\r\n \"conclusion\": \"hasil CT angiografi menunjukkan adanya stenosis.\"\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"DiagnosticReport\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Medication_Clopidogrel}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Medication\",\r\n \"meta\": {\r\n \"profile\": [\r\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\r\n ]\r\n },\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\r\n \"use\": \"official\",\r\n \"value\": \"666733\"\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\r\n \"code\": \"93000624\",\r\n \"display\": \"Clopidogrel Bisulfate 75 mg Tablet Salut Selaput (PLADOGREL)\"\r\n }\r\n ]\r\n },\r\n \"status\": \"active\",\r\n \"manufacturer\": {\r\n \"reference\": \"Organization/900001\"\r\n },\r\n \"form\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\r\n \"code\": \"BS077\",\r\n \"display\": \"Tablet Salut Selaput\"\r\n }\r\n ]\r\n },\r\n \"ingredient\": [\r\n {\r\n \"itemCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\r\n \"code\": \"91000403\",\r\n \"display\": \"CLOPIDOGREL\"\r\n }\r\n ]\r\n },\r\n \"isActive\": true,\r\n \"strength\": {\r\n \"numerator\": {\r\n \"value\": 75,\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"mg\"\r\n },\r\n \"denominator\": {\r\n \"value\": 1,\r\n \"unit\": \"Tablet\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\r\n \"code\": \"TAB\"\r\n }\r\n }\r\n }\r\n ],\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\r\n \"code\": \"NC\",\r\n \"display\": \"Non-compound\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Medication\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{MedicationRequest_Clopidogrel}}\",\r\n \"resource\": {\r\n \"resourceType\": \"MedicationRequest\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\r\n \"use\": \"official\",\r\n \"value\": \"2487777\"\r\n },\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\r\n \"use\": \"official\",\r\n \"value\": \"2487777-1\"\r\n }\r\n ],\r\n \"status\": \"completed\",\r\n \"intent\": \"order\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/medicationrequest-category\",\r\n \"code\": \"inpatient\",\r\n \"display\": \"Inpatient\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"priority\": \"routine\",\r\n \"medicationReference\": {\r\n \"reference\": \"Medication/{{Medication_Clopidogrel}}\"\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/{{Encounter_Ranap1}}\"\r\n },\r\n \"authoredOn\": \"2023-03-02T04:00:00+00:00\",\r\n \"requester\": {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\r\n \"display\": \"{{Practitioner_Name}}\"\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\": \"I63.5\",\r\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"dosageInstruction\": [\r\n {\r\n \"sequence\": 1,\r\n \"text\": \"1 tablet 1 hari\",\r\n \"additionalInstruction\": [\r\n {\r\n \"text\": \"1 tablet 1 hari\"\r\n }\r\n ],\r\n \"patientInstruction\": \"1 tablet 1 hari\",\r\n \"timing\": {\r\n \"repeat\": {\r\n \"frequency\": 1,\r\n \"period\": 1,\r\n \"periodUnit\": \"d\"\r\n }\r\n },\r\n \"route\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://www.whocc.no/atc\",\r\n \"code\": \"O\",\r\n \"display\": \"Oral\"\r\n }\r\n ]\r\n },\r\n \"doseAndRate\": [\r\n {\r\n \"type\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\",\r\n \"code\": \"ordered\",\r\n \"display\": \"Ordered\"\r\n }\r\n ]\r\n },\r\n \"doseQuantity\": {\r\n \"value\": 1,\r\n \"unit\": \"Tablet\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\r\n \"code\": \"TAB\"\r\n }\r\n }\r\n ]\r\n }\r\n ],\r\n \"dispenseRequest\": {\r\n \"dispenseInterval\": {\r\n \"value\": 1,\r\n \"unit\": \"days\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"d\"\r\n },\r\n \"validityPeriod\": {\r\n \"start\": \"2023-03-02T04:00:00+00:00\",\r\n \"end\": \"2023-03-02T05:00:00+00:00\"\r\n },\r\n \"numberOfRepeatsAllowed\": 0,\r\n \"quantity\": {\r\n \"value\": 1,\r\n \"unit\": \"Tablet\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\r\n \"code\": \"TAB\"\r\n },\r\n \"expectedSupplyDuration\": {\r\n \"value\": 1,\r\n \"unit\": \"days\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"d\"\r\n },\r\n \"performer\": {\r\n \"reference\": \"Organization/{{Org_id}}\"\r\n }\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"MedicationRequest\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{QuestionnaireResponse_KajianObat}}\",\r\n \"resource\": {\r\n \"resourceType\": \"QuestionnaireResponse\",\r\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0007\",\r\n \"status\": \"completed\",\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"{{Patient_Name}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\r\n },\r\n \"authored\": \"2023-03-02T04:30:00+00:00\",\r\n \"author\": {\r\n \"reference\": \"Practitioner/10009880728\",\r\n \"display\": \"Apoteker A\"\r\n },\r\n \"source\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"item\": [\r\n {\r\n \"linkId\": \"1\",\r\n \"text\": \"Persyaratan Administrasi\",\r\n \"item\": [\r\n {\r\n \"linkId\": \"1.1\",\r\n \"text\": \"Apakah nama, umur, jenis kelamin, berat badan dan tinggi badan pasien sudah sesuai?\",\r\n \"answer\": [\r\n {\r\n \"valueCoding\": {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\r\n \"code\": \"OV000052\",\r\n \"display\": \"Sesuai\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"linkId\": \"1.2\",\r\n \"text\": \"Apakah nama, nomor ijin, alamat dan paraf dokter sudah sesuai?\",\r\n \"answer\": [\r\n {\r\n \"valueCoding\": {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\r\n \"code\": \"OV000052\",\r\n \"display\": \"Sesuai\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"linkId\": \"1.3\",\r\n \"text\": \"Apakah tanggal resep sudah sesuai?\",\r\n \"answer\": [\r\n {\r\n \"valueCoding\": {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\r\n \"code\": \"OV000052\",\r\n \"display\": \"Sesuai\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"linkId\": \"1.4\",\r\n \"text\": \"Apakah ruangan/unit asal resep sudah sesuai?\",\r\n \"answer\": [\r\n {\r\n \"valueCoding\": {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\r\n \"code\": \"OV000052\",\r\n \"display\": \"Sesuai\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"linkId\": \"2\",\r\n \"text\": \"Persyaratan Farmasetik\",\r\n \"item\": [\r\n {\r\n \"linkId\": \"2.1\",\r\n \"text\": \"Apakah nama obat, bentuk dan kekuatan sediaan sudah sesuai?\",\r\n \"answer\": [\r\n {\r\n \"valueCoding\": {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\r\n \"code\": \"OV000052\",\r\n \"display\": \"Sesuai\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"linkId\": \"2.2\",\r\n \"text\": \"Apakah dosis dan jumlah obat sudah sesuai?\",\r\n \"answer\": [\r\n {\r\n \"valueCoding\": {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\r\n \"code\": \"OV000052\",\r\n \"display\": \"Sesuai\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"linkId\": \"2.3\",\r\n \"text\": \"Apakah stabilitas obat sudah sesuai?\",\r\n \"answer\": [\r\n {\r\n \"valueCoding\": {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\r\n \"code\": \"OV000052\",\r\n \"display\": \"Sesuai\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"linkId\": \"2.4\",\r\n \"text\": \"Apakah aturan dan cara penggunaan obat sudah sesuai?\",\r\n \"answer\": [\r\n {\r\n \"valueCoding\": {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\r\n \"code\": \"OV000052\",\r\n \"display\": \"Sesuai\"\r\n }\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"linkId\": \"3\",\r\n \"text\": \"Persyaratan Klinis\",\r\n \"item\": [\r\n {\r\n \"linkId\": \"3.1\",\r\n \"text\": \"Apakah ketepatan indikasi, dosis, dan waktu penggunaan obat sudah sesuai?\",\r\n \"answer\": [\r\n {\r\n \"valueCoding\": {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\r\n \"code\": \"OV000052\",\r\n \"display\": \"Sesuai\"\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"linkId\": \"3.2\",\r\n \"text\": \"Apakah terdapat duplikasi pengobatan?\",\r\n \"answer\": [\r\n {\r\n \"valueBoolean\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"linkId\": \"3.3\",\r\n \"text\": \"Apakah terdapat alergi dan reaksi obat yang tidak dikehendaki (ROTD)?\",\r\n \"answer\": [\r\n {\r\n \"valueBoolean\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"linkId\": \"3.4\",\r\n \"text\": \"Apakah terdapat kontraindikasi pengobatan?\",\r\n \"answer\": [\r\n {\r\n \"valueBoolean\": false\r\n }\r\n ]\r\n },\r\n {\r\n \"linkId\": \"3.5\",\r\n \"text\": \"Apakah terdapat dampak interaksi obat?\",\r\n \"answer\": [\r\n {\r\n \"valueBoolean\": false\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"QuestionnaireResponse\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{MedicationClopidogrel_ForDispense}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Medication\",\r\n \"meta\": {\r\n \"profile\": [\r\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\r\n ]\r\n },\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\r\n \"use\": \"official\",\r\n \"value\": \"6667330\"\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\r\n \"code\": \"93000624\",\r\n \"display\": \"Clopidogrel Bisulfate 75 mg Tablet Salut Selaput (PLADOGREL)\"\r\n }\r\n ]\r\n },\r\n \"status\": \"active\",\r\n \"manufacturer\": {\r\n \"reference\": \"Organization/900001\"\r\n },\r\n \"form\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\r\n \"code\": \"BS077\",\r\n \"display\": \"Tablet Salut Selaput\"\r\n }\r\n ]\r\n },\r\n \"ingredient\": [\r\n {\r\n \"itemCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\r\n \"code\": \"91000403\",\r\n \"display\": \"CLOPIDOGREL\"\r\n }\r\n ]\r\n },\r\n \"isActive\": true,\r\n \"strength\": {\r\n \"numerator\": {\r\n \"value\": 75,\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"mg\"\r\n },\r\n \"denominator\": {\r\n \"value\": 1,\r\n \"unit\": \"Tablet\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\r\n \"code\": \"TAB\"\r\n }\r\n }\r\n }\r\n ],\r\n \"batch\": {\r\n \"lotNumber\": \"1625042A\",\r\n \"expirationDate\": \"2025-07-22T14:27:00+00:00\"\r\n },\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\r\n \"code\": \"NC\",\r\n \"display\": \"Non-compound\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Medication\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{MedicationDispense_Clopidogrel}}\",\r\n \"resource\": {\r\n \"resourceType\": \"MedicationDispense\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\r\n \"use\": \"official\",\r\n \"value\": \"24877770\"\r\n },\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\r\n \"use\": \"official\",\r\n \"value\": \"24877770-1\"\r\n }\r\n ],\r\n \"status\": \"completed\",\r\n \"category\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category\",\r\n \"code\": \"inpatient\",\r\n \"display\": \"Inpatient\"\r\n }\r\n ]\r\n },\r\n \"medicationReference\": {\r\n \"reference\": \"Medication/37edb1d7-aafe-4443-b1a4-af1d24bf9100\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"{{Patient_Name}}\"\r\n },\r\n \"context\": {\r\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\r\n },\r\n \"performer\": [\r\n {\r\n \"actor\": {\r\n \"reference\": \"Practitioner/N10000003\",\r\n \"display\": \"John Miller\"\r\n }\r\n }\r\n ],\r\n \"location\": {\r\n \"reference\": \"Location/{{Location_bedRanap}}\",\r\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\r\n },\r\n \"authorizingPrescription\": [\r\n {\r\n \"reference\": \"MedicationRequest/{{MedicationRequest_Clopidogrel}}\"\r\n }\r\n ],\r\n \"quantity\": {\r\n \"value\": 1,\r\n \"unit\": \"Tablet\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\r\n \"code\": \"TAB\"\r\n },\r\n \"daysSupply\": {\r\n \"value\": 1,\r\n \"unit\": \"Day\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"d\"\r\n },\r\n \"whenPrepared\": \"2023-03-02T04:30:00+00:00\",\r\n \"whenHandedOver\": \"2023-03-02T04:40:00+00:00\",\r\n \"dosageInstruction\": [\r\n {\r\n \"sequence\": 1,\r\n \"text\": \"1 tablet 1 hari\",\r\n \"additionalInstruction\": [\r\n {\r\n \"text\": \"1 tablet 1 hari\"\r\n }\r\n ],\r\n \"patientInstruction\": \"1 tablet 1 hari\",\r\n \"timing\": {\r\n \"repeat\": {\r\n \"frequency\": 1,\r\n \"period\": 1,\r\n \"periodUnit\": \"d\"\r\n }\r\n },\r\n \"route\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://www.whocc.no/atc\",\r\n \"code\": \"O\",\r\n \"display\": \"Oral\"\r\n }\r\n ]\r\n },\r\n \"doseAndRate\": [\r\n {\r\n \"type\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\",\r\n \"code\": \"ordered\",\r\n \"display\": \"Ordered\"\r\n }\r\n ]\r\n },\r\n \"doseQuantity\": {\r\n \"value\": 1,\r\n \"unit\": \"Tablet\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\r\n \"code\": \"TAB\"\r\n }\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"MedicationDispense\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_NIHScale}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"exam\",\r\n \"display\": \"Exam\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"72089-6\",\r\n \"display\": \"Total score [NIH Stroke Scale]\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\r\n \"issued\": \"2023-03-05T05:00:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": 14,\r\n \"unit\": \"{score}\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"{score}\"\r\n },\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\r\n \"code\": \"IP099353\",\r\n \"display\": \"defisit neurologis sedang / cukup berat\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"exam\",\r\n \"display\": \"Exam\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"75859-9\",\r\n \"display\": \"Modified rankin scale\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\r\n \"issued\": \"2023-03-05T05:00:00+00:00\",\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"LA6112-2\",\r\n \"display\": \"1\"\r\n }\r\n ]\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{ServiceRequest_Kontrol}}\",\r\n \"resource\": {\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 untuk melakukan Rehabilitasi Fisioterapi di Tanggal 10 Maret 2023\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\r\n },\r\n \"occurrenceDateTime\": \"2023-03-10T03:00:00+00:00\",\r\n \"authoredOn\": \"2023-03-05T05: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/{{Practitioner_id}}\",\r\n \"display\": \"Dokter Bronsig\"\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 untuk melakukan Rehabilitasi Fisioterapi di Tanggal 10 Maret 2023. Dalam keadaan darurat dapat menghubungi hotline RS di nomor 14045\"\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"ServiceRequest\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{ClinicalImpression_Prognosis}}\",\r\n \"resource\": {\r\n \"resourceType\": \"ClinicalImpression\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/clinicalimpression/{{Org_id}}\",\r\n \"use\": \"official\",\r\n \"value\": \"Prognosis_00001\"\r\n }\r\n ],\r\n \"status\": \"completed\",\r\n \"description\": \"Pasien mengalami serangan stroke iskemik\",\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"{{Patient_Name}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\r\n \"date\": \"2023-03-05T05:00:00+00:00\",\r\n \"assessor\": {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n },\r\n \"finding\": [\r\n {\r\n \"itemCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\r\n \"code\": \"I63.5\",\r\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\r\n }\r\n ]\r\n },\r\n \"itemReference\": {\r\n \"reference\": \"Condition/{{Diagnosis_Utama2}}\"\r\n }\r\n }\r\n ],\r\n \"prognosisCodeableConcept\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"65872000\",\r\n \"display\": \"Fair prognosis\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"ClinicalImpression\"\r\n }\r\n }\r\n ]\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}", "host": [ "{{base_url}}" ] } }, "response": [ { "name": "Bundle Kunjungan 1- Rawat Inap", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction\",\n \"entry\": [\n {\n \"fullUrl\": \"urn:uuid:{{Encounter_Ranap1}}\",\n \"resource\": {\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter_Ranap1}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"finished\",\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-03-01T03:00:00+00:00\",\n \"end\": \"2023-03-05T05:30:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_bedRanap}}\",\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\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-03-01T03:00:00+00:00\",\n \"end\": \"2023-03-05T05:30:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-03-05T05:30:00+00:00\",\n \"end\": \"2023-03-05T05:30:00+00:00\"\n }\n }\n ],\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/{{Diagnosis_Utama2}}\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis\"\n }\n ]\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\n \"code\": \"home\",\n \"display\": \"Home\"\n }\n ],\n \"text\": \"Kontrol Kembali untuk Rehabilitasi Fisioterapi pada Tanggal 10 Maret 2023 \"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Ranap}}\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Encounter\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Diagnosis_Utama}}\",\n \"resource\": {\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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2023-03-02T04:00:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Diagnosis_Sekunder}}\",\n \"resource\": {\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\": \"I10\",\n \"display\": \"Essential (primary) hypertension\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"onsetDateTime\": \"2023-03-02T04:00:00+00:00\",\n \"recordedDate\": \"2023-03-02T04:00:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Procedure_EKG}}\",\n \"resource\": {\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.52\",\n \"display\": \"Electrocardiogram\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-02T03:30:00+00:00\",\n \"end\": \"2023-03-02T04:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_EKG}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"34534-8\",\n \"display\": \"12 lead EKG panel\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T04:00:00+00:00\",\n \"issued\": \"2023-03-02T04:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"valueString\": \"Hasil EKG menunjukan adanya tanda-tanda masalah sirkulasi darah ke otak atau pembuluh darah\",\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"426783006\",\n \"display\": \"Electrocardiogram: sinus rhythm\"\n }\n ]\n },\n \"valueBoolean\": false\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"164889003\",\n \"display\": \"Electrocardiographic atrial fibrillation\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"76388001\",\n \"display\": \"ST segment elevation\"\n }\n ]\n },\n \"valueBoolean\": false\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"26141007\",\n \"display\": \"ST segment depression\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"59931005\",\n \"display\": \"Inverted T wave\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_NIHScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T01:30:00+00:00\",\n \"issued\": \"2023-03-02T01:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 12,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Procedure_Fasting}}\",\n \"resource\": {\n \"resourceType\": \"Procedure\",\n \"status\": \"not-done\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"103693007\",\n \"display\": \"Diagnostic procedure\"\n }\n ],\n \"text\": \"Prosedur diagnostik\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"792805006\",\n \"display\": \"Fasting\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Tidak puasa\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{ServiceRequest_CTA}}\",\n \"resource\": {\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\": \"36146-9\",\n \"display\": \"CTA Carotid artery W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Pemeriksaan CT-Angio\"\n },\n \"orderDetail\": [\n {\n \"coding\": [\n {\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\",\n \"code\": \"CT\"\n }\n ],\n \"text\": \"Modality Code: CT\"\n },\n {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/ae-title\",\n \"display\": \"CT-02\"\n }\n ]\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"occurrenceDateTime\": \"2023-03-01T02:30:00+00:00\",\n \"authoredOn\": \"2023-03-01T02:15:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n ],\n \"reasonReference\": [\n {\n \"Reference\": \"Condition/{{DiagnosisUtama1_id}}\"\n },\n {\n \"Reference\": \"Procedure/{{Procedure_Fasting}}\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"ServiceRequest\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_CTA}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\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\": \"36146-9\",\n \"display\": \"CTA Carotid artery W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{ServiceRequest_CTA}}\"\n }\n ],\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_CTA}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415582006\",\n \"display\": \"Stenosis\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:8169f582-5f2e-4fa2-b594-9c59486ba9e1\",\n \"resource\": {\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\": \"36146-9\",\n \"display\": \"CTA Carotid artery W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{Observation_CTA}}\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_CTA}}\"\n }\n ],\n \"conclusion\": \"hasil CT angiografi menunjukkan adanya stenosis.\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"DiagnosticReport\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Medication_Clopidogrel}}\",\n \"resource\": {\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\": \"93000624\",\n \"display\": \"Clopidogrel Bisulfate 75 mg Tablet Salut Selaput (PLADOGREL)\"\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\": \"91000403\",\n \"display\": \"CLOPIDOGREL\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 75,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\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 },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Medication\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{MedicationRequest_Clopidogrel}}\",\n \"resource\": {\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/{{Medication_Clopidogrel}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"authoredOn\": \"2023-03-02T04: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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 tablet 1 hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet 1 hari\"\n }\n ],\n \"patientInstruction\": \"1 tablet 1 hari\",\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\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\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-03-02T04:00:00+00:00\",\n \"end\": \"2023-03-02T05:00:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\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 },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"MedicationRequest\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{QuestionnaireResponse_KajianObat}}\",\n \"resource\": {\n \"resourceType\": \"QuestionnaireResponse\",\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0007\",\n \"status\": \"completed\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"authored\": \"2023-03-02T04:30:00+00:00\",\n \"author\": {\n \"reference\": \"Practitioner/10009880728\",\n \"display\": \"Apoteker A\"\n },\n \"source\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"item\": [\n {\n \"linkId\": \"1\",\n \"text\": \"Persyaratan Administrasi\",\n \"item\": [\n {\n \"linkId\": \"1.1\",\n \"text\": \"Apakah nama, umur, jenis kelamin, berat badan dan tinggi badan pasien sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.2\",\n \"text\": \"Apakah nama, nomor ijin, alamat dan paraf dokter sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.3\",\n \"text\": \"Apakah tanggal resep sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.4\",\n \"text\": \"Apakah ruangan/unit asal resep sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2\",\n \"text\": \"Persyaratan Farmasetik\",\n \"item\": [\n {\n \"linkId\": \"2.1\",\n \"text\": \"Apakah nama obat, bentuk dan kekuatan sediaan sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.2\",\n \"text\": \"Apakah dosis dan jumlah obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.3\",\n \"text\": \"Apakah stabilitas obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.4\",\n \"text\": \"Apakah aturan dan cara penggunaan obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n }\n ]\n },\n {\n \"linkId\": \"3\",\n \"text\": \"Persyaratan Klinis\",\n \"item\": [\n {\n \"linkId\": \"3.1\",\n \"text\": \"Apakah ketepatan indikasi, dosis, dan waktu penggunaan obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"3.2\",\n \"text\": \"Apakah terdapat duplikasi pengobatan?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.3\",\n \"text\": \"Apakah terdapat alergi dan reaksi obat yang tidak dikehendaki (ROTD)?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.4\",\n \"text\": \"Apakah terdapat kontraindikasi pengobatan?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.5\",\n \"text\": \"Apakah terdapat dampak interaksi obat?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n }\n ]\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"QuestionnaireResponse\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{MedicationClopidogrel_ForDispense}}\",\n \"resource\": {\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\": \"93000624\",\n \"display\": \"Clopidogrel Bisulfate 75 mg Tablet Salut Selaput (PLADOGREL)\"\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\": \"91000403\",\n \"display\": \"CLOPIDOGREL\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 75,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\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 },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Medication\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{MedicationDispense_Clopidogrel}}\",\n \"resource\": {\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/37edb1d7-aafe-4443-b1a4-af1d24bf9100\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000003\",\n \"display\": \"John Miller\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_bedRanap}}\",\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/{{MedicationRequest_Clopidogrel}}\"\n }\n ],\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2023-03-02T04:30:00+00:00\",\n \"whenHandedOver\": \"2023-03-02T04:40:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 tablet 1 hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet 1 hari\"\n }\n ],\n \"patientInstruction\": \"1 tablet 1 hari\",\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\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n }\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"MedicationDispense\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_NIHScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6112-2\",\n \"display\": \"1\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{ServiceRequest_Kontrol}}\",\n \"resource\": {\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\": \"306098008\",\n \"display\": \"Self-referral\"\n }\n ]\n },\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"11429006\",\n \"display\": \"Consultation\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"185389009\",\n \"display\": \"Follow-up visit\"\n }\n ],\n \"text\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 10 Maret 2023\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"occurrenceDateTime\": \"2023-03-10T03:00:00+00:00\",\n \"authoredOn\": \"2023-03-05T05:30:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\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 \"text\": \"Kontrol kembali minggu depan 13 November 2023\"\n }\n ],\n \"locationCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\",\n \"code\": \"OF\",\n \"display\": \"Outpatient Facility\"\n }\n ]\n }\n ],\n \"patientInstruction\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 10 Maret 2023. Dalam keadaan darurat dapat menghubungi hotline RS di nomor 14045\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"ServiceRequest\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{ClinicalImpression_Prognosis}}\",\n \"resource\": {\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 mengalami serangan stroke iskemik\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"date\": \"2023-03-05T05:00:00+00:00\",\n \"assessor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/{{Diagnosis_Utama2}}\"\n }\n }\n ],\n \"prognosisCodeableConcept\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"65872000\",\n \"display\": \"Fair prognosis\"\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"ClinicalImpression\"\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}", "host": [ "{{base_url}}" ] } }, "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, 25 Apr 2024 03:41:40 GMT" }, { "key": "Content-Length", "value": "58802" }, { "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": "3bff1a30-f7c7-44ce-b499-0d469ff8a151" }, { "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 \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Encounter/3a4e75ef-eb84-4416-bd16-451f638cb2df/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Encounter\",\n \"resourceID\": \"3a4e75ef-eb84-4416-bd16-451f638cb2df\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/b76e65ec-03fc-49a0-b2c9-b804b97d6e4f/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"b76e65ec-03fc-49a0-b2c9-b804b97d6e4f\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/e51f0d4c-2c24-423e-bd1f-db3eefb2fbb7/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"e51f0d4c-2c24-423e-bd1f-db3eefb2fbb7\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/c4189814-44e5-4fd0-9e24-78730b83e01b/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"c4189814-44e5-4fd0-9e24-78730b83e01b\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/78701221-d985-4fd2-99e7-4a6e80e768e8/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"78701221-d985-4fd2-99e7-4a6e80e768e8\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/edaa88d2-bff0-4df5-860f-58b2c75e15b1/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"edaa88d2-bff0-4df5-860f-58b2c75e15b1\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/6dccbf41-9b8e-4cfe-8e4d-af09f81f9509/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"6dccbf41-9b8e-4cfe-8e4d-af09f81f9509\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/34511c0c-1517-423f-a6c4-787849d76c70/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"34511c0c-1517-423f-a6c4-787849d76c70\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/765a339a-271e-4063-bed8-49fad974b462/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"765a339a-271e-4063-bed8-49fad974b462\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/535cd778-b8b6-4114-845a-266bafdf7a13/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"535cd778-b8b6-4114-845a-266bafdf7a13\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/DiagnosticReport/f047d85d-9d95-4d16-a33b-db22cadad6a1/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"DiagnosticReport\",\n \"resourceID\": \"f047d85d-9d95-4d16-a33b-db22cadad6a1\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/8a8cbec1-40c7-4f46-872e-48fc3f7fbb14/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"8a8cbec1-40c7-4f46-872e-48fc3f7fbb14\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/59a71ec2-7fa4-45bb-9038-a8c0f4a4e10c/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"59a71ec2-7fa4-45bb-9038-a8c0f4a4e10c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/DiagnosticReport/02ddc1a6-a773-4f95-82f8-fa4495f95083/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"DiagnosticReport\",\n \"resourceID\": \"02ddc1a6-a773-4f95-82f8-fa4495f95083\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Medication/8a93f3e9-b492-4fb3-be75-27cb2b01b737/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Medication\",\n \"resourceID\": \"8a93f3e9-b492-4fb3-be75-27cb2b01b737\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationRequest/d1c41ff9-b0c1-4ed7-b4ae-fc5e0ffce899/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationRequest\",\n \"resourceID\": \"d1c41ff9-b0c1-4ed7-b4ae-fc5e0ffce899\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/QuestionnaireResponse/70fb0901-088d-4058-a3c8-187e76ba1607/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"QuestionnaireResponse\",\n \"resourceID\": \"70fb0901-088d-4058-a3c8-187e76ba1607\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Medication/2f036f0e-841e-4e1e-8f0a-19c00d4258a6/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Medication\",\n \"resourceID\": \"2f036f0e-841e-4e1e-8f0a-19c00d4258a6\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/35649e8b-5b44-4046-9125-e0d5513d864c/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationDispense\",\n \"resourceID\": \"35649e8b-5b44-4046-9125-e0d5513d864c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Medication/3269c606-820d-40a4-9c77-55d646b9c20c/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Medication\",\n \"resourceID\": \"3269c606-820d-40a4-9c77-55d646b9c20c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/990eb8e0-ec81-4990-b45b-9c960af4a7e2/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationDispense\",\n \"resourceID\": \"990eb8e0-ec81-4990-b45b-9c960af4a7e2\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Medication/00bd1700-07d7-4db2-b841-52c47aedbea6/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Medication\",\n \"resourceID\": \"00bd1700-07d7-4db2-b841-52c47aedbea6\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/db4f8c0f-415b-4036-ab81-dc3341191b55/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationDispense\",\n \"resourceID\": \"db4f8c0f-415b-4036-ab81-dc3341191b55\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/be7cac3c-9fe9-41dd-9413-43819b98f3a8/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"be7cac3c-9fe9-41dd-9413-43819b98f3a8\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/AllergyIntolerance/86d0dc88-43b7-43f1-b587-7e6bb972cc5f/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"AllergyIntolerance\",\n \"resourceID\": \"86d0dc88-43b7-43f1-b587-7e6bb972cc5f\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/f5292333-c9e2-49e3-b629-53f8bcf2323d/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"f5292333-c9e2-49e3-b629-53f8bcf2323d\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/36fecb3e-ee53-4d62-bdba-9f7d3175e649/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"36fecb3e-ee53-4d62-bdba-9f7d3175e649\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/DiagnosticReport/11433467-1030-4419-bc45-54ec7ec67d9a/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"DiagnosticReport\",\n \"resourceID\": \"11433467-1030-4419-bc45-54ec7ec67d9a\"\n }\n }\n ],\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction-response\",\n \"total\": 36\n}" }, { "name": "Bundle Kunjungan 1- Rawat Inap", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction\",\n \"entry\": [\n {\n \"fullUrl\": \"urn:uuid:{{Encounter_Ranap1}}\",\n \"resource\": {\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter_Ranap1}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"finished\",\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-03-01T03:00:00+00:00\",\n \"end\": \"2023-03-05T05:30:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_bedRanap}}\",\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\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-03-01T03:00:00+00:00\",\n \"end\": \"2023-03-05T05:30:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-03-05T05:30:00+00:00\",\n \"end\": \"2023-03-05T05:30:00+00:00\"\n }\n }\n ],\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/{{Diagnosis_Utama2}}\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis\"\n }\n ]\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\n \"code\": \"home\",\n \"display\": \"Home\"\n }\n ],\n \"text\": \"Kontrol Kembali untuk Rehabilitasi Fisioterapi pada Tanggal 10 Maret 2023 \"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Ranap}}\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Encounter\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Diagnosis_Utama}}\",\n \"resource\": {\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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"onsetDateTime\": \"2023-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2023-03-02T04:00:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Diagnosis_Sekunder}}\",\n \"resource\": {\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\": \"I10\",\n \"display\": \"Essential (primary) hypertension\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"onsetDateTime\": \"2023-03-02T04:00:00+00:00\",\n \"recordedDate\": \"2023-03-02T04:00:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Procedure_EKG}}\",\n \"resource\": {\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.52\",\n \"display\": \"Electrocardiogram\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-02T03:30:00+00:00\",\n \"end\": \"2023-03-02T04:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_EKG}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"procedure\",\n \"display\": \"Procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"34534-8\",\n \"display\": \"12 lead EKG panel\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T04:00:00+00:00\",\n \"issued\": \"2023-03-02T04:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"valueString\": \"Hasil EKG menunjukan adanya tanda-tanda masalah sirkulasi darah ke otak atau pembuluh darah\",\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"426783006\",\n \"display\": \"Electrocardiogram: sinus rhythm\"\n }\n ]\n },\n \"valueBoolean\": false\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"164889003\",\n \"display\": \"Electrocardiographic atrial fibrillation\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"76388001\",\n \"display\": \"ST segment elevation\"\n }\n ]\n },\n \"valueBoolean\": false\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"26141007\",\n \"display\": \"ST segment depression\"\n }\n ]\n },\n \"valueBoolean\": true\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"59931005\",\n \"display\": \"Inverted T wave\"\n }\n ]\n },\n \"valueBoolean\": true\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_NIHScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T01:30:00+00:00\",\n \"issued\": \"2023-03-02T01:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 12,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Procedure_Fasting}}\",\n \"resource\": {\n \"resourceType\": \"Procedure\",\n \"status\": \"not-done\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"103693007\",\n \"display\": \"Diagnostic procedure\"\n }\n ],\n \"text\": \"Prosedur diagnostik\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"792805006\",\n \"display\": \"Fasting\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Tidak puasa\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{ServiceRequest_CTA}}\",\n \"resource\": {\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\": \"36146-9\",\n \"display\": \"CTA Carotid artery W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Pemeriksaan CT-Angio\"\n },\n \"orderDetail\": [\n {\n \"coding\": [\n {\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\",\n \"code\": \"CT\"\n }\n ],\n \"text\": \"Modality Code: CT\"\n },\n {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/ae-title\",\n \"display\": \"CT-02\"\n }\n ]\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"occurrenceDateTime\": \"2023-03-01T02:30:00+00:00\",\n \"authoredOn\": \"2023-03-01T02:15:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n ],\n \"reasonReference\": [\n {\n \"Reference\": \"Condition/{{DiagnosisUtama1_id}}\"\n },\n {\n \"Reference\": \"Procedure/{{Procedure_Fasting}}\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"ServiceRequest\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_CTA}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\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\": \"36146-9\",\n \"display\": \"CTA Carotid artery W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{ServiceRequest_CTA}}\"\n }\n ],\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_CTA}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415582006\",\n \"display\": \"Stenosis\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:8169f582-5f2e-4fa2-b594-9c59486ba9e1\",\n \"resource\": {\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\": \"36146-9\",\n \"display\": \"CTA Carotid artery W contrast IV\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-02T02:30:00+00:00\",\n \"issued\": \"2023-03-02T02:40: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/{{Observation_CTA}}\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_CTA}}\"\n }\n ],\n \"conclusion\": \"hasil CT angiografi menunjukkan adanya stenosis.\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"DiagnosticReport\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Medication_Clopidogrel}}\",\n \"resource\": {\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\": \"93000624\",\n \"display\": \"Clopidogrel Bisulfate 75 mg Tablet Salut Selaput (PLADOGREL)\"\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\": \"91000403\",\n \"display\": \"CLOPIDOGREL\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 75,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\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 },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Medication\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{MedicationRequest_Clopidogrel}}\",\n \"resource\": {\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/{{Medication_Clopidogrel}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"authoredOn\": \"2023-03-02T04: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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 tablet 1 hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet 1 hari\"\n }\n ],\n \"patientInstruction\": \"1 tablet 1 hari\",\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\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\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-03-02T04:00:00+00:00\",\n \"end\": \"2023-03-02T05:00:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\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 },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"MedicationRequest\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{QuestionnaireResponse_KajianObat}}\",\n \"resource\": {\n \"resourceType\": \"QuestionnaireResponse\",\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0007\",\n \"status\": \"completed\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"authored\": \"2023-03-02T04:30:00+00:00\",\n \"author\": {\n \"reference\": \"Practitioner/10009880728\",\n \"display\": \"Apoteker A\"\n },\n \"source\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"item\": [\n {\n \"linkId\": \"1\",\n \"text\": \"Persyaratan Administrasi\",\n \"item\": [\n {\n \"linkId\": \"1.1\",\n \"text\": \"Apakah nama, umur, jenis kelamin, berat badan dan tinggi badan pasien sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.2\",\n \"text\": \"Apakah nama, nomor ijin, alamat dan paraf dokter sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.3\",\n \"text\": \"Apakah tanggal resep sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"1.4\",\n \"text\": \"Apakah ruangan/unit asal resep sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2\",\n \"text\": \"Persyaratan Farmasetik\",\n \"item\": [\n {\n \"linkId\": \"2.1\",\n \"text\": \"Apakah nama obat, bentuk dan kekuatan sediaan sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.2\",\n \"text\": \"Apakah dosis dan jumlah obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.3\",\n \"text\": \"Apakah stabilitas obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.4\",\n \"text\": \"Apakah aturan dan cara penggunaan obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n }\n ]\n },\n {\n \"linkId\": \"3\",\n \"text\": \"Persyaratan Klinis\",\n \"item\": [\n {\n \"linkId\": \"3.1\",\n \"text\": \"Apakah ketepatan indikasi, dosis, dan waktu penggunaan obat sudah sesuai?\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000052\",\n \"display\": \"Sesuai\"\n }\n }\n ]\n },\n {\n \"linkId\": \"3.2\",\n \"text\": \"Apakah terdapat duplikasi pengobatan?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.3\",\n \"text\": \"Apakah terdapat alergi dan reaksi obat yang tidak dikehendaki (ROTD)?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.4\",\n \"text\": \"Apakah terdapat kontraindikasi pengobatan?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.5\",\n \"text\": \"Apakah terdapat dampak interaksi obat?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n }\n ]\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"QuestionnaireResponse\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{MedicationClopidogrel_ForDispense}}\",\n \"resource\": {\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\": \"93000624\",\n \"display\": \"Clopidogrel Bisulfate 75 mg Tablet Salut Selaput (PLADOGREL)\"\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\": \"91000403\",\n \"display\": \"CLOPIDOGREL\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 75,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\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 },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Medication\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{MedicationDispense_Clopidogrel}}\",\n \"resource\": {\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/37edb1d7-aafe-4443-b1a4-af1d24bf9100\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000003\",\n \"display\": \"John Miller\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_bedRanap}}\",\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/{{MedicationRequest_Clopidogrel}}\"\n }\n ],\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2023-03-02T04:30:00+00:00\",\n \"whenHandedOver\": \"2023-03-02T04:40:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 tablet 1 hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet 1 hari\"\n }\n ],\n \"patientInstruction\": \"1 tablet 1 hari\",\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\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n }\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"MedicationDispense\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_NIHScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 14,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\"\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"issued\": \"2023-03-05T05:00:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6112-2\",\n \"display\": \"1\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{ServiceRequest_Kontrol}}\",\n \"resource\": {\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\": \"306098008\",\n \"display\": \"Self-referral\"\n }\n ]\n },\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"11429006\",\n \"display\": \"Consultation\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"185389009\",\n \"display\": \"Follow-up visit\"\n }\n ],\n \"text\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 10 Maret 2023\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"occurrenceDateTime\": \"2023-03-10T03:00:00+00:00\",\n \"authoredOn\": \"2023-03-05T05:30:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\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 \"text\": \"Kontrol kembali minggu depan 13 November 2023\"\n }\n ],\n \"locationCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\",\n \"code\": \"OF\",\n \"display\": \"Outpatient Facility\"\n }\n ]\n }\n ],\n \"patientInstruction\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 10 Maret 2023. Dalam keadaan darurat dapat menghubungi hotline RS di nomor 14045\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"ServiceRequest\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{ClinicalImpression_Prognosis}}\",\n \"resource\": {\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 mengalami serangan stroke iskemik\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-05T05:00:00+00:00\",\n \"date\": \"2023-03-05T05:00:00+00:00\",\n \"assessor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/{{Diagnosis_Utama2}}\"\n }\n }\n ],\n \"prognosisCodeableConcept\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"65872000\",\n \"display\": \"Fair prognosis\"\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"ClinicalImpression\"\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}", "host": [ "{{base_url}}" ] } }, "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, 25 Apr 2024 03:41:40 GMT" }, { "key": "Content-Length", "value": "58802" }, { "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": "3bff1a30-f7c7-44ce-b499-0d469ff8a151" }, { "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 \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Encounter/3a4e75ef-eb84-4416-bd16-451f638cb2df/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Encounter\",\n \"resourceID\": \"3a4e75ef-eb84-4416-bd16-451f638cb2df\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/b76e65ec-03fc-49a0-b2c9-b804b97d6e4f/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"b76e65ec-03fc-49a0-b2c9-b804b97d6e4f\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/e51f0d4c-2c24-423e-bd1f-db3eefb2fbb7/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"e51f0d4c-2c24-423e-bd1f-db3eefb2fbb7\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/c4189814-44e5-4fd0-9e24-78730b83e01b/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"c4189814-44e5-4fd0-9e24-78730b83e01b\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/78701221-d985-4fd2-99e7-4a6e80e768e8/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"78701221-d985-4fd2-99e7-4a6e80e768e8\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/edaa88d2-bff0-4df5-860f-58b2c75e15b1/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"edaa88d2-bff0-4df5-860f-58b2c75e15b1\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/6dccbf41-9b8e-4cfe-8e4d-af09f81f9509/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"6dccbf41-9b8e-4cfe-8e4d-af09f81f9509\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/34511c0c-1517-423f-a6c4-787849d76c70/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"34511c0c-1517-423f-a6c4-787849d76c70\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/765a339a-271e-4063-bed8-49fad974b462/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"765a339a-271e-4063-bed8-49fad974b462\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/535cd778-b8b6-4114-845a-266bafdf7a13/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"535cd778-b8b6-4114-845a-266bafdf7a13\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/DiagnosticReport/f047d85d-9d95-4d16-a33b-db22cadad6a1/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"DiagnosticReport\",\n \"resourceID\": \"f047d85d-9d95-4d16-a33b-db22cadad6a1\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/8a8cbec1-40c7-4f46-872e-48fc3f7fbb14/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"8a8cbec1-40c7-4f46-872e-48fc3f7fbb14\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/59a71ec2-7fa4-45bb-9038-a8c0f4a4e10c/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"59a71ec2-7fa4-45bb-9038-a8c0f4a4e10c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/DiagnosticReport/02ddc1a6-a773-4f95-82f8-fa4495f95083/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"DiagnosticReport\",\n \"resourceID\": \"02ddc1a6-a773-4f95-82f8-fa4495f95083\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Medication/8a93f3e9-b492-4fb3-be75-27cb2b01b737/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Medication\",\n \"resourceID\": \"8a93f3e9-b492-4fb3-be75-27cb2b01b737\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationRequest/d1c41ff9-b0c1-4ed7-b4ae-fc5e0ffce899/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationRequest\",\n \"resourceID\": \"d1c41ff9-b0c1-4ed7-b4ae-fc5e0ffce899\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/QuestionnaireResponse/70fb0901-088d-4058-a3c8-187e76ba1607/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"QuestionnaireResponse\",\n \"resourceID\": \"70fb0901-088d-4058-a3c8-187e76ba1607\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Medication/2f036f0e-841e-4e1e-8f0a-19c00d4258a6/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Medication\",\n \"resourceID\": \"2f036f0e-841e-4e1e-8f0a-19c00d4258a6\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/35649e8b-5b44-4046-9125-e0d5513d864c/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationDispense\",\n \"resourceID\": \"35649e8b-5b44-4046-9125-e0d5513d864c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Medication/3269c606-820d-40a4-9c77-55d646b9c20c/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Medication\",\n \"resourceID\": \"3269c606-820d-40a4-9c77-55d646b9c20c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/990eb8e0-ec81-4990-b45b-9c960af4a7e2/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationDispense\",\n \"resourceID\": \"990eb8e0-ec81-4990-b45b-9c960af4a7e2\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Medication/00bd1700-07d7-4db2-b841-52c47aedbea6/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Medication\",\n \"resourceID\": \"00bd1700-07d7-4db2-b841-52c47aedbea6\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/db4f8c0f-415b-4036-ab81-dc3341191b55/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationDispense\",\n \"resourceID\": \"db4f8c0f-415b-4036-ab81-dc3341191b55\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/be7cac3c-9fe9-41dd-9413-43819b98f3a8/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"be7cac3c-9fe9-41dd-9413-43819b98f3a8\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/AllergyIntolerance/86d0dc88-43b7-43f1-b587-7e6bb972cc5f/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"AllergyIntolerance\",\n \"resourceID\": \"86d0dc88-43b7-43f1-b587-7e6bb972cc5f\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/f5292333-c9e2-49e3-b629-53f8bcf2323d/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"f5292333-c9e2-49e3-b629-53f8bcf2323d\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/36fecb3e-ee53-4d62-bdba-9f7d3175e649/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"36fecb3e-ee53-4d62-bdba-9f7d3175e649\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/DiagnosticReport/11433467-1030-4419-bc45-54ec7ec67d9a/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"DiagnosticReport\",\n \"resourceID\": \"11433467-1030-4419-bc45-54ec7ec67d9a\"\n }\n }\n ],\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction-response\",\n \"total\": 36\n}" } ] } ] } ] }, { "name": "02. Kunjungan 2 (Rehabilitasi)", "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", "var Name = '';\r", "data.name.forEach(\r", " name => {\r", " if (name.use == 'official'){\r", " pm.collectionVariables.set('Patient_Name', data.name)\r", " }\r", " }\r", ");\r", "pm.collectionVariables.set('Patient_id', data.id);" ], "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|9271060312000001", "host": [ "{{base_url}}" ], "path": [ "Patient" ], "query": [ { "key": "identifier", "value": "https://fhir.kemkes.go.id/id/nik|9271060312000001" } ] } }, "response": [ { "name": "Patient - Search NIK", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/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" } ] } }, "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": "Mon, 27 Mar 2023 01:55:38 GMT" }, { "key": "content-length", "value": "1168" }, { "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": "baa31c3c-3ab3-40a4-a9f1-574fbbc7af96" }, { "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 \"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\": \"################\"\n }\n ],\n \"link\": [\n {\n \"other\": {\n \"reference\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\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/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" }, { "name": "Patient - Search NIK", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/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" } ] } }, "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": "Mon, 27 Mar 2023 01:55:38 GMT" }, { "key": "content-length", "value": "1168" }, { "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": "baa31c3c-3ab3-40a4-a9f1-574fbbc7af96" }, { "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 \"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\": \"################\"\n }\n ],\n \"link\": [\n {\n \"other\": {\n \"reference\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\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/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" } ] }, { "name": "Patient - Search Name, Birtdate, 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, Birtdate, NIK", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/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" } ] } }, "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": "Mon, 27 Mar 2023 01:53:47 GMT" }, { "key": "content-length", "value": "2051" }, { "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": "b442b266-7c36-4acd-a398-30b07d8296a1" }, { "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\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\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&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1980-12-03&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1980-12-03&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" }, { "name": "Patient - Search Name, Birtdate, NIK", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/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" } ] } }, "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": "Mon, 27 Mar 2023 01:53:47 GMT" }, { "key": "content-length", "value": "2051" }, { "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": "b442b266-7c36-4acd-a398-30b07d8296a1" }, { "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\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\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&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1980-12-03&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1980-12-03&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" } ] }, { "name": "Patient - Search Name, Birthdate, Gender", "event": [ { "listen": "test", "script": { "exec": [ "var bundle = pm.response.json();\r", "var data = bundle.entry[0].resource;\r", "var Name = '';\r", "data.name.forEach(\r", " name => {\r", " if (name.use == 'official'){\r", " pm.collectionVariables.set('Patient_Name', data.name)\r", " }\r", " }\r", ");\r", "pm.collectionVariables.set('Patient_id', data.id);" ], "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 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:24:24 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": "d49ea970-ffa2-4afa-a549-2607029ef001" }, { "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 - 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:24:24 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": "d49ea970-ffa2-4afa-a549-2607029ef001" }, { "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": "P02478375538" } ] } }, "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": "P02478375538" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTY3ODI4MTExMzE5MTQ5NjAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Wed, 08 Mar 2023 13:11:53 UTC" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Mon, 27 Mar 2023 01:55:24 GMT" }, { "key": "content-length", "value": "499" }, { "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": "a811bc92-baea-4d60-a95b-de2b20ff0afe" }, { "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\": \"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\": \"################\"\n }\n ],\n \"link\": [\n {\n \"other\": {\n \"reference\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\n },\n \"resourceType\": \"Patient\"\n}" }, { "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": "P02478375538" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTY3ODI4MTExMzE5MTQ5NjAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Wed, 08 Mar 2023 13:11:53 UTC" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Mon, 27 Mar 2023 01:55:24 GMT" }, { "key": "content-length", "value": "499" }, { "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": "a811bc92-baea-4d60-a95b-de2b20ff0afe" }, { "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\": \"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\": \"################\"\n }\n ],\n \"link\": [\n {\n \"other\": {\n \"reference\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\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": "NIK Not Exist", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Patient\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ]\n },\n \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"value\": \"3174031002890009\"\n },\n {\n \"use\": \"official\",\n \"system\": \"https://fhir.kemkes.go.id/id/paspor\",\n \"value\": \"A01111222\"\n },\n {\n \"use\": \"official\",\n \"system\": \"https://fhir.kemkes.go.id/id/kk\",\n \"value\": \"367400001111111\"\n }\n ],\n \"active\": true,\n \"name\": [\n {\n \"use\": \"official\",\n \"text\": \"John Smith\"\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"08123456789\",\n \"use\": \"mobile\"\n },\n {\n \"system\": \"phone\",\n \"value\": \"+622123456789\",\n \"use\": \"home\"\n },\n {\n \"system\": \"email\",\n \"value\": \"john.smith@xyz.com\",\n \"use\": \"home\"\n }\n ],\n \"gender\": \"female\",\n \"birthDate\": \"1945-11-17\",\n \"deceasedBoolean\": false,\n \"address\": [\n {\n \"use\": \"home\",\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"city\": \"Jakarta\",\n \"postalCode\": \"12950\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\",\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\": \"2\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ]\n }\n ]\n }\n ],\n \"maritalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus\",\n \"code\": \"M\",\n \"display\": \"Married\"\n }\n ],\n \"text\": \"Married\"\n },\n \"multipleBirthInteger\": 0,\n \"contact\": [\n {\n \"relationship\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0131\",\n \"code\": \"C\"\n }\n ]\n }\n ],\n \"name\": {\n \"use\": \"official\",\n \"text\": \"Jane Smith\"\n },\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"0690383372\",\n \"use\": \"mobile\"\n }\n ]\n }\n ],\n \"communication\": [\n {\n \"language\": {\n \"coding\": [\n {\n \"system\": \"urn:ietf:bcp:47\",\n \"code\": \"id-ID\",\n \"display\": \"Indonesian\"\n }\n ],\n \"text\": \"Indonesian\"\n },\n \"preferred\": true\n }\n ],\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/birthPlace\",\n \"valueAddress\": {\n \"city\": \"Bandung\",\n \"country\": \"ID\"\n }\n },\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/citizenshipStatus\",\n \"valueCode\": \"WNI\"\n }\n ]\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": "NIK Not Exist", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Patient\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ]\n },\n \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"value\": \"3174031002890009\"\n },\n {\n \"use\": \"official\",\n \"system\": \"https://fhir.kemkes.go.id/id/paspor\",\n \"value\": \"A01111222\"\n },\n {\n \"use\": \"official\",\n \"system\": \"https://fhir.kemkes.go.id/id/kk\",\n \"value\": \"367400001111111\"\n }\n ],\n \"active\": true,\n \"name\": [\n {\n \"use\": \"official\",\n \"text\": \"John Smith\"\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"08123456789\",\n \"use\": \"mobile\"\n },\n {\n \"system\": \"phone\",\n \"value\": \"+622123456789\",\n \"use\": \"home\"\n },\n {\n \"system\": \"email\",\n \"value\": \"john.smith@xyz.com\",\n \"use\": \"home\"\n }\n ],\n \"gender\": \"female\",\n \"birthDate\": \"1945-11-17\",\n \"deceasedBoolean\": false,\n \"address\": [\n {\n \"use\": \"home\",\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"city\": \"Jakarta\",\n \"postalCode\": \"12950\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\",\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\": \"2\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ]\n }\n ]\n }\n ],\n \"maritalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus\",\n \"code\": \"M\",\n \"display\": \"Married\"\n }\n ],\n \"text\": \"Married\"\n },\n \"multipleBirthInteger\": 0,\n \"contact\": [\n {\n \"relationship\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0131\",\n \"code\": \"C\"\n }\n ]\n }\n ],\n \"name\": {\n \"use\": \"official\",\n \"text\": \"Jane Smith\"\n },\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"0690383372\",\n \"use\": \"mobile\"\n }\n ]\n }\n ],\n \"communication\": [\n {\n \"language\": {\n \"coding\": [\n {\n \"system\": \"urn:ietf:bcp:47\",\n \"code\": \"id-ID\",\n \"display\": \"Indonesian\"\n }\n ],\n \"text\": \"Indonesian\"\n },\n \"preferred\": true\n }\n ],\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/birthPlace\",\n \"valueAddress\": {\n \"city\": \"Bandung\",\n \"country\": \"ID\"\n }\n },\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/citizenshipStatus\",\n \"valueCode\": \"WNI\"\n }\n ]\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": "Patient - Search NIK", "event": [ { "listen": "test", "script": { "exec": [ "var bundle = pm.response.json();\r", "var data = bundle.entry[0].resource;\r", "var Name = '';\r", "data.name.forEach(\r", " name => {\r", " if (name.use == 'official'){\r", " pm.collectionVariables.set('Patient_Name', data.name)\r", " }\r", " }\r", ");\r", "pm.collectionVariables.set('Patient_id', data.id);" ], "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|9271060312000001", "host": [ "{{base_url}}" ], "path": [ "Patient" ], "query": [ { "key": "identifier", "value": "https://fhir.kemkes.go.id/id/nik|9271060312000001" } ] } }, "response": [ { "name": "Patient - Search NIK", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/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" } ] } }, "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": "Mon, 27 Mar 2023 01:55:38 GMT" }, { "key": "content-length", "value": "1168" }, { "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": "baa31c3c-3ab3-40a4-a9f1-574fbbc7af96" }, { "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 \"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\": \"################\"\n }\n ],\n \"link\": [\n {\n \"other\": {\n \"reference\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\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/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" }, { "name": "Patient - Search NIK", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/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" } ] } }, "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": "Mon, 27 Mar 2023 01:55:38 GMT" }, { "key": "content-length", "value": "1168" }, { "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": "baa31c3c-3ab3-40a4-a9f1-574fbbc7af96" }, { "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 \"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\": \"################\"\n }\n ],\n \"link\": [\n {\n \"other\": {\n \"reference\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\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/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\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": "NIK Not Exist", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Patient\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ]\n },\n \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"value\": \"3174031002890009\"\n },\n {\n \"use\": \"official\",\n \"system\": \"https://fhir.kemkes.go.id/id/paspor\",\n \"value\": \"A01111222\"\n },\n {\n \"use\": \"official\",\n \"system\": \"https://fhir.kemkes.go.id/id/kk\",\n \"value\": \"367400001111111\"\n }\n ],\n \"active\": true,\n \"name\": [\n {\n \"use\": \"official\",\n \"text\": \"John Smith\"\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"08123456789\",\n \"use\": \"mobile\"\n },\n {\n \"system\": \"phone\",\n \"value\": \"+622123456789\",\n \"use\": \"home\"\n },\n {\n \"system\": \"email\",\n \"value\": \"john.smith@xyz.com\",\n \"use\": \"home\"\n }\n ],\n \"gender\": \"female\",\n \"birthDate\": \"1945-11-17\",\n \"deceasedBoolean\": false,\n \"address\": [\n {\n \"use\": \"home\",\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"city\": \"Jakarta\",\n \"postalCode\": \"12950\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\",\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\": \"2\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ]\n }\n ]\n }\n ],\n \"maritalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus\",\n \"code\": \"M\",\n \"display\": \"Married\"\n }\n ],\n \"text\": \"Married\"\n },\n \"multipleBirthInteger\": 0,\n \"contact\": [\n {\n \"relationship\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0131\",\n \"code\": \"C\"\n }\n ]\n }\n ],\n \"name\": {\n \"use\": \"official\",\n \"text\": \"Jane Smith\"\n },\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"0690383372\",\n \"use\": \"mobile\"\n }\n ]\n }\n ],\n \"communication\": [\n {\n \"language\": {\n \"coding\": [\n {\n \"system\": \"urn:ietf:bcp:47\",\n \"code\": \"id-ID\",\n \"display\": \"Indonesian\"\n }\n ],\n \"text\": \"Indonesian\"\n },\n \"preferred\": true\n }\n ],\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/birthPlace\",\n \"valueAddress\": {\n \"city\": \"Bandung\",\n \"country\": \"ID\"\n }\n },\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/citizenshipStatus\",\n \"valueCode\": \"WNI\"\n }\n ]\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": "NIK Not Exist", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Patient\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ]\n },\n \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"value\": \"3174031002890009\"\n },\n {\n \"use\": \"official\",\n \"system\": \"https://fhir.kemkes.go.id/id/paspor\",\n \"value\": \"A01111222\"\n },\n {\n \"use\": \"official\",\n \"system\": \"https://fhir.kemkes.go.id/id/kk\",\n \"value\": \"367400001111111\"\n }\n ],\n \"active\": true,\n \"name\": [\n {\n \"use\": \"official\",\n \"text\": \"John Smith\"\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"08123456789\",\n \"use\": \"mobile\"\n },\n {\n \"system\": \"phone\",\n \"value\": \"+622123456789\",\n \"use\": \"home\"\n },\n {\n \"system\": \"email\",\n \"value\": \"john.smith@xyz.com\",\n \"use\": \"home\"\n }\n ],\n \"gender\": \"female\",\n \"birthDate\": \"1945-11-17\",\n \"deceasedBoolean\": false,\n \"address\": [\n {\n \"use\": \"home\",\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"city\": \"Jakarta\",\n \"postalCode\": \"12950\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\",\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\": \"2\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ]\n }\n ]\n }\n ],\n \"maritalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus\",\n \"code\": \"M\",\n \"display\": \"Married\"\n }\n ],\n \"text\": \"Married\"\n },\n \"multipleBirthInteger\": 0,\n \"contact\": [\n {\n \"relationship\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0131\",\n \"code\": \"C\"\n }\n ]\n }\n ],\n \"name\": {\n \"use\": \"official\",\n \"text\": \"Jane Smith\"\n },\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"0690383372\",\n \"use\": \"mobile\"\n }\n ]\n }\n ],\n \"communication\": [\n {\n \"language\": {\n \"coding\": [\n {\n \"system\": \"urn:ietf:bcp:47\",\n \"code\": \"id-ID\",\n \"display\": \"Indonesian\"\n }\n ],\n \"text\": \"Indonesian\"\n },\n \"preferred\": true\n }\n ],\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/birthPlace\",\n \"valueAddress\": {\n \"city\": \"Bandung\",\n \"country\": \"ID\"\n }\n },\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/citizenshipStatus\",\n \"valueCode\": \"WNI\"\n }\n ]\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": "Patient - Search Name, Birthdate, Gender", "event": [ { "listen": "test", "script": { "exec": [ "var bundle = pm.response.json();\r", "var data = bundle.entry[0].resource;\r", "var Name = '';\r", "data.name.forEach(\r", " name => {\r", " if (name.use == 'official'){\r", " pm.collectionVariables.set('Patient_Name', data.name)\r", " }\r", " }\r", ");\r", "pm.collectionVariables.set('Patient_id', data.id);" ], "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 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:24:24 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": "d49ea970-ffa2-4afa-a549-2607029ef001" }, { "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 - 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:24:24 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": "d49ea970-ffa2-4afa-a549-2607029ef001" }, { "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 - Search Name, Birtdate, 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, Birtdate, NIK", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/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" } ] } }, "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": "Mon, 27 Mar 2023 01:53:47 GMT" }, { "key": "content-length", "value": "2051" }, { "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": "b442b266-7c36-4acd-a398-30b07d8296a1" }, { "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\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\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&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1980-12-03&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1980-12-03&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" }, { "name": "Patient - Search Name, Birtdate, NIK", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/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" } ] } }, "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": "Mon, 27 Mar 2023 01:53:47 GMT" }, { "key": "content-length", "value": "2051" }, { "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": "b442b266-7c36-4acd-a398-30b07d8296a1" }, { "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\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\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&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1980-12-03&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1980-12-03&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\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": "P02478375538" } ] } }, "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": "P02478375538" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTY3ODI4MTExMzE5MTQ5NjAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Wed, 08 Mar 2023 13:11:53 UTC" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Mon, 27 Mar 2023 01:55:24 GMT" }, { "key": "content-length", "value": "499" }, { "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": "a811bc92-baea-4d60-a95b-de2b20ff0afe" }, { "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\": \"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\": \"################\"\n }\n ],\n \"link\": [\n {\n \"other\": {\n \"reference\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\n },\n \"resourceType\": \"Patient\"\n}" }, { "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": "P02478375538" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTY3ODI4MTExMzE5MTQ5NjAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Wed, 08 Mar 2023 13:11:53 UTC" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Mon, 27 Mar 2023 01:55:24 GMT" }, { "key": "content-length", "value": "499" }, { "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": "a811bc92-baea-4d60-a95b-de2b20ff0afe" }, { "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\": \"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\": \"################\"\n }\n ],\n \"link\": [\n {\n \"other\": {\n \"reference\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\n },\n \"resourceType\": \"Patient\"\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 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 - 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", "event": [ { "listen": "test", "script": { "exec": [ "var bundle = pm.response.json();\r", "var data = null;\r", "var Name = '';\r", "bundle.entry.forEach(entry => {\r", " let data = entry.resource;\r", " if(data.name.use == 'official'){\r", " name.prefix.forEach(prefix => {\r", " Name+= prefix\r", " });\r", " Name = Name + ' ' + name.text;\r", " name.suffix.forEach(suffix => {\r", " Name = Name + ',' + suffix\r", " });\r", " }\r", "})\r", "pm.collectionVariables.set('Practitioner_id', data.id);\r", "pm.collectionVariables.set('Practitioner_Name', data.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", "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": "Practitioner - By ID", "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": "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 - 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", "event": [ { "listen": "test", "script": { "exec": [ "var bundle = pm.response.json();\r", "var data = null;\r", "var Name = '';\r", "bundle.entry.forEach(entry => {\r", " let data = entry.resource;\r", " if(data.name.use == 'official'){\r", " name.prefix.forEach(prefix => {\r", " Name+= prefix\r", " });\r", " Name = Name + ' ' + name.text;\r", " name.suffix.forEach(suffix => {\r", " Name = Name + ',' + suffix\r", " });\r", " }\r", "})\r", "pm.collectionVariables.set('Practitioner_id', data.id);\r", "pm.collectionVariables.set('Practitioner_Name', data.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", "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": "Practitioner - By ID", "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": "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 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": "02. Pendaftaran Kunjungan", "item": [ { "name": "Pembuatan Kunjungan", "item": [ { "name": "EpisodeOfCare - Search by Patient (Active)", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('EpisodeOfCare_Stroke', 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=CVD&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": "CVD", "description": "type of EpisodeOfCare" }, { "key": "status", "value": "active", "description": "status should be active" } ] } }, "response": [ { "name": "EpisodeOfCare - Search by Patient (Active)", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_id}}&type=CVD&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": "CVD", "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": "Tue, 19 Mar 2024 01:24:12 GMT" }, { "key": "Content-Length", "value": "6320" }, { "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": "230242cc-3e96-4515-bca4-e338a5b41a63" }, { "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/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"resource\": {\n \"id\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC1023456\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CVDS202410000000008\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/registry-id/\",\n \"value\": \"CVDC202410000000006\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T04:36:35.748443+00:00\",\n \"versionId\": \"MTcxNTA1NjU5NTc0ODQ0MzAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-03-01T02:40:00+00:00\",\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n },\n {\n \"period\": {\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\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/?patient=100000030015&status=active&type=CVD\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient=100000030015&status=active&type=CVD\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient=100000030015&status=active&type=CVD\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" }, { "name": "EpisodeOfCare - Search by Patient (Active)", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_id}}&type=CVD&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": "CVD", "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": "Tue, 19 Mar 2024 01:24:12 GMT" }, { "key": "Content-Length", "value": "6320" }, { "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": "230242cc-3e96-4515-bca4-e338a5b41a63" }, { "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/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"resource\": {\n \"id\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC1023456\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CVDS202410000000008\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/registry-id/\",\n \"value\": \"CVDC202410000000006\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T04:36:35.748443+00:00\",\n \"versionId\": \"MTcxNTA1NjU5NTc0ODQ0MzAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-03-01T02:40:00+00:00\",\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n },\n {\n \"period\": {\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\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/?patient=100000030015&status=active&type=CVD\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient=100000030015&status=active&type=CVD\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient=100000030015&status=active&type=CVD\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" } ] }, { "name": "EpisodeOfCare - Search by Patient + Organization (Active)", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('EpisodeOfCare_Stroke', 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=CVD&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": "CVD", "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 (Active)", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_id}}&type=CVD&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": "CVD", "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": "Tue, 19 Mar 2024 01:30:16 GMT" }, { "key": "Content-Length", "value": "6584" }, { "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": "010db282-e36b-4dab-9f7b-4764171d03df" }, { "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/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"resource\": {\n \"id\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC1023456\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CVDS202410000000008\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/registry-id/\",\n \"value\": \"CVDC202410000000006\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T04:36:35.748443+00:00\",\n \"versionId\": \"MTcxNTA1NjU5NTc0ODQ0MzAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-03-01T02:40:00+00:00\",\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n },\n {\n \"period\": {\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\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/?organization=10000002&patient=100000030015&status=active&type=CVD\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?organization=10000002&patient=100000030015&status=active&type=CVD\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?organization=10000002&patient=100000030015&status=active&type=CVD\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" }, { "name": "EpisodeOfCare - Search by Patient + Organization (Active)", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_id}}&type=CVD&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": "CVD", "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": "Tue, 19 Mar 2024 01:30:16 GMT" }, { "key": "Content-Length", "value": "6584" }, { "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": "010db282-e36b-4dab-9f7b-4764171d03df" }, { "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/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"resource\": {\n \"id\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC1023456\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CVDS202410000000008\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/registry-id/\",\n \"value\": \"CVDC202410000000006\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T04:36:35.748443+00:00\",\n \"versionId\": \"MTcxNTA1NjU5NTc0ODQ0MzAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-03-01T02:40:00+00:00\",\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n },\n {\n \"period\": {\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\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/?organization=10000002&patient=100000030015&status=active&type=CVD\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?organization=10000002&patient=100000030015&status=active&type=CVD\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?organization=10000002&patient=100000030015&status=active&type=CVD\"\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_id\", data.id)" ], "type": "text/javascript", "packages": {} } }, { "listen": "prerequest", "script": { "exec": [ "//defining yyymmdd as currentDate's YYYYMMDD in string format\r", "var now = new Date();\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\": \"PD000017\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-10T03:30:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_PoliSaraf}}\",\n \"display\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\"\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-03-10T03:30:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/78f8ec52-bae1-4a4b-923e-7061e59cc42d\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\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\": \"PD000017\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-10T03:30:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_PoliSaraf}}\",\n \"display\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\"\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-03-10T03:30:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/78f8ec52-bae1-4a4b-923e-7061e59cc42d\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Encounter/{{Encounter2_id}}/_history/MTcxMDgxMDY2MTc0MTk3NDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgxMDY2MTc0MTk3NDAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 01:11:01 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 01:11:01 GMT" }, { "key": "Content-Length", "value": "6788" }, { "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": "c628ef49-ce56-46ae-99ad-66408aefc065" }, { "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/78f8ec52-bae1-4a4b-923e-7061e59cc42d\"\n }\n ],\n \"class\": {\n \"code\": \"AMB\",\n \"display\": \"ambulatory\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"id\": \"5aaa7fbc-99b2-4694-b804-2e9ce24c450a\",\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\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\",\n \"reference\": \"Location/3a41b45d-f47b-4a55-a11c-a6d90111699b\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T01:11:01.741974+00:00\",\n \"versionId\": \"MTcxMDgxMDY2MTc0MTk3NDAwMA\"\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-03-10T03:00: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-03-10T03:00:00+00:00\"\n },\n \"status\": \"arrived\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "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\": \"PD000017\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-10T03:30:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_PoliSaraf}}\",\n \"display\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\"\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-03-10T03:30:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/78f8ec52-bae1-4a4b-923e-7061e59cc42d\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Encounter/{{Encounter2_id}}/_history/MTcxMDgxMDY2MTc0MTk3NDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgxMDY2MTc0MTk3NDAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 01:11:01 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 01:11:01 GMT" }, { "key": "Content-Length", "value": "6788" }, { "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": "c628ef49-ce56-46ae-99ad-66408aefc065" }, { "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/78f8ec52-bae1-4a4b-923e-7061e59cc42d\"\n }\n ],\n \"class\": {\n \"code\": \"AMB\",\n \"display\": \"ambulatory\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"id\": \"5aaa7fbc-99b2-4694-b804-2e9ce24c450a\",\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\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\",\n \"reference\": \"Location/3a41b45d-f47b-4a55-a11c-a6d90111699b\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T01:11:01.741974+00:00\",\n \"versionId\": \"MTcxMDgxMDY2MTc0MTk3NDAwMA\"\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-03-10T03:00: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-03-10T03:00:00+00:00\"\n },\n \"status\": \"arrived\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "EpisodeOfCare - Search by Patient + Organization (Active)", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('EpisodeOfCare_Stroke', 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=CVD&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": "CVD", "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 (Active)", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_id}}&type=CVD&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": "CVD", "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": "Tue, 19 Mar 2024 01:30:16 GMT" }, { "key": "Content-Length", "value": "6584" }, { "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": "010db282-e36b-4dab-9f7b-4764171d03df" }, { "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/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"resource\": {\n \"id\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC1023456\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CVDS202410000000008\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/registry-id/\",\n \"value\": \"CVDC202410000000006\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T04:36:35.748443+00:00\",\n \"versionId\": \"MTcxNTA1NjU5NTc0ODQ0MzAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-03-01T02:40:00+00:00\",\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n },\n {\n \"period\": {\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\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/?organization=10000002&patient=100000030015&status=active&type=CVD\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?organization=10000002&patient=100000030015&status=active&type=CVD\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?organization=10000002&patient=100000030015&status=active&type=CVD\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" }, { "name": "EpisodeOfCare - Search by Patient + Organization (Active)", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_id}}&type=CVD&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": "CVD", "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": "Tue, 19 Mar 2024 01:30:16 GMT" }, { "key": "Content-Length", "value": "6584" }, { "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": "010db282-e36b-4dab-9f7b-4764171d03df" }, { "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/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"resource\": {\n \"id\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC1023456\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CVDS202410000000008\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/registry-id/\",\n \"value\": \"CVDC202410000000006\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T04:36:35.748443+00:00\",\n \"versionId\": \"MTcxNTA1NjU5NTc0ODQ0MzAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-03-01T02:40:00+00:00\",\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n },\n {\n \"period\": {\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\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/?organization=10000002&patient=100000030015&status=active&type=CVD\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?organization=10000002&patient=100000030015&status=active&type=CVD\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?organization=10000002&patient=100000030015&status=active&type=CVD\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" } ] }, { "name": "EpisodeOfCare - Search by Patient (Active)", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('EpisodeOfCare_Stroke', 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=CVD&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": "CVD", "description": "type of EpisodeOfCare" }, { "key": "status", "value": "active", "description": "status should be active" } ] } }, "response": [ { "name": "EpisodeOfCare - Search by Patient (Active)", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_id}}&type=CVD&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": "CVD", "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": "Tue, 19 Mar 2024 01:24:12 GMT" }, { "key": "Content-Length", "value": "6320" }, { "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": "230242cc-3e96-4515-bca4-e338a5b41a63" }, { "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/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"resource\": {\n \"id\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC1023456\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CVDS202410000000008\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/registry-id/\",\n \"value\": \"CVDC202410000000006\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T04:36:35.748443+00:00\",\n \"versionId\": \"MTcxNTA1NjU5NTc0ODQ0MzAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-03-01T02:40:00+00:00\",\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n },\n {\n \"period\": {\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\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/?patient=100000030015&status=active&type=CVD\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient=100000030015&status=active&type=CVD\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient=100000030015&status=active&type=CVD\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" }, { "name": "EpisodeOfCare - Search by Patient (Active)", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_id}}&type=CVD&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": "CVD", "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": "Tue, 19 Mar 2024 01:24:12 GMT" }, { "key": "Content-Length", "value": "6320" }, { "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": "230242cc-3e96-4515-bca4-e338a5b41a63" }, { "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/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"resource\": {\n \"id\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC1023456\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/suspect-id/\",\n \"value\": \"CVDS202410000000008\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/registry-id/\",\n \"value\": \"CVDC202410000000006\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T04:36:35.748443+00:00\",\n \"versionId\": \"MTcxNTA1NjU5NTc0ODQ0MzAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"period\": {\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-03-01T02:40:00+00:00\",\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n },\n {\n \"period\": {\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\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/?patient=100000030015&status=active&type=CVD\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient=100000030015&status=active&type=CVD\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient=100000030015&status=active&type=CVD\"\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_id\", data.id)" ], "type": "text/javascript", "packages": {} } }, { "listen": "prerequest", "script": { "exec": [ "//defining yyymmdd as currentDate's YYYYMMDD in string format\r", "var now = new Date();\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\": \"PD000017\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-10T03:30:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_PoliSaraf}}\",\n \"display\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\"\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-03-10T03:30:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/78f8ec52-bae1-4a4b-923e-7061e59cc42d\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\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\": \"PD000017\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-10T03:30:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_PoliSaraf}}\",\n \"display\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\"\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-03-10T03:30:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/78f8ec52-bae1-4a4b-923e-7061e59cc42d\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Encounter/{{Encounter2_id}}/_history/MTcxMDgxMDY2MTc0MTk3NDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgxMDY2MTc0MTk3NDAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 01:11:01 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 01:11:01 GMT" }, { "key": "Content-Length", "value": "6788" }, { "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": "c628ef49-ce56-46ae-99ad-66408aefc065" }, { "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/78f8ec52-bae1-4a4b-923e-7061e59cc42d\"\n }\n ],\n \"class\": {\n \"code\": \"AMB\",\n \"display\": \"ambulatory\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"id\": \"5aaa7fbc-99b2-4694-b804-2e9ce24c450a\",\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\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\",\n \"reference\": \"Location/3a41b45d-f47b-4a55-a11c-a6d90111699b\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T01:11:01.741974+00:00\",\n \"versionId\": \"MTcxMDgxMDY2MTc0MTk3NDAwMA\"\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-03-10T03:00: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-03-10T03:00:00+00:00\"\n },\n \"status\": \"arrived\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "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\": \"PD000017\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-10T03:30:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_PoliSaraf}}\",\n \"display\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\"\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-03-10T03:30:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/78f8ec52-bae1-4a4b-923e-7061e59cc42d\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Encounter/{{Encounter2_id}}/_history/MTcxMDgxMDY2MTc0MTk3NDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgxMDY2MTc0MTk3NDAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 01:11:01 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 01:11:01 GMT" }, { "key": "Content-Length", "value": "6788" }, { "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": "c628ef49-ce56-46ae-99ad-66408aefc065" }, { "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/78f8ec52-bae1-4a4b-923e-7061e59cc42d\"\n }\n ],\n \"class\": {\n \"code\": \"AMB\",\n \"display\": \"ambulatory\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"id\": \"5aaa7fbc-99b2-4694-b804-2e9ce24c450a\",\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\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\",\n \"reference\": \"Location/3a41b45d-f47b-4a55-a11c-a6d90111699b\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T01:11:01.741974+00:00\",\n \"versionId\": \"MTcxMDgxMDY2MTc0MTk3NDAwMA\"\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-03-10T03:00: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-03-10T03:00: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\": \"{{Encounter2_id}}\",\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-10T03:15:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_PoliSaraf}}\",\n \"display\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\"\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-03-10T03:00:00+00:00\",\n \"end\": \"2023-03-10T03:15:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-03-10T03:15:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Kontrol}}\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter2_id}}" } ] } }, "response": [ { "name": "Encounter - Masuk ke Ruang Konsultasi", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter2_id}}\",\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-10T03:15:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_PoliSaraf}}\",\n \"display\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\"\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-03-10T03:00:00+00:00\",\n \"end\": \"2023-03-10T03:15:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-03-10T03:15:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Kontrol}}\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter2_id}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxMDgxMTA4OTU4NTM1NDAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 01:18: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/Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a/_history/MTcxMDgxMTA4OTU4NTM1NDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 01:18:09 GMT" }, { "key": "Content-Length", "value": "7298" }, { "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": "9bc9b2f3-32d9-4db9-a261-b34b4aa2c3c7" }, { "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/78f8ec52-bae1-4a4b-923e-7061e59cc42d\"\n }\n ],\n \"class\": {\n \"code\": \"AMB\",\n \"display\": \"ambulatory\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"id\": \"5aaa7fbc-99b2-4694-b804-2e9ce24c450a\",\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\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\",\n \"reference\": \"Location/3a41b45d-f47b-4a55-a11c-a6d90111699b\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T01:18:09.585354+00:00\",\n \"versionId\": \"MTcxMDgxMTA4OTU4NTM1NDAwMA\"\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-03-10T03:15: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-03-10T03:15:00+00:00\",\n \"start\": \"2023-03-10T03:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"start\": \"2023-03-10T03:15:00+00:00\"\n },\n \"status\": \"in-progress\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Encounter - Masuk ke Ruang Konsultasi", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter2_id}}\",\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-10T03:15:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_PoliSaraf}}\",\n \"display\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\"\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-03-10T03:00:00+00:00\",\n \"end\": \"2023-03-10T03:15:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-03-10T03:15:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Kontrol}}\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter2_id}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxMDgxMTA4OTU4NTM1NDAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 01:18: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/Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a/_history/MTcxMDgxMTA4OTU4NTM1NDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 01:18:09 GMT" }, { "key": "Content-Length", "value": "7298" }, { "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": "9bc9b2f3-32d9-4db9-a261-b34b4aa2c3c7" }, { "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/78f8ec52-bae1-4a4b-923e-7061e59cc42d\"\n }\n ],\n \"class\": {\n \"code\": \"AMB\",\n \"display\": \"ambulatory\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"id\": \"5aaa7fbc-99b2-4694-b804-2e9ce24c450a\",\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\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\",\n \"reference\": \"Location/3a41b45d-f47b-4a55-a11c-a6d90111699b\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T01:18:09.585354+00:00\",\n \"versionId\": \"MTcxMDgxMTA4OTU4NTM1NDAwMA\"\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-03-10T03:15: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-03-10T03:15:00+00:00\",\n \"start\": \"2023-03-10T03:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"start\": \"2023-03-10T03:15:00+00:00\"\n },\n \"status\": \"in-progress\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Encounter - Masuk ke Ruang Konsultasi", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter2_id}}\",\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-10T03:15:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_PoliSaraf}}\",\n \"display\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\"\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-03-10T03:00:00+00:00\",\n \"end\": \"2023-03-10T03:15:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-03-10T03:15:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Kontrol}}\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter2_id}}" } ] } }, "response": [ { "name": "Encounter - Masuk ke Ruang Konsultasi", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter2_id}}\",\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-10T03:15:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_PoliSaraf}}\",\n \"display\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\"\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-03-10T03:00:00+00:00\",\n \"end\": \"2023-03-10T03:15:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-03-10T03:15:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Kontrol}}\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter2_id}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxMDgxMTA4OTU4NTM1NDAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 01:18: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/Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a/_history/MTcxMDgxMTA4OTU4NTM1NDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 01:18:09 GMT" }, { "key": "Content-Length", "value": "7298" }, { "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": "9bc9b2f3-32d9-4db9-a261-b34b4aa2c3c7" }, { "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/78f8ec52-bae1-4a4b-923e-7061e59cc42d\"\n }\n ],\n \"class\": {\n \"code\": \"AMB\",\n \"display\": \"ambulatory\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"id\": \"5aaa7fbc-99b2-4694-b804-2e9ce24c450a\",\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\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\",\n \"reference\": \"Location/3a41b45d-f47b-4a55-a11c-a6d90111699b\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T01:18:09.585354+00:00\",\n \"versionId\": \"MTcxMDgxMTA4OTU4NTM1NDAwMA\"\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-03-10T03:15: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-03-10T03:15:00+00:00\",\n \"start\": \"2023-03-10T03:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"start\": \"2023-03-10T03:15:00+00:00\"\n },\n \"status\": \"in-progress\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Encounter - Masuk ke Ruang Konsultasi", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter2_id}}\",\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-10T03:15:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_PoliSaraf}}\",\n \"display\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\"\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-03-10T03:00:00+00:00\",\n \"end\": \"2023-03-10T03:15:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-03-10T03:15:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Kontrol}}\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter2_id}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxMDgxMTA4OTU4NTM1NDAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 01:18: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/Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a/_history/MTcxMDgxMTA4OTU4NTM1NDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 01:18:09 GMT" }, { "key": "Content-Length", "value": "7298" }, { "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": "9bc9b2f3-32d9-4db9-a261-b34b4aa2c3c7" }, { "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/78f8ec52-bae1-4a4b-923e-7061e59cc42d\"\n }\n ],\n \"class\": {\n \"code\": \"AMB\",\n \"display\": \"ambulatory\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"id\": \"5aaa7fbc-99b2-4694-b804-2e9ce24c450a\",\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\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\",\n \"reference\": \"Location/3a41b45d-f47b-4a55-a11c-a6d90111699b\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T01:18:09.585354+00:00\",\n \"versionId\": \"MTcxMDgxMTA4OTU4NTM1NDAwMA\"\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-03-10T03:15: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-03-10T03:15:00+00:00\",\n \"start\": \"2023-03-10T03:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"start\": \"2023-03-10T03:15: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\": \"20022000\",\n \"display\": \"Weakness of one side of body\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"recordedDate\": \"2023-03-10T03:15:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami lemah pada separuh anggota tubuh\"\n }\n ]\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\": \"20022000\",\n \"display\": \"Weakness of one side of body\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"recordedDate\": \"2023-03-10T03:15:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami lemah pada separuh anggota tubuh\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/b6e34bd3-4a00-46ee-90c8-cab56a60c8bd/_history/MTcxMDgxOTQ2OTk3NTQwODAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 03:37:49 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgxOTQ2OTk3NTQwODAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 03:37:49 GMT" }, { "key": "Content-Length", "value": "4216" }, { "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": "0490f1af-cb85-4898-8552-aab361d92613" }, { "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\": \"20022000\",\n \"display\": \"Weakness of one side of body\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"b6e34bd3-4a00-46ee-90c8-cab56a60c8bd\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T03:37:49.975408+00:00\",\n \"versionId\": \"MTcxMDgxOTQ2OTk3NTQwODAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien mengalami lemah pada separuh anggota tubuh\"\n }\n ],\n \"recordedDate\": \"2023-03-10T03:15:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/{{Patient_id}}\"\n }\n}" }, { "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\": \"20022000\",\n \"display\": \"Weakness of one side of body\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"recordedDate\": \"2023-03-10T03:15:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami lemah pada separuh anggota tubuh\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/b6e34bd3-4a00-46ee-90c8-cab56a60c8bd/_history/MTcxMDgxOTQ2OTk3NTQwODAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 03:37:49 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgxOTQ2OTk3NTQwODAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 03:37:49 GMT" }, { "key": "Content-Length", "value": "4216" }, { "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": "0490f1af-cb85-4898-8552-aab361d92613" }, { "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\": \"20022000\",\n \"display\": \"Weakness of one side of body\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"b6e34bd3-4a00-46ee-90c8-cab56a60c8bd\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T03:37:49.975408+00:00\",\n \"versionId\": \"MTcxMDgxOTQ2OTk3NTQwODAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien mengalami lemah pada separuh anggota tubuh\"\n }\n ],\n \"recordedDate\": \"2023-03-10T03:15:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/{{Patient_id}}\"\n }\n}" } ] }, { "name": "Condition - Riwayat Penyakit Pribadi - Stroke", "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\": \"275526006\",\n \"display\": \"History of cerebrovascular accident\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"recordedDate\": \"2023-03-10T03:15:00+00:00\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Condition", "host": [ "{{base_url}}" ], "path": [ "Condition" ] } }, "response": [ { "name": "Condition - Riwayat Penyakit Pribadi - Stroke", "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\": \"275526006\",\n \"display\": \"History of cerebrovascular accident\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"recordedDate\": \"2023-03-10T03:15:00+00:00\"\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": "Tue, 19 Mar 2024 03:49:17 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/f7140e52-b39b-4be5-a796-75c49bcdb23d/_history/MTcxMDgyMDE1NzkyMDM5ODAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgyMDE1NzkyMDM5ODAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 03:49:17 GMT" }, { "key": "Content-Length", "value": "3938" }, { "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": "426b66bc-cdef-4d25-8305-5a1dcb52705b" }, { "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\": \"275526006\",\n \"display\": \"History of cerebrovascular accident\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"f7140e52-b39b-4be5-a796-75c49bcdb23d\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T03:49:17.920398+00:00\",\n \"versionId\": \"MTcxMDgyMDE1NzkyMDM5ODAwMA\"\n },\n \"recordedDate\": \"2023-03-10T03:15:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Condition - Riwayat Penyakit Pribadi - Stroke", "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\": \"275526006\",\n \"display\": \"History of cerebrovascular accident\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"recordedDate\": \"2023-03-10T03:15:00+00:00\"\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": "Tue, 19 Mar 2024 03:49:17 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/f7140e52-b39b-4be5-a796-75c49bcdb23d/_history/MTcxMDgyMDE1NzkyMDM5ODAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgyMDE1NzkyMDM5ODAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 03:49:17 GMT" }, { "key": "Content-Length", "value": "3938" }, { "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": "426b66bc-cdef-4d25-8305-5a1dcb52705b" }, { "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\": \"275526006\",\n \"display\": \"History of cerebrovascular accident\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"f7140e52-b39b-4be5-a796-75c49bcdb23d\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T03:49:17.920398+00:00\",\n \"versionId\": \"MTcxMDgyMDE1NzkyMDM5ODAwMA\"\n },\n \"recordedDate\": \"2023-03-10T03:15:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "MedicationDispense - Search by Subject", "event": [ { "listen": "test", "script": { "exec": [ "var bundle = pm.response.json();\r", "var data = bundle.entry[0].resource;\r", "var medicationReference= data.medicationReference.reference;\r", "var medicationReference_List= medicationReference.split('/');\r", "var x= len(medicationReference_List);\r", "pm.collectionVariables.set('Medication_Dispensed', medicationReference_List[x]);" ], "type": "text/javascript", "packages": {} } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/MedicationDispense?subject={{Patient_id}}", "host": [ "{{base_url}}" ], "path": [ "MedicationDispense" ], "query": [ { "key": "subject", "value": "{{Patient_id}}" } ] } }, "response": [ { "name": "MedicationDispense - Search by Subject", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/MedicationDispense?subject={{Patient_id}}", "host": [ "{{base_url}}" ], "path": [ "MedicationDispense" ], "query": [ { "key": "subject", "value": "{{Patient_id}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 03:53:47 GMT" }, { "key": "Content-Length", "value": "1005202" }, { "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": "9fa225c4-0248-403d-948f-967a6724c380" }, { "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/MedicationDispense/5eef3d49-0eb6-499f-9cff-229b6d05c315\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/b5292671-89f6-477b-924c-322976f328f4\"\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/a6134895-372d-43db-a5b5-4989aef4068b\"\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 tablet 1 hari\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"Tablet\",\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 tablet 1 hari\",\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 tablet 1 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"5eef3d49-0eb6-499f-9cff-229b6d05c315\",\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\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"reference\": \"Location/ad730bf5-784f-48b9-a609-7d9c9bc29a40\"\n },\n \"medicationReference\": {\n \"reference\": \"Medication/37edb1d7-aafe-4443-b1a4-af1d24bf9100\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T22:02:57.382211+00:00\",\n \"versionId\": \"MTcxMDc5OTM3NzM4MjIxMTAwMA\"\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 \"unit\": \"Tablet\",\n \"value\": 1\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-03-02T04:40:00+00:00\",\n \"whenPrepared\": \"2023-03-02T04:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/112cb62c-f8bc-453d-a52c-ef497f7690b8\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/cfdf9ceb-ec3d-40ef-960c-11f93dbe9e62\"\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/33446e60-8548-4ab9-9aa8-3d23373a3eb9\"\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"112cb62c-f8bc-453d-a52c-ef497f7690b8\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/beb8eba4-00a8-4e1c-8a18-f8df40d80ba6\",\n \"use\": \"official\",\n \"value\": \"TX_NBAE1Y30DJ4A\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/beb8eba4-00a8-4e1c-8a18-f8df40d80ba6\",\n \"use\": \"official\",\n \"value\": \"TX_COA4LCUXK6XO\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang 1B IGD Rsk Mojowarno\",\n \"reference\": \"Location/24c5642f-14d7-4302-b7a9-98873f765b77\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/fc24769c-ba3e-448e-bf50-449eae66b631\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-02-15T02:20:32.571872+00:00\",\n \"versionId\": \"MTcwNzk2MzYzMjU3MTg3MjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/4e31dc32-c9e5-4809-a586-973b34567bec\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/0ece70e7-47a1-4c9a-833e-4c0489b29eb6\"\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/07d491f2-a56a-4fe3-bbf9-fe52966d46de\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"4e31dc32-c9e5-4809-a586-973b34567bec\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000002\",\n \"use\": \"official\",\n \"value\": \"DK12345678900889917\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000002\",\n \"use\": \"official\",\n \"value\": \"DK12345678899917-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Kebidanan, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/dad49fb8-5180-4a03-b5de-b43a332a1f12\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/36288009-bdad-4b8c-bdf5-a8bfcc990f13\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-24T06:57:28.944449+00:00\",\n \"versionId\": \"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/e8d6ef7b-3ed6-42d9-80d4-51f897f37e2c\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"urn:uuid:78c5d8d1-e3bf-4ff1-bf3c-6aa564336ee7\"\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/5e2b45fd-4777-45f7-88c4-b6b86245d71f\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"e8d6ef7b-3ed6-42d9-80d4-51f897f37e2c\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"VITAMIN B6 25 mg TABLET (Umum)\",\n \"reference\": \"urn:uuid:db07896f-ede8-48fa-9bf0-e99941a6a375\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-11T01:46:14.482290+00:00\",\n \"versionId\": \"MTcwNDkzNzU3NDQ4MjI5MDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-03-29T14:30:00+00:00\",\n \"whenPrepared\": \"2023-03-29T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/c53df2b9-2562-4102-9bf3-bd477260f385\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"urn:uuid:c6a79ce0-b2da-4b00-8f41-60187b839db3\"\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/5e2b45fd-4777-45f7-88c4-b6b86245d71f\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"c53df2b9-2562-4102-9bf3-bd477260f385\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"VITAMIN B6 25 mg TABLET (Umum)\",\n \"reference\": \"urn:uuid:d25201d0-d6de-483a-98f3-6dc43fc3efc4\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-11T01:46:14.482290+00:00\",\n \"versionId\": \"MTcwNDkzNzU3NDQ4MjI5MDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-03-30T14:30:00+00:00\",\n \"whenPrepared\": \"2023-03-30T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/c5c9ebd9-6470-41e4-925c-27570633326b\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"urn:uuid:b5d747e8-4b4f-43cc-be06-6d207cacc332\"\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/5e2b45fd-4777-45f7-88c4-b6b86245d71f\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"c5c9ebd9-6470-41e4-925c-27570633326b\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"VITAMIN B6 25 mg TABLET (Umum)\",\n \"reference\": \"urn:uuid:76d67b9f-2831-4000-b974-4e32bb1b9a04\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-11T01:46:14.482290+00:00\",\n \"versionId\": \"MTcwNDkzNzU3NDQ4MjI5MDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-03-27T14:30:00+00:00\",\n \"whenPrepared\": \"2023-03-27T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/8bd3e7d1-2ece-497d-a509-56a2e1f77f3a\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/6954eff2-e64c-4d62-9614-5f636078a867\"\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/5bc05f8a-fba4-4b1b-8a36-a31ba3b3cdce\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"8bd3e7d1-2ece-497d-a509-56a2e1f77f3a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"Amlodipine Besilate 5 mg Tablet (HOLI PHARMA)\",\n \"reference\": \"Medication/e1d92ee4-acf3-4e1b-9a0f-d915bd461d89\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-10T00:40:06.098681+00:00\",\n \"versionId\": \"MTcwNDg0NzIwNjA5ODY4MTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-01-23T18:00:00+00:00\",\n \"whenPrepared\": \"2022-01-23T18:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/5520db12-294a-44ec-9e60-fa34647dcf3f\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"urn:uuid:62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\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/20e57ad2-0c5f-4187-b1c2-06cf34be76b6\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"1 kapsul setiap 8 jam untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\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 kapsul setiap 8 jam untuk 7 hari mulai tanggal 9 September 2023\",\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 kapsul setiap 8 jam untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 8,\n \"periodUnit\": \"h\"\n }\n }\n }\n ],\n \"id\": \"5520db12-294a-44ec-9e60-fa34647dcf3f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000002\",\n \"use\": \"official\",\n \"value\": \"KK123456788999\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000002\",\n \"use\": \"official\",\n \"value\": \"KK123456788999-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/13e1ed8e-3271-4396-b287-4abbacb5eb85\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/2d9a76ea-62eb-4032-a83e-421073430891\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-09T10:41:02.822247+00:00\",\n \"versionId\": \"MTcwNDc5Njg2MjgyMjI0NzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/07100b31-e49b-41de-9a4c-91823d183e51\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"urn:uuid:62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\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/2d8385f3-ecfb-4cf3-8bb7-474cb4f41438\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\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\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\",\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\": \"3 kapsul setiap hari untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"07100b31-e49b-41de-9a4c-91823d183e51\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000002\",\n \"use\": \"official\",\n \"value\": \"NK123456788999\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000002\",\n \"use\": \"official\",\n \"value\": \"NK123456788999-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/13e1ed8e-3271-4396-b287-4abbacb5eb85\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/c856fe2a-7661-41c9-b46c-b023dfd3fc54\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-09T06:42:06.953832+00:00\",\n \"versionId\": \"MTcwNDc4MjUyNjk1MzgzMjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/b229b665-fb2e-4698-a2f6-a50b64592504\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"urn:uuid:62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\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/21c363c0-7223-4213-875e-066734374aa2\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\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\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\",\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\": \"3 kapsul setiap hari untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"b229b665-fb2e-4698-a2f6-a50b64592504\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000002\",\n \"use\": \"official\",\n \"value\": \"XC123456788999\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000002\",\n \"use\": \"official\",\n \"value\": \"XC123456788999-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/13e1ed8e-3271-4396-b287-4abbacb5eb85\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/691ad51b-b64f-40d1-9028-643c5a56afd7\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T08:19:17.910114+00:00\",\n \"versionId\": \"MTcwNDQ0Mjc1NzkxMDExNDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/09b81487-9718-4b7c-8991-e1cec3c2fc47\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\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/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\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\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\",\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\": \"3 kapsul setiap hari untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"09b81487-9718-4b7c-8991-e1cec3c2fc47\",\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\": \"123456788-2\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/13e1ed8e-3271-4396-b287-4abbacb5eb85\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/3ae9e76b-07c5-4297-9278-c0d4903142cc\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T08:18:02.450214+00:00\",\n \"versionId\": \"MTcwNDQ0MjY4MjQ1MDIxNDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/0e0a34d6-852f-4978-b697-261aef3ecc07\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"urn:uuid:62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\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/18417488-8ca9-40d5-af4e-1ec5653dbf81\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\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\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\",\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\": \"3 kapsul setiap hari untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"0e0a34d6-852f-4978-b697-261aef3ecc07\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"XC123456788999\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"XC123456788999-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/e2ff4f47-5723-46e6-b5bf-21b72eb24438\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/45730ae2-a06f-4f07-bb63-e5e7418547ff\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-28T15:07:21.602523+00:00\",\n \"versionId\": \"MTcwMzc3NjA0MTYwMjUyMzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/4e11c698-93b0-442b-9f2c-13810f60c5cc\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"urn:uuid:62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\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/90fd78ed-24aa-43b9-b8ba-50692b47c963\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\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\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\",\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\": \"3 kapsul setiap hari untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"4e11c698-93b0-442b-9f2c-13810f60c5cc\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"VK123456788999\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"VK123456788999-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/e2ff4f47-5723-46e6-b5bf-21b72eb24438\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/9a4cc93d-f7ce-4832-bfa7-08275fe35746\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-28T15:03:35.982705+00:00\",\n \"versionId\": \"MTcwMzc3NTgxNTk4MjcwNTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/355d1933-0957-4592-b225-351876d596a1\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/a67e1c64-3c4b-4ad8-9c87-21273c4b77b6\"\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/668a4d56-78de-48c0-a585-f88a22edc749\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"355d1933-0957-4592-b225-351876d596a1\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"TA12345678900889917\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"TA12345678899917-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Kebidanan, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/dad49fb8-5180-4a03-b5de-b43a332a1f12\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/b81833c2-5961-47a2-ad02-af848b708786\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-14T07:24:44.323285+00:00\",\n \"versionId\": \"MTcwMjUzODY4NDMyMzI4NTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/a0c4c76e-e502-43fc-a9b5-fc975b7c9622\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/e804d693-698f-45d1-a806-efac323d68dc\"\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/4531e809-1db3-4728-90c3-5c92ecd803a4\"\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\": \"a0c4c76e-e502-43fc-a9b5-fc975b7c9622\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"24877772\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\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/e00a3d08-ee33-4ced-b9c4-321b2d01a3ea\"\n },\n \"medicationReference\": {\n \"reference\": \"Medication/a32433c8-5fee-46a2-ad59-d4f6f869efb7\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-14T07:21:40.206390+00:00\",\n \"versionId\": \"MTcwMjUzODUwMDIwNjM5MDAwMA\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/35d5a24a-25e6-49a1-b618-bbad76209cf7\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"urn:uuid:62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\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/fa1bc24b-139f-4e8d-89e3-cb9c68233a67\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\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\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\",\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\": \"3 kapsul setiap hari untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"35d5a24a-25e6-49a1-b618-bbad76209cf7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"XK123456788999\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"XK123456788999-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/e2ff4f47-5723-46e6-b5bf-21b72eb24438\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/98d03b48-c262-4ee7-97f4-7aeceee90a84\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-13T07:36:50.273022+00:00\",\n \"versionId\": \"MTcwMjQ1MzAxMDI3MzAyMjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/d3ff75c7-c54c-4b6f-a46d-89a15e17d99a\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\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/d6ccb430-2510-4955-885b-332a0bbef7b1\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\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\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\",\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\": \"3 kapsul setiap hari untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"d3ff75c7-c54c-4b6f-a46d-89a15e17d99a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/03419ffc-eb27-4c01-bb19-699e44a056c3\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/3ae9e76b-07c5-4297-9278-c0d4903142cc\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-12T06:46:25.891508+00:00\",\n \"versionId\": \"MTcwMjM2MzU4NTg5MTUwODAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/f4790e3e-7832-47ee-9169-60111d81cb09\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\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/d6ccb430-2510-4955-885b-332a0bbef7b1\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\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\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\",\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\": \"3 kapsul setiap hari untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"f4790e3e-7832-47ee-9169-60111d81cb09\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/03419ffc-eb27-4c01-bb19-699e44a056c3\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/c7de136c-d093-4b84-b74e-7c5a580cdbc5\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-11T07:08:52.280021+00:00\",\n \"versionId\": \"MTcwMjI3ODUzMjI4MDAyMTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/16ecb336-ae1f-4090-b849-66a523d60ff6\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\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/d6ccb430-2510-4955-885b-332a0bbef7b1\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\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\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\",\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\": \"3 kapsul setiap hari untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"16ecb336-ae1f-4090-b849-66a523d60ff6\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/03419ffc-eb27-4c01-bb19-699e44a056c3\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/c7de136c-d093-4b84-b74e-7c5a580cdbc5\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-11T07:07:07.275203+00:00\",\n \"versionId\": \"MTcwMjI3ODQyNzI3NTIwMzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T20:25:00+00:00\",\n \"whenPrepared\": \"2023-09-09T20:20:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/c00ba810-8d58-4556-ba32-5653655f1894\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/cfdf9ceb-ec3d-40ef-960c-11f93dbe9e62\"\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/33446e60-8548-4ab9-9aa8-3d23373a3eb9\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"c00ba810-8d58-4556-ba32-5653655f1894\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/beb8eba4-00a8-4e1c-8a18-f8df40d80ba6\",\n \"use\": \"official\",\n \"value\": \"TX_Y4VZ16FITELP\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/beb8eba4-00a8-4e1c-8a18-f8df40d80ba6\",\n \"use\": \"official\",\n \"value\": \"TX_86O7WLJEQRQ4\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang 1B IGD Rsk Mojowarno\",\n \"reference\": \"Location/24c5642f-14d7-4302-b7a9-98873f765b77\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/74fc9c78-e45e-479a-aa92-a1f7421c7910\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-05T02:24:52.009962+00:00\",\n \"versionId\": \"MTcwMTc0MzA5MjAwOTk2MjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/6791da5e-a322-4e18-8a37-e6cfa21977d0\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/cfdf9ceb-ec3d-40ef-960c-11f93dbe9e62\"\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/33446e60-8548-4ab9-9aa8-3d23373a3eb9\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"6791da5e-a322-4e18-8a37-e6cfa21977d0\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/beb8eba4-00a8-4e1c-8a18-f8df40d80ba6\",\n \"use\": \"official\",\n \"value\": \"TX_OF301Y43BHCW\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/beb8eba4-00a8-4e1c-8a18-f8df40d80ba6\",\n \"use\": \"official\",\n \"value\": \"TX_CYQQFPW9RXYU\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang 1B IGD Rsk Mojowarno\",\n \"reference\": \"Location/24c5642f-14d7-4302-b7a9-98873f765b77\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/68834c45-47ea-4e2c-bd65-9217ad9e17c2\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-05T02:23:46.319630+00:00\",\n \"versionId\": \"MTcwMTc0MzAyNjMxOTYzMDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/9ff1ee2c-33e3-4e46-a4f9-9f8cb8fc0e4d\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/1befb195-f833-449b-b93a-9b20a694bd40\"\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/cc0d7c08-c05c-4736-8a04-cd38b4ba18ea\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"9ff1ee2c-33e3-4e46-a4f9-9f8cb8fc0e4d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"TB12345678900889917\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"TB12345678899917-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Kebidanan, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/dad49fb8-5180-4a03-b5de-b43a332a1f12\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/24736471-ba18-4aba-8a5a-4b8fa9f5f80c\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-04T02:34:46.134988+00:00\",\n \"versionId\": \"MTcwMTY1NzI4NjEzNDk4ODAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/5956a5b7-bf69-4271-bf25-a663c0c7840b\",\n \"resource\": {\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/427d89c7-9240-4eca-8bc8-7273df215f57\"\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/10085103\",\n \"use\": \"official\",\n \"value\": \"266277773\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/c217feea-e971-44bf-8f05-6c2222cdea55\",\n \"resource\": {\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/427d89c7-9240-4eca-8bc8-7273df215f57\"\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/10085103\",\n \"use\": \"official\",\n \"value\": \"24877770\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/7b91fc9d-9ec6-456e-b7e2-a7ef4a304f67\",\n \"resource\": {\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/427d89c7-9240-4eca-8bc8-7273df215f57\"\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/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/dd73164e-3e5e-485d-803c-192e37bdcecc\",\n \"resource\": {\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/d76048f5-82e3-4f97-9bda-3b98ecde93f8\"\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/10085103\",\n \"use\": \"official\",\n \"value\": \"24877772\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/66e057f5-b201-46cd-9bf0-084c9e46fe0e\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/a1539778-97bb-41ac-8161-29c7797045bf\"\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/dbedcdcb-c2e7-4e06-8161-72a8d126f49f\"\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\": \"66e057f5-b201-46cd-9bf0-084c9e46fe0e\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"266277773\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"266277773-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/c03b6022-40ae-40df-a507-0bc0f85a0c09\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-20T09:24:47.326560+00:00\",\n \"versionId\": \"MTcwMDQ3MjI4NzMyNjU2MDAwMA\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/66cdfbb3-d288-42f1-9f81-99e3b3e075f7\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/399adef9-4eee-4d36-b969-3e86d89eb5e7\"\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/dbedcdcb-c2e7-4e06-8161-72a8d126f49f\"\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\": \"66cdfbb3-d288-42f1-9f81-99e3b3e075f7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"24877770\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\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-11-20T08:59:42.265182+00:00\",\n \"versionId\": \"MTcwMDQ3MDc4MjI2NTE4MjAwMA\"\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-17T08:00:00+00:00\",\n \"whenPrepared\": \"2023-11-17T08:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/a4306dd1-76b2-4588-a7dd-901ad469822f\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/91cf10cb-1121-42da-9b16-c72af43f3f74\"\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/dbedcdcb-c2e7-4e06-8161-72a8d126f49f\"\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\": \"a4306dd1-76b2-4588-a7dd-901ad469822f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789-3\"\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 \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/edb90a2c-ef7a-4c5c-ac48-f3b5401ed309\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-20T08:39:17.671738+00:00\",\n \"versionId\": \"MTcwMDQ2OTU1NzY3MTczODAwMA\"\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:55:00+00:00\",\n \"whenPrepared\": \"2023-11-17T07:55:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/6772053b-7cbf-43e2-81cb-cae54d2b3be5\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/a83c9cc2-b572-44ce-98ae-16c24ce0fb52\"\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/dbedcdcb-c2e7-4e06-8161-72a8d126f49f\"\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\": \"6772053b-7cbf-43e2-81cb-cae54d2b3be5\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789-3\"\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 \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/edb90a2c-ef7a-4c5c-ac48-f3b5401ed309\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-20T07:58:43.340720+00:00\",\n \"versionId\": \"MTcwMDQ2NzEyMzM0MDcyMDAwMA\"\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:55:00+00:00\",\n \"whenPrepared\": \"2023-11-17T07:55:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/f10dafea-4a8c-4318-a264-096b62e69ccb\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/1f4680ce-441c-4898-b72d-df090a8537a1\"\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/50343b50-10ca-4822-98b1-24157272455c\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"f10dafea-4a8c-4318-a264-096b62e69ccb\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/907b18a4-0b3b-4147-bcb3-fb4d9d9c22e7\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T09:34:05.983344+00:00\",\n \"versionId\": \"MTcwMDIxMzY0NTk4MzM0NDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/2e86bbb7-f523-40a1-8fb7-0957362196cb\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/6954eff2-e64c-4d62-9614-5f636078a867\"\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/50343b50-10ca-4822-98b1-24157272455c\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"2e86bbb7-f523-40a1-8fb7-0957362196cb\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/907b18a4-0b3b-4147-bcb3-fb4d9d9c22e7\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T09:33:26.706188+00:00\",\n \"versionId\": \"MTcwMDIxMzYwNjcwNjE4ODAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/5a4e189b-075e-4352-8f74-92d466dde169\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/540ef5f3-8832-415e-a84b-27dd5a6b0ac9\"\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/1745a68c-a1a1-4825-95ec-d409e0ace0b6\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"5a4e189b-075e-4352-8f74-92d466dde169\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080043\",\n \"use\": \"official\",\n \"value\": \"12345678980\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080043\",\n \"use\": \"official\",\n \"value\": \"1234567880-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Kebidanan, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/dad49fb8-5180-4a03-b5de-b43a332a1f12\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/46b7bfd5-206e-4afd-9ac5-fec0ee39d239\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T08:49:23.082534+00:00\",\n \"versionId\": \"MTcwMDIxMDk2MzA4MjUzNDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/1f70400a-9f43-43cb-a944-cead897a891f\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/55137990-efc1-45c6-8553-3e5076fa15da\"\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/fb4d1631-ed66-4a89-a9de-0f6c7e66b957\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"1f70400a-9f43-43cb-a944-cead897a891f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080043\",\n \"use\": \"official\",\n \"value\": \"12345678980\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080043\",\n \"use\": \"official\",\n \"value\": \"1234567880-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Kebidanan, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/dad49fb8-5180-4a03-b5de-b43a332a1f12\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/dd25c48d-2a1a-4726-a4e9-1f99e34e739f\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T08:33:47.189830+00:00\",\n \"versionId\": \"MTcwMDIxMDAyNzE4OTgzMDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/7c456507-6a12-43ae-964b-ad5601ef8e2b\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/d8415501-2635-4d05-96e4-45f8439927b2\"\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/fb4d1631-ed66-4a89-a9de-0f6c7e66b957\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"7c456507-6a12-43ae-964b-ad5601ef8e2b\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080043\",\n \"use\": \"official\",\n \"value\": \"12345678980\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080043\",\n \"use\": \"official\",\n \"value\": \"1234567880-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Kebidanan, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/dad49fb8-5180-4a03-b5de-b43a332a1f12\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/2076e09a-20a9-4e1e-99d5-56b180d5442e\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T08:28:08.000593+00:00\",\n \"versionId\": \"MTcwMDIwOTY4ODAwMDU5MzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/b4d6f6be-abaf-476d-9741-43c33beac7b2\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/d8415501-2635-4d05-96e4-45f8439927b2\"\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/fb4d1631-ed66-4a89-a9de-0f6c7e66b957\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"b4d6f6be-abaf-476d-9741-43c33beac7b2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080043\",\n \"use\": \"official\",\n \"value\": \"12345678980\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080043\",\n \"use\": \"official\",\n \"value\": \"1234567880-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Kebidanan, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/dad49fb8-5180-4a03-b5de-b43a332a1f12\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/60561736-2156-4d73-ad3e-83e598b847a4\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T08:24:51.996717+00:00\",\n \"versionId\": \"MTcwMDIwOTQ5MTk5NjcxNzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/4438d81a-9102-4872-9672-c2b5138dbf90\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/fd0b101f-d5d1-4627-a8bd-ab392cefaf86\"\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/d3a533fd-f60e-4a3a-8b55-afd6369a60f0\"\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\": \"4438d81a-9102-4872-9672-c2b5138dbf90\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080031\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080031\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/5e29fe45-1c43-49ec-b506-c6f1b57ee32b\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/b386692e-4aae-48dd-9d2c-c324d9147cf2\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T08:01:09.597444+00:00\",\n \"versionId\": \"MTcwMDIwODA2OTU5NzQ0NDAwMA\"\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\": \"2022-12-26T13:00:00+00:00\",\n \"whenPrepared\": \"2022-12-26T13:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/a0c752be-9388-4f39-8f27-310844ad615b\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/22442236-7774-42c5-a7cd-5a47bc0b0794\"\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/d3a533fd-f60e-4a3a-8b55-afd6369a60f0\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"a0c752be-9388-4f39-8f27-310844ad615b\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080031\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080031\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/5e29fe45-1c43-49ec-b506-c6f1b57ee32b\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/b386692e-4aae-48dd-9d2c-c324d9147cf2\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:58:22.594257+00:00\",\n \"versionId\": \"MTcwMDIwNzkwMjU5NDI1NzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-27T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-27T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/f02fc546-705f-4ca0-9a45-1d1092b0eee7\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/56f1fda7-b246-45c6-a322-f89adffb17d2\"\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/d3a533fd-f60e-4a3a-8b55-afd6369a60f0\"\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\": \"f02fc546-705f-4ca0-9a45-1d1092b0eee7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080031\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080031\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/5e29fe45-1c43-49ec-b506-c6f1b57ee32b\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/5ab60d05-90f6-4a67-b027-68b103c04634\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:55:30.869768+00:00\",\n \"versionId\": \"MTcwMDIwNzczMDg2OTc2ODAwMA\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/416f2ae5-0ff5-48ed-be76-f3c2c214e428\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/989bfbe0-ea03-479c-8053-45ed64181652\"\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/d3a533fd-f60e-4a3a-8b55-afd6369a60f0\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"416f2ae5-0ff5-48ed-be76-f3c2c214e428\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080031\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080031\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/5e29fe45-1c43-49ec-b506-c6f1b57ee32b\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/0c5cccce-2f0b-40d2-8fd7-2eb87909de92\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:53:05.620049+00:00\",\n \"versionId\": \"MTcwMDIwNzU4NTYyMDA0OTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-26T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-26T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/5f245a73-d06f-470d-aa5e-c0df38346aad\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/80dda15e-6e3d-4ef8-8178-56c543a9a80d\"\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/d3a533fd-f60e-4a3a-8b55-afd6369a60f0\"\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\": \"5f245a73-d06f-470d-aa5e-c0df38346aad\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080031\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080031\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/5e29fe45-1c43-49ec-b506-c6f1b57ee32b\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/099f77f6-2a8a-469f-a2f7-72dff6e5683d\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:50:19.820723+00:00\",\n \"versionId\": \"MTcwMDIwNzQxOTgyMDcyMzAwMA\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/e084c85f-b3e0-46ac-bb13-8863542ee18a\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/bfd5c71c-c19f-4913-8d58-04cf1cf0fbd3\"\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/d3a533fd-f60e-4a3a-8b55-afd6369a60f0\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"e084c85f-b3e0-46ac-bb13-8863542ee18a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080031\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080031\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/5e29fe45-1c43-49ec-b506-c6f1b57ee32b\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/e339b321-16a5-4388-83f8-189a69ec9a43\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:45:58.916738+00:00\",\n \"versionId\": \"MTcwMDIwNzE1ODkxNjczODAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/2b174cac-1b68-4d11-b26c-b7e90f060599\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/5faa5090-56fe-4925-a0ec-b8b1d4739ecf\"\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/987350be-b91e-4acc-afbc-a52395973aca\"\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\": \"2b174cac-1b68-4d11-b26c-b7e90f060599\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000079\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000079\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/be109d00-b9b1-48b6-bcd5-82d3e4600dc2\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/c8015f66-a9ce-4d7f-8885-a5caf5b7512f\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:37:10.202832+00:00\",\n \"versionId\": \"MTcwMDIwNjYzMDIwMjgzMjAwMA\"\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\": \"2022-12-26T13:00:00+00:00\",\n \"whenPrepared\": \"2022-12-26T13:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/5831d88f-7199-4e90-bc9d-adceb475065e\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/a365d8a1-cb70-4c85-9364-f206651e9441\"\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/50adc3e6-5013-4608-9ad7-0a5f2cbb8459\"\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\": \"5831d88f-7199-4e90-bc9d-adceb475065e\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085781\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085781\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/6f112dd5-e109-4e60-93a6-c3a2734139c4\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/46d25726-5613-48ac-ab5f-1016accaee1e\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:36:09.814595+00:00\",\n \"versionId\": \"MTcwMDIwNjU2OTgxNDU5NTAwMA\"\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\": \"2022-12-26T13:00:00+00:00\",\n \"whenPrepared\": \"2022-12-26T13:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/0e74cd7f-4590-4876-87b0-2a664cbb06d9\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/6b0b9b0e-723d-4db2-b986-1e16c23024c8\"\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/987350be-b91e-4acc-afbc-a52395973aca\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"0e74cd7f-4590-4876-87b0-2a664cbb06d9\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000079\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000079\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/be109d00-b9b1-48b6-bcd5-82d3e4600dc2\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/3ab9009d-ba0a-41e8-b5da-2083a3bc1228\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:36:00.517454+00:00\",\n \"versionId\": \"MTcwMDIwNjU2MDUxNzQ1NDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-27T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-27T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/86b8102e-aef7-4c3a-86a5-03cced3574e7\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/e9f72ec9-2ea5-4819-a95b-5f4868a62e2b\"\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/987350be-b91e-4acc-afbc-a52395973aca\"\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\": \"86b8102e-aef7-4c3a-86a5-03cced3574e7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000079\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000079\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/be109d00-b9b1-48b6-bcd5-82d3e4600dc2\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/97a58a37-51f3-4adc-a8fa-57d4c8590c6a\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:34:24.114035+00:00\",\n \"versionId\": \"MTcwMDIwNjQ2NDExNDAzNTAwMA\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/74ed40b4-ef14-45c6-b5a8-b6c0efb19006\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/36a95b49-c08c-4cf2-b294-f8d78234e54e\"\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/50adc3e6-5013-4608-9ad7-0a5f2cbb8459\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"74ed40b4-ef14-45c6-b5a8-b6c0efb19006\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085781\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085781\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/6f112dd5-e109-4e60-93a6-c3a2734139c4\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/2bec8edd-9961-435d-952f-215245b82843\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:32:59.588179+00:00\",\n \"versionId\": \"MTcwMDIwNjM3OTU4ODE3OTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-27T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-27T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/5e5acf6d-203e-4482-bcbd-0f8d579f8d70\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/e9f72ec9-2ea5-4819-a95b-5f4868a62e2b\"\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/987350be-b91e-4acc-afbc-a52395973aca\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"5e5acf6d-203e-4482-bcbd-0f8d579f8d70\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000079\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000079\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/be109d00-b9b1-48b6-bcd5-82d3e4600dc2\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/15dd14e4-a9ca-43a8-b724-14fbe716222a\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:32:44.271211+00:00\",\n \"versionId\": \"MTcwMDIwNjM2NDI3MTIxMTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-26T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-26T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/c93c6014-bf3d-455d-ac3e-bed4b8ca37bc\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/ff96708e-d713-4e47-9768-2cc80a18dac6\"\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/987350be-b91e-4acc-afbc-a52395973aca\"\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\": \"c93c6014-bf3d-455d-ac3e-bed4b8ca37bc\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000079\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000079\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/be109d00-b9b1-48b6-bcd5-82d3e4600dc2\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/a27fec2d-2415-42b4-9b81-96557a633d74\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:31:21.637713+00:00\",\n \"versionId\": \"MTcwMDIwNjI4MTYzNzcxMzAwMA\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/f5194892-0309-4333-8552-b872803bc65c\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/cda94fc8-b876-4847-890d-8bd4540f3c97\"\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/50adc3e6-5013-4608-9ad7-0a5f2cbb8459\"\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\": \"f5194892-0309-4333-8552-b872803bc65c\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085781\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085781\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/6f112dd5-e109-4e60-93a6-c3a2734139c4\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/a0ab0b21-f991-4eb1-9f7c-f626dac2552f\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:28:20.004665+00:00\",\n \"versionId\": \"MTcwMDIwNjEwMDAwNDY2NTAwMA\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/a05f2188-f5d5-4935-9510-a39ea305239b\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/75e4f991-62b7-43cf-8b34-e66f13773fe7\"\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/0d8efb42-940f-4f6d-9a81-89c6e0389ed4\"\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\": \"a05f2188-f5d5-4935-9510-a39ea305239b\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000213\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000213\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/53dd9a6d-980d-4f12-bb08-cda889b201ec\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/a6587260-b3f3-4829-9af9-2279264a7643\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:28:02.162418+00:00\",\n \"versionId\": \"MTcwMDIwNjA4MjE2MjQxODAwMA\"\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\": \"2022-12-26T13:00:00+00:00\",\n \"whenPrepared\": \"2022-12-26T13:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/7f48278d-0c63-47fd-93ff-f62d62b3af00\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/ff04fd46-a5d4-416d-8b99-cbcaada1ac3a\"\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/0d8efb42-940f-4f6d-9a81-89c6e0389ed4\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"7f48278d-0c63-47fd-93ff-f62d62b3af00\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000213\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000213\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/53dd9a6d-980d-4f12-bb08-cda889b201ec\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/c73a6356-e2f5-4173-bc24-8bfbbfbfe8b8\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:27:31.979053+00:00\",\n \"versionId\": \"MTcwMDIwNjA1MTk3OTA1MzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-27T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-27T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/afa121e3-02b6-46a4-8cef-d74ab0deff2f\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/187d371a-f1ce-4612-8152-b1f75d296342\"\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/987350be-b91e-4acc-afbc-a52395973aca\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"afa121e3-02b6-46a4-8cef-d74ab0deff2f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000079\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000079\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/be109d00-b9b1-48b6-bcd5-82d3e4600dc2\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/07e97021-4f63-49ab-95f9-449ff86b5938\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:27:13.645024+00:00\",\n \"versionId\": \"MTcwMDIwNjAzMzY0NTAyNDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/0b346675-ac5b-4a87-9336-713e8f90e226\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/ffbb2606-e6ac-4af6-99ab-6cca389ad0ab\"\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/0d8efb42-940f-4f6d-9a81-89c6e0389ed4\"\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\": \"0b346675-ac5b-4a87-9336-713e8f90e226\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000213\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000213\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/53dd9a6d-980d-4f12-bb08-cda889b201ec\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/54009ff2-d06c-4815-963d-ed234eec90a8\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:27:04.648189+00:00\",\n \"versionId\": \"MTcwMDIwNjAyNDY0ODE4OTAwMA\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/afe94cbd-5932-449d-a146-c5cb290b0b72\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/01e49dc3-76cb-4f20-bfc3-279325f36f47\"\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/0d8efb42-940f-4f6d-9a81-89c6e0389ed4\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"afe94cbd-5932-449d-a146-c5cb290b0b72\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000213\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000213\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/53dd9a6d-980d-4f12-bb08-cda889b201ec\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/15a5da88-cc6a-45cb-86cf-6e3f77d1585e\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:26:33.581156+00:00\",\n \"versionId\": \"MTcwMDIwNTk5MzU4MTE1NjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-26T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-26T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/58a770a4-2498-42eb-a123-7a3267969db6\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/6f41cdf6-acb7-409c-86af-3e385264dda3\"\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/0d8efb42-940f-4f6d-9a81-89c6e0389ed4\"\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\": \"58a770a4-2498-42eb-a123-7a3267969db6\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000213\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000213\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/53dd9a6d-980d-4f12-bb08-cda889b201ec\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/4c38481b-c1b8-454e-b1ec-bc3291d5389c\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:26:09.455557+00:00\",\n \"versionId\": \"MTcwMDIwNTk2OTQ1NTU1NzAwMA\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/45687ffa-7b31-48eb-954b-faf5d2bf9085\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/49d0e1ed-7687-4b16-9292-393d35930323\"\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/0d8efb42-940f-4f6d-9a81-89c6e0389ed4\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"45687ffa-7b31-48eb-954b-faf5d2bf9085\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000213\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000213\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/53dd9a6d-980d-4f12-bb08-cda889b201ec\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/83f2652d-f9ad-470d-ac5b-29b00e70631c\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:25:32.207114+00:00\",\n \"versionId\": \"MTcwMDIwNTkzMjIwNzExNDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/7300f349-30e6-4480-b0e6-9ca5b3ad148a\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/8bd2ff9a-0976-471a-9709-b03087dbc654\"\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/50adc3e6-5013-4608-9ad7-0a5f2cbb8459\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"7300f349-30e6-4480-b0e6-9ca5b3ad148a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085781\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085781\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/6f112dd5-e109-4e60-93a6-c3a2734139c4\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/ad8eb69a-bb44-48ae-8547-8bd84d227ba2\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:23:49.845460+00:00\",\n \"versionId\": \"MTcwMDIwNTgyOTg0NTQ2MDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-26T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-26T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/812e375a-86d5-4061-a5fc-87cb2ae8086f\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/8d34f457-afc8-467c-be72-48b39f6538fa\"\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/50adc3e6-5013-4608-9ad7-0a5f2cbb8459\"\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\": \"812e375a-86d5-4061-a5fc-87cb2ae8086f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085781\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085781\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/6f112dd5-e109-4e60-93a6-c3a2734139c4\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/fc869a5a-5463-49e6-8588-8bb57723b6c7\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:19:31.449061+00:00\",\n \"versionId\": \"MTcwMDIwNTU3MTQ0OTA2MTAwMA\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/b787c1e3-7890-4d9b-bc9b-dd9f31d4cfc2\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/1f924dc4-b550-473d-b131-331dee6aa17d\"\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/50adc3e6-5013-4608-9ad7-0a5f2cbb8459\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"b787c1e3-7890-4d9b-bc9b-dd9f31d4cfc2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085781\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085781\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/6f112dd5-e109-4e60-93a6-c3a2734139c4\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/1364b2d2-5ea1-4373-aa6c-ff37a35f39fd\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:13:20.138119+00:00\",\n \"versionId\": \"MTcwMDIwNTIwMDEzODExOTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/2de44ff9-df80-4c80-8c46-85b68c954ead\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/ab1ef886-f3f1-4370-b42c-99e12e7b5a4d\"\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/cefcd599-8361-4351-b42c-8d4bcad4da5c\"\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\": \"2de44ff9-df80-4c80-8c46-85b68c954ead\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080004\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080004\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/8fb8fde4-6b76-48bc-98e4-c1e03679ceaa\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/6fc1a97e-1b59-4b46-8407-b3d4f805df4d\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:09:40.179145+00:00\",\n \"versionId\": \"MTcwMDIwNDk4MDE3OTE0NTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/10012572188\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/ab847231-9503-43ee-8b4f-6678da9c792c\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/ba5ad1e2-ae32-4816-9e25-f8561f353df7\"\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/148f863f-5c3a-4fc0-b331-2076de6f48b5\"\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\": \"ab847231-9503-43ee-8b4f-6678da9c792c\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000190\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000190\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/81df61fd-70e5-4b0e-91ea-5ce4ca5eb8a0\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/8878c82f-78ab-47d7-87ae-c4cddf5b3996\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:09:28.503845+00:00\",\n \"versionId\": \"MTcwMDIwNDk2ODUwMzg0NTAwMA\"\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\": \"2022-12-26T13:00:00+00:00\",\n \"whenPrepared\": \"2022-12-26T13:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/70727b40-a331-4e82-a74b-fd1753aeb5b0\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/c734252e-cb76-4c04-b9f3-1b61e82cc852\"\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/148f863f-5c3a-4fc0-b331-2076de6f48b5\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"70727b40-a331-4e82-a74b-fd1753aeb5b0\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000190\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000190\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/81df61fd-70e5-4b0e-91ea-5ce4ca5eb8a0\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/9237c2ab-6861-4a57-b7a5-95a4e30470ba\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:06:19.021607+00:00\",\n \"versionId\": \"MTcwMDIwNDc3OTAyMTYwNzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-27T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-27T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/4f41bb5f-ee5e-4d2b-a3a1-1aefa6222e86\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/a4ad7bdf-75e1-4ea1-b0b1-7b8d3c6c9779\"\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/148f863f-5c3a-4fc0-b331-2076de6f48b5\"\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\": \"4f41bb5f-ee5e-4d2b-a3a1-1aefa6222e86\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000190\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000190\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/81df61fd-70e5-4b0e-91ea-5ce4ca5eb8a0\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/ce165298-f034-4efc-b185-65245eb51e03\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:03:56.100014+00:00\",\n \"versionId\": \"MTcwMDIwNDYzNjEwMDAxNDAwMA\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/e8a9a4f0-932f-4c4f-bf7b-bc28d7386935\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/a1d47db9-b04d-45f3-af82-fdc3eaecd9ee\"\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/148f863f-5c3a-4fc0-b331-2076de6f48b5\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"e8a9a4f0-932f-4c4f-bf7b-bc28d7386935\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000190\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000190\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/81df61fd-70e5-4b0e-91ea-5ce4ca5eb8a0\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/21a32db7-aff4-4d2c-b926-dda1b95ad585\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:02:15.097538+00:00\",\n \"versionId\": \"MTcwMDIwNDUzNTA5NzUzODAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-26T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-26T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/7f0afd27-f706-4759-a473-1ee441658243\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/585608f4-a191-4c91-8fa8-2bb8d1db80c5\"\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/148f863f-5c3a-4fc0-b331-2076de6f48b5\"\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\": \"7f0afd27-f706-4759-a473-1ee441658243\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000190\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000190\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/81df61fd-70e5-4b0e-91ea-5ce4ca5eb8a0\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/f83df239-ea6b-4a8c-a5e4-cc991a75c4c5\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:58:56.942486+00:00\",\n \"versionId\": \"MTcwMDIwNDMzNjk0MjQ4NjAwMA\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/3627ef2c-2d8d-40e4-9910-3d79b7b0170d\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/c078823c-efb1-4962-99e4-d48d91483a6f\"\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/003e7f02-3714-46a0-bb9d-346ff4959c47\"\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\": \"3627ef2c-2d8d-40e4-9910-3d79b7b0170d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080057\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080057\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/cf68e790-6b3f-40f9-8432-ef9748a17fc1\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/1a530876-b2fb-4caa-a6e6-f0792e42957c\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:57:36.690001+00:00\",\n \"versionId\": \"MTcwMDIwNDI1NjY5MDAwMTAwMA\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/2bec16f3-01ef-4414-9ba3-0a795014148b\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/c23828d0-c13f-4b53-a095-5f213ea4349f\"\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/003e7f02-3714-46a0-bb9d-346ff4959c47\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"2bec16f3-01ef-4414-9ba3-0a795014148b\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080057\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080057\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/cf68e790-6b3f-40f9-8432-ef9748a17fc1\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/ee23ec95-fec2-49e8-bda6-09df69fdb940\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:55:14.754048+00:00\",\n \"versionId\": \"MTcwMDIwNDExNDc1NDA0ODAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-26T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-26T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/cff6b548-eac4-41a6-b23a-0ec7fb310378\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/98ea15d8-c679-490f-b294-e4105b1e4fdb\"\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/148f863f-5c3a-4fc0-b331-2076de6f48b5\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"cff6b548-eac4-41a6-b23a-0ec7fb310378\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000190\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000190\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/81df61fd-70e5-4b0e-91ea-5ce4ca5eb8a0\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/9574c9f5-1804-48f0-b56f-c719b9db74a4\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:53:21.405108+00:00\",\n \"versionId\": \"MTcwMDIwNDAwMTQwNTEwODAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/9532d221-0c06-4da4-a263-dd738116194a\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/2da360b8-d271-4231-a96a-3fb50343c274\"\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/003e7f02-3714-46a0-bb9d-346ff4959c47\"\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\": \"9532d221-0c06-4da4-a263-dd738116194a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080057\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080057\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/cf68e790-6b3f-40f9-8432-ef9748a17fc1\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/b9007d77-f216-4393-80a6-75d301ea06e1\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:51:59.932172+00:00\",\n \"versionId\": \"MTcwMDIwMzkxOTkzMjE3MjAwMA\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/5c5195e8-a934-4906-b479-786a5906458a\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/77c3588c-c4ea-4e6b-a496-cf90d968f195\"\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/3fb7d3b3-770a-4f18-bcb2-43b3171f27e4\"\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\": \"5c5195e8-a934-4906-b479-786a5906458a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080042\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080042\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/671ac0ec-97c8-4c29-b3b9-f4e54a19f017\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:51:54.375219+00:00\",\n \"versionId\": \"MTcwMDIwMzkxNDM3NTIxOTAwMA\"\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-17T02:30:00+00:00\",\n \"whenPrepared\": \"2023-11-17T02:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/ffaee837-1e73-4961-b4d7-dabd8f611a94\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/04c3c1e8-4965-4653-801b-0c5e83ca48af\"\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/186ddd40-43eb-4a4d-a126-f338b8afdcb3\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"ffaee837-1e73-4961-b4d7-dabd8f611a94\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/1000063014\",\n \"use\": \"official\",\n \"value\": \"123456789802\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/1000063014\",\n \"use\": \"official\",\n \"value\": \"1234567880-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Kebidanan, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/dad49fb8-5180-4a03-b5de-b43a332a1f12\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/60561736-2156-4d73-ad3e-83e598b847a4\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:49:51.427462+00:00\",\n \"versionId\": \"MTcwMDIwMzc5MTQyNzQ2MjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/f593bc88-2453-42cd-b74a-e70ab5619d90\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/ed60a9ad-5817-482d-ae34-dd59342e0ad0\"\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/003e7f02-3714-46a0-bb9d-346ff4959c47\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"f593bc88-2453-42cd-b74a-e70ab5619d90\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080057\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080057\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/cf68e790-6b3f-40f9-8432-ef9748a17fc1\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/f87c6e4b-fedc-46c8-8274-75e3e8b3fd82\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:49:11.023198+00:00\",\n \"versionId\": \"MTcwMDIwMzc1MTAyMzE5ODAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/dafafaa8-2df8-48f5-b14d-6de9247266dc\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/bfd12e9d-db30-4c90-9fb9-75eb8492c5d3\"\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/6d24ba2a-23c9-48d5-aac7-f77648c97fad\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"dafafaa8-2df8-48f5-b14d-6de9247266dc\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085725\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085725\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/0ca6211e-0c2d-485c-8408-ec6a33de27c0\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/ecc7f93a-e6e1-43e8-b162-2605b77d32c9\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:36:22.389494+00:00\",\n \"versionId\": \"MTcwMDIwMjk4MjM4OTQ5NDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/4908c9b8-3449-4710-a887-df0c62372e49\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/ea579462-1f86-4091-b550-019476851eb6\"\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/9f2f61d5-f618-4276-92b8-1bd64454e314\"\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\": \"4908c9b8-3449-4710-a887-df0c62372e49\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/fd64c4f1-6d4d-428a-a310-dec0db6df121\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/36cb5291-30f6-436c-a1d7-a50395c1935b\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:31:35.007125+00:00\",\n \"versionId\": \"MTcwMDIwMjY5NTAwNzEyNTAwMA\"\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\": \"2022-12-26T13:00:00+00:00\",\n \"whenPrepared\": \"2022-12-26T13:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/6fcd5011-7b62-4b7e-b0d5-fab50c65edd6\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/72346b98-2a4c-40ce-b993-ed8daf5b0397\"\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/3220423d-bdbd-4238-a620-ef725b22b19e\"\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\": \"6fcd5011-7b62-4b7e-b0d5-fab50c65edd6\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/2964faec-ca80-4b7d-a822-d3d80b4de1cf\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/1f001d61-98a8-4546-b489-eb6663f03d42\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:29:21.584697+00:00\",\n \"versionId\": \"MTcwMDIwMjU2MTU4NDY5NzAwMA\"\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\": \"2022-12-26T13:00:00+00:00\",\n \"whenPrepared\": \"2022-12-26T13:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/27da64e3-7578-4b46-a902-f885ab8fb347\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/fc52fbda-4bfa-4670-9c76-eba10175f56e\"\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/9f2f61d5-f618-4276-92b8-1bd64454e314\"\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\": \"27da64e3-7578-4b46-a902-f885ab8fb347\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/fd64c4f1-6d4d-428a-a310-dec0db6df121\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/54bb02f7-4b98-4ec2-851e-6183a83b9733\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:27:43.668485+00:00\",\n \"versionId\": \"MTcwMDIwMjQ2MzY2ODQ4NTAwMA\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/de84d394-03cf-4171-b971-d781941f99d3\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/fd826ce8-c17c-49b5-8951-4f3705293fd7\"\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/3220423d-bdbd-4238-a620-ef725b22b19e\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"de84d394-03cf-4171-b971-d781941f99d3\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/2964faec-ca80-4b7d-a822-d3d80b4de1cf\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/5269ff8a-f821-46b3-8a33-60a62d2e5f61\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:27:31.021613+00:00\",\n \"versionId\": \"MTcwMDIwMjQ1MTAyMTYxMzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-27T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-27T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/c775329a-d5da-4498-b039-618e8a3d0bcd\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/dd02b9b9-a85b-4315-8efd-1770f361b436\"\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/0cd0b406-684f-4f75-b953-99a3db9009b1\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"c775329a-d5da-4498-b039-618e8a3d0bcd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085725\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085725\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/cbfee34a-ce87-49e2-97c9-6eef684e9bed\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/195e27cf-27ef-497d-9a34-5206b084c2d5\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:27:25.108200+00:00\",\n \"versionId\": \"MTcwMDIwMjQ0NTEwODIwMDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/dbd2dfef-abe9-4e41-9d02-401ebf0ce270\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/ed0e9fbe-af8d-44ac-8c28-930402261f43\"\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/30ad0334-4776-448e-8888-eb8d0cb77f86\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"dbd2dfef-abe9-4e41-9d02-401ebf0ce270\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080018\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080018\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/6cdf6a5b-8854-4ac6-8b28-fba8c0cbe51e\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:27:12.008196+00:00\",\n \"versionId\": \"MTcwMDIwMjQzMjAwODE5NjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/b56f01eb-24f8-41a2-92cb-e3981e0e48ae\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/2744f1ae-745d-4e31-98fb-8bc1cd24a011\"\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/986eba2e-1290-4125-8245-44e3f9b3b943\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"b56f01eb-24f8-41a2-92cb-e3981e0e48ae\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000113\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000113\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/28b70e95-1d11-4574-a5de-289e6a27a42e\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/0e6c913b-1fd5-48f2-9c55-383f6f2dc039\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:26:29.494967+00:00\",\n \"versionId\": \"MTcwMDIwMjM4OTQ5NDk2NzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/d2ff1684-e5eb-4275-82a4-0f29a3eb5115\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/19025854-142b-4e6f-90f1-153238739844\"\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/9f2f61d5-f618-4276-92b8-1bd64454e314\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"d2ff1684-e5eb-4275-82a4-0f29a3eb5115\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/fd64c4f1-6d4d-428a-a310-dec0db6df121\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/e6c287fe-f918-4a72-ae47-f15984f7e0a6\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:26:20.172884+00:00\",\n \"versionId\": \"MTcwMDIwMjM4MDE3Mjg4NDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-26T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-26T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/2131c6c5-d069-4512-8f00-13fe669fa74a\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/6852dc4e-7425-4064-b8d2-f77b869e5e14\"\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/aac5f862-6e0c-4e0c-9a23-2376033b3b56\"\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\": \"2131c6c5-d069-4512-8f00-13fe669fa74a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/5614624a-489d-4983-90af-aa7a4bd98e3e\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/c5f93d6a-5e9a-4c4f-a9bd-19fc0eaf4b99\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:25:49.974744+00:00\",\n \"versionId\": \"MTcwMDIwMjM0OTk3NDc0NDAwMA\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/c85e7307-e596-4aaa-8d8b-e95ac8c001b2\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/2ad79da9-24c6-4afc-b4df-38989bc5cd90\"\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/3220423d-bdbd-4238-a620-ef725b22b19e\"\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\": \"c85e7307-e596-4aaa-8d8b-e95ac8c001b2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/2964faec-ca80-4b7d-a822-d3d80b4de1cf\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/cbebb350-32a3-400d-8b3f-58b47309523e\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:25:10.770666+00:00\",\n \"versionId\": \"MTcwMDIwMjMxMDc3MDY2NjAwMA\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/65677d7e-c787-4216-99bd-5be98762b712\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/574055c3-2064-41b4-a1c2-0368f884f006\"\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/9f2f61d5-f618-4276-92b8-1bd64454e314\"\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\": \"65677d7e-c787-4216-99bd-5be98762b712\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/fd64c4f1-6d4d-428a-a310-dec0db6df121\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/733dc4e4-036a-4780-bf7e-c438684afa8c\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:24:26.435968+00:00\",\n \"versionId\": \"MTcwMDIwMjI2NjQzNTk2ODAwMA\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/24e4b29a-0034-4518-a3d6-badf670e022c\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/8b7dfda4-eba1-41fb-92b8-61a36b3e7ecc\"\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/824da883-b9b8-4a86-a7ab-212e27c1f8cb\"\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\": \"24e4b29a-0034-4518-a3d6-badf670e022c\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000201\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000201\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/cfc500f5-c502-494a-8f70-461ea51d4617\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/e6ab431d-e5ed-4eb4-8ba0-14e698e73c59\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:23:45.667048+00:00\",\n \"versionId\": \"MTcwMDIwMjIyNTY2NzA0ODAwMA\"\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\": \"2022-12-26T13:00:00+00:00\",\n \"whenPrepared\": \"2022-12-26T13:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/21d1cceb-f969-4421-adf8-f69cda7021ff\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/d8415501-2635-4d05-96e4-45f8439927b2\"\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/186ddd40-43eb-4a4d-a126-f338b8afdcb3\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"21d1cceb-f969-4421-adf8-f69cda7021ff\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/1000063014\",\n \"use\": \"official\",\n \"value\": \"123456789802\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/1000063014\",\n \"use\": \"official\",\n \"value\": \"1234567880-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Kebidanan, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/dad49fb8-5180-4a03-b5de-b43a332a1f12\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/60561736-2156-4d73-ad3e-83e598b847a4\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:23:05.616322+00:00\",\n \"versionId\": \"MTcwMDIwMjE4NTYxNjMyMjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/b370910a-9748-4814-9919-711a753b9376\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/373a4ad9-cc25-4253-9ac5-3beab1730607\"\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/9f9070db-7ebd-4e4d-a26c-3553d83671f4\"\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\": \"b370910a-9748-4814-9919-711a753b9376\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/99ea8ebf-7745-4883-81ec-1f481547d6eb\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/effa0d93-1364-4b6e-8cb1-b66344204e94\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:23:01.201076+00:00\",\n \"versionId\": \"MTcwMDIwMjE4MTIwMTA3NjAwMA\"\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\": \"2022-12-26T13:00:00+00:00\",\n \"whenPrepared\": \"2022-12-26T13:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/b86c261a-0147-49b1-a420-e2d5fb135d49\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/6af5e0e7-31d3-4463-ba9f-a75f97dc190e\"\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/3220423d-bdbd-4238-a620-ef725b22b19e\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"b86c261a-0147-49b1-a420-e2d5fb135d49\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/2964faec-ca80-4b7d-a822-d3d80b4de1cf\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/8ec617f1-7150-4599-956f-87aca7941cc7\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:22:59.001010+00:00\",\n \"versionId\": \"MTcwMDIwMjE3OTAwMTAxMDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-26T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-26T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/076255b1-66c7-4283-b2dd-f51ee6d80805\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/1907e577-b98f-4034-893d-c51af2d6d6f6\"\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/aac5f862-6e0c-4e0c-9a23-2376033b3b56\"\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\": \"076255b1-66c7-4283-b2dd-f51ee6d80805\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080051\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080051\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/97a58a37-51f3-4adc-a8fa-57d4c8590c6a\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:22:45.354694+00:00\",\n \"versionId\": \"MTcwMDIwMjE2NTM1NDY5NDAwMA\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/756bbfda-9f0e-48ea-8888-0a79c31ec903\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/8a5b7433-6d5e-4b49-9d58-ae33e008ae91\"\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/9f2f61d5-f618-4276-92b8-1bd64454e314\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"756bbfda-9f0e-48ea-8888-0a79c31ec903\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/fd64c4f1-6d4d-428a-a310-dec0db6df121\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/a19fc435-a3c7-44d3-904d-4a0a09d59ac2\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:22:21.865886+00:00\",\n \"versionId\": \"MTcwMDIwMjE0MTg2NTg4NjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/c6683ea3-4273-4b65-bc91-83eb4b258dc9\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/818b7eae-e144-49a2-9177-c8c67bf9ed63\"\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/aac5f862-6e0c-4e0c-9a23-2376033b3b56\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"c6683ea3-4273-4b65-bc91-83eb4b258dc9\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080051\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080051\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/15dd14e4-a9ca-43a8-b724-14fbe716222a\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:22:02.331206+00:00\",\n \"versionId\": \"MTcwMDIwMjEyMjMzMTIwNjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-26T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-26T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/d2f0e0c2-58ac-4772-8cf7-3022afdac9f9\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/58785a7a-38e2-4611-8fdd-589c4f36fcc0\"\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/aac5f862-6e0c-4e0c-9a23-2376033b3b56\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"d2f0e0c2-58ac-4772-8cf7-3022afdac9f9\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/5614624a-489d-4983-90af-aa7a4bd98e3e\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/dfdc83fc-4ed0-44da-bba2-732c2494a50f\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:21:41.753178+00:00\",\n \"versionId\": \"MTcwMDIwMjEwMTc1MzE3ODAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/90d7ecb2-a987-4e8e-acec-fc0fc67b8975\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/67cc3064-3cc5-467f-8b8d-b7ef79720ee0\"\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/043ec230-e478-40af-b85f-a294497fd6a5\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"90d7ecb2-a987-4e8e-acec-fc0fc67b8975\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000187\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000187\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/9a2ec7f0-f597-476b-9538-2133a49cbabb\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:20:35.158041+00:00\",\n \"versionId\": \"MTcwMDIwMjAzNTE1ODA0MTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Aji\",\n \"reference\": \"Practitioner/10009880728\"\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-07T11:30:00+00:00\",\n \"whenPrepared\": \"2023-11-07T11:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/7bacaf6e-52fb-49b1-96b0-3162abc5a75c\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/e9c07f6a-8c66-49ab-9c7a-b9365fb273be\"\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/9f9070db-7ebd-4e4d-a26c-3553d83671f4\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"7bacaf6e-52fb-49b1-96b0-3162abc5a75c\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/99ea8ebf-7745-4883-81ec-1f481547d6eb\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/fdd61afd-aaa1-4aa3-9ef3-3eca9d390b1d\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:19:29.817923+00:00\",\n \"versionId\": \"MTcwMDIwMTk2OTgxNzkyMzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-27T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-27T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/f0fbccb3-b509-4b64-a400-01591df40406\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/daf66fc5-c265-491d-b475-eb25be2c4968\"\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/3220423d-bdbd-4238-a620-ef725b22b19e\"\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\": \"f0fbccb3-b509-4b64-a400-01591df40406\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/2964faec-ca80-4b7d-a822-d3d80b4de1cf\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/73d831e6-5c1a-4a2f-b4bf-3355802c4d32\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:18:04.559843+00:00\",\n \"versionId\": \"MTcwMDIwMTg4NDU1OTg0MzAwMA\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/0c2def66-3972-420a-ae22-8a79a0bca738\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/5c01fb85-3e99-41af-85ca-1fe58e8a9c85\"\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/9f9070db-7ebd-4e4d-a26c-3553d83671f4\"\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\": \"0c2def66-3972-420a-ae22-8a79a0bca738\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/99ea8ebf-7745-4883-81ec-1f481547d6eb\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/8ceb5e7f-acce-432d-abd0-5a4cf278a0c3\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:17:24.309990+00:00\",\n \"versionId\": \"MTcwMDIwMTg0NDMwOTk5MDAwMA\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/8fc7265b-8e26-4d19-8274-47a8749e2eaa\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/d8415501-2635-4d05-96e4-45f8439927b2\"\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/186ddd40-43eb-4a4d-a126-f338b8afdcb3\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"8fc7265b-8e26-4d19-8274-47a8749e2eaa\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/1000063014\",\n \"use\": \"official\",\n \"value\": \"12345678980\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/1000063014\",\n \"use\": \"official\",\n \"value\": \"1234567880-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Kebidanan, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/dad49fb8-5180-4a03-b5de-b43a332a1f12\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/60561736-2156-4d73-ad3e-83e598b847a4\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:16:21.611940+00:00\",\n \"versionId\": \"MTcwMDIwMTc4MTYxMTk0MDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/c6a63172-9d2e-4c56-ab4f-c6a644b29a90\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/96bf115e-571d-45d7-8763-6e1ba2c02510\"\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/9f9070db-7ebd-4e4d-a26c-3553d83671f4\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"c6a63172-9d2e-4c56-ab4f-c6a644b29a90\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/99ea8ebf-7745-4883-81ec-1f481547d6eb\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/3342aecc-2eeb-4602-a036-3aaf652f19e1\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:15:38.268515+00:00\",\n \"versionId\": \"MTcwMDIwMTczODI2ODUxNTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-26T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-26T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/952de392-4679-4c15-809c-ec44dfbcbd20\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/00e25f16-332b-4a80-b99f-1e505c10b6ad\"\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/3220423d-bdbd-4238-a620-ef725b22b19e\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"952de392-4679-4c15-809c-ec44dfbcbd20\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/2964faec-ca80-4b7d-a822-d3d80b4de1cf\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/8c116b8e-b11c-4dbd-beb8-38808c8cd67b\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:14:24.983109+00:00\",\n \"versionId\": \"MTcwMDIwMTY2NDk4MzEwOTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n }\n ],\n \"link\": [\n {\n \"relation\": \"search\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/?subject=100000030015\"\n },\n {\n \"relation\": \"next\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/?subject=100000030015&_page_token=ASFxomoxJ_UB7JVTmpg-0FoHu9xHJqwskTsQKQbVynF15Zq9IW7q491FJ7jZhCwvd4tq_G_D3eYJHIJLzFW_PU0zPLF-vr6uco7G2eeg_IGpFbS2caCShM7DpoD2SBoDccNkXs3wZbwIMEhqk6b_X8al1LCM_BVB9wFAyaH6301ptVrmsrQ5ArFqLLxEZQ4UQuStz5CitKynaMjjOD-XiZOL76bbTIUlpz0eaNE%3D\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/?subject=100000030015\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/?subject=100000030015\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 100,\n \"type\": \"searchset\"\n}" }, { "name": "MedicationDispense - Search by Subject", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/MedicationDispense?subject={{Patient_id}}", "host": [ "{{base_url}}" ], "path": [ "MedicationDispense" ], "query": [ { "key": "subject", "value": "{{Patient_id}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 03:53:47 GMT" }, { "key": "Content-Length", "value": "1005202" }, { "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": "9fa225c4-0248-403d-948f-967a6724c380" }, { "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/MedicationDispense/5eef3d49-0eb6-499f-9cff-229b6d05c315\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/b5292671-89f6-477b-924c-322976f328f4\"\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/a6134895-372d-43db-a5b5-4989aef4068b\"\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 tablet 1 hari\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"Tablet\",\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 tablet 1 hari\",\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 tablet 1 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"5eef3d49-0eb6-499f-9cff-229b6d05c315\",\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\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"reference\": \"Location/ad730bf5-784f-48b9-a609-7d9c9bc29a40\"\n },\n \"medicationReference\": {\n \"reference\": \"Medication/37edb1d7-aafe-4443-b1a4-af1d24bf9100\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T22:02:57.382211+00:00\",\n \"versionId\": \"MTcxMDc5OTM3NzM4MjIxMTAwMA\"\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 \"unit\": \"Tablet\",\n \"value\": 1\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-03-02T04:40:00+00:00\",\n \"whenPrepared\": \"2023-03-02T04:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/112cb62c-f8bc-453d-a52c-ef497f7690b8\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/cfdf9ceb-ec3d-40ef-960c-11f93dbe9e62\"\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/33446e60-8548-4ab9-9aa8-3d23373a3eb9\"\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"112cb62c-f8bc-453d-a52c-ef497f7690b8\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/beb8eba4-00a8-4e1c-8a18-f8df40d80ba6\",\n \"use\": \"official\",\n \"value\": \"TX_NBAE1Y30DJ4A\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/beb8eba4-00a8-4e1c-8a18-f8df40d80ba6\",\n \"use\": \"official\",\n \"value\": \"TX_COA4LCUXK6XO\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang 1B IGD Rsk Mojowarno\",\n \"reference\": \"Location/24c5642f-14d7-4302-b7a9-98873f765b77\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/fc24769c-ba3e-448e-bf50-449eae66b631\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-02-15T02:20:32.571872+00:00\",\n \"versionId\": \"MTcwNzk2MzYzMjU3MTg3MjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/4e31dc32-c9e5-4809-a586-973b34567bec\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/0ece70e7-47a1-4c9a-833e-4c0489b29eb6\"\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/07d491f2-a56a-4fe3-bbf9-fe52966d46de\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"4e31dc32-c9e5-4809-a586-973b34567bec\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000002\",\n \"use\": \"official\",\n \"value\": \"DK12345678900889917\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000002\",\n \"use\": \"official\",\n \"value\": \"DK12345678899917-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Kebidanan, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/dad49fb8-5180-4a03-b5de-b43a332a1f12\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/36288009-bdad-4b8c-bdf5-a8bfcc990f13\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-24T06:57:28.944449+00:00\",\n \"versionId\": \"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/e8d6ef7b-3ed6-42d9-80d4-51f897f37e2c\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"urn:uuid:78c5d8d1-e3bf-4ff1-bf3c-6aa564336ee7\"\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/5e2b45fd-4777-45f7-88c4-b6b86245d71f\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"e8d6ef7b-3ed6-42d9-80d4-51f897f37e2c\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"VITAMIN B6 25 mg TABLET (Umum)\",\n \"reference\": \"urn:uuid:db07896f-ede8-48fa-9bf0-e99941a6a375\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-11T01:46:14.482290+00:00\",\n \"versionId\": \"MTcwNDkzNzU3NDQ4MjI5MDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-03-29T14:30:00+00:00\",\n \"whenPrepared\": \"2023-03-29T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/c53df2b9-2562-4102-9bf3-bd477260f385\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"urn:uuid:c6a79ce0-b2da-4b00-8f41-60187b839db3\"\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/5e2b45fd-4777-45f7-88c4-b6b86245d71f\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"c53df2b9-2562-4102-9bf3-bd477260f385\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"VITAMIN B6 25 mg TABLET (Umum)\",\n \"reference\": \"urn:uuid:d25201d0-d6de-483a-98f3-6dc43fc3efc4\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-11T01:46:14.482290+00:00\",\n \"versionId\": \"MTcwNDkzNzU3NDQ4MjI5MDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-03-30T14:30:00+00:00\",\n \"whenPrepared\": \"2023-03-30T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/c5c9ebd9-6470-41e4-925c-27570633326b\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"urn:uuid:b5d747e8-4b4f-43cc-be06-6d207cacc332\"\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/5e2b45fd-4777-45f7-88c4-b6b86245d71f\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"c5c9ebd9-6470-41e4-925c-27570633326b\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"VITAMIN B6 25 mg TABLET (Umum)\",\n \"reference\": \"urn:uuid:76d67b9f-2831-4000-b974-4e32bb1b9a04\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-11T01:46:14.482290+00:00\",\n \"versionId\": \"MTcwNDkzNzU3NDQ4MjI5MDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-03-27T14:30:00+00:00\",\n \"whenPrepared\": \"2023-03-27T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/8bd3e7d1-2ece-497d-a509-56a2e1f77f3a\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/6954eff2-e64c-4d62-9614-5f636078a867\"\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/5bc05f8a-fba4-4b1b-8a36-a31ba3b3cdce\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"8bd3e7d1-2ece-497d-a509-56a2e1f77f3a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"Amlodipine Besilate 5 mg Tablet (HOLI PHARMA)\",\n \"reference\": \"Medication/e1d92ee4-acf3-4e1b-9a0f-d915bd461d89\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-10T00:40:06.098681+00:00\",\n \"versionId\": \"MTcwNDg0NzIwNjA5ODY4MTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-01-23T18:00:00+00:00\",\n \"whenPrepared\": \"2022-01-23T18:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/5520db12-294a-44ec-9e60-fa34647dcf3f\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"urn:uuid:62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\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/20e57ad2-0c5f-4187-b1c2-06cf34be76b6\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"1 kapsul setiap 8 jam untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\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 kapsul setiap 8 jam untuk 7 hari mulai tanggal 9 September 2023\",\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 kapsul setiap 8 jam untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 8,\n \"periodUnit\": \"h\"\n }\n }\n }\n ],\n \"id\": \"5520db12-294a-44ec-9e60-fa34647dcf3f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000002\",\n \"use\": \"official\",\n \"value\": \"KK123456788999\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000002\",\n \"use\": \"official\",\n \"value\": \"KK123456788999-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/13e1ed8e-3271-4396-b287-4abbacb5eb85\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/2d9a76ea-62eb-4032-a83e-421073430891\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-09T10:41:02.822247+00:00\",\n \"versionId\": \"MTcwNDc5Njg2MjgyMjI0NzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/07100b31-e49b-41de-9a4c-91823d183e51\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"urn:uuid:62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\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/2d8385f3-ecfb-4cf3-8bb7-474cb4f41438\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\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\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\",\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\": \"3 kapsul setiap hari untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"07100b31-e49b-41de-9a4c-91823d183e51\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000002\",\n \"use\": \"official\",\n \"value\": \"NK123456788999\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000002\",\n \"use\": \"official\",\n \"value\": \"NK123456788999-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/13e1ed8e-3271-4396-b287-4abbacb5eb85\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/c856fe2a-7661-41c9-b46c-b023dfd3fc54\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-09T06:42:06.953832+00:00\",\n \"versionId\": \"MTcwNDc4MjUyNjk1MzgzMjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/b229b665-fb2e-4698-a2f6-a50b64592504\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"urn:uuid:62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\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/21c363c0-7223-4213-875e-066734374aa2\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\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\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\",\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\": \"3 kapsul setiap hari untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"b229b665-fb2e-4698-a2f6-a50b64592504\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000002\",\n \"use\": \"official\",\n \"value\": \"XC123456788999\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000002\",\n \"use\": \"official\",\n \"value\": \"XC123456788999-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/13e1ed8e-3271-4396-b287-4abbacb5eb85\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/691ad51b-b64f-40d1-9028-643c5a56afd7\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T08:19:17.910114+00:00\",\n \"versionId\": \"MTcwNDQ0Mjc1NzkxMDExNDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/09b81487-9718-4b7c-8991-e1cec3c2fc47\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\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/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\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\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\",\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\": \"3 kapsul setiap hari untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"09b81487-9718-4b7c-8991-e1cec3c2fc47\",\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\": \"123456788-2\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/13e1ed8e-3271-4396-b287-4abbacb5eb85\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/3ae9e76b-07c5-4297-9278-c0d4903142cc\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T08:18:02.450214+00:00\",\n \"versionId\": \"MTcwNDQ0MjY4MjQ1MDIxNDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/0e0a34d6-852f-4978-b697-261aef3ecc07\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"urn:uuid:62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\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/18417488-8ca9-40d5-af4e-1ec5653dbf81\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\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\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\",\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\": \"3 kapsul setiap hari untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"0e0a34d6-852f-4978-b697-261aef3ecc07\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"XC123456788999\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"XC123456788999-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/e2ff4f47-5723-46e6-b5bf-21b72eb24438\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/45730ae2-a06f-4f07-bb63-e5e7418547ff\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-28T15:07:21.602523+00:00\",\n \"versionId\": \"MTcwMzc3NjA0MTYwMjUyMzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/4e11c698-93b0-442b-9f2c-13810f60c5cc\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"urn:uuid:62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\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/90fd78ed-24aa-43b9-b8ba-50692b47c963\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\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\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\",\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\": \"3 kapsul setiap hari untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"4e11c698-93b0-442b-9f2c-13810f60c5cc\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"VK123456788999\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"VK123456788999-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/e2ff4f47-5723-46e6-b5bf-21b72eb24438\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/9a4cc93d-f7ce-4832-bfa7-08275fe35746\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-28T15:03:35.982705+00:00\",\n \"versionId\": \"MTcwMzc3NTgxNTk4MjcwNTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/355d1933-0957-4592-b225-351876d596a1\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/a67e1c64-3c4b-4ad8-9c87-21273c4b77b6\"\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/668a4d56-78de-48c0-a585-f88a22edc749\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"355d1933-0957-4592-b225-351876d596a1\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"TA12345678900889917\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"TA12345678899917-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Kebidanan, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/dad49fb8-5180-4a03-b5de-b43a332a1f12\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/b81833c2-5961-47a2-ad02-af848b708786\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-14T07:24:44.323285+00:00\",\n \"versionId\": \"MTcwMjUzODY4NDMyMzI4NTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/a0c4c76e-e502-43fc-a9b5-fc975b7c9622\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/e804d693-698f-45d1-a806-efac323d68dc\"\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/4531e809-1db3-4728-90c3-5c92ecd803a4\"\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\": \"a0c4c76e-e502-43fc-a9b5-fc975b7c9622\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"24877772\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\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/e00a3d08-ee33-4ced-b9c4-321b2d01a3ea\"\n },\n \"medicationReference\": {\n \"reference\": \"Medication/a32433c8-5fee-46a2-ad59-d4f6f869efb7\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-14T07:21:40.206390+00:00\",\n \"versionId\": \"MTcwMjUzODUwMDIwNjM5MDAwMA\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/35d5a24a-25e6-49a1-b618-bbad76209cf7\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"urn:uuid:62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\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/fa1bc24b-139f-4e8d-89e3-cb9c68233a67\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\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\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\",\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\": \"3 kapsul setiap hari untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"35d5a24a-25e6-49a1-b618-bbad76209cf7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"XK123456788999\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"XK123456788999-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/e2ff4f47-5723-46e6-b5bf-21b72eb24438\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/98d03b48-c262-4ee7-97f4-7aeceee90a84\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-13T07:36:50.273022+00:00\",\n \"versionId\": \"MTcwMjQ1MzAxMDI3MzAyMjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/d3ff75c7-c54c-4b6f-a46d-89a15e17d99a\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\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/d6ccb430-2510-4955-885b-332a0bbef7b1\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\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\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\",\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\": \"3 kapsul setiap hari untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"d3ff75c7-c54c-4b6f-a46d-89a15e17d99a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/03419ffc-eb27-4c01-bb19-699e44a056c3\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/3ae9e76b-07c5-4297-9278-c0d4903142cc\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-12T06:46:25.891508+00:00\",\n \"versionId\": \"MTcwMjM2MzU4NTg5MTUwODAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/f4790e3e-7832-47ee-9169-60111d81cb09\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\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/d6ccb430-2510-4955-885b-332a0bbef7b1\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\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\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\",\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\": \"3 kapsul setiap hari untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"f4790e3e-7832-47ee-9169-60111d81cb09\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/03419ffc-eb27-4c01-bb19-699e44a056c3\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/c7de136c-d093-4b84-b74e-7c5a580cdbc5\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-11T07:08:52.280021+00:00\",\n \"versionId\": \"MTcwMjI3ODUzMjI4MDAyMTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/16ecb336-ae1f-4090-b849-66a523d60ff6\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\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/d6ccb430-2510-4955-885b-332a0bbef7b1\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\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\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\",\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\": \"3 kapsul setiap hari untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"16ecb336-ae1f-4090-b849-66a523d60ff6\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/03419ffc-eb27-4c01-bb19-699e44a056c3\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/c7de136c-d093-4b84-b74e-7c5a580cdbc5\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-11T07:07:07.275203+00:00\",\n \"versionId\": \"MTcwMjI3ODQyNzI3NTIwMzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T20:25:00+00:00\",\n \"whenPrepared\": \"2023-09-09T20:20:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/c00ba810-8d58-4556-ba32-5653655f1894\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/cfdf9ceb-ec3d-40ef-960c-11f93dbe9e62\"\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/33446e60-8548-4ab9-9aa8-3d23373a3eb9\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"c00ba810-8d58-4556-ba32-5653655f1894\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/beb8eba4-00a8-4e1c-8a18-f8df40d80ba6\",\n \"use\": \"official\",\n \"value\": \"TX_Y4VZ16FITELP\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/beb8eba4-00a8-4e1c-8a18-f8df40d80ba6\",\n \"use\": \"official\",\n \"value\": \"TX_86O7WLJEQRQ4\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang 1B IGD Rsk Mojowarno\",\n \"reference\": \"Location/24c5642f-14d7-4302-b7a9-98873f765b77\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/74fc9c78-e45e-479a-aa92-a1f7421c7910\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-05T02:24:52.009962+00:00\",\n \"versionId\": \"MTcwMTc0MzA5MjAwOTk2MjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/6791da5e-a322-4e18-8a37-e6cfa21977d0\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/cfdf9ceb-ec3d-40ef-960c-11f93dbe9e62\"\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/33446e60-8548-4ab9-9aa8-3d23373a3eb9\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"6791da5e-a322-4e18-8a37-e6cfa21977d0\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/beb8eba4-00a8-4e1c-8a18-f8df40d80ba6\",\n \"use\": \"official\",\n \"value\": \"TX_OF301Y43BHCW\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/beb8eba4-00a8-4e1c-8a18-f8df40d80ba6\",\n \"use\": \"official\",\n \"value\": \"TX_CYQQFPW9RXYU\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang 1B IGD Rsk Mojowarno\",\n \"reference\": \"Location/24c5642f-14d7-4302-b7a9-98873f765b77\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/68834c45-47ea-4e2c-bd65-9217ad9e17c2\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-05T02:23:46.319630+00:00\",\n \"versionId\": \"MTcwMTc0MzAyNjMxOTYzMDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/9ff1ee2c-33e3-4e46-a4f9-9f8cb8fc0e4d\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/1befb195-f833-449b-b93a-9b20a694bd40\"\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/cc0d7c08-c05c-4736-8a04-cd38b4ba18ea\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"9ff1ee2c-33e3-4e46-a4f9-9f8cb8fc0e4d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"TB12345678900889917\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"TB12345678899917-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Kebidanan, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/dad49fb8-5180-4a03-b5de-b43a332a1f12\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/24736471-ba18-4aba-8a5a-4b8fa9f5f80c\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-04T02:34:46.134988+00:00\",\n \"versionId\": \"MTcwMTY1NzI4NjEzNDk4ODAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/5956a5b7-bf69-4271-bf25-a663c0c7840b\",\n \"resource\": {\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/427d89c7-9240-4eca-8bc8-7273df215f57\"\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/10085103\",\n \"use\": \"official\",\n \"value\": \"266277773\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/c217feea-e971-44bf-8f05-6c2222cdea55\",\n \"resource\": {\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/427d89c7-9240-4eca-8bc8-7273df215f57\"\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/10085103\",\n \"use\": \"official\",\n \"value\": \"24877770\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/7b91fc9d-9ec6-456e-b7e2-a7ef4a304f67\",\n \"resource\": {\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/427d89c7-9240-4eca-8bc8-7273df215f57\"\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/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/dd73164e-3e5e-485d-803c-192e37bdcecc\",\n \"resource\": {\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/d76048f5-82e3-4f97-9bda-3b98ecde93f8\"\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/10085103\",\n \"use\": \"official\",\n \"value\": \"24877772\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/66e057f5-b201-46cd-9bf0-084c9e46fe0e\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/a1539778-97bb-41ac-8161-29c7797045bf\"\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/dbedcdcb-c2e7-4e06-8161-72a8d126f49f\"\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\": \"66e057f5-b201-46cd-9bf0-084c9e46fe0e\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"266277773\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"266277773-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/c03b6022-40ae-40df-a507-0bc0f85a0c09\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-20T09:24:47.326560+00:00\",\n \"versionId\": \"MTcwMDQ3MjI4NzMyNjU2MDAwMA\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/66cdfbb3-d288-42f1-9f81-99e3b3e075f7\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/399adef9-4eee-4d36-b969-3e86d89eb5e7\"\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/dbedcdcb-c2e7-4e06-8161-72a8d126f49f\"\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\": \"66cdfbb3-d288-42f1-9f81-99e3b3e075f7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"24877770\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\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-11-20T08:59:42.265182+00:00\",\n \"versionId\": \"MTcwMDQ3MDc4MjI2NTE4MjAwMA\"\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-17T08:00:00+00:00\",\n \"whenPrepared\": \"2023-11-17T08:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/a4306dd1-76b2-4588-a7dd-901ad469822f\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/91cf10cb-1121-42da-9b16-c72af43f3f74\"\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/dbedcdcb-c2e7-4e06-8161-72a8d126f49f\"\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\": \"a4306dd1-76b2-4588-a7dd-901ad469822f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789-3\"\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 \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/edb90a2c-ef7a-4c5c-ac48-f3b5401ed309\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-20T08:39:17.671738+00:00\",\n \"versionId\": \"MTcwMDQ2OTU1NzY3MTczODAwMA\"\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:55:00+00:00\",\n \"whenPrepared\": \"2023-11-17T07:55:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/6772053b-7cbf-43e2-81cb-cae54d2b3be5\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/a83c9cc2-b572-44ce-98ae-16c24ce0fb52\"\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/dbedcdcb-c2e7-4e06-8161-72a8d126f49f\"\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\": \"6772053b-7cbf-43e2-81cb-cae54d2b3be5\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789-3\"\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 \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/edb90a2c-ef7a-4c5c-ac48-f3b5401ed309\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-20T07:58:43.340720+00:00\",\n \"versionId\": \"MTcwMDQ2NzEyMzM0MDcyMDAwMA\"\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:55:00+00:00\",\n \"whenPrepared\": \"2023-11-17T07:55:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/f10dafea-4a8c-4318-a264-096b62e69ccb\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/1f4680ce-441c-4898-b72d-df090a8537a1\"\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/50343b50-10ca-4822-98b1-24157272455c\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"f10dafea-4a8c-4318-a264-096b62e69ccb\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/907b18a4-0b3b-4147-bcb3-fb4d9d9c22e7\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T09:34:05.983344+00:00\",\n \"versionId\": \"MTcwMDIxMzY0NTk4MzM0NDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/2e86bbb7-f523-40a1-8fb7-0957362196cb\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/6954eff2-e64c-4d62-9614-5f636078a867\"\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/50343b50-10ca-4822-98b1-24157272455c\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"2e86bbb7-f523-40a1-8fb7-0957362196cb\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/907b18a4-0b3b-4147-bcb3-fb4d9d9c22e7\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T09:33:26.706188+00:00\",\n \"versionId\": \"MTcwMDIxMzYwNjcwNjE4ODAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/5a4e189b-075e-4352-8f74-92d466dde169\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/540ef5f3-8832-415e-a84b-27dd5a6b0ac9\"\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/1745a68c-a1a1-4825-95ec-d409e0ace0b6\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"5a4e189b-075e-4352-8f74-92d466dde169\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080043\",\n \"use\": \"official\",\n \"value\": \"12345678980\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080043\",\n \"use\": \"official\",\n \"value\": \"1234567880-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Kebidanan, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/dad49fb8-5180-4a03-b5de-b43a332a1f12\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/46b7bfd5-206e-4afd-9ac5-fec0ee39d239\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T08:49:23.082534+00:00\",\n \"versionId\": \"MTcwMDIxMDk2MzA4MjUzNDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/1f70400a-9f43-43cb-a944-cead897a891f\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/55137990-efc1-45c6-8553-3e5076fa15da\"\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/fb4d1631-ed66-4a89-a9de-0f6c7e66b957\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"1f70400a-9f43-43cb-a944-cead897a891f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080043\",\n \"use\": \"official\",\n \"value\": \"12345678980\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080043\",\n \"use\": \"official\",\n \"value\": \"1234567880-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Kebidanan, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/dad49fb8-5180-4a03-b5de-b43a332a1f12\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/dd25c48d-2a1a-4726-a4e9-1f99e34e739f\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T08:33:47.189830+00:00\",\n \"versionId\": \"MTcwMDIxMDAyNzE4OTgzMDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/7c456507-6a12-43ae-964b-ad5601ef8e2b\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/d8415501-2635-4d05-96e4-45f8439927b2\"\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/fb4d1631-ed66-4a89-a9de-0f6c7e66b957\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"7c456507-6a12-43ae-964b-ad5601ef8e2b\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080043\",\n \"use\": \"official\",\n \"value\": \"12345678980\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080043\",\n \"use\": \"official\",\n \"value\": \"1234567880-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Kebidanan, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/dad49fb8-5180-4a03-b5de-b43a332a1f12\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/2076e09a-20a9-4e1e-99d5-56b180d5442e\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T08:28:08.000593+00:00\",\n \"versionId\": \"MTcwMDIwOTY4ODAwMDU5MzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/b4d6f6be-abaf-476d-9741-43c33beac7b2\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/d8415501-2635-4d05-96e4-45f8439927b2\"\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/fb4d1631-ed66-4a89-a9de-0f6c7e66b957\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"b4d6f6be-abaf-476d-9741-43c33beac7b2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080043\",\n \"use\": \"official\",\n \"value\": \"12345678980\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080043\",\n \"use\": \"official\",\n \"value\": \"1234567880-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Kebidanan, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/dad49fb8-5180-4a03-b5de-b43a332a1f12\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/60561736-2156-4d73-ad3e-83e598b847a4\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T08:24:51.996717+00:00\",\n \"versionId\": \"MTcwMDIwOTQ5MTk5NjcxNzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/4438d81a-9102-4872-9672-c2b5138dbf90\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/fd0b101f-d5d1-4627-a8bd-ab392cefaf86\"\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/d3a533fd-f60e-4a3a-8b55-afd6369a60f0\"\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\": \"4438d81a-9102-4872-9672-c2b5138dbf90\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080031\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080031\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/5e29fe45-1c43-49ec-b506-c6f1b57ee32b\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/b386692e-4aae-48dd-9d2c-c324d9147cf2\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T08:01:09.597444+00:00\",\n \"versionId\": \"MTcwMDIwODA2OTU5NzQ0NDAwMA\"\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\": \"2022-12-26T13:00:00+00:00\",\n \"whenPrepared\": \"2022-12-26T13:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/a0c752be-9388-4f39-8f27-310844ad615b\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/22442236-7774-42c5-a7cd-5a47bc0b0794\"\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/d3a533fd-f60e-4a3a-8b55-afd6369a60f0\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"a0c752be-9388-4f39-8f27-310844ad615b\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080031\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080031\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/5e29fe45-1c43-49ec-b506-c6f1b57ee32b\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/b386692e-4aae-48dd-9d2c-c324d9147cf2\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:58:22.594257+00:00\",\n \"versionId\": \"MTcwMDIwNzkwMjU5NDI1NzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-27T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-27T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/f02fc546-705f-4ca0-9a45-1d1092b0eee7\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/56f1fda7-b246-45c6-a322-f89adffb17d2\"\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/d3a533fd-f60e-4a3a-8b55-afd6369a60f0\"\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\": \"f02fc546-705f-4ca0-9a45-1d1092b0eee7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080031\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080031\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/5e29fe45-1c43-49ec-b506-c6f1b57ee32b\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/5ab60d05-90f6-4a67-b027-68b103c04634\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:55:30.869768+00:00\",\n \"versionId\": \"MTcwMDIwNzczMDg2OTc2ODAwMA\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/416f2ae5-0ff5-48ed-be76-f3c2c214e428\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/989bfbe0-ea03-479c-8053-45ed64181652\"\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/d3a533fd-f60e-4a3a-8b55-afd6369a60f0\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"416f2ae5-0ff5-48ed-be76-f3c2c214e428\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080031\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080031\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/5e29fe45-1c43-49ec-b506-c6f1b57ee32b\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/0c5cccce-2f0b-40d2-8fd7-2eb87909de92\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:53:05.620049+00:00\",\n \"versionId\": \"MTcwMDIwNzU4NTYyMDA0OTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-26T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-26T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/5f245a73-d06f-470d-aa5e-c0df38346aad\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/80dda15e-6e3d-4ef8-8178-56c543a9a80d\"\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/d3a533fd-f60e-4a3a-8b55-afd6369a60f0\"\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\": \"5f245a73-d06f-470d-aa5e-c0df38346aad\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080031\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080031\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/5e29fe45-1c43-49ec-b506-c6f1b57ee32b\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/099f77f6-2a8a-469f-a2f7-72dff6e5683d\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:50:19.820723+00:00\",\n \"versionId\": \"MTcwMDIwNzQxOTgyMDcyMzAwMA\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/e084c85f-b3e0-46ac-bb13-8863542ee18a\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/bfd5c71c-c19f-4913-8d58-04cf1cf0fbd3\"\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/d3a533fd-f60e-4a3a-8b55-afd6369a60f0\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"e084c85f-b3e0-46ac-bb13-8863542ee18a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080031\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080031\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/5e29fe45-1c43-49ec-b506-c6f1b57ee32b\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/e339b321-16a5-4388-83f8-189a69ec9a43\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:45:58.916738+00:00\",\n \"versionId\": \"MTcwMDIwNzE1ODkxNjczODAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/2b174cac-1b68-4d11-b26c-b7e90f060599\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/5faa5090-56fe-4925-a0ec-b8b1d4739ecf\"\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/987350be-b91e-4acc-afbc-a52395973aca\"\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\": \"2b174cac-1b68-4d11-b26c-b7e90f060599\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000079\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000079\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/be109d00-b9b1-48b6-bcd5-82d3e4600dc2\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/c8015f66-a9ce-4d7f-8885-a5caf5b7512f\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:37:10.202832+00:00\",\n \"versionId\": \"MTcwMDIwNjYzMDIwMjgzMjAwMA\"\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\": \"2022-12-26T13:00:00+00:00\",\n \"whenPrepared\": \"2022-12-26T13:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/5831d88f-7199-4e90-bc9d-adceb475065e\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/a365d8a1-cb70-4c85-9364-f206651e9441\"\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/50adc3e6-5013-4608-9ad7-0a5f2cbb8459\"\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\": \"5831d88f-7199-4e90-bc9d-adceb475065e\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085781\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085781\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/6f112dd5-e109-4e60-93a6-c3a2734139c4\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/46d25726-5613-48ac-ab5f-1016accaee1e\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:36:09.814595+00:00\",\n \"versionId\": \"MTcwMDIwNjU2OTgxNDU5NTAwMA\"\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\": \"2022-12-26T13:00:00+00:00\",\n \"whenPrepared\": \"2022-12-26T13:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/0e74cd7f-4590-4876-87b0-2a664cbb06d9\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/6b0b9b0e-723d-4db2-b986-1e16c23024c8\"\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/987350be-b91e-4acc-afbc-a52395973aca\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"0e74cd7f-4590-4876-87b0-2a664cbb06d9\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000079\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000079\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/be109d00-b9b1-48b6-bcd5-82d3e4600dc2\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/3ab9009d-ba0a-41e8-b5da-2083a3bc1228\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:36:00.517454+00:00\",\n \"versionId\": \"MTcwMDIwNjU2MDUxNzQ1NDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-27T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-27T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/86b8102e-aef7-4c3a-86a5-03cced3574e7\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/e9f72ec9-2ea5-4819-a95b-5f4868a62e2b\"\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/987350be-b91e-4acc-afbc-a52395973aca\"\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\": \"86b8102e-aef7-4c3a-86a5-03cced3574e7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000079\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000079\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/be109d00-b9b1-48b6-bcd5-82d3e4600dc2\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/97a58a37-51f3-4adc-a8fa-57d4c8590c6a\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:34:24.114035+00:00\",\n \"versionId\": \"MTcwMDIwNjQ2NDExNDAzNTAwMA\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/74ed40b4-ef14-45c6-b5a8-b6c0efb19006\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/36a95b49-c08c-4cf2-b294-f8d78234e54e\"\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/50adc3e6-5013-4608-9ad7-0a5f2cbb8459\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"74ed40b4-ef14-45c6-b5a8-b6c0efb19006\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085781\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085781\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/6f112dd5-e109-4e60-93a6-c3a2734139c4\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/2bec8edd-9961-435d-952f-215245b82843\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:32:59.588179+00:00\",\n \"versionId\": \"MTcwMDIwNjM3OTU4ODE3OTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-27T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-27T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/5e5acf6d-203e-4482-bcbd-0f8d579f8d70\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/e9f72ec9-2ea5-4819-a95b-5f4868a62e2b\"\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/987350be-b91e-4acc-afbc-a52395973aca\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"5e5acf6d-203e-4482-bcbd-0f8d579f8d70\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000079\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000079\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/be109d00-b9b1-48b6-bcd5-82d3e4600dc2\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/15dd14e4-a9ca-43a8-b724-14fbe716222a\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:32:44.271211+00:00\",\n \"versionId\": \"MTcwMDIwNjM2NDI3MTIxMTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-26T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-26T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/c93c6014-bf3d-455d-ac3e-bed4b8ca37bc\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/ff96708e-d713-4e47-9768-2cc80a18dac6\"\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/987350be-b91e-4acc-afbc-a52395973aca\"\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\": \"c93c6014-bf3d-455d-ac3e-bed4b8ca37bc\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000079\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000079\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/be109d00-b9b1-48b6-bcd5-82d3e4600dc2\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/a27fec2d-2415-42b4-9b81-96557a633d74\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:31:21.637713+00:00\",\n \"versionId\": \"MTcwMDIwNjI4MTYzNzcxMzAwMA\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/f5194892-0309-4333-8552-b872803bc65c\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/cda94fc8-b876-4847-890d-8bd4540f3c97\"\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/50adc3e6-5013-4608-9ad7-0a5f2cbb8459\"\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\": \"f5194892-0309-4333-8552-b872803bc65c\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085781\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085781\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/6f112dd5-e109-4e60-93a6-c3a2734139c4\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/a0ab0b21-f991-4eb1-9f7c-f626dac2552f\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:28:20.004665+00:00\",\n \"versionId\": \"MTcwMDIwNjEwMDAwNDY2NTAwMA\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/a05f2188-f5d5-4935-9510-a39ea305239b\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/75e4f991-62b7-43cf-8b34-e66f13773fe7\"\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/0d8efb42-940f-4f6d-9a81-89c6e0389ed4\"\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\": \"a05f2188-f5d5-4935-9510-a39ea305239b\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000213\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000213\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/53dd9a6d-980d-4f12-bb08-cda889b201ec\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/a6587260-b3f3-4829-9af9-2279264a7643\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:28:02.162418+00:00\",\n \"versionId\": \"MTcwMDIwNjA4MjE2MjQxODAwMA\"\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\": \"2022-12-26T13:00:00+00:00\",\n \"whenPrepared\": \"2022-12-26T13:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/7f48278d-0c63-47fd-93ff-f62d62b3af00\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/ff04fd46-a5d4-416d-8b99-cbcaada1ac3a\"\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/0d8efb42-940f-4f6d-9a81-89c6e0389ed4\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"7f48278d-0c63-47fd-93ff-f62d62b3af00\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000213\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000213\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/53dd9a6d-980d-4f12-bb08-cda889b201ec\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/c73a6356-e2f5-4173-bc24-8bfbbfbfe8b8\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:27:31.979053+00:00\",\n \"versionId\": \"MTcwMDIwNjA1MTk3OTA1MzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-27T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-27T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/afa121e3-02b6-46a4-8cef-d74ab0deff2f\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/187d371a-f1ce-4612-8152-b1f75d296342\"\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/987350be-b91e-4acc-afbc-a52395973aca\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"afa121e3-02b6-46a4-8cef-d74ab0deff2f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000079\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000079\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/be109d00-b9b1-48b6-bcd5-82d3e4600dc2\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/07e97021-4f63-49ab-95f9-449ff86b5938\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:27:13.645024+00:00\",\n \"versionId\": \"MTcwMDIwNjAzMzY0NTAyNDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/0b346675-ac5b-4a87-9336-713e8f90e226\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/ffbb2606-e6ac-4af6-99ab-6cca389ad0ab\"\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/0d8efb42-940f-4f6d-9a81-89c6e0389ed4\"\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\": \"0b346675-ac5b-4a87-9336-713e8f90e226\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000213\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000213\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/53dd9a6d-980d-4f12-bb08-cda889b201ec\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/54009ff2-d06c-4815-963d-ed234eec90a8\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:27:04.648189+00:00\",\n \"versionId\": \"MTcwMDIwNjAyNDY0ODE4OTAwMA\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/afe94cbd-5932-449d-a146-c5cb290b0b72\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/01e49dc3-76cb-4f20-bfc3-279325f36f47\"\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/0d8efb42-940f-4f6d-9a81-89c6e0389ed4\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"afe94cbd-5932-449d-a146-c5cb290b0b72\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000213\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000213\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/53dd9a6d-980d-4f12-bb08-cda889b201ec\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/15a5da88-cc6a-45cb-86cf-6e3f77d1585e\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:26:33.581156+00:00\",\n \"versionId\": \"MTcwMDIwNTk5MzU4MTE1NjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-26T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-26T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/58a770a4-2498-42eb-a123-7a3267969db6\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/6f41cdf6-acb7-409c-86af-3e385264dda3\"\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/0d8efb42-940f-4f6d-9a81-89c6e0389ed4\"\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\": \"58a770a4-2498-42eb-a123-7a3267969db6\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000213\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000213\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/53dd9a6d-980d-4f12-bb08-cda889b201ec\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/4c38481b-c1b8-454e-b1ec-bc3291d5389c\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:26:09.455557+00:00\",\n \"versionId\": \"MTcwMDIwNTk2OTQ1NTU1NzAwMA\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/45687ffa-7b31-48eb-954b-faf5d2bf9085\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/49d0e1ed-7687-4b16-9292-393d35930323\"\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/0d8efb42-940f-4f6d-9a81-89c6e0389ed4\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"45687ffa-7b31-48eb-954b-faf5d2bf9085\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000213\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000213\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/53dd9a6d-980d-4f12-bb08-cda889b201ec\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/83f2652d-f9ad-470d-ac5b-29b00e70631c\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:25:32.207114+00:00\",\n \"versionId\": \"MTcwMDIwNTkzMjIwNzExNDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/7300f349-30e6-4480-b0e6-9ca5b3ad148a\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/8bd2ff9a-0976-471a-9709-b03087dbc654\"\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/50adc3e6-5013-4608-9ad7-0a5f2cbb8459\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"7300f349-30e6-4480-b0e6-9ca5b3ad148a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085781\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085781\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/6f112dd5-e109-4e60-93a6-c3a2734139c4\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/ad8eb69a-bb44-48ae-8547-8bd84d227ba2\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:23:49.845460+00:00\",\n \"versionId\": \"MTcwMDIwNTgyOTg0NTQ2MDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-26T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-26T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/812e375a-86d5-4061-a5fc-87cb2ae8086f\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/8d34f457-afc8-467c-be72-48b39f6538fa\"\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/50adc3e6-5013-4608-9ad7-0a5f2cbb8459\"\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\": \"812e375a-86d5-4061-a5fc-87cb2ae8086f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085781\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085781\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/6f112dd5-e109-4e60-93a6-c3a2734139c4\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/fc869a5a-5463-49e6-8588-8bb57723b6c7\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:19:31.449061+00:00\",\n \"versionId\": \"MTcwMDIwNTU3MTQ0OTA2MTAwMA\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/b787c1e3-7890-4d9b-bc9b-dd9f31d4cfc2\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/1f924dc4-b550-473d-b131-331dee6aa17d\"\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/50adc3e6-5013-4608-9ad7-0a5f2cbb8459\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"b787c1e3-7890-4d9b-bc9b-dd9f31d4cfc2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085781\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085781\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/6f112dd5-e109-4e60-93a6-c3a2734139c4\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/1364b2d2-5ea1-4373-aa6c-ff37a35f39fd\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:13:20.138119+00:00\",\n \"versionId\": \"MTcwMDIwNTIwMDEzODExOTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/2de44ff9-df80-4c80-8c46-85b68c954ead\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/ab1ef886-f3f1-4370-b42c-99e12e7b5a4d\"\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/cefcd599-8361-4351-b42c-8d4bcad4da5c\"\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\": \"2de44ff9-df80-4c80-8c46-85b68c954ead\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080004\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080004\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/8fb8fde4-6b76-48bc-98e4-c1e03679ceaa\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/6fc1a97e-1b59-4b46-8407-b3d4f805df4d\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:09:40.179145+00:00\",\n \"versionId\": \"MTcwMDIwNDk4MDE3OTE0NTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/10012572188\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/ab847231-9503-43ee-8b4f-6678da9c792c\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/ba5ad1e2-ae32-4816-9e25-f8561f353df7\"\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/148f863f-5c3a-4fc0-b331-2076de6f48b5\"\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\": \"ab847231-9503-43ee-8b4f-6678da9c792c\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000190\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000190\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/81df61fd-70e5-4b0e-91ea-5ce4ca5eb8a0\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/8878c82f-78ab-47d7-87ae-c4cddf5b3996\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:09:28.503845+00:00\",\n \"versionId\": \"MTcwMDIwNDk2ODUwMzg0NTAwMA\"\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\": \"2022-12-26T13:00:00+00:00\",\n \"whenPrepared\": \"2022-12-26T13:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/70727b40-a331-4e82-a74b-fd1753aeb5b0\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/c734252e-cb76-4c04-b9f3-1b61e82cc852\"\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/148f863f-5c3a-4fc0-b331-2076de6f48b5\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"70727b40-a331-4e82-a74b-fd1753aeb5b0\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000190\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000190\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/81df61fd-70e5-4b0e-91ea-5ce4ca5eb8a0\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/9237c2ab-6861-4a57-b7a5-95a4e30470ba\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:06:19.021607+00:00\",\n \"versionId\": \"MTcwMDIwNDc3OTAyMTYwNzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-27T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-27T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/4f41bb5f-ee5e-4d2b-a3a1-1aefa6222e86\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/a4ad7bdf-75e1-4ea1-b0b1-7b8d3c6c9779\"\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/148f863f-5c3a-4fc0-b331-2076de6f48b5\"\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\": \"4f41bb5f-ee5e-4d2b-a3a1-1aefa6222e86\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000190\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000190\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/81df61fd-70e5-4b0e-91ea-5ce4ca5eb8a0\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/ce165298-f034-4efc-b185-65245eb51e03\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:03:56.100014+00:00\",\n \"versionId\": \"MTcwMDIwNDYzNjEwMDAxNDAwMA\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/e8a9a4f0-932f-4c4f-bf7b-bc28d7386935\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/a1d47db9-b04d-45f3-af82-fdc3eaecd9ee\"\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/148f863f-5c3a-4fc0-b331-2076de6f48b5\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"e8a9a4f0-932f-4c4f-bf7b-bc28d7386935\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000190\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000190\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/81df61fd-70e5-4b0e-91ea-5ce4ca5eb8a0\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/21a32db7-aff4-4d2c-b926-dda1b95ad585\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:02:15.097538+00:00\",\n \"versionId\": \"MTcwMDIwNDUzNTA5NzUzODAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-26T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-26T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/7f0afd27-f706-4759-a473-1ee441658243\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/585608f4-a191-4c91-8fa8-2bb8d1db80c5\"\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/148f863f-5c3a-4fc0-b331-2076de6f48b5\"\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\": \"7f0afd27-f706-4759-a473-1ee441658243\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000190\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000190\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/81df61fd-70e5-4b0e-91ea-5ce4ca5eb8a0\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/f83df239-ea6b-4a8c-a5e4-cc991a75c4c5\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:58:56.942486+00:00\",\n \"versionId\": \"MTcwMDIwNDMzNjk0MjQ4NjAwMA\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/3627ef2c-2d8d-40e4-9910-3d79b7b0170d\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/c078823c-efb1-4962-99e4-d48d91483a6f\"\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/003e7f02-3714-46a0-bb9d-346ff4959c47\"\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\": \"3627ef2c-2d8d-40e4-9910-3d79b7b0170d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080057\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080057\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/cf68e790-6b3f-40f9-8432-ef9748a17fc1\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/1a530876-b2fb-4caa-a6e6-f0792e42957c\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:57:36.690001+00:00\",\n \"versionId\": \"MTcwMDIwNDI1NjY5MDAwMTAwMA\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/2bec16f3-01ef-4414-9ba3-0a795014148b\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/c23828d0-c13f-4b53-a095-5f213ea4349f\"\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/003e7f02-3714-46a0-bb9d-346ff4959c47\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"2bec16f3-01ef-4414-9ba3-0a795014148b\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080057\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080057\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/cf68e790-6b3f-40f9-8432-ef9748a17fc1\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/ee23ec95-fec2-49e8-bda6-09df69fdb940\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:55:14.754048+00:00\",\n \"versionId\": \"MTcwMDIwNDExNDc1NDA0ODAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-26T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-26T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/cff6b548-eac4-41a6-b23a-0ec7fb310378\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/98ea15d8-c679-490f-b294-e4105b1e4fdb\"\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/148f863f-5c3a-4fc0-b331-2076de6f48b5\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"cff6b548-eac4-41a6-b23a-0ec7fb310378\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000190\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000190\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/81df61fd-70e5-4b0e-91ea-5ce4ca5eb8a0\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/9574c9f5-1804-48f0-b56f-c719b9db74a4\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:53:21.405108+00:00\",\n \"versionId\": \"MTcwMDIwNDAwMTQwNTEwODAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/9532d221-0c06-4da4-a263-dd738116194a\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/2da360b8-d271-4231-a96a-3fb50343c274\"\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/003e7f02-3714-46a0-bb9d-346ff4959c47\"\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\": \"9532d221-0c06-4da4-a263-dd738116194a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080057\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080057\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/cf68e790-6b3f-40f9-8432-ef9748a17fc1\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/b9007d77-f216-4393-80a6-75d301ea06e1\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:51:59.932172+00:00\",\n \"versionId\": \"MTcwMDIwMzkxOTkzMjE3MjAwMA\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/5c5195e8-a934-4906-b479-786a5906458a\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/77c3588c-c4ea-4e6b-a496-cf90d968f195\"\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/3fb7d3b3-770a-4f18-bcb2-43b3171f27e4\"\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\": \"5c5195e8-a934-4906-b479-786a5906458a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080042\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080042\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/671ac0ec-97c8-4c29-b3b9-f4e54a19f017\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:51:54.375219+00:00\",\n \"versionId\": \"MTcwMDIwMzkxNDM3NTIxOTAwMA\"\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-17T02:30:00+00:00\",\n \"whenPrepared\": \"2023-11-17T02:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/ffaee837-1e73-4961-b4d7-dabd8f611a94\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/04c3c1e8-4965-4653-801b-0c5e83ca48af\"\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/186ddd40-43eb-4a4d-a126-f338b8afdcb3\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"ffaee837-1e73-4961-b4d7-dabd8f611a94\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/1000063014\",\n \"use\": \"official\",\n \"value\": \"123456789802\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/1000063014\",\n \"use\": \"official\",\n \"value\": \"1234567880-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Kebidanan, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/dad49fb8-5180-4a03-b5de-b43a332a1f12\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/60561736-2156-4d73-ad3e-83e598b847a4\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:49:51.427462+00:00\",\n \"versionId\": \"MTcwMDIwMzc5MTQyNzQ2MjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/f593bc88-2453-42cd-b74a-e70ab5619d90\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/ed60a9ad-5817-482d-ae34-dd59342e0ad0\"\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/003e7f02-3714-46a0-bb9d-346ff4959c47\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"f593bc88-2453-42cd-b74a-e70ab5619d90\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080057\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080057\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/cf68e790-6b3f-40f9-8432-ef9748a17fc1\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/f87c6e4b-fedc-46c8-8274-75e3e8b3fd82\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:49:11.023198+00:00\",\n \"versionId\": \"MTcwMDIwMzc1MTAyMzE5ODAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/dafafaa8-2df8-48f5-b14d-6de9247266dc\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/bfd12e9d-db30-4c90-9fb9-75eb8492c5d3\"\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/6d24ba2a-23c9-48d5-aac7-f77648c97fad\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"dafafaa8-2df8-48f5-b14d-6de9247266dc\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085725\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085725\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/0ca6211e-0c2d-485c-8408-ec6a33de27c0\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/ecc7f93a-e6e1-43e8-b162-2605b77d32c9\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:36:22.389494+00:00\",\n \"versionId\": \"MTcwMDIwMjk4MjM4OTQ5NDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/4908c9b8-3449-4710-a887-df0c62372e49\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/ea579462-1f86-4091-b550-019476851eb6\"\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/9f2f61d5-f618-4276-92b8-1bd64454e314\"\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\": \"4908c9b8-3449-4710-a887-df0c62372e49\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/fd64c4f1-6d4d-428a-a310-dec0db6df121\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/36cb5291-30f6-436c-a1d7-a50395c1935b\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:31:35.007125+00:00\",\n \"versionId\": \"MTcwMDIwMjY5NTAwNzEyNTAwMA\"\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\": \"2022-12-26T13:00:00+00:00\",\n \"whenPrepared\": \"2022-12-26T13:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/6fcd5011-7b62-4b7e-b0d5-fab50c65edd6\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/72346b98-2a4c-40ce-b993-ed8daf5b0397\"\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/3220423d-bdbd-4238-a620-ef725b22b19e\"\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\": \"6fcd5011-7b62-4b7e-b0d5-fab50c65edd6\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/2964faec-ca80-4b7d-a822-d3d80b4de1cf\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/1f001d61-98a8-4546-b489-eb6663f03d42\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:29:21.584697+00:00\",\n \"versionId\": \"MTcwMDIwMjU2MTU4NDY5NzAwMA\"\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\": \"2022-12-26T13:00:00+00:00\",\n \"whenPrepared\": \"2022-12-26T13:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/27da64e3-7578-4b46-a902-f885ab8fb347\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/fc52fbda-4bfa-4670-9c76-eba10175f56e\"\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/9f2f61d5-f618-4276-92b8-1bd64454e314\"\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\": \"27da64e3-7578-4b46-a902-f885ab8fb347\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/fd64c4f1-6d4d-428a-a310-dec0db6df121\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/54bb02f7-4b98-4ec2-851e-6183a83b9733\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:27:43.668485+00:00\",\n \"versionId\": \"MTcwMDIwMjQ2MzY2ODQ4NTAwMA\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/de84d394-03cf-4171-b971-d781941f99d3\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/fd826ce8-c17c-49b5-8951-4f3705293fd7\"\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/3220423d-bdbd-4238-a620-ef725b22b19e\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"de84d394-03cf-4171-b971-d781941f99d3\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/2964faec-ca80-4b7d-a822-d3d80b4de1cf\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/5269ff8a-f821-46b3-8a33-60a62d2e5f61\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:27:31.021613+00:00\",\n \"versionId\": \"MTcwMDIwMjQ1MTAyMTYxMzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-27T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-27T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/c775329a-d5da-4498-b039-618e8a3d0bcd\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/dd02b9b9-a85b-4315-8efd-1770f361b436\"\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/0cd0b406-684f-4f75-b953-99a3db9009b1\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"c775329a-d5da-4498-b039-618e8a3d0bcd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085725\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085725\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/cbfee34a-ce87-49e2-97c9-6eef684e9bed\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/195e27cf-27ef-497d-9a34-5206b084c2d5\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:27:25.108200+00:00\",\n \"versionId\": \"MTcwMDIwMjQ0NTEwODIwMDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/dbd2dfef-abe9-4e41-9d02-401ebf0ce270\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/ed0e9fbe-af8d-44ac-8c28-930402261f43\"\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/30ad0334-4776-448e-8888-eb8d0cb77f86\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"dbd2dfef-abe9-4e41-9d02-401ebf0ce270\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080018\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080018\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/6cdf6a5b-8854-4ac6-8b28-fba8c0cbe51e\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:27:12.008196+00:00\",\n \"versionId\": \"MTcwMDIwMjQzMjAwODE5NjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/b56f01eb-24f8-41a2-92cb-e3981e0e48ae\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/2744f1ae-745d-4e31-98fb-8bc1cd24a011\"\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/986eba2e-1290-4125-8245-44e3f9b3b943\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"b56f01eb-24f8-41a2-92cb-e3981e0e48ae\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000113\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000113\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/28b70e95-1d11-4574-a5de-289e6a27a42e\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/0e6c913b-1fd5-48f2-9c55-383f6f2dc039\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:26:29.494967+00:00\",\n \"versionId\": \"MTcwMDIwMjM4OTQ5NDk2NzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/d2ff1684-e5eb-4275-82a4-0f29a3eb5115\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/19025854-142b-4e6f-90f1-153238739844\"\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/9f2f61d5-f618-4276-92b8-1bd64454e314\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"d2ff1684-e5eb-4275-82a4-0f29a3eb5115\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/fd64c4f1-6d4d-428a-a310-dec0db6df121\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/e6c287fe-f918-4a72-ae47-f15984f7e0a6\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:26:20.172884+00:00\",\n \"versionId\": \"MTcwMDIwMjM4MDE3Mjg4NDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-26T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-26T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/2131c6c5-d069-4512-8f00-13fe669fa74a\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/6852dc4e-7425-4064-b8d2-f77b869e5e14\"\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/aac5f862-6e0c-4e0c-9a23-2376033b3b56\"\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\": \"2131c6c5-d069-4512-8f00-13fe669fa74a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/5614624a-489d-4983-90af-aa7a4bd98e3e\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/c5f93d6a-5e9a-4c4f-a9bd-19fc0eaf4b99\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:25:49.974744+00:00\",\n \"versionId\": \"MTcwMDIwMjM0OTk3NDc0NDAwMA\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/c85e7307-e596-4aaa-8d8b-e95ac8c001b2\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/2ad79da9-24c6-4afc-b4df-38989bc5cd90\"\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/3220423d-bdbd-4238-a620-ef725b22b19e\"\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\": \"c85e7307-e596-4aaa-8d8b-e95ac8c001b2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/2964faec-ca80-4b7d-a822-d3d80b4de1cf\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/cbebb350-32a3-400d-8b3f-58b47309523e\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:25:10.770666+00:00\",\n \"versionId\": \"MTcwMDIwMjMxMDc3MDY2NjAwMA\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/65677d7e-c787-4216-99bd-5be98762b712\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/574055c3-2064-41b4-a1c2-0368f884f006\"\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/9f2f61d5-f618-4276-92b8-1bd64454e314\"\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\": \"65677d7e-c787-4216-99bd-5be98762b712\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/fd64c4f1-6d4d-428a-a310-dec0db6df121\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/733dc4e4-036a-4780-bf7e-c438684afa8c\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:24:26.435968+00:00\",\n \"versionId\": \"MTcwMDIwMjI2NjQzNTk2ODAwMA\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/24e4b29a-0034-4518-a3d6-badf670e022c\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/8b7dfda4-eba1-41fb-92b8-61a36b3e7ecc\"\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/824da883-b9b8-4a86-a7ab-212e27c1f8cb\"\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\": \"24e4b29a-0034-4518-a3d6-badf670e022c\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000201\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000201\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/cfc500f5-c502-494a-8f70-461ea51d4617\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/e6ab431d-e5ed-4eb4-8ba0-14e698e73c59\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:23:45.667048+00:00\",\n \"versionId\": \"MTcwMDIwMjIyNTY2NzA0ODAwMA\"\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\": \"2022-12-26T13:00:00+00:00\",\n \"whenPrepared\": \"2022-12-26T13:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/21d1cceb-f969-4421-adf8-f69cda7021ff\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/d8415501-2635-4d05-96e4-45f8439927b2\"\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/186ddd40-43eb-4a4d-a126-f338b8afdcb3\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"21d1cceb-f969-4421-adf8-f69cda7021ff\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/1000063014\",\n \"use\": \"official\",\n \"value\": \"123456789802\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/1000063014\",\n \"use\": \"official\",\n \"value\": \"1234567880-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Kebidanan, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/dad49fb8-5180-4a03-b5de-b43a332a1f12\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/60561736-2156-4d73-ad3e-83e598b847a4\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:23:05.616322+00:00\",\n \"versionId\": \"MTcwMDIwMjE4NTYxNjMyMjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/b370910a-9748-4814-9919-711a753b9376\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/373a4ad9-cc25-4253-9ac5-3beab1730607\"\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/9f9070db-7ebd-4e4d-a26c-3553d83671f4\"\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\": \"b370910a-9748-4814-9919-711a753b9376\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/99ea8ebf-7745-4883-81ec-1f481547d6eb\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/effa0d93-1364-4b6e-8cb1-b66344204e94\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:23:01.201076+00:00\",\n \"versionId\": \"MTcwMDIwMjE4MTIwMTA3NjAwMA\"\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\": \"2022-12-26T13:00:00+00:00\",\n \"whenPrepared\": \"2022-12-26T13:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/b86c261a-0147-49b1-a420-e2d5fb135d49\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/6af5e0e7-31d3-4463-ba9f-a75f97dc190e\"\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/3220423d-bdbd-4238-a620-ef725b22b19e\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"b86c261a-0147-49b1-a420-e2d5fb135d49\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/2964faec-ca80-4b7d-a822-d3d80b4de1cf\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/8ec617f1-7150-4599-956f-87aca7941cc7\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:22:59.001010+00:00\",\n \"versionId\": \"MTcwMDIwMjE3OTAwMTAxMDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-26T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-26T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/076255b1-66c7-4283-b2dd-f51ee6d80805\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/1907e577-b98f-4034-893d-c51af2d6d6f6\"\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/aac5f862-6e0c-4e0c-9a23-2376033b3b56\"\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\": \"076255b1-66c7-4283-b2dd-f51ee6d80805\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080051\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080051\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/97a58a37-51f3-4adc-a8fa-57d4c8590c6a\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:22:45.354694+00:00\",\n \"versionId\": \"MTcwMDIwMjE2NTM1NDY5NDAwMA\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/756bbfda-9f0e-48ea-8888-0a79c31ec903\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/8a5b7433-6d5e-4b49-9d58-ae33e008ae91\"\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/9f2f61d5-f618-4276-92b8-1bd64454e314\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"756bbfda-9f0e-48ea-8888-0a79c31ec903\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/fd64c4f1-6d4d-428a-a310-dec0db6df121\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/a19fc435-a3c7-44d3-904d-4a0a09d59ac2\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:22:21.865886+00:00\",\n \"versionId\": \"MTcwMDIwMjE0MTg2NTg4NjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/c6683ea3-4273-4b65-bc91-83eb4b258dc9\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/818b7eae-e144-49a2-9177-c8c67bf9ed63\"\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/aac5f862-6e0c-4e0c-9a23-2376033b3b56\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"c6683ea3-4273-4b65-bc91-83eb4b258dc9\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080051\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080051\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/15dd14e4-a9ca-43a8-b724-14fbe716222a\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:22:02.331206+00:00\",\n \"versionId\": \"MTcwMDIwMjEyMjMzMTIwNjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-26T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-26T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/d2f0e0c2-58ac-4772-8cf7-3022afdac9f9\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/58785a7a-38e2-4611-8fdd-589c4f36fcc0\"\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/aac5f862-6e0c-4e0c-9a23-2376033b3b56\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"d2f0e0c2-58ac-4772-8cf7-3022afdac9f9\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/5614624a-489d-4983-90af-aa7a4bd98e3e\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/dfdc83fc-4ed0-44da-bba2-732c2494a50f\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:21:41.753178+00:00\",\n \"versionId\": \"MTcwMDIwMjEwMTc1MzE3ODAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/90d7ecb2-a987-4e8e-acec-fc0fc67b8975\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/67cc3064-3cc5-467f-8b8d-b7ef79720ee0\"\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/043ec230-e478-40af-b85f-a294497fd6a5\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"90d7ecb2-a987-4e8e-acec-fc0fc67b8975\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000187\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000187\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/9a2ec7f0-f597-476b-9538-2133a49cbabb\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:20:35.158041+00:00\",\n \"versionId\": \"MTcwMDIwMjAzNTE1ODA0MTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Aji\",\n \"reference\": \"Practitioner/10009880728\"\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-07T11:30:00+00:00\",\n \"whenPrepared\": \"2023-11-07T11:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/7bacaf6e-52fb-49b1-96b0-3162abc5a75c\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/e9c07f6a-8c66-49ab-9c7a-b9365fb273be\"\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/9f9070db-7ebd-4e4d-a26c-3553d83671f4\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"7bacaf6e-52fb-49b1-96b0-3162abc5a75c\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/99ea8ebf-7745-4883-81ec-1f481547d6eb\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/fdd61afd-aaa1-4aa3-9ef3-3eca9d390b1d\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:19:29.817923+00:00\",\n \"versionId\": \"MTcwMDIwMTk2OTgxNzkyMzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-27T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-27T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/f0fbccb3-b509-4b64-a400-01591df40406\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/daf66fc5-c265-491d-b475-eb25be2c4968\"\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/3220423d-bdbd-4238-a620-ef725b22b19e\"\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\": \"f0fbccb3-b509-4b64-a400-01591df40406\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/2964faec-ca80-4b7d-a822-d3d80b4de1cf\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/73d831e6-5c1a-4a2f-b4bf-3355802c4d32\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:18:04.559843+00:00\",\n \"versionId\": \"MTcwMDIwMTg4NDU1OTg0MzAwMA\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/0c2def66-3972-420a-ae22-8a79a0bca738\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/5c01fb85-3e99-41af-85ca-1fe58e8a9c85\"\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/9f9070db-7ebd-4e4d-a26c-3553d83671f4\"\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\": \"0c2def66-3972-420a-ae22-8a79a0bca738\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/99ea8ebf-7745-4883-81ec-1f481547d6eb\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/8ceb5e7f-acce-432d-abd0-5a4cf278a0c3\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:17:24.309990+00:00\",\n \"versionId\": \"MTcwMDIwMTg0NDMwOTk5MDAwMA\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/8fc7265b-8e26-4d19-8274-47a8749e2eaa\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/d8415501-2635-4d05-96e4-45f8439927b2\"\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/186ddd40-43eb-4a4d-a126-f338b8afdcb3\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"8fc7265b-8e26-4d19-8274-47a8749e2eaa\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/1000063014\",\n \"use\": \"official\",\n \"value\": \"12345678980\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/1000063014\",\n \"use\": \"official\",\n \"value\": \"1234567880-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Kebidanan, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/dad49fb8-5180-4a03-b5de-b43a332a1f12\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/60561736-2156-4d73-ad3e-83e598b847a4\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:16:21.611940+00:00\",\n \"versionId\": \"MTcwMDIwMTc4MTYxMTk0MDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/c6a63172-9d2e-4c56-ab4f-c6a644b29a90\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/96bf115e-571d-45d7-8763-6e1ba2c02510\"\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/9f9070db-7ebd-4e4d-a26c-3553d83671f4\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"c6a63172-9d2e-4c56-ab4f-c6a644b29a90\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/99ea8ebf-7745-4883-81ec-1f481547d6eb\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/3342aecc-2eeb-4602-a036-3aaf652f19e1\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:15:38.268515+00:00\",\n \"versionId\": \"MTcwMDIwMTczODI2ODUxNTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-26T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-26T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/952de392-4679-4c15-809c-ec44dfbcbd20\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/00e25f16-332b-4a80-b99f-1e505c10b6ad\"\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/3220423d-bdbd-4238-a620-ef725b22b19e\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"952de392-4679-4c15-809c-ec44dfbcbd20\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/2964faec-ca80-4b7d-a822-d3d80b4de1cf\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/8c116b8e-b11c-4dbd-beb8-38808c8cd67b\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:14:24.983109+00:00\",\n \"versionId\": \"MTcwMDIwMTY2NDk4MzEwOTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n }\n ],\n \"link\": [\n {\n \"relation\": \"search\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/?subject=100000030015\"\n },\n {\n \"relation\": \"next\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/?subject=100000030015&_page_token=ASFxomoxJ_UB7JVTmpg-0FoHu9xHJqwskTsQKQbVynF15Zq9IW7q491FJ7jZhCwvd4tq_G_D3eYJHIJLzFW_PU0zPLF-vr6uco7G2eeg_IGpFbS2caCShM7DpoD2SBoDccNkXs3wZbwIMEhqk6b_X8al1LCM_BVB9wFAyaH6301ptVrmsrQ5ArFqLLxEZQ4UQuStz5CitKynaMjjOD-XiZOL76bbTIUlpz0eaNE%3D\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/?subject=100000030015\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/?subject=100000030015\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 100,\n \"type\": \"searchset\"\n}" } ] }, { "name": "MedicationStatement - Riwayat Pengobatan", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"MedicationStatement\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/medication-statement-category\",\n \"code\": \"inpatient\",\n \"display\": \"Inpatient\"\n }\n ]\n },\n \"medicationReference\": {\n \"reference\": \"Medication/{{Medication_Dispensed}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"dosage\" : [\n {\n \"text\": \"one capsule one time daily\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"effectiveDateTime\": \"2023-03-02T04:40:00+00:00\",\n \"dateAsserted\": \"2023-03-10T03:15:00+00:00\",\n \"informationSource\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n}\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/MedicationStatement", "host": [ "{{base_url}}" ], "path": [ "MedicationStatement" ] } }, "response": [ { "name": "MedicationStatement - Riwayat Pengobatan", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"MedicationStatement\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/medication-statement-category\",\n \"code\": \"inpatient\",\n \"display\": \"Inpatient\"\n }\n ]\n },\n \"medicationReference\": {\n \"reference\": \"Medication/{{Medication_Dispensed}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"dosage\": [\n {\n \"text\": \"one capsule one time daily\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"effectiveDateTime\": \"2023-03-02T04:40:00+00:00\",\n \"dateAsserted\": \"2023-03-10T03:15:00+00:00\",\n \"informationSource\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/MedicationStatement", "host": [ "{{base_url}}" ], "path": [ "MedicationStatement" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Tue, 19 Mar 2024 04:09:31 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgyMTM3MTE3NzA2NzAwMA\"" }, { "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/MedicationStatement/eedbb151-f36a-44f1-873b-4a6b9a5d7dde/_history/MTcxMDgyMTM3MTE3NzA2NzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 04:09:31 GMT" }, { "key": "Content-Length", "value": "4356" }, { "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": "a747ddd0-67ea-49f4-92e5-11fa94fa291c" }, { "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\": \"inpatient\",\n \"display\": \"Inpatient\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/medication-statement-category\"\n }\n ]\n },\n \"context\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"dateAsserted\": \"2023-03-10T03:15:00+00:00\",\n \"dosage\": [\n {\n \"text\": \"one capsule one time daily\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"effectiveDateTime\": \"2023-03-02T04:40:00+00:00\",\n \"id\": \"eedbb151-f36a-44f1-873b-4a6b9a5d7dde\",\n \"identifier\": [],\n \"informationSource\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"medicationReference\": {\n \"reference\": \"Medication/37edb1d7-aafe-4443-b1a4-af1d24bf9100\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T04:09:31.177067+00:00\",\n \"versionId\": \"MTcxMDgyMTM3MTE3NzA2NzAwMA\"\n },\n \"resourceType\": \"MedicationStatement\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "MedicationStatement - Riwayat Pengobatan", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"MedicationStatement\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/medication-statement-category\",\n \"code\": \"inpatient\",\n \"display\": \"Inpatient\"\n }\n ]\n },\n \"medicationReference\": {\n \"reference\": \"Medication/{{Medication_Dispensed}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"dosage\": [\n {\n \"text\": \"one capsule one time daily\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"effectiveDateTime\": \"2023-03-02T04:40:00+00:00\",\n \"dateAsserted\": \"2023-03-10T03:15:00+00:00\",\n \"informationSource\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/MedicationStatement", "host": [ "{{base_url}}" ], "path": [ "MedicationStatement" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Tue, 19 Mar 2024 04:09:31 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgyMTM3MTE3NzA2NzAwMA\"" }, { "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/MedicationStatement/eedbb151-f36a-44f1-873b-4a6b9a5d7dde/_history/MTcxMDgyMTM3MTE3NzA2NzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 04:09:31 GMT" }, { "key": "Content-Length", "value": "4356" }, { "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": "a747ddd0-67ea-49f4-92e5-11fa94fa291c" }, { "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\": \"inpatient\",\n \"display\": \"Inpatient\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/medication-statement-category\"\n }\n ]\n },\n \"context\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"dateAsserted\": \"2023-03-10T03:15:00+00:00\",\n \"dosage\": [\n {\n \"text\": \"one capsule one time daily\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"effectiveDateTime\": \"2023-03-02T04:40:00+00:00\",\n \"id\": \"eedbb151-f36a-44f1-873b-4a6b9a5d7dde\",\n \"identifier\": [],\n \"informationSource\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"medicationReference\": {\n \"reference\": \"Medication/37edb1d7-aafe-4443-b1a4-af1d24bf9100\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T04:09:31.177067+00:00\",\n \"versionId\": \"MTcxMDgyMTM3MTE3NzA2NzAwMA\"\n },\n \"resourceType\": \"MedicationStatement\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "MedicationDispense - Search by Subject", "event": [ { "listen": "test", "script": { "exec": [ "var bundle = pm.response.json();\r", "var data = bundle.entry[0].resource;\r", "var medicationReference= data.medicationReference.reference;\r", "var medicationReference_List= medicationReference.split('/');\r", "var x= len(medicationReference_List);\r", "pm.collectionVariables.set('Medication_Dispensed', medicationReference_List[x]);" ], "type": "text/javascript", "packages": {} } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/MedicationDispense?subject={{Patient_id}}", "host": [ "{{base_url}}" ], "path": [ "MedicationDispense" ], "query": [ { "key": "subject", "value": "{{Patient_id}}" } ] } }, "response": [ { "name": "MedicationDispense - Search by Subject", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/MedicationDispense?subject={{Patient_id}}", "host": [ "{{base_url}}" ], "path": [ "MedicationDispense" ], "query": [ { "key": "subject", "value": "{{Patient_id}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 03:53:47 GMT" }, { "key": "Content-Length", "value": "1005202" }, { "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": "9fa225c4-0248-403d-948f-967a6724c380" }, { "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/MedicationDispense/5eef3d49-0eb6-499f-9cff-229b6d05c315\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/b5292671-89f6-477b-924c-322976f328f4\"\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/a6134895-372d-43db-a5b5-4989aef4068b\"\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 tablet 1 hari\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"Tablet\",\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 tablet 1 hari\",\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 tablet 1 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"5eef3d49-0eb6-499f-9cff-229b6d05c315\",\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\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"reference\": \"Location/ad730bf5-784f-48b9-a609-7d9c9bc29a40\"\n },\n \"medicationReference\": {\n \"reference\": \"Medication/37edb1d7-aafe-4443-b1a4-af1d24bf9100\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T22:02:57.382211+00:00\",\n \"versionId\": \"MTcxMDc5OTM3NzM4MjIxMTAwMA\"\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 \"unit\": \"Tablet\",\n \"value\": 1\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-03-02T04:40:00+00:00\",\n \"whenPrepared\": \"2023-03-02T04:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/112cb62c-f8bc-453d-a52c-ef497f7690b8\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/cfdf9ceb-ec3d-40ef-960c-11f93dbe9e62\"\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/33446e60-8548-4ab9-9aa8-3d23373a3eb9\"\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"112cb62c-f8bc-453d-a52c-ef497f7690b8\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/beb8eba4-00a8-4e1c-8a18-f8df40d80ba6\",\n \"use\": \"official\",\n \"value\": \"TX_NBAE1Y30DJ4A\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/beb8eba4-00a8-4e1c-8a18-f8df40d80ba6\",\n \"use\": \"official\",\n \"value\": \"TX_COA4LCUXK6XO\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang 1B IGD Rsk Mojowarno\",\n \"reference\": \"Location/24c5642f-14d7-4302-b7a9-98873f765b77\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/fc24769c-ba3e-448e-bf50-449eae66b631\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-02-15T02:20:32.571872+00:00\",\n \"versionId\": \"MTcwNzk2MzYzMjU3MTg3MjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/4e31dc32-c9e5-4809-a586-973b34567bec\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/0ece70e7-47a1-4c9a-833e-4c0489b29eb6\"\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/07d491f2-a56a-4fe3-bbf9-fe52966d46de\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"4e31dc32-c9e5-4809-a586-973b34567bec\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000002\",\n \"use\": \"official\",\n \"value\": \"DK12345678900889917\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000002\",\n \"use\": \"official\",\n \"value\": \"DK12345678899917-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Kebidanan, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/dad49fb8-5180-4a03-b5de-b43a332a1f12\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/36288009-bdad-4b8c-bdf5-a8bfcc990f13\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-24T06:57:28.944449+00:00\",\n \"versionId\": \"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/e8d6ef7b-3ed6-42d9-80d4-51f897f37e2c\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"urn:uuid:78c5d8d1-e3bf-4ff1-bf3c-6aa564336ee7\"\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/5e2b45fd-4777-45f7-88c4-b6b86245d71f\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"e8d6ef7b-3ed6-42d9-80d4-51f897f37e2c\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"VITAMIN B6 25 mg TABLET (Umum)\",\n \"reference\": \"urn:uuid:db07896f-ede8-48fa-9bf0-e99941a6a375\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-11T01:46:14.482290+00:00\",\n \"versionId\": \"MTcwNDkzNzU3NDQ4MjI5MDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-03-29T14:30:00+00:00\",\n \"whenPrepared\": \"2023-03-29T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/c53df2b9-2562-4102-9bf3-bd477260f385\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"urn:uuid:c6a79ce0-b2da-4b00-8f41-60187b839db3\"\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/5e2b45fd-4777-45f7-88c4-b6b86245d71f\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"c53df2b9-2562-4102-9bf3-bd477260f385\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"VITAMIN B6 25 mg TABLET (Umum)\",\n \"reference\": \"urn:uuid:d25201d0-d6de-483a-98f3-6dc43fc3efc4\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-11T01:46:14.482290+00:00\",\n \"versionId\": \"MTcwNDkzNzU3NDQ4MjI5MDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-03-30T14:30:00+00:00\",\n \"whenPrepared\": \"2023-03-30T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/c5c9ebd9-6470-41e4-925c-27570633326b\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"urn:uuid:b5d747e8-4b4f-43cc-be06-6d207cacc332\"\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/5e2b45fd-4777-45f7-88c4-b6b86245d71f\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"c5c9ebd9-6470-41e4-925c-27570633326b\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"VITAMIN B6 25 mg TABLET (Umum)\",\n \"reference\": \"urn:uuid:76d67b9f-2831-4000-b974-4e32bb1b9a04\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-11T01:46:14.482290+00:00\",\n \"versionId\": \"MTcwNDkzNzU3NDQ4MjI5MDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-03-27T14:30:00+00:00\",\n \"whenPrepared\": \"2023-03-27T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/8bd3e7d1-2ece-497d-a509-56a2e1f77f3a\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/6954eff2-e64c-4d62-9614-5f636078a867\"\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/5bc05f8a-fba4-4b1b-8a36-a31ba3b3cdce\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"8bd3e7d1-2ece-497d-a509-56a2e1f77f3a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"Amlodipine Besilate 5 mg Tablet (HOLI PHARMA)\",\n \"reference\": \"Medication/e1d92ee4-acf3-4e1b-9a0f-d915bd461d89\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-10T00:40:06.098681+00:00\",\n \"versionId\": \"MTcwNDg0NzIwNjA5ODY4MTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-01-23T18:00:00+00:00\",\n \"whenPrepared\": \"2022-01-23T18:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/5520db12-294a-44ec-9e60-fa34647dcf3f\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"urn:uuid:62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\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/20e57ad2-0c5f-4187-b1c2-06cf34be76b6\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"1 kapsul setiap 8 jam untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\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 kapsul setiap 8 jam untuk 7 hari mulai tanggal 9 September 2023\",\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 kapsul setiap 8 jam untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 8,\n \"periodUnit\": \"h\"\n }\n }\n }\n ],\n \"id\": \"5520db12-294a-44ec-9e60-fa34647dcf3f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000002\",\n \"use\": \"official\",\n \"value\": \"KK123456788999\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000002\",\n \"use\": \"official\",\n \"value\": \"KK123456788999-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/13e1ed8e-3271-4396-b287-4abbacb5eb85\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/2d9a76ea-62eb-4032-a83e-421073430891\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-09T10:41:02.822247+00:00\",\n \"versionId\": \"MTcwNDc5Njg2MjgyMjI0NzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/07100b31-e49b-41de-9a4c-91823d183e51\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"urn:uuid:62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\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/2d8385f3-ecfb-4cf3-8bb7-474cb4f41438\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\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\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\",\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\": \"3 kapsul setiap hari untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"07100b31-e49b-41de-9a4c-91823d183e51\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000002\",\n \"use\": \"official\",\n \"value\": \"NK123456788999\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000002\",\n \"use\": \"official\",\n \"value\": \"NK123456788999-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/13e1ed8e-3271-4396-b287-4abbacb5eb85\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/c856fe2a-7661-41c9-b46c-b023dfd3fc54\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-09T06:42:06.953832+00:00\",\n \"versionId\": \"MTcwNDc4MjUyNjk1MzgzMjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/b229b665-fb2e-4698-a2f6-a50b64592504\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"urn:uuid:62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\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/21c363c0-7223-4213-875e-066734374aa2\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\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\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\",\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\": \"3 kapsul setiap hari untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"b229b665-fb2e-4698-a2f6-a50b64592504\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000002\",\n \"use\": \"official\",\n \"value\": \"XC123456788999\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000002\",\n \"use\": \"official\",\n \"value\": \"XC123456788999-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/13e1ed8e-3271-4396-b287-4abbacb5eb85\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/691ad51b-b64f-40d1-9028-643c5a56afd7\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T08:19:17.910114+00:00\",\n \"versionId\": \"MTcwNDQ0Mjc1NzkxMDExNDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/09b81487-9718-4b7c-8991-e1cec3c2fc47\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\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/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\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\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\",\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\": \"3 kapsul setiap hari untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"09b81487-9718-4b7c-8991-e1cec3c2fc47\",\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\": \"123456788-2\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/13e1ed8e-3271-4396-b287-4abbacb5eb85\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/3ae9e76b-07c5-4297-9278-c0d4903142cc\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T08:18:02.450214+00:00\",\n \"versionId\": \"MTcwNDQ0MjY4MjQ1MDIxNDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/0e0a34d6-852f-4978-b697-261aef3ecc07\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"urn:uuid:62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\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/18417488-8ca9-40d5-af4e-1ec5653dbf81\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\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\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\",\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\": \"3 kapsul setiap hari untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"0e0a34d6-852f-4978-b697-261aef3ecc07\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"XC123456788999\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"XC123456788999-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/e2ff4f47-5723-46e6-b5bf-21b72eb24438\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/45730ae2-a06f-4f07-bb63-e5e7418547ff\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-28T15:07:21.602523+00:00\",\n \"versionId\": \"MTcwMzc3NjA0MTYwMjUyMzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/4e11c698-93b0-442b-9f2c-13810f60c5cc\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"urn:uuid:62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\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/90fd78ed-24aa-43b9-b8ba-50692b47c963\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\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\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\",\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\": \"3 kapsul setiap hari untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"4e11c698-93b0-442b-9f2c-13810f60c5cc\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"VK123456788999\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"VK123456788999-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/e2ff4f47-5723-46e6-b5bf-21b72eb24438\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/9a4cc93d-f7ce-4832-bfa7-08275fe35746\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-28T15:03:35.982705+00:00\",\n \"versionId\": \"MTcwMzc3NTgxNTk4MjcwNTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/355d1933-0957-4592-b225-351876d596a1\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/a67e1c64-3c4b-4ad8-9c87-21273c4b77b6\"\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/668a4d56-78de-48c0-a585-f88a22edc749\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"355d1933-0957-4592-b225-351876d596a1\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"TA12345678900889917\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"TA12345678899917-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Kebidanan, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/dad49fb8-5180-4a03-b5de-b43a332a1f12\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/b81833c2-5961-47a2-ad02-af848b708786\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-14T07:24:44.323285+00:00\",\n \"versionId\": \"MTcwMjUzODY4NDMyMzI4NTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/a0c4c76e-e502-43fc-a9b5-fc975b7c9622\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/e804d693-698f-45d1-a806-efac323d68dc\"\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/4531e809-1db3-4728-90c3-5c92ecd803a4\"\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\": \"a0c4c76e-e502-43fc-a9b5-fc975b7c9622\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"24877772\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\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/e00a3d08-ee33-4ced-b9c4-321b2d01a3ea\"\n },\n \"medicationReference\": {\n \"reference\": \"Medication/a32433c8-5fee-46a2-ad59-d4f6f869efb7\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-14T07:21:40.206390+00:00\",\n \"versionId\": \"MTcwMjUzODUwMDIwNjM5MDAwMA\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/35d5a24a-25e6-49a1-b618-bbad76209cf7\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"urn:uuid:62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\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/fa1bc24b-139f-4e8d-89e3-cb9c68233a67\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\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\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\",\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\": \"3 kapsul setiap hari untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"35d5a24a-25e6-49a1-b618-bbad76209cf7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"XK123456788999\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"XK123456788999-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/e2ff4f47-5723-46e6-b5bf-21b72eb24438\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/98d03b48-c262-4ee7-97f4-7aeceee90a84\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-13T07:36:50.273022+00:00\",\n \"versionId\": \"MTcwMjQ1MzAxMDI3MzAyMjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/d3ff75c7-c54c-4b6f-a46d-89a15e17d99a\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\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/d6ccb430-2510-4955-885b-332a0bbef7b1\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\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\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\",\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\": \"3 kapsul setiap hari untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"d3ff75c7-c54c-4b6f-a46d-89a15e17d99a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/03419ffc-eb27-4c01-bb19-699e44a056c3\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/3ae9e76b-07c5-4297-9278-c0d4903142cc\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-12T06:46:25.891508+00:00\",\n \"versionId\": \"MTcwMjM2MzU4NTg5MTUwODAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/f4790e3e-7832-47ee-9169-60111d81cb09\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\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/d6ccb430-2510-4955-885b-332a0bbef7b1\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\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\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\",\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\": \"3 kapsul setiap hari untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"f4790e3e-7832-47ee-9169-60111d81cb09\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/03419ffc-eb27-4c01-bb19-699e44a056c3\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/c7de136c-d093-4b84-b74e-7c5a580cdbc5\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-11T07:08:52.280021+00:00\",\n \"versionId\": \"MTcwMjI3ODUzMjI4MDAyMTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/16ecb336-ae1f-4090-b849-66a523d60ff6\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\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/d6ccb430-2510-4955-885b-332a0bbef7b1\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\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\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\",\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\": \"3 kapsul setiap hari untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"16ecb336-ae1f-4090-b849-66a523d60ff6\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/03419ffc-eb27-4c01-bb19-699e44a056c3\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/c7de136c-d093-4b84-b74e-7c5a580cdbc5\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-11T07:07:07.275203+00:00\",\n \"versionId\": \"MTcwMjI3ODQyNzI3NTIwMzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T20:25:00+00:00\",\n \"whenPrepared\": \"2023-09-09T20:20:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/c00ba810-8d58-4556-ba32-5653655f1894\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/cfdf9ceb-ec3d-40ef-960c-11f93dbe9e62\"\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/33446e60-8548-4ab9-9aa8-3d23373a3eb9\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"c00ba810-8d58-4556-ba32-5653655f1894\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/beb8eba4-00a8-4e1c-8a18-f8df40d80ba6\",\n \"use\": \"official\",\n \"value\": \"TX_Y4VZ16FITELP\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/beb8eba4-00a8-4e1c-8a18-f8df40d80ba6\",\n \"use\": \"official\",\n \"value\": \"TX_86O7WLJEQRQ4\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang 1B IGD Rsk Mojowarno\",\n \"reference\": \"Location/24c5642f-14d7-4302-b7a9-98873f765b77\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/74fc9c78-e45e-479a-aa92-a1f7421c7910\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-05T02:24:52.009962+00:00\",\n \"versionId\": \"MTcwMTc0MzA5MjAwOTk2MjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/6791da5e-a322-4e18-8a37-e6cfa21977d0\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/cfdf9ceb-ec3d-40ef-960c-11f93dbe9e62\"\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/33446e60-8548-4ab9-9aa8-3d23373a3eb9\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"6791da5e-a322-4e18-8a37-e6cfa21977d0\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/beb8eba4-00a8-4e1c-8a18-f8df40d80ba6\",\n \"use\": \"official\",\n \"value\": \"TX_OF301Y43BHCW\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/beb8eba4-00a8-4e1c-8a18-f8df40d80ba6\",\n \"use\": \"official\",\n \"value\": \"TX_CYQQFPW9RXYU\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang 1B IGD Rsk Mojowarno\",\n \"reference\": \"Location/24c5642f-14d7-4302-b7a9-98873f765b77\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/68834c45-47ea-4e2c-bd65-9217ad9e17c2\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-05T02:23:46.319630+00:00\",\n \"versionId\": \"MTcwMTc0MzAyNjMxOTYzMDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/9ff1ee2c-33e3-4e46-a4f9-9f8cb8fc0e4d\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/1befb195-f833-449b-b93a-9b20a694bd40\"\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/cc0d7c08-c05c-4736-8a04-cd38b4ba18ea\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"9ff1ee2c-33e3-4e46-a4f9-9f8cb8fc0e4d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"TB12345678900889917\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"TB12345678899917-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Kebidanan, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/dad49fb8-5180-4a03-b5de-b43a332a1f12\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/24736471-ba18-4aba-8a5a-4b8fa9f5f80c\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-04T02:34:46.134988+00:00\",\n \"versionId\": \"MTcwMTY1NzI4NjEzNDk4ODAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/5956a5b7-bf69-4271-bf25-a663c0c7840b\",\n \"resource\": {\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/427d89c7-9240-4eca-8bc8-7273df215f57\"\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/10085103\",\n \"use\": \"official\",\n \"value\": \"266277773\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/c217feea-e971-44bf-8f05-6c2222cdea55\",\n \"resource\": {\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/427d89c7-9240-4eca-8bc8-7273df215f57\"\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/10085103\",\n \"use\": \"official\",\n \"value\": \"24877770\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/7b91fc9d-9ec6-456e-b7e2-a7ef4a304f67\",\n \"resource\": {\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/427d89c7-9240-4eca-8bc8-7273df215f57\"\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/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/dd73164e-3e5e-485d-803c-192e37bdcecc\",\n \"resource\": {\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/d76048f5-82e3-4f97-9bda-3b98ecde93f8\"\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/10085103\",\n \"use\": \"official\",\n \"value\": \"24877772\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/66e057f5-b201-46cd-9bf0-084c9e46fe0e\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/a1539778-97bb-41ac-8161-29c7797045bf\"\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/dbedcdcb-c2e7-4e06-8161-72a8d126f49f\"\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\": \"66e057f5-b201-46cd-9bf0-084c9e46fe0e\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"266277773\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"266277773-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/c03b6022-40ae-40df-a507-0bc0f85a0c09\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-20T09:24:47.326560+00:00\",\n \"versionId\": \"MTcwMDQ3MjI4NzMyNjU2MDAwMA\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/66cdfbb3-d288-42f1-9f81-99e3b3e075f7\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/399adef9-4eee-4d36-b969-3e86d89eb5e7\"\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/dbedcdcb-c2e7-4e06-8161-72a8d126f49f\"\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\": \"66cdfbb3-d288-42f1-9f81-99e3b3e075f7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"24877770\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\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-11-20T08:59:42.265182+00:00\",\n \"versionId\": \"MTcwMDQ3MDc4MjI2NTE4MjAwMA\"\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-17T08:00:00+00:00\",\n \"whenPrepared\": \"2023-11-17T08:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/a4306dd1-76b2-4588-a7dd-901ad469822f\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/91cf10cb-1121-42da-9b16-c72af43f3f74\"\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/dbedcdcb-c2e7-4e06-8161-72a8d126f49f\"\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\": \"a4306dd1-76b2-4588-a7dd-901ad469822f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789-3\"\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 \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/edb90a2c-ef7a-4c5c-ac48-f3b5401ed309\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-20T08:39:17.671738+00:00\",\n \"versionId\": \"MTcwMDQ2OTU1NzY3MTczODAwMA\"\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:55:00+00:00\",\n \"whenPrepared\": \"2023-11-17T07:55:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/6772053b-7cbf-43e2-81cb-cae54d2b3be5\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/a83c9cc2-b572-44ce-98ae-16c24ce0fb52\"\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/dbedcdcb-c2e7-4e06-8161-72a8d126f49f\"\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\": \"6772053b-7cbf-43e2-81cb-cae54d2b3be5\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789-3\"\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 \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/edb90a2c-ef7a-4c5c-ac48-f3b5401ed309\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-20T07:58:43.340720+00:00\",\n \"versionId\": \"MTcwMDQ2NzEyMzM0MDcyMDAwMA\"\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:55:00+00:00\",\n \"whenPrepared\": \"2023-11-17T07:55:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/f10dafea-4a8c-4318-a264-096b62e69ccb\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/1f4680ce-441c-4898-b72d-df090a8537a1\"\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/50343b50-10ca-4822-98b1-24157272455c\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"f10dafea-4a8c-4318-a264-096b62e69ccb\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/907b18a4-0b3b-4147-bcb3-fb4d9d9c22e7\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T09:34:05.983344+00:00\",\n \"versionId\": \"MTcwMDIxMzY0NTk4MzM0NDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/2e86bbb7-f523-40a1-8fb7-0957362196cb\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/6954eff2-e64c-4d62-9614-5f636078a867\"\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/50343b50-10ca-4822-98b1-24157272455c\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"2e86bbb7-f523-40a1-8fb7-0957362196cb\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/907b18a4-0b3b-4147-bcb3-fb4d9d9c22e7\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T09:33:26.706188+00:00\",\n \"versionId\": \"MTcwMDIxMzYwNjcwNjE4ODAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/5a4e189b-075e-4352-8f74-92d466dde169\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/540ef5f3-8832-415e-a84b-27dd5a6b0ac9\"\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/1745a68c-a1a1-4825-95ec-d409e0ace0b6\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"5a4e189b-075e-4352-8f74-92d466dde169\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080043\",\n \"use\": \"official\",\n \"value\": \"12345678980\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080043\",\n \"use\": \"official\",\n \"value\": \"1234567880-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Kebidanan, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/dad49fb8-5180-4a03-b5de-b43a332a1f12\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/46b7bfd5-206e-4afd-9ac5-fec0ee39d239\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T08:49:23.082534+00:00\",\n \"versionId\": \"MTcwMDIxMDk2MzA4MjUzNDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/1f70400a-9f43-43cb-a944-cead897a891f\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/55137990-efc1-45c6-8553-3e5076fa15da\"\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/fb4d1631-ed66-4a89-a9de-0f6c7e66b957\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"1f70400a-9f43-43cb-a944-cead897a891f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080043\",\n \"use\": \"official\",\n \"value\": \"12345678980\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080043\",\n \"use\": \"official\",\n \"value\": \"1234567880-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Kebidanan, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/dad49fb8-5180-4a03-b5de-b43a332a1f12\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/dd25c48d-2a1a-4726-a4e9-1f99e34e739f\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T08:33:47.189830+00:00\",\n \"versionId\": \"MTcwMDIxMDAyNzE4OTgzMDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/7c456507-6a12-43ae-964b-ad5601ef8e2b\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/d8415501-2635-4d05-96e4-45f8439927b2\"\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/fb4d1631-ed66-4a89-a9de-0f6c7e66b957\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"7c456507-6a12-43ae-964b-ad5601ef8e2b\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080043\",\n \"use\": \"official\",\n \"value\": \"12345678980\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080043\",\n \"use\": \"official\",\n \"value\": \"1234567880-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Kebidanan, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/dad49fb8-5180-4a03-b5de-b43a332a1f12\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/2076e09a-20a9-4e1e-99d5-56b180d5442e\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T08:28:08.000593+00:00\",\n \"versionId\": \"MTcwMDIwOTY4ODAwMDU5MzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/b4d6f6be-abaf-476d-9741-43c33beac7b2\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/d8415501-2635-4d05-96e4-45f8439927b2\"\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/fb4d1631-ed66-4a89-a9de-0f6c7e66b957\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"b4d6f6be-abaf-476d-9741-43c33beac7b2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080043\",\n \"use\": \"official\",\n \"value\": \"12345678980\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080043\",\n \"use\": \"official\",\n \"value\": \"1234567880-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Kebidanan, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/dad49fb8-5180-4a03-b5de-b43a332a1f12\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/60561736-2156-4d73-ad3e-83e598b847a4\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T08:24:51.996717+00:00\",\n \"versionId\": \"MTcwMDIwOTQ5MTk5NjcxNzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/4438d81a-9102-4872-9672-c2b5138dbf90\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/fd0b101f-d5d1-4627-a8bd-ab392cefaf86\"\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/d3a533fd-f60e-4a3a-8b55-afd6369a60f0\"\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\": \"4438d81a-9102-4872-9672-c2b5138dbf90\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080031\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080031\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/5e29fe45-1c43-49ec-b506-c6f1b57ee32b\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/b386692e-4aae-48dd-9d2c-c324d9147cf2\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T08:01:09.597444+00:00\",\n \"versionId\": \"MTcwMDIwODA2OTU5NzQ0NDAwMA\"\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\": \"2022-12-26T13:00:00+00:00\",\n \"whenPrepared\": \"2022-12-26T13:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/a0c752be-9388-4f39-8f27-310844ad615b\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/22442236-7774-42c5-a7cd-5a47bc0b0794\"\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/d3a533fd-f60e-4a3a-8b55-afd6369a60f0\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"a0c752be-9388-4f39-8f27-310844ad615b\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080031\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080031\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/5e29fe45-1c43-49ec-b506-c6f1b57ee32b\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/b386692e-4aae-48dd-9d2c-c324d9147cf2\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:58:22.594257+00:00\",\n \"versionId\": \"MTcwMDIwNzkwMjU5NDI1NzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-27T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-27T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/f02fc546-705f-4ca0-9a45-1d1092b0eee7\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/56f1fda7-b246-45c6-a322-f89adffb17d2\"\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/d3a533fd-f60e-4a3a-8b55-afd6369a60f0\"\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\": \"f02fc546-705f-4ca0-9a45-1d1092b0eee7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080031\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080031\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/5e29fe45-1c43-49ec-b506-c6f1b57ee32b\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/5ab60d05-90f6-4a67-b027-68b103c04634\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:55:30.869768+00:00\",\n \"versionId\": \"MTcwMDIwNzczMDg2OTc2ODAwMA\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/416f2ae5-0ff5-48ed-be76-f3c2c214e428\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/989bfbe0-ea03-479c-8053-45ed64181652\"\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/d3a533fd-f60e-4a3a-8b55-afd6369a60f0\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"416f2ae5-0ff5-48ed-be76-f3c2c214e428\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080031\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080031\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/5e29fe45-1c43-49ec-b506-c6f1b57ee32b\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/0c5cccce-2f0b-40d2-8fd7-2eb87909de92\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:53:05.620049+00:00\",\n \"versionId\": \"MTcwMDIwNzU4NTYyMDA0OTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-26T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-26T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/5f245a73-d06f-470d-aa5e-c0df38346aad\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/80dda15e-6e3d-4ef8-8178-56c543a9a80d\"\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/d3a533fd-f60e-4a3a-8b55-afd6369a60f0\"\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\": \"5f245a73-d06f-470d-aa5e-c0df38346aad\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080031\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080031\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/5e29fe45-1c43-49ec-b506-c6f1b57ee32b\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/099f77f6-2a8a-469f-a2f7-72dff6e5683d\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:50:19.820723+00:00\",\n \"versionId\": \"MTcwMDIwNzQxOTgyMDcyMzAwMA\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/e084c85f-b3e0-46ac-bb13-8863542ee18a\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/bfd5c71c-c19f-4913-8d58-04cf1cf0fbd3\"\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/d3a533fd-f60e-4a3a-8b55-afd6369a60f0\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"e084c85f-b3e0-46ac-bb13-8863542ee18a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080031\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080031\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/5e29fe45-1c43-49ec-b506-c6f1b57ee32b\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/e339b321-16a5-4388-83f8-189a69ec9a43\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:45:58.916738+00:00\",\n \"versionId\": \"MTcwMDIwNzE1ODkxNjczODAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/2b174cac-1b68-4d11-b26c-b7e90f060599\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/5faa5090-56fe-4925-a0ec-b8b1d4739ecf\"\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/987350be-b91e-4acc-afbc-a52395973aca\"\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\": \"2b174cac-1b68-4d11-b26c-b7e90f060599\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000079\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000079\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/be109d00-b9b1-48b6-bcd5-82d3e4600dc2\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/c8015f66-a9ce-4d7f-8885-a5caf5b7512f\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:37:10.202832+00:00\",\n \"versionId\": \"MTcwMDIwNjYzMDIwMjgzMjAwMA\"\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\": \"2022-12-26T13:00:00+00:00\",\n \"whenPrepared\": \"2022-12-26T13:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/5831d88f-7199-4e90-bc9d-adceb475065e\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/a365d8a1-cb70-4c85-9364-f206651e9441\"\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/50adc3e6-5013-4608-9ad7-0a5f2cbb8459\"\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\": \"5831d88f-7199-4e90-bc9d-adceb475065e\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085781\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085781\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/6f112dd5-e109-4e60-93a6-c3a2734139c4\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/46d25726-5613-48ac-ab5f-1016accaee1e\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:36:09.814595+00:00\",\n \"versionId\": \"MTcwMDIwNjU2OTgxNDU5NTAwMA\"\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\": \"2022-12-26T13:00:00+00:00\",\n \"whenPrepared\": \"2022-12-26T13:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/0e74cd7f-4590-4876-87b0-2a664cbb06d9\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/6b0b9b0e-723d-4db2-b986-1e16c23024c8\"\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/987350be-b91e-4acc-afbc-a52395973aca\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"0e74cd7f-4590-4876-87b0-2a664cbb06d9\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000079\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000079\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/be109d00-b9b1-48b6-bcd5-82d3e4600dc2\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/3ab9009d-ba0a-41e8-b5da-2083a3bc1228\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:36:00.517454+00:00\",\n \"versionId\": \"MTcwMDIwNjU2MDUxNzQ1NDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-27T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-27T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/86b8102e-aef7-4c3a-86a5-03cced3574e7\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/e9f72ec9-2ea5-4819-a95b-5f4868a62e2b\"\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/987350be-b91e-4acc-afbc-a52395973aca\"\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\": \"86b8102e-aef7-4c3a-86a5-03cced3574e7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000079\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000079\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/be109d00-b9b1-48b6-bcd5-82d3e4600dc2\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/97a58a37-51f3-4adc-a8fa-57d4c8590c6a\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:34:24.114035+00:00\",\n \"versionId\": \"MTcwMDIwNjQ2NDExNDAzNTAwMA\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/74ed40b4-ef14-45c6-b5a8-b6c0efb19006\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/36a95b49-c08c-4cf2-b294-f8d78234e54e\"\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/50adc3e6-5013-4608-9ad7-0a5f2cbb8459\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"74ed40b4-ef14-45c6-b5a8-b6c0efb19006\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085781\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085781\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/6f112dd5-e109-4e60-93a6-c3a2734139c4\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/2bec8edd-9961-435d-952f-215245b82843\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:32:59.588179+00:00\",\n \"versionId\": \"MTcwMDIwNjM3OTU4ODE3OTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-27T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-27T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/5e5acf6d-203e-4482-bcbd-0f8d579f8d70\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/e9f72ec9-2ea5-4819-a95b-5f4868a62e2b\"\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/987350be-b91e-4acc-afbc-a52395973aca\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"5e5acf6d-203e-4482-bcbd-0f8d579f8d70\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000079\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000079\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/be109d00-b9b1-48b6-bcd5-82d3e4600dc2\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/15dd14e4-a9ca-43a8-b724-14fbe716222a\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:32:44.271211+00:00\",\n \"versionId\": \"MTcwMDIwNjM2NDI3MTIxMTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-26T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-26T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/c93c6014-bf3d-455d-ac3e-bed4b8ca37bc\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/ff96708e-d713-4e47-9768-2cc80a18dac6\"\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/987350be-b91e-4acc-afbc-a52395973aca\"\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\": \"c93c6014-bf3d-455d-ac3e-bed4b8ca37bc\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000079\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000079\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/be109d00-b9b1-48b6-bcd5-82d3e4600dc2\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/a27fec2d-2415-42b4-9b81-96557a633d74\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:31:21.637713+00:00\",\n \"versionId\": \"MTcwMDIwNjI4MTYzNzcxMzAwMA\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/f5194892-0309-4333-8552-b872803bc65c\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/cda94fc8-b876-4847-890d-8bd4540f3c97\"\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/50adc3e6-5013-4608-9ad7-0a5f2cbb8459\"\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\": \"f5194892-0309-4333-8552-b872803bc65c\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085781\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085781\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/6f112dd5-e109-4e60-93a6-c3a2734139c4\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/a0ab0b21-f991-4eb1-9f7c-f626dac2552f\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:28:20.004665+00:00\",\n \"versionId\": \"MTcwMDIwNjEwMDAwNDY2NTAwMA\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/a05f2188-f5d5-4935-9510-a39ea305239b\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/75e4f991-62b7-43cf-8b34-e66f13773fe7\"\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/0d8efb42-940f-4f6d-9a81-89c6e0389ed4\"\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\": \"a05f2188-f5d5-4935-9510-a39ea305239b\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000213\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000213\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/53dd9a6d-980d-4f12-bb08-cda889b201ec\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/a6587260-b3f3-4829-9af9-2279264a7643\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:28:02.162418+00:00\",\n \"versionId\": \"MTcwMDIwNjA4MjE2MjQxODAwMA\"\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\": \"2022-12-26T13:00:00+00:00\",\n \"whenPrepared\": \"2022-12-26T13:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/7f48278d-0c63-47fd-93ff-f62d62b3af00\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/ff04fd46-a5d4-416d-8b99-cbcaada1ac3a\"\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/0d8efb42-940f-4f6d-9a81-89c6e0389ed4\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"7f48278d-0c63-47fd-93ff-f62d62b3af00\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000213\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000213\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/53dd9a6d-980d-4f12-bb08-cda889b201ec\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/c73a6356-e2f5-4173-bc24-8bfbbfbfe8b8\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:27:31.979053+00:00\",\n \"versionId\": \"MTcwMDIwNjA1MTk3OTA1MzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-27T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-27T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/afa121e3-02b6-46a4-8cef-d74ab0deff2f\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/187d371a-f1ce-4612-8152-b1f75d296342\"\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/987350be-b91e-4acc-afbc-a52395973aca\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"afa121e3-02b6-46a4-8cef-d74ab0deff2f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000079\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000079\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/be109d00-b9b1-48b6-bcd5-82d3e4600dc2\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/07e97021-4f63-49ab-95f9-449ff86b5938\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:27:13.645024+00:00\",\n \"versionId\": \"MTcwMDIwNjAzMzY0NTAyNDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/0b346675-ac5b-4a87-9336-713e8f90e226\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/ffbb2606-e6ac-4af6-99ab-6cca389ad0ab\"\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/0d8efb42-940f-4f6d-9a81-89c6e0389ed4\"\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\": \"0b346675-ac5b-4a87-9336-713e8f90e226\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000213\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000213\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/53dd9a6d-980d-4f12-bb08-cda889b201ec\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/54009ff2-d06c-4815-963d-ed234eec90a8\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:27:04.648189+00:00\",\n \"versionId\": \"MTcwMDIwNjAyNDY0ODE4OTAwMA\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/afe94cbd-5932-449d-a146-c5cb290b0b72\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/01e49dc3-76cb-4f20-bfc3-279325f36f47\"\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/0d8efb42-940f-4f6d-9a81-89c6e0389ed4\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"afe94cbd-5932-449d-a146-c5cb290b0b72\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000213\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000213\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/53dd9a6d-980d-4f12-bb08-cda889b201ec\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/15a5da88-cc6a-45cb-86cf-6e3f77d1585e\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:26:33.581156+00:00\",\n \"versionId\": \"MTcwMDIwNTk5MzU4MTE1NjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-26T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-26T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/58a770a4-2498-42eb-a123-7a3267969db6\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/6f41cdf6-acb7-409c-86af-3e385264dda3\"\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/0d8efb42-940f-4f6d-9a81-89c6e0389ed4\"\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\": \"58a770a4-2498-42eb-a123-7a3267969db6\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000213\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000213\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/53dd9a6d-980d-4f12-bb08-cda889b201ec\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/4c38481b-c1b8-454e-b1ec-bc3291d5389c\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:26:09.455557+00:00\",\n \"versionId\": \"MTcwMDIwNTk2OTQ1NTU1NzAwMA\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/45687ffa-7b31-48eb-954b-faf5d2bf9085\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/49d0e1ed-7687-4b16-9292-393d35930323\"\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/0d8efb42-940f-4f6d-9a81-89c6e0389ed4\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"45687ffa-7b31-48eb-954b-faf5d2bf9085\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000213\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000213\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/53dd9a6d-980d-4f12-bb08-cda889b201ec\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/83f2652d-f9ad-470d-ac5b-29b00e70631c\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:25:32.207114+00:00\",\n \"versionId\": \"MTcwMDIwNTkzMjIwNzExNDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/7300f349-30e6-4480-b0e6-9ca5b3ad148a\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/8bd2ff9a-0976-471a-9709-b03087dbc654\"\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/50adc3e6-5013-4608-9ad7-0a5f2cbb8459\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"7300f349-30e6-4480-b0e6-9ca5b3ad148a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085781\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085781\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/6f112dd5-e109-4e60-93a6-c3a2734139c4\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/ad8eb69a-bb44-48ae-8547-8bd84d227ba2\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:23:49.845460+00:00\",\n \"versionId\": \"MTcwMDIwNTgyOTg0NTQ2MDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-26T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-26T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/812e375a-86d5-4061-a5fc-87cb2ae8086f\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/8d34f457-afc8-467c-be72-48b39f6538fa\"\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/50adc3e6-5013-4608-9ad7-0a5f2cbb8459\"\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\": \"812e375a-86d5-4061-a5fc-87cb2ae8086f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085781\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085781\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/6f112dd5-e109-4e60-93a6-c3a2734139c4\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/fc869a5a-5463-49e6-8588-8bb57723b6c7\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:19:31.449061+00:00\",\n \"versionId\": \"MTcwMDIwNTU3MTQ0OTA2MTAwMA\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/b787c1e3-7890-4d9b-bc9b-dd9f31d4cfc2\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/1f924dc4-b550-473d-b131-331dee6aa17d\"\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/50adc3e6-5013-4608-9ad7-0a5f2cbb8459\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"b787c1e3-7890-4d9b-bc9b-dd9f31d4cfc2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085781\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085781\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/6f112dd5-e109-4e60-93a6-c3a2734139c4\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/1364b2d2-5ea1-4373-aa6c-ff37a35f39fd\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:13:20.138119+00:00\",\n \"versionId\": \"MTcwMDIwNTIwMDEzODExOTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/2de44ff9-df80-4c80-8c46-85b68c954ead\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/ab1ef886-f3f1-4370-b42c-99e12e7b5a4d\"\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/cefcd599-8361-4351-b42c-8d4bcad4da5c\"\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\": \"2de44ff9-df80-4c80-8c46-85b68c954ead\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080004\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080004\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/8fb8fde4-6b76-48bc-98e4-c1e03679ceaa\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/6fc1a97e-1b59-4b46-8407-b3d4f805df4d\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:09:40.179145+00:00\",\n \"versionId\": \"MTcwMDIwNDk4MDE3OTE0NTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/10012572188\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/ab847231-9503-43ee-8b4f-6678da9c792c\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/ba5ad1e2-ae32-4816-9e25-f8561f353df7\"\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/148f863f-5c3a-4fc0-b331-2076de6f48b5\"\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\": \"ab847231-9503-43ee-8b4f-6678da9c792c\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000190\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000190\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/81df61fd-70e5-4b0e-91ea-5ce4ca5eb8a0\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/8878c82f-78ab-47d7-87ae-c4cddf5b3996\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:09:28.503845+00:00\",\n \"versionId\": \"MTcwMDIwNDk2ODUwMzg0NTAwMA\"\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\": \"2022-12-26T13:00:00+00:00\",\n \"whenPrepared\": \"2022-12-26T13:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/70727b40-a331-4e82-a74b-fd1753aeb5b0\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/c734252e-cb76-4c04-b9f3-1b61e82cc852\"\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/148f863f-5c3a-4fc0-b331-2076de6f48b5\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"70727b40-a331-4e82-a74b-fd1753aeb5b0\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000190\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000190\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/81df61fd-70e5-4b0e-91ea-5ce4ca5eb8a0\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/9237c2ab-6861-4a57-b7a5-95a4e30470ba\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:06:19.021607+00:00\",\n \"versionId\": \"MTcwMDIwNDc3OTAyMTYwNzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-27T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-27T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/4f41bb5f-ee5e-4d2b-a3a1-1aefa6222e86\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/a4ad7bdf-75e1-4ea1-b0b1-7b8d3c6c9779\"\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/148f863f-5c3a-4fc0-b331-2076de6f48b5\"\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\": \"4f41bb5f-ee5e-4d2b-a3a1-1aefa6222e86\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000190\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000190\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/81df61fd-70e5-4b0e-91ea-5ce4ca5eb8a0\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/ce165298-f034-4efc-b185-65245eb51e03\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:03:56.100014+00:00\",\n \"versionId\": \"MTcwMDIwNDYzNjEwMDAxNDAwMA\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/e8a9a4f0-932f-4c4f-bf7b-bc28d7386935\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/a1d47db9-b04d-45f3-af82-fdc3eaecd9ee\"\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/148f863f-5c3a-4fc0-b331-2076de6f48b5\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"e8a9a4f0-932f-4c4f-bf7b-bc28d7386935\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000190\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000190\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/81df61fd-70e5-4b0e-91ea-5ce4ca5eb8a0\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/21a32db7-aff4-4d2c-b926-dda1b95ad585\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:02:15.097538+00:00\",\n \"versionId\": \"MTcwMDIwNDUzNTA5NzUzODAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-26T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-26T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/7f0afd27-f706-4759-a473-1ee441658243\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/585608f4-a191-4c91-8fa8-2bb8d1db80c5\"\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/148f863f-5c3a-4fc0-b331-2076de6f48b5\"\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\": \"7f0afd27-f706-4759-a473-1ee441658243\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000190\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000190\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/81df61fd-70e5-4b0e-91ea-5ce4ca5eb8a0\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/f83df239-ea6b-4a8c-a5e4-cc991a75c4c5\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:58:56.942486+00:00\",\n \"versionId\": \"MTcwMDIwNDMzNjk0MjQ4NjAwMA\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/3627ef2c-2d8d-40e4-9910-3d79b7b0170d\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/c078823c-efb1-4962-99e4-d48d91483a6f\"\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/003e7f02-3714-46a0-bb9d-346ff4959c47\"\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\": \"3627ef2c-2d8d-40e4-9910-3d79b7b0170d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080057\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080057\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/cf68e790-6b3f-40f9-8432-ef9748a17fc1\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/1a530876-b2fb-4caa-a6e6-f0792e42957c\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:57:36.690001+00:00\",\n \"versionId\": \"MTcwMDIwNDI1NjY5MDAwMTAwMA\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/2bec16f3-01ef-4414-9ba3-0a795014148b\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/c23828d0-c13f-4b53-a095-5f213ea4349f\"\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/003e7f02-3714-46a0-bb9d-346ff4959c47\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"2bec16f3-01ef-4414-9ba3-0a795014148b\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080057\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080057\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/cf68e790-6b3f-40f9-8432-ef9748a17fc1\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/ee23ec95-fec2-49e8-bda6-09df69fdb940\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:55:14.754048+00:00\",\n \"versionId\": \"MTcwMDIwNDExNDc1NDA0ODAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-26T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-26T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/cff6b548-eac4-41a6-b23a-0ec7fb310378\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/98ea15d8-c679-490f-b294-e4105b1e4fdb\"\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/148f863f-5c3a-4fc0-b331-2076de6f48b5\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"cff6b548-eac4-41a6-b23a-0ec7fb310378\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000190\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000190\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/81df61fd-70e5-4b0e-91ea-5ce4ca5eb8a0\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/9574c9f5-1804-48f0-b56f-c719b9db74a4\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:53:21.405108+00:00\",\n \"versionId\": \"MTcwMDIwNDAwMTQwNTEwODAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/9532d221-0c06-4da4-a263-dd738116194a\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/2da360b8-d271-4231-a96a-3fb50343c274\"\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/003e7f02-3714-46a0-bb9d-346ff4959c47\"\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\": \"9532d221-0c06-4da4-a263-dd738116194a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080057\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080057\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/cf68e790-6b3f-40f9-8432-ef9748a17fc1\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/b9007d77-f216-4393-80a6-75d301ea06e1\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:51:59.932172+00:00\",\n \"versionId\": \"MTcwMDIwMzkxOTkzMjE3MjAwMA\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/5c5195e8-a934-4906-b479-786a5906458a\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/77c3588c-c4ea-4e6b-a496-cf90d968f195\"\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/3fb7d3b3-770a-4f18-bcb2-43b3171f27e4\"\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\": \"5c5195e8-a934-4906-b479-786a5906458a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080042\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080042\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/671ac0ec-97c8-4c29-b3b9-f4e54a19f017\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:51:54.375219+00:00\",\n \"versionId\": \"MTcwMDIwMzkxNDM3NTIxOTAwMA\"\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-17T02:30:00+00:00\",\n \"whenPrepared\": \"2023-11-17T02:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/ffaee837-1e73-4961-b4d7-dabd8f611a94\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/04c3c1e8-4965-4653-801b-0c5e83ca48af\"\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/186ddd40-43eb-4a4d-a126-f338b8afdcb3\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"ffaee837-1e73-4961-b4d7-dabd8f611a94\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/1000063014\",\n \"use\": \"official\",\n \"value\": \"123456789802\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/1000063014\",\n \"use\": \"official\",\n \"value\": \"1234567880-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Kebidanan, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/dad49fb8-5180-4a03-b5de-b43a332a1f12\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/60561736-2156-4d73-ad3e-83e598b847a4\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:49:51.427462+00:00\",\n \"versionId\": \"MTcwMDIwMzc5MTQyNzQ2MjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/f593bc88-2453-42cd-b74a-e70ab5619d90\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/ed60a9ad-5817-482d-ae34-dd59342e0ad0\"\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/003e7f02-3714-46a0-bb9d-346ff4959c47\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"f593bc88-2453-42cd-b74a-e70ab5619d90\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080057\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080057\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/cf68e790-6b3f-40f9-8432-ef9748a17fc1\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/f87c6e4b-fedc-46c8-8274-75e3e8b3fd82\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:49:11.023198+00:00\",\n \"versionId\": \"MTcwMDIwMzc1MTAyMzE5ODAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/dafafaa8-2df8-48f5-b14d-6de9247266dc\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/bfd12e9d-db30-4c90-9fb9-75eb8492c5d3\"\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/6d24ba2a-23c9-48d5-aac7-f77648c97fad\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"dafafaa8-2df8-48f5-b14d-6de9247266dc\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085725\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085725\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/0ca6211e-0c2d-485c-8408-ec6a33de27c0\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/ecc7f93a-e6e1-43e8-b162-2605b77d32c9\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:36:22.389494+00:00\",\n \"versionId\": \"MTcwMDIwMjk4MjM4OTQ5NDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/4908c9b8-3449-4710-a887-df0c62372e49\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/ea579462-1f86-4091-b550-019476851eb6\"\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/9f2f61d5-f618-4276-92b8-1bd64454e314\"\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\": \"4908c9b8-3449-4710-a887-df0c62372e49\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/fd64c4f1-6d4d-428a-a310-dec0db6df121\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/36cb5291-30f6-436c-a1d7-a50395c1935b\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:31:35.007125+00:00\",\n \"versionId\": \"MTcwMDIwMjY5NTAwNzEyNTAwMA\"\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\": \"2022-12-26T13:00:00+00:00\",\n \"whenPrepared\": \"2022-12-26T13:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/6fcd5011-7b62-4b7e-b0d5-fab50c65edd6\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/72346b98-2a4c-40ce-b993-ed8daf5b0397\"\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/3220423d-bdbd-4238-a620-ef725b22b19e\"\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\": \"6fcd5011-7b62-4b7e-b0d5-fab50c65edd6\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/2964faec-ca80-4b7d-a822-d3d80b4de1cf\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/1f001d61-98a8-4546-b489-eb6663f03d42\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:29:21.584697+00:00\",\n \"versionId\": \"MTcwMDIwMjU2MTU4NDY5NzAwMA\"\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\": \"2022-12-26T13:00:00+00:00\",\n \"whenPrepared\": \"2022-12-26T13:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/27da64e3-7578-4b46-a902-f885ab8fb347\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/fc52fbda-4bfa-4670-9c76-eba10175f56e\"\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/9f2f61d5-f618-4276-92b8-1bd64454e314\"\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\": \"27da64e3-7578-4b46-a902-f885ab8fb347\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/fd64c4f1-6d4d-428a-a310-dec0db6df121\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/54bb02f7-4b98-4ec2-851e-6183a83b9733\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:27:43.668485+00:00\",\n \"versionId\": \"MTcwMDIwMjQ2MzY2ODQ4NTAwMA\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/de84d394-03cf-4171-b971-d781941f99d3\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/fd826ce8-c17c-49b5-8951-4f3705293fd7\"\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/3220423d-bdbd-4238-a620-ef725b22b19e\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"de84d394-03cf-4171-b971-d781941f99d3\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/2964faec-ca80-4b7d-a822-d3d80b4de1cf\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/5269ff8a-f821-46b3-8a33-60a62d2e5f61\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:27:31.021613+00:00\",\n \"versionId\": \"MTcwMDIwMjQ1MTAyMTYxMzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-27T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-27T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/c775329a-d5da-4498-b039-618e8a3d0bcd\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/dd02b9b9-a85b-4315-8efd-1770f361b436\"\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/0cd0b406-684f-4f75-b953-99a3db9009b1\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"c775329a-d5da-4498-b039-618e8a3d0bcd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085725\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085725\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/cbfee34a-ce87-49e2-97c9-6eef684e9bed\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/195e27cf-27ef-497d-9a34-5206b084c2d5\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:27:25.108200+00:00\",\n \"versionId\": \"MTcwMDIwMjQ0NTEwODIwMDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/dbd2dfef-abe9-4e41-9d02-401ebf0ce270\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/ed0e9fbe-af8d-44ac-8c28-930402261f43\"\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/30ad0334-4776-448e-8888-eb8d0cb77f86\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"dbd2dfef-abe9-4e41-9d02-401ebf0ce270\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080018\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080018\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/6cdf6a5b-8854-4ac6-8b28-fba8c0cbe51e\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:27:12.008196+00:00\",\n \"versionId\": \"MTcwMDIwMjQzMjAwODE5NjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/b56f01eb-24f8-41a2-92cb-e3981e0e48ae\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/2744f1ae-745d-4e31-98fb-8bc1cd24a011\"\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/986eba2e-1290-4125-8245-44e3f9b3b943\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"b56f01eb-24f8-41a2-92cb-e3981e0e48ae\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000113\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000113\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/28b70e95-1d11-4574-a5de-289e6a27a42e\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/0e6c913b-1fd5-48f2-9c55-383f6f2dc039\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:26:29.494967+00:00\",\n \"versionId\": \"MTcwMDIwMjM4OTQ5NDk2NzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/d2ff1684-e5eb-4275-82a4-0f29a3eb5115\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/19025854-142b-4e6f-90f1-153238739844\"\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/9f2f61d5-f618-4276-92b8-1bd64454e314\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"d2ff1684-e5eb-4275-82a4-0f29a3eb5115\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/fd64c4f1-6d4d-428a-a310-dec0db6df121\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/e6c287fe-f918-4a72-ae47-f15984f7e0a6\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:26:20.172884+00:00\",\n \"versionId\": \"MTcwMDIwMjM4MDE3Mjg4NDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-26T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-26T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/2131c6c5-d069-4512-8f00-13fe669fa74a\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/6852dc4e-7425-4064-b8d2-f77b869e5e14\"\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/aac5f862-6e0c-4e0c-9a23-2376033b3b56\"\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\": \"2131c6c5-d069-4512-8f00-13fe669fa74a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/5614624a-489d-4983-90af-aa7a4bd98e3e\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/c5f93d6a-5e9a-4c4f-a9bd-19fc0eaf4b99\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:25:49.974744+00:00\",\n \"versionId\": \"MTcwMDIwMjM0OTk3NDc0NDAwMA\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/c85e7307-e596-4aaa-8d8b-e95ac8c001b2\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/2ad79da9-24c6-4afc-b4df-38989bc5cd90\"\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/3220423d-bdbd-4238-a620-ef725b22b19e\"\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\": \"c85e7307-e596-4aaa-8d8b-e95ac8c001b2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/2964faec-ca80-4b7d-a822-d3d80b4de1cf\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/cbebb350-32a3-400d-8b3f-58b47309523e\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:25:10.770666+00:00\",\n \"versionId\": \"MTcwMDIwMjMxMDc3MDY2NjAwMA\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/65677d7e-c787-4216-99bd-5be98762b712\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/574055c3-2064-41b4-a1c2-0368f884f006\"\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/9f2f61d5-f618-4276-92b8-1bd64454e314\"\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\": \"65677d7e-c787-4216-99bd-5be98762b712\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/fd64c4f1-6d4d-428a-a310-dec0db6df121\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/733dc4e4-036a-4780-bf7e-c438684afa8c\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:24:26.435968+00:00\",\n \"versionId\": \"MTcwMDIwMjI2NjQzNTk2ODAwMA\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/24e4b29a-0034-4518-a3d6-badf670e022c\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/8b7dfda4-eba1-41fb-92b8-61a36b3e7ecc\"\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/824da883-b9b8-4a86-a7ab-212e27c1f8cb\"\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\": \"24e4b29a-0034-4518-a3d6-badf670e022c\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000201\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000201\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/cfc500f5-c502-494a-8f70-461ea51d4617\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/e6ab431d-e5ed-4eb4-8ba0-14e698e73c59\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:23:45.667048+00:00\",\n \"versionId\": \"MTcwMDIwMjIyNTY2NzA0ODAwMA\"\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\": \"2022-12-26T13:00:00+00:00\",\n \"whenPrepared\": \"2022-12-26T13:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/21d1cceb-f969-4421-adf8-f69cda7021ff\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/d8415501-2635-4d05-96e4-45f8439927b2\"\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/186ddd40-43eb-4a4d-a126-f338b8afdcb3\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"21d1cceb-f969-4421-adf8-f69cda7021ff\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/1000063014\",\n \"use\": \"official\",\n \"value\": \"123456789802\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/1000063014\",\n \"use\": \"official\",\n \"value\": \"1234567880-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Kebidanan, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/dad49fb8-5180-4a03-b5de-b43a332a1f12\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/60561736-2156-4d73-ad3e-83e598b847a4\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:23:05.616322+00:00\",\n \"versionId\": \"MTcwMDIwMjE4NTYxNjMyMjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/b370910a-9748-4814-9919-711a753b9376\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/373a4ad9-cc25-4253-9ac5-3beab1730607\"\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/9f9070db-7ebd-4e4d-a26c-3553d83671f4\"\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\": \"b370910a-9748-4814-9919-711a753b9376\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/99ea8ebf-7745-4883-81ec-1f481547d6eb\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/effa0d93-1364-4b6e-8cb1-b66344204e94\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:23:01.201076+00:00\",\n \"versionId\": \"MTcwMDIwMjE4MTIwMTA3NjAwMA\"\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\": \"2022-12-26T13:00:00+00:00\",\n \"whenPrepared\": \"2022-12-26T13:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/b86c261a-0147-49b1-a420-e2d5fb135d49\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/6af5e0e7-31d3-4463-ba9f-a75f97dc190e\"\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/3220423d-bdbd-4238-a620-ef725b22b19e\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"b86c261a-0147-49b1-a420-e2d5fb135d49\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/2964faec-ca80-4b7d-a822-d3d80b4de1cf\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/8ec617f1-7150-4599-956f-87aca7941cc7\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:22:59.001010+00:00\",\n \"versionId\": \"MTcwMDIwMjE3OTAwMTAxMDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-26T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-26T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/076255b1-66c7-4283-b2dd-f51ee6d80805\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/1907e577-b98f-4034-893d-c51af2d6d6f6\"\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/aac5f862-6e0c-4e0c-9a23-2376033b3b56\"\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\": \"076255b1-66c7-4283-b2dd-f51ee6d80805\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080051\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080051\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/97a58a37-51f3-4adc-a8fa-57d4c8590c6a\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:22:45.354694+00:00\",\n \"versionId\": \"MTcwMDIwMjE2NTM1NDY5NDAwMA\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/756bbfda-9f0e-48ea-8888-0a79c31ec903\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/8a5b7433-6d5e-4b49-9d58-ae33e008ae91\"\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/9f2f61d5-f618-4276-92b8-1bd64454e314\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"756bbfda-9f0e-48ea-8888-0a79c31ec903\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/fd64c4f1-6d4d-428a-a310-dec0db6df121\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/a19fc435-a3c7-44d3-904d-4a0a09d59ac2\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:22:21.865886+00:00\",\n \"versionId\": \"MTcwMDIwMjE0MTg2NTg4NjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/c6683ea3-4273-4b65-bc91-83eb4b258dc9\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/818b7eae-e144-49a2-9177-c8c67bf9ed63\"\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/aac5f862-6e0c-4e0c-9a23-2376033b3b56\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"c6683ea3-4273-4b65-bc91-83eb4b258dc9\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080051\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080051\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/15dd14e4-a9ca-43a8-b724-14fbe716222a\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:22:02.331206+00:00\",\n \"versionId\": \"MTcwMDIwMjEyMjMzMTIwNjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-26T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-26T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/d2f0e0c2-58ac-4772-8cf7-3022afdac9f9\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/58785a7a-38e2-4611-8fdd-589c4f36fcc0\"\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/aac5f862-6e0c-4e0c-9a23-2376033b3b56\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"d2f0e0c2-58ac-4772-8cf7-3022afdac9f9\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/5614624a-489d-4983-90af-aa7a4bd98e3e\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/dfdc83fc-4ed0-44da-bba2-732c2494a50f\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:21:41.753178+00:00\",\n \"versionId\": \"MTcwMDIwMjEwMTc1MzE3ODAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/90d7ecb2-a987-4e8e-acec-fc0fc67b8975\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/67cc3064-3cc5-467f-8b8d-b7ef79720ee0\"\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/043ec230-e478-40af-b85f-a294497fd6a5\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"90d7ecb2-a987-4e8e-acec-fc0fc67b8975\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000187\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000187\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/9a2ec7f0-f597-476b-9538-2133a49cbabb\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:20:35.158041+00:00\",\n \"versionId\": \"MTcwMDIwMjAzNTE1ODA0MTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Aji\",\n \"reference\": \"Practitioner/10009880728\"\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-07T11:30:00+00:00\",\n \"whenPrepared\": \"2023-11-07T11:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/7bacaf6e-52fb-49b1-96b0-3162abc5a75c\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/e9c07f6a-8c66-49ab-9c7a-b9365fb273be\"\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/9f9070db-7ebd-4e4d-a26c-3553d83671f4\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"7bacaf6e-52fb-49b1-96b0-3162abc5a75c\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/99ea8ebf-7745-4883-81ec-1f481547d6eb\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/fdd61afd-aaa1-4aa3-9ef3-3eca9d390b1d\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:19:29.817923+00:00\",\n \"versionId\": \"MTcwMDIwMTk2OTgxNzkyMzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-27T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-27T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/f0fbccb3-b509-4b64-a400-01591df40406\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/daf66fc5-c265-491d-b475-eb25be2c4968\"\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/3220423d-bdbd-4238-a620-ef725b22b19e\"\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\": \"f0fbccb3-b509-4b64-a400-01591df40406\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/2964faec-ca80-4b7d-a822-d3d80b4de1cf\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/73d831e6-5c1a-4a2f-b4bf-3355802c4d32\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:18:04.559843+00:00\",\n \"versionId\": \"MTcwMDIwMTg4NDU1OTg0MzAwMA\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/0c2def66-3972-420a-ae22-8a79a0bca738\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/5c01fb85-3e99-41af-85ca-1fe58e8a9c85\"\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/9f9070db-7ebd-4e4d-a26c-3553d83671f4\"\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\": \"0c2def66-3972-420a-ae22-8a79a0bca738\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/99ea8ebf-7745-4883-81ec-1f481547d6eb\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/8ceb5e7f-acce-432d-abd0-5a4cf278a0c3\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:17:24.309990+00:00\",\n \"versionId\": \"MTcwMDIwMTg0NDMwOTk5MDAwMA\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/8fc7265b-8e26-4d19-8274-47a8749e2eaa\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/d8415501-2635-4d05-96e4-45f8439927b2\"\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/186ddd40-43eb-4a4d-a126-f338b8afdcb3\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"8fc7265b-8e26-4d19-8274-47a8749e2eaa\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/1000063014\",\n \"use\": \"official\",\n \"value\": \"12345678980\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/1000063014\",\n \"use\": \"official\",\n \"value\": \"1234567880-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Kebidanan, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/dad49fb8-5180-4a03-b5de-b43a332a1f12\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/60561736-2156-4d73-ad3e-83e598b847a4\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:16:21.611940+00:00\",\n \"versionId\": \"MTcwMDIwMTc4MTYxMTk0MDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/c6a63172-9d2e-4c56-ab4f-c6a644b29a90\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/96bf115e-571d-45d7-8763-6e1ba2c02510\"\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/9f9070db-7ebd-4e4d-a26c-3553d83671f4\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"c6a63172-9d2e-4c56-ab4f-c6a644b29a90\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/99ea8ebf-7745-4883-81ec-1f481547d6eb\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/3342aecc-2eeb-4602-a036-3aaf652f19e1\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:15:38.268515+00:00\",\n \"versionId\": \"MTcwMDIwMTczODI2ODUxNTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-26T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-26T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/952de392-4679-4c15-809c-ec44dfbcbd20\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/00e25f16-332b-4a80-b99f-1e505c10b6ad\"\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/3220423d-bdbd-4238-a620-ef725b22b19e\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"952de392-4679-4c15-809c-ec44dfbcbd20\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/2964faec-ca80-4b7d-a822-d3d80b4de1cf\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/8c116b8e-b11c-4dbd-beb8-38808c8cd67b\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:14:24.983109+00:00\",\n \"versionId\": \"MTcwMDIwMTY2NDk4MzEwOTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n }\n ],\n \"link\": [\n {\n \"relation\": \"search\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/?subject=100000030015\"\n },\n {\n \"relation\": \"next\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/?subject=100000030015&_page_token=ASFxomoxJ_UB7JVTmpg-0FoHu9xHJqwskTsQKQbVynF15Zq9IW7q491FJ7jZhCwvd4tq_G_D3eYJHIJLzFW_PU0zPLF-vr6uco7G2eeg_IGpFbS2caCShM7DpoD2SBoDccNkXs3wZbwIMEhqk6b_X8al1LCM_BVB9wFAyaH6301ptVrmsrQ5ArFqLLxEZQ4UQuStz5CitKynaMjjOD-XiZOL76bbTIUlpz0eaNE%3D\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/?subject=100000030015\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/?subject=100000030015\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 100,\n \"type\": \"searchset\"\n}" }, { "name": "MedicationDispense - Search by Subject", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/MedicationDispense?subject={{Patient_id}}", "host": [ "{{base_url}}" ], "path": [ "MedicationDispense" ], "query": [ { "key": "subject", "value": "{{Patient_id}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 03:53:47 GMT" }, { "key": "Content-Length", "value": "1005202" }, { "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": "9fa225c4-0248-403d-948f-967a6724c380" }, { "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/MedicationDispense/5eef3d49-0eb6-499f-9cff-229b6d05c315\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/b5292671-89f6-477b-924c-322976f328f4\"\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/a6134895-372d-43db-a5b5-4989aef4068b\"\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 tablet 1 hari\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"Tablet\",\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 tablet 1 hari\",\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 tablet 1 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"5eef3d49-0eb6-499f-9cff-229b6d05c315\",\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\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"reference\": \"Location/ad730bf5-784f-48b9-a609-7d9c9bc29a40\"\n },\n \"medicationReference\": {\n \"reference\": \"Medication/37edb1d7-aafe-4443-b1a4-af1d24bf9100\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-18T22:02:57.382211+00:00\",\n \"versionId\": \"MTcxMDc5OTM3NzM4MjIxMTAwMA\"\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 \"unit\": \"Tablet\",\n \"value\": 1\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-03-02T04:40:00+00:00\",\n \"whenPrepared\": \"2023-03-02T04:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/112cb62c-f8bc-453d-a52c-ef497f7690b8\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/cfdf9ceb-ec3d-40ef-960c-11f93dbe9e62\"\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/33446e60-8548-4ab9-9aa8-3d23373a3eb9\"\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"112cb62c-f8bc-453d-a52c-ef497f7690b8\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/beb8eba4-00a8-4e1c-8a18-f8df40d80ba6\",\n \"use\": \"official\",\n \"value\": \"TX_NBAE1Y30DJ4A\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/beb8eba4-00a8-4e1c-8a18-f8df40d80ba6\",\n \"use\": \"official\",\n \"value\": \"TX_COA4LCUXK6XO\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang 1B IGD Rsk Mojowarno\",\n \"reference\": \"Location/24c5642f-14d7-4302-b7a9-98873f765b77\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/fc24769c-ba3e-448e-bf50-449eae66b631\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-02-15T02:20:32.571872+00:00\",\n \"versionId\": \"MTcwNzk2MzYzMjU3MTg3MjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/4e31dc32-c9e5-4809-a586-973b34567bec\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/0ece70e7-47a1-4c9a-833e-4c0489b29eb6\"\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/07d491f2-a56a-4fe3-bbf9-fe52966d46de\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"4e31dc32-c9e5-4809-a586-973b34567bec\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000002\",\n \"use\": \"official\",\n \"value\": \"DK12345678900889917\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000002\",\n \"use\": \"official\",\n \"value\": \"DK12345678899917-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Kebidanan, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/dad49fb8-5180-4a03-b5de-b43a332a1f12\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/36288009-bdad-4b8c-bdf5-a8bfcc990f13\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-24T06:57:28.944449+00:00\",\n \"versionId\": \"MTcwNjA3OTQ0ODk0NDQ0OTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/e8d6ef7b-3ed6-42d9-80d4-51f897f37e2c\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"urn:uuid:78c5d8d1-e3bf-4ff1-bf3c-6aa564336ee7\"\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/5e2b45fd-4777-45f7-88c4-b6b86245d71f\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"e8d6ef7b-3ed6-42d9-80d4-51f897f37e2c\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"VITAMIN B6 25 mg TABLET (Umum)\",\n \"reference\": \"urn:uuid:db07896f-ede8-48fa-9bf0-e99941a6a375\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-11T01:46:14.482290+00:00\",\n \"versionId\": \"MTcwNDkzNzU3NDQ4MjI5MDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-03-29T14:30:00+00:00\",\n \"whenPrepared\": \"2023-03-29T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/c53df2b9-2562-4102-9bf3-bd477260f385\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"urn:uuid:c6a79ce0-b2da-4b00-8f41-60187b839db3\"\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/5e2b45fd-4777-45f7-88c4-b6b86245d71f\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"c53df2b9-2562-4102-9bf3-bd477260f385\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"VITAMIN B6 25 mg TABLET (Umum)\",\n \"reference\": \"urn:uuid:d25201d0-d6de-483a-98f3-6dc43fc3efc4\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-11T01:46:14.482290+00:00\",\n \"versionId\": \"MTcwNDkzNzU3NDQ4MjI5MDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-03-30T14:30:00+00:00\",\n \"whenPrepared\": \"2023-03-30T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/c5c9ebd9-6470-41e4-925c-27570633326b\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"urn:uuid:b5d747e8-4b4f-43cc-be06-6d207cacc332\"\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/5e2b45fd-4777-45f7-88c4-b6b86245d71f\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"c5c9ebd9-6470-41e4-925c-27570633326b\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"VITAMIN B6 25 mg TABLET (Umum)\",\n \"reference\": \"urn:uuid:76d67b9f-2831-4000-b974-4e32bb1b9a04\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-11T01:46:14.482290+00:00\",\n \"versionId\": \"MTcwNDkzNzU3NDQ4MjI5MDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-03-27T14:30:00+00:00\",\n \"whenPrepared\": \"2023-03-27T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/8bd3e7d1-2ece-497d-a509-56a2e1f77f3a\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/6954eff2-e64c-4d62-9614-5f636078a867\"\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/5bc05f8a-fba4-4b1b-8a36-a31ba3b3cdce\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"8bd3e7d1-2ece-497d-a509-56a2e1f77f3a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"Amlodipine Besilate 5 mg Tablet (HOLI PHARMA)\",\n \"reference\": \"Medication/e1d92ee4-acf3-4e1b-9a0f-d915bd461d89\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-10T00:40:06.098681+00:00\",\n \"versionId\": \"MTcwNDg0NzIwNjA5ODY4MTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-01-23T18:00:00+00:00\",\n \"whenPrepared\": \"2022-01-23T18:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/5520db12-294a-44ec-9e60-fa34647dcf3f\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"urn:uuid:62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\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/20e57ad2-0c5f-4187-b1c2-06cf34be76b6\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"1 kapsul setiap 8 jam untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\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 kapsul setiap 8 jam untuk 7 hari mulai tanggal 9 September 2023\",\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 kapsul setiap 8 jam untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 8,\n \"periodUnit\": \"h\"\n }\n }\n }\n ],\n \"id\": \"5520db12-294a-44ec-9e60-fa34647dcf3f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000002\",\n \"use\": \"official\",\n \"value\": \"KK123456788999\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000002\",\n \"use\": \"official\",\n \"value\": \"KK123456788999-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/13e1ed8e-3271-4396-b287-4abbacb5eb85\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/2d9a76ea-62eb-4032-a83e-421073430891\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-09T10:41:02.822247+00:00\",\n \"versionId\": \"MTcwNDc5Njg2MjgyMjI0NzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/07100b31-e49b-41de-9a4c-91823d183e51\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"urn:uuid:62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\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/2d8385f3-ecfb-4cf3-8bb7-474cb4f41438\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\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\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\",\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\": \"3 kapsul setiap hari untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"07100b31-e49b-41de-9a4c-91823d183e51\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000002\",\n \"use\": \"official\",\n \"value\": \"NK123456788999\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000002\",\n \"use\": \"official\",\n \"value\": \"NK123456788999-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/13e1ed8e-3271-4396-b287-4abbacb5eb85\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/c856fe2a-7661-41c9-b46c-b023dfd3fc54\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-09T06:42:06.953832+00:00\",\n \"versionId\": \"MTcwNDc4MjUyNjk1MzgzMjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/b229b665-fb2e-4698-a2f6-a50b64592504\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"urn:uuid:62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\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/21c363c0-7223-4213-875e-066734374aa2\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\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\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\",\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\": \"3 kapsul setiap hari untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"b229b665-fb2e-4698-a2f6-a50b64592504\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000002\",\n \"use\": \"official\",\n \"value\": \"XC123456788999\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000002\",\n \"use\": \"official\",\n \"value\": \"XC123456788999-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/13e1ed8e-3271-4396-b287-4abbacb5eb85\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/691ad51b-b64f-40d1-9028-643c5a56afd7\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T08:19:17.910114+00:00\",\n \"versionId\": \"MTcwNDQ0Mjc1NzkxMDExNDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/09b81487-9718-4b7c-8991-e1cec3c2fc47\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\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/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\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\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\",\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\": \"3 kapsul setiap hari untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"09b81487-9718-4b7c-8991-e1cec3c2fc47\",\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\": \"123456788-2\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/13e1ed8e-3271-4396-b287-4abbacb5eb85\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/3ae9e76b-07c5-4297-9278-c0d4903142cc\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T08:18:02.450214+00:00\",\n \"versionId\": \"MTcwNDQ0MjY4MjQ1MDIxNDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/0e0a34d6-852f-4978-b697-261aef3ecc07\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"urn:uuid:62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\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/18417488-8ca9-40d5-af4e-1ec5653dbf81\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\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\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\",\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\": \"3 kapsul setiap hari untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"0e0a34d6-852f-4978-b697-261aef3ecc07\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"XC123456788999\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"XC123456788999-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/e2ff4f47-5723-46e6-b5bf-21b72eb24438\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/45730ae2-a06f-4f07-bb63-e5e7418547ff\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-28T15:07:21.602523+00:00\",\n \"versionId\": \"MTcwMzc3NjA0MTYwMjUyMzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/4e11c698-93b0-442b-9f2c-13810f60c5cc\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"urn:uuid:62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\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/90fd78ed-24aa-43b9-b8ba-50692b47c963\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\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\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\",\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\": \"3 kapsul setiap hari untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"4e11c698-93b0-442b-9f2c-13810f60c5cc\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"VK123456788999\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"VK123456788999-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/e2ff4f47-5723-46e6-b5bf-21b72eb24438\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/9a4cc93d-f7ce-4832-bfa7-08275fe35746\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-28T15:03:35.982705+00:00\",\n \"versionId\": \"MTcwMzc3NTgxNTk4MjcwNTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/355d1933-0957-4592-b225-351876d596a1\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/a67e1c64-3c4b-4ad8-9c87-21273c4b77b6\"\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/668a4d56-78de-48c0-a585-f88a22edc749\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"355d1933-0957-4592-b225-351876d596a1\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"TA12345678900889917\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"TA12345678899917-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Kebidanan, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/dad49fb8-5180-4a03-b5de-b43a332a1f12\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/b81833c2-5961-47a2-ad02-af848b708786\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-14T07:24:44.323285+00:00\",\n \"versionId\": \"MTcwMjUzODY4NDMyMzI4NTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/a0c4c76e-e502-43fc-a9b5-fc975b7c9622\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/e804d693-698f-45d1-a806-efac323d68dc\"\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/4531e809-1db3-4728-90c3-5c92ecd803a4\"\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\": \"a0c4c76e-e502-43fc-a9b5-fc975b7c9622\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"24877772\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\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/e00a3d08-ee33-4ced-b9c4-321b2d01a3ea\"\n },\n \"medicationReference\": {\n \"reference\": \"Medication/a32433c8-5fee-46a2-ad59-d4f6f869efb7\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-14T07:21:40.206390+00:00\",\n \"versionId\": \"MTcwMjUzODUwMDIwNjM5MDAwMA\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/35d5a24a-25e6-49a1-b618-bbad76209cf7\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"urn:uuid:62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\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/fa1bc24b-139f-4e8d-89e3-cb9c68233a67\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\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\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\",\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\": \"3 kapsul setiap hari untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"35d5a24a-25e6-49a1-b618-bbad76209cf7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"XK123456788999\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"XK123456788999-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/e2ff4f47-5723-46e6-b5bf-21b72eb24438\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/98d03b48-c262-4ee7-97f4-7aeceee90a84\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-13T07:36:50.273022+00:00\",\n \"versionId\": \"MTcwMjQ1MzAxMDI3MzAyMjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/d3ff75c7-c54c-4b6f-a46d-89a15e17d99a\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\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/d6ccb430-2510-4955-885b-332a0bbef7b1\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\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\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\",\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\": \"3 kapsul setiap hari untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"d3ff75c7-c54c-4b6f-a46d-89a15e17d99a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/03419ffc-eb27-4c01-bb19-699e44a056c3\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/3ae9e76b-07c5-4297-9278-c0d4903142cc\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-12T06:46:25.891508+00:00\",\n \"versionId\": \"MTcwMjM2MzU4NTg5MTUwODAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/f4790e3e-7832-47ee-9169-60111d81cb09\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\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/d6ccb430-2510-4955-885b-332a0bbef7b1\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\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\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\",\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\": \"3 kapsul setiap hari untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"f4790e3e-7832-47ee-9169-60111d81cb09\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/03419ffc-eb27-4c01-bb19-699e44a056c3\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/c7de136c-d093-4b84-b74e-7c5a580cdbc5\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-11T07:08:52.280021+00:00\",\n \"versionId\": \"MTcwMjI3ODUzMjI4MDAyMTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/16ecb336-ae1f-4090-b849-66a523d60ff6\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\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/d6ccb430-2510-4955-885b-332a0bbef7b1\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\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\": \"3 kapsul setiap hari untuk 7 hari mulai tanggal 9 September 2023\",\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\": \"3 kapsul setiap hari untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"16ecb336-ae1f-4090-b849-66a523d60ff6\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/03419ffc-eb27-4c01-bb19-699e44a056c3\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/c7de136c-d093-4b84-b74e-7c5a580cdbc5\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-11T07:07:07.275203+00:00\",\n \"versionId\": \"MTcwMjI3ODQyNzI3NTIwMzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T20:25:00+00:00\",\n \"whenPrepared\": \"2023-09-09T20:20:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/c00ba810-8d58-4556-ba32-5653655f1894\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/cfdf9ceb-ec3d-40ef-960c-11f93dbe9e62\"\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/33446e60-8548-4ab9-9aa8-3d23373a3eb9\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"c00ba810-8d58-4556-ba32-5653655f1894\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/beb8eba4-00a8-4e1c-8a18-f8df40d80ba6\",\n \"use\": \"official\",\n \"value\": \"TX_Y4VZ16FITELP\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/beb8eba4-00a8-4e1c-8a18-f8df40d80ba6\",\n \"use\": \"official\",\n \"value\": \"TX_86O7WLJEQRQ4\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang 1B IGD Rsk Mojowarno\",\n \"reference\": \"Location/24c5642f-14d7-4302-b7a9-98873f765b77\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/74fc9c78-e45e-479a-aa92-a1f7421c7910\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-05T02:24:52.009962+00:00\",\n \"versionId\": \"MTcwMTc0MzA5MjAwOTk2MjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/6791da5e-a322-4e18-8a37-e6cfa21977d0\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/cfdf9ceb-ec3d-40ef-960c-11f93dbe9e62\"\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/33446e60-8548-4ab9-9aa8-3d23373a3eb9\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"6791da5e-a322-4e18-8a37-e6cfa21977d0\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/beb8eba4-00a8-4e1c-8a18-f8df40d80ba6\",\n \"use\": \"official\",\n \"value\": \"TX_OF301Y43BHCW\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/beb8eba4-00a8-4e1c-8a18-f8df40d80ba6\",\n \"use\": \"official\",\n \"value\": \"TX_CYQQFPW9RXYU\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang 1B IGD Rsk Mojowarno\",\n \"reference\": \"Location/24c5642f-14d7-4302-b7a9-98873f765b77\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/68834c45-47ea-4e2c-bd65-9217ad9e17c2\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-05T02:23:46.319630+00:00\",\n \"versionId\": \"MTcwMTc0MzAyNjMxOTYzMDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/9ff1ee2c-33e3-4e46-a4f9-9f8cb8fc0e4d\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/1befb195-f833-449b-b93a-9b20a694bd40\"\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/cc0d7c08-c05c-4736-8a04-cd38b4ba18ea\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"9ff1ee2c-33e3-4e46-a4f9-9f8cb8fc0e4d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"TB12345678900889917\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"TB12345678899917-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Kebidanan, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/dad49fb8-5180-4a03-b5de-b43a332a1f12\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/24736471-ba18-4aba-8a5a-4b8fa9f5f80c\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-04T02:34:46.134988+00:00\",\n \"versionId\": \"MTcwMTY1NzI4NjEzNDk4ODAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/5956a5b7-bf69-4271-bf25-a663c0c7840b\",\n \"resource\": {\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/427d89c7-9240-4eca-8bc8-7273df215f57\"\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/10085103\",\n \"use\": \"official\",\n \"value\": \"266277773\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/c217feea-e971-44bf-8f05-6c2222cdea55\",\n \"resource\": {\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/427d89c7-9240-4eca-8bc8-7273df215f57\"\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/10085103\",\n \"use\": \"official\",\n \"value\": \"24877770\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/7b91fc9d-9ec6-456e-b7e2-a7ef4a304f67\",\n \"resource\": {\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/427d89c7-9240-4eca-8bc8-7273df215f57\"\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/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/dd73164e-3e5e-485d-803c-192e37bdcecc\",\n \"resource\": {\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/d76048f5-82e3-4f97-9bda-3b98ecde93f8\"\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/10085103\",\n \"use\": \"official\",\n \"value\": \"24877772\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/66e057f5-b201-46cd-9bf0-084c9e46fe0e\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/a1539778-97bb-41ac-8161-29c7797045bf\"\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/dbedcdcb-c2e7-4e06-8161-72a8d126f49f\"\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\": \"66e057f5-b201-46cd-9bf0-084c9e46fe0e\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"266277773\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"266277773-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/c03b6022-40ae-40df-a507-0bc0f85a0c09\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-20T09:24:47.326560+00:00\",\n \"versionId\": \"MTcwMDQ3MjI4NzMyNjU2MDAwMA\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/66cdfbb3-d288-42f1-9f81-99e3b3e075f7\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/399adef9-4eee-4d36-b969-3e86d89eb5e7\"\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/dbedcdcb-c2e7-4e06-8161-72a8d126f49f\"\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\": \"66cdfbb3-d288-42f1-9f81-99e3b3e075f7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"24877770\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\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-11-20T08:59:42.265182+00:00\",\n \"versionId\": \"MTcwMDQ3MDc4MjI2NTE4MjAwMA\"\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-17T08:00:00+00:00\",\n \"whenPrepared\": \"2023-11-17T08:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/a4306dd1-76b2-4588-a7dd-901ad469822f\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/91cf10cb-1121-42da-9b16-c72af43f3f74\"\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/dbedcdcb-c2e7-4e06-8161-72a8d126f49f\"\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\": \"a4306dd1-76b2-4588-a7dd-901ad469822f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789-3\"\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 \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/edb90a2c-ef7a-4c5c-ac48-f3b5401ed309\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-20T08:39:17.671738+00:00\",\n \"versionId\": \"MTcwMDQ2OTU1NzY3MTczODAwMA\"\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:55:00+00:00\",\n \"whenPrepared\": \"2023-11-17T07:55:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/6772053b-7cbf-43e2-81cb-cae54d2b3be5\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/a83c9cc2-b572-44ce-98ae-16c24ce0fb52\"\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/dbedcdcb-c2e7-4e06-8161-72a8d126f49f\"\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\": \"6772053b-7cbf-43e2-81cb-cae54d2b3be5\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789-3\"\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 \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/edb90a2c-ef7a-4c5c-ac48-f3b5401ed309\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-20T07:58:43.340720+00:00\",\n \"versionId\": \"MTcwMDQ2NzEyMzM0MDcyMDAwMA\"\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:55:00+00:00\",\n \"whenPrepared\": \"2023-11-17T07:55:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/f10dafea-4a8c-4318-a264-096b62e69ccb\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/1f4680ce-441c-4898-b72d-df090a8537a1\"\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/50343b50-10ca-4822-98b1-24157272455c\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"f10dafea-4a8c-4318-a264-096b62e69ccb\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/907b18a4-0b3b-4147-bcb3-fb4d9d9c22e7\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T09:34:05.983344+00:00\",\n \"versionId\": \"MTcwMDIxMzY0NTk4MzM0NDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/2e86bbb7-f523-40a1-8fb7-0957362196cb\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/6954eff2-e64c-4d62-9614-5f636078a867\"\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/50343b50-10ca-4822-98b1-24157272455c\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"2e86bbb7-f523-40a1-8fb7-0957362196cb\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/907b18a4-0b3b-4147-bcb3-fb4d9d9c22e7\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T09:33:26.706188+00:00\",\n \"versionId\": \"MTcwMDIxMzYwNjcwNjE4ODAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/5a4e189b-075e-4352-8f74-92d466dde169\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/540ef5f3-8832-415e-a84b-27dd5a6b0ac9\"\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/1745a68c-a1a1-4825-95ec-d409e0ace0b6\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"5a4e189b-075e-4352-8f74-92d466dde169\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080043\",\n \"use\": \"official\",\n \"value\": \"12345678980\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080043\",\n \"use\": \"official\",\n \"value\": \"1234567880-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Kebidanan, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/dad49fb8-5180-4a03-b5de-b43a332a1f12\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/46b7bfd5-206e-4afd-9ac5-fec0ee39d239\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T08:49:23.082534+00:00\",\n \"versionId\": \"MTcwMDIxMDk2MzA4MjUzNDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/1f70400a-9f43-43cb-a944-cead897a891f\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/55137990-efc1-45c6-8553-3e5076fa15da\"\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/fb4d1631-ed66-4a89-a9de-0f6c7e66b957\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"1f70400a-9f43-43cb-a944-cead897a891f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080043\",\n \"use\": \"official\",\n \"value\": \"12345678980\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080043\",\n \"use\": \"official\",\n \"value\": \"1234567880-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Kebidanan, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/dad49fb8-5180-4a03-b5de-b43a332a1f12\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/dd25c48d-2a1a-4726-a4e9-1f99e34e739f\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T08:33:47.189830+00:00\",\n \"versionId\": \"MTcwMDIxMDAyNzE4OTgzMDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/7c456507-6a12-43ae-964b-ad5601ef8e2b\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/d8415501-2635-4d05-96e4-45f8439927b2\"\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/fb4d1631-ed66-4a89-a9de-0f6c7e66b957\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"7c456507-6a12-43ae-964b-ad5601ef8e2b\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080043\",\n \"use\": \"official\",\n \"value\": \"12345678980\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080043\",\n \"use\": \"official\",\n \"value\": \"1234567880-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Kebidanan, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/dad49fb8-5180-4a03-b5de-b43a332a1f12\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/2076e09a-20a9-4e1e-99d5-56b180d5442e\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T08:28:08.000593+00:00\",\n \"versionId\": \"MTcwMDIwOTY4ODAwMDU5MzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/b4d6f6be-abaf-476d-9741-43c33beac7b2\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/d8415501-2635-4d05-96e4-45f8439927b2\"\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/fb4d1631-ed66-4a89-a9de-0f6c7e66b957\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"b4d6f6be-abaf-476d-9741-43c33beac7b2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080043\",\n \"use\": \"official\",\n \"value\": \"12345678980\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080043\",\n \"use\": \"official\",\n \"value\": \"1234567880-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Kebidanan, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/dad49fb8-5180-4a03-b5de-b43a332a1f12\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/60561736-2156-4d73-ad3e-83e598b847a4\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T08:24:51.996717+00:00\",\n \"versionId\": \"MTcwMDIwOTQ5MTk5NjcxNzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/4438d81a-9102-4872-9672-c2b5138dbf90\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/fd0b101f-d5d1-4627-a8bd-ab392cefaf86\"\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/d3a533fd-f60e-4a3a-8b55-afd6369a60f0\"\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\": \"4438d81a-9102-4872-9672-c2b5138dbf90\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080031\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080031\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/5e29fe45-1c43-49ec-b506-c6f1b57ee32b\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/b386692e-4aae-48dd-9d2c-c324d9147cf2\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T08:01:09.597444+00:00\",\n \"versionId\": \"MTcwMDIwODA2OTU5NzQ0NDAwMA\"\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\": \"2022-12-26T13:00:00+00:00\",\n \"whenPrepared\": \"2022-12-26T13:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/a0c752be-9388-4f39-8f27-310844ad615b\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/22442236-7774-42c5-a7cd-5a47bc0b0794\"\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/d3a533fd-f60e-4a3a-8b55-afd6369a60f0\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"a0c752be-9388-4f39-8f27-310844ad615b\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080031\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080031\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/5e29fe45-1c43-49ec-b506-c6f1b57ee32b\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/b386692e-4aae-48dd-9d2c-c324d9147cf2\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:58:22.594257+00:00\",\n \"versionId\": \"MTcwMDIwNzkwMjU5NDI1NzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-27T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-27T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/f02fc546-705f-4ca0-9a45-1d1092b0eee7\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/56f1fda7-b246-45c6-a322-f89adffb17d2\"\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/d3a533fd-f60e-4a3a-8b55-afd6369a60f0\"\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\": \"f02fc546-705f-4ca0-9a45-1d1092b0eee7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080031\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080031\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/5e29fe45-1c43-49ec-b506-c6f1b57ee32b\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/5ab60d05-90f6-4a67-b027-68b103c04634\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:55:30.869768+00:00\",\n \"versionId\": \"MTcwMDIwNzczMDg2OTc2ODAwMA\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/416f2ae5-0ff5-48ed-be76-f3c2c214e428\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/989bfbe0-ea03-479c-8053-45ed64181652\"\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/d3a533fd-f60e-4a3a-8b55-afd6369a60f0\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"416f2ae5-0ff5-48ed-be76-f3c2c214e428\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080031\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080031\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/5e29fe45-1c43-49ec-b506-c6f1b57ee32b\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/0c5cccce-2f0b-40d2-8fd7-2eb87909de92\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:53:05.620049+00:00\",\n \"versionId\": \"MTcwMDIwNzU4NTYyMDA0OTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-26T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-26T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/5f245a73-d06f-470d-aa5e-c0df38346aad\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/80dda15e-6e3d-4ef8-8178-56c543a9a80d\"\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/d3a533fd-f60e-4a3a-8b55-afd6369a60f0\"\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\": \"5f245a73-d06f-470d-aa5e-c0df38346aad\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080031\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080031\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/5e29fe45-1c43-49ec-b506-c6f1b57ee32b\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/099f77f6-2a8a-469f-a2f7-72dff6e5683d\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:50:19.820723+00:00\",\n \"versionId\": \"MTcwMDIwNzQxOTgyMDcyMzAwMA\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/e084c85f-b3e0-46ac-bb13-8863542ee18a\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/bfd5c71c-c19f-4913-8d58-04cf1cf0fbd3\"\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/d3a533fd-f60e-4a3a-8b55-afd6369a60f0\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"e084c85f-b3e0-46ac-bb13-8863542ee18a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080031\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080031\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/5e29fe45-1c43-49ec-b506-c6f1b57ee32b\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/e339b321-16a5-4388-83f8-189a69ec9a43\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:45:58.916738+00:00\",\n \"versionId\": \"MTcwMDIwNzE1ODkxNjczODAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/2b174cac-1b68-4d11-b26c-b7e90f060599\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/5faa5090-56fe-4925-a0ec-b8b1d4739ecf\"\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/987350be-b91e-4acc-afbc-a52395973aca\"\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\": \"2b174cac-1b68-4d11-b26c-b7e90f060599\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000079\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000079\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/be109d00-b9b1-48b6-bcd5-82d3e4600dc2\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/c8015f66-a9ce-4d7f-8885-a5caf5b7512f\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:37:10.202832+00:00\",\n \"versionId\": \"MTcwMDIwNjYzMDIwMjgzMjAwMA\"\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\": \"2022-12-26T13:00:00+00:00\",\n \"whenPrepared\": \"2022-12-26T13:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/5831d88f-7199-4e90-bc9d-adceb475065e\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/a365d8a1-cb70-4c85-9364-f206651e9441\"\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/50adc3e6-5013-4608-9ad7-0a5f2cbb8459\"\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\": \"5831d88f-7199-4e90-bc9d-adceb475065e\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085781\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085781\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/6f112dd5-e109-4e60-93a6-c3a2734139c4\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/46d25726-5613-48ac-ab5f-1016accaee1e\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:36:09.814595+00:00\",\n \"versionId\": \"MTcwMDIwNjU2OTgxNDU5NTAwMA\"\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\": \"2022-12-26T13:00:00+00:00\",\n \"whenPrepared\": \"2022-12-26T13:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/0e74cd7f-4590-4876-87b0-2a664cbb06d9\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/6b0b9b0e-723d-4db2-b986-1e16c23024c8\"\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/987350be-b91e-4acc-afbc-a52395973aca\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"0e74cd7f-4590-4876-87b0-2a664cbb06d9\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000079\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000079\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/be109d00-b9b1-48b6-bcd5-82d3e4600dc2\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/3ab9009d-ba0a-41e8-b5da-2083a3bc1228\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:36:00.517454+00:00\",\n \"versionId\": \"MTcwMDIwNjU2MDUxNzQ1NDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-27T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-27T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/86b8102e-aef7-4c3a-86a5-03cced3574e7\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/e9f72ec9-2ea5-4819-a95b-5f4868a62e2b\"\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/987350be-b91e-4acc-afbc-a52395973aca\"\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\": \"86b8102e-aef7-4c3a-86a5-03cced3574e7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000079\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000079\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/be109d00-b9b1-48b6-bcd5-82d3e4600dc2\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/97a58a37-51f3-4adc-a8fa-57d4c8590c6a\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:34:24.114035+00:00\",\n \"versionId\": \"MTcwMDIwNjQ2NDExNDAzNTAwMA\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/74ed40b4-ef14-45c6-b5a8-b6c0efb19006\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/36a95b49-c08c-4cf2-b294-f8d78234e54e\"\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/50adc3e6-5013-4608-9ad7-0a5f2cbb8459\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"74ed40b4-ef14-45c6-b5a8-b6c0efb19006\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085781\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085781\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/6f112dd5-e109-4e60-93a6-c3a2734139c4\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/2bec8edd-9961-435d-952f-215245b82843\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:32:59.588179+00:00\",\n \"versionId\": \"MTcwMDIwNjM3OTU4ODE3OTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-27T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-27T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/5e5acf6d-203e-4482-bcbd-0f8d579f8d70\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/e9f72ec9-2ea5-4819-a95b-5f4868a62e2b\"\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/987350be-b91e-4acc-afbc-a52395973aca\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"5e5acf6d-203e-4482-bcbd-0f8d579f8d70\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000079\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000079\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/be109d00-b9b1-48b6-bcd5-82d3e4600dc2\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/15dd14e4-a9ca-43a8-b724-14fbe716222a\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:32:44.271211+00:00\",\n \"versionId\": \"MTcwMDIwNjM2NDI3MTIxMTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-26T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-26T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/c93c6014-bf3d-455d-ac3e-bed4b8ca37bc\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/ff96708e-d713-4e47-9768-2cc80a18dac6\"\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/987350be-b91e-4acc-afbc-a52395973aca\"\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\": \"c93c6014-bf3d-455d-ac3e-bed4b8ca37bc\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000079\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000079\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/be109d00-b9b1-48b6-bcd5-82d3e4600dc2\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/a27fec2d-2415-42b4-9b81-96557a633d74\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:31:21.637713+00:00\",\n \"versionId\": \"MTcwMDIwNjI4MTYzNzcxMzAwMA\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/f5194892-0309-4333-8552-b872803bc65c\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/cda94fc8-b876-4847-890d-8bd4540f3c97\"\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/50adc3e6-5013-4608-9ad7-0a5f2cbb8459\"\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\": \"f5194892-0309-4333-8552-b872803bc65c\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085781\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085781\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/6f112dd5-e109-4e60-93a6-c3a2734139c4\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/a0ab0b21-f991-4eb1-9f7c-f626dac2552f\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:28:20.004665+00:00\",\n \"versionId\": \"MTcwMDIwNjEwMDAwNDY2NTAwMA\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/a05f2188-f5d5-4935-9510-a39ea305239b\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/75e4f991-62b7-43cf-8b34-e66f13773fe7\"\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/0d8efb42-940f-4f6d-9a81-89c6e0389ed4\"\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\": \"a05f2188-f5d5-4935-9510-a39ea305239b\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000213\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000213\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/53dd9a6d-980d-4f12-bb08-cda889b201ec\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/a6587260-b3f3-4829-9af9-2279264a7643\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:28:02.162418+00:00\",\n \"versionId\": \"MTcwMDIwNjA4MjE2MjQxODAwMA\"\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\": \"2022-12-26T13:00:00+00:00\",\n \"whenPrepared\": \"2022-12-26T13:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/7f48278d-0c63-47fd-93ff-f62d62b3af00\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/ff04fd46-a5d4-416d-8b99-cbcaada1ac3a\"\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/0d8efb42-940f-4f6d-9a81-89c6e0389ed4\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"7f48278d-0c63-47fd-93ff-f62d62b3af00\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000213\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000213\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/53dd9a6d-980d-4f12-bb08-cda889b201ec\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/c73a6356-e2f5-4173-bc24-8bfbbfbfe8b8\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:27:31.979053+00:00\",\n \"versionId\": \"MTcwMDIwNjA1MTk3OTA1MzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-27T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-27T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/afa121e3-02b6-46a4-8cef-d74ab0deff2f\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/187d371a-f1ce-4612-8152-b1f75d296342\"\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/987350be-b91e-4acc-afbc-a52395973aca\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"afa121e3-02b6-46a4-8cef-d74ab0deff2f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000079\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000079\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/be109d00-b9b1-48b6-bcd5-82d3e4600dc2\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/07e97021-4f63-49ab-95f9-449ff86b5938\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:27:13.645024+00:00\",\n \"versionId\": \"MTcwMDIwNjAzMzY0NTAyNDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/0b346675-ac5b-4a87-9336-713e8f90e226\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/ffbb2606-e6ac-4af6-99ab-6cca389ad0ab\"\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/0d8efb42-940f-4f6d-9a81-89c6e0389ed4\"\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\": \"0b346675-ac5b-4a87-9336-713e8f90e226\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000213\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000213\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/53dd9a6d-980d-4f12-bb08-cda889b201ec\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/54009ff2-d06c-4815-963d-ed234eec90a8\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:27:04.648189+00:00\",\n \"versionId\": \"MTcwMDIwNjAyNDY0ODE4OTAwMA\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/afe94cbd-5932-449d-a146-c5cb290b0b72\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/01e49dc3-76cb-4f20-bfc3-279325f36f47\"\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/0d8efb42-940f-4f6d-9a81-89c6e0389ed4\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"afe94cbd-5932-449d-a146-c5cb290b0b72\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000213\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000213\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/53dd9a6d-980d-4f12-bb08-cda889b201ec\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/15a5da88-cc6a-45cb-86cf-6e3f77d1585e\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:26:33.581156+00:00\",\n \"versionId\": \"MTcwMDIwNTk5MzU4MTE1NjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-26T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-26T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/58a770a4-2498-42eb-a123-7a3267969db6\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/6f41cdf6-acb7-409c-86af-3e385264dda3\"\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/0d8efb42-940f-4f6d-9a81-89c6e0389ed4\"\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\": \"58a770a4-2498-42eb-a123-7a3267969db6\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000213\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000213\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/53dd9a6d-980d-4f12-bb08-cda889b201ec\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/4c38481b-c1b8-454e-b1ec-bc3291d5389c\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:26:09.455557+00:00\",\n \"versionId\": \"MTcwMDIwNTk2OTQ1NTU1NzAwMA\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/45687ffa-7b31-48eb-954b-faf5d2bf9085\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/49d0e1ed-7687-4b16-9292-393d35930323\"\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/0d8efb42-940f-4f6d-9a81-89c6e0389ed4\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"45687ffa-7b31-48eb-954b-faf5d2bf9085\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000213\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000213\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/53dd9a6d-980d-4f12-bb08-cda889b201ec\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/83f2652d-f9ad-470d-ac5b-29b00e70631c\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:25:32.207114+00:00\",\n \"versionId\": \"MTcwMDIwNTkzMjIwNzExNDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/7300f349-30e6-4480-b0e6-9ca5b3ad148a\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/8bd2ff9a-0976-471a-9709-b03087dbc654\"\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/50adc3e6-5013-4608-9ad7-0a5f2cbb8459\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"7300f349-30e6-4480-b0e6-9ca5b3ad148a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085781\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085781\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/6f112dd5-e109-4e60-93a6-c3a2734139c4\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/ad8eb69a-bb44-48ae-8547-8bd84d227ba2\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:23:49.845460+00:00\",\n \"versionId\": \"MTcwMDIwNTgyOTg0NTQ2MDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-26T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-26T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/812e375a-86d5-4061-a5fc-87cb2ae8086f\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/8d34f457-afc8-467c-be72-48b39f6538fa\"\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/50adc3e6-5013-4608-9ad7-0a5f2cbb8459\"\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\": \"812e375a-86d5-4061-a5fc-87cb2ae8086f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085781\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085781\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/6f112dd5-e109-4e60-93a6-c3a2734139c4\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/fc869a5a-5463-49e6-8588-8bb57723b6c7\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:19:31.449061+00:00\",\n \"versionId\": \"MTcwMDIwNTU3MTQ0OTA2MTAwMA\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/b787c1e3-7890-4d9b-bc9b-dd9f31d4cfc2\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/1f924dc4-b550-473d-b131-331dee6aa17d\"\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/50adc3e6-5013-4608-9ad7-0a5f2cbb8459\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"b787c1e3-7890-4d9b-bc9b-dd9f31d4cfc2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085781\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085781\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/6f112dd5-e109-4e60-93a6-c3a2734139c4\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/1364b2d2-5ea1-4373-aa6c-ff37a35f39fd\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:13:20.138119+00:00\",\n \"versionId\": \"MTcwMDIwNTIwMDEzODExOTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/2de44ff9-df80-4c80-8c46-85b68c954ead\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/ab1ef886-f3f1-4370-b42c-99e12e7b5a4d\"\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/cefcd599-8361-4351-b42c-8d4bcad4da5c\"\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\": \"2de44ff9-df80-4c80-8c46-85b68c954ead\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080004\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080004\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/8fb8fde4-6b76-48bc-98e4-c1e03679ceaa\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/6fc1a97e-1b59-4b46-8407-b3d4f805df4d\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:09:40.179145+00:00\",\n \"versionId\": \"MTcwMDIwNDk4MDE3OTE0NTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/10012572188\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/ab847231-9503-43ee-8b4f-6678da9c792c\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/ba5ad1e2-ae32-4816-9e25-f8561f353df7\"\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/148f863f-5c3a-4fc0-b331-2076de6f48b5\"\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\": \"ab847231-9503-43ee-8b4f-6678da9c792c\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000190\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000190\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/81df61fd-70e5-4b0e-91ea-5ce4ca5eb8a0\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/8878c82f-78ab-47d7-87ae-c4cddf5b3996\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:09:28.503845+00:00\",\n \"versionId\": \"MTcwMDIwNDk2ODUwMzg0NTAwMA\"\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\": \"2022-12-26T13:00:00+00:00\",\n \"whenPrepared\": \"2022-12-26T13:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/70727b40-a331-4e82-a74b-fd1753aeb5b0\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/c734252e-cb76-4c04-b9f3-1b61e82cc852\"\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/148f863f-5c3a-4fc0-b331-2076de6f48b5\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"70727b40-a331-4e82-a74b-fd1753aeb5b0\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000190\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000190\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/81df61fd-70e5-4b0e-91ea-5ce4ca5eb8a0\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/9237c2ab-6861-4a57-b7a5-95a4e30470ba\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:06:19.021607+00:00\",\n \"versionId\": \"MTcwMDIwNDc3OTAyMTYwNzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-27T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-27T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/4f41bb5f-ee5e-4d2b-a3a1-1aefa6222e86\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/a4ad7bdf-75e1-4ea1-b0b1-7b8d3c6c9779\"\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/148f863f-5c3a-4fc0-b331-2076de6f48b5\"\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\": \"4f41bb5f-ee5e-4d2b-a3a1-1aefa6222e86\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000190\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000190\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/81df61fd-70e5-4b0e-91ea-5ce4ca5eb8a0\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/ce165298-f034-4efc-b185-65245eb51e03\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:03:56.100014+00:00\",\n \"versionId\": \"MTcwMDIwNDYzNjEwMDAxNDAwMA\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/e8a9a4f0-932f-4c4f-bf7b-bc28d7386935\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/a1d47db9-b04d-45f3-af82-fdc3eaecd9ee\"\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/148f863f-5c3a-4fc0-b331-2076de6f48b5\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"e8a9a4f0-932f-4c4f-bf7b-bc28d7386935\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000190\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000190\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/81df61fd-70e5-4b0e-91ea-5ce4ca5eb8a0\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/21a32db7-aff4-4d2c-b926-dda1b95ad585\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T07:02:15.097538+00:00\",\n \"versionId\": \"MTcwMDIwNDUzNTA5NzUzODAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-26T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-26T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/7f0afd27-f706-4759-a473-1ee441658243\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/585608f4-a191-4c91-8fa8-2bb8d1db80c5\"\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/148f863f-5c3a-4fc0-b331-2076de6f48b5\"\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\": \"7f0afd27-f706-4759-a473-1ee441658243\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000190\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000190\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/81df61fd-70e5-4b0e-91ea-5ce4ca5eb8a0\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/f83df239-ea6b-4a8c-a5e4-cc991a75c4c5\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:58:56.942486+00:00\",\n \"versionId\": \"MTcwMDIwNDMzNjk0MjQ4NjAwMA\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/3627ef2c-2d8d-40e4-9910-3d79b7b0170d\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/c078823c-efb1-4962-99e4-d48d91483a6f\"\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/003e7f02-3714-46a0-bb9d-346ff4959c47\"\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\": \"3627ef2c-2d8d-40e4-9910-3d79b7b0170d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080057\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080057\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/cf68e790-6b3f-40f9-8432-ef9748a17fc1\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/1a530876-b2fb-4caa-a6e6-f0792e42957c\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:57:36.690001+00:00\",\n \"versionId\": \"MTcwMDIwNDI1NjY5MDAwMTAwMA\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/2bec16f3-01ef-4414-9ba3-0a795014148b\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/c23828d0-c13f-4b53-a095-5f213ea4349f\"\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/003e7f02-3714-46a0-bb9d-346ff4959c47\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"2bec16f3-01ef-4414-9ba3-0a795014148b\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080057\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080057\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/cf68e790-6b3f-40f9-8432-ef9748a17fc1\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/ee23ec95-fec2-49e8-bda6-09df69fdb940\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:55:14.754048+00:00\",\n \"versionId\": \"MTcwMDIwNDExNDc1NDA0ODAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-26T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-26T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/cff6b548-eac4-41a6-b23a-0ec7fb310378\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/98ea15d8-c679-490f-b294-e4105b1e4fdb\"\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/148f863f-5c3a-4fc0-b331-2076de6f48b5\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"cff6b548-eac4-41a6-b23a-0ec7fb310378\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000190\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000190\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/81df61fd-70e5-4b0e-91ea-5ce4ca5eb8a0\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/9574c9f5-1804-48f0-b56f-c719b9db74a4\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:53:21.405108+00:00\",\n \"versionId\": \"MTcwMDIwNDAwMTQwNTEwODAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/9532d221-0c06-4da4-a263-dd738116194a\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/2da360b8-d271-4231-a96a-3fb50343c274\"\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/003e7f02-3714-46a0-bb9d-346ff4959c47\"\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\": \"9532d221-0c06-4da4-a263-dd738116194a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080057\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080057\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/cf68e790-6b3f-40f9-8432-ef9748a17fc1\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/b9007d77-f216-4393-80a6-75d301ea06e1\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:51:59.932172+00:00\",\n \"versionId\": \"MTcwMDIwMzkxOTkzMjE3MjAwMA\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/5c5195e8-a934-4906-b479-786a5906458a\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/77c3588c-c4ea-4e6b-a496-cf90d968f195\"\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/3fb7d3b3-770a-4f18-bcb2-43b3171f27e4\"\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\": \"5c5195e8-a934-4906-b479-786a5906458a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080042\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080042\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/671ac0ec-97c8-4c29-b3b9-f4e54a19f017\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:51:54.375219+00:00\",\n \"versionId\": \"MTcwMDIwMzkxNDM3NTIxOTAwMA\"\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-17T02:30:00+00:00\",\n \"whenPrepared\": \"2023-11-17T02:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/ffaee837-1e73-4961-b4d7-dabd8f611a94\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/04c3c1e8-4965-4653-801b-0c5e83ca48af\"\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/186ddd40-43eb-4a4d-a126-f338b8afdcb3\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"ffaee837-1e73-4961-b4d7-dabd8f611a94\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/1000063014\",\n \"use\": \"official\",\n \"value\": \"123456789802\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/1000063014\",\n \"use\": \"official\",\n \"value\": \"1234567880-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Kebidanan, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/dad49fb8-5180-4a03-b5de-b43a332a1f12\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/60561736-2156-4d73-ad3e-83e598b847a4\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:49:51.427462+00:00\",\n \"versionId\": \"MTcwMDIwMzc5MTQyNzQ2MjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/f593bc88-2453-42cd-b74a-e70ab5619d90\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/ed60a9ad-5817-482d-ae34-dd59342e0ad0\"\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/003e7f02-3714-46a0-bb9d-346ff4959c47\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"f593bc88-2453-42cd-b74a-e70ab5619d90\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080057\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080057\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/cf68e790-6b3f-40f9-8432-ef9748a17fc1\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/f87c6e4b-fedc-46c8-8274-75e3e8b3fd82\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:49:11.023198+00:00\",\n \"versionId\": \"MTcwMDIwMzc1MTAyMzE5ODAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/dafafaa8-2df8-48f5-b14d-6de9247266dc\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/bfd12e9d-db30-4c90-9fb9-75eb8492c5d3\"\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/6d24ba2a-23c9-48d5-aac7-f77648c97fad\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"dafafaa8-2df8-48f5-b14d-6de9247266dc\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085725\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085725\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/0ca6211e-0c2d-485c-8408-ec6a33de27c0\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/ecc7f93a-e6e1-43e8-b162-2605b77d32c9\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:36:22.389494+00:00\",\n \"versionId\": \"MTcwMDIwMjk4MjM4OTQ5NDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/4908c9b8-3449-4710-a887-df0c62372e49\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/ea579462-1f86-4091-b550-019476851eb6\"\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/9f2f61d5-f618-4276-92b8-1bd64454e314\"\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\": \"4908c9b8-3449-4710-a887-df0c62372e49\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/fd64c4f1-6d4d-428a-a310-dec0db6df121\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/36cb5291-30f6-436c-a1d7-a50395c1935b\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:31:35.007125+00:00\",\n \"versionId\": \"MTcwMDIwMjY5NTAwNzEyNTAwMA\"\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\": \"2022-12-26T13:00:00+00:00\",\n \"whenPrepared\": \"2022-12-26T13:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/6fcd5011-7b62-4b7e-b0d5-fab50c65edd6\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/72346b98-2a4c-40ce-b993-ed8daf5b0397\"\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/3220423d-bdbd-4238-a620-ef725b22b19e\"\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\": \"6fcd5011-7b62-4b7e-b0d5-fab50c65edd6\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/2964faec-ca80-4b7d-a822-d3d80b4de1cf\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/1f001d61-98a8-4546-b489-eb6663f03d42\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:29:21.584697+00:00\",\n \"versionId\": \"MTcwMDIwMjU2MTU4NDY5NzAwMA\"\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\": \"2022-12-26T13:00:00+00:00\",\n \"whenPrepared\": \"2022-12-26T13:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/27da64e3-7578-4b46-a902-f885ab8fb347\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/fc52fbda-4bfa-4670-9c76-eba10175f56e\"\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/9f2f61d5-f618-4276-92b8-1bd64454e314\"\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\": \"27da64e3-7578-4b46-a902-f885ab8fb347\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/fd64c4f1-6d4d-428a-a310-dec0db6df121\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/54bb02f7-4b98-4ec2-851e-6183a83b9733\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:27:43.668485+00:00\",\n \"versionId\": \"MTcwMDIwMjQ2MzY2ODQ4NTAwMA\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/de84d394-03cf-4171-b971-d781941f99d3\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/fd826ce8-c17c-49b5-8951-4f3705293fd7\"\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/3220423d-bdbd-4238-a620-ef725b22b19e\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"de84d394-03cf-4171-b971-d781941f99d3\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/2964faec-ca80-4b7d-a822-d3d80b4de1cf\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/5269ff8a-f821-46b3-8a33-60a62d2e5f61\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:27:31.021613+00:00\",\n \"versionId\": \"MTcwMDIwMjQ1MTAyMTYxMzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-27T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-27T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/c775329a-d5da-4498-b039-618e8a3d0bcd\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/dd02b9b9-a85b-4315-8efd-1770f361b436\"\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/0cd0b406-684f-4f75-b953-99a3db9009b1\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"c775329a-d5da-4498-b039-618e8a3d0bcd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085725\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085725\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/cbfee34a-ce87-49e2-97c9-6eef684e9bed\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/195e27cf-27ef-497d-9a34-5206b084c2d5\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:27:25.108200+00:00\",\n \"versionId\": \"MTcwMDIwMjQ0NTEwODIwMDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/dbd2dfef-abe9-4e41-9d02-401ebf0ce270\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/ed0e9fbe-af8d-44ac-8c28-930402261f43\"\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/30ad0334-4776-448e-8888-eb8d0cb77f86\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"dbd2dfef-abe9-4e41-9d02-401ebf0ce270\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080018\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080018\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/6cdf6a5b-8854-4ac6-8b28-fba8c0cbe51e\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:27:12.008196+00:00\",\n \"versionId\": \"MTcwMDIwMjQzMjAwODE5NjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/b56f01eb-24f8-41a2-92cb-e3981e0e48ae\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/2744f1ae-745d-4e31-98fb-8bc1cd24a011\"\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/986eba2e-1290-4125-8245-44e3f9b3b943\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"b56f01eb-24f8-41a2-92cb-e3981e0e48ae\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000113\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000113\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/28b70e95-1d11-4574-a5de-289e6a27a42e\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/0e6c913b-1fd5-48f2-9c55-383f6f2dc039\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:26:29.494967+00:00\",\n \"versionId\": \"MTcwMDIwMjM4OTQ5NDk2NzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/d2ff1684-e5eb-4275-82a4-0f29a3eb5115\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/19025854-142b-4e6f-90f1-153238739844\"\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/9f2f61d5-f618-4276-92b8-1bd64454e314\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"d2ff1684-e5eb-4275-82a4-0f29a3eb5115\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/fd64c4f1-6d4d-428a-a310-dec0db6df121\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/e6c287fe-f918-4a72-ae47-f15984f7e0a6\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:26:20.172884+00:00\",\n \"versionId\": \"MTcwMDIwMjM4MDE3Mjg4NDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-26T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-26T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/2131c6c5-d069-4512-8f00-13fe669fa74a\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/6852dc4e-7425-4064-b8d2-f77b869e5e14\"\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/aac5f862-6e0c-4e0c-9a23-2376033b3b56\"\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\": \"2131c6c5-d069-4512-8f00-13fe669fa74a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/5614624a-489d-4983-90af-aa7a4bd98e3e\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/c5f93d6a-5e9a-4c4f-a9bd-19fc0eaf4b99\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:25:49.974744+00:00\",\n \"versionId\": \"MTcwMDIwMjM0OTk3NDc0NDAwMA\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/c85e7307-e596-4aaa-8d8b-e95ac8c001b2\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/2ad79da9-24c6-4afc-b4df-38989bc5cd90\"\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/3220423d-bdbd-4238-a620-ef725b22b19e\"\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\": \"c85e7307-e596-4aaa-8d8b-e95ac8c001b2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/2964faec-ca80-4b7d-a822-d3d80b4de1cf\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/cbebb350-32a3-400d-8b3f-58b47309523e\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:25:10.770666+00:00\",\n \"versionId\": \"MTcwMDIwMjMxMDc3MDY2NjAwMA\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/65677d7e-c787-4216-99bd-5be98762b712\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/574055c3-2064-41b4-a1c2-0368f884f006\"\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/9f2f61d5-f618-4276-92b8-1bd64454e314\"\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\": \"65677d7e-c787-4216-99bd-5be98762b712\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/fd64c4f1-6d4d-428a-a310-dec0db6df121\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/733dc4e4-036a-4780-bf7e-c438684afa8c\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:24:26.435968+00:00\",\n \"versionId\": \"MTcwMDIwMjI2NjQzNTk2ODAwMA\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/24e4b29a-0034-4518-a3d6-badf670e022c\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/8b7dfda4-eba1-41fb-92b8-61a36b3e7ecc\"\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/824da883-b9b8-4a86-a7ab-212e27c1f8cb\"\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\": \"24e4b29a-0034-4518-a3d6-badf670e022c\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000201\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000201\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/cfc500f5-c502-494a-8f70-461ea51d4617\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/e6ab431d-e5ed-4eb4-8ba0-14e698e73c59\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:23:45.667048+00:00\",\n \"versionId\": \"MTcwMDIwMjIyNTY2NzA0ODAwMA\"\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\": \"2022-12-26T13:00:00+00:00\",\n \"whenPrepared\": \"2022-12-26T13:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/21d1cceb-f969-4421-adf8-f69cda7021ff\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/d8415501-2635-4d05-96e4-45f8439927b2\"\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/186ddd40-43eb-4a4d-a126-f338b8afdcb3\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"21d1cceb-f969-4421-adf8-f69cda7021ff\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/1000063014\",\n \"use\": \"official\",\n \"value\": \"123456789802\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/1000063014\",\n \"use\": \"official\",\n \"value\": \"1234567880-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Kebidanan, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/dad49fb8-5180-4a03-b5de-b43a332a1f12\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/60561736-2156-4d73-ad3e-83e598b847a4\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:23:05.616322+00:00\",\n \"versionId\": \"MTcwMDIwMjE4NTYxNjMyMjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/b370910a-9748-4814-9919-711a753b9376\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/373a4ad9-cc25-4253-9ac5-3beab1730607\"\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/9f9070db-7ebd-4e4d-a26c-3553d83671f4\"\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\": \"b370910a-9748-4814-9919-711a753b9376\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/99ea8ebf-7745-4883-81ec-1f481547d6eb\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/effa0d93-1364-4b6e-8cb1-b66344204e94\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:23:01.201076+00:00\",\n \"versionId\": \"MTcwMDIwMjE4MTIwMTA3NjAwMA\"\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\": \"2022-12-26T13:00:00+00:00\",\n \"whenPrepared\": \"2022-12-26T13:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/b86c261a-0147-49b1-a420-e2d5fb135d49\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/6af5e0e7-31d3-4463-ba9f-a75f97dc190e\"\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/3220423d-bdbd-4238-a620-ef725b22b19e\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"b86c261a-0147-49b1-a420-e2d5fb135d49\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/2964faec-ca80-4b7d-a822-d3d80b4de1cf\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/8ec617f1-7150-4599-956f-87aca7941cc7\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:22:59.001010+00:00\",\n \"versionId\": \"MTcwMDIwMjE3OTAwMTAxMDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-26T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-26T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/076255b1-66c7-4283-b2dd-f51ee6d80805\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/1907e577-b98f-4034-893d-c51af2d6d6f6\"\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/aac5f862-6e0c-4e0c-9a23-2376033b3b56\"\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\": \"076255b1-66c7-4283-b2dd-f51ee6d80805\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080051\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080051\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/97a58a37-51f3-4adc-a8fa-57d4c8590c6a\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:22:45.354694+00:00\",\n \"versionId\": \"MTcwMDIwMjE2NTM1NDY5NDAwMA\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/756bbfda-9f0e-48ea-8888-0a79c31ec903\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/8a5b7433-6d5e-4b49-9d58-ae33e008ae91\"\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/9f2f61d5-f618-4276-92b8-1bd64454e314\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"756bbfda-9f0e-48ea-8888-0a79c31ec903\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/fd64c4f1-6d4d-428a-a310-dec0db6df121\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/a19fc435-a3c7-44d3-904d-4a0a09d59ac2\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:22:21.865886+00:00\",\n \"versionId\": \"MTcwMDIwMjE0MTg2NTg4NjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/c6683ea3-4273-4b65-bc91-83eb4b258dc9\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/818b7eae-e144-49a2-9177-c8c67bf9ed63\"\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/aac5f862-6e0c-4e0c-9a23-2376033b3b56\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"c6683ea3-4273-4b65-bc91-83eb4b258dc9\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10080051\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10080051\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/15dd14e4-a9ca-43a8-b724-14fbe716222a\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:22:02.331206+00:00\",\n \"versionId\": \"MTcwMDIwMjEyMjMzMTIwNjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-26T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-26T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/d2f0e0c2-58ac-4772-8cf7-3022afdac9f9\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/58785a7a-38e2-4611-8fdd-589c4f36fcc0\"\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/aac5f862-6e0c-4e0c-9a23-2376033b3b56\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"d2f0e0c2-58ac-4772-8cf7-3022afdac9f9\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10085103\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10085103\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/5614624a-489d-4983-90af-aa7a4bd98e3e\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/dfdc83fc-4ed0-44da-bba2-732c2494a50f\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:21:41.753178+00:00\",\n \"versionId\": \"MTcwMDIwMjEwMTc1MzE3ODAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/90d7ecb2-a987-4e8e-acec-fc0fc67b8975\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/67cc3064-3cc5-467f-8b8d-b7ef79720ee0\"\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/043ec230-e478-40af-b85f-a294497fd6a5\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"90d7ecb2-a987-4e8e-acec-fc0fc67b8975\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000187\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000187\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/b29038d4-9ef0-4eb3-a2e9-3c02df668b07\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/9a2ec7f0-f597-476b-9538-2133a49cbabb\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:20:35.158041+00:00\",\n \"versionId\": \"MTcwMDIwMjAzNTE1ODA0MTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Aji\",\n \"reference\": \"Practitioner/10009880728\"\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-07T11:30:00+00:00\",\n \"whenPrepared\": \"2023-11-07T11:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/7bacaf6e-52fb-49b1-96b0-3162abc5a75c\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/e9c07f6a-8c66-49ab-9c7a-b9365fb273be\"\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/9f9070db-7ebd-4e4d-a26c-3553d83671f4\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"7bacaf6e-52fb-49b1-96b0-3162abc5a75c\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/99ea8ebf-7745-4883-81ec-1f481547d6eb\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/fdd61afd-aaa1-4aa3-9ef3-3eca9d390b1d\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:19:29.817923+00:00\",\n \"versionId\": \"MTcwMDIwMTk2OTgxNzkyMzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-27T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-27T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/f0fbccb3-b509-4b64-a400-01591df40406\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/daf66fc5-c265-491d-b475-eb25be2c4968\"\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/3220423d-bdbd-4238-a620-ef725b22b19e\"\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\": \"f0fbccb3-b509-4b64-a400-01591df40406\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/2964faec-ca80-4b7d-a822-d3d80b4de1cf\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/73d831e6-5c1a-4a2f-b4bf-3355802c4d32\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:18:04.559843+00:00\",\n \"versionId\": \"MTcwMDIwMTg4NDU1OTg0MzAwMA\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/0c2def66-3972-420a-ae22-8a79a0bca738\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/5c01fb85-3e99-41af-85ca-1fe58e8a9c85\"\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/9f9070db-7ebd-4e4d-a26c-3553d83671f4\"\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\": \"0c2def66-3972-420a-ae22-8a79a0bca738\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\n \"use\": \"official\",\n \"value\": \"123456788-3\"\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/99ea8ebf-7745-4883-81ec-1f481547d6eb\"\n },\n \"medicationReference\": {\n \"display\": \"Ringer Lactate (NATURA LABORATORIA PRIMA, 500 mL)\",\n \"reference\": \"Medication/8ceb5e7f-acce-432d-abd0-5a4cf278a0c3\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:17:24.309990+00:00\",\n \"versionId\": \"MTcwMDIwMTg0NDMwOTk5MDAwMA\"\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\": \"2022-12-25T22:00:00+00:00\",\n \"whenPrepared\": \"2022-12-25T22:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/8fc7265b-8e26-4d19-8274-47a8749e2eaa\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/d8415501-2635-4d05-96e4-45f8439927b2\"\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/186ddd40-43eb-4a4d-a126-f338b8afdcb3\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"IU\",\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 \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kali 10 IU/mL injeksi segera pasca tindakan sectio caesaria\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"8fc7265b-8e26-4d19-8274-47a8749e2eaa\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/1000063014\",\n \"use\": \"official\",\n \"value\": \"12345678980\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/1000063014\",\n \"use\": \"official\",\n \"value\": \"1234567880-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruangan Tindakan Kebidanan, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/dad49fb8-5180-4a03-b5de-b43a332a1f12\"\n },\n \"medicationReference\": {\n \"display\": \"Oxytocin 10 IU/mL Injeksi (FRESENIUS KABI COMBIPHAR, 1 mL)\",\n \"reference\": \"Medication/60561736-2156-4d73-ad3e-83e598b847a4\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:16:21.611940+00:00\",\n \"versionId\": \"MTcwMDIwMTc4MTYxMTk0MDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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-07-04T10:15:00+00:00\",\n \"whenPrepared\": \"2023-07-04T10:15:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/c6a63172-9d2e-4c56-ab4f-c6a644b29a90\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/96bf115e-571d-45d7-8763-6e1ba2c02510\"\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/9f9070db-7ebd-4e4d-a26c-3553d83671f4\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"c6a63172-9d2e-4c56-ab4f-c6a644b29a90\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/99ea8ebf-7745-4883-81ec-1f481547d6eb\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/3342aecc-2eeb-4602-a036-3aaf652f19e1\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:15:38.268515+00:00\",\n \"versionId\": \"MTcwMDIwMTczODI2ODUxNTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-26T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-26T14:00:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/952de392-4679-4c15-809c-ec44dfbcbd20\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/00e25f16-332b-4a80-b99f-1e505c10b6ad\"\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/3220423d-bdbd-4238-a620-ef725b22b19e\"\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 tablet per hari\"\n }\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 tablet per hari\",\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 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"952de392-4679-4c15-809c-ec44dfbcbd20\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000083\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000083\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\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/2964faec-ca80-4b7d-a822-d3d80b4de1cf\"\n },\n \"medicationReference\": {\n \"display\": \"Furosemide 40 mg Tablet (KIMIA FARMA)\",\n \"reference\": \"Medication/8c116b8e-b11c-4dbd-beb8-38808c8cd67b\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-17T06:14:24.983109+00:00\",\n \"versionId\": \"MTcwMDIwMTY2NDk4MzEwOTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"2022-12-25T14:30:00+00:00\",\n \"whenPrepared\": \"2022-12-25T14:00:00+00:00\"\n }\n }\n ],\n \"link\": [\n {\n \"relation\": \"search\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/?subject=100000030015\"\n },\n {\n \"relation\": \"next\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/?subject=100000030015&_page_token=ASFxomoxJ_UB7JVTmpg-0FoHu9xHJqwskTsQKQbVynF15Zq9IW7q491FJ7jZhCwvd4tq_G_D3eYJHIJLzFW_PU0zPLF-vr6uco7G2eeg_IGpFbS2caCShM7DpoD2SBoDccNkXs3wZbwIMEhqk6b_X8al1LCM_BVB9wFAyaH6301ptVrmsrQ5ArFqLLxEZQ4UQuStz5CitKynaMjjOD-XiZOL76bbTIUlpz0eaNE%3D\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/?subject=100000030015\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/?subject=100000030015\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 100,\n \"type\": \"searchset\"\n}" } ] }, { "name": "MedicationStatement - Riwayat Pengobatan", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"MedicationStatement\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/medication-statement-category\",\n \"code\": \"inpatient\",\n \"display\": \"Inpatient\"\n }\n ]\n },\n \"medicationReference\": {\n \"reference\": \"Medication/{{Medication_Dispensed}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"dosage\" : [\n {\n \"text\": \"one capsule one time daily\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"effectiveDateTime\": \"2023-03-02T04:40:00+00:00\",\n \"dateAsserted\": \"2023-03-10T03:15:00+00:00\",\n \"informationSource\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n}\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/MedicationStatement", "host": [ "{{base_url}}" ], "path": [ "MedicationStatement" ] } }, "response": [ { "name": "MedicationStatement - Riwayat Pengobatan", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"MedicationStatement\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/medication-statement-category\",\n \"code\": \"inpatient\",\n \"display\": \"Inpatient\"\n }\n ]\n },\n \"medicationReference\": {\n \"reference\": \"Medication/{{Medication_Dispensed}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"dosage\": [\n {\n \"text\": \"one capsule one time daily\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"effectiveDateTime\": \"2023-03-02T04:40:00+00:00\",\n \"dateAsserted\": \"2023-03-10T03:15:00+00:00\",\n \"informationSource\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/MedicationStatement", "host": [ "{{base_url}}" ], "path": [ "MedicationStatement" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Tue, 19 Mar 2024 04:09:31 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgyMTM3MTE3NzA2NzAwMA\"" }, { "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/MedicationStatement/eedbb151-f36a-44f1-873b-4a6b9a5d7dde/_history/MTcxMDgyMTM3MTE3NzA2NzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 04:09:31 GMT" }, { "key": "Content-Length", "value": "4356" }, { "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": "a747ddd0-67ea-49f4-92e5-11fa94fa291c" }, { "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\": \"inpatient\",\n \"display\": \"Inpatient\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/medication-statement-category\"\n }\n ]\n },\n \"context\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"dateAsserted\": \"2023-03-10T03:15:00+00:00\",\n \"dosage\": [\n {\n \"text\": \"one capsule one time daily\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"effectiveDateTime\": \"2023-03-02T04:40:00+00:00\",\n \"id\": \"eedbb151-f36a-44f1-873b-4a6b9a5d7dde\",\n \"identifier\": [],\n \"informationSource\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"medicationReference\": {\n \"reference\": \"Medication/37edb1d7-aafe-4443-b1a4-af1d24bf9100\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T04:09:31.177067+00:00\",\n \"versionId\": \"MTcxMDgyMTM3MTE3NzA2NzAwMA\"\n },\n \"resourceType\": \"MedicationStatement\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "MedicationStatement - Riwayat Pengobatan", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"MedicationStatement\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/medication-statement-category\",\n \"code\": \"inpatient\",\n \"display\": \"Inpatient\"\n }\n ]\n },\n \"medicationReference\": {\n \"reference\": \"Medication/{{Medication_Dispensed}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"dosage\": [\n {\n \"text\": \"one capsule one time daily\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"effectiveDateTime\": \"2023-03-02T04:40:00+00:00\",\n \"dateAsserted\": \"2023-03-10T03:15:00+00:00\",\n \"informationSource\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/MedicationStatement", "host": [ "{{base_url}}" ], "path": [ "MedicationStatement" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Tue, 19 Mar 2024 04:09:31 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgyMTM3MTE3NzA2NzAwMA\"" }, { "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/MedicationStatement/eedbb151-f36a-44f1-873b-4a6b9a5d7dde/_history/MTcxMDgyMTM3MTE3NzA2NzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 04:09:31 GMT" }, { "key": "Content-Length", "value": "4356" }, { "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": "a747ddd0-67ea-49f4-92e5-11fa94fa291c" }, { "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\": \"inpatient\",\n \"display\": \"Inpatient\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/medication-statement-category\"\n }\n ]\n },\n \"context\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"dateAsserted\": \"2023-03-10T03:15:00+00:00\",\n \"dosage\": [\n {\n \"text\": \"one capsule one time daily\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"effectiveDateTime\": \"2023-03-02T04:40:00+00:00\",\n \"id\": \"eedbb151-f36a-44f1-873b-4a6b9a5d7dde\",\n \"identifier\": [],\n \"informationSource\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"medicationReference\": {\n \"reference\": \"Medication/37edb1d7-aafe-4443-b1a4-af1d24bf9100\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T04:09:31.177067+00:00\",\n \"versionId\": \"MTcxMDgyMTM3MTE3NzA2NzAwMA\"\n },\n \"resourceType\": \"MedicationStatement\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "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\": \"20022000\",\n \"display\": \"Weakness of one side of body\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"recordedDate\": \"2023-03-10T03:15:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami lemah pada separuh anggota tubuh\"\n }\n ]\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\": \"20022000\",\n \"display\": \"Weakness of one side of body\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"recordedDate\": \"2023-03-10T03:15:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami lemah pada separuh anggota tubuh\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/b6e34bd3-4a00-46ee-90c8-cab56a60c8bd/_history/MTcxMDgxOTQ2OTk3NTQwODAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 03:37:49 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgxOTQ2OTk3NTQwODAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 03:37:49 GMT" }, { "key": "Content-Length", "value": "4216" }, { "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": "0490f1af-cb85-4898-8552-aab361d92613" }, { "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\": \"20022000\",\n \"display\": \"Weakness of one side of body\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"b6e34bd3-4a00-46ee-90c8-cab56a60c8bd\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T03:37:49.975408+00:00\",\n \"versionId\": \"MTcxMDgxOTQ2OTk3NTQwODAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien mengalami lemah pada separuh anggota tubuh\"\n }\n ],\n \"recordedDate\": \"2023-03-10T03:15:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/{{Patient_id}}\"\n }\n}" }, { "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\": \"20022000\",\n \"display\": \"Weakness of one side of body\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"recordedDate\": \"2023-03-10T03:15:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami lemah pada separuh anggota tubuh\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/b6e34bd3-4a00-46ee-90c8-cab56a60c8bd/_history/MTcxMDgxOTQ2OTk3NTQwODAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 03:37:49 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgxOTQ2OTk3NTQwODAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 03:37:49 GMT" }, { "key": "Content-Length", "value": "4216" }, { "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": "0490f1af-cb85-4898-8552-aab361d92613" }, { "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\": \"20022000\",\n \"display\": \"Weakness of one side of body\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"b6e34bd3-4a00-46ee-90c8-cab56a60c8bd\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T03:37:49.975408+00:00\",\n \"versionId\": \"MTcxMDgxOTQ2OTk3NTQwODAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien mengalami lemah pada separuh anggota tubuh\"\n }\n ],\n \"recordedDate\": \"2023-03-10T03:15:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/{{Patient_id}}\"\n }\n}" } ] }, { "name": "Condition - Riwayat Penyakit Pribadi - Stroke", "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\": \"275526006\",\n \"display\": \"History of cerebrovascular accident\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"recordedDate\": \"2023-03-10T03:15:00+00:00\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Condition", "host": [ "{{base_url}}" ], "path": [ "Condition" ] } }, "response": [ { "name": "Condition - Riwayat Penyakit Pribadi - Stroke", "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\": \"275526006\",\n \"display\": \"History of cerebrovascular accident\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"recordedDate\": \"2023-03-10T03:15:00+00:00\"\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": "Tue, 19 Mar 2024 03:49:17 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/f7140e52-b39b-4be5-a796-75c49bcdb23d/_history/MTcxMDgyMDE1NzkyMDM5ODAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgyMDE1NzkyMDM5ODAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 03:49:17 GMT" }, { "key": "Content-Length", "value": "3938" }, { "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": "426b66bc-cdef-4d25-8305-5a1dcb52705b" }, { "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\": \"275526006\",\n \"display\": \"History of cerebrovascular accident\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"f7140e52-b39b-4be5-a796-75c49bcdb23d\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T03:49:17.920398+00:00\",\n \"versionId\": \"MTcxMDgyMDE1NzkyMDM5ODAwMA\"\n },\n \"recordedDate\": \"2023-03-10T03:15:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Condition - Riwayat Penyakit Pribadi - Stroke", "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\": \"275526006\",\n \"display\": \"History of cerebrovascular accident\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"recordedDate\": \"2023-03-10T03:15:00+00:00\"\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": "Tue, 19 Mar 2024 03:49:17 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/f7140e52-b39b-4be5-a796-75c49bcdb23d/_history/MTcxMDgyMDE1NzkyMDM5ODAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgyMDE1NzkyMDM5ODAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 03:49:17 GMT" }, { "key": "Content-Length", "value": "3938" }, { "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": "426b66bc-cdef-4d25-8305-5a1dcb52705b" }, { "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\": \"275526006\",\n \"display\": \"History of cerebrovascular accident\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"f7140e52-b39b-4be5-a796-75c49bcdb23d\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T03:49:17.920398+00:00\",\n \"versionId\": \"MTcxMDgyMDE1NzkyMDM5ODAwMA\"\n },\n \"recordedDate\": \"2023-03-10T03:15:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] } ] }, { "name": "04. Pemeriksaan Fisik", "item": [ { "name": "Observation - Diastole", "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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 90,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Diastole", "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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 90,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\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": "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/a7cbc361-afaa-4e2b-8acc-5314c540de1e/_history/MTcxMDgyNTEzNTA2NTkyMjAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgyNTEzNTA2NTkyMjAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 05:12:15 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 05:12:15 GMT" }, { "key": "Content-Length", "value": "4680" }, { "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": "247d6ff0-c01f-4be1-83a2-b138ab81e544" }, { "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 \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"a7cbc361-afaa-4e2b-8acc-5314c540de1e\",\n \"identifier\": [],\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T05:12:15.065922+00:00\",\n \"versionId\": \"MTcxMDgyNTEzNTA2NTkyMjAwMA\"\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\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 90\n }\n}" }, { "name": "Observation - Diastole", "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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 90,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\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": "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/a7cbc361-afaa-4e2b-8acc-5314c540de1e/_history/MTcxMDgyNTEzNTA2NTkyMjAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgyNTEzNTA2NTkyMjAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 05:12:15 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 05:12:15 GMT" }, { "key": "Content-Length", "value": "4680" }, { "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": "247d6ff0-c01f-4be1-83a2-b138ab81e544" }, { "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 \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"a7cbc361-afaa-4e2b-8acc-5314c540de1e\",\n \"identifier\": [],\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T05:12:15.065922+00:00\",\n \"versionId\": \"MTcxMDgyNTEzNTA2NTkyMjAwMA\"\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\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 90\n }\n}" } ] }, { "name": "Observation - Sistole", "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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 130,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Sistole", "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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 130,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/1b855cee-851a-4f3a-be43-8604328d6070/_history/MTcxMDgyNTcwMDY4Njg5MzAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 05:21:40 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDgyNTcwMDY4Njg5MzAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 05:21:40 GMT" }, { "key": "Content-Length", "value": "4680" }, { "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": "e7926fcd-6b73-492b-b5d7-e721ca94eebb" }, { "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 \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"1b855cee-851a-4f3a-be43-8604328d6070\",\n \"identifier\": [],\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T05:21:40.686893+00:00\",\n \"versionId\": \"MTcxMDgyNTcwMDY4Njg5MzAwMA\"\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\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 130\n }\n}" }, { "name": "Observation - Sistole", "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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 130,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/1b855cee-851a-4f3a-be43-8604328d6070/_history/MTcxMDgyNTcwMDY4Njg5MzAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 05:21:40 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDgyNTcwMDY4Njg5MzAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 05:21:40 GMT" }, { "key": "Content-Length", "value": "4680" }, { "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": "e7926fcd-6b73-492b-b5d7-e721ca94eebb" }, { "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 \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"1b855cee-851a-4f3a-be43-8604328d6070\",\n \"identifier\": [],\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T05:21:40.686893+00:00\",\n \"versionId\": \"MTcxMDgyNTcwMDY4Njg5MzAwMA\"\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\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 130\n }\n}" } ] }, { "name": "Observation - Berat Badan", "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\": \"29463-7\",\n \"display\": \"Body weight\"\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/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueQuantity\": {\n \"value\": 75,\n \"unit\": \"kg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Berat Badan", "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\": \"29463-7\",\n \"display\": \"Body weight\"\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/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueQuantity\": {\n \"value\": 75,\n \"unit\": \"kg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/972915fa-0a16-4e8e-83be-91ff94e95f66/_history/MTcxMDgyNjQ0NTA3NTY3MTAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 05:34:05 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgyNjQ0NTA3NTY3MTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 05:34:05 GMT" }, { "key": "Content-Length", "value": "4116" }, { "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": "c142613c-fce6-416c-9c82-747fecb5ab23" }, { "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\": \"29463-7\",\n \"display\": \"Body weight\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"id\": \"972915fa-0a16-4e8e-83be-91ff94e95f66\",\n \"identifier\": [],\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T05:34:05.075671+00:00\",\n \"versionId\": \"MTcxMDgyNjQ0NTA3NTY3MTAwMA\"\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\": \"kg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"kg\",\n \"value\": 75\n }\n}" }, { "name": "Observation - Berat Badan", "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\": \"29463-7\",\n \"display\": \"Body weight\"\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/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueQuantity\": {\n \"value\": 75,\n \"unit\": \"kg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/972915fa-0a16-4e8e-83be-91ff94e95f66/_history/MTcxMDgyNjQ0NTA3NTY3MTAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 05:34:05 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgyNjQ0NTA3NTY3MTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 05:34:05 GMT" }, { "key": "Content-Length", "value": "4116" }, { "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": "c142613c-fce6-416c-9c82-747fecb5ab23" }, { "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\": \"29463-7\",\n \"display\": \"Body weight\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"id\": \"972915fa-0a16-4e8e-83be-91ff94e95f66\",\n \"identifier\": [],\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T05:34:05.075671+00:00\",\n \"versionId\": \"MTcxMDgyNjQ0NTA3NTY3MTAwMA\"\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\": \"kg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"kg\",\n \"value\": 75\n }\n}" } ] }, { "name": "Observation - Tinggi Badan", "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\": \"8302-2\",\n \"display\": \"Body height\"\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/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueQuantity\": {\n \"value\": 165,\n \"unit\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"cm\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Tinggi Badan", "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\": \"8302-2\",\n \"display\": \"Body height\"\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/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueQuantity\": {\n \"value\": 165,\n \"unit\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"cm\"\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": "Tue, 19 Mar 2024 05:47:59 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgyNzI3OTMxMzc1NzAwMA\"" }, { "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/44ea6827-395a-425f-96a8-1c78a479c110/_history/MTcxMDgyNzI3OTMxMzc1NzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 05:47:59 GMT" }, { "key": "Content-Length", "value": "4116" }, { "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": "d7246c44-ca8c-4db1-97a3-53eecd7ed1d5" }, { "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\": \"8302-2\",\n \"display\": \"Body height\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"44ea6827-395a-425f-96a8-1c78a479c110\",\n \"identifier\": [],\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T05:47:59.313757+00:00\",\n \"versionId\": \"MTcxMDgyNzI3OTMxMzc1NzAwMA\"\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\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"cm\",\n \"value\": 165\n }\n}" }, { "name": "Observation - Tinggi Badan", "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\": \"8302-2\",\n \"display\": \"Body height\"\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/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueQuantity\": {\n \"value\": 165,\n \"unit\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"cm\"\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": "Tue, 19 Mar 2024 05:47:59 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgyNzI3OTMxMzc1NzAwMA\"" }, { "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/44ea6827-395a-425f-96a8-1c78a479c110/_history/MTcxMDgyNzI3OTMxMzc1NzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 05:47:59 GMT" }, { "key": "Content-Length", "value": "4116" }, { "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": "d7246c44-ca8c-4db1-97a3-53eecd7ed1d5" }, { "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\": \"8302-2\",\n \"display\": \"Body height\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"44ea6827-395a-425f-96a8-1c78a479c110\",\n \"identifier\": [],\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T05:47:59.313757+00:00\",\n \"versionId\": \"MTcxMDgyNzI3OTMxMzc1NzAwMA\"\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\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"cm\",\n \"value\": 165\n }\n}" } ] }, { "name": "Observation - IMT", "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\": \"39156-5\",\n \"display\": \"Body mass index (BMI) [Ratio]\"\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/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueQuantity\": {\n \"value\": 27.5,\n \"unit\": \"kg/m2\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg/m2\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"414915002\",\n \"display\": \"Obese\"\n }\n ],\n \"text\": \"Obesitas\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - IMT", "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\": \"39156-5\",\n \"display\": \"Body mass index (BMI) [Ratio]\"\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/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueQuantity\": {\n \"value\": 27.5,\n \"unit\": \"kg/m2\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg/m2\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"414915002\",\n \"display\": \"Obese\"\n }\n ],\n \"text\": \"Obesitas\"\n }\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": "Tue, 19 Mar 2024 05:58:14 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgyNzg5NDYxMDkwMzAwMA\"" }, { "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/8c58536c-cf4d-4e4e-9bfa-92730b26bf98/_history/MTcxMDgyNzg5NDYxMDkwMzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 05:58:14 GMT" }, { "key": "Content-Length", "value": "4812" }, { "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": "01e56bcc-d18f-4eb4-a2c1-1fad6d724a17" }, { "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\": \"39156-5\",\n \"display\": \"Body mass index (BMI) [Ratio]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"8c58536c-cf4d-4e4e-9bfa-92730b26bf98\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"414915002\",\n \"display\": \"Obese\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Obesitas\"\n }\n ],\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T05:58:14.610903+00:00\",\n \"versionId\": \"MTcxMDgyNzg5NDYxMDkwMzAwMA\"\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\": \"kg/m2\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"kg/m2\",\n \"value\": 27.5\n }\n}" }, { "name": "Observation - IMT", "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\": \"39156-5\",\n \"display\": \"Body mass index (BMI) [Ratio]\"\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/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueQuantity\": {\n \"value\": 27.5,\n \"unit\": \"kg/m2\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg/m2\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"414915002\",\n \"display\": \"Obese\"\n }\n ],\n \"text\": \"Obesitas\"\n }\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": "Tue, 19 Mar 2024 05:58:14 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgyNzg5NDYxMDkwMzAwMA\"" }, { "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/8c58536c-cf4d-4e4e-9bfa-92730b26bf98/_history/MTcxMDgyNzg5NDYxMDkwMzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 05:58:14 GMT" }, { "key": "Content-Length", "value": "4812" }, { "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": "01e56bcc-d18f-4eb4-a2c1-1fad6d724a17" }, { "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\": \"39156-5\",\n \"display\": \"Body mass index (BMI) [Ratio]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"8c58536c-cf4d-4e4e-9bfa-92730b26bf98\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"414915002\",\n \"display\": \"Obese\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Obesitas\"\n }\n ],\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T05:58:14.610903+00:00\",\n \"versionId\": \"MTcxMDgyNzg5NDYxMDkwMzAwMA\"\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\": \"kg/m2\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"kg/m2\",\n \"value\": 27.5\n }\n}" } ] }, { "name": "Observation - Tinggi Badan", "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\": \"8302-2\",\n \"display\": \"Body height\"\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/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueQuantity\": {\n \"value\": 165,\n \"unit\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"cm\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Tinggi Badan", "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\": \"8302-2\",\n \"display\": \"Body height\"\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/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueQuantity\": {\n \"value\": 165,\n \"unit\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"cm\"\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": "Tue, 19 Mar 2024 05:47:59 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgyNzI3OTMxMzc1NzAwMA\"" }, { "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/44ea6827-395a-425f-96a8-1c78a479c110/_history/MTcxMDgyNzI3OTMxMzc1NzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 05:47:59 GMT" }, { "key": "Content-Length", "value": "4116" }, { "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": "d7246c44-ca8c-4db1-97a3-53eecd7ed1d5" }, { "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\": \"8302-2\",\n \"display\": \"Body height\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"44ea6827-395a-425f-96a8-1c78a479c110\",\n \"identifier\": [],\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T05:47:59.313757+00:00\",\n \"versionId\": \"MTcxMDgyNzI3OTMxMzc1NzAwMA\"\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\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"cm\",\n \"value\": 165\n }\n}" }, { "name": "Observation - Tinggi Badan", "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\": \"8302-2\",\n \"display\": \"Body height\"\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/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueQuantity\": {\n \"value\": 165,\n \"unit\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"cm\"\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": "Tue, 19 Mar 2024 05:47:59 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgyNzI3OTMxMzc1NzAwMA\"" }, { "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/44ea6827-395a-425f-96a8-1c78a479c110/_history/MTcxMDgyNzI3OTMxMzc1NzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 05:47:59 GMT" }, { "key": "Content-Length", "value": "4116" }, { "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": "d7246c44-ca8c-4db1-97a3-53eecd7ed1d5" }, { "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\": \"8302-2\",\n \"display\": \"Body height\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"44ea6827-395a-425f-96a8-1c78a479c110\",\n \"identifier\": [],\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T05:47:59.313757+00:00\",\n \"versionId\": \"MTcxMDgyNzI3OTMxMzc1NzAwMA\"\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\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"cm\",\n \"value\": 165\n }\n}" } ] }, { "name": "Observation - Diastole", "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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 90,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Diastole", "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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 90,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\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": "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/a7cbc361-afaa-4e2b-8acc-5314c540de1e/_history/MTcxMDgyNTEzNTA2NTkyMjAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgyNTEzNTA2NTkyMjAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 05:12:15 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 05:12:15 GMT" }, { "key": "Content-Length", "value": "4680" }, { "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": "247d6ff0-c01f-4be1-83a2-b138ab81e544" }, { "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 \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"a7cbc361-afaa-4e2b-8acc-5314c540de1e\",\n \"identifier\": [],\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T05:12:15.065922+00:00\",\n \"versionId\": \"MTcxMDgyNTEzNTA2NTkyMjAwMA\"\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\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 90\n }\n}" }, { "name": "Observation - Diastole", "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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 90,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\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": "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/a7cbc361-afaa-4e2b-8acc-5314c540de1e/_history/MTcxMDgyNTEzNTA2NTkyMjAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgyNTEzNTA2NTkyMjAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 05:12:15 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 05:12:15 GMT" }, { "key": "Content-Length", "value": "4680" }, { "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": "247d6ff0-c01f-4be1-83a2-b138ab81e544" }, { "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 \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"a7cbc361-afaa-4e2b-8acc-5314c540de1e\",\n \"identifier\": [],\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T05:12:15.065922+00:00\",\n \"versionId\": \"MTcxMDgyNTEzNTA2NTkyMjAwMA\"\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\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 90\n }\n}" } ] }, { "name": "Observation - IMT", "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\": \"39156-5\",\n \"display\": \"Body mass index (BMI) [Ratio]\"\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/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueQuantity\": {\n \"value\": 27.5,\n \"unit\": \"kg/m2\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg/m2\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"414915002\",\n \"display\": \"Obese\"\n }\n ],\n \"text\": \"Obesitas\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - IMT", "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\": \"39156-5\",\n \"display\": \"Body mass index (BMI) [Ratio]\"\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/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueQuantity\": {\n \"value\": 27.5,\n \"unit\": \"kg/m2\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg/m2\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"414915002\",\n \"display\": \"Obese\"\n }\n ],\n \"text\": \"Obesitas\"\n }\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": "Tue, 19 Mar 2024 05:58:14 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgyNzg5NDYxMDkwMzAwMA\"" }, { "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/8c58536c-cf4d-4e4e-9bfa-92730b26bf98/_history/MTcxMDgyNzg5NDYxMDkwMzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 05:58:14 GMT" }, { "key": "Content-Length", "value": "4812" }, { "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": "01e56bcc-d18f-4eb4-a2c1-1fad6d724a17" }, { "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\": \"39156-5\",\n \"display\": \"Body mass index (BMI) [Ratio]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"8c58536c-cf4d-4e4e-9bfa-92730b26bf98\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"414915002\",\n \"display\": \"Obese\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Obesitas\"\n }\n ],\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T05:58:14.610903+00:00\",\n \"versionId\": \"MTcxMDgyNzg5NDYxMDkwMzAwMA\"\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\": \"kg/m2\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"kg/m2\",\n \"value\": 27.5\n }\n}" }, { "name": "Observation - IMT", "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\": \"39156-5\",\n \"display\": \"Body mass index (BMI) [Ratio]\"\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/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueQuantity\": {\n \"value\": 27.5,\n \"unit\": \"kg/m2\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg/m2\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"414915002\",\n \"display\": \"Obese\"\n }\n ],\n \"text\": \"Obesitas\"\n }\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": "Tue, 19 Mar 2024 05:58:14 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgyNzg5NDYxMDkwMzAwMA\"" }, { "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/8c58536c-cf4d-4e4e-9bfa-92730b26bf98/_history/MTcxMDgyNzg5NDYxMDkwMzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 05:58:14 GMT" }, { "key": "Content-Length", "value": "4812" }, { "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": "01e56bcc-d18f-4eb4-a2c1-1fad6d724a17" }, { "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\": \"39156-5\",\n \"display\": \"Body mass index (BMI) [Ratio]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"8c58536c-cf4d-4e4e-9bfa-92730b26bf98\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"414915002\",\n \"display\": \"Obese\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Obesitas\"\n }\n ],\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T05:58:14.610903+00:00\",\n \"versionId\": \"MTcxMDgyNzg5NDYxMDkwMzAwMA\"\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\": \"kg/m2\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"kg/m2\",\n \"value\": 27.5\n }\n}" } ] }, { "name": "Observation - Sistole", "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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 130,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Sistole", "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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 130,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/1b855cee-851a-4f3a-be43-8604328d6070/_history/MTcxMDgyNTcwMDY4Njg5MzAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 05:21:40 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDgyNTcwMDY4Njg5MzAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 05:21:40 GMT" }, { "key": "Content-Length", "value": "4680" }, { "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": "e7926fcd-6b73-492b-b5d7-e721ca94eebb" }, { "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 \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"1b855cee-851a-4f3a-be43-8604328d6070\",\n \"identifier\": [],\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T05:21:40.686893+00:00\",\n \"versionId\": \"MTcxMDgyNTcwMDY4Njg5MzAwMA\"\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\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 130\n }\n}" }, { "name": "Observation - Sistole", "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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 130,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/1b855cee-851a-4f3a-be43-8604328d6070/_history/MTcxMDgyNTcwMDY4Njg5MzAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 05:21:40 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDgyNTcwMDY4Njg5MzAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 05:21:40 GMT" }, { "key": "Content-Length", "value": "4680" }, { "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": "e7926fcd-6b73-492b-b5d7-e721ca94eebb" }, { "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 \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"1b855cee-851a-4f3a-be43-8604328d6070\",\n \"identifier\": [],\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T05:21:40.686893+00:00\",\n \"versionId\": \"MTcxMDgyNTcwMDY4Njg5MzAwMA\"\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\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 130\n }\n}" } ] }, { "name": "Observation - Berat Badan", "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\": \"29463-7\",\n \"display\": \"Body weight\"\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/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueQuantity\": {\n \"value\": 75,\n \"unit\": \"kg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Berat Badan", "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\": \"29463-7\",\n \"display\": \"Body weight\"\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/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueQuantity\": {\n \"value\": 75,\n \"unit\": \"kg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/972915fa-0a16-4e8e-83be-91ff94e95f66/_history/MTcxMDgyNjQ0NTA3NTY3MTAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 05:34:05 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgyNjQ0NTA3NTY3MTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 05:34:05 GMT" }, { "key": "Content-Length", "value": "4116" }, { "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": "c142613c-fce6-416c-9c82-747fecb5ab23" }, { "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\": \"29463-7\",\n \"display\": \"Body weight\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"id\": \"972915fa-0a16-4e8e-83be-91ff94e95f66\",\n \"identifier\": [],\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T05:34:05.075671+00:00\",\n \"versionId\": \"MTcxMDgyNjQ0NTA3NTY3MTAwMA\"\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\": \"kg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"kg\",\n \"value\": 75\n }\n}" }, { "name": "Observation - Berat Badan", "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\": \"29463-7\",\n \"display\": \"Body weight\"\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/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueQuantity\": {\n \"value\": 75,\n \"unit\": \"kg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/972915fa-0a16-4e8e-83be-91ff94e95f66/_history/MTcxMDgyNjQ0NTA3NTY3MTAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 05:34:05 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgyNjQ0NTA3NTY3MTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 05:34:05 GMT" }, { "key": "Content-Length", "value": "4116" }, { "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": "c142613c-fce6-416c-9c82-747fecb5ab23" }, { "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\": \"29463-7\",\n \"display\": \"Body weight\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"id\": \"972915fa-0a16-4e8e-83be-91ff94e95f66\",\n \"identifier\": [],\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T05:34:05.075671+00:00\",\n \"versionId\": \"MTcxMDgyNjQ0NTA3NTY3MTAwMA\"\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\": \"kg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"kg\",\n \"value\": 75\n }\n}" } ] } ] }, { "name": "05. Pemeriksaan Neurologis Penyakit Stroke", "item": [ { "name": "Observation - mRS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6114-8\",\n \"display\": \"1\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - mRS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6114-8\",\n \"display\": \"1\"\n }\n ]\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/\"MTcxMDgzNDk0NDA4NTUyODAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/dc21f314-1664-48e1-99d8-edb0a668014e/_history/MTcxMDgzNDk0NDA4NTUyODAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 07:55:44 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 07:55:44 GMT" }, { "key": "Content-Length", "value": "4016" }, { "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": "8fe917a7-480e-4c9b-8cb6-d9022f2d0822" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"dc21f314-1664-48e1-99d8-edb0a668014e\",\n \"identifier\": [],\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T07:55:44.085528+00:00\",\n \"versionId\": \"MTcxMDgzNDk0NDA4NTUyODAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6114-8\",\n \"display\": \"1\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" }, { "name": "Observation - mRS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6114-8\",\n \"display\": \"1\"\n }\n ]\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/\"MTcxMDgzNDk0NDA4NTUyODAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/dc21f314-1664-48e1-99d8-edb0a668014e/_history/MTcxMDgzNDk0NDA4NTUyODAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 07:55:44 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 07:55:44 GMT" }, { "key": "Content-Length", "value": "4016" }, { "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": "8fe917a7-480e-4c9b-8cb6-d9022f2d0822" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"dc21f314-1664-48e1-99d8-edb0a668014e\",\n \"identifier\": [],\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T07:55:44.085528+00:00\",\n \"versionId\": \"MTcxMDgzNDk0NDA4NTUyODAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6114-8\",\n \"display\": \"1\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" } ] }, { "name": "Observation - Disphagia", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"162023004\",\n \"display\": \"No problem swallowing\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Disphagia", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"162023004\",\n \"display\": \"No problem swallowing\"\n }\n ]\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": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDgyOTIxODgzMjUwMDAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/2568efc7-8999-4585-9521-f3b87831076b/_history/MTcxMDgyOTIxODgzMjUwMDAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 06:20:18 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 06:20:18 GMT" }, { "key": "Content-Length", "value": "4164" }, { "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": "dda2e66a-110f-4807-b086-03a9a7f36923" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"2568efc7-8999-4585-9521-f3b87831076b\",\n \"identifier\": [],\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T06:20:18.832500+00:00\",\n \"versionId\": \"MTcxMDgyOTIxODgzMjUwMDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"162023004\",\n \"display\": \"No problem swallowing\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" }, { "name": "Observation - Disphagia", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"162023004\",\n \"display\": \"No problem swallowing\"\n }\n ]\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": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDgyOTIxODgzMjUwMDAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/2568efc7-8999-4585-9521-f3b87831076b/_history/MTcxMDgyOTIxODgzMjUwMDAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 06:20:18 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 06:20:18 GMT" }, { "key": "Content-Length", "value": "4164" }, { "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": "dda2e66a-110f-4807-b086-03a9a7f36923" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"2568efc7-8999-4585-9521-f3b87831076b\",\n \"identifier\": [],\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T06:20:18.832500+00:00\",\n \"versionId\": \"MTcxMDgyOTIxODgzMjUwMDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"162023004\",\n \"display\": \"No problem swallowing\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" } ] }, { "name": "Observation - Disphagia", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"162023004\",\n \"display\": \"No problem swallowing\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Disphagia", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"162023004\",\n \"display\": \"No problem swallowing\"\n }\n ]\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": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDgyOTIxODgzMjUwMDAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/2568efc7-8999-4585-9521-f3b87831076b/_history/MTcxMDgyOTIxODgzMjUwMDAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 06:20:18 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 06:20:18 GMT" }, { "key": "Content-Length", "value": "4164" }, { "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": "dda2e66a-110f-4807-b086-03a9a7f36923" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"2568efc7-8999-4585-9521-f3b87831076b\",\n \"identifier\": [],\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T06:20:18.832500+00:00\",\n \"versionId\": \"MTcxMDgyOTIxODgzMjUwMDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"162023004\",\n \"display\": \"No problem swallowing\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" }, { "name": "Observation - Disphagia", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"162023004\",\n \"display\": \"No problem swallowing\"\n }\n ]\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": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDgyOTIxODgzMjUwMDAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/2568efc7-8999-4585-9521-f3b87831076b/_history/MTcxMDgyOTIxODgzMjUwMDAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 06:20:18 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 06:20:18 GMT" }, { "key": "Content-Length", "value": "4164" }, { "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": "dda2e66a-110f-4807-b086-03a9a7f36923" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"2568efc7-8999-4585-9521-f3b87831076b\",\n \"identifier\": [],\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T06:20:18.832500+00:00\",\n \"versionId\": \"MTcxMDgyOTIxODgzMjUwMDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"162023004\",\n \"display\": \"No problem swallowing\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" } ] }, { "name": "Observation - mRS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6114-8\",\n \"display\": \"1\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - mRS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6114-8\",\n \"display\": \"1\"\n }\n ]\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/\"MTcxMDgzNDk0NDA4NTUyODAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/dc21f314-1664-48e1-99d8-edb0a668014e/_history/MTcxMDgzNDk0NDA4NTUyODAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 07:55:44 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 07:55:44 GMT" }, { "key": "Content-Length", "value": "4016" }, { "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": "8fe917a7-480e-4c9b-8cb6-d9022f2d0822" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"dc21f314-1664-48e1-99d8-edb0a668014e\",\n \"identifier\": [],\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T07:55:44.085528+00:00\",\n \"versionId\": \"MTcxMDgzNDk0NDA4NTUyODAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6114-8\",\n \"display\": \"1\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" }, { "name": "Observation - mRS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6114-8\",\n \"display\": \"1\"\n }\n ]\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/\"MTcxMDgzNDk0NDA4NTUyODAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/dc21f314-1664-48e1-99d8-edb0a668014e/_history/MTcxMDgzNDk0NDA4NTUyODAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 07:55:44 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 07:55:44 GMT" }, { "key": "Content-Length", "value": "4016" }, { "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": "8fe917a7-480e-4c9b-8cb6-d9022f2d0822" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"dc21f314-1664-48e1-99d8-edb0a668014e\",\n \"identifier\": [],\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T07:55:44.085528+00:00\",\n \"versionId\": \"MTcxMDgzNDk0NDA4NTUyODAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6114-8\",\n \"display\": \"1\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" } ] } ] }, { "name": "06. Tindakan Terapeutik", "item": [ { "name": "Procedure - Jenis Rehabilitasi Stroke", "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\": \"2517002\",\n \"display\": \"Stroke rehabilitation\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"91251008\",\n \"display\": \"Physical therapy procedure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Procedure", "host": [ "{{base_url}}" ], "path": [ "Procedure" ] } }, "response": [ { "name": "Procedure - Jenis Rehabilitasi Stroke", "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\": \"2517002\",\n \"display\": \"Stroke rehabilitation\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"91251008\",\n \"display\": \"Physical therapy procedure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\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/\"MTcxMDgxMzM5NjQ2NjQzODAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/0ec08dca-d60c-4777-8051-e4fac8b945e6/_history/MTcxMDgxMzM5NjQ2NjQzODAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 01:56:36 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 01:56:36 GMT" }, { "key": "Content-Length", "value": "3790" }, { "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": "74adbc9d-e5ac-45c2-8fc8-ad52119baf1e" }, { "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\": \"2517002\",\n \"display\": \"Stroke rehabilitation\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"91251008\",\n \"display\": \"Physical therapy procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"0ec08dca-d60c-4777-8051-e4fac8b945e6\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T01:56:36.466438+00:00\",\n \"versionId\": \"MTcxMDgxMzM5NjQ2NjQzODAwMA\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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 Rehabilitasi Stroke", "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\": \"2517002\",\n \"display\": \"Stroke rehabilitation\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"91251008\",\n \"display\": \"Physical therapy procedure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\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/\"MTcxMDgxMzM5NjQ2NjQzODAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/0ec08dca-d60c-4777-8051-e4fac8b945e6/_history/MTcxMDgxMzM5NjQ2NjQzODAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 01:56:36 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 01:56:36 GMT" }, { "key": "Content-Length", "value": "3790" }, { "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": "74adbc9d-e5ac-45c2-8fc8-ad52119baf1e" }, { "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\": \"2517002\",\n \"display\": \"Stroke rehabilitation\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"91251008\",\n \"display\": \"Physical therapy procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"0ec08dca-d60c-4777-8051-e4fac8b945e6\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T01:56:36.466438+00:00\",\n \"versionId\": \"MTcxMDgxMzM5NjQ2NjQzODAwMA\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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 - Fisioterapi", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"Procedure\",\r\n \"status\": \"completed\",\r\n \"category\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"2517002\",\r\n \"display\": \"Stroke rehabilitation\"\r\n }\r\n ]\r\n },\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\r\n \"code\": \"93.11\",\r\n \"display\": \"Assisting exercise\"\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_id}}\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2023-03-10T03:30:00+00:00\",\r\n \"end\": \"2023-03-10T05:00:00+00:00\"\r\n },\r\n \"performer\": [\r\n {\r\n \"actor\": {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\r\n \"display\": \"Dokter Bronsig\"\r\n }\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\": \"I63.5\",\r\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"basedOn\": [\r\n {\r\n \"reference\": \"ServiceRequest/{{ServiceRequest_Ranap}}\"\r\n }\r\n ],\r\n \"note\": [\r\n {\r\n \"text\": \"Kontrol Kembali Pasien untuk Rehabilitasi Fisioterapi pasca Serangan Stroke\"\r\n }\r\n ]\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Procedure", "host": [ "{{base_url}}" ], "path": [ "Procedure" ] } }, "response": [ { "name": "Procedure - Fisioterapi", "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\": \"2517002\",\n \"display\": \"Stroke rehabilitation\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"93.11\",\n \"display\": \"Assisting exercise\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-10T03:30:00+00:00\",\n \"end\": \"2023-03-10T05:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Ranap}}\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Kontrol Kembali Pasien untuk Rehabilitasi Fisioterapi pasca Serangan Stroke\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/e17c2e82-f9e4-4dc4-8951-196a6fd0f188/_history/MTcxMDgxNDQxNjA3NzA0MzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgxNDQxNjA3NzA0MzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 02:13:36 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 02:13:36 GMT" }, { "key": "Content-Length", "value": "5384" }, { "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": "0dfc94d6-2992-4201-abfa-fc513e056805" }, { "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/753fa559-2bd8-4cab-816b-2be91184711f\"\n }\n ],\n \"category\": {\n \"coding\": [\n {\n \"code\": \"2517002\",\n \"display\": \"Stroke rehabilitation\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93.11\",\n \"display\": \"Assisting exercise\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"e17c2e82-f9e4-4dc4-8951-196a6fd0f188\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T02:13:36.077043+00:00\",\n \"versionId\": \"MTcxMDgxNDQxNjA3NzA0MzAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Kontrol Kembali Pasien untuk Rehabilitasi Fisioterapi pasca Serangan Stroke\"\n }\n ],\n \"performedPeriod\": {\n \"end\": \"2023-03-10T05:00:00+00:00\",\n \"start\": \"2023-03-10T03:30: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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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 - Fisioterapi", "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\": \"2517002\",\n \"display\": \"Stroke rehabilitation\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"93.11\",\n \"display\": \"Assisting exercise\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-10T03:30:00+00:00\",\n \"end\": \"2023-03-10T05:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Ranap}}\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Kontrol Kembali Pasien untuk Rehabilitasi Fisioterapi pasca Serangan Stroke\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/e17c2e82-f9e4-4dc4-8951-196a6fd0f188/_history/MTcxMDgxNDQxNjA3NzA0MzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgxNDQxNjA3NzA0MzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 02:13:36 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 02:13:36 GMT" }, { "key": "Content-Length", "value": "5384" }, { "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": "0dfc94d6-2992-4201-abfa-fc513e056805" }, { "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/753fa559-2bd8-4cab-816b-2be91184711f\"\n }\n ],\n \"category\": {\n \"coding\": [\n {\n \"code\": \"2517002\",\n \"display\": \"Stroke rehabilitation\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93.11\",\n \"display\": \"Assisting exercise\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"e17c2e82-f9e4-4dc4-8951-196a6fd0f188\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T02:13:36.077043+00:00\",\n \"versionId\": \"MTcxMDgxNDQxNjA3NzA0MzAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Kontrol Kembali Pasien untuk Rehabilitasi Fisioterapi pasca Serangan Stroke\"\n }\n ],\n \"performedPeriod\": {\n \"end\": \"2023-03-10T05:00:00+00:00\",\n \"start\": \"2023-03-10T03:30: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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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 - Fisioterapi", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"Procedure\",\r\n \"status\": \"completed\",\r\n \"category\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"2517002\",\r\n \"display\": \"Stroke rehabilitation\"\r\n }\r\n ]\r\n },\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\r\n \"code\": \"93.11\",\r\n \"display\": \"Assisting exercise\"\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_id}}\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2023-03-10T03:30:00+00:00\",\r\n \"end\": \"2023-03-10T05:00:00+00:00\"\r\n },\r\n \"performer\": [\r\n {\r\n \"actor\": {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\r\n \"display\": \"Dokter Bronsig\"\r\n }\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\": \"I63.5\",\r\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"basedOn\": [\r\n {\r\n \"reference\": \"ServiceRequest/{{ServiceRequest_Ranap}}\"\r\n }\r\n ],\r\n \"note\": [\r\n {\r\n \"text\": \"Kontrol Kembali Pasien untuk Rehabilitasi Fisioterapi pasca Serangan Stroke\"\r\n }\r\n ]\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Procedure", "host": [ "{{base_url}}" ], "path": [ "Procedure" ] } }, "response": [ { "name": "Procedure - Fisioterapi", "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\": \"2517002\",\n \"display\": \"Stroke rehabilitation\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"93.11\",\n \"display\": \"Assisting exercise\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-10T03:30:00+00:00\",\n \"end\": \"2023-03-10T05:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Ranap}}\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Kontrol Kembali Pasien untuk Rehabilitasi Fisioterapi pasca Serangan Stroke\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/e17c2e82-f9e4-4dc4-8951-196a6fd0f188/_history/MTcxMDgxNDQxNjA3NzA0MzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgxNDQxNjA3NzA0MzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 02:13:36 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 02:13:36 GMT" }, { "key": "Content-Length", "value": "5384" }, { "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": "0dfc94d6-2992-4201-abfa-fc513e056805" }, { "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/753fa559-2bd8-4cab-816b-2be91184711f\"\n }\n ],\n \"category\": {\n \"coding\": [\n {\n \"code\": \"2517002\",\n \"display\": \"Stroke rehabilitation\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93.11\",\n \"display\": \"Assisting exercise\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"e17c2e82-f9e4-4dc4-8951-196a6fd0f188\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T02:13:36.077043+00:00\",\n \"versionId\": \"MTcxMDgxNDQxNjA3NzA0MzAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Kontrol Kembali Pasien untuk Rehabilitasi Fisioterapi pasca Serangan Stroke\"\n }\n ],\n \"performedPeriod\": {\n \"end\": \"2023-03-10T05:00:00+00:00\",\n \"start\": \"2023-03-10T03:30: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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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 - Fisioterapi", "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\": \"2517002\",\n \"display\": \"Stroke rehabilitation\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"93.11\",\n \"display\": \"Assisting exercise\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-10T03:30:00+00:00\",\n \"end\": \"2023-03-10T05:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Ranap}}\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Kontrol Kembali Pasien untuk Rehabilitasi Fisioterapi pasca Serangan Stroke\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/e17c2e82-f9e4-4dc4-8951-196a6fd0f188/_history/MTcxMDgxNDQxNjA3NzA0MzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgxNDQxNjA3NzA0MzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 02:13:36 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 02:13:36 GMT" }, { "key": "Content-Length", "value": "5384" }, { "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": "0dfc94d6-2992-4201-abfa-fc513e056805" }, { "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/753fa559-2bd8-4cab-816b-2be91184711f\"\n }\n ],\n \"category\": {\n \"coding\": [\n {\n \"code\": \"2517002\",\n \"display\": \"Stroke rehabilitation\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93.11\",\n \"display\": \"Assisting exercise\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"e17c2e82-f9e4-4dc4-8951-196a6fd0f188\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T02:13:36.077043+00:00\",\n \"versionId\": \"MTcxMDgxNDQxNjA3NzA0MzAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Kontrol Kembali Pasien untuk Rehabilitasi Fisioterapi pasca Serangan Stroke\"\n }\n ],\n \"performedPeriod\": {\n \"end\": \"2023-03-10T05:00:00+00:00\",\n \"start\": \"2023-03-10T03:30: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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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 Rehabilitasi Stroke", "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\": \"2517002\",\n \"display\": \"Stroke rehabilitation\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"91251008\",\n \"display\": \"Physical therapy procedure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Procedure", "host": [ "{{base_url}}" ], "path": [ "Procedure" ] } }, "response": [ { "name": "Procedure - Jenis Rehabilitasi Stroke", "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\": \"2517002\",\n \"display\": \"Stroke rehabilitation\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"91251008\",\n \"display\": \"Physical therapy procedure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\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/\"MTcxMDgxMzM5NjQ2NjQzODAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/0ec08dca-d60c-4777-8051-e4fac8b945e6/_history/MTcxMDgxMzM5NjQ2NjQzODAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 01:56:36 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 01:56:36 GMT" }, { "key": "Content-Length", "value": "3790" }, { "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": "74adbc9d-e5ac-45c2-8fc8-ad52119baf1e" }, { "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\": \"2517002\",\n \"display\": \"Stroke rehabilitation\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"91251008\",\n \"display\": \"Physical therapy procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"0ec08dca-d60c-4777-8051-e4fac8b945e6\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T01:56:36.466438+00:00\",\n \"versionId\": \"MTcxMDgxMzM5NjQ2NjQzODAwMA\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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 Rehabilitasi Stroke", "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\": \"2517002\",\n \"display\": \"Stroke rehabilitation\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"91251008\",\n \"display\": \"Physical therapy procedure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\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/\"MTcxMDgxMzM5NjQ2NjQzODAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/0ec08dca-d60c-4777-8051-e4fac8b945e6/_history/MTcxMDgxMzM5NjQ2NjQzODAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 01:56:36 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 01:56:36 GMT" }, { "key": "Content-Length", "value": "3790" }, { "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": "74adbc9d-e5ac-45c2-8fc8-ad52119baf1e" }, { "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\": \"2517002\",\n \"display\": \"Stroke rehabilitation\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"91251008\",\n \"display\": \"Physical therapy procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"0ec08dca-d60c-4777-8051-e4fac8b945e6\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T01:56:36.466438+00:00\",\n \"versionId\": \"MTcxMDgxMzM5NjQ2NjQzODAwMA\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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": "07. Diagnosis", "item": [ { "name": "Condition - Primary Stroke Iskemik", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('DiagnosisUtama_Encounter2')" ], "type": "text/javascript", "packages": {} } } ], "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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"recordedDate\": \"2023-03-10T05:00:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Condition", "host": [ "{{base_url}}" ], "path": [ "Condition" ] } }, "response": [ { "name": "Condition - Primary Stroke Iskemik", "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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"recordedDate\": \"2023-03-10T05:00:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\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": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 07:12:22 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/5500104a-ade6-4478-8768-018787c01277/_history/MTcxMDgzMjM0Mjc3NDgyNjAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgzMjM0Mjc3NDgyNjAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 07:12:22 GMT" }, { "key": "Content-Length", "value": "4316" }, { "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": "d36eb7fd-b0bd-4d45-8fed-9e154494f0cf" }, { "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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"5500104a-ade6-4478-8768-018787c01277\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T07:12:22.774826+00:00\",\n \"versionId\": \"MTcxMDgzMjM0Mjc3NDgyNjAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ],\n \"recordedDate\": \"2023-03-10T05:00:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Condition - Primary Stroke Iskemik", "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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"recordedDate\": \"2023-03-10T05:00:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\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": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 07:12:22 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/5500104a-ade6-4478-8768-018787c01277/_history/MTcxMDgzMjM0Mjc3NDgyNjAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgzMjM0Mjc3NDgyNjAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 07:12:22 GMT" }, { "key": "Content-Length", "value": "4316" }, { "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": "d36eb7fd-b0bd-4d45-8fed-9e154494f0cf" }, { "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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"5500104a-ade6-4478-8768-018787c01277\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T07:12:22.774826+00:00\",\n \"versionId\": \"MTcxMDgzMjM0Mjc3NDgyNjAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ],\n \"recordedDate\": \"2023-03-10T05:00:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Condition - Primary Stroke Iskemik", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('DiagnosisUtama_Encounter2')" ], "type": "text/javascript", "packages": {} } } ], "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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"recordedDate\": \"2023-03-10T05:00:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Condition", "host": [ "{{base_url}}" ], "path": [ "Condition" ] } }, "response": [ { "name": "Condition - Primary Stroke Iskemik", "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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"recordedDate\": \"2023-03-10T05:00:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\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": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 07:12:22 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/5500104a-ade6-4478-8768-018787c01277/_history/MTcxMDgzMjM0Mjc3NDgyNjAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgzMjM0Mjc3NDgyNjAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 07:12:22 GMT" }, { "key": "Content-Length", "value": "4316" }, { "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": "d36eb7fd-b0bd-4d45-8fed-9e154494f0cf" }, { "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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"5500104a-ade6-4478-8768-018787c01277\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T07:12:22.774826+00:00\",\n \"versionId\": \"MTcxMDgzMjM0Mjc3NDgyNjAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ],\n \"recordedDate\": \"2023-03-10T05:00:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Condition - Primary Stroke Iskemik", "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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"recordedDate\": \"2023-03-10T05:00:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\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": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 07:12:22 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/5500104a-ade6-4478-8768-018787c01277/_history/MTcxMDgzMjM0Mjc3NDgyNjAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgzMjM0Mjc3NDgyNjAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 07:12:22 GMT" }, { "key": "Content-Length", "value": "4316" }, { "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": "d36eb7fd-b0bd-4d45-8fed-9e154494f0cf" }, { "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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"5500104a-ade6-4478-8768-018787c01277\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T07:12:22.774826+00:00\",\n \"versionId\": \"MTcxMDgzMjM0Mjc3NDgyNjAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ],\n \"recordedDate\": \"2023-03-10T05:00:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] } ] }, { "name": "08. Farmasi", "item": [ { "name": "Medication - Amlodipine (Request)", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('Medication_Amlodipine', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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\": \"R123456\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93000483\",\n \"display\": \"Amlodipine Besilate 10 mg Tablet (SAMPHARINDO PERDANA)\"\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\": \"BS066\",\n \"display\": \"Tablet\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000397\",\n \"display\": \"AMLODIPINE\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 10,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\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 - Amlodipine (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\": \"R123456\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93000483\",\n \"display\": \"Amlodipine Besilate 10 mg Tablet (SAMPHARINDO PERDANA)\"\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\": \"BS066\",\n \"display\": \"Tablet\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000397\",\n \"display\": \"AMLODIPINE\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 10,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Medication/20f176e9-65b0-44ec-be51-594483267510/_history/MTcxMDg2MjgzMjg2Mzc0NTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDg2MjgzMjg2Mzc0NTAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 15:40:32 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 15:40:32 GMT" }, { "key": "Content-Length", "value": "6304" }, { "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": "9c6a358a-68e7-4836-a0b5-7e6b979fd298" }, { "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\": \"93000483\",\n \"display\": \"Amlodipine Besilate 10 mg Tablet (SAMPHARINDO PERDANA)\",\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\": \"BS066\",\n \"display\": \"Tablet\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"20f176e9-65b0-44ec-be51-594483267510\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000002\",\n \"use\": \"official\",\n \"value\": \"R123456\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000397\",\n \"display\": \"AMLODIPINE\",\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 \"unit\": \"Tablet\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 10\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T15:40:32.863745+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxMDg2MjgzMjg2Mzc0NTAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" }, { "name": "Medication - Amlodipine (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\": \"R123456\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93000483\",\n \"display\": \"Amlodipine Besilate 10 mg Tablet (SAMPHARINDO PERDANA)\"\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\": \"BS066\",\n \"display\": \"Tablet\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000397\",\n \"display\": \"AMLODIPINE\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 10,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Medication/20f176e9-65b0-44ec-be51-594483267510/_history/MTcxMDg2MjgzMjg2Mzc0NTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDg2MjgzMjg2Mzc0NTAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 15:40:32 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 15:40:32 GMT" }, { "key": "Content-Length", "value": "6304" }, { "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": "9c6a358a-68e7-4836-a0b5-7e6b979fd298" }, { "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\": \"93000483\",\n \"display\": \"Amlodipine Besilate 10 mg Tablet (SAMPHARINDO PERDANA)\",\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\": \"BS066\",\n \"display\": \"Tablet\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"20f176e9-65b0-44ec-be51-594483267510\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000002\",\n \"use\": \"official\",\n \"value\": \"R123456\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000397\",\n \"display\": \"AMLODIPINE\",\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 \"unit\": \"Tablet\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 10\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T15:40:32.863745+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxMDg2MjgzMjg2Mzc0NTAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" } ] }, { "name": "MedicationRequest - Amlodipine", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('MedicationRequest_Amlodipine', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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\": \"{{Registration_ID}}\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"{{Registration_ID}}-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/{{Medication_Amlodipine}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"authoredOn\": \"2023-03-10T05:10:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 tablet 1 hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet 1 hari\"\n }\n ],\n \"patientInstruction\": \"1 tablet 1 hari\",\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\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\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-03-10T05:10:00+00:00\",\n \"end\": \"2023-03-10T05:10:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\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\": \"{{Registration_ID}}\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"{{Registration_ID}}-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/{{Medication_Amlodipine}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"authoredOn\": \"2023-03-10T05:10:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 tablet 1 hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet 1 hari\"\n }\n ],\n \"patientInstruction\": \"1 tablet 1 hari\",\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\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\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-03-10T05:10:00+00:00\",\n \"end\": \"2023-03-10T05:10:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\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/e7a0ce75-a95c-4c3d-ba39-26fbc751927b/_history/MTcxMDg2MzI3NjA0ODI0ODAwMA" }, { "key": "etag", "value": "W/\"MTcxMDg2MzI3NjA0ODI0ODAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 15:47:56 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 15:47:56 GMT" }, { "key": "Content-Length", "value": "10462" }, { "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": "9deaa5f3-4e46-4454-8cd3-47caed696cc9" }, { "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-03-10T05: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 \"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\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"Tablet\",\n \"value\": 1\n },\n \"validityPeriod\": {\n \"end\": \"2023-03-10T05:10:00+00:00\",\n \"start\": \"2023-03-10T05:10:00+00:00\"\n }\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet 1 hari\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"Tablet\",\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 tablet 1 hari\",\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 tablet 1 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"id\": \"e7a0ce75-a95c-4c3d-ba39-26fbc751927b\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000002\",\n \"use\": \"official\",\n \"value\": \"2487778\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000002\",\n \"use\": \"official\",\n \"value\": \"2487778-1\"\n }\n ],\n \"intent\": \"order\",\n \"medicationReference\": {\n \"reference\": \"Medication/20f176e9-65b0-44ec-be51-594483267510\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T15:47:56.048248+00:00\",\n \"versionId\": \"MTcxMDg2MzI3NjA0ODI0ODAwMA\"\n },\n \"priority\": \"routine\",\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"requester\": {\n \"display\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\n },\n \"resourceType\": \"MedicationRequest\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "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\": \"{{Registration_ID}}\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"{{Registration_ID}}-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/{{Medication_Amlodipine}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"authoredOn\": \"2023-03-10T05:10:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 tablet 1 hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet 1 hari\"\n }\n ],\n \"patientInstruction\": \"1 tablet 1 hari\",\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\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\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-03-10T05:10:00+00:00\",\n \"end\": \"2023-03-10T05:10:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\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/e7a0ce75-a95c-4c3d-ba39-26fbc751927b/_history/MTcxMDg2MzI3NjA0ODI0ODAwMA" }, { "key": "etag", "value": "W/\"MTcxMDg2MzI3NjA0ODI0ODAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 15:47:56 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 15:47:56 GMT" }, { "key": "Content-Length", "value": "10462" }, { "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": "9deaa5f3-4e46-4454-8cd3-47caed696cc9" }, { "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-03-10T05: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 \"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\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"Tablet\",\n \"value\": 1\n },\n \"validityPeriod\": {\n \"end\": \"2023-03-10T05:10:00+00:00\",\n \"start\": \"2023-03-10T05:10:00+00:00\"\n }\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet 1 hari\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"Tablet\",\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 tablet 1 hari\",\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 tablet 1 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"id\": \"e7a0ce75-a95c-4c3d-ba39-26fbc751927b\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000002\",\n \"use\": \"official\",\n \"value\": \"2487778\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000002\",\n \"use\": \"official\",\n \"value\": \"2487778-1\"\n }\n ],\n \"intent\": \"order\",\n \"medicationReference\": {\n \"reference\": \"Medication/20f176e9-65b0-44ec-be51-594483267510\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T15:47:56.048248+00:00\",\n \"versionId\": \"MTcxMDg2MzI3NjA0ODI0ODAwMA\"\n },\n \"priority\": \"routine\",\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"requester\": {\n \"display\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\n },\n \"resourceType\": \"MedicationRequest\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Medication - Amlodipine (Dispense)", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('MedicationAmlodipine_forDispense', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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\": \"D6667330\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93000483\",\n \"display\": \"Amlodipine Besilate 10 mg Tablet (SAMPHARINDO PERDANA)\"\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\": \"BS066\",\n \"display\": \"Tablet\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000397\",\n \"display\": \"AMLODIPINE\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 10,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\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 - Amlodipine (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\": \"D6667330\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93000483\",\n \"display\": \"Amlodipine Besilate 10 mg Tablet (SAMPHARINDO PERDANA)\"\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\": \"BS066\",\n \"display\": \"Tablet\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000397\",\n \"display\": \"AMLODIPINE\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 10,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\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" ] } }, "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/8e21cd2f-7762-4dde-a361-af01da296614/_history/MTcxMDg2MzU0OTc4MDY2MzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDg2MzU0OTc4MDY2MzAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 15:52:29 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 15:52:29 GMT" }, { "key": "Content-Length", "value": "6670" }, { "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": "2887772d-c2bc-4163-9172-6cb937edcc2e" }, { "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-22T14:27:00+00:00\",\n \"lotNumber\": \"1625042A\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93000483\",\n \"display\": \"Amlodipine Besilate 10 mg Tablet (SAMPHARINDO PERDANA)\",\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\": \"BS066\",\n \"display\": \"Tablet\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"8e21cd2f-7762-4dde-a361-af01da296614\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"D6667330\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000397\",\n \"display\": \"AMLODIPINE\",\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 \"unit\": \"Tablet\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 10\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T15:52:29.780663+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxMDg2MzU0OTc4MDY2MzAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" }, { "name": "Medication - Amlodipine (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\": \"D6667330\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93000483\",\n \"display\": \"Amlodipine Besilate 10 mg Tablet (SAMPHARINDO PERDANA)\"\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\": \"BS066\",\n \"display\": \"Tablet\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000397\",\n \"display\": \"AMLODIPINE\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 10,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\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" ] } }, "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/8e21cd2f-7762-4dde-a361-af01da296614/_history/MTcxMDg2MzU0OTc4MDY2MzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDg2MzU0OTc4MDY2MzAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 15:52:29 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 15:52:29 GMT" }, { "key": "Content-Length", "value": "6670" }, { "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": "2887772d-c2bc-4163-9172-6cb937edcc2e" }, { "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-22T14:27:00+00:00\",\n \"lotNumber\": \"1625042A\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93000483\",\n \"display\": \"Amlodipine Besilate 10 mg Tablet (SAMPHARINDO PERDANA)\",\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\": \"BS066\",\n \"display\": \"Tablet\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"8e21cd2f-7762-4dde-a361-af01da296614\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"D6667330\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000397\",\n \"display\": \"AMLODIPINE\",\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 \"unit\": \"Tablet\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 10\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T15:52:29.780663+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxMDg2MzU0OTc4MDY2MzAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" } ] }, { "name": "MedicationDispense - Amlodipine", "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\": \"24877778\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"24877778-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/{{MedicationAmlodipine_forDispense}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000003\",\n \"display\": \"John Miller\"\n }\n }\n ],\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/{{MedicationRequest_Amlodipine}}\"\n }\n ],\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2023-03-10T05:15:00+00:00\",\n \"whenHandedOver\": \"2023-03-10T05:25:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 tablet 1 hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet 1 hari\"\n }\n ],\n \"patientInstruction\": \"1 tablet 1 hari\",\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\": \"Tablet\",\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 - Amlodipine", "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\": \"24877778\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"24877778-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/{{MedicationAmlodipine_forDispense}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000003\",\n \"display\": \"John Miller\"\n }\n }\n ],\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/{{MedicationRequest_Amlodipine}}\"\n }\n ],\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2023-03-10T05:15:00+00:00\",\n \"whenHandedOver\": \"2023-03-10T05:25:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 tablet 1 hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet 1 hari\"\n }\n ],\n \"patientInstruction\": \"1 tablet 1 hari\",\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\": \"Tablet\",\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": "last-modified", "value": "Tue, 19 Mar 2024 15:57:36 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/MedicationDispense/fe5483fc-3e2e-4b2e-aa62-fe9ee131e976/_history/MTcxMDg2Mzg1NjQ3NTMxNjAwMA" }, { "key": "etag", "value": "W/\"MTcxMDg2Mzg1NjQ3NTMxNjAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 15:57:36 GMT" }, { "key": "Content-Length", "value": "8882" }, { "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": "76790a54-651b-40cc-a315-34e66da233e8" }, { "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/e7a0ce75-a95c-4c3d-ba39-26fbc751927b\"\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/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\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 tablet 1 hari\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"Tablet\",\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 tablet 1 hari\",\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 tablet 1 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"fe5483fc-3e2e-4b2e-aa62-fe9ee131e976\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000002\",\n \"use\": \"official\",\n \"value\": \"24877778\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000002\",\n \"use\": \"official\",\n \"value\": \"24877778-1\"\n }\n ],\n \"medicationReference\": {\n \"reference\": \"Medication/37edb1d7-aafe-4443-b1a4-af1d24bf9100\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T15:57:36.475316+00:00\",\n \"versionId\": \"MTcxMDg2Mzg1NjQ3NTMxNjAwMA\"\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 \"unit\": \"Tablet\",\n \"value\": 1\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-03-10T05:25:00+00:00\",\n \"whenPrepared\": \"2023-03-10T05:15:00+00:00\"\n}" }, { "name": "MedicationDispense - Amlodipine", "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\": \"24877778\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"24877778-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/{{MedicationAmlodipine_forDispense}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000003\",\n \"display\": \"John Miller\"\n }\n }\n ],\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/{{MedicationRequest_Amlodipine}}\"\n }\n ],\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2023-03-10T05:15:00+00:00\",\n \"whenHandedOver\": \"2023-03-10T05:25:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 tablet 1 hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet 1 hari\"\n }\n ],\n \"patientInstruction\": \"1 tablet 1 hari\",\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\": \"Tablet\",\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": "last-modified", "value": "Tue, 19 Mar 2024 15:57:36 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/MedicationDispense/fe5483fc-3e2e-4b2e-aa62-fe9ee131e976/_history/MTcxMDg2Mzg1NjQ3NTMxNjAwMA" }, { "key": "etag", "value": "W/\"MTcxMDg2Mzg1NjQ3NTMxNjAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 15:57:36 GMT" }, { "key": "Content-Length", "value": "8882" }, { "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": "76790a54-651b-40cc-a315-34e66da233e8" }, { "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/e7a0ce75-a95c-4c3d-ba39-26fbc751927b\"\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/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\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 tablet 1 hari\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"Tablet\",\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 tablet 1 hari\",\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 tablet 1 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"fe5483fc-3e2e-4b2e-aa62-fe9ee131e976\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000002\",\n \"use\": \"official\",\n \"value\": \"24877778\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000002\",\n \"use\": \"official\",\n \"value\": \"24877778-1\"\n }\n ],\n \"medicationReference\": {\n \"reference\": \"Medication/37edb1d7-aafe-4443-b1a4-af1d24bf9100\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T15:57:36.475316+00:00\",\n \"versionId\": \"MTcxMDg2Mzg1NjQ3NTMxNjAwMA\"\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 \"unit\": \"Tablet\",\n \"value\": 1\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-03-10T05:25:00+00:00\",\n \"whenPrepared\": \"2023-03-10T05:15:00+00:00\"\n}" } ] }, { "name": "MedicationDispense - Amlodipine", "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\": \"24877778\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"24877778-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/{{MedicationAmlodipine_forDispense}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000003\",\n \"display\": \"John Miller\"\n }\n }\n ],\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/{{MedicationRequest_Amlodipine}}\"\n }\n ],\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2023-03-10T05:15:00+00:00\",\n \"whenHandedOver\": \"2023-03-10T05:25:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 tablet 1 hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet 1 hari\"\n }\n ],\n \"patientInstruction\": \"1 tablet 1 hari\",\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\": \"Tablet\",\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 - Amlodipine", "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\": \"24877778\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"24877778-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/{{MedicationAmlodipine_forDispense}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000003\",\n \"display\": \"John Miller\"\n }\n }\n ],\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/{{MedicationRequest_Amlodipine}}\"\n }\n ],\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2023-03-10T05:15:00+00:00\",\n \"whenHandedOver\": \"2023-03-10T05:25:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 tablet 1 hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet 1 hari\"\n }\n ],\n \"patientInstruction\": \"1 tablet 1 hari\",\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\": \"Tablet\",\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": "last-modified", "value": "Tue, 19 Mar 2024 15:57:36 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/MedicationDispense/fe5483fc-3e2e-4b2e-aa62-fe9ee131e976/_history/MTcxMDg2Mzg1NjQ3NTMxNjAwMA" }, { "key": "etag", "value": "W/\"MTcxMDg2Mzg1NjQ3NTMxNjAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 15:57:36 GMT" }, { "key": "Content-Length", "value": "8882" }, { "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": "76790a54-651b-40cc-a315-34e66da233e8" }, { "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/e7a0ce75-a95c-4c3d-ba39-26fbc751927b\"\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/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\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 tablet 1 hari\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"Tablet\",\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 tablet 1 hari\",\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 tablet 1 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"fe5483fc-3e2e-4b2e-aa62-fe9ee131e976\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000002\",\n \"use\": \"official\",\n \"value\": \"24877778\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000002\",\n \"use\": \"official\",\n \"value\": \"24877778-1\"\n }\n ],\n \"medicationReference\": {\n \"reference\": \"Medication/37edb1d7-aafe-4443-b1a4-af1d24bf9100\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T15:57:36.475316+00:00\",\n \"versionId\": \"MTcxMDg2Mzg1NjQ3NTMxNjAwMA\"\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 \"unit\": \"Tablet\",\n \"value\": 1\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-03-10T05:25:00+00:00\",\n \"whenPrepared\": \"2023-03-10T05:15:00+00:00\"\n}" }, { "name": "MedicationDispense - Amlodipine", "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\": \"24877778\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"24877778-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/{{MedicationAmlodipine_forDispense}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000003\",\n \"display\": \"John Miller\"\n }\n }\n ],\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/{{MedicationRequest_Amlodipine}}\"\n }\n ],\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2023-03-10T05:15:00+00:00\",\n \"whenHandedOver\": \"2023-03-10T05:25:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 tablet 1 hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet 1 hari\"\n }\n ],\n \"patientInstruction\": \"1 tablet 1 hari\",\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\": \"Tablet\",\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": "last-modified", "value": "Tue, 19 Mar 2024 15:57:36 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/MedicationDispense/fe5483fc-3e2e-4b2e-aa62-fe9ee131e976/_history/MTcxMDg2Mzg1NjQ3NTMxNjAwMA" }, { "key": "etag", "value": "W/\"MTcxMDg2Mzg1NjQ3NTMxNjAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 15:57:36 GMT" }, { "key": "Content-Length", "value": "8882" }, { "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": "76790a54-651b-40cc-a315-34e66da233e8" }, { "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/e7a0ce75-a95c-4c3d-ba39-26fbc751927b\"\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/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\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 tablet 1 hari\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"Tablet\",\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 tablet 1 hari\",\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 tablet 1 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"fe5483fc-3e2e-4b2e-aa62-fe9ee131e976\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000002\",\n \"use\": \"official\",\n \"value\": \"24877778\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000002\",\n \"use\": \"official\",\n \"value\": \"24877778-1\"\n }\n ],\n \"medicationReference\": {\n \"reference\": \"Medication/37edb1d7-aafe-4443-b1a4-af1d24bf9100\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T15:57:36.475316+00:00\",\n \"versionId\": \"MTcxMDg2Mzg1NjQ3NTMxNjAwMA\"\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 \"unit\": \"Tablet\",\n \"value\": 1\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-03-10T05:25:00+00:00\",\n \"whenPrepared\": \"2023-03-10T05:15:00+00:00\"\n}" } ] }, { "name": "Medication - Amlodipine (Dispense)", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('MedicationAmlodipine_forDispense', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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\": \"D6667330\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93000483\",\n \"display\": \"Amlodipine Besilate 10 mg Tablet (SAMPHARINDO PERDANA)\"\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\": \"BS066\",\n \"display\": \"Tablet\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000397\",\n \"display\": \"AMLODIPINE\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 10,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\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 - Amlodipine (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\": \"D6667330\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93000483\",\n \"display\": \"Amlodipine Besilate 10 mg Tablet (SAMPHARINDO PERDANA)\"\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\": \"BS066\",\n \"display\": \"Tablet\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000397\",\n \"display\": \"AMLODIPINE\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 10,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\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" ] } }, "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/8e21cd2f-7762-4dde-a361-af01da296614/_history/MTcxMDg2MzU0OTc4MDY2MzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDg2MzU0OTc4MDY2MzAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 15:52:29 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 15:52:29 GMT" }, { "key": "Content-Length", "value": "6670" }, { "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": "2887772d-c2bc-4163-9172-6cb937edcc2e" }, { "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-22T14:27:00+00:00\",\n \"lotNumber\": \"1625042A\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93000483\",\n \"display\": \"Amlodipine Besilate 10 mg Tablet (SAMPHARINDO PERDANA)\",\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\": \"BS066\",\n \"display\": \"Tablet\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"8e21cd2f-7762-4dde-a361-af01da296614\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"D6667330\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000397\",\n \"display\": \"AMLODIPINE\",\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 \"unit\": \"Tablet\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 10\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T15:52:29.780663+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxMDg2MzU0OTc4MDY2MzAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" }, { "name": "Medication - Amlodipine (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\": \"D6667330\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93000483\",\n \"display\": \"Amlodipine Besilate 10 mg Tablet (SAMPHARINDO PERDANA)\"\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\": \"BS066\",\n \"display\": \"Tablet\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000397\",\n \"display\": \"AMLODIPINE\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 10,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\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" ] } }, "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/8e21cd2f-7762-4dde-a361-af01da296614/_history/MTcxMDg2MzU0OTc4MDY2MzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDg2MzU0OTc4MDY2MzAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 15:52:29 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 15:52:29 GMT" }, { "key": "Content-Length", "value": "6670" }, { "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": "2887772d-c2bc-4163-9172-6cb937edcc2e" }, { "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-22T14:27:00+00:00\",\n \"lotNumber\": \"1625042A\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93000483\",\n \"display\": \"Amlodipine Besilate 10 mg Tablet (SAMPHARINDO PERDANA)\",\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\": \"BS066\",\n \"display\": \"Tablet\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"8e21cd2f-7762-4dde-a361-af01da296614\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"D6667330\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000397\",\n \"display\": \"AMLODIPINE\",\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 \"unit\": \"Tablet\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 10\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T15:52:29.780663+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxMDg2MzU0OTc4MDY2MzAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" } ] }, { "name": "MedicationRequest - Amlodipine", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('MedicationRequest_Amlodipine', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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\": \"{{Registration_ID}}\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"{{Registration_ID}}-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/{{Medication_Amlodipine}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"authoredOn\": \"2023-03-10T05:10:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 tablet 1 hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet 1 hari\"\n }\n ],\n \"patientInstruction\": \"1 tablet 1 hari\",\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\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\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-03-10T05:10:00+00:00\",\n \"end\": \"2023-03-10T05:10:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\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\": \"{{Registration_ID}}\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"{{Registration_ID}}-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/{{Medication_Amlodipine}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"authoredOn\": \"2023-03-10T05:10:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 tablet 1 hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet 1 hari\"\n }\n ],\n \"patientInstruction\": \"1 tablet 1 hari\",\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\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\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-03-10T05:10:00+00:00\",\n \"end\": \"2023-03-10T05:10:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\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/e7a0ce75-a95c-4c3d-ba39-26fbc751927b/_history/MTcxMDg2MzI3NjA0ODI0ODAwMA" }, { "key": "etag", "value": "W/\"MTcxMDg2MzI3NjA0ODI0ODAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 15:47:56 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 15:47:56 GMT" }, { "key": "Content-Length", "value": "10462" }, { "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": "9deaa5f3-4e46-4454-8cd3-47caed696cc9" }, { "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-03-10T05: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 \"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\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"Tablet\",\n \"value\": 1\n },\n \"validityPeriod\": {\n \"end\": \"2023-03-10T05:10:00+00:00\",\n \"start\": \"2023-03-10T05:10:00+00:00\"\n }\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet 1 hari\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"Tablet\",\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 tablet 1 hari\",\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 tablet 1 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"id\": \"e7a0ce75-a95c-4c3d-ba39-26fbc751927b\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000002\",\n \"use\": \"official\",\n \"value\": \"2487778\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000002\",\n \"use\": \"official\",\n \"value\": \"2487778-1\"\n }\n ],\n \"intent\": \"order\",\n \"medicationReference\": {\n \"reference\": \"Medication/20f176e9-65b0-44ec-be51-594483267510\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T15:47:56.048248+00:00\",\n \"versionId\": \"MTcxMDg2MzI3NjA0ODI0ODAwMA\"\n },\n \"priority\": \"routine\",\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"requester\": {\n \"display\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\n },\n \"resourceType\": \"MedicationRequest\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "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\": \"{{Registration_ID}}\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"{{Registration_ID}}-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/{{Medication_Amlodipine}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"authoredOn\": \"2023-03-10T05:10:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 tablet 1 hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet 1 hari\"\n }\n ],\n \"patientInstruction\": \"1 tablet 1 hari\",\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\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\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-03-10T05:10:00+00:00\",\n \"end\": \"2023-03-10T05:10:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\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/e7a0ce75-a95c-4c3d-ba39-26fbc751927b/_history/MTcxMDg2MzI3NjA0ODI0ODAwMA" }, { "key": "etag", "value": "W/\"MTcxMDg2MzI3NjA0ODI0ODAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 15:47:56 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 15:47:56 GMT" }, { "key": "Content-Length", "value": "10462" }, { "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": "9deaa5f3-4e46-4454-8cd3-47caed696cc9" }, { "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-03-10T05: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 \"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\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"Tablet\",\n \"value\": 1\n },\n \"validityPeriod\": {\n \"end\": \"2023-03-10T05:10:00+00:00\",\n \"start\": \"2023-03-10T05:10:00+00:00\"\n }\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet 1 hari\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"Tablet\",\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 tablet 1 hari\",\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 tablet 1 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"id\": \"e7a0ce75-a95c-4c3d-ba39-26fbc751927b\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000002\",\n \"use\": \"official\",\n \"value\": \"2487778\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000002\",\n \"use\": \"official\",\n \"value\": \"2487778-1\"\n }\n ],\n \"intent\": \"order\",\n \"medicationReference\": {\n \"reference\": \"Medication/20f176e9-65b0-44ec-be51-594483267510\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T15:47:56.048248+00:00\",\n \"versionId\": \"MTcxMDg2MzI3NjA0ODI0ODAwMA\"\n },\n \"priority\": \"routine\",\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"requester\": {\n \"display\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\n },\n \"resourceType\": \"MedicationRequest\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Medication - Amlodipine (Request)", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('Medication_Amlodipine', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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\": \"R123456\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93000483\",\n \"display\": \"Amlodipine Besilate 10 mg Tablet (SAMPHARINDO PERDANA)\"\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\": \"BS066\",\n \"display\": \"Tablet\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000397\",\n \"display\": \"AMLODIPINE\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 10,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\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 - Amlodipine (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\": \"R123456\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93000483\",\n \"display\": \"Amlodipine Besilate 10 mg Tablet (SAMPHARINDO PERDANA)\"\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\": \"BS066\",\n \"display\": \"Tablet\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000397\",\n \"display\": \"AMLODIPINE\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 10,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Medication/20f176e9-65b0-44ec-be51-594483267510/_history/MTcxMDg2MjgzMjg2Mzc0NTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDg2MjgzMjg2Mzc0NTAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 15:40:32 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 15:40:32 GMT" }, { "key": "Content-Length", "value": "6304" }, { "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": "9c6a358a-68e7-4836-a0b5-7e6b979fd298" }, { "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\": \"93000483\",\n \"display\": \"Amlodipine Besilate 10 mg Tablet (SAMPHARINDO PERDANA)\",\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\": \"BS066\",\n \"display\": \"Tablet\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"20f176e9-65b0-44ec-be51-594483267510\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000002\",\n \"use\": \"official\",\n \"value\": \"R123456\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000397\",\n \"display\": \"AMLODIPINE\",\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 \"unit\": \"Tablet\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 10\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T15:40:32.863745+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxMDg2MjgzMjg2Mzc0NTAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" }, { "name": "Medication - Amlodipine (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\": \"R123456\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93000483\",\n \"display\": \"Amlodipine Besilate 10 mg Tablet (SAMPHARINDO PERDANA)\"\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\": \"BS066\",\n \"display\": \"Tablet\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000397\",\n \"display\": \"AMLODIPINE\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 10,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Tablet\",\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Medication/20f176e9-65b0-44ec-be51-594483267510/_history/MTcxMDg2MjgzMjg2Mzc0NTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDg2MjgzMjg2Mzc0NTAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 15:40:32 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 15:40:32 GMT" }, { "key": "Content-Length", "value": "6304" }, { "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": "9c6a358a-68e7-4836-a0b5-7e6b979fd298" }, { "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\": \"93000483\",\n \"display\": \"Amlodipine Besilate 10 mg Tablet (SAMPHARINDO PERDANA)\",\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\": \"BS066\",\n \"display\": \"Tablet\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"20f176e9-65b0-44ec-be51-594483267510\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000002\",\n \"use\": \"official\",\n \"value\": \"R123456\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000397\",\n \"display\": \"AMLODIPINE\",\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 \"unit\": \"Tablet\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 10\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T15:40:32.863745+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxMDg2MjgzMjg2Mzc0NTAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" } ] } ] }, { "name": "09. Data Kepulangan Pasien Stroke", "item": [ { "name": "Observation - mRS Pulang", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T05:00:00+00:00\",\n \"issued\": \"2023-03-10T05:00:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6112-2\",\n \"display\": \"1\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - mRS Pulang", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T05:00:00+00:00\",\n \"issued\": \"2023-03-10T05:00:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6112-2\",\n \"display\": \"1\"\n }\n ]\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": "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/536adbac-6921-403d-8877-e635f8e06a10/_history/MTcxMDgzNDkxNjY1NDM5NTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgzNDkxNjY1NDM5NTAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 07:55:16 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 07:55:16 GMT" }, { "key": "Content-Length", "value": "4016" }, { "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": "9f0df1a2-349f-40ab-9243-90c850e2064f" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-10T05:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"536adbac-6921-403d-8877-e635f8e06a10\",\n \"identifier\": [],\n \"issued\": \"2023-03-10T05:00:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T07:55:16.654395+00:00\",\n \"versionId\": \"MTcxMDgzNDkxNjY1NDM5NTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6112-2\",\n \"display\": \"1\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" }, { "name": "Observation - mRS Pulang", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T05:00:00+00:00\",\n \"issued\": \"2023-03-10T05:00:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6112-2\",\n \"display\": \"1\"\n }\n ]\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": "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/536adbac-6921-403d-8877-e635f8e06a10/_history/MTcxMDgzNDkxNjY1NDM5NTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgzNDkxNjY1NDM5NTAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 07:55:16 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 07:55:16 GMT" }, { "key": "Content-Length", "value": "4016" }, { "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": "9f0df1a2-349f-40ab-9243-90c850e2064f" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-10T05:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"536adbac-6921-403d-8877-e635f8e06a10\",\n \"identifier\": [],\n \"issued\": \"2023-03-10T05:00:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T07:55:16.654395+00:00\",\n \"versionId\": \"MTcxMDgzNDkxNjY1NDM5NTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6112-2\",\n \"display\": \"1\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" } ] }, { "name": "Observation - mRS Pulang", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T05:00:00+00:00\",\n \"issued\": \"2023-03-10T05:00:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6112-2\",\n \"display\": \"1\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - mRS Pulang", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T05:00:00+00:00\",\n \"issued\": \"2023-03-10T05:00:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6112-2\",\n \"display\": \"1\"\n }\n ]\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": "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/536adbac-6921-403d-8877-e635f8e06a10/_history/MTcxMDgzNDkxNjY1NDM5NTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgzNDkxNjY1NDM5NTAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 07:55:16 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 07:55:16 GMT" }, { "key": "Content-Length", "value": "4016" }, { "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": "9f0df1a2-349f-40ab-9243-90c850e2064f" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-10T05:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"536adbac-6921-403d-8877-e635f8e06a10\",\n \"identifier\": [],\n \"issued\": \"2023-03-10T05:00:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T07:55:16.654395+00:00\",\n \"versionId\": \"MTcxMDgzNDkxNjY1NDM5NTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6112-2\",\n \"display\": \"1\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" }, { "name": "Observation - mRS Pulang", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T05:00:00+00:00\",\n \"issued\": \"2023-03-10T05:00:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6112-2\",\n \"display\": \"1\"\n }\n ]\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": "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/536adbac-6921-403d-8877-e635f8e06a10/_history/MTcxMDgzNDkxNjY1NDM5NTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgzNDkxNjY1NDM5NTAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 07:55:16 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 07:55:16 GMT" }, { "key": "Content-Length", "value": "4016" }, { "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": "9f0df1a2-349f-40ab-9243-90c850e2064f" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-10T05:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/a6134895-372d-43db-a5b5-4989aef4068b\"\n },\n \"id\": \"536adbac-6921-403d-8877-e635f8e06a10\",\n \"identifier\": [],\n \"issued\": \"2023-03-10T05:00:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T07:55:16.654395+00:00\",\n \"versionId\": \"MTcxMDgzNDkxNjY1NDM5NTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6112-2\",\n \"display\": \"1\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" } ] } ] }, { "name": "10. 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 melakukan rehabilitasi setelah serangan stroke iskemik\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T05:00:00+00:00\",\n \"date\": \"2023-03-10T05:00:00+00:00\",\n \"assessor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/5500104a-ade6-4478-8768-018787c01277\"\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 melakukan rehabilitasi setelah serangan stroke iskemik\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T05:00:00+00:00\",\n \"date\": \"2023-03-10T05:00:00+00:00\",\n \"assessor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/5500104a-ade6-4478-8768-018787c01277\"\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/\"MTcxMDgzNTkyMDUyMTI1MzAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/ClinicalImpression/33fd72a2-f26e-4b3e-b0e4-ec1e1a305a48/_history/MTcxMDgzNTkyMDUyMTI1MzAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 08:12:00 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 08:12:00 GMT" }, { "key": "Content-Length", "value": "5224" }, { "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": "99d91e24-cef6-43d2-b321-2fa55dc8b1d0" }, { "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-03-10T05:00:00+00:00\",\n \"description\": \"Pasien melakukan rehabilitasi setelah serangan stroke iskemik\",\n \"effectiveDateTime\": \"2023-03-10T05:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/5500104a-ade6-4478-8768-018787c01277\"\n }\n }\n ],\n \"id\": \"33fd72a2-f26e-4b3e-b0e4-ec1e1a305a48\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/clinicalimpression/10000002\",\n \"use\": \"official\",\n \"value\": \"Prognosis_00001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T08:12:00.521253+00:00\",\n \"versionId\": \"MTcxMDgzNTkyMDUyMTI1MzAwMA\"\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}" }, { "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 melakukan rehabilitasi setelah serangan stroke iskemik\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T05:00:00+00:00\",\n \"date\": \"2023-03-10T05:00:00+00:00\",\n \"assessor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/5500104a-ade6-4478-8768-018787c01277\"\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/\"MTcxMDgzNTkyMDUyMTI1MzAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/ClinicalImpression/33fd72a2-f26e-4b3e-b0e4-ec1e1a305a48/_history/MTcxMDgzNTkyMDUyMTI1MzAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 08:12:00 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 08:12:00 GMT" }, { "key": "Content-Length", "value": "5224" }, { "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": "99d91e24-cef6-43d2-b321-2fa55dc8b1d0" }, { "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-03-10T05:00:00+00:00\",\n \"description\": \"Pasien melakukan rehabilitasi setelah serangan stroke iskemik\",\n \"effectiveDateTime\": \"2023-03-10T05:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/5500104a-ade6-4478-8768-018787c01277\"\n }\n }\n ],\n \"id\": \"33fd72a2-f26e-4b3e-b0e4-ec1e1a305a48\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/clinicalimpression/10000002\",\n \"use\": \"official\",\n \"value\": \"Prognosis_00001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T08:12:00.521253+00:00\",\n \"versionId\": \"MTcxMDgzNTkyMDUyMTI1MzAwMA\"\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}" } ] }, { "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 melakukan rehabilitasi setelah serangan stroke iskemik\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T05:00:00+00:00\",\n \"date\": \"2023-03-10T05:00:00+00:00\",\n \"assessor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/5500104a-ade6-4478-8768-018787c01277\"\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 melakukan rehabilitasi setelah serangan stroke iskemik\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T05:00:00+00:00\",\n \"date\": \"2023-03-10T05:00:00+00:00\",\n \"assessor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/5500104a-ade6-4478-8768-018787c01277\"\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/\"MTcxMDgzNTkyMDUyMTI1MzAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/ClinicalImpression/33fd72a2-f26e-4b3e-b0e4-ec1e1a305a48/_history/MTcxMDgzNTkyMDUyMTI1MzAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 08:12:00 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 08:12:00 GMT" }, { "key": "Content-Length", "value": "5224" }, { "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": "99d91e24-cef6-43d2-b321-2fa55dc8b1d0" }, { "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-03-10T05:00:00+00:00\",\n \"description\": \"Pasien melakukan rehabilitasi setelah serangan stroke iskemik\",\n \"effectiveDateTime\": \"2023-03-10T05:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/5500104a-ade6-4478-8768-018787c01277\"\n }\n }\n ],\n \"id\": \"33fd72a2-f26e-4b3e-b0e4-ec1e1a305a48\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/clinicalimpression/10000002\",\n \"use\": \"official\",\n \"value\": \"Prognosis_00001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T08:12:00.521253+00:00\",\n \"versionId\": \"MTcxMDgzNTkyMDUyMTI1MzAwMA\"\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}" }, { "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 melakukan rehabilitasi setelah serangan stroke iskemik\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T05:00:00+00:00\",\n \"date\": \"2023-03-10T05:00:00+00:00\",\n \"assessor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/5500104a-ade6-4478-8768-018787c01277\"\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/\"MTcxMDgzNTkyMDUyMTI1MzAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/ClinicalImpression/33fd72a2-f26e-4b3e-b0e4-ec1e1a305a48/_history/MTcxMDgzNTkyMDUyMTI1MzAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 08:12:00 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 08:12:00 GMT" }, { "key": "Content-Length", "value": "5224" }, { "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": "99d91e24-cef6-43d2-b321-2fa55dc8b1d0" }, { "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-03-10T05:00:00+00:00\",\n \"description\": \"Pasien melakukan rehabilitasi setelah serangan stroke iskemik\",\n \"effectiveDateTime\": \"2023-03-10T05:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/5500104a-ade6-4478-8768-018787c01277\"\n }\n }\n ],\n \"id\": \"33fd72a2-f26e-4b3e-b0e4-ec1e1a305a48\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/clinicalimpression/10000002\",\n \"use\": \"official\",\n \"value\": \"Prognosis_00001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T08:12:00.521253+00:00\",\n \"versionId\": \"MTcxMDgzNTkyMDUyMTI1MzAwMA\"\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}" } ] } ] }, { "name": "11. Rencana Tindak Lanjut", "item": [ { "name": "ServiceRequest - Kontrol kembali", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('ServiceRequest_Kontrol2', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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 untuk melakukan Rehabilitasi Fisioterapi di Tanggal 15 Maret 2023\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter2_id}}\"\r\n },\r\n \"occurrenceDateTime\": \"2023-03-15T03:00:00+00:00\",\r\n \"authoredOn\": \"2023-03-10T05:30:00+00:00\",\r\n \"requester\": {\r\n \"reference\": \"Practitioner/N10000005\",\r\n \"display\": \"Fatma\"\r\n },\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/N10000001\",\r\n \"display\": \"Dokter Bronsig\"\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\": \"I63.5\",\r\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\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 untuk melakukan Rehabilitasi Fisioterapi di Tanggal 15 Maret 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": "{\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\": \"306098008\",\n \"display\": \"Self-referral\"\n }\n ]\n },\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"11429006\",\n \"display\": \"Consultation\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"185389009\",\n \"display\": \"Follow-up visit\"\n }\n ],\n \"text\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 15 Maret 2023\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"occurrenceDateTime\": \"2023-03-15T03:00:00+00:00\",\n \"authoredOn\": \"2023-03-10T05:30:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ],\n \"text\": \"Kontrol kembali minggu depan 13 November 2023\"\n }\n ],\n \"locationCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\",\n \"code\": \"OF\",\n \"display\": \"Outpatient Facility\"\n }\n ]\n }\n ],\n \"patientInstruction\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 15 Maret 2023. Dalam keadaan darurat dapat menghubungi hotline RS di nomor 14045\"\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/\"MTcxMDgzNjA0NDY4ODkxNTAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 08:14: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/ServiceRequest/4f1808f9-2aa7-4948-b23a-e0b522afa048/_history/MTcxMDgzNjA0NDY4ODkxNTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 08:14:04 GMT" }, { "key": "Content-Length", "value": "7596" }, { "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": "c0b0d004-2590-4c52-aab9-44eb236937b5" }, { "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-03-10T05: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 untuk melakukan Rehabilitasi Fisioterapi di Tanggal 15 Maret 2023\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"4f1808f9-2aa7-4948-b23a-e0b522afa048\",\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\": \"2024-03-19T08:14:04.688915+00:00\",\n \"versionId\": \"MTcxMDgzNjA0NDY4ODkxNTAwMA\"\n },\n \"occurrenceDateTime\": \"2023-03-15T03:00:00+00:00\",\n \"patientInstruction\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 15 Maret 2023. Dalam keadaan darurat dapat menghubungi hotline RS di nomor 14045\",\n \"performer\": [\n {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\n },\n \"resourceType\": \"ServiceRequest\",\n \"status\": \"active\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "ServiceRequest - Kontrol kembali", "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\": \"306098008\",\n \"display\": \"Self-referral\"\n }\n ]\n },\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"11429006\",\n \"display\": \"Consultation\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"185389009\",\n \"display\": \"Follow-up visit\"\n }\n ],\n \"text\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 15 Maret 2023\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"occurrenceDateTime\": \"2023-03-15T03:00:00+00:00\",\n \"authoredOn\": \"2023-03-10T05:30:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ],\n \"text\": \"Kontrol kembali minggu depan 13 November 2023\"\n }\n ],\n \"locationCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\",\n \"code\": \"OF\",\n \"display\": \"Outpatient Facility\"\n }\n ]\n }\n ],\n \"patientInstruction\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 15 Maret 2023. Dalam keadaan darurat dapat menghubungi hotline RS di nomor 14045\"\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/\"MTcxMDgzNjA0NDY4ODkxNTAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 08:14: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/ServiceRequest/4f1808f9-2aa7-4948-b23a-e0b522afa048/_history/MTcxMDgzNjA0NDY4ODkxNTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 08:14:04 GMT" }, { "key": "Content-Length", "value": "7596" }, { "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": "c0b0d004-2590-4c52-aab9-44eb236937b5" }, { "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-03-10T05: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 untuk melakukan Rehabilitasi Fisioterapi di Tanggal 15 Maret 2023\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"4f1808f9-2aa7-4948-b23a-e0b522afa048\",\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\": \"2024-03-19T08:14:04.688915+00:00\",\n \"versionId\": \"MTcxMDgzNjA0NDY4ODkxNTAwMA\"\n },\n \"occurrenceDateTime\": \"2023-03-15T03:00:00+00:00\",\n \"patientInstruction\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 15 Maret 2023. Dalam keadaan darurat dapat menghubungi hotline RS di nomor 14045\",\n \"performer\": [\n {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\n },\n \"resourceType\": \"ServiceRequest\",\n \"status\": \"active\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "ServiceRequest - Kontrol kembali", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('ServiceRequest_Kontrol2', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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 untuk melakukan Rehabilitasi Fisioterapi di Tanggal 15 Maret 2023\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter2_id}}\"\r\n },\r\n \"occurrenceDateTime\": \"2023-03-15T03:00:00+00:00\",\r\n \"authoredOn\": \"2023-03-10T05:30:00+00:00\",\r\n \"requester\": {\r\n \"reference\": \"Practitioner/N10000005\",\r\n \"display\": \"Fatma\"\r\n },\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/N10000001\",\r\n \"display\": \"Dokter Bronsig\"\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\": \"I63.5\",\r\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\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 untuk melakukan Rehabilitasi Fisioterapi di Tanggal 15 Maret 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": "{\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\": \"306098008\",\n \"display\": \"Self-referral\"\n }\n ]\n },\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"11429006\",\n \"display\": \"Consultation\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"185389009\",\n \"display\": \"Follow-up visit\"\n }\n ],\n \"text\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 15 Maret 2023\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"occurrenceDateTime\": \"2023-03-15T03:00:00+00:00\",\n \"authoredOn\": \"2023-03-10T05:30:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ],\n \"text\": \"Kontrol kembali minggu depan 13 November 2023\"\n }\n ],\n \"locationCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\",\n \"code\": \"OF\",\n \"display\": \"Outpatient Facility\"\n }\n ]\n }\n ],\n \"patientInstruction\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 15 Maret 2023. Dalam keadaan darurat dapat menghubungi hotline RS di nomor 14045\"\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/\"MTcxMDgzNjA0NDY4ODkxNTAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 08:14: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/ServiceRequest/4f1808f9-2aa7-4948-b23a-e0b522afa048/_history/MTcxMDgzNjA0NDY4ODkxNTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 08:14:04 GMT" }, { "key": "Content-Length", "value": "7596" }, { "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": "c0b0d004-2590-4c52-aab9-44eb236937b5" }, { "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-03-10T05: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 untuk melakukan Rehabilitasi Fisioterapi di Tanggal 15 Maret 2023\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"4f1808f9-2aa7-4948-b23a-e0b522afa048\",\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\": \"2024-03-19T08:14:04.688915+00:00\",\n \"versionId\": \"MTcxMDgzNjA0NDY4ODkxNTAwMA\"\n },\n \"occurrenceDateTime\": \"2023-03-15T03:00:00+00:00\",\n \"patientInstruction\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 15 Maret 2023. Dalam keadaan darurat dapat menghubungi hotline RS di nomor 14045\",\n \"performer\": [\n {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\n },\n \"resourceType\": \"ServiceRequest\",\n \"status\": \"active\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "ServiceRequest - Kontrol kembali", "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\": \"306098008\",\n \"display\": \"Self-referral\"\n }\n ]\n },\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"11429006\",\n \"display\": \"Consultation\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"185389009\",\n \"display\": \"Follow-up visit\"\n }\n ],\n \"text\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 15 Maret 2023\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"occurrenceDateTime\": \"2023-03-15T03:00:00+00:00\",\n \"authoredOn\": \"2023-03-10T05:30:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ],\n \"text\": \"Kontrol kembali minggu depan 13 November 2023\"\n }\n ],\n \"locationCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\",\n \"code\": \"OF\",\n \"display\": \"Outpatient Facility\"\n }\n ]\n }\n ],\n \"patientInstruction\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 15 Maret 2023. Dalam keadaan darurat dapat menghubungi hotline RS di nomor 14045\"\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/\"MTcxMDgzNjA0NDY4ODkxNTAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 08:14: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/ServiceRequest/4f1808f9-2aa7-4948-b23a-e0b522afa048/_history/MTcxMDgzNjA0NDY4ODkxNTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 08:14:04 GMT" }, { "key": "Content-Length", "value": "7596" }, { "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": "c0b0d004-2590-4c52-aab9-44eb236937b5" }, { "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-03-10T05: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 untuk melakukan Rehabilitasi Fisioterapi di Tanggal 15 Maret 2023\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"4f1808f9-2aa7-4948-b23a-e0b522afa048\",\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\": \"2024-03-19T08:14:04.688915+00:00\",\n \"versionId\": \"MTcxMDgzNjA0NDY4ODkxNTAwMA\"\n },\n \"occurrenceDateTime\": \"2023-03-15T03:00:00+00:00\",\n \"patientInstruction\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 15 Maret 2023. Dalam keadaan darurat dapat menghubungi hotline RS di nomor 14045\",\n \"performer\": [\n {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\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\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\n },\n \"resourceType\": \"ServiceRequest\",\n \"status\": \"active\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] } ] }, { "name": "12. 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_id}}\"\n },\n \"recordedDate\": \"2023-03-10T05:30:00+00:00\"\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/{{Encounter2_id}}\"\n },\n \"recordedDate\": \"2023-03-10T05:30:00+00:00\"\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": "Tue, 19 Mar 2024 08:16:11 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgzNjE3MTkzODcxNjAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/4d3e9c56-316f-4fa7-9a58-d9b3f8a1b42d/_history/MTcxMDgzNjE3MTkzODcxNjAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 08:16:11 GMT" }, { "key": "Content-Length", "value": "3902" }, { "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": "117146b1-8645-46df-887e-bce4ccce1b1f" }, { "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/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"4d3e9c56-316f-4fa7-9a58-d9b3f8a1b42d\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T08:16:11.938716+00:00\",\n \"versionId\": \"MTcxMDgzNjE3MTkzODcxNjAwMA\"\n },\n \"recordedDate\": \"2023-03-10T05:30:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "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/{{Encounter2_id}}\"\n },\n \"recordedDate\": \"2023-03-10T05:30:00+00:00\"\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": "Tue, 19 Mar 2024 08:16:11 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgzNjE3MTkzODcxNjAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/4d3e9c56-316f-4fa7-9a58-d9b3f8a1b42d/_history/MTcxMDgzNjE3MTkzODcxNjAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 08:16:11 GMT" }, { "key": "Content-Length", "value": "3902" }, { "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": "117146b1-8645-46df-887e-bce4ccce1b1f" }, { "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/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"4d3e9c56-316f-4fa7-9a58-d9b3f8a1b42d\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T08:16:11.938716+00:00\",\n \"versionId\": \"MTcxMDgzNjE3MTkzODcxNjAwMA\"\n },\n \"recordedDate\": \"2023-03-10T05:30:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "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_id}}\"\n },\n \"recordedDate\": \"2023-03-10T05:30:00+00:00\"\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/{{Encounter2_id}}\"\n },\n \"recordedDate\": \"2023-03-10T05:30:00+00:00\"\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": "Tue, 19 Mar 2024 08:16:11 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgzNjE3MTkzODcxNjAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/4d3e9c56-316f-4fa7-9a58-d9b3f8a1b42d/_history/MTcxMDgzNjE3MTkzODcxNjAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 08:16:11 GMT" }, { "key": "Content-Length", "value": "3902" }, { "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": "117146b1-8645-46df-887e-bce4ccce1b1f" }, { "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/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"4d3e9c56-316f-4fa7-9a58-d9b3f8a1b42d\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T08:16:11.938716+00:00\",\n \"versionId\": \"MTcxMDgzNjE3MTkzODcxNjAwMA\"\n },\n \"recordedDate\": \"2023-03-10T05:30:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "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/{{Encounter2_id}}\"\n },\n \"recordedDate\": \"2023-03-10T05:30:00+00:00\"\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": "Tue, 19 Mar 2024 08:16:11 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgzNjE3MTkzODcxNjAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/4d3e9c56-316f-4fa7-9a58-d9b3f8a1b42d/_history/MTcxMDgzNjE3MTkzODcxNjAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 08:16:11 GMT" }, { "key": "Content-Length", "value": "3902" }, { "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": "117146b1-8645-46df-887e-bce4ccce1b1f" }, { "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/5aaa7fbc-99b2-4694-b804-2e9ce24c450a\"\n },\n \"id\": \"4d3e9c56-316f-4fa7-9a58-d9b3f8a1b42d\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T08:16:11.938716+00:00\",\n \"versionId\": \"MTcxMDgzNjE3MTkzODcxNjAwMA\"\n },\n \"recordedDate\": \"2023-03-10T05:30:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] } ] }, { "name": "13. Cara Keluar dari RS", "item": [ { "name": "Encounter - Pasien Pulang (Update)", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"Encounter\",\r\n \"id\": \"{{Encounter2_id}}\",\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\": \"Dokter Bronsig\"\r\n }\r\n }\r\n ],\r\n \"period\": {\r\n \"start\": \"2023-03-10T03:15:00+00:00\",\r\n \"end\": \"2023-03-10T05:30:00+00:00\"\r\n },\r\n \"location\": [\r\n {\r\n \"location\": {\r\n \"reference\": \"Location/{{Location_PoliSaraf}}\",\r\n \"display\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\"\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-03-10T03:00:00+00:00\",\r\n \"end\": \"2023-03-10T03:15:00+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"in-progress\",\r\n \"period\": {\r\n \"start\": \"2023-03-10T03:15:00+00:00\",\r\n \"end\": \"2023-03-10T05:30:00+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"finished\",\r\n \"period\": {\r\n \"start\": \"2023-03-10T05:30:00+00:00\",\r\n \"end\": \"2023-03-10T05:30:00+00:00\"\r\n }\r\n }\r\n ],\r\n \"diagnosis\": [\r\n {\r\n \"condition\": {\r\n \"reference\": \"Condition/{{DiagnosisUtama_Kunjungan2}}\"\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 \"basedOn\": [\r\n {\r\n \"reference\": \"ServiceRequest/{{ServiceRequest_Kontrol}}\"\r\n }\r\n ],\r\n \"episodeOfCare\": [\r\n {\r\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\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": "{{Encounter2_id}}" } ] } }, "response": [ { "name": "Encounter - Pasien Pulang (Update)", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter2_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"PD000017\"\n }\n ],\n \"status\": \"finished\",\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-10T03:15:00+00:00\",\n \"end\": \"2023-03-10T05:30:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_PoliSaraf}}\",\n \"display\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\"\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-03-10T03:00:00+00:00\",\n \"end\": \"2023-03-10T03:15:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-03-10T03:15:00+00:00\",\n \"end\": \"2023-03-10T05:30:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-03-10T05:30:00+00:00\",\n \"end\": \"2023-03-10T05:30:00+00:00\"\n }\n }\n ],\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/{{DiagnosisUtama_Kunjungan2}}\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis\"\n }\n ]\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\n \"code\": \"home\",\n \"display\": \"Home\"\n }\n ],\n \"text\": \"Menunggu hasil pemeriksaan 1 minggu lagi\"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Kontrol}}\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter2_id}}" } ] } }, "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/5aaa7fbc-99b2-4694-b804-2e9ce24c450a/_history/MTcxMDgzNjkzMzM3NTg0NzAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 08:28:53 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgzNjkzMzM3NTg0NzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 08:28:53 GMT" }, { "key": "Content-Length", "value": "10400" }, { "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": "871c7675-5c6f-4675-9aaa-103dfade1ae5" }, { "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/78f8ec52-bae1-4a4b-923e-7061e59cc42d\"\n }\n ],\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/5500104a-ade6-4478-8768-018787c01277\"\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/b0197f2b-0955-426b-8a16-38e5214395c6\"\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\": \"5aaa7fbc-99b2-4694-b804-2e9ce24c450a\",\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\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\",\n \"reference\": \"Location/3a41b45d-f47b-4a55-a11c-a6d90111699b\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T08:28:53.375847+00:00\",\n \"versionId\": \"MTcxMDgzNjkzMzM3NTg0NzAwMA\"\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-03-10T05:30:00+00:00\",\n \"start\": \"2023-03-10T03:15: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-03-10T03:15:00+00:00\",\n \"start\": \"2023-03-10T03:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"end\": \"2023-03-10T05:30:00+00:00\",\n \"start\": \"2023-03-10T03:15:00+00:00\"\n },\n \"status\": \"in-progress\"\n },\n {\n \"period\": {\n \"end\": \"2023-03-10T05:30:00+00:00\",\n \"start\": \"2023-03-10T05:30:00+00:00\"\n },\n \"status\": \"finished\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Encounter - Pasien Pulang (Update)", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter2_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"PD000017\"\n }\n ],\n \"status\": \"finished\",\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-10T03:15:00+00:00\",\n \"end\": \"2023-03-10T05:30:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_PoliSaraf}}\",\n \"display\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\"\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-03-10T03:00:00+00:00\",\n \"end\": \"2023-03-10T03:15:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-03-10T03:15:00+00:00\",\n \"end\": \"2023-03-10T05:30:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-03-10T05:30:00+00:00\",\n \"end\": \"2023-03-10T05:30:00+00:00\"\n }\n }\n ],\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/{{DiagnosisUtama_Kunjungan2}}\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis\"\n }\n ]\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\n \"code\": \"home\",\n \"display\": \"Home\"\n }\n ],\n \"text\": \"Menunggu hasil pemeriksaan 1 minggu lagi\"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Kontrol}}\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter2_id}}" } ] } }, "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/5aaa7fbc-99b2-4694-b804-2e9ce24c450a/_history/MTcxMDgzNjkzMzM3NTg0NzAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 08:28:53 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgzNjkzMzM3NTg0NzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 08:28:53 GMT" }, { "key": "Content-Length", "value": "10400" }, { "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": "871c7675-5c6f-4675-9aaa-103dfade1ae5" }, { "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/78f8ec52-bae1-4a4b-923e-7061e59cc42d\"\n }\n ],\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/5500104a-ade6-4478-8768-018787c01277\"\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/b0197f2b-0955-426b-8a16-38e5214395c6\"\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\": \"5aaa7fbc-99b2-4694-b804-2e9ce24c450a\",\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\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\",\n \"reference\": \"Location/3a41b45d-f47b-4a55-a11c-a6d90111699b\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T08:28:53.375847+00:00\",\n \"versionId\": \"MTcxMDgzNjkzMzM3NTg0NzAwMA\"\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-03-10T05:30:00+00:00\",\n \"start\": \"2023-03-10T03:15: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-03-10T03:15:00+00:00\",\n \"start\": \"2023-03-10T03:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"end\": \"2023-03-10T05:30:00+00:00\",\n \"start\": \"2023-03-10T03:15:00+00:00\"\n },\n \"status\": \"in-progress\"\n },\n {\n \"period\": {\n \"end\": \"2023-03-10T05:30:00+00:00\",\n \"start\": \"2023-03-10T05:30:00+00:00\"\n },\n \"status\": \"finished\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Encounter - Pasien Pulang (Update)", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"Encounter\",\r\n \"id\": \"{{Encounter2_id}}\",\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\": \"Dokter Bronsig\"\r\n }\r\n }\r\n ],\r\n \"period\": {\r\n \"start\": \"2023-03-10T03:15:00+00:00\",\r\n \"end\": \"2023-03-10T05:30:00+00:00\"\r\n },\r\n \"location\": [\r\n {\r\n \"location\": {\r\n \"reference\": \"Location/{{Location_PoliSaraf}}\",\r\n \"display\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\"\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-03-10T03:00:00+00:00\",\r\n \"end\": \"2023-03-10T03:15:00+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"in-progress\",\r\n \"period\": {\r\n \"start\": \"2023-03-10T03:15:00+00:00\",\r\n \"end\": \"2023-03-10T05:30:00+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"finished\",\r\n \"period\": {\r\n \"start\": \"2023-03-10T05:30:00+00:00\",\r\n \"end\": \"2023-03-10T05:30:00+00:00\"\r\n }\r\n }\r\n ],\r\n \"diagnosis\": [\r\n {\r\n \"condition\": {\r\n \"reference\": \"Condition/{{DiagnosisUtama_Kunjungan2}}\"\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 \"basedOn\": [\r\n {\r\n \"reference\": \"ServiceRequest/{{ServiceRequest_Kontrol}}\"\r\n }\r\n ],\r\n \"episodeOfCare\": [\r\n {\r\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\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": "{{Encounter2_id}}" } ] } }, "response": [ { "name": "Encounter - Pasien Pulang (Update)", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter2_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"PD000017\"\n }\n ],\n \"status\": \"finished\",\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-10T03:15:00+00:00\",\n \"end\": \"2023-03-10T05:30:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_PoliSaraf}}\",\n \"display\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\"\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-03-10T03:00:00+00:00\",\n \"end\": \"2023-03-10T03:15:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-03-10T03:15:00+00:00\",\n \"end\": \"2023-03-10T05:30:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-03-10T05:30:00+00:00\",\n \"end\": \"2023-03-10T05:30:00+00:00\"\n }\n }\n ],\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/{{DiagnosisUtama_Kunjungan2}}\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis\"\n }\n ]\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\n \"code\": \"home\",\n \"display\": \"Home\"\n }\n ],\n \"text\": \"Menunggu hasil pemeriksaan 1 minggu lagi\"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Kontrol}}\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter2_id}}" } ] } }, "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/5aaa7fbc-99b2-4694-b804-2e9ce24c450a/_history/MTcxMDgzNjkzMzM3NTg0NzAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 08:28:53 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgzNjkzMzM3NTg0NzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 08:28:53 GMT" }, { "key": "Content-Length", "value": "10400" }, { "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": "871c7675-5c6f-4675-9aaa-103dfade1ae5" }, { "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/78f8ec52-bae1-4a4b-923e-7061e59cc42d\"\n }\n ],\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/5500104a-ade6-4478-8768-018787c01277\"\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/b0197f2b-0955-426b-8a16-38e5214395c6\"\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\": \"5aaa7fbc-99b2-4694-b804-2e9ce24c450a\",\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\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\",\n \"reference\": \"Location/3a41b45d-f47b-4a55-a11c-a6d90111699b\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T08:28:53.375847+00:00\",\n \"versionId\": \"MTcxMDgzNjkzMzM3NTg0NzAwMA\"\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-03-10T05:30:00+00:00\",\n \"start\": \"2023-03-10T03:15: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-03-10T03:15:00+00:00\",\n \"start\": \"2023-03-10T03:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"end\": \"2023-03-10T05:30:00+00:00\",\n \"start\": \"2023-03-10T03:15:00+00:00\"\n },\n \"status\": \"in-progress\"\n },\n {\n \"period\": {\n \"end\": \"2023-03-10T05:30:00+00:00\",\n \"start\": \"2023-03-10T05:30:00+00:00\"\n },\n \"status\": \"finished\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Encounter - Pasien Pulang (Update)", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter2_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"PD000017\"\n }\n ],\n \"status\": \"finished\",\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-10T03:15:00+00:00\",\n \"end\": \"2023-03-10T05:30:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_PoliSaraf}}\",\n \"display\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\"\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-03-10T03:00:00+00:00\",\n \"end\": \"2023-03-10T03:15:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-03-10T03:15:00+00:00\",\n \"end\": \"2023-03-10T05:30:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-03-10T05:30:00+00:00\",\n \"end\": \"2023-03-10T05:30:00+00:00\"\n }\n }\n ],\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/{{DiagnosisUtama_Kunjungan2}}\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis\"\n }\n ]\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\n \"code\": \"home\",\n \"display\": \"Home\"\n }\n ],\n \"text\": \"Menunggu hasil pemeriksaan 1 minggu lagi\"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Kontrol}}\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter2_id}}" } ] } }, "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/5aaa7fbc-99b2-4694-b804-2e9ce24c450a/_history/MTcxMDgzNjkzMzM3NTg0NzAwMA" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 08:28:53 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgzNjkzMzM3NTg0NzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 08:28:53 GMT" }, { "key": "Content-Length", "value": "10400" }, { "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": "871c7675-5c6f-4675-9aaa-103dfade1ae5" }, { "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/78f8ec52-bae1-4a4b-923e-7061e59cc42d\"\n }\n ],\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/5500104a-ade6-4478-8768-018787c01277\"\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/b0197f2b-0955-426b-8a16-38e5214395c6\"\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\": \"5aaa7fbc-99b2-4694-b804-2e9ce24c450a\",\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\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\",\n \"reference\": \"Location/3a41b45d-f47b-4a55-a11c-a6d90111699b\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T08:28:53.375847+00:00\",\n \"versionId\": \"MTcxMDgzNjkzMzM3NTg0NzAwMA\"\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-03-10T05:30:00+00:00\",\n \"start\": \"2023-03-10T03:15: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-03-10T03:15:00+00:00\",\n \"start\": \"2023-03-10T03:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"end\": \"2023-03-10T05:30:00+00:00\",\n \"start\": \"2023-03-10T03:15:00+00:00\"\n },\n \"status\": \"in-progress\"\n },\n {\n \"period\": {\n \"end\": \"2023-03-10T05:30:00+00:00\",\n \"start\": \"2023-03-10T05:30:00+00:00\"\n },\n \"status\": \"finished\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] } ] }, { "name": "Bundle Kunjungan 2 - Rehabilitasi", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction\",\n \"entry\": [\n {\n \"fullUrl\": \"urn:uuid:{{Encounter2_id}}\",\n \"resource\": {\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter2_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"PD000017\"\n }\n ],\n \"status\": \"finished\",\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-10T03:15:00+00:00\",\n \"end\": \"2023-03-10T05:30:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_PoliSaraf}}\",\n \"display\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\"\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-03-10T03:00:00+00:00\",\n \"end\": \"2023-03-10T03:15:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-03-10T03:15:00+00:00\",\n \"end\": \"2023-03-10T05:30:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-03-10T05:30:00+00:00\",\n \"end\": \"2023-03-10T05:30:00+00:00\"\n }\n }\n ],\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/{{Diagnosis_Utama}}\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis\"\n }\n ]\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\n \"code\": \"home\",\n \"display\": \"Home\"\n }\n ],\n \"text\": \"Menunggu hasil pemeriksaan 1 minggu lagi\"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Kontrol}}\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Encounter\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Condition_LemahSisi}}\",\n \"resource\": {\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\": \"20022000\",\n \"display\": \"Weakness of one side of body\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"recordedDate\": \"2023-03-10T03:15:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami lemah pada separuh anggota tubuh\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Condition_RiwayatKejadianSerebroVaskular}}\",\n \"resource\": {\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\": \"275526006\",\n \"display\": \"History of cerebrovascular accident\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"recordedDate\": \"2023-03-10T03:15:00+00:00\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{MedicationStatement_Clopidogrel}}\",\n \"resource\": {\n \"resourceType\": \"MedicationStatement\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/medication-statement-category\",\n \"code\": \"inpatient\",\n \"display\": \"Inpatient\"\n }\n ]\n },\n \"medicationReference\": {\n \"reference\": \"Medication/{{MedicationClopidogrel_ForDispense}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"dosage\": [\n {\n \"text\": \"one capsule one time daily\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"effectiveDateTime\": \"2023-03-02T04:40:00+00:00\",\n \"dateAsserted\": \"2023-03-10T03:15:00+00:00\",\n \"informationSource\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"MedicationStatement\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_BodyWeight}}\",\n \"resource\": {\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\": \"29463-7\",\n \"display\": \"Body weight\"\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/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueQuantity\": {\n \"value\": 75,\n \"unit\": \"kg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_BodyHeight}}\",\n \"resource\": {\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\": \"8302-2\",\n \"display\": \"Body height\"\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/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueQuantity\": {\n \"value\": 165,\n \"unit\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"cm\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6114-8\",\n \"display\": \"1\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_Dysphagia}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"162023004\",\n \"display\": \"No problem swallowing\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Procedure_TerapiRehabilitasiStroke}}\",\n \"resource\": {\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"2517002\",\n \"display\": \"Stroke rehabilitation\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"91251008\",\n \"display\": \"Physical therapy procedure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Procedure_ExerciseRehabilitasi}}\",\n \"resource\": {\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"2517002\",\n \"display\": \"Stroke rehabilitation\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"93.11\",\n \"display\": \"Assisting exercise\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-10T03:30:00+00:00\",\n \"end\": \"2023-03-10T05:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Ranap}}\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Kontrol Kembali Pasien untuk Rehabilitasi Fisioterapi pasca Serangan Stroke\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T05:00:00+00:00\",\n \"issued\": \"2023-03-10T05:00:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6112-2\",\n \"display\": \"1\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Diagnosis_Utama}}\",\n \"resource\": {\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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"recordedDate\": \"2023-03-10T05:00:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{ClinicalImpression_Prognosis}}\",\n \"resource\": {\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 melakukan rehabilitasi setelah serangan stroke iskemik\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T05:00:00+00:00\",\n \"date\": \"2023-03-10T05:00:00+00:00\",\n \"assessor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/{{Diagnosis_Utama}}\"\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 },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"ClinicalImpression\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{ServiceRequest_KontrolKembali}}\",\n \"resource\": {\n \"resourceType\": \"ServiceRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\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 \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"11429006\",\n \"display\": \"Consultation\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"185389009\",\n \"display\": \"Follow-up visit\"\n }\n ],\n \"text\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 15 Maret 2023\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"occurrenceDateTime\": \"2023-03-15T03:00:00+00:00\",\n \"authoredOn\": \"2023-03-10T05:30:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ],\n \"text\": \"Kontrol kembali minggu depan 13 November 2023\"\n }\n ],\n \"locationCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\",\n \"code\": \"OF\",\n \"display\": \"Outpatient Facility\"\n }\n ]\n }\n ],\n \"patientInstruction\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 15 Maret 2023. Dalam keadaan darurat dapat menghubungi hotline RS di nomor 14045\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"ServiceRequest\"\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}", "host": [ "{{base_url}}" ] } }, "response": [ { "name": "Bundle Kunjungan 2 - Rehabilitasi", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction\",\n \"entry\": [\n {\n \"fullUrl\": \"urn:uuid:{{Encounter2_id}}\",\n \"resource\": {\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter2_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"PD000017\"\n }\n ],\n \"status\": \"finished\",\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-10T03:15:00+00:00\",\n \"end\": \"2023-03-10T05:30:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_PoliSaraf}}\",\n \"display\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\"\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-03-10T03:00:00+00:00\",\n \"end\": \"2023-03-10T03:15:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-03-10T03:15:00+00:00\",\n \"end\": \"2023-03-10T05:30:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-03-10T05:30:00+00:00\",\n \"end\": \"2023-03-10T05:30:00+00:00\"\n }\n }\n ],\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/{{Diagnosis_Utama}}\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis\"\n }\n ]\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\n \"code\": \"home\",\n \"display\": \"Home\"\n }\n ],\n \"text\": \"Menunggu hasil pemeriksaan 1 minggu lagi\"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Kontrol}}\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Encounter\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Condition_LemahSisi}}\",\n \"resource\": {\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\": \"20022000\",\n \"display\": \"Weakness of one side of body\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"recordedDate\": \"2023-03-10T03:15:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami lemah pada separuh anggota tubuh\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Condition_RiwayatKejadianSerebroVaskular}}\",\n \"resource\": {\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\": \"275526006\",\n \"display\": \"History of cerebrovascular accident\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"recordedDate\": \"2023-03-10T03:15:00+00:00\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{MedicationStatement_Clopidogrel}}\",\n \"resource\": {\n \"resourceType\": \"MedicationStatement\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/medication-statement-category\",\n \"code\": \"inpatient\",\n \"display\": \"Inpatient\"\n }\n ]\n },\n \"medicationReference\": {\n \"reference\": \"Medication/{{MedicationClopidogrel_ForDispense}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"dosage\": [\n {\n \"text\": \"one capsule one time daily\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"effectiveDateTime\": \"2023-03-02T04:40:00+00:00\",\n \"dateAsserted\": \"2023-03-10T03:15:00+00:00\",\n \"informationSource\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"MedicationStatement\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_BodyWeight}}\",\n \"resource\": {\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\": \"29463-7\",\n \"display\": \"Body weight\"\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/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueQuantity\": {\n \"value\": 75,\n \"unit\": \"kg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_BodyHeight}}\",\n \"resource\": {\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\": \"8302-2\",\n \"display\": \"Body height\"\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/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueQuantity\": {\n \"value\": 165,\n \"unit\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"cm\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6114-8\",\n \"display\": \"1\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_Dysphagia}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"162023004\",\n \"display\": \"No problem swallowing\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Procedure_TerapiRehabilitasiStroke}}\",\n \"resource\": {\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"2517002\",\n \"display\": \"Stroke rehabilitation\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"91251008\",\n \"display\": \"Physical therapy procedure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Procedure_ExerciseRehabilitasi}}\",\n \"resource\": {\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"2517002\",\n \"display\": \"Stroke rehabilitation\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"93.11\",\n \"display\": \"Assisting exercise\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-10T03:30:00+00:00\",\n \"end\": \"2023-03-10T05:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Ranap}}\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Kontrol Kembali Pasien untuk Rehabilitasi Fisioterapi pasca Serangan Stroke\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T05:00:00+00:00\",\n \"issued\": \"2023-03-10T05:00:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6112-2\",\n \"display\": \"1\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Diagnosis_Utama}}\",\n \"resource\": {\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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"recordedDate\": \"2023-03-10T05:00:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{ClinicalImpression_Prognosis}}\",\n \"resource\": {\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 melakukan rehabilitasi setelah serangan stroke iskemik\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T05:00:00+00:00\",\n \"date\": \"2023-03-10T05:00:00+00:00\",\n \"assessor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/{{Diagnosis_Utama}}\"\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 },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"ClinicalImpression\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{ServiceRequest_KontrolKembali}}\",\n \"resource\": {\n \"resourceType\": \"ServiceRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\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 \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"11429006\",\n \"display\": \"Consultation\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"185389009\",\n \"display\": \"Follow-up visit\"\n }\n ],\n \"text\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 15 Maret 2023\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"occurrenceDateTime\": \"2023-03-15T03:00:00+00:00\",\n \"authoredOn\": \"2023-03-10T05:30:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ],\n \"text\": \"Kontrol kembali minggu depan 13 November 2023\"\n }\n ],\n \"locationCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\",\n \"code\": \"OF\",\n \"display\": \"Outpatient Facility\"\n }\n ]\n }\n ],\n \"patientInstruction\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 15 Maret 2023. Dalam keadaan darurat dapat menghubungi hotline RS di nomor 14045\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"ServiceRequest\"\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}", "host": [ "{{base_url}}" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Fri, 26 Apr 2024 10:26:48 GMT" }, { "key": "Content-Length", "value": "1882" }, { "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": "0bb0c087-cfe8-4ebd-9065-0daf5882a6d7" }, { "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 \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Encounter/d114f3cb-0427-4d98-af14-096a02265fa9/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Encounter\",\n \"resourceID\": \"d114f3cb-0427-4d98-af14-096a02265fa9\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/51954a15-181e-44ae-91a1-19932689bc6c/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"51954a15-181e-44ae-91a1-19932689bc6c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/9c35783a-59c8-43fc-b78d-fb1e05eb43fc/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"9c35783a-59c8-43fc-b78d-fb1e05eb43fc\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationStatement/e7bfc126-321e-423c-8aa4-047b85aa30a6/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationStatement\",\n \"resourceID\": \"e7bfc126-321e-423c-8aa4-047b85aa30a6\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/08021b27-add6-442a-93fe-eaa07c50d321/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"08021b27-add6-442a-93fe-eaa07c50d321\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/80c2ce68-672d-47c0-b00a-7a2b4cc62f4a/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"80c2ce68-672d-47c0-b00a-7a2b4cc62f4a\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/7f3904f9-a5a2-4384-b8e2-70f6897e2b42/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"7f3904f9-a5a2-4384-b8e2-70f6897e2b42\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/ef9bb7bc-0eed-4956-9e4e-8f69bae83061/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"ef9bb7bc-0eed-4956-9e4e-8f69bae83061\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/f14b2023-0750-42ac-891c-55dbae7a5078/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"f14b2023-0750-42ac-891c-55dbae7a5078\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/d8f074e2-e663-45df-b307-88cfd285df71/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"d8f074e2-e663-45df-b307-88cfd285df71\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/648eabc8-db3f-42fc-9852-25a1374c824f/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"648eabc8-db3f-42fc-9852-25a1374c824f\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/8c1de043-4465-45d7-999f-da3d00077456/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"8c1de043-4465-45d7-999f-da3d00077456\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ClinicalImpression/b1a9a1ee-4e71-446b-964a-65d7b5ccb3fc/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ClinicalImpression\",\n \"resourceID\": \"b1a9a1ee-4e71-446b-964a-65d7b5ccb3fc\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/fbca8938-8193-4a71-a98b-5039214a17d2/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"fbca8938-8193-4a71-a98b-5039214a17d2\"\n }\n }\n ],\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction-response\",\n \"total\": 31\n}" }, { "name": "Bundle Kunjungan 2 - Rehabilitasi", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction\",\n \"entry\": [\n {\n \"fullUrl\": \"urn:uuid:{{Encounter2_id}}\",\n \"resource\": {\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter2_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"PD000017\"\n }\n ],\n \"status\": \"finished\",\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-10T03:15:00+00:00\",\n \"end\": \"2023-03-10T05:30:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_PoliSaraf}}\",\n \"display\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\"\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-03-10T03:00:00+00:00\",\n \"end\": \"2023-03-10T03:15:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-03-10T03:15:00+00:00\",\n \"end\": \"2023-03-10T05:30:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-03-10T05:30:00+00:00\",\n \"end\": \"2023-03-10T05:30:00+00:00\"\n }\n }\n ],\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/{{Diagnosis_Utama}}\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis\"\n }\n ]\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\n \"code\": \"home\",\n \"display\": \"Home\"\n }\n ],\n \"text\": \"Menunggu hasil pemeriksaan 1 minggu lagi\"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Kontrol}}\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Encounter\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Condition_LemahSisi}}\",\n \"resource\": {\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\": \"20022000\",\n \"display\": \"Weakness of one side of body\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"recordedDate\": \"2023-03-10T03:15:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami lemah pada separuh anggota tubuh\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Condition_RiwayatKejadianSerebroVaskular}}\",\n \"resource\": {\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\": \"275526006\",\n \"display\": \"History of cerebrovascular accident\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"recordedDate\": \"2023-03-10T03:15:00+00:00\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{MedicationStatement_Clopidogrel}}\",\n \"resource\": {\n \"resourceType\": \"MedicationStatement\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/medication-statement-category\",\n \"code\": \"inpatient\",\n \"display\": \"Inpatient\"\n }\n ]\n },\n \"medicationReference\": {\n \"reference\": \"Medication/{{MedicationClopidogrel_ForDispense}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"dosage\": [\n {\n \"text\": \"one capsule one time daily\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"effectiveDateTime\": \"2023-03-02T04:40:00+00:00\",\n \"dateAsserted\": \"2023-03-10T03:15:00+00:00\",\n \"informationSource\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"MedicationStatement\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_BodyWeight}}\",\n \"resource\": {\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\": \"29463-7\",\n \"display\": \"Body weight\"\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/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueQuantity\": {\n \"value\": 75,\n \"unit\": \"kg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_BodyHeight}}\",\n \"resource\": {\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\": \"8302-2\",\n \"display\": \"Body height\"\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/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueQuantity\": {\n \"value\": 165,\n \"unit\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"cm\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6114-8\",\n \"display\": \"1\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_Dysphagia}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"162023004\",\n \"display\": \"No problem swallowing\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Procedure_TerapiRehabilitasiStroke}}\",\n \"resource\": {\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"2517002\",\n \"display\": \"Stroke rehabilitation\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"91251008\",\n \"display\": \"Physical therapy procedure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Procedure_ExerciseRehabilitasi}}\",\n \"resource\": {\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"2517002\",\n \"display\": \"Stroke rehabilitation\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"93.11\",\n \"display\": \"Assisting exercise\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-10T03:30:00+00:00\",\n \"end\": \"2023-03-10T05:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Ranap}}\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Kontrol Kembali Pasien untuk Rehabilitasi Fisioterapi pasca Serangan Stroke\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T05:00:00+00:00\",\n \"issued\": \"2023-03-10T05:00:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6112-2\",\n \"display\": \"1\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Diagnosis_Utama}}\",\n \"resource\": {\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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"recordedDate\": \"2023-03-10T05:00:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{ClinicalImpression_Prognosis}}\",\n \"resource\": {\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 melakukan rehabilitasi setelah serangan stroke iskemik\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T05:00:00+00:00\",\n \"date\": \"2023-03-10T05:00:00+00:00\",\n \"assessor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/{{Diagnosis_Utama}}\"\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 },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"ClinicalImpression\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{ServiceRequest_KontrolKembali}}\",\n \"resource\": {\n \"resourceType\": \"ServiceRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\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 \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"11429006\",\n \"display\": \"Consultation\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"185389009\",\n \"display\": \"Follow-up visit\"\n }\n ],\n \"text\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 15 Maret 2023\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"occurrenceDateTime\": \"2023-03-15T03:00:00+00:00\",\n \"authoredOn\": \"2023-03-10T05:30:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ],\n \"text\": \"Kontrol kembali minggu depan 13 November 2023\"\n }\n ],\n \"locationCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\",\n \"code\": \"OF\",\n \"display\": \"Outpatient Facility\"\n }\n ]\n }\n ],\n \"patientInstruction\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 15 Maret 2023. Dalam keadaan darurat dapat menghubungi hotline RS di nomor 14045\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"ServiceRequest\"\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}", "host": [ "{{base_url}}" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Fri, 26 Apr 2024 10:26:48 GMT" }, { "key": "Content-Length", "value": "1882" }, { "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": "0bb0c087-cfe8-4ebd-9065-0daf5882a6d7" }, { "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 \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Encounter/d114f3cb-0427-4d98-af14-096a02265fa9/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Encounter\",\n \"resourceID\": \"d114f3cb-0427-4d98-af14-096a02265fa9\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/51954a15-181e-44ae-91a1-19932689bc6c/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"51954a15-181e-44ae-91a1-19932689bc6c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/9c35783a-59c8-43fc-b78d-fb1e05eb43fc/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"9c35783a-59c8-43fc-b78d-fb1e05eb43fc\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationStatement/e7bfc126-321e-423c-8aa4-047b85aa30a6/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationStatement\",\n \"resourceID\": \"e7bfc126-321e-423c-8aa4-047b85aa30a6\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/08021b27-add6-442a-93fe-eaa07c50d321/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"08021b27-add6-442a-93fe-eaa07c50d321\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/80c2ce68-672d-47c0-b00a-7a2b4cc62f4a/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"80c2ce68-672d-47c0-b00a-7a2b4cc62f4a\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/7f3904f9-a5a2-4384-b8e2-70f6897e2b42/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"7f3904f9-a5a2-4384-b8e2-70f6897e2b42\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/ef9bb7bc-0eed-4956-9e4e-8f69bae83061/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"ef9bb7bc-0eed-4956-9e4e-8f69bae83061\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/f14b2023-0750-42ac-891c-55dbae7a5078/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"f14b2023-0750-42ac-891c-55dbae7a5078\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/d8f074e2-e663-45df-b307-88cfd285df71/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"d8f074e2-e663-45df-b307-88cfd285df71\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/648eabc8-db3f-42fc-9852-25a1374c824f/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"648eabc8-db3f-42fc-9852-25a1374c824f\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/8c1de043-4465-45d7-999f-da3d00077456/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"8c1de043-4465-45d7-999f-da3d00077456\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ClinicalImpression/b1a9a1ee-4e71-446b-964a-65d7b5ccb3fc/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ClinicalImpression\",\n \"resourceID\": \"b1a9a1ee-4e71-446b-964a-65d7b5ccb3fc\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/fbca8938-8193-4a71-a98b-5039214a17d2/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"fbca8938-8193-4a71-a98b-5039214a17d2\"\n }\n }\n ],\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction-response\",\n \"total\": 31\n}" } ] }, { "name": "Bundle Kunjungan 2 - Rehabilitasi", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction\",\n \"entry\": [\n {\n \"fullUrl\": \"urn:uuid:{{Encounter2_id}}\",\n \"resource\": {\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter2_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"PD000017\"\n }\n ],\n \"status\": \"finished\",\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-10T03:15:00+00:00\",\n \"end\": \"2023-03-10T05:30:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_PoliSaraf}}\",\n \"display\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\"\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-03-10T03:00:00+00:00\",\n \"end\": \"2023-03-10T03:15:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-03-10T03:15:00+00:00\",\n \"end\": \"2023-03-10T05:30:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-03-10T05:30:00+00:00\",\n \"end\": \"2023-03-10T05:30:00+00:00\"\n }\n }\n ],\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/{{Diagnosis_Utama}}\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis\"\n }\n ]\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\n \"code\": \"home\",\n \"display\": \"Home\"\n }\n ],\n \"text\": \"Menunggu hasil pemeriksaan 1 minggu lagi\"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Kontrol}}\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Encounter\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Condition_LemahSisi}}\",\n \"resource\": {\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\": \"20022000\",\n \"display\": \"Weakness of one side of body\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"recordedDate\": \"2023-03-10T03:15:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami lemah pada separuh anggota tubuh\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Condition_RiwayatKejadianSerebroVaskular}}\",\n \"resource\": {\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\": \"275526006\",\n \"display\": \"History of cerebrovascular accident\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"recordedDate\": \"2023-03-10T03:15:00+00:00\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{MedicationStatement_Clopidogrel}}\",\n \"resource\": {\n \"resourceType\": \"MedicationStatement\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/medication-statement-category\",\n \"code\": \"inpatient\",\n \"display\": \"Inpatient\"\n }\n ]\n },\n \"medicationReference\": {\n \"reference\": \"Medication/{{MedicationClopidogrel_ForDispense}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"dosage\": [\n {\n \"text\": \"one capsule one time daily\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"effectiveDateTime\": \"2023-03-02T04:40:00+00:00\",\n \"dateAsserted\": \"2023-03-10T03:15:00+00:00\",\n \"informationSource\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"MedicationStatement\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_BodyWeight}}\",\n \"resource\": {\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\": \"29463-7\",\n \"display\": \"Body weight\"\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/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueQuantity\": {\n \"value\": 75,\n \"unit\": \"kg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_BodyHeight}}\",\n \"resource\": {\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\": \"8302-2\",\n \"display\": \"Body height\"\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/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueQuantity\": {\n \"value\": 165,\n \"unit\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"cm\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6114-8\",\n \"display\": \"1\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_Dysphagia}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"162023004\",\n \"display\": \"No problem swallowing\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Procedure_TerapiRehabilitasiStroke}}\",\n \"resource\": {\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"2517002\",\n \"display\": \"Stroke rehabilitation\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"91251008\",\n \"display\": \"Physical therapy procedure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Procedure_ExerciseRehabilitasi}}\",\n \"resource\": {\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"2517002\",\n \"display\": \"Stroke rehabilitation\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"93.11\",\n \"display\": \"Assisting exercise\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-10T03:30:00+00:00\",\n \"end\": \"2023-03-10T05:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Ranap}}\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Kontrol Kembali Pasien untuk Rehabilitasi Fisioterapi pasca Serangan Stroke\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T05:00:00+00:00\",\n \"issued\": \"2023-03-10T05:00:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6112-2\",\n \"display\": \"1\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Diagnosis_Utama}}\",\n \"resource\": {\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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"recordedDate\": \"2023-03-10T05:00:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{ClinicalImpression_Prognosis}}\",\n \"resource\": {\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 melakukan rehabilitasi setelah serangan stroke iskemik\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T05:00:00+00:00\",\n \"date\": \"2023-03-10T05:00:00+00:00\",\n \"assessor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/{{Diagnosis_Utama}}\"\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 },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"ClinicalImpression\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{ServiceRequest_KontrolKembali}}\",\n \"resource\": {\n \"resourceType\": \"ServiceRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\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 \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"11429006\",\n \"display\": \"Consultation\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"185389009\",\n \"display\": \"Follow-up visit\"\n }\n ],\n \"text\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 15 Maret 2023\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"occurrenceDateTime\": \"2023-03-15T03:00:00+00:00\",\n \"authoredOn\": \"2023-03-10T05:30:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ],\n \"text\": \"Kontrol kembali minggu depan 13 November 2023\"\n }\n ],\n \"locationCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\",\n \"code\": \"OF\",\n \"display\": \"Outpatient Facility\"\n }\n ]\n }\n ],\n \"patientInstruction\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 15 Maret 2023. Dalam keadaan darurat dapat menghubungi hotline RS di nomor 14045\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"ServiceRequest\"\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}", "host": [ "{{base_url}}" ] } }, "response": [ { "name": "Bundle Kunjungan 2 - Rehabilitasi", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction\",\n \"entry\": [\n {\n \"fullUrl\": \"urn:uuid:{{Encounter2_id}}\",\n \"resource\": {\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter2_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"PD000017\"\n }\n ],\n \"status\": \"finished\",\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-10T03:15:00+00:00\",\n \"end\": \"2023-03-10T05:30:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_PoliSaraf}}\",\n \"display\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\"\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-03-10T03:00:00+00:00\",\n \"end\": \"2023-03-10T03:15:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-03-10T03:15:00+00:00\",\n \"end\": \"2023-03-10T05:30:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-03-10T05:30:00+00:00\",\n \"end\": \"2023-03-10T05:30:00+00:00\"\n }\n }\n ],\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/{{Diagnosis_Utama}}\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis\"\n }\n ]\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\n \"code\": \"home\",\n \"display\": \"Home\"\n }\n ],\n \"text\": \"Menunggu hasil pemeriksaan 1 minggu lagi\"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Kontrol}}\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Encounter\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Condition_LemahSisi}}\",\n \"resource\": {\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\": \"20022000\",\n \"display\": \"Weakness of one side of body\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"recordedDate\": \"2023-03-10T03:15:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami lemah pada separuh anggota tubuh\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Condition_RiwayatKejadianSerebroVaskular}}\",\n \"resource\": {\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\": \"275526006\",\n \"display\": \"History of cerebrovascular accident\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"recordedDate\": \"2023-03-10T03:15:00+00:00\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{MedicationStatement_Clopidogrel}}\",\n \"resource\": {\n \"resourceType\": \"MedicationStatement\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/medication-statement-category\",\n \"code\": \"inpatient\",\n \"display\": \"Inpatient\"\n }\n ]\n },\n \"medicationReference\": {\n \"reference\": \"Medication/{{MedicationClopidogrel_ForDispense}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"dosage\": [\n {\n \"text\": \"one capsule one time daily\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"effectiveDateTime\": \"2023-03-02T04:40:00+00:00\",\n \"dateAsserted\": \"2023-03-10T03:15:00+00:00\",\n \"informationSource\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"MedicationStatement\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_BodyWeight}}\",\n \"resource\": {\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\": \"29463-7\",\n \"display\": \"Body weight\"\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/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueQuantity\": {\n \"value\": 75,\n \"unit\": \"kg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_BodyHeight}}\",\n \"resource\": {\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\": \"8302-2\",\n \"display\": \"Body height\"\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/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueQuantity\": {\n \"value\": 165,\n \"unit\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"cm\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6114-8\",\n \"display\": \"1\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_Dysphagia}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"162023004\",\n \"display\": \"No problem swallowing\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Procedure_TerapiRehabilitasiStroke}}\",\n \"resource\": {\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"2517002\",\n \"display\": \"Stroke rehabilitation\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"91251008\",\n \"display\": \"Physical therapy procedure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Procedure_ExerciseRehabilitasi}}\",\n \"resource\": {\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"2517002\",\n \"display\": \"Stroke rehabilitation\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"93.11\",\n \"display\": \"Assisting exercise\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-10T03:30:00+00:00\",\n \"end\": \"2023-03-10T05:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Ranap}}\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Kontrol Kembali Pasien untuk Rehabilitasi Fisioterapi pasca Serangan Stroke\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T05:00:00+00:00\",\n \"issued\": \"2023-03-10T05:00:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6112-2\",\n \"display\": \"1\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Diagnosis_Utama}}\",\n \"resource\": {\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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"recordedDate\": \"2023-03-10T05:00:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{ClinicalImpression_Prognosis}}\",\n \"resource\": {\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 melakukan rehabilitasi setelah serangan stroke iskemik\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T05:00:00+00:00\",\n \"date\": \"2023-03-10T05:00:00+00:00\",\n \"assessor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/{{Diagnosis_Utama}}\"\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 },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"ClinicalImpression\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{ServiceRequest_KontrolKembali}}\",\n \"resource\": {\n \"resourceType\": \"ServiceRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\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 \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"11429006\",\n \"display\": \"Consultation\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"185389009\",\n \"display\": \"Follow-up visit\"\n }\n ],\n \"text\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 15 Maret 2023\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"occurrenceDateTime\": \"2023-03-15T03:00:00+00:00\",\n \"authoredOn\": \"2023-03-10T05:30:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ],\n \"text\": \"Kontrol kembali minggu depan 13 November 2023\"\n }\n ],\n \"locationCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\",\n \"code\": \"OF\",\n \"display\": \"Outpatient Facility\"\n }\n ]\n }\n ],\n \"patientInstruction\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 15 Maret 2023. Dalam keadaan darurat dapat menghubungi hotline RS di nomor 14045\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"ServiceRequest\"\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}", "host": [ "{{base_url}}" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Fri, 26 Apr 2024 10:26:48 GMT" }, { "key": "Content-Length", "value": "1882" }, { "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": "0bb0c087-cfe8-4ebd-9065-0daf5882a6d7" }, { "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 \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Encounter/d114f3cb-0427-4d98-af14-096a02265fa9/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Encounter\",\n \"resourceID\": \"d114f3cb-0427-4d98-af14-096a02265fa9\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/51954a15-181e-44ae-91a1-19932689bc6c/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"51954a15-181e-44ae-91a1-19932689bc6c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/9c35783a-59c8-43fc-b78d-fb1e05eb43fc/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"9c35783a-59c8-43fc-b78d-fb1e05eb43fc\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationStatement/e7bfc126-321e-423c-8aa4-047b85aa30a6/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationStatement\",\n \"resourceID\": \"e7bfc126-321e-423c-8aa4-047b85aa30a6\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/08021b27-add6-442a-93fe-eaa07c50d321/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"08021b27-add6-442a-93fe-eaa07c50d321\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/80c2ce68-672d-47c0-b00a-7a2b4cc62f4a/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"80c2ce68-672d-47c0-b00a-7a2b4cc62f4a\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/7f3904f9-a5a2-4384-b8e2-70f6897e2b42/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"7f3904f9-a5a2-4384-b8e2-70f6897e2b42\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/ef9bb7bc-0eed-4956-9e4e-8f69bae83061/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"ef9bb7bc-0eed-4956-9e4e-8f69bae83061\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/f14b2023-0750-42ac-891c-55dbae7a5078/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"f14b2023-0750-42ac-891c-55dbae7a5078\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/d8f074e2-e663-45df-b307-88cfd285df71/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"d8f074e2-e663-45df-b307-88cfd285df71\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/648eabc8-db3f-42fc-9852-25a1374c824f/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"648eabc8-db3f-42fc-9852-25a1374c824f\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/8c1de043-4465-45d7-999f-da3d00077456/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"8c1de043-4465-45d7-999f-da3d00077456\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ClinicalImpression/b1a9a1ee-4e71-446b-964a-65d7b5ccb3fc/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ClinicalImpression\",\n \"resourceID\": \"b1a9a1ee-4e71-446b-964a-65d7b5ccb3fc\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/fbca8938-8193-4a71-a98b-5039214a17d2/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"fbca8938-8193-4a71-a98b-5039214a17d2\"\n }\n }\n ],\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction-response\",\n \"total\": 31\n}" }, { "name": "Bundle Kunjungan 2 - Rehabilitasi", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction\",\n \"entry\": [\n {\n \"fullUrl\": \"urn:uuid:{{Encounter2_id}}\",\n \"resource\": {\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter2_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"PD000017\"\n }\n ],\n \"status\": \"finished\",\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-03-10T03:15:00+00:00\",\n \"end\": \"2023-03-10T05:30:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_PoliSaraf}}\",\n \"display\": \"Ruang Saraf dan Fisioterapi 1, Layanan Penyakit Saraf, Gedung Utama, Lantai 3\"\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-03-10T03:00:00+00:00\",\n \"end\": \"2023-03-10T03:15:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-03-10T03:15:00+00:00\",\n \"end\": \"2023-03-10T05:30:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-03-10T05:30:00+00:00\",\n \"end\": \"2023-03-10T05:30:00+00:00\"\n }\n }\n ],\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/{{Diagnosis_Utama}}\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis\"\n }\n ]\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\n \"code\": \"home\",\n \"display\": \"Home\"\n }\n ],\n \"text\": \"Menunggu hasil pemeriksaan 1 minggu lagi\"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Kontrol}}\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Encounter\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Condition_LemahSisi}}\",\n \"resource\": {\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\": \"20022000\",\n \"display\": \"Weakness of one side of body\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"recordedDate\": \"2023-03-10T03:15:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami lemah pada separuh anggota tubuh\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Condition_RiwayatKejadianSerebroVaskular}}\",\n \"resource\": {\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\": \"275526006\",\n \"display\": \"History of cerebrovascular accident\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"recordedDate\": \"2023-03-10T03:15:00+00:00\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{MedicationStatement_Clopidogrel}}\",\n \"resource\": {\n \"resourceType\": \"MedicationStatement\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/medication-statement-category\",\n \"code\": \"inpatient\",\n \"display\": \"Inpatient\"\n }\n ]\n },\n \"medicationReference\": {\n \"reference\": \"Medication/{{MedicationClopidogrel_ForDispense}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"dosage\": [\n {\n \"text\": \"one capsule one time daily\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"effectiveDateTime\": \"2023-03-02T04:40:00+00:00\",\n \"dateAsserted\": \"2023-03-10T03:15:00+00:00\",\n \"informationSource\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"MedicationStatement\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_BodyWeight}}\",\n \"resource\": {\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\": \"29463-7\",\n \"display\": \"Body weight\"\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/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueQuantity\": {\n \"value\": 75,\n \"unit\": \"kg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"kg\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_BodyHeight}}\",\n \"resource\": {\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\": \"8302-2\",\n \"display\": \"Body height\"\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/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueQuantity\": {\n \"value\": 165,\n \"unit\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"cm\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6114-8\",\n \"display\": \"1\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_Dysphagia}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T03:30:00+00:00\",\n \"issued\": \"2023-03-10T03:30:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"162023004\",\n \"display\": \"No problem swallowing\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Procedure_TerapiRehabilitasiStroke}}\",\n \"resource\": {\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"2517002\",\n \"display\": \"Stroke rehabilitation\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"91251008\",\n \"display\": \"Physical therapy procedure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Procedure_ExerciseRehabilitasi}}\",\n \"resource\": {\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"2517002\",\n \"display\": \"Stroke rehabilitation\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"93.11\",\n \"display\": \"Assisting exercise\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-03-10T03:30:00+00:00\",\n \"end\": \"2023-03-10T05:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Ranap}}\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Kontrol Kembali Pasien untuk Rehabilitasi Fisioterapi pasca Serangan Stroke\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_Ranap1}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T05:00:00+00:00\",\n \"issued\": \"2023-03-10T05:00:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6112-2\",\n \"display\": \"1\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Diagnosis_Utama}}\",\n \"resource\": {\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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"recordedDate\": \"2023-03-10T05:00:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{ClinicalImpression_Prognosis}}\",\n \"resource\": {\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 melakukan rehabilitasi setelah serangan stroke iskemik\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"effectiveDateTime\": \"2023-03-10T05:00:00+00:00\",\n \"date\": \"2023-03-10T05:00:00+00:00\",\n \"assessor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n \"finding\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"itemReference\": {\n \"reference\": \"Condition/{{Diagnosis_Utama}}\"\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 },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"ClinicalImpression\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{ServiceRequest_KontrolKembali}}\",\n \"resource\": {\n \"resourceType\": \"ServiceRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\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 \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"11429006\",\n \"display\": \"Consultation\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"185389009\",\n \"display\": \"Follow-up visit\"\n }\n ],\n \"text\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 15 Maret 2023\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter2_id}}\"\n },\n \"occurrenceDateTime\": \"2023-03-15T03:00:00+00:00\",\n \"authoredOn\": \"2023-03-10T05:30:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ],\n \"text\": \"Kontrol kembali minggu depan 13 November 2023\"\n }\n ],\n \"locationCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\",\n \"code\": \"OF\",\n \"display\": \"Outpatient Facility\"\n }\n ]\n }\n ],\n \"patientInstruction\": \"Kontrol kembali untuk melakukan Rehabilitasi Fisioterapi di Tanggal 15 Maret 2023. Dalam keadaan darurat dapat menghubungi hotline RS di nomor 14045\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"ServiceRequest\"\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}", "host": [ "{{base_url}}" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Fri, 26 Apr 2024 10:26:48 GMT" }, { "key": "Content-Length", "value": "1882" }, { "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": "0bb0c087-cfe8-4ebd-9065-0daf5882a6d7" }, { "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 \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Encounter/d114f3cb-0427-4d98-af14-096a02265fa9/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Encounter\",\n \"resourceID\": \"d114f3cb-0427-4d98-af14-096a02265fa9\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/51954a15-181e-44ae-91a1-19932689bc6c/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"51954a15-181e-44ae-91a1-19932689bc6c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/9c35783a-59c8-43fc-b78d-fb1e05eb43fc/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"9c35783a-59c8-43fc-b78d-fb1e05eb43fc\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationStatement/e7bfc126-321e-423c-8aa4-047b85aa30a6/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationStatement\",\n \"resourceID\": \"e7bfc126-321e-423c-8aa4-047b85aa30a6\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/08021b27-add6-442a-93fe-eaa07c50d321/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"08021b27-add6-442a-93fe-eaa07c50d321\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/80c2ce68-672d-47c0-b00a-7a2b4cc62f4a/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"80c2ce68-672d-47c0-b00a-7a2b4cc62f4a\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/7f3904f9-a5a2-4384-b8e2-70f6897e2b42/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"7f3904f9-a5a2-4384-b8e2-70f6897e2b42\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/ef9bb7bc-0eed-4956-9e4e-8f69bae83061/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"ef9bb7bc-0eed-4956-9e4e-8f69bae83061\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/f14b2023-0750-42ac-891c-55dbae7a5078/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"f14b2023-0750-42ac-891c-55dbae7a5078\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/d8f074e2-e663-45df-b307-88cfd285df71/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"d8f074e2-e663-45df-b307-88cfd285df71\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/648eabc8-db3f-42fc-9852-25a1374c824f/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"648eabc8-db3f-42fc-9852-25a1374c824f\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/8c1de043-4465-45d7-999f-da3d00077456/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"8c1de043-4465-45d7-999f-da3d00077456\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ClinicalImpression/b1a9a1ee-4e71-446b-964a-65d7b5ccb3fc/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ClinicalImpression\",\n \"resourceID\": \"b1a9a1ee-4e71-446b-964a-65d7b5ccb3fc\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDQ2MjkyNjUyNTQxNTAwMA\\\"\",\n \"lastModified\": \"2024-04-30T07:42:06.525415+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/fbca8938-8193-4a71-a98b-5039214a17d2/_history/MTcxNDQ2MjkyNjUyNTQxNTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"fbca8938-8193-4a71-a98b-5039214a17d2\"\n }\n }\n ],\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction-response\",\n \"total\": 31\n}" } ] } ] }, { "name": "03. Kunjungan 3 (Recurrence Serangan Stroke)", "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", "var Name = '';\r", "data.name.forEach(name => {\r", " if (name.use == 'official'){\r", " Name = name.text;\r", " }\r", "});\r", "pm.collectionVariables.set('Patient_id', data.id);\r", "pm.collectionVariables.set('Patient_Name', Name)" ], "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|9271060312000001", "host": [ "{{base_url}}" ], "path": [ "Patient" ], "query": [ { "key": "identifier", "value": "https://fhir.kemkes.go.id/id/nik|9271060312000001" } ] } }, "response": [ { "name": "Patient - Search NIK", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/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" } ] } }, "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": "Mon, 27 Mar 2023 01:55:38 GMT" }, { "key": "content-length", "value": "1168" }, { "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": "baa31c3c-3ab3-40a4-a9f1-574fbbc7af96" }, { "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 \"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\": \"################\"\n }\n ],\n \"link\": [\n {\n \"other\": {\n \"reference\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\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/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" }, { "name": "Patient - Search NIK", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/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" } ] } }, "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": "Mon, 27 Mar 2023 01:55:38 GMT" }, { "key": "content-length", "value": "1168" }, { "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": "baa31c3c-3ab3-40a4-a9f1-574fbbc7af96" }, { "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 \"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\": \"################\"\n }\n ],\n \"link\": [\n {\n \"other\": {\n \"reference\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\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/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" } ] }, { "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 - Bayi Search NIK Ibu", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/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" } ] } }, "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": "Mon, 27 Mar 2023 01:56:31 GMT" }, { "key": "content-length", "value": "5974" }, { "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": "a76a05fb-c56b-4291-b343-541ab756a0d4" }, { "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/P02029102825\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102825\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102825\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:22:27.873570+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTc0Nzg3MzU3MDAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Sambo\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102814\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102814\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102814\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:18:43.477704+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTUyMzQ3NzcwNDAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Roni\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102803\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102803\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102803\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:13:49.966892+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTIyOTk2Njg5MjAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Hulk\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102778\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102778\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102778\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T12:18:53.600353+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3NzkzMzYwMDM1MzAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Stark\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102767\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102767\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102767\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T11:11:12.338686+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3Mzg3MjMzODY4NjAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Toni\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102756\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102756\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102756\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T11:06:36.858381+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3MzU5Njg1ODM4MTAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Budi\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102745\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102745\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102745\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T11:05:37.879975+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3MzUzNzg3OTk3NTAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Mardigu\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102734\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102734\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102734\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T11:00:54.720631+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3MzI1NDcyMDYzMTAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Dodi\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102723\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102723\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102723\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T10:59:48.626894+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3MzE4ODYyNjg5NDAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Anang\",\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/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik-ibu%7C367400001111222\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik-ibu%7C367400001111222\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik-ibu%7C367400001111222\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 9,\n \"type\": \"searchset\"\n}" }, { "name": "Patient - Bayi Search NIK Ibu", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/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" } ] } }, "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": "Mon, 27 Mar 2023 01:56:31 GMT" }, { "key": "content-length", "value": "5974" }, { "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": "a76a05fb-c56b-4291-b343-541ab756a0d4" }, { "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/P02029102825\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102825\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102825\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:22:27.873570+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTc0Nzg3MzU3MDAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Sambo\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102814\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102814\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102814\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:18:43.477704+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTUyMzQ3NzcwNDAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Roni\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102803\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102803\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102803\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:13:49.966892+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTIyOTk2Njg5MjAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Hulk\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102778\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102778\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102778\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T12:18:53.600353+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3NzkzMzYwMDM1MzAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Stark\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102767\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102767\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102767\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T11:11:12.338686+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3Mzg3MjMzODY4NjAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Toni\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102756\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102756\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102756\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T11:06:36.858381+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3MzU5Njg1ODM4MTAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Budi\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102745\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102745\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102745\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T11:05:37.879975+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3MzUzNzg3OTk3NTAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Mardigu\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102734\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102734\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102734\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T11:00:54.720631+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3MzI1NDcyMDYzMTAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Dodi\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102723\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102723\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102723\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T10:59:48.626894+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3MzE4ODYyNjg5NDAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Anang\",\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/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik-ibu%7C367400001111222\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik-ibu%7C367400001111222\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik-ibu%7C367400001111222\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 9,\n \"type\": \"searchset\"\n}" } ] }, { "name": "Patient - Search Name, Birtdate, 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, Birtdate, NIK", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/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" } ] } }, "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": "Mon, 27 Mar 2023 01:53:47 GMT" }, { "key": "content-length", "value": "2051" }, { "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": "b442b266-7c36-4acd-a398-30b07d8296a1" }, { "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\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\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&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1980-12-03&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1980-12-03&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" }, { "name": "Patient - Search Name, Birtdate, NIK", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/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" } ] } }, "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": "Mon, 27 Mar 2023 01:53:47 GMT" }, { "key": "content-length", "value": "2051" }, { "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": "b442b266-7c36-4acd-a398-30b07d8296a1" }, { "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\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\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&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1980-12-03&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1980-12-03&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" } ] }, { "name": "Patient - Search Name, Birthdate, Gender", "event": [ { "listen": "test", "script": { "exec": [ "var bundle = pm.response.json();\r", "var data = bundle.entry[0].resource;\r", "var Name = '';\r", "data.name.forEach(name => {\r", " if (name.use == 'official'){\r", " Name = name.text;\r", " }\r", "});\r", "pm.collectionVariables.set('Patient_id', data.id);\r", "pm.collectionVariables.set('Patient_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}}/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:24:24 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": "d49ea970-ffa2-4afa-a549-2607029ef001" }, { "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 - 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:24:24 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": "d49ea970-ffa2-4afa-a549-2607029ef001" }, { "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": "P02478375538" } ] } }, "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": "P02478375538" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTY3ODI4MTExMzE5MTQ5NjAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Wed, 08 Mar 2023 13:11:53 UTC" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Mon, 27 Mar 2023 01:55:24 GMT" }, { "key": "content-length", "value": "499" }, { "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": "a811bc92-baea-4d60-a95b-de2b20ff0afe" }, { "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\": \"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\": \"################\"\n }\n ],\n \"link\": [\n {\n \"other\": {\n \"reference\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\n },\n \"resourceType\": \"Patient\"\n}" }, { "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": "P02478375538" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTY3ODI4MTExMzE5MTQ5NjAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Wed, 08 Mar 2023 13:11:53 UTC" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Mon, 27 Mar 2023 01:55:24 GMT" }, { "key": "content-length", "value": "499" }, { "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": "a811bc92-baea-4d60-a95b-de2b20ff0afe" }, { "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\": \"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\": \"################\"\n }\n ],\n \"link\": [\n {\n \"other\": {\n \"reference\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\n },\n \"resourceType\": \"Patient\"\n}" } ] }, { "name": "Patient - Search Name, Birthdate, Gender", "event": [ { "listen": "test", "script": { "exec": [ "var bundle = pm.response.json();\r", "var data = bundle.entry[0].resource;\r", "var Name = '';\r", "data.name.forEach(name => {\r", " if (name.use == 'official'){\r", " Name = name.text;\r", " }\r", "});\r", "pm.collectionVariables.set('Patient_id', data.id);\r", "pm.collectionVariables.set('Patient_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}}/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:24:24 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": "d49ea970-ffa2-4afa-a549-2607029ef001" }, { "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 - 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:24:24 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": "d49ea970-ffa2-4afa-a549-2607029ef001" }, { "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": "P02478375538" } ] } }, "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": "P02478375538" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTY3ODI4MTExMzE5MTQ5NjAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Wed, 08 Mar 2023 13:11:53 UTC" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Mon, 27 Mar 2023 01:55:24 GMT" }, { "key": "content-length", "value": "499" }, { "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": "a811bc92-baea-4d60-a95b-de2b20ff0afe" }, { "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\": \"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\": \"################\"\n }\n ],\n \"link\": [\n {\n \"other\": {\n \"reference\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\n },\n \"resourceType\": \"Patient\"\n}" }, { "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": "P02478375538" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTY3ODI4MTExMzE5MTQ5NjAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Wed, 08 Mar 2023 13:11:53 UTC" }, { "key": "vary", "value": "Origin" }, { "key": "vary", "value": "X-Origin" }, { "key": "vary", "value": "Referer" }, { "key": "date", "value": "Mon, 27 Mar 2023 01:55:24 GMT" }, { "key": "content-length", "value": "499" }, { "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": "a811bc92-baea-4d60-a95b-de2b20ff0afe" }, { "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\": \"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\": \"################\"\n }\n ],\n \"link\": [\n {\n \"other\": {\n \"reference\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\n },\n \"resourceType\": \"Patient\"\n}" } ] }, { "name": "Patient - Search NIK", "event": [ { "listen": "test", "script": { "exec": [ "var bundle = pm.response.json();\r", "var data = bundle.entry[0].resource;\r", "var Name = '';\r", "data.name.forEach(name => {\r", " if (name.use == 'official'){\r", " Name = name.text;\r", " }\r", "});\r", "pm.collectionVariables.set('Patient_id', data.id);\r", "pm.collectionVariables.set('Patient_Name', Name)" ], "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|9271060312000001", "host": [ "{{base_url}}" ], "path": [ "Patient" ], "query": [ { "key": "identifier", "value": "https://fhir.kemkes.go.id/id/nik|9271060312000001" } ] } }, "response": [ { "name": "Patient - Search NIK", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/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" } ] } }, "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": "Mon, 27 Mar 2023 01:55:38 GMT" }, { "key": "content-length", "value": "1168" }, { "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": "baa31c3c-3ab3-40a4-a9f1-574fbbc7af96" }, { "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 \"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\": \"################\"\n }\n ],\n \"link\": [\n {\n \"other\": {\n \"reference\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\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/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" }, { "name": "Patient - Search NIK", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/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" } ] } }, "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": "Mon, 27 Mar 2023 01:55:38 GMT" }, { "key": "content-length", "value": "1168" }, { "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": "baa31c3c-3ab3-40a4-a9f1-574fbbc7af96" }, { "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 \"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\": \"################\"\n }\n ],\n \"link\": [\n {\n \"other\": {\n \"reference\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\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/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" } ] }, { "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 - Bayi Search NIK Ibu", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/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" } ] } }, "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": "Mon, 27 Mar 2023 01:56:31 GMT" }, { "key": "content-length", "value": "5974" }, { "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": "a76a05fb-c56b-4291-b343-541ab756a0d4" }, { "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/P02029102825\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102825\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102825\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:22:27.873570+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTc0Nzg3MzU3MDAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Sambo\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102814\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102814\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102814\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:18:43.477704+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTUyMzQ3NzcwNDAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Roni\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102803\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102803\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102803\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:13:49.966892+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTIyOTk2Njg5MjAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Hulk\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102778\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102778\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102778\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T12:18:53.600353+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3NzkzMzYwMDM1MzAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Stark\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102767\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102767\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102767\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T11:11:12.338686+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3Mzg3MjMzODY4NjAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Toni\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102756\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102756\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102756\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T11:06:36.858381+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3MzU5Njg1ODM4MTAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Budi\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102745\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102745\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102745\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T11:05:37.879975+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3MzUzNzg3OTk3NTAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Mardigu\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102734\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102734\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102734\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T11:00:54.720631+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3MzI1NDcyMDYzMTAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Dodi\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102723\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102723\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102723\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T10:59:48.626894+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3MzE4ODYyNjg5NDAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Anang\",\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/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik-ibu%7C367400001111222\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik-ibu%7C367400001111222\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik-ibu%7C367400001111222\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 9,\n \"type\": \"searchset\"\n}" }, { "name": "Patient - Bayi Search NIK Ibu", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/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" } ] } }, "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": "Mon, 27 Mar 2023 01:56:31 GMT" }, { "key": "content-length", "value": "5974" }, { "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": "a76a05fb-c56b-4291-b343-541ab756a0d4" }, { "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/P02029102825\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102825\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102825\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:22:27.873570+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTc0Nzg3MzU3MDAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Sambo\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102814\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102814\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102814\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:18:43.477704+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTUyMzQ3NzcwNDAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Roni\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102803\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102803\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102803\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:13:49.966892+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTIyOTk2Njg5MjAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Hulk\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102778\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102778\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102778\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T12:18:53.600353+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3NzkzMzYwMDM1MzAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Stark\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102767\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102767\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102767\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T11:11:12.338686+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3Mzg3MjMzODY4NjAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Toni\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102756\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102756\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102756\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T11:06:36.858381+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3MzU5Njg1ODM4MTAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Budi\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102745\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102745\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102745\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T11:05:37.879975+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3MzUzNzg3OTk3NTAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Mardigu\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102734\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102734\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102734\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T11:00:54.720631+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3MzI1NDcyMDYzMTAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Dodi\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102723\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102723\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102723\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T10:59:48.626894+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3MzE4ODYyNjg5NDAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Anang\",\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/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik-ibu%7C367400001111222\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik-ibu%7C367400001111222\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik-ibu%7C367400001111222\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 9,\n \"type\": \"searchset\"\n}" } ] }, { "name": "Patient - Search Name, Birtdate, 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, Birtdate, NIK", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/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" } ] } }, "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": "Mon, 27 Mar 2023 01:53:47 GMT" }, { "key": "content-length", "value": "2051" }, { "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": "b442b266-7c36-4acd-a398-30b07d8296a1" }, { "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\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\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&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1980-12-03&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1980-12-03&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" }, { "name": "Patient - Search Name, Birtdate, NIK", "originalRequest": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/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" } ] } }, "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": "Mon, 27 Mar 2023 01:53:47 GMT" }, { "key": "content-length", "value": "2051" }, { "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": "b442b266-7c36-4acd-a398-30b07d8296a1" }, { "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\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\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&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1980-12-03&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1980-12-03&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\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 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 - 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", "event": [ { "listen": "test", "script": { "exec": [ "var bundle = pm.response.json();\r", "var data = bundle.entry[0].resource;\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 = Name + ',' + suffix;\r", " })\r", " }\r", "});\r", "pm.collectionVariables.set('Practitioner_id', data.id);\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": "{{Practitioner_id}}" } ] } }, "response": [ { "name": "Practitioner - By ID", "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": "Practitioner - By ID", "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": "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 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 - 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", "event": [ { "listen": "test", "script": { "exec": [ "var bundle = pm.response.json();\r", "var data = bundle.entry[0].resource;\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 = Name + ',' + suffix;\r", " })\r", " }\r", "});\r", "pm.collectionVariables.set('Practitioner_id', data.id);\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": "{{Practitioner_id}}" } ] } }, "response": [ { "name": "Practitioner - By ID", "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": "Practitioner - By ID", "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 IGD", "item": [ { "name": "Pembuatan Kunjungan", "item": [ { "name": "Encounter - Masuk Kunjungan IGD", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('Encounter3_id', data.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\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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\": \"arrived\",\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter", "host": [ "{{base_url}}" ], "path": [ "Encounter" ] } }, "response": [ { "name": "Encounter - Masuk Kunjungan IGD", "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\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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\": \"arrived\",\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\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": "last-modified", "value": "Tue, 19 Mar 2024 08:34:09 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgzNzI0OTAwODgwMzAwMA\"" }, { "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/2dd10b56-0528-40fc-9038-21631e1f21f7/_history/MTcxMDgzNzI0OTAwODgwMzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 08:34:09 GMT" }, { "key": "Content-Length", "value": "7874" }, { "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": "fbaa55e7-c09e-4c18-a950-7f2dc040c2e6" }, { "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\": \"EMER\",\n \"display\": \"emergency\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/b0197f2b-0955-426b-8a16-38e5214395c6\"\n }\n ],\n \"id\": \"2dd10b56-0528-40fc-9038-21631e1f21f7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"K20240005\"\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\": \"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\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/b8501c04-a41d-4570-a2fc-8e78b403808f\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T08:34:09.008803+00:00\",\n \"versionId\": \"MTcxMDgzNzI0OTAwODgwMzAwMA\"\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\": \"2024-03-01T02:00:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000002\"\n },\n \"status\": \"arrived\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\"\n },\n \"status\": \"arrived\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Encounter - Masuk Kunjungan IGD", "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\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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\": \"arrived\",\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\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": "last-modified", "value": "Tue, 19 Mar 2024 08:34:09 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgzNzI0OTAwODgwMzAwMA\"" }, { "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/2dd10b56-0528-40fc-9038-21631e1f21f7/_history/MTcxMDgzNzI0OTAwODgwMzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 08:34:09 GMT" }, { "key": "Content-Length", "value": "7874" }, { "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": "fbaa55e7-c09e-4c18-a950-7f2dc040c2e6" }, { "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\": \"EMER\",\n \"display\": \"emergency\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/b0197f2b-0955-426b-8a16-38e5214395c6\"\n }\n ],\n \"id\": \"2dd10b56-0528-40fc-9038-21631e1f21f7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"K20240005\"\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\": \"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\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/b8501c04-a41d-4570-a2fc-8e78b403808f\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T08:34:09.008803+00:00\",\n \"versionId\": \"MTcxMDgzNzI0OTAwODgwMzAwMA\"\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\": \"2024-03-01T02:00:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000002\"\n },\n \"status\": \"arrived\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\"\n },\n \"status\": \"arrived\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "EpisodeOfCare - Search by Patient", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_id}}&type=CVD&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": "CVD", "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=CVD&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": "CVD", "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": "Tue, 19 Mar 2024 01:24:12 GMT" }, { "key": "Content-Length", "value": "6320" }, { "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": "230242cc-3e96-4515-bca4-e338a5b41a63" }, { "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/b0197f2b-0955-426b-8a16-38e5214395c6\",\n \"resource\": {\n \"id\": \"b0197f2b-0955-426b-8a16-38e5214395c6\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000004\",\n \"value\": \"EOC1023456\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000004\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T02:31:14.763132+00:00\",\n \"versionId\": \"MTcxMDY0MjY3NDc2MzEzMjAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\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/?patient=100000030015&status=active&type=CVD\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient=100000030015&status=active&type=CVD\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient=100000030015&status=active&type=CVD\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" }, { "name": "EpisodeOfCare - Search by Patient", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_id}}&type=CVD&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": "CVD", "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": "Tue, 19 Mar 2024 01:24:12 GMT" }, { "key": "Content-Length", "value": "6320" }, { "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": "230242cc-3e96-4515-bca4-e338a5b41a63" }, { "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/b0197f2b-0955-426b-8a16-38e5214395c6\",\n \"resource\": {\n \"id\": \"b0197f2b-0955-426b-8a16-38e5214395c6\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000004\",\n \"value\": \"EOC1023456\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000004\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T02:31:14.763132+00:00\",\n \"versionId\": \"MTcxMDY0MjY3NDc2MzEzMjAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\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/?patient=100000030015&status=active&type=CVD\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient=100000030015&status=active&type=CVD\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient=100000030015&status=active&type=CVD\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" } ] }, { "name": "EpisodeOfCare - Search by Patient + Organization", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_id}}&type=CVD&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": "CVD", "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=CVD&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": "CVD", "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": "Tue, 19 Mar 2024 01:30:16 GMT" }, { "key": "Content-Length", "value": "6584" }, { "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": "010db282-e36b-4dab-9f7b-4764171d03df" }, { "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/b0197f2b-0955-426b-8a16-38e5214395c6\",\n \"resource\": {\n \"id\": \"b0197f2b-0955-426b-8a16-38e5214395c6\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC1023456\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T02:31:14.763132+00:00\",\n \"versionId\": \"MTcxMDY0MjY3NDc2MzEzMjAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\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/?organization=10000002&patient=100000030015&status=active&type=CVD\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?organization=10000002&patient=100000030015&status=active&type=CVD\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?organization=10000002&patient=100000030015&status=active&type=CVD\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" }, { "name": "EpisodeOfCare - Search by Patient + Organization", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_id}}&type=CVD&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": "CVD", "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": "Tue, 19 Mar 2024 01:30:16 GMT" }, { "key": "Content-Length", "value": "6584" }, { "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": "010db282-e36b-4dab-9f7b-4764171d03df" }, { "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/b0197f2b-0955-426b-8a16-38e5214395c6\",\n \"resource\": {\n \"id\": \"b0197f2b-0955-426b-8a16-38e5214395c6\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC1023456\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T02:31:14.763132+00:00\",\n \"versionId\": \"MTcxMDY0MjY3NDc2MzEzMjAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\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/?organization=10000002&patient=100000030015&status=active&type=CVD\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?organization=10000002&patient=100000030015&status=active&type=CVD\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?organization=10000002&patient=100000030015&status=active&type=CVD\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" } ] }, { "name": "RelatedPerson - Data Pendamping Pasien", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set(\"RelatedPerson_Id\", data.id);\r", "var RP_Name = null;\r", "data.name.forEach(\r", "\tname=> {if (name.use === \"official\")\r", "\t\t{RP_Name = name.text}\r", "\t});\r", "pm.collectionVariables.set(\"RelatedPerson_Name\", RP_Name);" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"RelatedPerson\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\r\n \"use\": \"official\",\r\n \"value\": \"P02029381677\"\r\n },\r\n {\r\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\r\n \"use\": \"official\",\r\n \"value\": \"3603154607960005\"\r\n }\r\n ],\r\n \"active\": true,\r\n \"patient\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"relationship\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\",\r\n \"code\": \"FAMMEMB\",\r\n \"display\": \"Family Member\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"name\": [\r\n {\r\n \"use\": \"official\",\r\n \"text\": \"JANE 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 \"gender\": \"female\",\r\n \"birthDate\": \"1996-07-06\",\r\n \"address\": [\r\n {\r\n \"city\": \"Jakarta\",\r\n \"country\": \"ID\",\r\n \"extension\": [\r\n {\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 \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\r\n }\r\n ],\r\n \"line\": [\r\n \"PASIRJENGKOL, TELUKJAMBE BARAT, KARANGMULYA, KARAWANG\"\r\n ],\r\n \"postalCode\": \"12950\",\r\n \"use\": \"home\"\r\n }\r\n ]\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/RelatedPerson", "host": [ "{{base_url}}" ], "path": [ "RelatedPerson" ] } }, "response": [ { "name": "RelatedPerson - Create", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"RelatedPerson\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029381677\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"3603154607960005\"\n }\n ],\n \"active\": true,\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"relationship\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\",\n \"code\": \"FAMMEMB\",\n \"display\": \"Family Member\"\n }\n ]\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"text\": \"JANE SMITH\"\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"08123456789\",\n \"use\": \"mobile\"\n }\n ],\n \"gender\": \"female\",\n \"birthDate\": \"1996-07-06\",\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\": \"2\"\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 \"PASIRJENGKOL, TELUKJAMBE BARAT, KARANGMULYA, KARAWANG\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/RelatedPerson", "host": [ "{{base_url}}" ], "path": [ "RelatedPerson" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxMDU3OTc2MTg4NTUzNzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 09:02:41 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/RelatedPerson/a6975bd2-41fd-4b62-a2c6-e89e2b040ea0/_history/MTcxMDU3OTc2MTg4NTUzNzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 09:02:41 GMT" }, { "key": "Content-Length", "value": "1192" }, { "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": "8bc2c391-db75-4347-a96a-7e03f2d54b06" }, { "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\": \"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\": \"2\"\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 \"PASIRJENGKOL, TELUKJAMBE BARAT, KARANGMULYA, KARAWANG\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1996-07-06\",\n \"gender\": \"female\",\n \"id\": \"a6975bd2-41fd-4b62-a2c6-e89e2b040ea0\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029381677\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"3603154607960005\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T09:02:41.885537+00:00\",\n \"versionId\": \"MTcxMDU3OTc2MTg4NTUzNzAwMA\"\n },\n \"name\": [\n {\n \"text\": \"JANE SMITH\",\n \"use\": \"official\"\n }\n ],\n \"patient\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"relationship\": [\n {\n \"coding\": [\n {\n \"code\": \"FAMMEMB\",\n \"display\": \"Family Member\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\"\n }\n ]\n }\n ],\n \"resourceType\": \"RelatedPerson\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n }\n ]\n}" }, { "name": "RelatedPerson - Create", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"RelatedPerson\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029381677\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"3603154607960005\"\n }\n ],\n \"active\": true,\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"relationship\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\",\n \"code\": \"FAMMEMB\",\n \"display\": \"Family Member\"\n }\n ]\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"text\": \"JANE SMITH\"\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"08123456789\",\n \"use\": \"mobile\"\n }\n ],\n \"gender\": \"female\",\n \"birthDate\": \"1996-07-06\",\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\": \"2\"\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 \"PASIRJENGKOL, TELUKJAMBE BARAT, KARANGMULYA, KARAWANG\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/RelatedPerson", "host": [ "{{base_url}}" ], "path": [ "RelatedPerson" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxMDU3OTc2MTg4NTUzNzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 09:02:41 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/RelatedPerson/a6975bd2-41fd-4b62-a2c6-e89e2b040ea0/_history/MTcxMDU3OTc2MTg4NTUzNzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 09:02:41 GMT" }, { "key": "Content-Length", "value": "1192" }, { "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": "8bc2c391-db75-4347-a96a-7e03f2d54b06" }, { "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\": \"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\": \"2\"\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 \"PASIRJENGKOL, TELUKJAMBE BARAT, KARANGMULYA, KARAWANG\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1996-07-06\",\n \"gender\": \"female\",\n \"id\": \"a6975bd2-41fd-4b62-a2c6-e89e2b040ea0\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029381677\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"3603154607960005\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T09:02:41.885537+00:00\",\n \"versionId\": \"MTcxMDU3OTc2MTg4NTUzNzAwMA\"\n },\n \"name\": [\n {\n \"text\": \"JANE SMITH\",\n \"use\": \"official\"\n }\n ],\n \"patient\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"relationship\": [\n {\n \"coding\": [\n {\n \"code\": \"FAMMEMB\",\n \"display\": \"Family Member\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\"\n }\n ]\n }\n ],\n \"resourceType\": \"RelatedPerson\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n }\n ]\n}" } ] }, { "name": "EpisodeOfCare - Search by Patient", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_id}}&type=CVD&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": "CVD", "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=CVD&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": "CVD", "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": "Tue, 19 Mar 2024 01:24:12 GMT" }, { "key": "Content-Length", "value": "6320" }, { "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": "230242cc-3e96-4515-bca4-e338a5b41a63" }, { "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/b0197f2b-0955-426b-8a16-38e5214395c6\",\n \"resource\": {\n \"id\": \"b0197f2b-0955-426b-8a16-38e5214395c6\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000004\",\n \"value\": \"EOC1023456\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000004\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T02:31:14.763132+00:00\",\n \"versionId\": \"MTcxMDY0MjY3NDc2MzEzMjAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\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/?patient=100000030015&status=active&type=CVD\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient=100000030015&status=active&type=CVD\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient=100000030015&status=active&type=CVD\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" }, { "name": "EpisodeOfCare - Search by Patient", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_id}}&type=CVD&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": "CVD", "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": "Tue, 19 Mar 2024 01:24:12 GMT" }, { "key": "Content-Length", "value": "6320" }, { "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": "230242cc-3e96-4515-bca4-e338a5b41a63" }, { "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/b0197f2b-0955-426b-8a16-38e5214395c6\",\n \"resource\": {\n \"id\": \"b0197f2b-0955-426b-8a16-38e5214395c6\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000004\",\n \"value\": \"EOC1023456\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000004\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T02:31:14.763132+00:00\",\n \"versionId\": \"MTcxMDY0MjY3NDc2MzEzMjAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\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/?patient=100000030015&status=active&type=CVD\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient=100000030015&status=active&type=CVD\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient=100000030015&status=active&type=CVD\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" } ] }, { "name": "RelatedPerson - Data Pendamping Pasien", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set(\"RelatedPerson_Id\", data.id);\r", "var RP_Name = null;\r", "data.name.forEach(\r", "\tname=> {if (name.use === \"official\")\r", "\t\t{RP_Name = name.text}\r", "\t});\r", "pm.collectionVariables.set(\"RelatedPerson_Name\", RP_Name);" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"RelatedPerson\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\r\n \"use\": \"official\",\r\n \"value\": \"P02029381677\"\r\n },\r\n {\r\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\r\n \"use\": \"official\",\r\n \"value\": \"3603154607960005\"\r\n }\r\n ],\r\n \"active\": true,\r\n \"patient\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"relationship\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\",\r\n \"code\": \"FAMMEMB\",\r\n \"display\": \"Family Member\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"name\": [\r\n {\r\n \"use\": \"official\",\r\n \"text\": \"JANE 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 \"gender\": \"female\",\r\n \"birthDate\": \"1996-07-06\",\r\n \"address\": [\r\n {\r\n \"city\": \"Jakarta\",\r\n \"country\": \"ID\",\r\n \"extension\": [\r\n {\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 \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\r\n }\r\n ],\r\n \"line\": [\r\n \"PASIRJENGKOL, TELUKJAMBE BARAT, KARANGMULYA, KARAWANG\"\r\n ],\r\n \"postalCode\": \"12950\",\r\n \"use\": \"home\"\r\n }\r\n ]\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/RelatedPerson", "host": [ "{{base_url}}" ], "path": [ "RelatedPerson" ] } }, "response": [ { "name": "RelatedPerson - Create", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"RelatedPerson\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029381677\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"3603154607960005\"\n }\n ],\n \"active\": true,\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"relationship\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\",\n \"code\": \"FAMMEMB\",\n \"display\": \"Family Member\"\n }\n ]\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"text\": \"JANE SMITH\"\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"08123456789\",\n \"use\": \"mobile\"\n }\n ],\n \"gender\": \"female\",\n \"birthDate\": \"1996-07-06\",\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\": \"2\"\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 \"PASIRJENGKOL, TELUKJAMBE BARAT, KARANGMULYA, KARAWANG\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/RelatedPerson", "host": [ "{{base_url}}" ], "path": [ "RelatedPerson" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxMDU3OTc2MTg4NTUzNzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 09:02:41 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/RelatedPerson/a6975bd2-41fd-4b62-a2c6-e89e2b040ea0/_history/MTcxMDU3OTc2MTg4NTUzNzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 09:02:41 GMT" }, { "key": "Content-Length", "value": "1192" }, { "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": "8bc2c391-db75-4347-a96a-7e03f2d54b06" }, { "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\": \"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\": \"2\"\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 \"PASIRJENGKOL, TELUKJAMBE BARAT, KARANGMULYA, KARAWANG\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1996-07-06\",\n \"gender\": \"female\",\n \"id\": \"a6975bd2-41fd-4b62-a2c6-e89e2b040ea0\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029381677\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"3603154607960005\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T09:02:41.885537+00:00\",\n \"versionId\": \"MTcxMDU3OTc2MTg4NTUzNzAwMA\"\n },\n \"name\": [\n {\n \"text\": \"JANE SMITH\",\n \"use\": \"official\"\n }\n ],\n \"patient\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"relationship\": [\n {\n \"coding\": [\n {\n \"code\": \"FAMMEMB\",\n \"display\": \"Family Member\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\"\n }\n ]\n }\n ],\n \"resourceType\": \"RelatedPerson\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n }\n ]\n}" }, { "name": "RelatedPerson - Create", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"RelatedPerson\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029381677\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"3603154607960005\"\n }\n ],\n \"active\": true,\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"relationship\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\",\n \"code\": \"FAMMEMB\",\n \"display\": \"Family Member\"\n }\n ]\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"text\": \"JANE SMITH\"\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"08123456789\",\n \"use\": \"mobile\"\n }\n ],\n \"gender\": \"female\",\n \"birthDate\": \"1996-07-06\",\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\": \"2\"\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 \"PASIRJENGKOL, TELUKJAMBE BARAT, KARANGMULYA, KARAWANG\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/RelatedPerson", "host": [ "{{base_url}}" ], "path": [ "RelatedPerson" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "etag", "value": "W/\"MTcxMDU3OTc2MTg4NTUzNzAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 09:02:41 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/RelatedPerson/a6975bd2-41fd-4b62-a2c6-e89e2b040ea0/_history/MTcxMDU3OTc2MTg4NTUzNzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 09:02:41 GMT" }, { "key": "Content-Length", "value": "1192" }, { "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": "8bc2c391-db75-4347-a96a-7e03f2d54b06" }, { "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\": \"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\": \"2\"\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 \"PASIRJENGKOL, TELUKJAMBE BARAT, KARANGMULYA, KARAWANG\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1996-07-06\",\n \"gender\": \"female\",\n \"id\": \"a6975bd2-41fd-4b62-a2c6-e89e2b040ea0\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029381677\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"3603154607960005\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T09:02:41.885537+00:00\",\n \"versionId\": \"MTcxMDU3OTc2MTg4NTUzNzAwMA\"\n },\n \"name\": [\n {\n \"text\": \"JANE SMITH\",\n \"use\": \"official\"\n }\n ],\n \"patient\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"relationship\": [\n {\n \"coding\": [\n {\n \"code\": \"FAMMEMB\",\n \"display\": \"Family Member\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\"\n }\n ]\n }\n ],\n \"resourceType\": \"RelatedPerson\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n }\n ]\n}" } ] }, { "name": "EpisodeOfCare - Search by Patient + Organization", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_id}}&type=CVD&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": "CVD", "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=CVD&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": "CVD", "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": "Tue, 19 Mar 2024 01:30:16 GMT" }, { "key": "Content-Length", "value": "6584" }, { "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": "010db282-e36b-4dab-9f7b-4764171d03df" }, { "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/b0197f2b-0955-426b-8a16-38e5214395c6\",\n \"resource\": {\n \"id\": \"b0197f2b-0955-426b-8a16-38e5214395c6\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC1023456\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T02:31:14.763132+00:00\",\n \"versionId\": \"MTcxMDY0MjY3NDc2MzEzMjAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\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/?organization=10000002&patient=100000030015&status=active&type=CVD\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?organization=10000002&patient=100000030015&status=active&type=CVD\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?organization=10000002&patient=100000030015&status=active&type=CVD\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" }, { "name": "EpisodeOfCare - Search by Patient + Organization", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_id}}&type=CVD&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": "CVD", "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": "Tue, 19 Mar 2024 01:30:16 GMT" }, { "key": "Content-Length", "value": "6584" }, { "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": "010db282-e36b-4dab-9f7b-4764171d03df" }, { "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/b0197f2b-0955-426b-8a16-38e5214395c6\",\n \"resource\": {\n \"id\": \"b0197f2b-0955-426b-8a16-38e5214395c6\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000002\",\n \"value\": \"EOC1023456\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000002\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-17T02:31:14.763132+00:00\",\n \"versionId\": \"MTcxMDY0MjY3NDc2MzEzMjAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"period\": {\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"CVD\",\n \"display\": \"Cerebrovascular Disease\",\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/?organization=10000002&patient=100000030015&status=active&type=CVD\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?organization=10000002&patient=100000030015&status=active&type=CVD\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?organization=10000002&patient=100000030015&status=active&type=CVD\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}" } ] }, { "name": "Encounter - Masuk Kunjungan IGD", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('Encounter3_id', data.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\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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\": \"arrived\",\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter", "host": [ "{{base_url}}" ], "path": [ "Encounter" ] } }, "response": [ { "name": "Encounter - Masuk Kunjungan IGD", "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\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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\": \"arrived\",\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\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": "last-modified", "value": "Tue, 19 Mar 2024 08:34:09 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgzNzI0OTAwODgwMzAwMA\"" }, { "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/2dd10b56-0528-40fc-9038-21631e1f21f7/_history/MTcxMDgzNzI0OTAwODgwMzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 08:34:09 GMT" }, { "key": "Content-Length", "value": "7874" }, { "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": "fbaa55e7-c09e-4c18-a950-7f2dc040c2e6" }, { "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\": \"EMER\",\n \"display\": \"emergency\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/b0197f2b-0955-426b-8a16-38e5214395c6\"\n }\n ],\n \"id\": \"2dd10b56-0528-40fc-9038-21631e1f21f7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"K20240005\"\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\": \"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\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/b8501c04-a41d-4570-a2fc-8e78b403808f\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T08:34:09.008803+00:00\",\n \"versionId\": \"MTcxMDgzNzI0OTAwODgwMzAwMA\"\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\": \"2024-03-01T02:00:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000002\"\n },\n \"status\": \"arrived\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\"\n },\n \"status\": \"arrived\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Encounter - Masuk Kunjungan IGD", "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\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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\": \"arrived\",\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\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": "last-modified", "value": "Tue, 19 Mar 2024 08:34:09 UTC" }, { "key": "etag", "value": "W/\"MTcxMDgzNzI0OTAwODgwMzAwMA\"" }, { "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/2dd10b56-0528-40fc-9038-21631e1f21f7/_history/MTcxMDgzNzI0OTAwODgwMzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 08:34:09 GMT" }, { "key": "Content-Length", "value": "7874" }, { "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": "fbaa55e7-c09e-4c18-a950-7f2dc040c2e6" }, { "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\": \"EMER\",\n \"display\": \"emergency\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/b0197f2b-0955-426b-8a16-38e5214395c6\"\n }\n ],\n \"id\": \"2dd10b56-0528-40fc-9038-21631e1f21f7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"K20240005\"\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\": \"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\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/b8501c04-a41d-4570-a2fc-8e78b403808f\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T08:34:09.008803+00:00\",\n \"versionId\": \"MTcxMDgzNzI0OTAwODgwMzAwMA\"\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\": \"2024-03-01T02:00:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000002\"\n },\n \"status\": \"arrived\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\"\n },\n \"status\": \"arrived\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] } ] }, { "name": "Masuk ke Ruangan Triase", "item": [ { "name": "Encounter - Masuk ke Ruangan Triase", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter3_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"triaged\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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\": \"arrived\",\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\",\n \"end\": \"2024-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter3_id}}" } ] } }, "response": [ { "name": "Encounter - Masuk ke Ruangan Triase", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter3_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"triaged\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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\": \"arrived\",\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\",\n \"end\": \"2024-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter3_id}}" } ] } }, "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/2dd10b56-0528-40fc-9038-21631e1f21f7/_history/MTcxMDgzNzQ4MTM3NTkzNDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgzNzQ4MTM3NTkzNDAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 08:38:01 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 08:38:01 GMT" }, { "key": "Content-Length", "value": "8352" }, { "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": "2eab58a9-ec15-4d5e-a6ba-23283edfe720" }, { "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\": \"EMER\",\n \"display\": \"emergency\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/b0197f2b-0955-426b-8a16-38e5214395c6\"\n }\n ],\n \"id\": \"2dd10b56-0528-40fc-9038-21631e1f21f7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"K20240005\"\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\": \"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\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/b8501c04-a41d-4570-a2fc-8e78b403808f\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T08:38:01.375934+00:00\",\n \"versionId\": \"MTcxMDgzNzQ4MTM3NTkzNDAwMA\"\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\": \"2024-03-01T02:00:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000002\"\n },\n \"status\": \"triaged\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2024-03-01T02:01:00+00:00\",\n \"start\": \"2024-03-01T02:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\"\n },\n \"status\": \"triaged\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Encounter - Masuk ke Ruangan Triase", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter3_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"triaged\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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\": \"arrived\",\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\",\n \"end\": \"2024-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter3_id}}" } ] } }, "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/2dd10b56-0528-40fc-9038-21631e1f21f7/_history/MTcxMDgzNzQ4MTM3NTkzNDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgzNzQ4MTM3NTkzNDAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 08:38:01 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 08:38:01 GMT" }, { "key": "Content-Length", "value": "8352" }, { "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": "2eab58a9-ec15-4d5e-a6ba-23283edfe720" }, { "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\": \"EMER\",\n \"display\": \"emergency\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/b0197f2b-0955-426b-8a16-38e5214395c6\"\n }\n ],\n \"id\": \"2dd10b56-0528-40fc-9038-21631e1f21f7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"K20240005\"\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\": \"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\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/b8501c04-a41d-4570-a2fc-8e78b403808f\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T08:38:01.375934+00:00\",\n \"versionId\": \"MTcxMDgzNzQ4MTM3NTkzNDAwMA\"\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\": \"2024-03-01T02:00:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000002\"\n },\n \"status\": \"triaged\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2024-03-01T02:01:00+00:00\",\n \"start\": \"2024-03-01T02:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\"\n },\n \"status\": \"triaged\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Encounter - Masuk ke Ruangan Triase", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter3_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"triaged\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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\": \"arrived\",\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\",\n \"end\": \"2024-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter3_id}}" } ] } }, "response": [ { "name": "Encounter - Masuk ke Ruangan Triase", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter3_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"triaged\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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\": \"arrived\",\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\",\n \"end\": \"2024-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter3_id}}" } ] } }, "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/2dd10b56-0528-40fc-9038-21631e1f21f7/_history/MTcxMDgzNzQ4MTM3NTkzNDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgzNzQ4MTM3NTkzNDAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 08:38:01 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 08:38:01 GMT" }, { "key": "Content-Length", "value": "8352" }, { "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": "2eab58a9-ec15-4d5e-a6ba-23283edfe720" }, { "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\": \"EMER\",\n \"display\": \"emergency\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/b0197f2b-0955-426b-8a16-38e5214395c6\"\n }\n ],\n \"id\": \"2dd10b56-0528-40fc-9038-21631e1f21f7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"K20240005\"\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\": \"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\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/b8501c04-a41d-4570-a2fc-8e78b403808f\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T08:38:01.375934+00:00\",\n \"versionId\": \"MTcxMDgzNzQ4MTM3NTkzNDAwMA\"\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\": \"2024-03-01T02:00:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000002\"\n },\n \"status\": \"triaged\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2024-03-01T02:01:00+00:00\",\n \"start\": \"2024-03-01T02:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\"\n },\n \"status\": \"triaged\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Encounter - Masuk ke Ruangan Triase", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter3_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"triaged\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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\": \"arrived\",\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\",\n \"end\": \"2024-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter3_id}}" } ] } }, "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/2dd10b56-0528-40fc-9038-21631e1f21f7/_history/MTcxMDgzNzQ4MTM3NTkzNDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgzNzQ4MTM3NTkzNDAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 08:38:01 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 08:38:01 GMT" }, { "key": "Content-Length", "value": "8352" }, { "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": "2eab58a9-ec15-4d5e-a6ba-23283edfe720" }, { "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\": \"EMER\",\n \"display\": \"emergency\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/b0197f2b-0955-426b-8a16-38e5214395c6\"\n }\n ],\n \"id\": \"2dd10b56-0528-40fc-9038-21631e1f21f7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"K20240005\"\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\": \"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\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/b8501c04-a41d-4570-a2fc-8e78b403808f\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T08:38:01.375934+00:00\",\n \"versionId\": \"MTcxMDgzNzQ4MTM3NTkzNDAwMA\"\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\": \"2024-03-01T02:00:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000002\"\n },\n \"status\": \"triaged\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2024-03-01T02:01:00+00:00\",\n \"start\": \"2024-03-01T02:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\"\n },\n \"status\": \"triaged\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] } ] }, { "name": "Masuk ke Ruangan Resusitasi", "item": [ { "name": "Masuk ke Ruangan Resusitasi", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter3_id}}\",\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\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\",\n \"end\": \"2024-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"location\": {\n \"reference\": \"Location/{{Location_Resusitasi}}\",\n \"display\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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\": \"arrived\",\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\",\n \"end\": \"2024-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\",\n \"end\": \"2024-03-01T02:10:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2024-03-01T02:10:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter3_id}}" } ] } }, "response": [ { "name": "Masuk ke Ruangan Resusitasi", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter3_id}}\",\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\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\",\n \"end\": \"2024-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"location\": {\n \"reference\": \"Location/{{Location_Resusitasi}}\",\n \"display\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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\": \"arrived\",\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\",\n \"end\": \"2024-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\",\n \"end\": \"2024-03-01T02:10:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2024-03-01T02:10:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter3_id}}" } ] } }, "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/2dd10b56-0528-40fc-9038-21631e1f21f7/_history/MTcxMDgzNzY4NTA4ODMzMTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgzNzY4NTA4ODMzMTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 08:41:25 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 08:41:25 GMT" }, { "key": "Content-Length", "value": "12078" }, { "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": "e999aabd-6597-454b-a2d2-bb405493a464" }, { "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\": \"EMER\",\n \"display\": \"emergency\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/b0197f2b-0955-426b-8a16-38e5214395c6\"\n }\n ],\n \"id\": \"2dd10b56-0528-40fc-9038-21631e1f21f7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"K20240005\"\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\": \"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\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/b8501c04-a41d-4570-a2fc-8e78b403808f\"\n },\n \"period\": {\n \"end\": \"2024-03-01T02:10:00+00:00\",\n \"start\": \"2024-03-01T02:01:00+00:00\"\n }\n },\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\": \"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\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/4f48fedf-28c7-461b-9fc3-9cbebfc61529\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:10:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T08:41:25.088331+00:00\",\n \"versionId\": \"MTcxMDgzNzY4NTA4ODMzMTAwMA\"\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\": \"2024-03-01T02:00: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\": \"2024-03-01T02:01:00+00:00\",\n \"start\": \"2024-03-01T02:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"end\": \"2024-03-01T02:10:00+00:00\",\n \"start\": \"2024-03-01T02:01:00+00:00\"\n },\n \"status\": \"triaged\"\n },\n {\n \"period\": {\n \"start\": \"2024-03-01T02:10:00+00:00\"\n },\n \"status\": \"in-progress\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Masuk ke Ruangan Resusitasi", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter3_id}}\",\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\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\",\n \"end\": \"2024-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"location\": {\n \"reference\": \"Location/{{Location_Resusitasi}}\",\n \"display\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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\": \"arrived\",\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\",\n \"end\": \"2024-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\",\n \"end\": \"2024-03-01T02:10:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2024-03-01T02:10:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter3_id}}" } ] } }, "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/2dd10b56-0528-40fc-9038-21631e1f21f7/_history/MTcxMDgzNzY4NTA4ODMzMTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgzNzY4NTA4ODMzMTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 08:41:25 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 08:41:25 GMT" }, { "key": "Content-Length", "value": "12078" }, { "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": "e999aabd-6597-454b-a2d2-bb405493a464" }, { "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\": \"EMER\",\n \"display\": \"emergency\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/b0197f2b-0955-426b-8a16-38e5214395c6\"\n }\n ],\n \"id\": \"2dd10b56-0528-40fc-9038-21631e1f21f7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"K20240005\"\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\": \"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\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/b8501c04-a41d-4570-a2fc-8e78b403808f\"\n },\n \"period\": {\n \"end\": \"2024-03-01T02:10:00+00:00\",\n \"start\": \"2024-03-01T02:01:00+00:00\"\n }\n },\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\": \"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\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/4f48fedf-28c7-461b-9fc3-9cbebfc61529\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:10:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T08:41:25.088331+00:00\",\n \"versionId\": \"MTcxMDgzNzY4NTA4ODMzMTAwMA\"\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\": \"2024-03-01T02:00: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\": \"2024-03-01T02:01:00+00:00\",\n \"start\": \"2024-03-01T02:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"end\": \"2024-03-01T02:10:00+00:00\",\n \"start\": \"2024-03-01T02:01:00+00:00\"\n },\n \"status\": \"triaged\"\n },\n {\n \"period\": {\n \"start\": \"2024-03-01T02:10:00+00:00\"\n },\n \"status\": \"in-progress\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Masuk ke Ruangan Resusitasi", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter3_id}}\",\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\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\",\n \"end\": \"2024-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"location\": {\n \"reference\": \"Location/{{Location_Resusitasi}}\",\n \"display\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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\": \"arrived\",\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\",\n \"end\": \"2024-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\",\n \"end\": \"2024-03-01T02:10:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2024-03-01T02:10:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter3_id}}" } ] } }, "response": [ { "name": "Masuk ke Ruangan Resusitasi", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter3_id}}\",\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\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\",\n \"end\": \"2024-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"location\": {\n \"reference\": \"Location/{{Location_Resusitasi}}\",\n \"display\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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\": \"arrived\",\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\",\n \"end\": \"2024-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\",\n \"end\": \"2024-03-01T02:10:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2024-03-01T02:10:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter3_id}}" } ] } }, "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/2dd10b56-0528-40fc-9038-21631e1f21f7/_history/MTcxMDgzNzY4NTA4ODMzMTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgzNzY4NTA4ODMzMTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 08:41:25 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 08:41:25 GMT" }, { "key": "Content-Length", "value": "12078" }, { "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": "e999aabd-6597-454b-a2d2-bb405493a464" }, { "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\": \"EMER\",\n \"display\": \"emergency\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/b0197f2b-0955-426b-8a16-38e5214395c6\"\n }\n ],\n \"id\": \"2dd10b56-0528-40fc-9038-21631e1f21f7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"K20240005\"\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\": \"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\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/b8501c04-a41d-4570-a2fc-8e78b403808f\"\n },\n \"period\": {\n \"end\": \"2024-03-01T02:10:00+00:00\",\n \"start\": \"2024-03-01T02:01:00+00:00\"\n }\n },\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\": \"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\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/4f48fedf-28c7-461b-9fc3-9cbebfc61529\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:10:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T08:41:25.088331+00:00\",\n \"versionId\": \"MTcxMDgzNzY4NTA4ODMzMTAwMA\"\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\": \"2024-03-01T02:00: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\": \"2024-03-01T02:01:00+00:00\",\n \"start\": \"2024-03-01T02:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"end\": \"2024-03-01T02:10:00+00:00\",\n \"start\": \"2024-03-01T02:01:00+00:00\"\n },\n \"status\": \"triaged\"\n },\n {\n \"period\": {\n \"start\": \"2024-03-01T02:10:00+00:00\"\n },\n \"status\": \"in-progress\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Masuk ke Ruangan Resusitasi", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter3_id}}\",\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\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\",\n \"end\": \"2024-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"location\": {\n \"reference\": \"Location/{{Location_Resusitasi}}\",\n \"display\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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\": \"arrived\",\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\",\n \"end\": \"2024-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\",\n \"end\": \"2024-03-01T02:10:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2024-03-01T02:10:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter3_id}}" } ] } }, "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/2dd10b56-0528-40fc-9038-21631e1f21f7/_history/MTcxMDgzNzY4NTA4ODMzMTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgzNzY4NTA4ODMzMTAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 08:41:25 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 08:41:25 GMT" }, { "key": "Content-Length", "value": "12078" }, { "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": "e999aabd-6597-454b-a2d2-bb405493a464" }, { "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\": \"EMER\",\n \"display\": \"emergency\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/b0197f2b-0955-426b-8a16-38e5214395c6\"\n }\n ],\n \"id\": \"2dd10b56-0528-40fc-9038-21631e1f21f7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"K20240005\"\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\": \"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\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/b8501c04-a41d-4570-a2fc-8e78b403808f\"\n },\n \"period\": {\n \"end\": \"2024-03-01T02:10:00+00:00\",\n \"start\": \"2024-03-01T02:01:00+00:00\"\n }\n },\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\": \"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\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/4f48fedf-28c7-461b-9fc3-9cbebfc61529\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:10:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T08:41:25.088331+00:00\",\n \"versionId\": \"MTcxMDgzNzY4NTA4ODMzMTAwMA\"\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\": \"2024-03-01T02:00: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\": \"2024-03-01T02:01:00+00:00\",\n \"start\": \"2024-03-01T02:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"end\": \"2024-03-01T02:10:00+00:00\",\n \"start\": \"2024-03-01T02:01:00+00:00\"\n },\n \"status\": \"triaged\"\n },\n {\n \"period\": {\n \"start\": \"2024-03-01T02:10: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\": \"91175000\",\n \"display\": \"Seizure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"onsetDateTime\": \"2024-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2024-03-01T02:10:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami kejang mendadak\"\n }\n ]\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\": \"91175000\",\n \"display\": \"Seizure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"onsetDateTime\": \"2024-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2024-03-01T02:10:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami kejang mendadak\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/a9a17401-c856-4476-97ae-29ef34967c8a/_history/MTcxMDgzODk2NDQzMDczMTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgzODk2NDQzMDczMTAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 09:02:44 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 09:02:44 GMT" }, { "key": "Content-Length", "value": "4260" }, { "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": "cb7cada7-aeb7-456e-a463-3d1293db302f" }, { "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\": \"91175000\",\n \"display\": \"Seizure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/2dd10b56-0528-40fc-9038-21631e1f21f7\"\n },\n \"id\": \"a9a17401-c856-4476-97ae-29ef34967c8a\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T09:02:44.430731+00:00\",\n \"versionId\": \"MTcxMDgzODk2NDQzMDczMTAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien mengalami kejang mendadak\"\n }\n ],\n \"onsetDateTime\": \"2024-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2024-03-01T02:10:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "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\": \"91175000\",\n \"display\": \"Seizure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"onsetDateTime\": \"2024-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2024-03-01T02:10:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami kejang mendadak\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/a9a17401-c856-4476-97ae-29ef34967c8a/_history/MTcxMDgzODk2NDQzMDczMTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgzODk2NDQzMDczMTAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 09:02:44 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 09:02:44 GMT" }, { "key": "Content-Length", "value": "4260" }, { "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": "cb7cada7-aeb7-456e-a463-3d1293db302f" }, { "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\": \"91175000\",\n \"display\": \"Seizure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/2dd10b56-0528-40fc-9038-21631e1f21f7\"\n },\n \"id\": \"a9a17401-c856-4476-97ae-29ef34967c8a\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T09:02:44.430731+00:00\",\n \"versionId\": \"MTcxMDgzODk2NDQzMDczMTAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien mengalami kejang mendadak\"\n }\n ],\n \"onsetDateTime\": \"2024-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2024-03-01T02:10:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Condition - Keluhan Penyerta", "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\": \"288939007\",\n \"display\": \"Difficulty swallowing\"\n },\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"289195008\",\n \"display\": \"Slurred speech\"\n },\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"44077006\",\n \"display\": \"Numbness\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"onsetDateTime\": \"2024-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2024-03-01T02:10:00+00:00\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Condition", "host": [ "{{base_url}}" ], "path": [ "Condition" ] } }, "response": [ { "name": "Condition - Keluhan Penyerta", "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\": \"288939007\",\n \"display\": \"Difficulty swallowing\"\n },\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"289195008\",\n \"display\": \"Slurred speech\"\n },\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"44077006\",\n \"display\": \"Numbness\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"onsetDateTime\": \"2024-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2024-03-01T02:10:00+00:00\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/8f82c582-c971-41c1-80ba-e3287391d668/_history/MTcxMDgzOTA0MzQxMDI2OTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgzOTA0MzQxMDI2OTAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 09:04:03 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 09:04:03 GMT" }, { "key": "Content-Length", "value": "4826" }, { "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": "571ab7f8-e8a2-419d-9264-1b63c5d78135" }, { "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\": \"288939007\",\n \"display\": \"Difficulty swallowing\",\n \"system\": \"http://snomed.info/sct\"\n },\n {\n \"code\": \"289195008\",\n \"display\": \"Slurred speech\",\n \"system\": \"http://snomed.info/sct\"\n },\n {\n \"code\": \"44077006\",\n \"display\": \"Numbness\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/2dd10b56-0528-40fc-9038-21631e1f21f7\"\n },\n \"id\": \"8f82c582-c971-41c1-80ba-e3287391d668\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T09:04:03.410269+00:00\",\n \"versionId\": \"MTcxMDgzOTA0MzQxMDI2OTAwMA\"\n },\n \"onsetDateTime\": \"2024-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2024-03-01T02:10:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Condition - Keluhan Penyerta", "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\": \"288939007\",\n \"display\": \"Difficulty swallowing\"\n },\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"289195008\",\n \"display\": \"Slurred speech\"\n },\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"44077006\",\n \"display\": \"Numbness\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"onsetDateTime\": \"2024-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2024-03-01T02:10:00+00:00\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/8f82c582-c971-41c1-80ba-e3287391d668/_history/MTcxMDgzOTA0MzQxMDI2OTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgzOTA0MzQxMDI2OTAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 09:04:03 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 09:04:03 GMT" }, { "key": "Content-Length", "value": "4826" }, { "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": "571ab7f8-e8a2-419d-9264-1b63c5d78135" }, { "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\": \"288939007\",\n \"display\": \"Difficulty swallowing\",\n \"system\": \"http://snomed.info/sct\"\n },\n {\n \"code\": \"289195008\",\n \"display\": \"Slurred speech\",\n \"system\": \"http://snomed.info/sct\"\n },\n {\n \"code\": \"44077006\",\n \"display\": \"Numbness\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/2dd10b56-0528-40fc-9038-21631e1f21f7\"\n },\n \"id\": \"8f82c582-c971-41c1-80ba-e3287391d668\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T09:04:03.410269+00:00\",\n \"versionId\": \"MTcxMDgzOTA0MzQxMDI2OTAwMA\"\n },\n \"onsetDateTime\": \"2024-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2024-03-01T02:10:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Condition - Keluhan Penyerta", "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\": \"288939007\",\n \"display\": \"Difficulty swallowing\"\n },\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"289195008\",\n \"display\": \"Slurred speech\"\n },\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"44077006\",\n \"display\": \"Numbness\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"onsetDateTime\": \"2024-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2024-03-01T02:10:00+00:00\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Condition", "host": [ "{{base_url}}" ], "path": [ "Condition" ] } }, "response": [ { "name": "Condition - Keluhan Penyerta", "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\": \"288939007\",\n \"display\": \"Difficulty swallowing\"\n },\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"289195008\",\n \"display\": \"Slurred speech\"\n },\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"44077006\",\n \"display\": \"Numbness\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"onsetDateTime\": \"2024-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2024-03-01T02:10:00+00:00\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/8f82c582-c971-41c1-80ba-e3287391d668/_history/MTcxMDgzOTA0MzQxMDI2OTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgzOTA0MzQxMDI2OTAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 09:04:03 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 09:04:03 GMT" }, { "key": "Content-Length", "value": "4826" }, { "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": "571ab7f8-e8a2-419d-9264-1b63c5d78135" }, { "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\": \"288939007\",\n \"display\": \"Difficulty swallowing\",\n \"system\": \"http://snomed.info/sct\"\n },\n {\n \"code\": \"289195008\",\n \"display\": \"Slurred speech\",\n \"system\": \"http://snomed.info/sct\"\n },\n {\n \"code\": \"44077006\",\n \"display\": \"Numbness\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/2dd10b56-0528-40fc-9038-21631e1f21f7\"\n },\n \"id\": \"8f82c582-c971-41c1-80ba-e3287391d668\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T09:04:03.410269+00:00\",\n \"versionId\": \"MTcxMDgzOTA0MzQxMDI2OTAwMA\"\n },\n \"onsetDateTime\": \"2024-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2024-03-01T02:10:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Condition - Keluhan Penyerta", "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\": \"288939007\",\n \"display\": \"Difficulty swallowing\"\n },\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"289195008\",\n \"display\": \"Slurred speech\"\n },\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"44077006\",\n \"display\": \"Numbness\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"onsetDateTime\": \"2024-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2024-03-01T02:10:00+00:00\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/8f82c582-c971-41c1-80ba-e3287391d668/_history/MTcxMDgzOTA0MzQxMDI2OTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgzOTA0MzQxMDI2OTAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 09:04:03 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 09:04:03 GMT" }, { "key": "Content-Length", "value": "4826" }, { "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": "571ab7f8-e8a2-419d-9264-1b63c5d78135" }, { "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\": \"288939007\",\n \"display\": \"Difficulty swallowing\",\n \"system\": \"http://snomed.info/sct\"\n },\n {\n \"code\": \"289195008\",\n \"display\": \"Slurred speech\",\n \"system\": \"http://snomed.info/sct\"\n },\n {\n \"code\": \"44077006\",\n \"display\": \"Numbness\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/2dd10b56-0528-40fc-9038-21631e1f21f7\"\n },\n \"id\": \"8f82c582-c971-41c1-80ba-e3287391d668\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T09:04:03.410269+00:00\",\n \"versionId\": \"MTcxMDgzOTA0MzQxMDI2OTAwMA\"\n },\n \"onsetDateTime\": \"2024-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2024-03-01T02:10:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "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\": \"91175000\",\n \"display\": \"Seizure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"onsetDateTime\": \"2024-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2024-03-01T02:10:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami kejang mendadak\"\n }\n ]\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\": \"91175000\",\n \"display\": \"Seizure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"onsetDateTime\": \"2024-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2024-03-01T02:10:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami kejang mendadak\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/a9a17401-c856-4476-97ae-29ef34967c8a/_history/MTcxMDgzODk2NDQzMDczMTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgzODk2NDQzMDczMTAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 09:02:44 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 09:02:44 GMT" }, { "key": "Content-Length", "value": "4260" }, { "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": "cb7cada7-aeb7-456e-a463-3d1293db302f" }, { "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\": \"91175000\",\n \"display\": \"Seizure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/2dd10b56-0528-40fc-9038-21631e1f21f7\"\n },\n \"id\": \"a9a17401-c856-4476-97ae-29ef34967c8a\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T09:02:44.430731+00:00\",\n \"versionId\": \"MTcxMDgzODk2NDQzMDczMTAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien mengalami kejang mendadak\"\n }\n ],\n \"onsetDateTime\": \"2024-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2024-03-01T02:10:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "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\": \"91175000\",\n \"display\": \"Seizure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"onsetDateTime\": \"2024-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2024-03-01T02:10:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami kejang mendadak\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/a9a17401-c856-4476-97ae-29ef34967c8a/_history/MTcxMDgzODk2NDQzMDczMTAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgzODk2NDQzMDczMTAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 09:02:44 UTC" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 09:02:44 GMT" }, { "key": "Content-Length", "value": "4260" }, { "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": "cb7cada7-aeb7-456e-a463-3d1293db302f" }, { "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\": \"91175000\",\n \"display\": \"Seizure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/2dd10b56-0528-40fc-9038-21631e1f21f7\"\n },\n \"id\": \"a9a17401-c856-4476-97ae-29ef34967c8a\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T09:02:44.430731+00:00\",\n \"versionId\": \"MTcxMDgzODk2NDQzMDczMTAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien mengalami kejang mendadak\"\n }\n ],\n \"onsetDateTime\": \"2024-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2024-03-01T02:10:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] } ] }, { "name": "04. Pemeriksaan Fisik Umum", "item": [ { "name": "Observation - Nadi", "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_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 90,\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 - Nadi", "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/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 90,\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": "Tue, 19 Mar 2024 09:11:54 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/a9a2a9d2-206a-40df-b9bd-bc0cc0375c56/_history/MTcxMDgzOTUxNDA5NzE0ODAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgzOTUxNDA5NzE0ODAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 09:11:54 GMT" }, { "key": "Content-Length", "value": "4156" }, { "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": "3b822445-6e4a-4626-8811-9db9d33721ef" }, { "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\": \"2024-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/2dd10b56-0528-40fc-9038-21631e1f21f7\"\n },\n \"id\": \"a9a2a9d2-206a-40df-b9bd-bc0cc0375c56\",\n \"identifier\": [],\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T09:11:54.097148+00:00\",\n \"versionId\": \"MTcxMDgzOTUxNDA5NzE0ODAwMA\"\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\": 90\n }\n}" }, { "name": "Observation - Nadi", "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/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 90,\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": "Tue, 19 Mar 2024 09:11:54 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/a9a2a9d2-206a-40df-b9bd-bc0cc0375c56/_history/MTcxMDgzOTUxNDA5NzE0ODAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgzOTUxNDA5NzE0ODAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 09:11:54 GMT" }, { "key": "Content-Length", "value": "4156" }, { "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": "3b822445-6e4a-4626-8811-9db9d33721ef" }, { "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\": \"2024-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/2dd10b56-0528-40fc-9038-21631e1f21f7\"\n },\n \"id\": \"a9a2a9d2-206a-40df-b9bd-bc0cc0375c56\",\n \"identifier\": [],\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T09:11:54.097148+00:00\",\n \"versionId\": \"MTcxMDgzOTUxNDA5NzE0ODAwMA\"\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\": 90\n }\n}" } ] }, { "name": "Observation - Diastole", "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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 90,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Diastole", "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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 90,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\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": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDgzOTU3Njg2MTY1MTAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 09:12:56 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/e44070a7-8d01-4a89-ba31-e3500dda6834/_history/MTcxMDgzOTU3Njg2MTY1MTAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 09:12:56 GMT" }, { "key": "Content-Length", "value": "4680" }, { "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": "8dbd5846-8ec9-4d8f-b666-72a1abb03bcd" }, { "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 \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/2dd10b56-0528-40fc-9038-21631e1f21f7\"\n },\n \"id\": \"e44070a7-8d01-4a89-ba31-e3500dda6834\",\n \"identifier\": [],\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T09:12:56.861651+00:00\",\n \"versionId\": \"MTcxMDgzOTU3Njg2MTY1MTAwMA\"\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\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 90\n }\n}" }, { "name": "Observation - Diastole", "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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 90,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\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": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDgzOTU3Njg2MTY1MTAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 09:12:56 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/e44070a7-8d01-4a89-ba31-e3500dda6834/_history/MTcxMDgzOTU3Njg2MTY1MTAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 09:12:56 GMT" }, { "key": "Content-Length", "value": "4680" }, { "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": "8dbd5846-8ec9-4d8f-b666-72a1abb03bcd" }, { "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 \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/2dd10b56-0528-40fc-9038-21631e1f21f7\"\n },\n \"id\": \"e44070a7-8d01-4a89-ba31-e3500dda6834\",\n \"identifier\": [],\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T09:12:56.861651+00:00\",\n \"versionId\": \"MTcxMDgzOTU3Njg2MTY1MTAwMA\"\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\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 90\n }\n}" } ] }, { "name": "Observation - Sistole", "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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 140,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Sistole", "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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 140,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\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": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 09:13:43 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/c43d0ba4-a665-425b-995e-977871426049/_history/MTcxMDgzOTYyMzc2NzA5NDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgzOTYyMzc2NzA5NDAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 09:13:43 GMT" }, { "key": "Content-Length", "value": "4680" }, { "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": "1474b008-87b6-4f99-83e1-b6953bd86930" }, { "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 \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/2dd10b56-0528-40fc-9038-21631e1f21f7\"\n },\n \"id\": \"c43d0ba4-a665-425b-995e-977871426049\",\n \"identifier\": [],\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T09:13:43.767094+00:00\",\n \"versionId\": \"MTcxMDgzOTYyMzc2NzA5NDAwMA\"\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\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 140\n }\n}" }, { "name": "Observation - Sistole", "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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 140,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\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": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 09:13:43 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/c43d0ba4-a665-425b-995e-977871426049/_history/MTcxMDgzOTYyMzc2NzA5NDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgzOTYyMzc2NzA5NDAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 09:13:43 GMT" }, { "key": "Content-Length", "value": "4680" }, { "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": "1474b008-87b6-4f99-83e1-b6953bd86930" }, { "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 \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/2dd10b56-0528-40fc-9038-21631e1f21f7\"\n },\n \"id\": \"c43d0ba4-a665-425b-995e-977871426049\",\n \"identifier\": [],\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T09:13:43.767094+00:00\",\n \"versionId\": \"MTcxMDgzOTYyMzc2NzA5NDAwMA\"\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\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 140\n }\n}" } ] }, { "name": "Observation - Nadi", "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_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 90,\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 - Nadi", "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/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 90,\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": "Tue, 19 Mar 2024 09:11:54 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/a9a2a9d2-206a-40df-b9bd-bc0cc0375c56/_history/MTcxMDgzOTUxNDA5NzE0ODAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgzOTUxNDA5NzE0ODAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 09:11:54 GMT" }, { "key": "Content-Length", "value": "4156" }, { "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": "3b822445-6e4a-4626-8811-9db9d33721ef" }, { "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\": \"2024-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/2dd10b56-0528-40fc-9038-21631e1f21f7\"\n },\n \"id\": \"a9a2a9d2-206a-40df-b9bd-bc0cc0375c56\",\n \"identifier\": [],\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T09:11:54.097148+00:00\",\n \"versionId\": \"MTcxMDgzOTUxNDA5NzE0ODAwMA\"\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\": 90\n }\n}" }, { "name": "Observation - Nadi", "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/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"valueQuantity\": {\n \"value\": 90,\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": "Tue, 19 Mar 2024 09:11:54 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/a9a2a9d2-206a-40df-b9bd-bc0cc0375c56/_history/MTcxMDgzOTUxNDA5NzE0ODAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgzOTUxNDA5NzE0ODAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 09:11:54 GMT" }, { "key": "Content-Length", "value": "4156" }, { "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": "3b822445-6e4a-4626-8811-9db9d33721ef" }, { "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\": \"2024-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/2dd10b56-0528-40fc-9038-21631e1f21f7\"\n },\n \"id\": \"a9a2a9d2-206a-40df-b9bd-bc0cc0375c56\",\n \"identifier\": [],\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T09:11:54.097148+00:00\",\n \"versionId\": \"MTcxMDgzOTUxNDA5NzE0ODAwMA\"\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\": 90\n }\n}" } ] }, { "name": "Observation - Sistole", "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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 140,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Sistole", "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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 140,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\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": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 09:13:43 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/c43d0ba4-a665-425b-995e-977871426049/_history/MTcxMDgzOTYyMzc2NzA5NDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgzOTYyMzc2NzA5NDAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 09:13:43 GMT" }, { "key": "Content-Length", "value": "4680" }, { "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": "1474b008-87b6-4f99-83e1-b6953bd86930" }, { "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 \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/2dd10b56-0528-40fc-9038-21631e1f21f7\"\n },\n \"id\": \"c43d0ba4-a665-425b-995e-977871426049\",\n \"identifier\": [],\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T09:13:43.767094+00:00\",\n \"versionId\": \"MTcxMDgzOTYyMzc2NzA5NDAwMA\"\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\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 140\n }\n}" }, { "name": "Observation - Sistole", "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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 140,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\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": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 09:13:43 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/c43d0ba4-a665-425b-995e-977871426049/_history/MTcxMDgzOTYyMzc2NzA5NDAwMA" }, { "key": "etag", "value": "W/\"MTcxMDgzOTYyMzc2NzA5NDAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 09:13:43 GMT" }, { "key": "Content-Length", "value": "4680" }, { "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": "1474b008-87b6-4f99-83e1-b6953bd86930" }, { "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 \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/2dd10b56-0528-40fc-9038-21631e1f21f7\"\n },\n \"id\": \"c43d0ba4-a665-425b-995e-977871426049\",\n \"identifier\": [],\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T09:13:43.767094+00:00\",\n \"versionId\": \"MTcxMDgzOTYyMzc2NzA5NDAwMA\"\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\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 140\n }\n}" } ] }, { "name": "Observation - Diastole", "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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 90,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Diastole", "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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 90,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\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": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDgzOTU3Njg2MTY1MTAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 09:12:56 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/e44070a7-8d01-4a89-ba31-e3500dda6834/_history/MTcxMDgzOTU3Njg2MTY1MTAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 09:12:56 GMT" }, { "key": "Content-Length", "value": "4680" }, { "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": "8dbd5846-8ec9-4d8f-b666-72a1abb03bcd" }, { "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 \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/2dd10b56-0528-40fc-9038-21631e1f21f7\"\n },\n \"id\": \"e44070a7-8d01-4a89-ba31-e3500dda6834\",\n \"identifier\": [],\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T09:12:56.861651+00:00\",\n \"versionId\": \"MTcxMDgzOTU3Njg2MTY1MTAwMA\"\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\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 90\n }\n}" }, { "name": "Observation - Diastole", "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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 90,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\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": "content-type", "value": "application/json" }, { "key": "etag", "value": "W/\"MTcxMDgzOTU3Njg2MTY1MTAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 09:12:56 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/e44070a7-8d01-4a89-ba31-e3500dda6834/_history/MTcxMDgzOTU3Njg2MTY1MTAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 09:12:56 GMT" }, { "key": "Content-Length", "value": "4680" }, { "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": "8dbd5846-8ec9-4d8f-b666-72a1abb03bcd" }, { "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 \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/2dd10b56-0528-40fc-9038-21631e1f21f7\"\n },\n \"id\": \"e44070a7-8d01-4a89-ba31-e3500dda6834\",\n \"identifier\": [],\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T09:12:56.861651+00:00\",\n \"versionId\": \"MTcxMDgzOTU3Njg2MTY1MTAwMA\"\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\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 90\n }\n}" } ] } ] }, { "name": "05. Pemeriksaan Neurologis Penyakit Stroke", "item": [ { "name": "Observation - Total Skor NIHSS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 16,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099354\",\n \"display\": \"defisit neurologis berat\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Total Skor NIHSS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 16,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099354\",\n \"display\": \"defisit neurologis berat\"\n }\n ]\n }\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/53548839-6f24-48a3-96ed-ac5768d5a742/_history/MTcxMDU4NTcwMzQwNDMxMDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:41:43 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU4NTcwMzQwNDMxMDAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:41:43 GMT" }, { "key": "Content-Length", "value": "975" }, { "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": "d0139527-eb0f-48f8-8dae-d68069d56146" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"53548839-6f24-48a3-96ed-ac5768d5a742\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:41:43.404310+00:00\",\n \"versionId\": \"MTcxMDU4NTcwMzQwNDMxMDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 14\n }\n}" }, { "name": "Observation - Total Skor NIHSS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 16,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099354\",\n \"display\": \"defisit neurologis berat\"\n }\n ]\n }\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/53548839-6f24-48a3-96ed-ac5768d5a742/_history/MTcxMDU4NTcwMzQwNDMxMDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:41:43 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU4NTcwMzQwNDMxMDAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:41:43 GMT" }, { "key": "Content-Length", "value": "975" }, { "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": "d0139527-eb0f-48f8-8dae-d68069d56146" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"53548839-6f24-48a3-96ed-ac5768d5a742\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:41:43.404310+00:00\",\n \"versionId\": \"MTcxMDU4NTcwMzQwNDMxMDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 14\n }\n}" } ] }, { "name": "Observation - mRS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6114-8\",\n \"display\": \"4\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - mRS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6114-8\",\n \"display\": \"4\"\n }\n ]\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": "Tue, 19 Mar 2024 09:47:12 UTC" }, { "key": "etag", "value": "W/\"MTcxMDg0MTYzMjQzNTA0NTAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/6806f066-4739-4726-8094-5ce1df6d63f3/_history/MTcxMDg0MTYzMjQzNTA0NTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 09:47:12 GMT" }, { "key": "Content-Length", "value": "4016" }, { "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": "18cec509-99ab-485e-93f7-7739e0f64fb1" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/2dd10b56-0528-40fc-9038-21631e1f21f7\"\n },\n \"id\": \"6806f066-4739-4726-8094-5ce1df6d63f3\",\n \"identifier\": [],\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T09:47:12.435045+00:00\",\n \"versionId\": \"MTcxMDg0MTYzMjQzNTA0NTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6114-8\",\n \"display\": \"4\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" }, { "name": "Observation - mRS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6114-8\",\n \"display\": \"4\"\n }\n ]\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": "Tue, 19 Mar 2024 09:47:12 UTC" }, { "key": "etag", "value": "W/\"MTcxMDg0MTYzMjQzNTA0NTAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/6806f066-4739-4726-8094-5ce1df6d63f3/_history/MTcxMDg0MTYzMjQzNTA0NTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 09:47:12 GMT" }, { "key": "Content-Length", "value": "4016" }, { "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": "18cec509-99ab-485e-93f7-7739e0f64fb1" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/2dd10b56-0528-40fc-9038-21631e1f21f7\"\n },\n \"id\": \"6806f066-4739-4726-8094-5ce1df6d63f3\",\n \"identifier\": [],\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T09:47:12.435045+00:00\",\n \"versionId\": \"MTcxMDg0MTYzMjQzNTA0NTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6114-8\",\n \"display\": \"4\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" } ] }, { "name": "Observation - Disphagia", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"262008008\",\n \"display\": \"Not performed\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Disphagia", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"262008008\",\n \"display\": \"Not performed\"\n }\n ]\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": "Tue, 19 Mar 2024 09:48:36 UTC" }, { "key": "etag", "value": "W/\"MTcxMDg0MTcxNjU2ODkzNjAwMA\"" }, { "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/0531547a-75d4-48a3-8446-f36a86f40d23/_history/MTcxMDg0MTcxNjU2ODkzNjAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 09:48:36 GMT" }, { "key": "Content-Length", "value": "4132" }, { "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": "f6b047d3-53c0-45d2-a7cc-25c55ff15c0b" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/2dd10b56-0528-40fc-9038-21631e1f21f7\"\n },\n \"id\": \"0531547a-75d4-48a3-8446-f36a86f40d23\",\n \"identifier\": [],\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T09:48:36.568936+00:00\",\n \"versionId\": \"MTcxMDg0MTcxNjU2ODkzNjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"262008008\",\n \"display\": \"Not performed\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" }, { "name": "Observation - Disphagia", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"262008008\",\n \"display\": \"Not performed\"\n }\n ]\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": "Tue, 19 Mar 2024 09:48:36 UTC" }, { "key": "etag", "value": "W/\"MTcxMDg0MTcxNjU2ODkzNjAwMA\"" }, { "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/0531547a-75d4-48a3-8446-f36a86f40d23/_history/MTcxMDg0MTcxNjU2ODkzNjAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 09:48:36 GMT" }, { "key": "Content-Length", "value": "4132" }, { "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": "f6b047d3-53c0-45d2-a7cc-25c55ff15c0b" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/2dd10b56-0528-40fc-9038-21631e1f21f7\"\n },\n \"id\": \"0531547a-75d4-48a3-8446-f36a86f40d23\",\n \"identifier\": [],\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T09:48:36.568936+00:00\",\n \"versionId\": \"MTcxMDg0MTcxNjU2ODkzNjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"262008008\",\n \"display\": \"Not performed\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" } ] }, { "name": "Observation - Disphagia", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"262008008\",\n \"display\": \"Not performed\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Disphagia", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"262008008\",\n \"display\": \"Not performed\"\n }\n ]\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": "Tue, 19 Mar 2024 09:48:36 UTC" }, { "key": "etag", "value": "W/\"MTcxMDg0MTcxNjU2ODkzNjAwMA\"" }, { "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/0531547a-75d4-48a3-8446-f36a86f40d23/_history/MTcxMDg0MTcxNjU2ODkzNjAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 09:48:36 GMT" }, { "key": "Content-Length", "value": "4132" }, { "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": "f6b047d3-53c0-45d2-a7cc-25c55ff15c0b" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/2dd10b56-0528-40fc-9038-21631e1f21f7\"\n },\n \"id\": \"0531547a-75d4-48a3-8446-f36a86f40d23\",\n \"identifier\": [],\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T09:48:36.568936+00:00\",\n \"versionId\": \"MTcxMDg0MTcxNjU2ODkzNjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"262008008\",\n \"display\": \"Not performed\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" }, { "name": "Observation - Disphagia", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"262008008\",\n \"display\": \"Not performed\"\n }\n ]\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": "Tue, 19 Mar 2024 09:48:36 UTC" }, { "key": "etag", "value": "W/\"MTcxMDg0MTcxNjU2ODkzNjAwMA\"" }, { "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/0531547a-75d4-48a3-8446-f36a86f40d23/_history/MTcxMDg0MTcxNjU2ODkzNjAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 09:48:36 GMT" }, { "key": "Content-Length", "value": "4132" }, { "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": "f6b047d3-53c0-45d2-a7cc-25c55ff15c0b" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"431765005\",\n \"display\": \"Screening for dysphagia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/2dd10b56-0528-40fc-9038-21631e1f21f7\"\n },\n \"id\": \"0531547a-75d4-48a3-8446-f36a86f40d23\",\n \"identifier\": [],\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T09:48:36.568936+00:00\",\n \"versionId\": \"MTcxMDg0MTcxNjU2ODkzNjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"262008008\",\n \"display\": \"Not performed\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}" } ] }, { "name": "Observation - Total Skor NIHSS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 16,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099354\",\n \"display\": \"defisit neurologis berat\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - Total Skor NIHSS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 16,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099354\",\n \"display\": \"defisit neurologis berat\"\n }\n ]\n }\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/53548839-6f24-48a3-96ed-ac5768d5a742/_history/MTcxMDU4NTcwMzQwNDMxMDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:41:43 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU4NTcwMzQwNDMxMDAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:41:43 GMT" }, { "key": "Content-Length", "value": "975" }, { "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": "d0139527-eb0f-48f8-8dae-d68069d56146" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"53548839-6f24-48a3-96ed-ac5768d5a742\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:41:43.404310+00:00\",\n \"versionId\": \"MTcxMDU4NTcwMzQwNDMxMDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 14\n }\n}" }, { "name": "Observation - Total Skor NIHSS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 16,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099354\",\n \"display\": \"defisit neurologis berat\"\n }\n ]\n }\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/53548839-6f24-48a3-96ed-ac5768d5a742/_history/MTcxMDU4NTcwMzQwNDMxMDAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Sat, 16 Mar 2024 10:41:43 UTC" }, { "key": "etag", "value": "W/\"MTcxMDU4NTcwMzQwNDMxMDAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Sat, 16 Mar 2024 10:41:43 GMT" }, { "key": "Content-Length", "value": "975" }, { "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": "d0139527-eb0f-48f8-8dae-d68069d56146" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"53548839-6f24-48a3-96ed-ac5768d5a742\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"IP099353\",\n \"display\": \"defisit neurologis sedang / cukup berat\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\"\n }\n ]\n }\n ],\n \"issued\": \"2023-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T10:41:43.404310+00:00\",\n \"versionId\": \"MTcxMDU4NTcwMzQwNDMxMDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 14\n }\n}" } ] }, { "name": "Observation - mRS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6114-8\",\n \"display\": \"4\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - mRS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6114-8\",\n \"display\": \"4\"\n }\n ]\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": "Tue, 19 Mar 2024 09:47:12 UTC" }, { "key": "etag", "value": "W/\"MTcxMDg0MTYzMjQzNTA0NTAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/6806f066-4739-4726-8094-5ce1df6d63f3/_history/MTcxMDg0MTYzMjQzNTA0NTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 09:47:12 GMT" }, { "key": "Content-Length", "value": "4016" }, { "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": "18cec509-99ab-485e-93f7-7739e0f64fb1" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/2dd10b56-0528-40fc-9038-21631e1f21f7\"\n },\n \"id\": \"6806f066-4739-4726-8094-5ce1df6d63f3\",\n \"identifier\": [],\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T09:47:12.435045+00:00\",\n \"versionId\": \"MTcxMDg0MTYzMjQzNTA0NTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6114-8\",\n \"display\": \"4\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" }, { "name": "Observation - mRS Admisi", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6114-8\",\n \"display\": \"4\"\n }\n ]\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": "Tue, 19 Mar 2024 09:47:12 UTC" }, { "key": "etag", "value": "W/\"MTcxMDg0MTYzMjQzNTA0NTAwMA\"" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/6806f066-4739-4726-8094-5ce1df6d63f3/_history/MTcxMDg0MTYzMjQzNTA0NTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 09:47:12 GMT" }, { "key": "Content-Length", "value": "4016" }, { "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": "18cec509-99ab-485e-93f7-7739e0f64fb1" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/2dd10b56-0528-40fc-9038-21631e1f21f7\"\n },\n \"id\": \"6806f066-4739-4726-8094-5ce1df6d63f3\",\n \"identifier\": [],\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T09:47:12.435045+00:00\",\n \"versionId\": \"MTcxMDg0MTYzMjQzNTA0NTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6114-8\",\n \"display\": \"4\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" } ] } ] }, { "name": "06. Diagnosis", "item": [ { "name": "Condition - Primary Stroke Iskemik", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('DiagnosisUtama_Kunjungan3', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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\": \"recurrence\",\n \"display\": \"Recurrence\"\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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"recordedDate\": \"2024-03-01T02:40:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Condition", "host": [ "{{base_url}}" ], "path": [ "Condition" ] } }, "response": [ { "name": "Condition - Primary Stroke Iskemik", "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\": \"recurrence\",\n \"display\": \"Recurrence\"\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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"recordedDate\": \"2024-03-01T02:40:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/c5275991-d210-4b7d-b54a-4d3315e6c7bf/_history/MTcxMDg0MjQ3MjE2Mjg4ODAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 10:01:12 UTC" }, { "key": "etag", "value": "W/\"MTcxMDg0MjQ3MjE2Mjg4ODAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 10:01:12 GMT" }, { "key": "Content-Length", "value": "4348" }, { "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": "2bbb356f-b213-493f-924f-57933cf57124" }, { "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\": \"recurrence\",\n \"display\": \"Recurrence\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/2dd10b56-0528-40fc-9038-21631e1f21f7\"\n },\n \"id\": \"c5275991-d210-4b7d-b54a-4d3315e6c7bf\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T10:01:12.162888+00:00\",\n \"versionId\": \"MTcxMDg0MjQ3MjE2Mjg4ODAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ],\n \"recordedDate\": \"2024-03-01T02:40:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Condition - Primary Stroke Iskemik", "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\": \"recurrence\",\n \"display\": \"Recurrence\"\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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"recordedDate\": \"2024-03-01T02:40:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/c5275991-d210-4b7d-b54a-4d3315e6c7bf/_history/MTcxMDg0MjQ3MjE2Mjg4ODAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 10:01:12 UTC" }, { "key": "etag", "value": "W/\"MTcxMDg0MjQ3MjE2Mjg4ODAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 10:01:12 GMT" }, { "key": "Content-Length", "value": "4348" }, { "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": "2bbb356f-b213-493f-924f-57933cf57124" }, { "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\": \"recurrence\",\n \"display\": \"Recurrence\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/2dd10b56-0528-40fc-9038-21631e1f21f7\"\n },\n \"id\": \"c5275991-d210-4b7d-b54a-4d3315e6c7bf\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T10:01:12.162888+00:00\",\n \"versionId\": \"MTcxMDg0MjQ3MjE2Mjg4ODAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ],\n \"recordedDate\": \"2024-03-01T02:40:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Condition - Primary Stroke Iskemik", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('DiagnosisUtama_Kunjungan3', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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\": \"recurrence\",\n \"display\": \"Recurrence\"\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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"recordedDate\": \"2024-03-01T02:40:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Condition", "host": [ "{{base_url}}" ], "path": [ "Condition" ] } }, "response": [ { "name": "Condition - Primary Stroke Iskemik", "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\": \"recurrence\",\n \"display\": \"Recurrence\"\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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"recordedDate\": \"2024-03-01T02:40:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/c5275991-d210-4b7d-b54a-4d3315e6c7bf/_history/MTcxMDg0MjQ3MjE2Mjg4ODAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 10:01:12 UTC" }, { "key": "etag", "value": "W/\"MTcxMDg0MjQ3MjE2Mjg4ODAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 10:01:12 GMT" }, { "key": "Content-Length", "value": "4348" }, { "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": "2bbb356f-b213-493f-924f-57933cf57124" }, { "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\": \"recurrence\",\n \"display\": \"Recurrence\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/2dd10b56-0528-40fc-9038-21631e1f21f7\"\n },\n \"id\": \"c5275991-d210-4b7d-b54a-4d3315e6c7bf\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T10:01:12.162888+00:00\",\n \"versionId\": \"MTcxMDg0MjQ3MjE2Mjg4ODAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ],\n \"recordedDate\": \"2024-03-01T02:40:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Condition - Primary Stroke Iskemik", "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\": \"recurrence\",\n \"display\": \"Recurrence\"\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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"recordedDate\": \"2024-03-01T02:40:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/c5275991-d210-4b7d-b54a-4d3315e6c7bf/_history/MTcxMDg0MjQ3MjE2Mjg4ODAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 10:01:12 UTC" }, { "key": "etag", "value": "W/\"MTcxMDg0MjQ3MjE2Mjg4ODAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 10:01:12 GMT" }, { "key": "Content-Length", "value": "4348" }, { "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": "2bbb356f-b213-493f-924f-57933cf57124" }, { "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\": \"recurrence\",\n \"display\": \"Recurrence\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/2dd10b56-0528-40fc-9038-21631e1f21f7\"\n },\n \"id\": \"c5275991-d210-4b7d-b54a-4d3315e6c7bf\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T10:01:12.162888+00:00\",\n \"versionId\": \"MTcxMDg0MjQ3MjE2Mjg4ODAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien Stroke Iskemik\"\n }\n ],\n \"recordedDate\": \"2024-03-01T02:40:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] } ] }, { "name": "07. Farmasi", "item": [ { "name": "Peresepan Obat", "item": [ { "name": "Medication - Alteplase (Request)", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('Medication_Alteplase', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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\": \"6667331\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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 - Alteplase (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\": \"6667331\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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/\"MTcxNTA3MzA3NTQ5OTU3NTAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 09:11:15 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/95c12803-a6ae-458c-ae73-88456bc4f5be/_history/MTcxNTA3MzA3NTQ5OTU3NTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 09:11:15 GMT" }, { "key": "content-length", "value": "1287" }, { "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": "8974ecc9-c7cd-445b-a86f-02ac4d6706c0" }, { "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\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\",\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"95c12803-a6ae-458c-ae73-88456bc4f5be\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000002\",\n \"use\": \"official\",\n \"value\": \"6667331\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000582\",\n \"display\": \"Alteplase\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 50\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T09:11:15.499575+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxNTA3MzA3NTQ5OTU3NTAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" }, { "name": "Medication - Alteplase (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\": \"6667331\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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/\"MTcxNTA3MzA3NTQ5OTU3NTAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 09:11:15 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/95c12803-a6ae-458c-ae73-88456bc4f5be/_history/MTcxNTA3MzA3NTQ5OTU3NTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 09:11:15 GMT" }, { "key": "content-length", "value": "1287" }, { "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": "8974ecc9-c7cd-445b-a86f-02ac4d6706c0" }, { "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\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\",\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"95c12803-a6ae-458c-ae73-88456bc4f5be\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000002\",\n \"use\": \"official\",\n \"value\": \"6667331\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000582\",\n \"display\": \"Alteplase\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 50\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T09:11:15.499575+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxNTA3MzA3NTQ5OTU3NTAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" } ] }, { "name": "MedicationRequest - Alteplase", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('MedicationRequest_Alteplase', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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/{{Medication_Alteplase}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"authoredOn\": \"2024-03-01T02:40:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"patientInstruction\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"additionalInstruction\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"421769005\",\n \"display\": \"Follow directions\"\n }\n ]\n }\n ],\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\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\"\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\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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\": \"2024-03-01T02:40:00+00:00\",\n \"end\": \"2024-03-01T03:40:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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 - Alteplase", "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/{{Medication_Alteplase}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"authoredOn\": \"2024-03-01T02:40:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"patientInstruction\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"additionalInstruction\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"421769005\",\n \"display\": \"Follow directions\"\n }\n ]\n }\n ],\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\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\"\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\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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\": \"2024-03-01T02:40:00+00:00\",\n \"end\": \"2024-03-01T03:40:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 07 May 2024 11:10:34 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/MedicationRequest/37061c21-4b6a-40e0-9942-c4d79c98a8f5/_history/MTcxNTA4MDIzNDA0OTUxMDAwMA" }, { "key": "etag", "value": "W/\"MTcxNTA4MDIzNDA0OTUxMDAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 11:10:34 GMT" }, { "key": "content-length", "value": "2271" }, { "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": "6085027c-f503-4ebb-9c01-e949df7b7ddc" }, { "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-03-02T04: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 \"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\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - unit of product usage\",\n \"value\": 1\n },\n \"validityPeriod\": {\n \"end\": \"2023-03-02T05:00:00+00:00\",\n \"start\": \"2023-03-02T04:00:00+00:00\"\n }\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"coding\": [\n {\n \"code\": \"421769005\",\n \"display\": \"Follow directions\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - 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\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"37061c21-4b6a-40e0-9942-c4d79c98a8f5\",\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/95c12803-a6ae-458c-ae73-88456bc4f5be\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T11:10:34.049510+00:00\",\n \"versionId\": \"MTcxNTA4MDIzNDA0OTUxMDAwMA\"\n },\n \"priority\": \"routine\",\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"requester\": {\n \"display\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\n },\n \"resourceType\": \"MedicationRequest\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "MedicationRequest - Alteplase", "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/{{Medication_Alteplase}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"authoredOn\": \"2024-03-01T02:40:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"patientInstruction\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"additionalInstruction\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"421769005\",\n \"display\": \"Follow directions\"\n }\n ]\n }\n ],\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\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\"\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\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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\": \"2024-03-01T02:40:00+00:00\",\n \"end\": \"2024-03-01T03:40:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 07 May 2024 11:10:34 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/MedicationRequest/37061c21-4b6a-40e0-9942-c4d79c98a8f5/_history/MTcxNTA4MDIzNDA0OTUxMDAwMA" }, { "key": "etag", "value": "W/\"MTcxNTA4MDIzNDA0OTUxMDAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 11:10:34 GMT" }, { "key": "content-length", "value": "2271" }, { "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": "6085027c-f503-4ebb-9c01-e949df7b7ddc" }, { "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-03-02T04: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 \"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\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - unit of product usage\",\n \"value\": 1\n },\n \"validityPeriod\": {\n \"end\": \"2023-03-02T05:00:00+00:00\",\n \"start\": \"2023-03-02T04:00:00+00:00\"\n }\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"coding\": [\n {\n \"code\": \"421769005\",\n \"display\": \"Follow directions\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - 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\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"37061c21-4b6a-40e0-9942-c4d79c98a8f5\",\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/95c12803-a6ae-458c-ae73-88456bc4f5be\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T11:10:34.049510+00:00\",\n \"versionId\": \"MTcxNTA4MDIzNDA0OTUxMDAwMA\"\n },\n \"priority\": \"routine\",\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"requester\": {\n \"display\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\n },\n \"resourceType\": \"MedicationRequest\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "MedicationRequest - Alteplase", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('MedicationRequest_Alteplase', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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/{{Medication_Alteplase}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"authoredOn\": \"2024-03-01T02:40:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"patientInstruction\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"additionalInstruction\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"421769005\",\n \"display\": \"Follow directions\"\n }\n ]\n }\n ],\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\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\"\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\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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\": \"2024-03-01T02:40:00+00:00\",\n \"end\": \"2024-03-01T03:40:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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 - Alteplase", "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/{{Medication_Alteplase}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"authoredOn\": \"2024-03-01T02:40:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"patientInstruction\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"additionalInstruction\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"421769005\",\n \"display\": \"Follow directions\"\n }\n ]\n }\n ],\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\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\"\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\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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\": \"2024-03-01T02:40:00+00:00\",\n \"end\": \"2024-03-01T03:40:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 07 May 2024 11:10:34 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/MedicationRequest/37061c21-4b6a-40e0-9942-c4d79c98a8f5/_history/MTcxNTA4MDIzNDA0OTUxMDAwMA" }, { "key": "etag", "value": "W/\"MTcxNTA4MDIzNDA0OTUxMDAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 11:10:34 GMT" }, { "key": "content-length", "value": "2271" }, { "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": "6085027c-f503-4ebb-9c01-e949df7b7ddc" }, { "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-03-02T04: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 \"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\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - unit of product usage\",\n \"value\": 1\n },\n \"validityPeriod\": {\n \"end\": \"2023-03-02T05:00:00+00:00\",\n \"start\": \"2023-03-02T04:00:00+00:00\"\n }\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"coding\": [\n {\n \"code\": \"421769005\",\n \"display\": \"Follow directions\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - 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\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"37061c21-4b6a-40e0-9942-c4d79c98a8f5\",\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/95c12803-a6ae-458c-ae73-88456bc4f5be\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T11:10:34.049510+00:00\",\n \"versionId\": \"MTcxNTA4MDIzNDA0OTUxMDAwMA\"\n },\n \"priority\": \"routine\",\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"requester\": {\n \"display\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\n },\n \"resourceType\": \"MedicationRequest\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "MedicationRequest - Alteplase", "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/{{Medication_Alteplase}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"authoredOn\": \"2024-03-01T02:40:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"patientInstruction\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"additionalInstruction\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"421769005\",\n \"display\": \"Follow directions\"\n }\n ]\n }\n ],\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\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\"\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\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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\": \"2024-03-01T02:40:00+00:00\",\n \"end\": \"2024-03-01T03:40:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 07 May 2024 11:10:34 UTC" }, { "key": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/MedicationRequest/37061c21-4b6a-40e0-9942-c4d79c98a8f5/_history/MTcxNTA4MDIzNDA0OTUxMDAwMA" }, { "key": "etag", "value": "W/\"MTcxNTA4MDIzNDA0OTUxMDAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 11:10:34 GMT" }, { "key": "content-length", "value": "2271" }, { "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": "6085027c-f503-4ebb-9c01-e949df7b7ddc" }, { "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-03-02T04: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 \"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\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - unit of product usage\",\n \"value\": 1\n },\n \"validityPeriod\": {\n \"end\": \"2023-03-02T05:00:00+00:00\",\n \"start\": \"2023-03-02T04:00:00+00:00\"\n }\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"coding\": [\n {\n \"code\": \"421769005\",\n \"display\": \"Follow directions\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - 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\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\n },\n \"id\": \"37061c21-4b6a-40e0-9942-c4d79c98a8f5\",\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/95c12803-a6ae-458c-ae73-88456bc4f5be\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T11:10:34.049510+00:00\",\n \"versionId\": \"MTcxNTA4MDIzNDA0OTUxMDAwMA\"\n },\n \"priority\": \"routine\",\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"requester\": {\n \"display\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\n },\n \"resourceType\": \"MedicationRequest\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Medication - Alteplase (Request)", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('Medication_Alteplase', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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\": \"6667331\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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 - Alteplase (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\": \"6667331\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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/\"MTcxNTA3MzA3NTQ5OTU3NTAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 09:11:15 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/95c12803-a6ae-458c-ae73-88456bc4f5be/_history/MTcxNTA3MzA3NTQ5OTU3NTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 09:11:15 GMT" }, { "key": "content-length", "value": "1287" }, { "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": "8974ecc9-c7cd-445b-a86f-02ac4d6706c0" }, { "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\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\",\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"95c12803-a6ae-458c-ae73-88456bc4f5be\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000002\",\n \"use\": \"official\",\n \"value\": \"6667331\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000582\",\n \"display\": \"Alteplase\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 50\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T09:11:15.499575+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxNTA3MzA3NTQ5OTU3NTAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" }, { "name": "Medication - Alteplase (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\": \"6667331\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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/\"MTcxNTA3MzA3NTQ5OTU3NTAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 09:11:15 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/95c12803-a6ae-458c-ae73-88456bc4f5be/_history/MTcxNTA3MzA3NTQ5OTU3NTAwMA" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 09:11:15 GMT" }, { "key": "content-length", "value": "1287" }, { "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": "8974ecc9-c7cd-445b-a86f-02ac4d6706c0" }, { "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\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\",\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"95c12803-a6ae-458c-ae73-88456bc4f5be\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000002\",\n \"use\": \"official\",\n \"value\": \"6667331\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000582\",\n \"display\": \"Alteplase\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 50\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T09:11:15.499575+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxNTA3MzA3NTQ5OTU3NTAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" } ] } ] }, { "name": "Pengeluaran Obat", "item": [ { "name": "Medication - Alteplase (Dispense)", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('MedicationAlteplase_ForDispense', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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\": \"789000\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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 - Alteplase (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\": \"789000\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Tue, 19 Mar 2024 09:55:11 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/3bdbd5cd-c418-44f6-855d-9580425d6016/_history/MTcxMDg0MjExMTY5MDU3MzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDg0MjExMTY5MDU3MzAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 09:55:11 GMT" }, { "key": "Content-Length", "value": "6606" }, { "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": "a3ae7522-783b-4a4c-b5da-1e4d07066e4f" }, { "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-22T14:27:00+00:00\",\n \"lotNumber\": \"1625042A\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\",\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"3bdbd5cd-c418-44f6-855d-9580425d6016\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000002\",\n \"use\": \"official\",\n \"value\": \"789000\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000582\",\n \"display\": \"Alteplase\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 50\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T09:55:11.690573+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxMDg0MjExMTY5MDU3MzAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" }, { "name": "Medication - Alteplase (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\": \"789000\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Tue, 19 Mar 2024 09:55:11 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/3bdbd5cd-c418-44f6-855d-9580425d6016/_history/MTcxMDg0MjExMTY5MDU3MzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDg0MjExMTY5MDU3MzAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 09:55:11 GMT" }, { "key": "Content-Length", "value": "6606" }, { "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": "a3ae7522-783b-4a4c-b5da-1e4d07066e4f" }, { "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-22T14:27:00+00:00\",\n \"lotNumber\": \"1625042A\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\",\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"3bdbd5cd-c418-44f6-855d-9580425d6016\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000002\",\n \"use\": \"official\",\n \"value\": \"789000\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000582\",\n \"display\": \"Alteplase\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 50\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T09:55:11.690573+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxMDg0MjExMTY5MDU3MzAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" } ] }, { "name": "MedicationDispense - Alteplase", "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/{{MedicationAlteplase_ForDispense}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000003\",\n \"display\": \"John Miller\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_bedRanap}}\",\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/e2d740c9-9787-4e97-8e97-bfa5daa951cb\"\n }\n ],\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2024-03-01T02:40:00+00:00\",\n \"whenHandedOver\": \"2024-03-01T02:40:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"patientInstruction\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"additionalInstruction\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"421769005\",\n \"display\": \"Follow directions\"\n }\n ]\n }\n ],\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\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\"\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\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\n }\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/MedicationDispense", "host": [ "{{base_url}}" ], "path": [ "MedicationDispense" ] } }, "response": [ { "name": "MedicationDispense - Alteplase", "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/{{MedicationAlteplase_ForDispense}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000003\",\n \"display\": \"John Miller\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_bedRanap}}\",\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/e2d740c9-9787-4e97-8e97-bfa5daa951cb\"\n }\n ],\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2024-03-01T02:40:00+00:00\",\n \"whenHandedOver\": \"2024-03-01T02:40:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"patientInstruction\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"additionalInstruction\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"421769005\",\n \"display\": \"Follow directions\"\n }\n ]\n }\n ],\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\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\"\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\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/MedicationDispense/0f031c79-d7c0-4d30-a5e0-b68d6a090462/_history/MTcxNTA4MDU3ODY1MzA1OTAwMA" }, { "key": "etag", "value": "W/\"MTcxNTA4MDU3ODY1MzA1OTAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 11:16:18 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 11:16:18 GMT" }, { "key": "content-length", "value": "2096" }, { "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": "78f087af-9914-4bc2-8ae1-cdd9b457811f" }, { "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/e2d740c9-9787-4e97-8e97-bfa5daa951cb\"\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/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\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 \"coding\": [\n {\n \"code\": \"421769005\",\n \"display\": \"Follow directions\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - 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\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"0f031c79-d7c0-4d30-a5e0-b68d6a090462\",\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\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"reference\": \"Location/{{Location_bedRanap}}\"\n },\n \"medicationReference\": {\n \"reference\": \"Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T11:16:18.653059+00:00\",\n \"versionId\": \"MTcxNTA4MDU3ODY1MzA1OTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"John Miller\",\n \"reference\": \"Practitioner/N10000003\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - 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-03-01T04:40:00+00:00\",\n \"whenPrepared\": \"2023-03-01T04:30:00+00:00\"\n}" }, { "name": "MedicationDispense - Alteplase", "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/{{MedicationAlteplase_ForDispense}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000003\",\n \"display\": \"John Miller\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_bedRanap}}\",\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/e2d740c9-9787-4e97-8e97-bfa5daa951cb\"\n }\n ],\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2024-03-01T02:40:00+00:00\",\n \"whenHandedOver\": \"2024-03-01T02:40:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"patientInstruction\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"additionalInstruction\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"421769005\",\n \"display\": \"Follow directions\"\n }\n ]\n }\n ],\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\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\"\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\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/MedicationDispense/0f031c79-d7c0-4d30-a5e0-b68d6a090462/_history/MTcxNTA4MDU3ODY1MzA1OTAwMA" }, { "key": "etag", "value": "W/\"MTcxNTA4MDU3ODY1MzA1OTAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 11:16:18 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 11:16:18 GMT" }, { "key": "content-length", "value": "2096" }, { "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": "78f087af-9914-4bc2-8ae1-cdd9b457811f" }, { "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/e2d740c9-9787-4e97-8e97-bfa5daa951cb\"\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/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\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 \"coding\": [\n {\n \"code\": \"421769005\",\n \"display\": \"Follow directions\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - 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\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"0f031c79-d7c0-4d30-a5e0-b68d6a090462\",\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\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"reference\": \"Location/{{Location_bedRanap}}\"\n },\n \"medicationReference\": {\n \"reference\": \"Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T11:16:18.653059+00:00\",\n \"versionId\": \"MTcxNTA4MDU3ODY1MzA1OTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"John Miller\",\n \"reference\": \"Practitioner/N10000003\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - 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-03-01T04:40:00+00:00\",\n \"whenPrepared\": \"2023-03-01T04:30:00+00:00\"\n}" } ] }, { "name": "MedicationDispense - Alteplase", "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/{{MedicationAlteplase_ForDispense}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000003\",\n \"display\": \"John Miller\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_bedRanap}}\",\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/e2d740c9-9787-4e97-8e97-bfa5daa951cb\"\n }\n ],\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2024-03-01T02:40:00+00:00\",\n \"whenHandedOver\": \"2024-03-01T02:40:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"patientInstruction\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"additionalInstruction\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"421769005\",\n \"display\": \"Follow directions\"\n }\n ]\n }\n ],\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\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\"\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\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\n }\n }\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/MedicationDispense", "host": [ "{{base_url}}" ], "path": [ "MedicationDispense" ] } }, "response": [ { "name": "MedicationDispense - Alteplase", "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/{{MedicationAlteplase_ForDispense}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000003\",\n \"display\": \"John Miller\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_bedRanap}}\",\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/e2d740c9-9787-4e97-8e97-bfa5daa951cb\"\n }\n ],\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2024-03-01T02:40:00+00:00\",\n \"whenHandedOver\": \"2024-03-01T02:40:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"patientInstruction\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"additionalInstruction\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"421769005\",\n \"display\": \"Follow directions\"\n }\n ]\n }\n ],\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\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\"\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\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/MedicationDispense/0f031c79-d7c0-4d30-a5e0-b68d6a090462/_history/MTcxNTA4MDU3ODY1MzA1OTAwMA" }, { "key": "etag", "value": "W/\"MTcxNTA4MDU3ODY1MzA1OTAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 11:16:18 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 11:16:18 GMT" }, { "key": "content-length", "value": "2096" }, { "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": "78f087af-9914-4bc2-8ae1-cdd9b457811f" }, { "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/e2d740c9-9787-4e97-8e97-bfa5daa951cb\"\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/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\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 \"coding\": [\n {\n \"code\": \"421769005\",\n \"display\": \"Follow directions\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - 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\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"0f031c79-d7c0-4d30-a5e0-b68d6a090462\",\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\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"reference\": \"Location/{{Location_bedRanap}}\"\n },\n \"medicationReference\": {\n \"reference\": \"Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T11:16:18.653059+00:00\",\n \"versionId\": \"MTcxNTA4MDU3ODY1MzA1OTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"John Miller\",\n \"reference\": \"Practitioner/N10000003\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - 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-03-01T04:40:00+00:00\",\n \"whenPrepared\": \"2023-03-01T04:30:00+00:00\"\n}" }, { "name": "MedicationDispense - Alteplase", "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/{{MedicationAlteplase_ForDispense}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000003\",\n \"display\": \"John Miller\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_bedRanap}}\",\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/e2d740c9-9787-4e97-8e97-bfa5daa951cb\"\n }\n ],\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2024-03-01T02:40:00+00:00\",\n \"whenHandedOver\": \"2024-03-01T02:40:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"patientInstruction\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"additionalInstruction\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"421769005\",\n \"display\": \"Follow directions\"\n }\n ]\n }\n ],\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\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\"\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\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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": "location", "value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/MedicationDispense/0f031c79-d7c0-4d30-a5e0-b68d6a090462/_history/MTcxNTA4MDU3ODY1MzA1OTAwMA" }, { "key": "etag", "value": "W/\"MTcxNTA4MDU3ODY1MzA1OTAwMA\"" }, { "key": "last-modified", "value": "Tue, 07 May 2024 11:16:18 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 11:16:18 GMT" }, { "key": "content-length", "value": "2096" }, { "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": "78f087af-9914-4bc2-8ae1-cdd9b457811f" }, { "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/e2d740c9-9787-4e97-8e97-bfa5daa951cb\"\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/1a07ee6d-65c9-4365-964b-71f4f46df06d\"\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 \"coding\": [\n {\n \"code\": \"421769005\",\n \"display\": \"Follow directions\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - 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\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"0f031c79-d7c0-4d30-a5e0-b68d6a090462\",\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\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\",\n \"reference\": \"Location/{{Location_bedRanap}}\"\n },\n \"medicationReference\": {\n \"reference\": \"Medication/fcb0ac28-62fa-466d-a0e8-27a1a802b493\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T11:16:18.653059+00:00\",\n \"versionId\": \"MTcxNTA4MDU3ODY1MzA1OTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"John Miller\",\n \"reference\": \"Practitioner/N10000003\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - 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-03-01T04:40:00+00:00\",\n \"whenPrepared\": \"2023-03-01T04:30:00+00:00\"\n}" } ] }, { "name": "Medication - Alteplase (Dispense)", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('MedicationAlteplase_ForDispense', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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\": \"789000\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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 - Alteplase (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\": \"789000\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Tue, 19 Mar 2024 09:55:11 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/3bdbd5cd-c418-44f6-855d-9580425d6016/_history/MTcxMDg0MjExMTY5MDU3MzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDg0MjExMTY5MDU3MzAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 09:55:11 GMT" }, { "key": "Content-Length", "value": "6606" }, { "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": "a3ae7522-783b-4a4c-b5da-1e4d07066e4f" }, { "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-22T14:27:00+00:00\",\n \"lotNumber\": \"1625042A\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\",\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"3bdbd5cd-c418-44f6-855d-9580425d6016\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000002\",\n \"use\": \"official\",\n \"value\": \"789000\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000582\",\n \"display\": \"Alteplase\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 50\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T09:55:11.690573+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxMDg0MjExMTY5MDU3MzAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" }, { "name": "Medication - Alteplase (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\": \"789000\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Tue, 19 Mar 2024 09:55:11 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/3bdbd5cd-c418-44f6-855d-9580425d6016/_history/MTcxMDg0MjExMTY5MDU3MzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDg0MjExMTY5MDU3MzAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 09:55:11 GMT" }, { "key": "Content-Length", "value": "6606" }, { "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": "a3ae7522-783b-4a4c-b5da-1e4d07066e4f" }, { "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-22T14:27:00+00:00\",\n \"lotNumber\": \"1625042A\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\",\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"3bdbd5cd-c418-44f6-855d-9580425d6016\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000002\",\n \"use\": \"official\",\n \"value\": \"789000\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000582\",\n \"display\": \"Alteplase\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 50\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T09:55:11.690573+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxMDg0MjExMTY5MDU3MzAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" } ] } ] } ] }, { "name": "08. Tindakan Terapeutik", "item": [ { "name": "Medication - Alteplase (Dispense)", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('MedicationAlteplase_ForDispense', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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\": \"789000\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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 - Alteplase (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\": \"789000\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Tue, 19 Mar 2024 09:55:11 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/3bdbd5cd-c418-44f6-855d-9580425d6016/_history/MTcxMDg0MjExMTY5MDU3MzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDg0MjExMTY5MDU3MzAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 09:55:11 GMT" }, { "key": "Content-Length", "value": "6606" }, { "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": "a3ae7522-783b-4a4c-b5da-1e4d07066e4f" }, { "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-22T14:27:00+00:00\",\n \"lotNumber\": \"1625042A\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\",\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"3bdbd5cd-c418-44f6-855d-9580425d6016\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000002\",\n \"use\": \"official\",\n \"value\": \"789000\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000582\",\n \"display\": \"Alteplase\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 50\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T09:55:11.690573+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxMDg0MjExMTY5MDU3MzAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" }, { "name": "Medication - Alteplase (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\": \"789000\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Tue, 19 Mar 2024 09:55:11 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/3bdbd5cd-c418-44f6-855d-9580425d6016/_history/MTcxMDg0MjExMTY5MDU3MzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDg0MjExMTY5MDU3MzAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 09:55:11 GMT" }, { "key": "Content-Length", "value": "6606" }, { "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": "a3ae7522-783b-4a4c-b5da-1e4d07066e4f" }, { "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-22T14:27:00+00:00\",\n \"lotNumber\": \"1625042A\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\",\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"3bdbd5cd-c418-44f6-855d-9580425d6016\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000002\",\n \"use\": \"official\",\n \"value\": \"789000\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000582\",\n \"display\": \"Alteplase\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 50\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T09:55:11.690573+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxMDg0MjExMTY5MDU3MzAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" } ] }, { "name": "Procedure - r-TPA", "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\": \"99.10\",\n \"display\": \"Injection or infusion of thrombolytic agent\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2024-03-01T02:40:00+00:00\",\n \"end\": \"2024-03-01T03:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"usedReference\": [\n {\n \"reference\": \"Medication/{{MedicationAlteplase_ForDispense}}\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Procedure", "host": [ "{{base_url}}" ], "path": [ "Procedure" ] } }, "response": [ { "name": "Procedure - r-TPA", "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\": \"99.10\",\n \"display\": \"Injection or infusion of thrombolytic agent\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2024-03-01T02:40:00+00:00\",\n \"end\": \"2024-03-01T03:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"usedReference\": [\n {\n \"reference\": \"Medication/{{MedicationAlteplase_ForDispense}}\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\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/\"MTcxMDg0MjI1MTkyNTI3MzAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 09:57:31 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/Procedure/f8a14af5-79df-4fee-b2ae-7fdda1250604/_history/MTcxMDg0MjI1MTkyNTI3MzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 09:57:31 GMT" }, { "key": "Content-Length", "value": "5332" }, { "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": "b49d6a03-6c76-4a25-8728-45cbb9b42d38" }, { "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\": \"277132007\",\n \"display\": \"Therapeutic procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"99.10\",\n \"display\": \"Injection or infusion of thrombolytic agent\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/2dd10b56-0528-40fc-9038-21631e1f21f7\"\n },\n \"id\": \"f8a14af5-79df-4fee-b2ae-7fdda1250604\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T09:57:31.925273+00:00\",\n \"versionId\": \"MTcxMDg0MjI1MTkyNTI3MzAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\n }\n ],\n \"performedPeriod\": {\n \"end\": \"2024-03-01T03:00:00+00:00\",\n \"start\": \"2024-03-01T02:40: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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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 \"usedReference\": [\n {\n \"reference\": \"Medication/3bdbd5cd-c418-44f6-855d-9580425d6016\"\n }\n ]\n}" }, { "name": "Procedure - r-TPA", "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\": \"99.10\",\n \"display\": \"Injection or infusion of thrombolytic agent\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2024-03-01T02:40:00+00:00\",\n \"end\": \"2024-03-01T03:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"usedReference\": [\n {\n \"reference\": \"Medication/{{MedicationAlteplase_ForDispense}}\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\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/\"MTcxMDg0MjI1MTkyNTI3MzAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 09:57:31 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/Procedure/f8a14af5-79df-4fee-b2ae-7fdda1250604/_history/MTcxMDg0MjI1MTkyNTI3MzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 09:57:31 GMT" }, { "key": "Content-Length", "value": "5332" }, { "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": "b49d6a03-6c76-4a25-8728-45cbb9b42d38" }, { "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\": \"277132007\",\n \"display\": \"Therapeutic procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"99.10\",\n \"display\": \"Injection or infusion of thrombolytic agent\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/2dd10b56-0528-40fc-9038-21631e1f21f7\"\n },\n \"id\": \"f8a14af5-79df-4fee-b2ae-7fdda1250604\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T09:57:31.925273+00:00\",\n \"versionId\": \"MTcxMDg0MjI1MTkyNTI3MzAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\n }\n ],\n \"performedPeriod\": {\n \"end\": \"2024-03-01T03:00:00+00:00\",\n \"start\": \"2024-03-01T02:40: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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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 \"usedReference\": [\n {\n \"reference\": \"Medication/3bdbd5cd-c418-44f6-855d-9580425d6016\"\n }\n ]\n}" } ] }, { "name": "Procedure - r-TPA", "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\": \"99.10\",\n \"display\": \"Injection or infusion of thrombolytic agent\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2024-03-01T02:40:00+00:00\",\n \"end\": \"2024-03-01T03:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"usedReference\": [\n {\n \"reference\": \"Medication/{{MedicationAlteplase_ForDispense}}\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Procedure", "host": [ "{{base_url}}" ], "path": [ "Procedure" ] } }, "response": [ { "name": "Procedure - r-TPA", "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\": \"99.10\",\n \"display\": \"Injection or infusion of thrombolytic agent\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2024-03-01T02:40:00+00:00\",\n \"end\": \"2024-03-01T03:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"usedReference\": [\n {\n \"reference\": \"Medication/{{MedicationAlteplase_ForDispense}}\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\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/\"MTcxMDg0MjI1MTkyNTI3MzAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 09:57:31 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/Procedure/f8a14af5-79df-4fee-b2ae-7fdda1250604/_history/MTcxMDg0MjI1MTkyNTI3MzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 09:57:31 GMT" }, { "key": "Content-Length", "value": "5332" }, { "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": "b49d6a03-6c76-4a25-8728-45cbb9b42d38" }, { "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\": \"277132007\",\n \"display\": \"Therapeutic procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"99.10\",\n \"display\": \"Injection or infusion of thrombolytic agent\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/2dd10b56-0528-40fc-9038-21631e1f21f7\"\n },\n \"id\": \"f8a14af5-79df-4fee-b2ae-7fdda1250604\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T09:57:31.925273+00:00\",\n \"versionId\": \"MTcxMDg0MjI1MTkyNTI3MzAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\n }\n ],\n \"performedPeriod\": {\n \"end\": \"2024-03-01T03:00:00+00:00\",\n \"start\": \"2024-03-01T02:40: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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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 \"usedReference\": [\n {\n \"reference\": \"Medication/3bdbd5cd-c418-44f6-855d-9580425d6016\"\n }\n ]\n}" }, { "name": "Procedure - r-TPA", "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\": \"99.10\",\n \"display\": \"Injection or infusion of thrombolytic agent\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2024-03-01T02:40:00+00:00\",\n \"end\": \"2024-03-01T03:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"usedReference\": [\n {\n \"reference\": \"Medication/{{MedicationAlteplase_ForDispense}}\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\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/\"MTcxMDg0MjI1MTkyNTI3MzAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 09:57:31 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/Procedure/f8a14af5-79df-4fee-b2ae-7fdda1250604/_history/MTcxMDg0MjI1MTkyNTI3MzAwMA" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 09:57:31 GMT" }, { "key": "Content-Length", "value": "5332" }, { "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": "b49d6a03-6c76-4a25-8728-45cbb9b42d38" }, { "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\": \"277132007\",\n \"display\": \"Therapeutic procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"99.10\",\n \"display\": \"Injection or infusion of thrombolytic agent\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/2dd10b56-0528-40fc-9038-21631e1f21f7\"\n },\n \"id\": \"f8a14af5-79df-4fee-b2ae-7fdda1250604\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T09:57:31.925273+00:00\",\n \"versionId\": \"MTcxMDg0MjI1MTkyNTI3MzAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\n }\n ],\n \"performedPeriod\": {\n \"end\": \"2024-03-01T03:00:00+00:00\",\n \"start\": \"2024-03-01T02:40: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\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\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 \"usedReference\": [\n {\n \"reference\": \"Medication/3bdbd5cd-c418-44f6-855d-9580425d6016\"\n }\n ]\n}" } ] }, { "name": "Medication - Alteplase (Dispense)", "event": [ { "listen": "test", "script": { "exec": [ "var data = pm.response.json();\r", "pm.collectionVariables.set('MedicationAlteplase_ForDispense', data.id);" ], "type": "text/javascript", "packages": {} } } ], "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\": \"789000\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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 - Alteplase (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\": \"789000\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Tue, 19 Mar 2024 09:55:11 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/3bdbd5cd-c418-44f6-855d-9580425d6016/_history/MTcxMDg0MjExMTY5MDU3MzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDg0MjExMTY5MDU3MzAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 09:55:11 GMT" }, { "key": "Content-Length", "value": "6606" }, { "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": "a3ae7522-783b-4a4c-b5da-1e4d07066e4f" }, { "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-22T14:27:00+00:00\",\n \"lotNumber\": \"1625042A\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\",\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"3bdbd5cd-c418-44f6-855d-9580425d6016\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000002\",\n \"use\": \"official\",\n \"value\": \"789000\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000582\",\n \"display\": \"Alteplase\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 50\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T09:55:11.690573+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxMDg0MjExMTY5MDU3MzAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" }, { "name": "Medication - Alteplase (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\": \"789000\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "last-modified", "value": "Tue, 19 Mar 2024 09:55:11 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/3bdbd5cd-c418-44f6-855d-9580425d6016/_history/MTcxMDg0MjExMTY5MDU3MzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDg0MjExMTY5MDU3MzAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 09:55:11 GMT" }, { "key": "Content-Length", "value": "6606" }, { "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": "a3ae7522-783b-4a4c-b5da-1e4d07066e4f" }, { "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-22T14:27:00+00:00\",\n \"lotNumber\": \"1625042A\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\",\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"3bdbd5cd-c418-44f6-855d-9580425d6016\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000002\",\n \"use\": \"official\",\n \"value\": \"789000\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000582\",\n \"display\": \"Alteplase\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"415818006\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Vial - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 50\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T09:55:11.690573+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcxMDg0MjExMTY5MDU3MzAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}" } ] } ] }, { "name": "09. Data Kepulangan Pasien Stroke", "item": [ { "name": "Observation - mRS Pulang", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T03:15:00+00:00\",\n \"issued\": \"2024-03-01T03:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA10138-8\",\n \"display\": \"6\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - mRS Pulang", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T03:15:00+00:00\",\n \"issued\": \"2024-03-01T03:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA10138-8\",\n \"display\": \"6\"\n }\n ]\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": "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/bc6919e0-37d9-4c31-aef9-6f8461685456/_history/MTcxMDg0MjcwMTM0MjAxNzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDg0MjcwMTM0MjAxNzAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 10:05:01 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 10:05:01 GMT" }, { "key": "Content-Length", "value": "4020" }, { "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": "a67c656f-d824-469e-b617-24c339399cc8" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2024-03-01T03:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/2dd10b56-0528-40fc-9038-21631e1f21f7\"\n },\n \"id\": \"bc6919e0-37d9-4c31-aef9-6f8461685456\",\n \"identifier\": [],\n \"issued\": \"2024-03-01T03:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T10:05:01.342017+00:00\",\n \"versionId\": \"MTcxMDg0MjcwMTM0MjAxNzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA10138-8\",\n \"display\": \"6\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" }, { "name": "Observation - mRS Pulang", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T03:15:00+00:00\",\n \"issued\": \"2024-03-01T03:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA10138-8\",\n \"display\": \"6\"\n }\n ]\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": "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/bc6919e0-37d9-4c31-aef9-6f8461685456/_history/MTcxMDg0MjcwMTM0MjAxNzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDg0MjcwMTM0MjAxNzAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 10:05:01 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 10:05:01 GMT" }, { "key": "Content-Length", "value": "4020" }, { "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": "a67c656f-d824-469e-b617-24c339399cc8" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2024-03-01T03:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/2dd10b56-0528-40fc-9038-21631e1f21f7\"\n },\n \"id\": \"bc6919e0-37d9-4c31-aef9-6f8461685456\",\n \"identifier\": [],\n \"issued\": \"2024-03-01T03:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T10:05:01.342017+00:00\",\n \"versionId\": \"MTcxMDg0MjcwMTM0MjAxNzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA10138-8\",\n \"display\": \"6\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" } ] }, { "name": "Observation - mRS Pulang", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T03:15:00+00:00\",\n \"issued\": \"2024-03-01T03:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA10138-8\",\n \"display\": \"6\"\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Observation", "host": [ "{{base_url}}" ], "path": [ "Observation" ] } }, "response": [ { "name": "Observation - mRS Pulang", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T03:15:00+00:00\",\n \"issued\": \"2024-03-01T03:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA10138-8\",\n \"display\": \"6\"\n }\n ]\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": "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/bc6919e0-37d9-4c31-aef9-6f8461685456/_history/MTcxMDg0MjcwMTM0MjAxNzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDg0MjcwMTM0MjAxNzAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 10:05:01 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 10:05:01 GMT" }, { "key": "Content-Length", "value": "4020" }, { "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": "a67c656f-d824-469e-b617-24c339399cc8" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2024-03-01T03:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/2dd10b56-0528-40fc-9038-21631e1f21f7\"\n },\n \"id\": \"bc6919e0-37d9-4c31-aef9-6f8461685456\",\n \"identifier\": [],\n \"issued\": \"2024-03-01T03:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T10:05:01.342017+00:00\",\n \"versionId\": \"MTcxMDg0MjcwMTM0MjAxNzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA10138-8\",\n \"display\": \"6\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" }, { "name": "Observation - mRS Pulang", "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\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T03:15:00+00:00\",\n \"issued\": \"2024-03-01T03:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA10138-8\",\n \"display\": \"6\"\n }\n ]\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": "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/bc6919e0-37d9-4c31-aef9-6f8461685456/_history/MTcxMDg0MjcwMTM0MjAxNzAwMA" }, { "key": "etag", "value": "W/\"MTcxMDg0MjcwMTM0MjAxNzAwMA\"" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 10:05:01 UTC" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 10:05:01 GMT" }, { "key": "Content-Length", "value": "4020" }, { "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": "a67c656f-d824-469e-b617-24c339399cc8" }, { "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\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2024-03-01T03:15:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/2dd10b56-0528-40fc-9038-21631e1f21f7\"\n },\n \"id\": \"bc6919e0-37d9-4c31-aef9-6f8461685456\",\n \"identifier\": [],\n \"issued\": \"2024-03-01T03:15:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T10:05:01.342017+00:00\",\n \"versionId\": \"MTcxMDg0MjcwMTM0MjAxNzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA10138-8\",\n \"display\": \"6\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}" } ] } ] }, { "name": "10. Kondisi Meninggalkan RS", "item": [ { "name": "Encounter - Pasien Meninggal", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter3_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"finished\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\",\n \"end\": \"2024-03-01T03:10:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\",\n \"end\": \"2024-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"location\": {\n \"reference\": \"Location/{{Location_Resusitasi}}\",\n \"display\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:10:00+00:00\",\n \"end\": \"2024-03-01T03:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/{{DiagnosisUtama_Kunjungan3}}\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis \"\n }\n ]\n }\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\",\n \"end\": \"2024-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\",\n \"end\": \"2024-03-01T02:10:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2024-03-01T02:10:00+00:00\",\n \"end\": \"2024-03-01T03:10:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2024-03-01T03:10:00+00:00\",\n \"end\": \"2024-03-01T03:10:00+00:00\"\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/discharge-disposition\",\n \"code\": \"exp-lt48h\",\n \"display\": \"Meninggal < 48 jam\"\n }\n ],\n \"text\": \"Pasien Meninggal\"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter3_id}}" } ] } }, "response": [ { "name": "Encounter - Pasien Meninggal", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter3_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"finished\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\",\n \"end\": \"2024-03-01T03:10:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\",\n \"end\": \"2024-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"location\": {\n \"reference\": \"Location/{{Location_Resusitasi}}\",\n \"display\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:10:00+00:00\",\n \"end\": \"2024-03-01T03:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/{{DiagnosisUtama_Kunjungan3}}\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis \"\n }\n ]\n }\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\",\n \"end\": \"2024-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\",\n \"end\": \"2024-03-01T02:10:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2024-03-01T02:10:00+00:00\",\n \"end\": \"2024-03-01T03:10:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2024-03-01T03:10:00+00:00\",\n \"end\": \"2024-03-01T03:10:00+00:00\"\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/discharge-disposition\",\n \"code\": \"exp-lt48h\",\n \"display\": \"Meninggal < 48 jam\"\n }\n ],\n \"text\": \"Pasien Meninggal\"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter3_id}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 10:56:25 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/2dd10b56-0528-40fc-9038-21631e1f21f7/_history/MTcxMDg0NTc4NTgxNjI4MjAwMA" }, { "key": "etag", "value": "W/\"MTcxMDg0NTc4NTgxNjI4MjAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 10:56:25 GMT" }, { "key": "Content-Length", "value": "14960" }, { "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": "b1c40e8f-6ae6-4b00-a7ef-7029d45c8b0b" }, { "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\": \"EMER\",\n \"display\": \"emergency\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"diagnosis\": [\n {\n \"condition\": {\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"reference\": \"Condition/c5275991-d210-4b7d-b54a-4d3315e6c7bf\"\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\": \"exp-lt48h\",\n \"display\": \"Meninggal < 48 jam\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/discharge-disposition\"\n }\n ],\n \"text\": \"Pasien Meninggal\"\n }\n },\n \"id\": \"2dd10b56-0528-40fc-9038-21631e1f21f7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"K20240005\"\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\": \"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\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/b8501c04-a41d-4570-a2fc-8e78b403808f\"\n },\n \"period\": {\n \"end\": \"2024-03-01T02:10:00+00:00\",\n \"start\": \"2024-03-01T02:01:00+00:00\"\n }\n },\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\": \"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\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/4f48fedf-28c7-461b-9fc3-9cbebfc61529\"\n },\n \"period\": {\n \"end\": \"2024-03-01T03:10:00+00:00\",\n \"start\": \"2024-03-01T02:10:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T10:56:25.816282+00:00\",\n \"versionId\": \"MTcxMDg0NTc4NTgxNjI4MjAwMA\"\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\": \"2024-03-01T03:10:00+00:00\",\n \"start\": \"2024-03-01T02:00:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000002\"\n },\n \"status\": \"finished\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2024-03-01T02:01:00+00:00\",\n \"start\": \"2024-03-01T02:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"end\": \"2024-03-01T02:10:00+00:00\",\n \"start\": \"2024-03-01T02:01:00+00:00\"\n },\n \"status\": \"triaged\"\n },\n {\n \"period\": {\n \"end\": \"2024-03-01T03:10:00+00:00\",\n \"start\": \"2024-03-01T02:10:00+00:00\"\n },\n \"status\": \"in-progress\"\n },\n {\n \"period\": {\n \"end\": \"2024-03-01T03:10:00+00:00\",\n \"start\": \"2024-03-01T03:10:00+00:00\"\n },\n \"status\": \"finished\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Encounter - Pasien Meninggal", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter3_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"finished\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\",\n \"end\": \"2024-03-01T03:10:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\",\n \"end\": \"2024-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"location\": {\n \"reference\": \"Location/{{Location_Resusitasi}}\",\n \"display\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:10:00+00:00\",\n \"end\": \"2024-03-01T03:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/{{DiagnosisUtama_Kunjungan3}}\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis \"\n }\n ]\n }\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\",\n \"end\": \"2024-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\",\n \"end\": \"2024-03-01T02:10:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2024-03-01T02:10:00+00:00\",\n \"end\": \"2024-03-01T03:10:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2024-03-01T03:10:00+00:00\",\n \"end\": \"2024-03-01T03:10:00+00:00\"\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/discharge-disposition\",\n \"code\": \"exp-lt48h\",\n \"display\": \"Meninggal < 48 jam\"\n }\n ],\n \"text\": \"Pasien Meninggal\"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter3_id}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 10:56:25 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/2dd10b56-0528-40fc-9038-21631e1f21f7/_history/MTcxMDg0NTc4NTgxNjI4MjAwMA" }, { "key": "etag", "value": "W/\"MTcxMDg0NTc4NTgxNjI4MjAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 10:56:25 GMT" }, { "key": "Content-Length", "value": "14960" }, { "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": "b1c40e8f-6ae6-4b00-a7ef-7029d45c8b0b" }, { "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\": \"EMER\",\n \"display\": \"emergency\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"diagnosis\": [\n {\n \"condition\": {\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"reference\": \"Condition/c5275991-d210-4b7d-b54a-4d3315e6c7bf\"\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\": \"exp-lt48h\",\n \"display\": \"Meninggal < 48 jam\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/discharge-disposition\"\n }\n ],\n \"text\": \"Pasien Meninggal\"\n }\n },\n \"id\": \"2dd10b56-0528-40fc-9038-21631e1f21f7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"K20240005\"\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\": \"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\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/b8501c04-a41d-4570-a2fc-8e78b403808f\"\n },\n \"period\": {\n \"end\": \"2024-03-01T02:10:00+00:00\",\n \"start\": \"2024-03-01T02:01:00+00:00\"\n }\n },\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\": \"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\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/4f48fedf-28c7-461b-9fc3-9cbebfc61529\"\n },\n \"period\": {\n \"end\": \"2024-03-01T03:10:00+00:00\",\n \"start\": \"2024-03-01T02:10:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T10:56:25.816282+00:00\",\n \"versionId\": \"MTcxMDg0NTc4NTgxNjI4MjAwMA\"\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\": \"2024-03-01T03:10:00+00:00\",\n \"start\": \"2024-03-01T02:00:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000002\"\n },\n \"status\": \"finished\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2024-03-01T02:01:00+00:00\",\n \"start\": \"2024-03-01T02:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"end\": \"2024-03-01T02:10:00+00:00\",\n \"start\": \"2024-03-01T02:01:00+00:00\"\n },\n \"status\": \"triaged\"\n },\n {\n \"period\": {\n \"end\": \"2024-03-01T03:10:00+00:00\",\n \"start\": \"2024-03-01T02:10:00+00:00\"\n },\n \"status\": \"in-progress\"\n },\n {\n \"period\": {\n \"end\": \"2024-03-01T03:10:00+00:00\",\n \"start\": \"2024-03-01T03:10:00+00:00\"\n },\n \"status\": \"finished\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] }, { "name": "Encounter - Pasien Meninggal", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter3_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"finished\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\",\n \"end\": \"2024-03-01T03:10:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\",\n \"end\": \"2024-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"location\": {\n \"reference\": \"Location/{{Location_Resusitasi}}\",\n \"display\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:10:00+00:00\",\n \"end\": \"2024-03-01T03:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/{{DiagnosisUtama_Kunjungan3}}\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis \"\n }\n ]\n }\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\",\n \"end\": \"2024-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\",\n \"end\": \"2024-03-01T02:10:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2024-03-01T02:10:00+00:00\",\n \"end\": \"2024-03-01T03:10:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2024-03-01T03:10:00+00:00\",\n \"end\": \"2024-03-01T03:10:00+00:00\"\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/discharge-disposition\",\n \"code\": \"exp-lt48h\",\n \"display\": \"Meninggal < 48 jam\"\n }\n ],\n \"text\": \"Pasien Meninggal\"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter3_id}}" } ] } }, "response": [ { "name": "Encounter - Pasien Meninggal", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter3_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"finished\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\",\n \"end\": \"2024-03-01T03:10:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\",\n \"end\": \"2024-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"location\": {\n \"reference\": \"Location/{{Location_Resusitasi}}\",\n \"display\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:10:00+00:00\",\n \"end\": \"2024-03-01T03:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/{{DiagnosisUtama_Kunjungan3}}\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis \"\n }\n ]\n }\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\",\n \"end\": \"2024-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\",\n \"end\": \"2024-03-01T02:10:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2024-03-01T02:10:00+00:00\",\n \"end\": \"2024-03-01T03:10:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2024-03-01T03:10:00+00:00\",\n \"end\": \"2024-03-01T03:10:00+00:00\"\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/discharge-disposition\",\n \"code\": \"exp-lt48h\",\n \"display\": \"Meninggal < 48 jam\"\n }\n ],\n \"text\": \"Pasien Meninggal\"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter3_id}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 10:56:25 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/2dd10b56-0528-40fc-9038-21631e1f21f7/_history/MTcxMDg0NTc4NTgxNjI4MjAwMA" }, { "key": "etag", "value": "W/\"MTcxMDg0NTc4NTgxNjI4MjAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 10:56:25 GMT" }, { "key": "Content-Length", "value": "14960" }, { "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": "b1c40e8f-6ae6-4b00-a7ef-7029d45c8b0b" }, { "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\": \"EMER\",\n \"display\": \"emergency\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"diagnosis\": [\n {\n \"condition\": {\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"reference\": \"Condition/c5275991-d210-4b7d-b54a-4d3315e6c7bf\"\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\": \"exp-lt48h\",\n \"display\": \"Meninggal < 48 jam\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/discharge-disposition\"\n }\n ],\n \"text\": \"Pasien Meninggal\"\n }\n },\n \"id\": \"2dd10b56-0528-40fc-9038-21631e1f21f7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"K20240005\"\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\": \"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\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/b8501c04-a41d-4570-a2fc-8e78b403808f\"\n },\n \"period\": {\n \"end\": \"2024-03-01T02:10:00+00:00\",\n \"start\": \"2024-03-01T02:01:00+00:00\"\n }\n },\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\": \"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\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/4f48fedf-28c7-461b-9fc3-9cbebfc61529\"\n },\n \"period\": {\n \"end\": \"2024-03-01T03:10:00+00:00\",\n \"start\": \"2024-03-01T02:10:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T10:56:25.816282+00:00\",\n \"versionId\": \"MTcxMDg0NTc4NTgxNjI4MjAwMA\"\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\": \"2024-03-01T03:10:00+00:00\",\n \"start\": \"2024-03-01T02:00:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000002\"\n },\n \"status\": \"finished\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2024-03-01T02:01:00+00:00\",\n \"start\": \"2024-03-01T02:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"end\": \"2024-03-01T02:10:00+00:00\",\n \"start\": \"2024-03-01T02:01:00+00:00\"\n },\n \"status\": \"triaged\"\n },\n {\n \"period\": {\n \"end\": \"2024-03-01T03:10:00+00:00\",\n \"start\": \"2024-03-01T02:10:00+00:00\"\n },\n \"status\": \"in-progress\"\n },\n {\n \"period\": {\n \"end\": \"2024-03-01T03:10:00+00:00\",\n \"start\": \"2024-03-01T03:10:00+00:00\"\n },\n \"status\": \"finished\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" }, { "name": "Encounter - Pasien Meninggal", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter3_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"finished\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\",\n \"end\": \"2024-03-01T03:10:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\",\n \"end\": \"2024-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"location\": {\n \"reference\": \"Location/{{Location_Resusitasi}}\",\n \"display\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:10:00+00:00\",\n \"end\": \"2024-03-01T03:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/{{DiagnosisUtama_Kunjungan3}}\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis \"\n }\n ]\n }\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\",\n \"end\": \"2024-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\",\n \"end\": \"2024-03-01T02:10:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2024-03-01T02:10:00+00:00\",\n \"end\": \"2024-03-01T03:10:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2024-03-01T03:10:00+00:00\",\n \"end\": \"2024-03-01T03:10:00+00:00\"\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/discharge-disposition\",\n \"code\": \"exp-lt48h\",\n \"display\": \"Meninggal < 48 jam\"\n }\n ],\n \"text\": \"Pasien Meninggal\"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}/Encounter/:id", "host": [ "{{base_url}}" ], "path": [ "Encounter", ":id" ], "variable": [ { "key": "id", "value": "{{Encounter3_id}}" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "content-type", "value": "application/json" }, { "key": "last-modified", "value": "Tue, 19 Mar 2024 10:56:25 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/2dd10b56-0528-40fc-9038-21631e1f21f7/_history/MTcxMDg0NTc4NTgxNjI4MjAwMA" }, { "key": "etag", "value": "W/\"MTcxMDg0NTc4NTgxNjI4MjAwMA\"" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 19 Mar 2024 10:56:25 GMT" }, { "key": "Content-Length", "value": "14960" }, { "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": "b1c40e8f-6ae6-4b00-a7ef-7029d45c8b0b" }, { "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\": \"EMER\",\n \"display\": \"emergency\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"diagnosis\": [\n {\n \"condition\": {\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\",\n \"reference\": \"Condition/c5275991-d210-4b7d-b54a-4d3315e6c7bf\"\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\": \"exp-lt48h\",\n \"display\": \"Meninggal < 48 jam\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/discharge-disposition\"\n }\n ],\n \"text\": \"Pasien Meninggal\"\n }\n },\n \"id\": \"2dd10b56-0528-40fc-9038-21631e1f21f7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"K20240005\"\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\": \"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\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/b8501c04-a41d-4570-a2fc-8e78b403808f\"\n },\n \"period\": {\n \"end\": \"2024-03-01T02:10:00+00:00\",\n \"start\": \"2024-03-01T02:01:00+00:00\"\n }\n },\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\": \"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\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/4f48fedf-28c7-461b-9fc3-9cbebfc61529\"\n },\n \"period\": {\n \"end\": \"2024-03-01T03:10:00+00:00\",\n \"start\": \"2024-03-01T02:10:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-19T10:56:25.816282+00:00\",\n \"versionId\": \"MTcxMDg0NTc4NTgxNjI4MjAwMA\"\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\": \"2024-03-01T03:10:00+00:00\",\n \"start\": \"2024-03-01T02:00:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000002\"\n },\n \"status\": \"finished\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2024-03-01T02:01:00+00:00\",\n \"start\": \"2024-03-01T02:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"end\": \"2024-03-01T02:10:00+00:00\",\n \"start\": \"2024-03-01T02:01:00+00:00\"\n },\n \"status\": \"triaged\"\n },\n {\n \"period\": {\n \"end\": \"2024-03-01T03:10:00+00:00\",\n \"start\": \"2024-03-01T02:10:00+00:00\"\n },\n \"status\": \"in-progress\"\n },\n {\n \"period\": {\n \"end\": \"2024-03-01T03:10:00+00:00\",\n \"start\": \"2024-03-01T03:10:00+00:00\"\n },\n \"status\": \"finished\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}" } ] } ] }, { "name": "11. Menutup Episode Perawatan Stroke", "item": [ { "name": "EpisodeOfCare - Menutup Episode Perawatan Stroke (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-03-01T03:15:00+00:00\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/2\",\n \"value\": {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2024-03-01T03:15:00+00:00\",\n \"end\": \"2024-03-01T03:15:00+00:00\"\n }\n }\n },\n {\n \"op\": \"add\",\n \"path\": \"/period/end\",\n \"value\": \"2024-03-01T03:15: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_Stroke}}" } ] } }, "response": [ { "name": "EpisodeOfCare - Menutup Episode Perawatan Stroke (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-03-01T03:15:00+00:00\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/2\",\n \"value\": {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2024-03-01T03:15:00+00:00\",\n \"end\": \"2024-03-01T03:15:00+00:00\"\n }\n }\n },\n {\n \"op\": \"add\",\n \"path\": \"/period/end\",\n \"value\": \"2024-03-01T03:15: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_Stroke}}" } ] } }, "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/EpisodeOfCare/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd/_history/MTcxNTA2NzUyNDgyNzk1MDAwMA" }, { "key": "last-modified", "value": "Tue, 07 May 2024 07:38:44 UTC" }, { "key": "etag", "value": "W/\"MTcxNTA2NzUyNDgyNzk1MDAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 07:38:44 GMT" }, { "key": "content-length", "value": "520" }, { "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": "939062d0-4b88-43da-8e57-a2d5b7080336" }, { "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\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T07:38:44.827950+00:00\",\n \"versionId\": \"MTcxNTA2NzUyNDgyNzk1MDAwMA\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"finished\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-03-01T02:40:00+00:00\",\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n },\n {\n \"period\": {\n \"end\": \"2024-03-01T03:15:00+00:00\",\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"status\": \"active\"\n },\n {\n \"period\": {\n \"end\": \"2024-03-01T03:15:00+00:00\",\n \"start\": \"2024-03-01T03:15:00+00:00\"\n },\n \"status\": \"finished\"\n }\n ]\n}" }, { "name": "EpisodeOfCare - Menutup Episode Perawatan Stroke (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-03-01T03:15:00+00:00\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/2\",\n \"value\": {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2024-03-01T03:15:00+00:00\",\n \"end\": \"2024-03-01T03:15:00+00:00\"\n }\n }\n },\n {\n \"op\": \"add\",\n \"path\": \"/period/end\",\n \"value\": \"2024-03-01T03:15: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_Stroke}}" } ] } }, "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/EpisodeOfCare/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd/_history/MTcxNTA2NzUyNDgyNzk1MDAwMA" }, { "key": "last-modified", "value": "Tue, 07 May 2024 07:38:44 UTC" }, { "key": "etag", "value": "W/\"MTcxNTA2NzUyNDgyNzk1MDAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 07:38:44 GMT" }, { "key": "content-length", "value": "520" }, { "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": "939062d0-4b88-43da-8e57-a2d5b7080336" }, { "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\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T07:38:44.827950+00:00\",\n \"versionId\": \"MTcxNTA2NzUyNDgyNzk1MDAwMA\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"finished\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-03-01T02:40:00+00:00\",\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n },\n {\n \"period\": {\n \"end\": \"2024-03-01T03:15:00+00:00\",\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"status\": \"active\"\n },\n {\n \"period\": {\n \"end\": \"2024-03-01T03:15:00+00:00\",\n \"start\": \"2024-03-01T03:15:00+00:00\"\n },\n \"status\": \"finished\"\n }\n ]\n}" } ] }, { "name": "EpisodeOfCare - Menutup Episode Perawatan Stroke (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-03-01T03:15:00+00:00\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/2\",\n \"value\": {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2024-03-01T03:15:00+00:00\",\n \"end\": \"2024-03-01T03:15:00+00:00\"\n }\n }\n },\n {\n \"op\": \"add\",\n \"path\": \"/period/end\",\n \"value\": \"2024-03-01T03:15: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_Stroke}}" } ] } }, "response": [ { "name": "EpisodeOfCare - Menutup Episode Perawatan Stroke (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-03-01T03:15:00+00:00\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/2\",\n \"value\": {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2024-03-01T03:15:00+00:00\",\n \"end\": \"2024-03-01T03:15:00+00:00\"\n }\n }\n },\n {\n \"op\": \"add\",\n \"path\": \"/period/end\",\n \"value\": \"2024-03-01T03:15: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_Stroke}}" } ] } }, "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/EpisodeOfCare/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd/_history/MTcxNTA2NzUyNDgyNzk1MDAwMA" }, { "key": "last-modified", "value": "Tue, 07 May 2024 07:38:44 UTC" }, { "key": "etag", "value": "W/\"MTcxNTA2NzUyNDgyNzk1MDAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 07:38:44 GMT" }, { "key": "content-length", "value": "520" }, { "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": "939062d0-4b88-43da-8e57-a2d5b7080336" }, { "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\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T07:38:44.827950+00:00\",\n \"versionId\": \"MTcxNTA2NzUyNDgyNzk1MDAwMA\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"finished\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-03-01T02:40:00+00:00\",\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n },\n {\n \"period\": {\n \"end\": \"2024-03-01T03:15:00+00:00\",\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"status\": \"active\"\n },\n {\n \"period\": {\n \"end\": \"2024-03-01T03:15:00+00:00\",\n \"start\": \"2024-03-01T03:15:00+00:00\"\n },\n \"status\": \"finished\"\n }\n ]\n}" }, { "name": "EpisodeOfCare - Menutup Episode Perawatan Stroke (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-03-01T03:15:00+00:00\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/2\",\n \"value\": {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2024-03-01T03:15:00+00:00\",\n \"end\": \"2024-03-01T03:15:00+00:00\"\n }\n }\n },\n {\n \"op\": \"add\",\n \"path\": \"/period/end\",\n \"value\": \"2024-03-01T03:15: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_Stroke}}" } ] } }, "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/EpisodeOfCare/5d1b70f4-b7e6-476c-8257-b4b36c5db0bd/_history/MTcxNTA2NzUyNDgyNzk1MDAwMA" }, { "key": "last-modified", "value": "Tue, 07 May 2024 07:38:44 UTC" }, { "key": "etag", "value": "W/\"MTcxNTA2NzUyNDgyNzk1MDAwMA\"" }, { "key": "content-type", "value": "application/json" }, { "key": "vary", "value": "Origin,X-Origin,Referer" }, { "key": "date", "value": "Tue, 07 May 2024 07:38:44 GMT" }, { "key": "content-length", "value": "520" }, { "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": "939062d0-4b88-43da-8e57-a2d5b7080336" }, { "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\": \"5d1b70f4-b7e6-476c-8257-b4b36c5db0bd\",\n \"meta\": {\n \"lastUpdated\": \"2024-05-07T07:38:44.827950+00:00\",\n \"versionId\": \"MTcxNTA2NzUyNDgyNzk1MDAwMA\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"finished\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-03-01T02:40:00+00:00\",\n \"start\": \"2023-02-01T02:40:00+00:00\"\n },\n \"status\": \"waitlist\"\n },\n {\n \"period\": {\n \"end\": \"2024-03-01T03:15:00+00:00\",\n \"start\": \"2023-03-01T02:40:00+00:00\"\n },\n \"status\": \"active\"\n },\n {\n \"period\": {\n \"end\": \"2024-03-01T03:15:00+00:00\",\n \"start\": \"2024-03-01T03:15:00+00:00\"\n },\n \"status\": \"finished\"\n }\n ]\n}" } ] } ] }, { "name": "Bundle Kunjungan 3- Recurrence", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"Bundle\",\r\n \"type\": \"transaction\",\r\n \"entry\": [\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Encounter3_id}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Encounter\",\r\n \"id\": \"{{Encounter3_id}}\",\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\": \"EMER\",\r\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\r\n }\r\n }\r\n ],\r\n \"period\": {\r\n \"start\": \"2024-03-01T02:00:00+00:00\",\r\n \"end\": \"2024-03-01T03:10:00+00:00\"\r\n },\r\n \"location\": [\r\n {\r\n \"location\": {\r\n \"reference\": \"Location/{{Location_Triase}}\",\r\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\r\n },\r\n \"period\": {\r\n \"start\": \"2024-03-01T02:01:00+00:00\",\r\n \"end\": \"2024-03-01T02:10: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-Outpatient\",\r\n \"code\": \"reguler\",\r\n \"display\": \"Kelas Reguler\"\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 \"location\": {\r\n \"reference\": \"Location/{{Location_Resusitasi}}\",\r\n \"display\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\r\n },\r\n \"period\": {\r\n \"start\": \"2024-03-01T02:10:00+00:00\",\r\n \"end\": \"2024-03-01T03:10: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-Outpatient\",\r\n \"code\": \"reguler\",\r\n \"display\": \"Kelas Reguler\"\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/{{DiagnosisUtama_Kunjungan3}}\",\r\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\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\": \"arrived\",\r\n \"period\": {\r\n \"start\": \"2024-03-01T02:00:00+00:00\",\r\n \"end\": \"2024-03-01T02:01:00+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"triaged\",\r\n \"period\": {\r\n \"start\": \"2024-03-01T02:01:00+00:00\",\r\n \"end\": \"2024-03-01T02:10:00+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"in-progress\",\r\n \"period\": {\r\n \"start\": \"2024-03-01T02:10:00+00:00\",\r\n \"end\": \"2024-03-01T03:10:00+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"finished\",\r\n \"period\": {\r\n \"start\": \"2024-03-01T03:10:00+00:00\",\r\n \"end\": \"2024-03-01T03:10: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.kemkes.go.id/CodeSystem/discharge-disposition\",\r\n \"code\": \"exp-lt48h\",\r\n \"display\": \"Meninggal < 48 jam\"\r\n }\r\n ],\r\n \"text\": \"Pasien Meninggal\"\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_Stroke}}\"\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Encounter\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Condition_Seizure}}\",\r\n \"resource\": {\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 \"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\": \"91175000\",\r\n \"display\": \"Seizure\"\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/{{Encounter3_id}}\"\r\n },\r\n \"onsetDateTime\": \"2024-03-01T01:00:00+00:00\",\r\n \"recordedDate\": \"2024-03-01T02:10:00+00:00\",\r\n \"note\": [\r\n {\r\n \"text\": \"Pasien mengalami kejang mendadak\"\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Condition\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Condition_Stroke}}\",\r\n \"resource\": {\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 \"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\": \"288939007\",\r\n \"display\": \"Difficulty swallowing\"\r\n },\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"289195008\",\r\n \"display\": \"Slurred speech\"\r\n },\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"44077006\",\r\n \"display\": \"Numbness\"\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/{{Encounter3_id}}\"\r\n },\r\n \"onsetDateTime\": \"2024-03-01T01:00:00+00:00\",\r\n \"recordedDate\": \"2024-03-01T02:10:00+00:00\"\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Condition\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Procedure_rTPA}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Procedure\",\r\n \"status\": \"completed\",\r\n \"category\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"277132007\",\r\n \"display\": \"Therapeutic procedure\"\r\n }\r\n ]\r\n },\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\r\n \"code\": \"99.10\",\r\n \"display\": \"Injection or infusion of thrombolytic agent\"\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/{{Encounter3_id}}\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2024-03-01T02:40:00+00:00\",\r\n \"end\": \"2024-03-01T03:00:00+00:00\"\r\n },\r\n \"performer\": [\r\n {\r\n \"actor\": {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\r\n \"display\": \"Dokter Bronsig\"\r\n }\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\": \"I63.5\",\r\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"usedReference\": [\r\n {\r\n \"reference\": \"Medication/3bdbd5cd-c418-44f6-855d-9580425d6016\"\r\n }\r\n ],\r\n \"note\": [\r\n {\r\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Procedure\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_NIHScore}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"exam\",\r\n \"display\": \"Exam\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"72089-6\",\r\n \"display\": \"Total score [NIH Stroke Scale]\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter3_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\r\n \"issued\": \"2024-03-01T02:15:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": 16,\r\n \"unit\": \"{score}\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"{score}\"\r\n },\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\r\n \"code\": \"IP099354\",\r\n \"display\": \"defisit neurologis berat\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"exam\",\r\n \"display\": \"Exam\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"75859-9\",\r\n \"display\": \"Modified rankin scale\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter3_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\r\n \"issued\": \"2024-03-01T02:15:00+00:00\",\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"LA6114-8\",\r\n \"display\": \"4\"\r\n }\r\n ]\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Medication_Alteplase}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Medication\",\r\n \"meta\": {\r\n \"profile\": [\r\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\r\n ]\r\n },\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\r\n \"use\": \"official\",\r\n \"value\": \"6667331\"\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\r\n \"code\": \"93001229\",\r\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\r\n }\r\n ]\r\n },\r\n \"status\": \"active\",\r\n \"manufacturer\": {\r\n \"reference\": \"Organization/900001\"\r\n },\r\n \"form\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\r\n \"code\": \"BS049\",\r\n \"display\": \"Serbuk Injeksi\"\r\n }\r\n ]\r\n },\r\n \"ingredient\": [\r\n {\r\n \"itemCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\r\n \"code\": \"91000582\",\r\n \"display\": \"Alteplase\"\r\n }\r\n ]\r\n },\r\n \"isActive\": true,\r\n \"strength\": {\r\n \"numerator\": {\r\n \"value\": 50,\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"mg\"\r\n },\r\n \"denominator\": {\r\n \"value\": 1,\r\n \"unit\": \"Vial - unit of product usage\",\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"415818006\"\r\n }\r\n }\r\n }\r\n ],\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\r\n \"code\": \"NC\",\r\n \"display\": \"Non-compound\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Medication\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{MedicationRequest_Alteplase}}\",\r\n \"resource\": {\r\n \"resourceType\": \"MedicationRequest\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\r\n \"use\": \"official\",\r\n \"value\": \"2487777\"\r\n },\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\r\n \"use\": \"official\",\r\n \"value\": \"2487777-1\"\r\n }\r\n ],\r\n \"status\": \"completed\",\r\n \"intent\": \"order\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/medicationrequest-category\",\r\n \"code\": \"inpatient\",\r\n \"display\": \"Inpatient\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"priority\": \"routine\",\r\n \"medicationReference\": {\r\n \"reference\": \"Medication/{{Medication_Alteplase}}\"\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/{{Encounter1_id}}\"\r\n },\r\n \"authoredOn\": \"2024-03-01T02:40:00+00:00\",\r\n \"requester\": {\r\n \"reference\": \"Practitioner/N10000005\",\r\n \"display\": \"Fatma\"\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\": \"I63.5\",\r\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"dosageInstruction\": [\r\n {\r\n \"sequence\": 1,\r\n \"patientInstruction\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\r\n \"additionalInstruction\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"421769005\",\r\n \"display\": \"Follow directions\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"timing\": {\r\n \"repeat\": {\r\n \"frequency\": 1,\r\n \"period\": 1,\r\n \"periodUnit\": \"d\"\r\n }\r\n },\r\n \"route\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://www.whocc.no/atc\",\r\n \"code\": \"inj.subcutaneous\",\r\n \"display\": \"Injection Subcutaneous\"\r\n }\r\n ]\r\n },\r\n \"doseAndRate\": [\r\n {\r\n \"type\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\",\r\n \"code\": \"ordered\",\r\n \"display\": \"Ordered\"\r\n }\r\n ]\r\n },\r\n \"doseQuantity\": {\r\n \"value\": 1,\r\n \"unit\": \"Vial - unit of product usage\",\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"415818006\"\r\n }\r\n }\r\n ]\r\n }\r\n ],\r\n \"dispenseRequest\": {\r\n \"dispenseInterval\": {\r\n \"value\": 1,\r\n \"unit\": \"days\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"d\"\r\n },\r\n \"validityPeriod\": {\r\n \"start\": \"2024-03-01T02:40:00+00:00\",\r\n \"end\": \"2024-03-01T03:40:00+00:00\"\r\n },\r\n \"numberOfRepeatsAllowed\": 0,\r\n \"quantity\": {\r\n \"value\": 1,\r\n \"unit\": \"Vial - unit of product usage\",\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"415818006\"\r\n },\r\n \"expectedSupplyDuration\": {\r\n \"value\": 1,\r\n \"unit\": \"days\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"d\"\r\n },\r\n \"performer\": {\r\n \"reference\": \"Organization/{{Org_id}}\"\r\n }\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"MedicationRequest\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{MedicationAlteplase_ForDispense}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Medication\",\r\n \"meta\": {\r\n \"profile\": [\r\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\r\n ]\r\n },\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\r\n \"use\": \"official\",\r\n \"value\": \"789000\"\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\r\n \"code\": \"93001229\",\r\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\r\n }\r\n ]\r\n },\r\n \"status\": \"active\",\r\n \"manufacturer\": {\r\n \"reference\": \"Organization/900001\"\r\n },\r\n \"form\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\r\n \"code\": \"BS049\",\r\n \"display\": \"Serbuk Injeksi\"\r\n }\r\n ]\r\n },\r\n \"ingredient\": [\r\n {\r\n \"itemCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\r\n \"code\": \"91000582\",\r\n \"display\": \"Alteplase\"\r\n }\r\n ]\r\n },\r\n \"isActive\": true,\r\n \"strength\": {\r\n \"numerator\": {\r\n \"value\": 50,\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"mg\"\r\n },\r\n \"denominator\": {\r\n \"value\": 1,\r\n \"unit\": \"Vial - unit of product usage\",\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"415818006\"\r\n }\r\n }\r\n }\r\n ],\r\n \"batch\": {\r\n \"lotNumber\": \"1625042A\",\r\n \"expirationDate\": \"2025-07-22T14:27:00+00:00\"\r\n },\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\r\n \"code\": \"NC\",\r\n \"display\": \"Non-compound\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Medication\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{MedicationDispense_Alteplase}}\",\r\n \"resource\": {\r\n \"resourceType\": \"MedicationDispense\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\r\n \"use\": \"official\",\r\n \"value\": \"24877770\"\r\n },\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\r\n \"use\": \"official\",\r\n \"value\": \"24877770-1\"\r\n }\r\n ],\r\n \"status\": \"completed\",\r\n \"category\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category\",\r\n \"code\": \"inpatient\",\r\n \"display\": \"Inpatient\"\r\n }\r\n ]\r\n },\r\n \"medicationReference\": {\r\n \"reference\": \"Medication/{{MedicationAlteplase_ForDispense}}\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"{{Patient_Name}}\"\r\n },\r\n \"context\": {\r\n \"reference\": \"Encounter/{{Encounter1_id}}\"\r\n },\r\n \"performer\": [\r\n {\r\n \"actor\": {\r\n \"reference\": \"Practitioner/N10000003\",\r\n \"display\": \"John Miller\"\r\n }\r\n }\r\n ],\r\n \"location\": {\r\n \"reference\": \"Location/{{Location_bedRanap}}\",\r\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\r\n },\r\n \"authorizingPrescription\": [\r\n {\r\n \"reference\": \"MedicationRequest/{{MedicationRequest_Alteplase}}\"\r\n }\r\n ],\r\n \"quantity\": {\r\n \"value\": 1,\r\n \"unit\": \"Vial - unit of product usage\",\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"415818006\"\r\n },\r\n \"daysSupply\": {\r\n \"value\": 1,\r\n \"unit\": \"Day\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"d\"\r\n },\r\n \"whenPrepared\": \"2024-03-01T02:40:00+00:00\",\r\n \"whenHandedOver\": \"2024-03-01T02:40:00+00:00\",\r\n \"dosageInstruction\": [\r\n {\r\n \"sequence\": 1,\r\n \"patientInstruction\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\r\n \"additionalInstruction\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"421769005\",\r\n \"display\": \"Follow directions\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"timing\": {\r\n \"repeat\": {\r\n \"frequency\": 1,\r\n \"period\": 1,\r\n \"periodUnit\": \"d\"\r\n }\r\n },\r\n \"route\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://www.whocc.no/atc\",\r\n \"code\": \"inj.subcutaneous\",\r\n \"display\": \"Injection Subcutaneous\"\r\n }\r\n ]\r\n },\r\n \"doseAndRate\": [\r\n {\r\n \"type\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\",\r\n \"code\": \"ordered\",\r\n \"display\": \"Ordered\"\r\n }\r\n ]\r\n },\r\n \"doseQuantity\": {\r\n \"value\": 1,\r\n \"unit\": \"Vial - unit of product usage\",\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"415818006\"\r\n }\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"MedicationDispense\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"exam\",\r\n \"display\": \"Exam\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"75859-9\",\r\n \"display\": \"Modified rankin scale\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter3_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2024-03-01T03:15:00+00:00\",\r\n \"issued\": \"2024-03-01T03:15:00+00:00\",\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"LA10138-8\",\r\n \"display\": \"6\"\r\n }\r\n ]\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n }\r\n ]\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}", "host": [ "{{base_url}}" ] } }, "response": [ { "name": "Bundle Kunjungan 1- Rawat Inap", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction\",\n \"entry\": [\n {\n \"fullUrl\": \"urn:uuid:{{Encounter3_id}}\",\n \"resource\": {\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter3_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"finished\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\",\n \"end\": \"2024-03-01T03:10:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\",\n \"end\": \"2024-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"location\": {\n \"reference\": \"Location/{{Location_Resusitasi}}\",\n \"display\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:10:00+00:00\",\n \"end\": \"2024-03-01T03:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/{{DiagnosisUtama_Kunjungan3}}\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis \"\n }\n ]\n }\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\",\n \"end\": \"2024-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\",\n \"end\": \"2024-03-01T02:10:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2024-03-01T02:10:00+00:00\",\n \"end\": \"2024-03-01T03:10:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2024-03-01T03:10:00+00:00\",\n \"end\": \"2024-03-01T03:10:00+00:00\"\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/discharge-disposition\",\n \"code\": \"exp-lt48h\",\n \"display\": \"Meninggal < 48 jam\"\n }\n ],\n \"text\": \"Pasien Meninggal\"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Encounter\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Condition_Seizure}}\",\n \"resource\": {\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\": \"91175000\",\n \"display\": \"Seizure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"onsetDateTime\": \"2024-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2024-03-01T02:10:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami kejang mendadak\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Condition_Stroke}}\",\n \"resource\": {\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\": \"288939007\",\n \"display\": \"Difficulty swallowing\"\n },\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"289195008\",\n \"display\": \"Slurred speech\"\n },\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"44077006\",\n \"display\": \"Numbness\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"onsetDateTime\": \"2024-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2024-03-01T02:10:00+00:00\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Procedure_rTPA}}\",\n \"resource\": {\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\": \"99.10\",\n \"display\": \"Injection or infusion of thrombolytic agent\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2024-03-01T02:40:00+00:00\",\n \"end\": \"2024-03-01T03:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"usedReference\": [\n {\n \"reference\": \"Medication/3bdbd5cd-c418-44f6-855d-9580425d6016\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_NIHScore}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 16,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099354\",\n \"display\": \"defisit neurologis berat\"\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6114-8\",\n \"display\": \"4\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Medication_Alteplase}}\",\n \"resource\": {\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\": \"6667331\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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 },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Medication\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{MedicationRequest_Alteplase}}\",\n \"resource\": {\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/{{Medication_Alteplase}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"authoredOn\": \"2024-03-01T02:40:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"patientInstruction\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"additionalInstruction\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"421769005\",\n \"display\": \"Follow directions\"\n }\n ]\n }\n ],\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\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\"\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\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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\": \"2024-03-01T02:40:00+00:00\",\n \"end\": \"2024-03-01T03:40:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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 },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"MedicationRequest\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{MedicationAlteplase_ForDispense}}\",\n \"resource\": {\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\": \"789000\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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 },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Medication\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{MedicationDispense_Alteplase}}\",\n \"resource\": {\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/{{MedicationAlteplase_ForDispense}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000003\",\n \"display\": \"John Miller\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_bedRanap}}\",\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/{{MedicationRequest_Alteplase}}\"\n }\n ],\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2024-03-01T02:40:00+00:00\",\n \"whenHandedOver\": \"2024-03-01T02:40:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"patientInstruction\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"additionalInstruction\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"421769005\",\n \"display\": \"Follow directions\"\n }\n ]\n }\n ],\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\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\"\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\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\n }\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"MedicationDispense\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T03:15:00+00:00\",\n \"issued\": \"2024-03-01T03:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA10138-8\",\n \"display\": \"6\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}", "host": [ "{{base_url}}" ] } }, "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, 25 Apr 2024 03:41:40 GMT" }, { "key": "Content-Length", "value": "58802" }, { "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": "3bff1a30-f7c7-44ce-b499-0d469ff8a151" }, { "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 \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Encounter/3a4e75ef-eb84-4416-bd16-451f638cb2df/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Encounter\",\n \"resourceID\": \"3a4e75ef-eb84-4416-bd16-451f638cb2df\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/b76e65ec-03fc-49a0-b2c9-b804b97d6e4f/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"b76e65ec-03fc-49a0-b2c9-b804b97d6e4f\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/e51f0d4c-2c24-423e-bd1f-db3eefb2fbb7/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"e51f0d4c-2c24-423e-bd1f-db3eefb2fbb7\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/c4189814-44e5-4fd0-9e24-78730b83e01b/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"c4189814-44e5-4fd0-9e24-78730b83e01b\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/78701221-d985-4fd2-99e7-4a6e80e768e8/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"78701221-d985-4fd2-99e7-4a6e80e768e8\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/edaa88d2-bff0-4df5-860f-58b2c75e15b1/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"edaa88d2-bff0-4df5-860f-58b2c75e15b1\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/6dccbf41-9b8e-4cfe-8e4d-af09f81f9509/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"6dccbf41-9b8e-4cfe-8e4d-af09f81f9509\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/34511c0c-1517-423f-a6c4-787849d76c70/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"34511c0c-1517-423f-a6c4-787849d76c70\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/765a339a-271e-4063-bed8-49fad974b462/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"765a339a-271e-4063-bed8-49fad974b462\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/535cd778-b8b6-4114-845a-266bafdf7a13/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"535cd778-b8b6-4114-845a-266bafdf7a13\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/DiagnosticReport/f047d85d-9d95-4d16-a33b-db22cadad6a1/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"DiagnosticReport\",\n \"resourceID\": \"f047d85d-9d95-4d16-a33b-db22cadad6a1\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/8a8cbec1-40c7-4f46-872e-48fc3f7fbb14/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"8a8cbec1-40c7-4f46-872e-48fc3f7fbb14\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/59a71ec2-7fa4-45bb-9038-a8c0f4a4e10c/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"59a71ec2-7fa4-45bb-9038-a8c0f4a4e10c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/DiagnosticReport/02ddc1a6-a773-4f95-82f8-fa4495f95083/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"DiagnosticReport\",\n \"resourceID\": \"02ddc1a6-a773-4f95-82f8-fa4495f95083\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Medication/8a93f3e9-b492-4fb3-be75-27cb2b01b737/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Medication\",\n \"resourceID\": \"8a93f3e9-b492-4fb3-be75-27cb2b01b737\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationRequest/d1c41ff9-b0c1-4ed7-b4ae-fc5e0ffce899/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationRequest\",\n \"resourceID\": \"d1c41ff9-b0c1-4ed7-b4ae-fc5e0ffce899\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/QuestionnaireResponse/70fb0901-088d-4058-a3c8-187e76ba1607/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"QuestionnaireResponse\",\n \"resourceID\": \"70fb0901-088d-4058-a3c8-187e76ba1607\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Medication/2f036f0e-841e-4e1e-8f0a-19c00d4258a6/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Medication\",\n \"resourceID\": \"2f036f0e-841e-4e1e-8f0a-19c00d4258a6\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/35649e8b-5b44-4046-9125-e0d5513d864c/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationDispense\",\n \"resourceID\": \"35649e8b-5b44-4046-9125-e0d5513d864c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Medication/3269c606-820d-40a4-9c77-55d646b9c20c/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Medication\",\n \"resourceID\": \"3269c606-820d-40a4-9c77-55d646b9c20c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/990eb8e0-ec81-4990-b45b-9c960af4a7e2/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationDispense\",\n \"resourceID\": \"990eb8e0-ec81-4990-b45b-9c960af4a7e2\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Medication/00bd1700-07d7-4db2-b841-52c47aedbea6/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Medication\",\n \"resourceID\": \"00bd1700-07d7-4db2-b841-52c47aedbea6\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/db4f8c0f-415b-4036-ab81-dc3341191b55/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationDispense\",\n \"resourceID\": \"db4f8c0f-415b-4036-ab81-dc3341191b55\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/be7cac3c-9fe9-41dd-9413-43819b98f3a8/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"be7cac3c-9fe9-41dd-9413-43819b98f3a8\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/AllergyIntolerance/86d0dc88-43b7-43f1-b587-7e6bb972cc5f/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"AllergyIntolerance\",\n \"resourceID\": \"86d0dc88-43b7-43f1-b587-7e6bb972cc5f\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/f5292333-c9e2-49e3-b629-53f8bcf2323d/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"f5292333-c9e2-49e3-b629-53f8bcf2323d\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/36fecb3e-ee53-4d62-bdba-9f7d3175e649/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"36fecb3e-ee53-4d62-bdba-9f7d3175e649\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/DiagnosticReport/11433467-1030-4419-bc45-54ec7ec67d9a/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"DiagnosticReport\",\n \"resourceID\": \"11433467-1030-4419-bc45-54ec7ec67d9a\"\n }\n }\n ],\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction-response\",\n \"total\": 36\n}" }, { "name": "Bundle Kunjungan 1- Rawat Inap", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction\",\n \"entry\": [\n {\n \"fullUrl\": \"urn:uuid:{{Encounter3_id}}\",\n \"resource\": {\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter3_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"finished\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\",\n \"end\": \"2024-03-01T03:10:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\",\n \"end\": \"2024-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"location\": {\n \"reference\": \"Location/{{Location_Resusitasi}}\",\n \"display\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:10:00+00:00\",\n \"end\": \"2024-03-01T03:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/{{DiagnosisUtama_Kunjungan3}}\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis \"\n }\n ]\n }\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\",\n \"end\": \"2024-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\",\n \"end\": \"2024-03-01T02:10:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2024-03-01T02:10:00+00:00\",\n \"end\": \"2024-03-01T03:10:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2024-03-01T03:10:00+00:00\",\n \"end\": \"2024-03-01T03:10:00+00:00\"\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/discharge-disposition\",\n \"code\": \"exp-lt48h\",\n \"display\": \"Meninggal < 48 jam\"\n }\n ],\n \"text\": \"Pasien Meninggal\"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Encounter\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Condition_Seizure}}\",\n \"resource\": {\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\": \"91175000\",\n \"display\": \"Seizure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"onsetDateTime\": \"2024-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2024-03-01T02:10:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami kejang mendadak\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Condition_Stroke}}\",\n \"resource\": {\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\": \"288939007\",\n \"display\": \"Difficulty swallowing\"\n },\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"289195008\",\n \"display\": \"Slurred speech\"\n },\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"44077006\",\n \"display\": \"Numbness\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"onsetDateTime\": \"2024-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2024-03-01T02:10:00+00:00\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Procedure_rTPA}}\",\n \"resource\": {\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\": \"99.10\",\n \"display\": \"Injection or infusion of thrombolytic agent\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2024-03-01T02:40:00+00:00\",\n \"end\": \"2024-03-01T03:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"usedReference\": [\n {\n \"reference\": \"Medication/3bdbd5cd-c418-44f6-855d-9580425d6016\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_NIHScore}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 16,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099354\",\n \"display\": \"defisit neurologis berat\"\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6114-8\",\n \"display\": \"4\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Medication_Alteplase}}\",\n \"resource\": {\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\": \"6667331\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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 },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Medication\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{MedicationRequest_Alteplase}}\",\n \"resource\": {\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/{{Medication_Alteplase}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"authoredOn\": \"2024-03-01T02:40:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"patientInstruction\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"additionalInstruction\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"421769005\",\n \"display\": \"Follow directions\"\n }\n ]\n }\n ],\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\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\"\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\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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\": \"2024-03-01T02:40:00+00:00\",\n \"end\": \"2024-03-01T03:40:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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 },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"MedicationRequest\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{MedicationAlteplase_ForDispense}}\",\n \"resource\": {\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\": \"789000\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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 },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Medication\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{MedicationDispense_Alteplase}}\",\n \"resource\": {\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/{{MedicationAlteplase_ForDispense}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000003\",\n \"display\": \"John Miller\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_bedRanap}}\",\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/{{MedicationRequest_Alteplase}}\"\n }\n ],\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2024-03-01T02:40:00+00:00\",\n \"whenHandedOver\": \"2024-03-01T02:40:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"patientInstruction\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"additionalInstruction\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"421769005\",\n \"display\": \"Follow directions\"\n }\n ]\n }\n ],\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\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\"\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\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\n }\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"MedicationDispense\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T03:15:00+00:00\",\n \"issued\": \"2024-03-01T03:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA10138-8\",\n \"display\": \"6\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}", "host": [ "{{base_url}}" ] } }, "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, 25 Apr 2024 03:41:40 GMT" }, { "key": "Content-Length", "value": "58802" }, { "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": "3bff1a30-f7c7-44ce-b499-0d469ff8a151" }, { "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 \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Encounter/3a4e75ef-eb84-4416-bd16-451f638cb2df/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Encounter\",\n \"resourceID\": \"3a4e75ef-eb84-4416-bd16-451f638cb2df\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/b76e65ec-03fc-49a0-b2c9-b804b97d6e4f/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"b76e65ec-03fc-49a0-b2c9-b804b97d6e4f\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/e51f0d4c-2c24-423e-bd1f-db3eefb2fbb7/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"e51f0d4c-2c24-423e-bd1f-db3eefb2fbb7\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/c4189814-44e5-4fd0-9e24-78730b83e01b/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"c4189814-44e5-4fd0-9e24-78730b83e01b\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/78701221-d985-4fd2-99e7-4a6e80e768e8/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"78701221-d985-4fd2-99e7-4a6e80e768e8\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/edaa88d2-bff0-4df5-860f-58b2c75e15b1/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"edaa88d2-bff0-4df5-860f-58b2c75e15b1\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/6dccbf41-9b8e-4cfe-8e4d-af09f81f9509/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"6dccbf41-9b8e-4cfe-8e4d-af09f81f9509\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/34511c0c-1517-423f-a6c4-787849d76c70/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"34511c0c-1517-423f-a6c4-787849d76c70\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/765a339a-271e-4063-bed8-49fad974b462/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"765a339a-271e-4063-bed8-49fad974b462\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/535cd778-b8b6-4114-845a-266bafdf7a13/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"535cd778-b8b6-4114-845a-266bafdf7a13\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/DiagnosticReport/f047d85d-9d95-4d16-a33b-db22cadad6a1/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"DiagnosticReport\",\n \"resourceID\": \"f047d85d-9d95-4d16-a33b-db22cadad6a1\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/8a8cbec1-40c7-4f46-872e-48fc3f7fbb14/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"8a8cbec1-40c7-4f46-872e-48fc3f7fbb14\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/59a71ec2-7fa4-45bb-9038-a8c0f4a4e10c/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"59a71ec2-7fa4-45bb-9038-a8c0f4a4e10c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/DiagnosticReport/02ddc1a6-a773-4f95-82f8-fa4495f95083/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"DiagnosticReport\",\n \"resourceID\": \"02ddc1a6-a773-4f95-82f8-fa4495f95083\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Medication/8a93f3e9-b492-4fb3-be75-27cb2b01b737/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Medication\",\n \"resourceID\": \"8a93f3e9-b492-4fb3-be75-27cb2b01b737\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationRequest/d1c41ff9-b0c1-4ed7-b4ae-fc5e0ffce899/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationRequest\",\n \"resourceID\": \"d1c41ff9-b0c1-4ed7-b4ae-fc5e0ffce899\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/QuestionnaireResponse/70fb0901-088d-4058-a3c8-187e76ba1607/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"QuestionnaireResponse\",\n \"resourceID\": \"70fb0901-088d-4058-a3c8-187e76ba1607\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Medication/2f036f0e-841e-4e1e-8f0a-19c00d4258a6/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Medication\",\n \"resourceID\": \"2f036f0e-841e-4e1e-8f0a-19c00d4258a6\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/35649e8b-5b44-4046-9125-e0d5513d864c/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationDispense\",\n \"resourceID\": \"35649e8b-5b44-4046-9125-e0d5513d864c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Medication/3269c606-820d-40a4-9c77-55d646b9c20c/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Medication\",\n \"resourceID\": \"3269c606-820d-40a4-9c77-55d646b9c20c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/990eb8e0-ec81-4990-b45b-9c960af4a7e2/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationDispense\",\n \"resourceID\": \"990eb8e0-ec81-4990-b45b-9c960af4a7e2\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Medication/00bd1700-07d7-4db2-b841-52c47aedbea6/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Medication\",\n \"resourceID\": \"00bd1700-07d7-4db2-b841-52c47aedbea6\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/db4f8c0f-415b-4036-ab81-dc3341191b55/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationDispense\",\n \"resourceID\": \"db4f8c0f-415b-4036-ab81-dc3341191b55\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/be7cac3c-9fe9-41dd-9413-43819b98f3a8/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"be7cac3c-9fe9-41dd-9413-43819b98f3a8\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/AllergyIntolerance/86d0dc88-43b7-43f1-b587-7e6bb972cc5f/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"AllergyIntolerance\",\n \"resourceID\": \"86d0dc88-43b7-43f1-b587-7e6bb972cc5f\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/f5292333-c9e2-49e3-b629-53f8bcf2323d/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"f5292333-c9e2-49e3-b629-53f8bcf2323d\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/36fecb3e-ee53-4d62-bdba-9f7d3175e649/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"36fecb3e-ee53-4d62-bdba-9f7d3175e649\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/DiagnosticReport/11433467-1030-4419-bc45-54ec7ec67d9a/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"DiagnosticReport\",\n \"resourceID\": \"11433467-1030-4419-bc45-54ec7ec67d9a\"\n }\n }\n ],\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction-response\",\n \"total\": 36\n}" } ] }, { "name": "Bundle Kunjungan 3- Recurrence", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"resourceType\": \"Bundle\",\r\n \"type\": \"transaction\",\r\n \"entry\": [\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Encounter3_id}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Encounter\",\r\n \"id\": \"{{Encounter3_id}}\",\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\": \"EMER\",\r\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\r\n }\r\n }\r\n ],\r\n \"period\": {\r\n \"start\": \"2024-03-01T02:00:00+00:00\",\r\n \"end\": \"2024-03-01T03:10:00+00:00\"\r\n },\r\n \"location\": [\r\n {\r\n \"location\": {\r\n \"reference\": \"Location/{{Location_Triase}}\",\r\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\r\n },\r\n \"period\": {\r\n \"start\": \"2024-03-01T02:01:00+00:00\",\r\n \"end\": \"2024-03-01T02:10: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-Outpatient\",\r\n \"code\": \"reguler\",\r\n \"display\": \"Kelas Reguler\"\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 \"location\": {\r\n \"reference\": \"Location/{{Location_Resusitasi}}\",\r\n \"display\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\r\n },\r\n \"period\": {\r\n \"start\": \"2024-03-01T02:10:00+00:00\",\r\n \"end\": \"2024-03-01T03:10: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-Outpatient\",\r\n \"code\": \"reguler\",\r\n \"display\": \"Kelas Reguler\"\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/{{DiagnosisUtama_Kunjungan3}}\",\r\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\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\": \"arrived\",\r\n \"period\": {\r\n \"start\": \"2024-03-01T02:00:00+00:00\",\r\n \"end\": \"2024-03-01T02:01:00+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"triaged\",\r\n \"period\": {\r\n \"start\": \"2024-03-01T02:01:00+00:00\",\r\n \"end\": \"2024-03-01T02:10:00+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"in-progress\",\r\n \"period\": {\r\n \"start\": \"2024-03-01T02:10:00+00:00\",\r\n \"end\": \"2024-03-01T03:10:00+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"finished\",\r\n \"period\": {\r\n \"start\": \"2024-03-01T03:10:00+00:00\",\r\n \"end\": \"2024-03-01T03:10: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.kemkes.go.id/CodeSystem/discharge-disposition\",\r\n \"code\": \"exp-lt48h\",\r\n \"display\": \"Meninggal < 48 jam\"\r\n }\r\n ],\r\n \"text\": \"Pasien Meninggal\"\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_Stroke}}\"\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Encounter\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Condition_Seizure}}\",\r\n \"resource\": {\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 \"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\": \"91175000\",\r\n \"display\": \"Seizure\"\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/{{Encounter3_id}}\"\r\n },\r\n \"onsetDateTime\": \"2024-03-01T01:00:00+00:00\",\r\n \"recordedDate\": \"2024-03-01T02:10:00+00:00\",\r\n \"note\": [\r\n {\r\n \"text\": \"Pasien mengalami kejang mendadak\"\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Condition\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Condition_Stroke}}\",\r\n \"resource\": {\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 \"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\": \"288939007\",\r\n \"display\": \"Difficulty swallowing\"\r\n },\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"289195008\",\r\n \"display\": \"Slurred speech\"\r\n },\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"44077006\",\r\n \"display\": \"Numbness\"\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/{{Encounter3_id}}\"\r\n },\r\n \"onsetDateTime\": \"2024-03-01T01:00:00+00:00\",\r\n \"recordedDate\": \"2024-03-01T02:10:00+00:00\"\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Condition\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Procedure_rTPA}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Procedure\",\r\n \"status\": \"completed\",\r\n \"category\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"277132007\",\r\n \"display\": \"Therapeutic procedure\"\r\n }\r\n ]\r\n },\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\r\n \"code\": \"99.10\",\r\n \"display\": \"Injection or infusion of thrombolytic agent\"\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/{{Encounter3_id}}\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2024-03-01T02:40:00+00:00\",\r\n \"end\": \"2024-03-01T03:00:00+00:00\"\r\n },\r\n \"performer\": [\r\n {\r\n \"actor\": {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\r\n \"display\": \"Dokter Bronsig\"\r\n }\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\": \"I63.5\",\r\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"usedReference\": [\r\n {\r\n \"reference\": \"Medication/3bdbd5cd-c418-44f6-855d-9580425d6016\"\r\n }\r\n ],\r\n \"note\": [\r\n {\r\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Procedure\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_NIHScore}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"exam\",\r\n \"display\": \"Exam\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"72089-6\",\r\n \"display\": \"Total score [NIH Stroke Scale]\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter3_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\r\n \"issued\": \"2024-03-01T02:15:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": 16,\r\n \"unit\": \"{score}\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"{score}\"\r\n },\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\r\n \"code\": \"IP099354\",\r\n \"display\": \"defisit neurologis berat\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"exam\",\r\n \"display\": \"Exam\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"75859-9\",\r\n \"display\": \"Modified rankin scale\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter3_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\r\n \"issued\": \"2024-03-01T02:15:00+00:00\",\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"LA6114-8\",\r\n \"display\": \"4\"\r\n }\r\n ]\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Medication_Alteplase}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Medication\",\r\n \"meta\": {\r\n \"profile\": [\r\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\r\n ]\r\n },\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\r\n \"use\": \"official\",\r\n \"value\": \"6667331\"\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\r\n \"code\": \"93001229\",\r\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\r\n }\r\n ]\r\n },\r\n \"status\": \"active\",\r\n \"manufacturer\": {\r\n \"reference\": \"Organization/900001\"\r\n },\r\n \"form\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\r\n \"code\": \"BS049\",\r\n \"display\": \"Serbuk Injeksi\"\r\n }\r\n ]\r\n },\r\n \"ingredient\": [\r\n {\r\n \"itemCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\r\n \"code\": \"91000582\",\r\n \"display\": \"Alteplase\"\r\n }\r\n ]\r\n },\r\n \"isActive\": true,\r\n \"strength\": {\r\n \"numerator\": {\r\n \"value\": 50,\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"mg\"\r\n },\r\n \"denominator\": {\r\n \"value\": 1,\r\n \"unit\": \"Vial - unit of product usage\",\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"415818006\"\r\n }\r\n }\r\n }\r\n ],\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\r\n \"code\": \"NC\",\r\n \"display\": \"Non-compound\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Medication\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{MedicationRequest_Alteplase}}\",\r\n \"resource\": {\r\n \"resourceType\": \"MedicationRequest\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\r\n \"use\": \"official\",\r\n \"value\": \"2487777\"\r\n },\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\r\n \"use\": \"official\",\r\n \"value\": \"2487777-1\"\r\n }\r\n ],\r\n \"status\": \"completed\",\r\n \"intent\": \"order\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/medicationrequest-category\",\r\n \"code\": \"inpatient\",\r\n \"display\": \"Inpatient\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"priority\": \"routine\",\r\n \"medicationReference\": {\r\n \"reference\": \"Medication/{{Medication_Alteplase}}\"\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/{{Encounter1_id}}\"\r\n },\r\n \"authoredOn\": \"2024-03-01T02:40:00+00:00\",\r\n \"requester\": {\r\n \"reference\": \"Practitioner/N10000005\",\r\n \"display\": \"Fatma\"\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\": \"I63.5\",\r\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"dosageInstruction\": [\r\n {\r\n \"sequence\": 1,\r\n \"patientInstruction\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\r\n \"additionalInstruction\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"421769005\",\r\n \"display\": \"Follow directions\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"timing\": {\r\n \"repeat\": {\r\n \"frequency\": 1,\r\n \"period\": 1,\r\n \"periodUnit\": \"d\"\r\n }\r\n },\r\n \"route\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://www.whocc.no/atc\",\r\n \"code\": \"inj.subcutaneous\",\r\n \"display\": \"Injection Subcutaneous\"\r\n }\r\n ]\r\n },\r\n \"doseAndRate\": [\r\n {\r\n \"type\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\",\r\n \"code\": \"ordered\",\r\n \"display\": \"Ordered\"\r\n }\r\n ]\r\n },\r\n \"doseQuantity\": {\r\n \"value\": 1,\r\n \"unit\": \"Vial - unit of product usage\",\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"415818006\"\r\n }\r\n }\r\n ]\r\n }\r\n ],\r\n \"dispenseRequest\": {\r\n \"dispenseInterval\": {\r\n \"value\": 1,\r\n \"unit\": \"days\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"d\"\r\n },\r\n \"validityPeriod\": {\r\n \"start\": \"2024-03-01T02:40:00+00:00\",\r\n \"end\": \"2024-03-01T03:40:00+00:00\"\r\n },\r\n \"numberOfRepeatsAllowed\": 0,\r\n \"quantity\": {\r\n \"value\": 1,\r\n \"unit\": \"Vial - unit of product usage\",\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"415818006\"\r\n },\r\n \"expectedSupplyDuration\": {\r\n \"value\": 1,\r\n \"unit\": \"days\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"d\"\r\n },\r\n \"performer\": {\r\n \"reference\": \"Organization/{{Org_id}}\"\r\n }\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"MedicationRequest\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{MedicationAlteplase_ForDispense}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Medication\",\r\n \"meta\": {\r\n \"profile\": [\r\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\r\n ]\r\n },\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\r\n \"use\": \"official\",\r\n \"value\": \"789000\"\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\r\n \"code\": \"93001229\",\r\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\r\n }\r\n ]\r\n },\r\n \"status\": \"active\",\r\n \"manufacturer\": {\r\n \"reference\": \"Organization/900001\"\r\n },\r\n \"form\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\r\n \"code\": \"BS049\",\r\n \"display\": \"Serbuk Injeksi\"\r\n }\r\n ]\r\n },\r\n \"ingredient\": [\r\n {\r\n \"itemCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\r\n \"code\": \"91000582\",\r\n \"display\": \"Alteplase\"\r\n }\r\n ]\r\n },\r\n \"isActive\": true,\r\n \"strength\": {\r\n \"numerator\": {\r\n \"value\": 50,\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"mg\"\r\n },\r\n \"denominator\": {\r\n \"value\": 1,\r\n \"unit\": \"Vial - unit of product usage\",\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"415818006\"\r\n }\r\n }\r\n }\r\n ],\r\n \"batch\": {\r\n \"lotNumber\": \"1625042A\",\r\n \"expirationDate\": \"2025-07-22T14:27:00+00:00\"\r\n },\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\r\n \"code\": \"NC\",\r\n \"display\": \"Non-compound\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Medication\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{MedicationDispense_Alteplase}}\",\r\n \"resource\": {\r\n \"resourceType\": \"MedicationDispense\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\r\n \"use\": \"official\",\r\n \"value\": \"24877770\"\r\n },\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\r\n \"use\": \"official\",\r\n \"value\": \"24877770-1\"\r\n }\r\n ],\r\n \"status\": \"completed\",\r\n \"category\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category\",\r\n \"code\": \"inpatient\",\r\n \"display\": \"Inpatient\"\r\n }\r\n ]\r\n },\r\n \"medicationReference\": {\r\n \"reference\": \"Medication/{{MedicationAlteplase_ForDispense}}\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"{{Patient_Name}}\"\r\n },\r\n \"context\": {\r\n \"reference\": \"Encounter/{{Encounter1_id}}\"\r\n },\r\n \"performer\": [\r\n {\r\n \"actor\": {\r\n \"reference\": \"Practitioner/N10000003\",\r\n \"display\": \"John Miller\"\r\n }\r\n }\r\n ],\r\n \"location\": {\r\n \"reference\": \"Location/{{Location_bedRanap}}\",\r\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\r\n },\r\n \"authorizingPrescription\": [\r\n {\r\n \"reference\": \"MedicationRequest/{{MedicationRequest_Alteplase}}\"\r\n }\r\n ],\r\n \"quantity\": {\r\n \"value\": 1,\r\n \"unit\": \"Vial - unit of product usage\",\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"415818006\"\r\n },\r\n \"daysSupply\": {\r\n \"value\": 1,\r\n \"unit\": \"Day\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"d\"\r\n },\r\n \"whenPrepared\": \"2024-03-01T02:40:00+00:00\",\r\n \"whenHandedOver\": \"2024-03-01T02:40:00+00:00\",\r\n \"dosageInstruction\": [\r\n {\r\n \"sequence\": 1,\r\n \"patientInstruction\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\r\n \"additionalInstruction\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"421769005\",\r\n \"display\": \"Follow directions\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"timing\": {\r\n \"repeat\": {\r\n \"frequency\": 1,\r\n \"period\": 1,\r\n \"periodUnit\": \"d\"\r\n }\r\n },\r\n \"route\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://www.whocc.no/atc\",\r\n \"code\": \"inj.subcutaneous\",\r\n \"display\": \"Injection Subcutaneous\"\r\n }\r\n ]\r\n },\r\n \"doseAndRate\": [\r\n {\r\n \"type\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\",\r\n \"code\": \"ordered\",\r\n \"display\": \"Ordered\"\r\n }\r\n ]\r\n },\r\n \"doseQuantity\": {\r\n \"value\": 1,\r\n \"unit\": \"Vial - unit of product usage\",\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"415818006\"\r\n }\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"MedicationDispense\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"exam\",\r\n \"display\": \"Exam\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"75859-9\",\r\n \"display\": \"Modified rankin scale\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter3_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2024-03-01T03:15:00+00:00\",\r\n \"issued\": \"2024-03-01T03:15:00+00:00\",\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"LA10138-8\",\r\n \"display\": \"6\"\r\n }\r\n ]\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n }\r\n ]\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}", "host": [ "{{base_url}}" ] } }, "response": [ { "name": "Bundle Kunjungan 1- Rawat Inap", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction\",\n \"entry\": [\n {\n \"fullUrl\": \"urn:uuid:{{Encounter3_id}}\",\n \"resource\": {\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter3_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"finished\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\",\n \"end\": \"2024-03-01T03:10:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\",\n \"end\": \"2024-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"location\": {\n \"reference\": \"Location/{{Location_Resusitasi}}\",\n \"display\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:10:00+00:00\",\n \"end\": \"2024-03-01T03:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/{{DiagnosisUtama_Kunjungan3}}\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis \"\n }\n ]\n }\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\",\n \"end\": \"2024-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\",\n \"end\": \"2024-03-01T02:10:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2024-03-01T02:10:00+00:00\",\n \"end\": \"2024-03-01T03:10:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2024-03-01T03:10:00+00:00\",\n \"end\": \"2024-03-01T03:10:00+00:00\"\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/discharge-disposition\",\n \"code\": \"exp-lt48h\",\n \"display\": \"Meninggal < 48 jam\"\n }\n ],\n \"text\": \"Pasien Meninggal\"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Encounter\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Condition_Seizure}}\",\n \"resource\": {\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\": \"91175000\",\n \"display\": \"Seizure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"onsetDateTime\": \"2024-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2024-03-01T02:10:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami kejang mendadak\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Condition_Stroke}}\",\n \"resource\": {\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\": \"288939007\",\n \"display\": \"Difficulty swallowing\"\n },\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"289195008\",\n \"display\": \"Slurred speech\"\n },\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"44077006\",\n \"display\": \"Numbness\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"onsetDateTime\": \"2024-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2024-03-01T02:10:00+00:00\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Procedure_rTPA}}\",\n \"resource\": {\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\": \"99.10\",\n \"display\": \"Injection or infusion of thrombolytic agent\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2024-03-01T02:40:00+00:00\",\n \"end\": \"2024-03-01T03:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"usedReference\": [\n {\n \"reference\": \"Medication/3bdbd5cd-c418-44f6-855d-9580425d6016\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_NIHScore}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 16,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099354\",\n \"display\": \"defisit neurologis berat\"\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6114-8\",\n \"display\": \"4\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Medication_Alteplase}}\",\n \"resource\": {\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\": \"6667331\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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 },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Medication\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{MedicationRequest_Alteplase}}\",\n \"resource\": {\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/{{Medication_Alteplase}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"authoredOn\": \"2024-03-01T02:40:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"patientInstruction\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"additionalInstruction\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"421769005\",\n \"display\": \"Follow directions\"\n }\n ]\n }\n ],\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\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\"\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\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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\": \"2024-03-01T02:40:00+00:00\",\n \"end\": \"2024-03-01T03:40:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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 },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"MedicationRequest\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{MedicationAlteplase_ForDispense}}\",\n \"resource\": {\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\": \"789000\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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 },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Medication\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{MedicationDispense_Alteplase}}\",\n \"resource\": {\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/{{MedicationAlteplase_ForDispense}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000003\",\n \"display\": \"John Miller\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_bedRanap}}\",\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/{{MedicationRequest_Alteplase}}\"\n }\n ],\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2024-03-01T02:40:00+00:00\",\n \"whenHandedOver\": \"2024-03-01T02:40:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"patientInstruction\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"additionalInstruction\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"421769005\",\n \"display\": \"Follow directions\"\n }\n ]\n }\n ],\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\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\"\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\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\n }\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"MedicationDispense\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T03:15:00+00:00\",\n \"issued\": \"2024-03-01T03:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA10138-8\",\n \"display\": \"6\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}", "host": [ "{{base_url}}" ] } }, "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, 25 Apr 2024 03:41:40 GMT" }, { "key": "Content-Length", "value": "58802" }, { "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": "3bff1a30-f7c7-44ce-b499-0d469ff8a151" }, { "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 \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Encounter/3a4e75ef-eb84-4416-bd16-451f638cb2df/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Encounter\",\n \"resourceID\": \"3a4e75ef-eb84-4416-bd16-451f638cb2df\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/b76e65ec-03fc-49a0-b2c9-b804b97d6e4f/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"b76e65ec-03fc-49a0-b2c9-b804b97d6e4f\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/e51f0d4c-2c24-423e-bd1f-db3eefb2fbb7/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"e51f0d4c-2c24-423e-bd1f-db3eefb2fbb7\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/c4189814-44e5-4fd0-9e24-78730b83e01b/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"c4189814-44e5-4fd0-9e24-78730b83e01b\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/78701221-d985-4fd2-99e7-4a6e80e768e8/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"78701221-d985-4fd2-99e7-4a6e80e768e8\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/edaa88d2-bff0-4df5-860f-58b2c75e15b1/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"edaa88d2-bff0-4df5-860f-58b2c75e15b1\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/6dccbf41-9b8e-4cfe-8e4d-af09f81f9509/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"6dccbf41-9b8e-4cfe-8e4d-af09f81f9509\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/34511c0c-1517-423f-a6c4-787849d76c70/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"34511c0c-1517-423f-a6c4-787849d76c70\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/765a339a-271e-4063-bed8-49fad974b462/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"765a339a-271e-4063-bed8-49fad974b462\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/535cd778-b8b6-4114-845a-266bafdf7a13/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"535cd778-b8b6-4114-845a-266bafdf7a13\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/DiagnosticReport/f047d85d-9d95-4d16-a33b-db22cadad6a1/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"DiagnosticReport\",\n \"resourceID\": \"f047d85d-9d95-4d16-a33b-db22cadad6a1\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/8a8cbec1-40c7-4f46-872e-48fc3f7fbb14/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"8a8cbec1-40c7-4f46-872e-48fc3f7fbb14\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/59a71ec2-7fa4-45bb-9038-a8c0f4a4e10c/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"59a71ec2-7fa4-45bb-9038-a8c0f4a4e10c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/DiagnosticReport/02ddc1a6-a773-4f95-82f8-fa4495f95083/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"DiagnosticReport\",\n \"resourceID\": \"02ddc1a6-a773-4f95-82f8-fa4495f95083\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Medication/8a93f3e9-b492-4fb3-be75-27cb2b01b737/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Medication\",\n \"resourceID\": \"8a93f3e9-b492-4fb3-be75-27cb2b01b737\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationRequest/d1c41ff9-b0c1-4ed7-b4ae-fc5e0ffce899/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationRequest\",\n \"resourceID\": \"d1c41ff9-b0c1-4ed7-b4ae-fc5e0ffce899\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/QuestionnaireResponse/70fb0901-088d-4058-a3c8-187e76ba1607/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"QuestionnaireResponse\",\n \"resourceID\": \"70fb0901-088d-4058-a3c8-187e76ba1607\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Medication/2f036f0e-841e-4e1e-8f0a-19c00d4258a6/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Medication\",\n \"resourceID\": \"2f036f0e-841e-4e1e-8f0a-19c00d4258a6\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/35649e8b-5b44-4046-9125-e0d5513d864c/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationDispense\",\n \"resourceID\": \"35649e8b-5b44-4046-9125-e0d5513d864c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Medication/3269c606-820d-40a4-9c77-55d646b9c20c/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Medication\",\n \"resourceID\": \"3269c606-820d-40a4-9c77-55d646b9c20c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/990eb8e0-ec81-4990-b45b-9c960af4a7e2/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationDispense\",\n \"resourceID\": \"990eb8e0-ec81-4990-b45b-9c960af4a7e2\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Medication/00bd1700-07d7-4db2-b841-52c47aedbea6/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Medication\",\n \"resourceID\": \"00bd1700-07d7-4db2-b841-52c47aedbea6\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/db4f8c0f-415b-4036-ab81-dc3341191b55/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationDispense\",\n \"resourceID\": \"db4f8c0f-415b-4036-ab81-dc3341191b55\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/be7cac3c-9fe9-41dd-9413-43819b98f3a8/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"be7cac3c-9fe9-41dd-9413-43819b98f3a8\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/AllergyIntolerance/86d0dc88-43b7-43f1-b587-7e6bb972cc5f/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"AllergyIntolerance\",\n \"resourceID\": \"86d0dc88-43b7-43f1-b587-7e6bb972cc5f\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/f5292333-c9e2-49e3-b629-53f8bcf2323d/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"f5292333-c9e2-49e3-b629-53f8bcf2323d\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/36fecb3e-ee53-4d62-bdba-9f7d3175e649/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"36fecb3e-ee53-4d62-bdba-9f7d3175e649\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/DiagnosticReport/11433467-1030-4419-bc45-54ec7ec67d9a/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"DiagnosticReport\",\n \"resourceID\": \"11433467-1030-4419-bc45-54ec7ec67d9a\"\n }\n }\n ],\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction-response\",\n \"total\": 36\n}" }, { "name": "Bundle Kunjungan 1- Rawat Inap", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction\",\n \"entry\": [\n {\n \"fullUrl\": \"urn:uuid:{{Encounter3_id}}\",\n \"resource\": {\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter3_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"finished\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"EMER\",\n \"display\": \"emergency\"\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\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\",\n \"end\": \"2024-03-01T03:10:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_Triase}}\",\n \"display\": \"Ruangan Triase, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\",\n \"end\": \"2024-03-01T02:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"location\": {\n \"reference\": \"Location/{{Location_Resusitasi}}\",\n \"display\": \"Ruangan Resusitasi, Instalasi Gawat Darurat, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2024-03-01T02:10:00+00:00\",\n \"end\": \"2024-03-01T03:10: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-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\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 \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/{{DiagnosisUtama_Kunjungan3}}\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis \"\n }\n ]\n }\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2024-03-01T02:00:00+00:00\",\n \"end\": \"2024-03-01T02:01:00+00:00\"\n }\n },\n {\n \"status\": \"triaged\",\n \"period\": {\n \"start\": \"2024-03-01T02:01:00+00:00\",\n \"end\": \"2024-03-01T02:10:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2024-03-01T02:10:00+00:00\",\n \"end\": \"2024-03-01T03:10:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2024-03-01T03:10:00+00:00\",\n \"end\": \"2024-03-01T03:10:00+00:00\"\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/discharge-disposition\",\n \"code\": \"exp-lt48h\",\n \"display\": \"Meninggal < 48 jam\"\n }\n ],\n \"text\": \"Pasien Meninggal\"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_Stroke}}\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Encounter\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Condition_Seizure}}\",\n \"resource\": {\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\": \"91175000\",\n \"display\": \"Seizure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"onsetDateTime\": \"2024-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2024-03-01T02:10:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami kejang mendadak\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Condition_Stroke}}\",\n \"resource\": {\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\": \"288939007\",\n \"display\": \"Difficulty swallowing\"\n },\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"289195008\",\n \"display\": \"Slurred speech\"\n },\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"44077006\",\n \"display\": \"Numbness\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"onsetDateTime\": \"2024-03-01T01:00:00+00:00\",\n \"recordedDate\": \"2024-03-01T02:10:00+00:00\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Procedure_rTPA}}\",\n \"resource\": {\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\": \"99.10\",\n \"display\": \"Injection or infusion of thrombolytic agent\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2024-03-01T02:40:00+00:00\",\n \"end\": \"2024-03-01T03:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"usedReference\": [\n {\n \"reference\": \"Medication/3bdbd5cd-c418-44f6-855d-9580425d6016\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Prosedur r-TPA dengan dosis 0,6 mg\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_NIHScore}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"72089-6\",\n \"display\": \"Total score [NIH Stroke Scale]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 16,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/examination\",\n \"code\": \"IP099354\",\n \"display\": \"defisit neurologis berat\"\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T02:15:00+00:00\",\n \"issued\": \"2024-03-01T02:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6114-8\",\n \"display\": \"4\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Medication_Alteplase}}\",\n \"resource\": {\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\": \"6667331\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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 },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Medication\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{MedicationRequest_Alteplase}}\",\n \"resource\": {\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/{{Medication_Alteplase}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"authoredOn\": \"2024-03-01T02:40:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n },\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"I63.5\",\n \"display\": \"Cerebral infarction due unspecified occlusion or stenos cerebrl arteries\"\n }\n ]\n }\n ],\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"patientInstruction\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"additionalInstruction\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"421769005\",\n \"display\": \"Follow directions\"\n }\n ]\n }\n ],\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\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\"\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\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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\": \"2024-03-01T02:40:00+00:00\",\n \"end\": \"2024-03-01T03:40:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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 },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"MedicationRequest\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{MedicationAlteplase_ForDispense}}\",\n \"resource\": {\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\": \"789000\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001229\",\n \"display\": \"Alteplase 50 mg Serbuk Injeksi (ACTILYSE)\"\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\": \"BS049\",\n \"display\": \"Serbuk Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000582\",\n \"display\": \"Alteplase\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 50,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\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 },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Medication\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{MedicationDispense_Alteplase}}\",\n \"resource\": {\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/{{MedicationAlteplase_ForDispense}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter1_id}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000003\",\n \"display\": \"John Miller\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_bedRanap}}\",\n \"display\": \"Bed 2, Ruang 210, Unit Stroke Rawat Inap Kelas 1, Layanan Penyakit Saraf\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/{{MedicationRequest_Alteplase}}\"\n }\n ],\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2024-03-01T02:40:00+00:00\",\n \"whenHandedOver\": \"2024-03-01T02:40:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"patientInstruction\": \"Alteplase 0.6 mg untuk tindakan r-TPA\",\n \"additionalInstruction\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"421769005\",\n \"display\": \"Follow directions\"\n }\n ]\n }\n ],\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\": \"inj.subcutaneous\",\n \"display\": \"Injection Subcutaneous\"\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\": \"Vial - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"415818006\"\n }\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"MedicationDispense\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:{{Observation_RankinScale}}\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"75859-9\",\n \"display\": \"Modified rankin scale\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter3_id}}\"\n },\n \"effectiveDateTime\": \"2024-03-01T03:15:00+00:00\",\n \"issued\": \"2024-03-01T03:15:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA10138-8\",\n \"display\": \"6\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{base_url}}", "host": [ "{{base_url}}" ] } }, "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, 25 Apr 2024 03:41:40 GMT" }, { "key": "Content-Length", "value": "58802" }, { "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": "3bff1a30-f7c7-44ce-b499-0d469ff8a151" }, { "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 \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Encounter/3a4e75ef-eb84-4416-bd16-451f638cb2df/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Encounter\",\n \"resourceID\": \"3a4e75ef-eb84-4416-bd16-451f638cb2df\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/b76e65ec-03fc-49a0-b2c9-b804b97d6e4f/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"b76e65ec-03fc-49a0-b2c9-b804b97d6e4f\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/e51f0d4c-2c24-423e-bd1f-db3eefb2fbb7/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"e51f0d4c-2c24-423e-bd1f-db3eefb2fbb7\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/c4189814-44e5-4fd0-9e24-78730b83e01b/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"c4189814-44e5-4fd0-9e24-78730b83e01b\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/78701221-d985-4fd2-99e7-4a6e80e768e8/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"78701221-d985-4fd2-99e7-4a6e80e768e8\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/edaa88d2-bff0-4df5-860f-58b2c75e15b1/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"edaa88d2-bff0-4df5-860f-58b2c75e15b1\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/6dccbf41-9b8e-4cfe-8e4d-af09f81f9509/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"6dccbf41-9b8e-4cfe-8e4d-af09f81f9509\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/34511c0c-1517-423f-a6c4-787849d76c70/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"34511c0c-1517-423f-a6c4-787849d76c70\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/765a339a-271e-4063-bed8-49fad974b462/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"765a339a-271e-4063-bed8-49fad974b462\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/535cd778-b8b6-4114-845a-266bafdf7a13/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"535cd778-b8b6-4114-845a-266bafdf7a13\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/DiagnosticReport/f047d85d-9d95-4d16-a33b-db22cadad6a1/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"DiagnosticReport\",\n \"resourceID\": \"f047d85d-9d95-4d16-a33b-db22cadad6a1\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/8a8cbec1-40c7-4f46-872e-48fc3f7fbb14/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"8a8cbec1-40c7-4f46-872e-48fc3f7fbb14\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/59a71ec2-7fa4-45bb-9038-a8c0f4a4e10c/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"59a71ec2-7fa4-45bb-9038-a8c0f4a4e10c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/DiagnosticReport/02ddc1a6-a773-4f95-82f8-fa4495f95083/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"DiagnosticReport\",\n \"resourceID\": \"02ddc1a6-a773-4f95-82f8-fa4495f95083\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Medication/8a93f3e9-b492-4fb3-be75-27cb2b01b737/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Medication\",\n \"resourceID\": \"8a93f3e9-b492-4fb3-be75-27cb2b01b737\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationRequest/d1c41ff9-b0c1-4ed7-b4ae-fc5e0ffce899/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationRequest\",\n \"resourceID\": \"d1c41ff9-b0c1-4ed7-b4ae-fc5e0ffce899\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/QuestionnaireResponse/70fb0901-088d-4058-a3c8-187e76ba1607/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"QuestionnaireResponse\",\n \"resourceID\": \"70fb0901-088d-4058-a3c8-187e76ba1607\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Medication/2f036f0e-841e-4e1e-8f0a-19c00d4258a6/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Medication\",\n \"resourceID\": \"2f036f0e-841e-4e1e-8f0a-19c00d4258a6\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/35649e8b-5b44-4046-9125-e0d5513d864c/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationDispense\",\n \"resourceID\": \"35649e8b-5b44-4046-9125-e0d5513d864c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Medication/3269c606-820d-40a4-9c77-55d646b9c20c/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Medication\",\n \"resourceID\": \"3269c606-820d-40a4-9c77-55d646b9c20c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/990eb8e0-ec81-4990-b45b-9c960af4a7e2/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationDispense\",\n \"resourceID\": \"990eb8e0-ec81-4990-b45b-9c960af4a7e2\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Medication/00bd1700-07d7-4db2-b841-52c47aedbea6/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Medication\",\n \"resourceID\": \"00bd1700-07d7-4db2-b841-52c47aedbea6\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/db4f8c0f-415b-4036-ab81-dc3341191b55/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationDispense\",\n \"resourceID\": \"db4f8c0f-415b-4036-ab81-dc3341191b55\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/be7cac3c-9fe9-41dd-9413-43819b98f3a8/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"be7cac3c-9fe9-41dd-9413-43819b98f3a8\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/AllergyIntolerance/86d0dc88-43b7-43f1-b587-7e6bb972cc5f/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"AllergyIntolerance\",\n \"resourceID\": \"86d0dc88-43b7-43f1-b587-7e6bb972cc5f\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/f5292333-c9e2-49e3-b629-53f8bcf2323d/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"f5292333-c9e2-49e3-b629-53f8bcf2323d\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/36fecb3e-ee53-4d62-bdba-9f7d3175e649/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"36fecb3e-ee53-4d62-bdba-9f7d3175e649\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcxNDAxNjUwMDAzODc1OTAwMA\\\"\",\n \"lastModified\": \"2024-04-25T03:41:40.038759+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/DiagnosticReport/11433467-1030-4419-bc45-54ec7ec67d9a/_history/MTcxNDAxNjUwMDAzODc1OTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"DiagnosticReport\",\n \"resourceID\": \"11433467-1030-4419-bc45-54ec7ec67d9a\"\n }\n }\n ],\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction-response\",\n \"total\": 36\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": "RelatedPerson_Id", "value": "" }, { "key": "RelatedPerson_Name", "value": "" }, { "key": "ServiceRequest_RawatInap", "value": "" }, { "key": "Encounter1_id", "value": "1a07ee6d-65c9-4365-964b-71f4f46df06d" }, { "key": "EpisodeOfCare_id", "value": "" }, { "key": "EPISODEOFCARE_REFERENCE_ID", "value": "" }, { "key": "Practitioner_id", "value": "N10000001" }, { "key": "Practitioner_Name", "value": "dr. Bronsig SpS" }, { "key": "Patient_id", "value": "100000030015" }, { "key": "Patient_Name", "value": "Diana Smith" }, { "key": "ImagingStudy_CT", "value": "" }, { "key": "Encounter_Ranap1", "value": "" }, { "key": "Encounter_id", "value": "a6134895-372d-43db-a5b5-4989aef4068b" }, { "key": "Registration_ID", "value": "AS2024079139287" }, { "key": "EpisodeOfCare_Stroke", "value": "5d1b70f4-b7e6-476c-8257-b4b36c5db0bd" }, { "key": "Observation_WakeUpStroke", "value": "d74c87de-6564-4b87-b45f-60b4dc38dc0e" }, { "key": "Observation_RiwayatPenyakitHipertensi", "value": "fdc7781c-5f07-4b73-8edd-b88d2958c476" }, { "key": "Observation_RiwayatPenyakitDiabetes", "value": "a2aa7f46-adb8-481b-9720-32916c76090c" }, { "key": "Observation_RiwayatPenyakitDislipidemia", "value": "b200efb0-7a76-4fa7-95dc-006e10290baf" }, { "key": "Condition_RiwayatStrokeKeluarga", "value": "378e1758-8d6e-4f75-b3f1-1d9008fcd986" }, { "key": "Observation_StatusMerokok", "value": "81d129ad-8003-4ba9-9fb2-cf6c18522392" }, { "key": "Observation_RiwayatKonsumsiAlkohol", "value": "96f1bb32-b026-4bd3-b1bd-f7a1ede28785" }, { "key": "Observation_RiwayatKBHormonal", "value": "7168a4b5-b047-495b-9b73-15a3c85397a4" }, { "key": "Observation_mRSPre-Stroke/pre-Admisi", "value": "983d7ee1-5660-40c9-92cc-abadbfef00b9" }, { "key": "Observation_Diastole", "value": "c5f8d3a1-a27b-445d-92a7-55ea67fc2eb8" }, { "key": "Observation_Systole", "value": "89971836-abd5-4c73-b9d8-7f7c6cbc423e" }, { "key": "Observation_BeratBadan", "value": "20946875-46e5-45c2-8adb-732deb2563b6" }, { "key": "Observation_TinggiBadan", "value": "f53ad5ab-0a78-4546-a3f6-a72d50ee0acf" }, { "key": "Observation_IMT", "value": "91c1b465-eec1-453d-b0ab-7b08161e57d9" }, { "key": "Observation_TotalSkorNHSSAdmisi", "value": "53548839-6f24-48a3-96ed-ac5768d5a742" }, { "key": "Observation_mRSAdmisi", "value": "a34eab9a-a831-490c-8a08-45a5c3f20bf2" }, { "key": "Observation_Disphagia", "value": "9523b56e-8326-4ca6-ab47-6b9a688ae717" }, { "key": "Observation_CTScanKepala", "value": "697bc7d7-1344-4b66-b7c9-a71d6be266eb" }, { "key": "Observation_ASPECTScore", "value": "8f90fd24-259b-46df-945a-32e74d96bc13" }, { "key": "Observation_CTA", "value": "3e2ed1cc-4fce-4654-af7c-89d70f221b05" }, { "key": "Medication_Alteplase", "value": "fcb0ac28-62fa-466d-a0e8-27a1a802b493" }, { "key": "Procedure_rTPA", "value": "5c6ba585-3388-47d3-8e00-921f6a3030fc" }, { "key": "Observation_TotalSkorNIHSSPostrTPA", "value": "bcbd37bd-e70b-42de-98b0-81c336389d4d" }, { "key": "Procedure_Trombektomi", "value": "d4e94b97-fe2d-48bd-94ef-4037a0e8ed1f" }, { "key": "Observation_TimeToRecanalisation", "value": "35a87712-756f-425a-8a61-dcc767b824bc" }, { "key": "Observation_TICIScore", "value": "5298d733-1bc9-4c77-b5f7-9d4dc4de5800" }, { "key": "Observation_TotalSkorNIHSSPulangPasien", "value": "f66cb2a7-3400-4620-876a-64f2d430325e" }, { "key": "Observation_mRSPulangPasien", "value": "03b56eca-535e-484a-b355-9f78ed7f1f3a" }, { "key": "Procedure_JenisRehabilitasiStroke", "value": "0ec08dca-d60c-4777-8051-e4fac8b945e6" }, { "key": "Procedure_Fisioterapi", "value": "e17c2e82-f9e4-4dc4-8951-196a6fd0f188" }, { "key": "Diagnosis_Utama", "value": "9b0257b2-2412-4285-94a3-7d33a3c59796" } ] }