40628 lines
4.5 MiB
Plaintext
Executable File
40628 lines
4.5 MiB
Plaintext
Executable File
{
|
|
"info": {
|
|
"_postman_id": "277f0738-e25e-462f-beb6-843289c5c7c1",
|
|
"name": "09. Use Case - Neonatus",
|
|
"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| Tanggal | Riwayat Perubahan | **Penanggung Jawab** |\n| --- | --- | --- |\n| 26 Jul 24 | Versi Pertama - API sesuai dengan Playbook Usecase Neonatus V2.4 | Luthfi Nabilah Qonitah <br> <br>Thomas Adhi Nugroho Chaidir <br> <br>Sania Fitria |\n| 06 Sep 24 | Versi Kedua - API sesuai dengan Playbook Usecase Neonatus V2.5 | Anisatul Afifah <br> <br>Thomas Adhi Nugroho Chaidir <br> <br>Raden Nurilma Hidayatullah |\n| 28 Oct 24 | Penambahan API Pengkajian Resep | Raden Nurilma Hidayatullah |\n| 15 Nov 24 | Versi Keempat - API sesuai dengan Playbook Usecase Neonatus V2.6 | Raden Nurilma Hidayatullah |\n| 02 Dec 24 | Versi Keempat - API sesuai dengan Playbook Usecase Neonatus V2.6 <br> <br>Pembaruan spesifik terkait folder #8 Pemeriksaan Berat Badan dan Pemberian ASI. | Raden Nurilma Hidayatullah |",
|
|
"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/pf0fdkq/09-use-case-neonatus?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": "bearer",
|
|
"bearer": [
|
|
{
|
|
"key": "token",
|
|
"value": "{{Token}}",
|
|
"type": "string"
|
|
}
|
|
]
|
|
},
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "urlencoded",
|
|
"urlencoded": [
|
|
{
|
|
"key": "client_id",
|
|
"value": "{{client_id}}",
|
|
"description": "Client ID SATUSEHAT yang diberikan kepada sesuai organisasi anda",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "client_secret",
|
|
"value": "{{client_secret}}",
|
|
"description": "Client Secret SATUSEHAT yang diberikan kepada organisasi anda",
|
|
"type": "text"
|
|
}
|
|
]
|
|
},
|
|
"url": {
|
|
"raw": "{{auth_url}}/accesstoken?grant_type=client_credentials",
|
|
"host": [
|
|
"{{auth_url}}"
|
|
],
|
|
"path": [
|
|
"accesstoken"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "grant_type",
|
|
"value": "client_credentials"
|
|
}
|
|
]
|
|
},
|
|
"description": "Mekanisme untuk meng-_generate_ **client token** untuk API O-Auth2 SATUSEHAT. Setiap client token hanya berlaku (valid) dalam kurun waktu 60 menit dan setiap kegagalan request generate token akan dikenakan penalti untuk menunggu selama 1 menit."
|
|
},
|
|
"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": "bearer",
|
|
"bearer": [
|
|
{
|
|
"key": "token",
|
|
"value": "{{Token}}",
|
|
"type": "string"
|
|
}
|
|
]
|
|
},
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "urlencoded",
|
|
"urlencoded": [
|
|
{
|
|
"key": "client_id",
|
|
"value": "{{client_id}}",
|
|
"description": "Client ID SATUSEHAT yang diberikan kepada sesuai organisasi anda",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "client_secret",
|
|
"value": "{{client_secret}}",
|
|
"description": "Client Secret SATUSEHAT yang diberikan kepada organisasi anda",
|
|
"type": "text"
|
|
}
|
|
]
|
|
},
|
|
"url": {
|
|
"raw": "{{auth_url}}/accesstoken?grant_type=client_credentials",
|
|
"host": [
|
|
"{{auth_url}}"
|
|
],
|
|
"path": [
|
|
"accesstoken"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "grant_type",
|
|
"value": "client_credentials"
|
|
}
|
|
]
|
|
},
|
|
"description": "Mekanisme untuk meng-_generate_ **client token** untuk API O-Auth2 SATUSEHAT. Setiap client token hanya berlaku (valid) dalam kurun waktu 60 menit dan setiap kegagalan request generate token akan dikenakan penalti untuk menunggu selama 1 menit."
|
|
},
|
|
"response": []
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "00. Membuat dan Mencari Struktur Organisasi dan Lokasi",
|
|
"item": [
|
|
{
|
|
"name": "Organization - Create Divisi Kesehatan Ibu dan Anak",
|
|
"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\": \"SW-KIA\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\",\n \"code\": \"team\",\n \"display\": \"Organizational team\"\n }\n ]\n }\n ],\n \"name\": \"Divisi Kesehatan Ibu dan Anak\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"[email protected]\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.puskesmassangatwaras.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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"city\": \"Pandeglang\",\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\": \"Puskesmas Sangat Waras\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Organization",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Organization"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Organization - Create Divisi Kesehatan Ibu dan Anak",
|
|
"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\": \"SW-KIA\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\",\n \"code\": \"team\",\n \"display\": \"Organizational team\"\n }\n ]\n }\n ],\n \"name\": \"Divisi Kesehatan Ibu dan Anak\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"[email protected]\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.puskesmassangatwaras.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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"city\": \"Pandeglang\",\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\": \"Puskesmas Sangat Waras\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Organization",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Organization"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 13 Feb 2023 08:10:20 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/fhir+json;charset=utf-8"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Organization/352401cc-66d5-4720-9aae-231327805053/_history/MTY3NjI3NTgyMDEwODc2ODAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY3NjI3NTgyMDEwODc2ODAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 13 Feb 2023 08:10:20 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1888"
|
|
},
|
|
{
|
|
"key": "x-xss-protection",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"key": "x-frame-options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "x-content-type-options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "1a33d45d-c36a-4090-8263-c90c9a3e1be7"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"352401cc-66d5-4720-9aae-231327805053\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000004\",\n \"use\": \"official\",\n \"value\": \"SW-KIA\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-02-13T08:10:20.108768+00:00\",\n \"versionId\": \"MTY3NjI3NTgyMDEwODc2ODAwMA\"\n },\n \"name\": \"Divisi Kesehatan Ibu dan Anak\",\n \"partOf\": {\n \"display\": \"Puskesmas Sangat Waras\",\n \"reference\": \"Organization/10000004\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n}"
|
|
},
|
|
{
|
|
"name": "Organization - Create Divisi Kesehatan Ibu dan Anak",
|
|
"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\": \"SW-KIA\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\",\n \"code\": \"team\",\n \"display\": \"Organizational team\"\n }\n ]\n }\n ],\n \"name\": \"Divisi Kesehatan Ibu dan Anak\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"[email protected]\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.puskesmassangatwaras.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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"city\": \"Pandeglang\",\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\": \"Puskesmas Sangat Waras\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Organization",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Organization"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 13 Feb 2023 08:10:20 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/fhir+json;charset=utf-8"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Organization/352401cc-66d5-4720-9aae-231327805053/_history/MTY3NjI3NTgyMDEwODc2ODAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY3NjI3NTgyMDEwODc2ODAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 13 Feb 2023 08:10:20 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1888"
|
|
},
|
|
{
|
|
"key": "x-xss-protection",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"key": "x-frame-options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "x-content-type-options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "1a33d45d-c36a-4090-8263-c90c9a3e1be7"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"352401cc-66d5-4720-9aae-231327805053\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000004\",\n \"use\": \"official\",\n \"value\": \"SW-KIA\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-02-13T08:10:20.108768+00:00\",\n \"versionId\": \"MTY3NjI3NTgyMDEwODc2ODAwMA\"\n },\n \"name\": \"Divisi Kesehatan Ibu dan Anak\",\n \"partOf\": {\n \"display\": \"Puskesmas Sangat Waras\",\n \"reference\": \"Organization/10000004\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Organization - Create Layanan Neonatus",
|
|
"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\": \"SW-KIA-Neonatus\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\",\n \"code\": \"team\",\n \"display\": \"Organizational team\"\n }\n ]\n }\n ],\n \"name\": \"Layanan Neonatus\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"[email protected]\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.puskesmassangatwaras.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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"city\": \"Pandeglang\",\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\": \"Divisi Kesehatan Ibu dan Anak\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Organization",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Organization"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Organization - Create Layanan Neonatus",
|
|
"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\": \"SW-KIA-Neonatus\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\",\n \"code\": \"team\",\n \"display\": \"Organizational team\"\n }\n ]\n }\n ],\n \"name\": \"Layanan Neonatus\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"[email protected]\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.puskesmassangatwaras.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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"city\": \"Pandeglang\",\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\": \"Divisi Kesehatan Ibu dan Anak\"\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": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Organization/cb322ff4-e5fe-4745-bb98-c00e7c169a01/_history/MTY3ODY4MzQxNjg0MzkyOTAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 13 Mar 2023 04:56:56 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/fhir+json;charset=utf-8"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY3ODY4MzQxNjg0MzkyOTAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 13 Mar 2023 04:56:56 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1919"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "2e728e1f-3918-48fd-b30e-6031a7c55b89"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"cb322ff4-e5fe-4745-bb98-c00e7c169a01\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000004\",\n \"use\": \"official\",\n \"value\": \"SW-KIA-Neonatus\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-13T04:56:56.843929+00:00\",\n \"versionId\": \"MTY3ODY4MzQxNjg0MzkyOTAwMA\"\n },\n \"name\": \"Layanan Neonatus\",\n \"partOf\": {\n \"display\": \"Divisi Kesehatan Ibu dan Anak\",\n \"reference\": \"Organization/352401cc-66d5-4720-9aae-231327805053\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n}"
|
|
},
|
|
{
|
|
"name": "Organization - Create Layanan Neonatus",
|
|
"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\": \"SW-KIA-Neonatus\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\",\n \"code\": \"team\",\n \"display\": \"Organizational team\"\n }\n ]\n }\n ],\n \"name\": \"Layanan Neonatus\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"[email protected]\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.puskesmassangatwaras.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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"city\": \"Pandeglang\",\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\": \"Divisi Kesehatan Ibu dan Anak\"\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": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Organization/cb322ff4-e5fe-4745-bb98-c00e7c169a01/_history/MTY3ODY4MzQxNjg0MzkyOTAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 13 Mar 2023 04:56:56 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/fhir+json;charset=utf-8"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY3ODY4MzQxNjg0MzkyOTAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 13 Mar 2023 04:56:56 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1919"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "2e728e1f-3918-48fd-b30e-6031a7c55b89"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"cb322ff4-e5fe-4745-bb98-c00e7c169a01\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000004\",\n \"use\": \"official\",\n \"value\": \"SW-KIA-Neonatus\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-13T04:56:56.843929+00:00\",\n \"versionId\": \"MTY3ODY4MzQxNjg0MzkyOTAwMA\"\n },\n \"name\": \"Layanan Neonatus\",\n \"partOf\": {\n \"display\": \"Divisi Kesehatan Ibu dan Anak\",\n \"reference\": \"Organization/352401cc-66d5-4720-9aae-231327805053\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Location - Create Poli Anak KIA",
|
|
"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\": \"P-Anak-KIA\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruang Poli Anak, Departemen KIA\",\n \"description\": \"Ruang Poli Anak, Departemen KIA, 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\": \"[email protected]\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.puskesmassangatwaras.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/{{Org_id}}\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Location",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Location"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Location - Create Poli Anak KIA",
|
|
"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\": \"P-Anak-KIA\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruang Poli Anak, Departemen KIA\",\n \"description\": \"Ruang Poli Anak, Departemen KIA, 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\": \"[email protected]\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.puskesmassangatwaras.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/{{Org_id}}\"\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/4581505e-5742-41a9-b3d8-cf5c668aa8c6/_history/MTY3ODk2NDU3MzUxNDQzNjAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/fhir+json;charset=utf-8"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 16 Mar 2023 11:02:53 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY3ODk2NDU3MzUxNDQzNjAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 16 Mar 2023 11:02:53 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1214"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "6d294b4d-6cf4-4fc9-aa57-3ae0446b159f"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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 Poli Anak, Departemen KIA, Lantai 2, Gedung Utama\",\n \"id\": \"4581505e-5742-41a9-b3d8-cf5c668aa8c6\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000004\",\n \"value\": \"P-Anak-KIA\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/cb322ff4-e5fe-4745-bb98-c00e7c169a01\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-03-16T11:02:53.514436+00:00\",\n \"versionId\": \"MTY3ODk2NDU3MzUxNDQzNjAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Poli Anak, Departemen KIA\",\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ]\n}"
|
|
},
|
|
{
|
|
"name": "Location - Create Poli Anak KIA",
|
|
"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\": \"P-Anak-KIA\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruang Poli Anak, Departemen KIA\",\n \"description\": \"Ruang Poli Anak, Departemen KIA, 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\": \"[email protected]\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.puskesmassangatwaras.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/{{Org_id}}\"\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/4581505e-5742-41a9-b3d8-cf5c668aa8c6/_history/MTY3ODk2NDU3MzUxNDQzNjAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/fhir+json;charset=utf-8"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 16 Mar 2023 11:02:53 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY3ODk2NDU3MzUxNDQzNjAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 16 Mar 2023 11:02:53 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1214"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "6d294b4d-6cf4-4fc9-aa57-3ae0446b159f"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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 Poli Anak, Departemen KIA, Lantai 2, Gedung Utama\",\n \"id\": \"4581505e-5742-41a9-b3d8-cf5c668aa8c6\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000004\",\n \"value\": \"P-Anak-KIA\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/cb322ff4-e5fe-4745-bb98-c00e7c169a01\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-03-16T11:02:53.514436+00:00\",\n \"versionId\": \"MTY3ODk2NDU3MzUxNDQzNjAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Poli Anak, Departemen KIA\",\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ]\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Organization - Get suborganizations and save to list",
|
|
"event": [
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"exec": [
|
|
"var bundle = pm.response.json();\r",
|
|
"var data = null;\r",
|
|
"var org_list= [];\r",
|
|
"bundle.entry.forEach(entry=> {\r",
|
|
" let data= entry.resource;\r",
|
|
" org_list.push(data.id);\r",
|
|
"})\r",
|
|
"pm.collectionVariables.set('org_list', org_list);"
|
|
],
|
|
"type": "text/javascript",
|
|
"packages": {}
|
|
}
|
|
}
|
|
],
|
|
"request": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{base_url}}/Organization?partof={{Org_id}}&_revinclude=Organization:partof&_revinclude=Organization:partof",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Organization"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "partof",
|
|
"value": "{{Org_id}}"
|
|
},
|
|
{
|
|
"key": "_revinclude",
|
|
"value": "Organization:partof"
|
|
},
|
|
{
|
|
"key": "_revinclude",
|
|
"value": "Organization:partof"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Organization - Get all organization and save to list",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{base_url}}/Organization?partof={{Org_id}}&_revinclude=Organization:partof&_revinclude=Organization:partof",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Organization"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "partof",
|
|
"value": "{{Org_id}}"
|
|
},
|
|
{
|
|
"key": "_revinclude",
|
|
"value": "Organization:partof"
|
|
},
|
|
{
|
|
"key": "_revinclude",
|
|
"value": "Organization:partof"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"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, 04 Jun 2024 09:47:25 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "79616"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "4fdbc933-28e8-4690-86e3-aa558f4cec96"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/Organization/53160406-3d29-4572-afaa-24be54322fee\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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 SatuSehat No.3, RT.009/RW.002, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"53160406-3d29-4572-afaa-24be54322fee\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"POKJA-UKM\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-05-30T04:55:11.070199+00:00\",\n \"versionId\": \"MTcxNzA0NDkxMTA3MDE5OTAwMA\"\n },\n \"name\": \"Program Kerja Usaha Kesehatan Masyarakat\",\n \"partOf\": {\n \"display\": \"Puskesmas SatuSehat\",\n \"reference\": \"Organization/10000005\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassatusehat.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/55845fbd-5a70-42ae-8433-89e9072c01d0\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"55845fbd-5a70-42ae-8433-89e9072c01d0\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SW-KIA\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-05-29T07:03:04.309025+00:00\",\n \"versionId\": \"MTcxNjk2NjE4NDMwOTAyNTAwMA\"\n },\n \"name\": \"Divisi Kesehatan Ibu dan Anak\",\n \"partOf\": {\n \"display\": \"PUSKESMAS SATSET\",\n \"reference\": \"Organization/10000005\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassatusehat.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/43cc00ef-c50f-44a5-8446-b0771cf211b3\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"43cc00ef-c50f-44a5-8446-b0771cf211b3\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SMF-RAJAL-001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-05-02T14:05:10.006663+00:00\",\n \"versionId\": \"MTcxNDY1ODcxMDAwNjY2MzAwMA\"\n },\n \"name\": \"SMF Rawat Jalan PKM SatuSehat\",\n \"partOf\": {\n \"display\": \"Puskesmas SATUSEHAT\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/2c64deb0-4906-44a0-a3e7-012c815a6010\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"2c64deb0-4906-44a0-a3e7-012c815a6010\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SMF-RAJAL\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-24T03:26:12.036157+00:00\",\n \"versionId\": \"MTcxMzkyOTE3MjAzNjE1NzAwMA\"\n },\n \"name\": \"SubMedical Faculty - Rawat Jalan\",\n \"partOf\": {\n \"display\": \"Puskesmas Satu Sehat\",\n \"reference\": \"Organization/10000005\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmasatusehat.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T07:55:28.608917+00:00\",\n \"versionId\": \"MTcxMzM0MDUyODYwODkxNzAwMA\"\n },\n \"name\": \"UKP, Kefarmasian, Laboratorium\",\n \"partOf\": {\n \"display\": \"Puskesmas SATUSEHAT\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/3c42e3d4-42b1-4625-9190-b08a47a47632\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"3c42e3d4-42b1-4625-9190-b08a47a47632\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"UKP\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T07:41:54.298590+00:00\",\n \"versionId\": \"MTcxMzMzOTcxNDI5ODU5MDAwMA\"\n },\n \"name\": \"UKP, Kefarmasian, Laboratorium\",\n \"partOf\": {\n \"display\": \"Puskesmas SATUSEHAT\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/734f43ee-ab39-4738-92a0-a95e4345f6ff\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"734f43ee-ab39-4738-92a0-a95e4345f6ff\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SMF-RAJAL\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-04T03:07:58.007630+00:00\",\n \"versionId\": \"MTcxMjIwMDA3ODAwNzYzMDAwMA\"\n },\n \"name\": \"SubMedical Faculty - Rawat Jalan\",\n \"partOf\": {\n \"display\": \"Puskesmas SATUSEHAT\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/ee87ea38-a779-48dd-9e27-67e0a195eedc\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"ee87ea38-a779-48dd-9e27-67e0a195eedc\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"UKP\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T14:34:06.571628+00:00\",\n \"versionId\": \"MTcxMDU5OTY0NjU3MTYyODAwMA\"\n },\n \"name\": \"Pelayananan Upaya Kesehatan Perseorangan\",\n \"partOf\": {\n \"display\": \"Puskesmas SATUSEHAT\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/dfaa357d-881d-44ac-bb0d-6a69d2399539\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Purwakarta\",\n \"country\": \"ID\",\n \"line\": [\n \"jl Campaka -subang\"\n ],\n \"postalCode\": \"41181\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"dfaa357d-881d-44ac-bb0d-6a69d2399539\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-02-15T07:35:44.228883+00:00\",\n \"versionId\": \"MTcwNzk4MjU0NDIyODg4MzAwMA\"\n },\n \"name\": \"Bagian Gawat Darurat tahap 4\",\n \"partOf\": {\n \"id\": \"\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"dept\",\n \"display\": \"Hospital Departement\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/4af3a80a-3d3f-434e-842a-bcf772f1448d\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"4af3a80a-3d3f-434e-842a-bcf772f1448d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SW-Keluarga\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-02-09T09:09:12.786083+00:00\",\n \"versionId\": \"MTcwNzQ2OTc1Mjc4NjA4MzAwMA\"\n },\n \"name\": \"Pelayanan Kesehatan Keluarga\",\n \"partOf\": {\n \"display\": \"Puskesmas Sangat Waras\",\n \"reference\": \"Organization/10000005\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/b6e6239e-4810-4e76-a81d-00657a88ee7a\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Purwakarta\",\n \"country\": \"ID\",\n \"line\": [\n \"jl Campaka -subang\"\n ],\n \"postalCode\": \"41181\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"b6e6239e-4810-4e76-a81d-00657a88ee7a\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-02-06T15:51:29.186249+00:00\",\n \"versionId\": \"MTcwNzIzNDY4OTE4NjI0OTAwMA\"\n },\n \"name\": \"Trial Rename\",\n \"partOf\": {\n \"id\": \"\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"dept\",\n \"display\": \"Hospital Departement\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/248ba507-20b6-45b4-acc4-75ff5586efe2\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Purwakarta\",\n \"country\": \"ID\",\n \"line\": [\n \"jl Campaka -subang\"\n ],\n \"postalCode\": \"41181\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"248ba507-20b6-45b4-acc4-75ff5586efe2\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-02-05T14:43:21.844350+00:00\",\n \"versionId\": \"MTcwNzE0NDIwMTg0NDM1MDAwMA\"\n },\n \"name\": \"Bagian Keuangan\",\n \"partOf\": {\n \"id\": \"\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"dept\",\n \"display\": \"Hospital Departement\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/c6dd9b1d-baee-49c6-8e1d-d53e55569364\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Purwakarta\",\n \"country\": \"ID\",\n \"line\": [\n \"jl Campaka -subang\"\n ],\n \"postalCode\": \"41181\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"c6dd9b1d-baee-49c6-8e1d-d53e55569364\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-02-05T14:39:01.357501+00:00\",\n \"versionId\": \"MTcwNzE0Mzk0MTM1NzUwMTAwMA\"\n },\n \"name\": \"Bagian Lab\",\n \"partOf\": {\n \"id\": \"\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"dept\",\n \"display\": \"Hospital Departement\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/abe7e4b7-46d2-42b9-9771-0d1c54730b07\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Purwakarta\",\n \"country\": \"ID\",\n \"line\": [\n \"jl Campaka -subang\"\n ],\n \"postalCode\": \"41181\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"abe7e4b7-46d2-42b9-9771-0d1c54730b07\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-02-05T14:30:47.756344+00:00\",\n \"versionId\": \"MTcwNzE0MzQ0Nzc1NjM0NDAwMA\"\n },\n \"name\": \"Bagian Farmasi\",\n \"partOf\": {\n \"id\": \"\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"dept\",\n \"display\": \"Hospital Departement\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/f3da7a73-6a84-4547-90e8-c4880ee166fb\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"f3da7a73-6a84-4547-90e8-c4880ee166fb\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"PIM202401000001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-02-05T09:18:02.363173+00:00\",\n \"versionId\": \"MTcwNzEyNDY4MjM2MzE3MzAwMA\"\n },\n \"name\": \"Pos Imunisasi Lubuk Batang\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/f49e130a-bff1-4641-a1f7-28d03b53282a\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"f49e130a-bff1-4641-a1f7-28d03b53282a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SMF-RAJAL\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-01-31T10:17:45.946891+00:00\",\n \"versionId\": \"MTcwNjY5NjI2NTk0Njg5MTAwMA\"\n },\n \"name\": \"SubMedical Faculty - Rawat Jalan\",\n \"partOf\": {\n \"display\": \"Puskesmas Sangat Waras\",\n \"reference\": \"Organization/10000005\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/dc08b74f-9174-4945-954e-3580c4debe26\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl. Raya Jatiasih No.72, RT.004/RW.005, Jatiasih, Kec. Jatiasih, Kota Bks, Jawa Barat 17423\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"dc08b74f-9174-4945-954e-3580c4debe26\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/e460cf24-ed49-457f-ada1-65f5dab1ed7d\",\n \"use\": \"official\",\n \"value\": \"20240110\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-01-17T10:20:30.474601+00:00\",\n \"versionId\": \"MTcwNTQ4NjgzMDQ3NDYwMTAwMA\"\n },\n \"name\": \"Direktorat Medik, Keperawatan, dan Penunjang RSUD Jati Asih\",\n \"partOf\": {\n \"display\": \"RSUD Jati Asih\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/d2ae0c4e-c272-42ed-ae77-477b875f2fac\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"d2ae0c4e-c272-42ed-ae77-477b875f2fac\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000004\",\n \"use\": \"official\",\n \"value\": \"R220001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-01-04T04:02:10.726187+00:00\",\n \"versionId\": \"MTcwNDM0MDkzMDcyNjE4NzAwMA\"\n },\n \"name\": \"Rawat Jalan Terpadu\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/68c394b3-e354-47e0-a144-9f2a01a09dde\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"68c394b3-e354-47e0-a144-9f2a01a09dde\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079376\",\n \"use\": \"official\",\n \"value\": \"Rawat Jalan RSUD HBD\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-01-04T03:03:13.948465+00:00\",\n \"versionId\": \"MTcwNDMzNzM5Mzk0ODQ2NTAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/13e7ab6b-ccdc-408a-87c7-580d86e43526\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"13e7ab6b-ccdc-408a-87c7-580d86e43526\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079390\",\n \"use\": \"official\",\n \"value\": \"Pos Imunisasi LUBUK BATANG\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-29T08:54:29.605260+00:00\",\n \"versionId\": \"MTcwMzg0MDA2OTYwNTI2MDAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/0d4efb19-446d-470b-b7a1-07fddefad6b2\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Purwokerto\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"0d4efb19-446d-470b-b7a1-07fddefad6b2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/3302229\",\n \"use\": \"official\",\n \"value\": \"RSU DADI KELUARGA PURWOKERTO\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-24T07:48:18.737139+00:00\",\n \"versionId\": \"MTcwMzQwNDA5ODczNzEzOTAwMA\"\n },\n \"name\": \"RUMAH SAKIT UMUMss\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/8bad5386-3e10-43fb-b812-7b7c5c333548\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Batu\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"35\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3579\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"357902\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"3579022001\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl. Kenangan No.300\"\n ],\n \"postalCode\": \"65338\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"8bad5386-3e10-43fb-b812-7b7c5c333548\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"R220001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-22T22:37:44.961229+00:00\",\n \"versionId\": \"MTcwMzI4NDY2NDk2MTIyOTAwMA\"\n },\n \"name\": \"Rawat Jalan Terpadu\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+62341-123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.rs-punten.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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/0bbeebbf-a7a0-43c7-b6b6-5a035105435e\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"0bbeebbf-a7a0-43c7-b6b6-5a035105435e\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"R220001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-20T10:14:59.589778+00:00\",\n \"versionId\": \"MTcwMzA2NzI5OTU4OTc3ODAwMA\"\n },\n \"name\": \"Rawat Jalan Terpadu\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/cd7501eb-c0ab-4cee-bc96-4aaf9762d457\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Batu\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"35\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3579\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"357902\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"3579022001\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl. Kenangan No.300\"\n ],\n \"postalCode\": \"65338\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"cd7501eb-c0ab-4cee-bc96-4aaf9762d457\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000004\",\n \"use\": \"official\",\n \"value\": \"R220001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-17T14:41:04.573150+00:00\",\n \"versionId\": \"MTcwMjgyNDA2NDU3MzE1MDAwMA\"\n },\n \"name\": \"Rawat Jalan Terpadu\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+62341-123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.rs-punten.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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/143b8721-1a43-450b-ac3d-717eb4845548\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Medan\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jln. Medan Sampali\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"143b8721-1a43-450b-ac3d-717eb4845548\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/3000079374\",\n \"use\": \"official\",\n \"value\": \"emr his system\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-15T13:04:20.661881+00:00\",\n \"versionId\": \"MTcwMjY0NTQ2MDY2MTg4MTAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+622163294040\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/b2044d6b-cc10-46bd-a171-e9398029fc05\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"b2044d6b-cc10-46bd-a171-e9398029fc05\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079376\",\n \"use\": \"official\",\n \"value\": \"Klinik Denpasar\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-14T05:49:25.814085+00:00\",\n \"versionId\": \"MTcwMjUzMjk2NTgxNDA4NTAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/5d1b5ace-705d-4246-aa6f-714f38cad533\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"5d1b5ace-705d-4246-aa6f-714f38cad533\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079379\",\n \"use\": \"official\",\n \"value\": \"Klinik Denpasar\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-14T04:02:13.310070+00:00\",\n \"versionId\": \"MTcwMjUyNjUzMzMxMDA3MDAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/406187a5-2838-4f92-8f10-34c683d47056\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"406187a5-2838-4f92-8f10-34c683d47056\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079375\",\n \"use\": \"official\",\n \"value\": \"Klinik Denpasar\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-14T03:34:10.591051+00:00\",\n \"versionId\": \"MTcwMjUyNDg1MDU5MTA1MTAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/e51d1e50-1071-4711-8aa1-a7f5a9e0547a\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"e51d1e50-1071-4711-8aa1-a7f5a9e0547a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1125\",\n \"use\": \"official\",\n \"value\": \"PoskoDenpasar\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-13T16:05:59.418693+00:00\",\n \"versionId\": \"MTcwMjQ4MzU1OTQxODY5MzAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/ebf92cef-994a-45cd-b9e3-cd1fe1c5bc7f\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"ebf92cef-994a-45cd-b9e3-cd1fe1c5bc7f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079371\",\n \"use\": \"official\",\n \"value\": \"PoskoDenpasar\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-13T15:59:43.941652+00:00\",\n \"versionId\": \"MTcwMjQ4MzE4Mzk0MTY1MjAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/90100071-409e-4808-9782-a51a2ee97c4f\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"90100071-409e-4808-9782-a51a2ee97c4f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079375\",\n \"use\": \"official\",\n \"value\": \"Pos Imunisasi asASas\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-13T11:15:10.789555+00:00\",\n \"versionId\": \"MTcwMjQ2NjExMDc4OTU1NTAwMA\"\n },\n \"name\": \"Pos Imunisasi Bahrul\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/b8e1269b-f118-4f4c-bd6a-460e9477f801\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"b8e1269b-f118-4f4c-bd6a-460e9477f801\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079375\",\n \"use\": \"official\",\n \"value\": \"Pos Imunisasi asASas\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-13T11:03:27.262619+00:00\",\n \"versionId\": \"MTcwMjQ2NTQwNzI2MjYxOTAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/6b478409-354f-4887-b04f-ec3247465bc9\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"6b478409-354f-4887-b04f-ec3247465bc9\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079375\",\n \"use\": \"official\",\n \"value\": \"Pos Imunisasi LUBUK BATANG\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-11-22T11:05:54.248705+00:00\",\n \"versionId\": \"MTcwMDY1MTE1NDI0ODcwNTAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/faf89d3f-271d-440a-b706-c5e108d352c7\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"32\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3172\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317102\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710102\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55232\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"faf89d3f-271d-440a-b706-c5e108d352c7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079374\",\n \"use\": \"official\",\n \"value\": \"Pos Imunisasi LUBUK BATANG\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-09-22T08:37:58.082790+00:00\",\n \"versionId\": \"MTY5NTM3MTg3ODA4Mjc5MDAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/fd53a653-c7b9-4ced-8920-4b9edfac75ce\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"fd53a653-c7b9-4ced-8920-4b9edfac75ce\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079374\",\n \"use\": \"official\",\n \"value\": \"Pos Imunisasi LUBUK BATANG\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-08-21T07:13:51.767049+00:00\",\n \"versionId\": \"MTY5MjYwMjAzMTc2NzA0OTAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/1bf73b57-c066-4adc-b4d6-7db4acf82004\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"klaten\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"33\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3310\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"331038\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"3310384\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan klaten solo km 4\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"1bf73b57-c066-4adc-b4d6-7db4acf82004\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079374\",\n \"use\": \"official\",\n \"value\": \"Pos Imunisasi LUBUK BATANG\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-07-26T04:10:58.137645+00:00\",\n \"versionId\": \"MTY5MDM0NDY1ODEzNzY0NTAwMA\"\n },\n \"name\": \"Hemodialisis\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/16da0b73-27e4-41f4-802c-c88bb5d83a56\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"601928\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"0\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"0\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"0\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"0\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl Begadang\"\n ],\n \"postalCode\": \"Jember\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"16da0b73-27e4-41f4-802c-c88bb5d83a56\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000022225\",\n \"use\": \"official\",\n \"value\": \"R100102\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-07-25T07:17:36.156773+00:00\",\n \"versionId\": \"MTY5MDI2OTQ1NjE1Njc3MzAwMA\"\n },\n \"name\": \"Direktorat Medik, Keperawatan dan Penunjang\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"031 15002800\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.kalisat.co.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"prov\",\n \"display\": \"Healthcare Provider\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/6ac6ac62-d8f2-4301-80c6-894a0f8906e8\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jember\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"0\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"0\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"0\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"0\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl Begadang\"\n ],\n \"postalCode\": \"601928\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"6ac6ac62-d8f2-4301-80c6-894a0f8906e8\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000022223\",\n \"use\": \"official\",\n \"value\": \"R100123\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-07-25T04:49:46.313822+00:00\",\n \"versionId\": \"MTY5MDI2MDU4NjMxMzgyMjAwMA\"\n },\n \"name\": \"Direktorat Medik, Keperawatan dan Penunjang\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"031 15002800\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.kalisat.co.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"prov\",\n \"display\": \"Healthcare Provider\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/7662565f-ea68-4bfa-a265-1d29184525fd\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jember\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"0\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"0\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"0\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"0\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl Begadang\"\n ],\n \"postalCode\": \"601928\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"7662565f-ea68-4bfa-a265-1d29184525fd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000022221\",\n \"use\": \"official\",\n \"value\": \"R100123\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-07-25T04:49:20.360781+00:00\",\n \"versionId\": \"MTY5MDI2MDU2MDM2MDc4MTAwMA\"\n },\n \"name\": \"Direktorat Medik, Keperawatan dan Penunjang\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"031 15002800\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.kalisat.co.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"prov\",\n \"display\": \"Healthcare Provider\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/53292b6d-2cac-43a6-9507-45a06d207546\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jember\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl Begadang\"\n ],\n \"postalCode\": \"601928\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"53292b6d-2cac-43a6-9507-45a06d207546\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000022222\",\n \"use\": \"official\",\n \"value\": \"R100123\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-07-25T04:48:08.201266+00:00\",\n \"versionId\": \"MTY5MDI2MDQ4ODIwMTI2NjAwMA\"\n },\n \"name\": \"Direktorat Medik, Keperawatan dan Penunjang\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"031 15002800\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.kalisat.co.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"prov\",\n \"display\": \"Healthcare Provider\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/b60b2f1e-9c81-47e2-b02d-137dd12d05f2\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"b60b2f1e-9c81-47e2-b02d-137dd12d05f2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079378\",\n \"use\": \"official\",\n \"value\": \"Pos Imunisasi LUBUK BATANG\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-06-19T08:41:13.639463+00:00\",\n \"versionId\": \"MTY4NzE2NDA3MzYzOTQ2MzAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/d8beb887-fc3e-4722-852a-6c2262b04502\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"d8beb887-fc3e-4722-852a-6c2262b04502\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2023-06-14T09:10:54.790076+00:00\",\n \"versionId\": \"MTY4NjczMzg1NDc5MDA3NjAwMA\"\n },\n \"name\": \"Pos Imunisasi 2\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6222-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/1ec377e5-f586-4bb8-b83d-bddc18122b1e\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"1ec377e5-f586-4bb8-b83d-bddc18122b1e\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2023-06-14T09:10:09.450281+00:00\",\n \"versionId\": \"MTY4NjczMzgwOTQ1MDI4MTAwMA\"\n },\n \"name\": \"Pos Imunisasi 2\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/1a003c9c-fe3d-4c6d-9967-18a57e70f1bd\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Majalengka\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"32\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3210\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"45418\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"3210071008\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl. Pengadilan Lama No.16\"\n ],\n \"postalCode\": \"321007\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"1a003c9c-fe3d-4c6d-9967-18a57e70f1bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/3210071008\",\n \"use\": \"official\",\n \"value\": \"MAJALENGKA KULON\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-05-26T12:06:29.180265+00:00\",\n \"versionId\": \"MTY4NTEwMjc4OTE4MDI2NTAwMA\"\n },\n \"name\": \"Medika Permata Bunda\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+233-8286454\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/f7e6db1b-f2b0-4229-83d4-679b98609eb3\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Majalengka\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"32\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3210\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"45418\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"3210071008\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl. Pengadilan Lama No.16\"\n ],\n \"postalCode\": \"321007\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"f7e6db1b-f2b0-4229-83d4-679b98609eb3\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/3210071008\",\n \"use\": \"official\",\n \"value\": \"MAJALENGKA KULON\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-05-26T10:45:30.886745+00:00\",\n \"versionId\": \"MTY4NTA5NzkzMDg4Njc0NTAwMA\"\n },\n \"name\": \"Medika Permata Bunda\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+233-8286454\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/9796a27a-05cf-4406-805c-30b378f6a05a\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Majalengka\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"32\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3210\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"45418\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"3210071008\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl. Pengadilan Lama No.16\"\n ],\n \"postalCode\": \"321007\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"9796a27a-05cf-4406-805c-30b378f6a05a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/3210071008\",\n \"use\": \"official\",\n \"value\": \"MAJALENGKA KULON\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-05-26T09:38:11.404572+00:00\",\n \"versionId\": \"MTY4NTA5Mzg5MTQwNDU3MjAwMA\"\n },\n \"name\": \"Medika Permata Bunda\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+233-8286454\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/92d7aa54-c3bb-4657-95a5-ae6f9a733e5b\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"92d7aa54-c3bb-4657-95a5-ae6f9a733e5b\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000004\",\n \"use\": \"official\",\n \"value\": \"R220001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-05-23T16:47:06.411318+00:00\",\n \"versionId\": \"MTY4NDg2MDQyNjQxMTMxODAwMA\"\n },\n \"name\": \"Rawat Jalan Terpadu 5\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/8296c62e-9bc3-4c84-9374-84c5883d3243\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"8296c62e-9bc3-4c84-9374-84c5883d3243\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000004\",\n \"use\": \"official\",\n \"value\": \"R220001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-05-23T16:46:32.725048+00:00\",\n \"versionId\": \"MTY4NDg2MDM5MjcyNTA0ODAwMA\"\n },\n \"name\": \"Rawat Jalan Terpadu\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/cb49f86d-fbef-44be-8553-1218f41dc6fa\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pasuruan\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"35\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3514\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"351414\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"3514141004\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl. A Yani No 6, BANGIL\"\n ],\n \"postalCode\": \"67153\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"cb49f86d-fbef-44be-8553-1218f41dc6fa\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079374\",\n \"use\": \"official\",\n \"value\": \"INSTALASI RAWAT JALAN\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-18T16:16:17.905268+00:00\",\n \"versionId\": \"MTY3OTE1NjE3NzkwNTI2ODAwMA\"\n },\n \"name\": \"Instalasi Rawat Jalan\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"0343-741018\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"http://www.rsimasyithoh.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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/81714355-e650-4b3c-96c0-9198eda36c35\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"81714355-e650-4b3c-96c0-9198eda36c35\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079374\",\n \"use\": \"official\",\n \"value\": \"RAWAT JALAN\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-01-17T08:29:01.839582+00:00\",\n \"versionId\": \"MTY3Mzk0NDE0MTgzOTU4MjAwMA\"\n },\n \"name\": \"RAWAT JALAN\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/ca09896e-d3bb-4b0f-820a-bf1e2ae12f81\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"ca09896e-d3bb-4b0f-820a-bf1e2ae12f81\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SW-KIA-PONED\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-05-29T07:03:33.287690+00:00\",\n \"versionId\": \"MTcxNjk2NjIxMzI4NzY5MDAwMA\"\n },\n \"name\": \"Pelayanan Obstetri Neonatal Emergensi Dasar (PONED)\",\n \"partOf\": {\n \"display\": \"Pelayanan Obstetri Neonatal Emergensi Dasar (PONED)\",\n \"reference\": \"Organization/55845fbd-5a70-42ae-8433-89e9072c01d0\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmasatusehat.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/d9dc2406-b2d5-45b6-b4ab-e2e8f1722a05\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"d9dc2406-b2d5-45b6-b4ab-e2e8f1722a05\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-POLI-GIZI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-05-08T08:12:09.129524+00:00\",\n \"versionId\": \"MTcxNTE1NTkyOTEyOTUyNDAwMA\"\n },\n \"name\": \"Poli Gizi\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/0f5633ea-4a1f-40de-82c1-f3d5ba16639a\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"0f5633ea-4a1f-40de-82c1-f3d5ba16639a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-TUMBANG\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-05-02T14:05:15.967123+00:00\",\n \"versionId\": \"MTcxNDY1ODcxNTk2NzEyMzAwMA\"\n },\n \"name\": \"Poli Tumbuh Kembang Puskesmas SatuSehat\",\n \"partOf\": {\n \"display\": \"SMF Rawat Jalan\",\n \"reference\": \"Organization/43cc00ef-c50f-44a5-8446-b0771cf211b3\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/ab9f21e2-77a9-4fdd-ad49-7ea09186b685\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"ab9f21e2-77a9-4fdd-ad49-7ea09186b685\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-FAR\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:45:31.906976+00:00\",\n \"versionId\": \"MTcxMzM0MzUzMTkwNjk3NjAwMA\"\n },\n \"name\": \"Koord Apotek\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/98c7cc89-2069-4028-8808-9d6317da47f4\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"98c7cc89-2069-4028-8808-9d6317da47f4\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-POLI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:43:54.536698+00:00\",\n \"versionId\": \"MTcxMzM0MzQzNDUzNjY5ODAwMA\"\n },\n \"name\": \"Koord Poli Umum\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/c56024d4-61b1-4a65-8881-559fed26c5c0\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"c56024d4-61b1-4a65-8881-559fed26c5c0\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-POLI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:39:53.059533+00:00\",\n \"versionId\": \"MTcxMzM0MzE5MzA1OTUzMzAwMA\"\n },\n \"name\": \"Poli Umum\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/a97ae276-e470-4683-b0f5-e9dc48e763bd\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"a97ae276-e470-4683-b0f5-e9dc48e763bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-FAR\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:14:37.439203+00:00\",\n \"versionId\": \"MTcxMzM0MTY3NzQzOTIwMzAwMA\"\n },\n \"name\": \"Koor Apotek\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/ef9cdbce-551d-4bd4-b0f7-bab22cee433f\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"ef9cdbce-551d-4bd4-b0f7-bab22cee433f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-POLI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:02:57.508739+00:00\",\n \"versionId\": \"MTcxMzM0MDk3NzUwODczOTAwMA\"\n },\n \"name\": \"Koor Poli Umum\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/595d3766-0b87-4940-b705-161d1a4626c3\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"595d3766-0b87-4940-b705-161d1a4626c3\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SMF-RAJAL-POLI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-04T03:13:41.480578+00:00\",\n \"versionId\": \"MTcxMjIwMDQyMTQ4MDU3ODAwMA\"\n },\n \"name\": \"Konsultasi ANC\",\n \"partOf\": {\n \"display\": \"SubMedicalFaculty Rajal\",\n \"reference\": \"Organization/734f43ee-ab39-4738-92a0-a95e4345f6ff\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/8b88a866-15b7-44b2-b756-2942ce9232b8\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"8b88a866-15b7-44b2-b756-2942ce9232b8\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"DV-UKM-PSY\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-02T08:28:59.940336+00:00\",\n \"versionId\": \"MTcxMjA0NjUzOTk0MDMzNjAwMA\"\n },\n \"name\": \"Divisi Posyandu PKM Satu Sehat\",\n \"partOf\": {\n \"display\": \"Program Kerja Usaha Kesehatan Masyarakat\",\n \"reference\": \"Organization/53160406-3d29-4572-afaa-24be54322fee\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/ae0da7ea-d859-47fd-af02-ea12c040d24f\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"ae0da7ea-d859-47fd-af02-ea12c040d24f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"DV-UKM-UKS\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-02T08:23:40.073602+00:00\",\n \"versionId\": \"MTcxMjA0NjIyMDA3MzYwMjAwMA\"\n },\n \"name\": \"Divisi Usaha Kesehatan Sekolah PKM SatuSehat\",\n \"partOf\": {\n \"display\": \"Program Kerja Usaha Kesehatan Masyarakat\",\n \"reference\": \"Organization/53160406-3d29-4572-afaa-24be54322fee\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassatusehat.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/6a86f615-efd2-444c-8be6-fb2b2275fce8\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"6a86f615-efd2-444c-8be6-fb2b2275fce8\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"Umum\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T14:36:54.266464+00:00\",\n \"versionId\": \"MTcxMDU5OTgxNDI2NjQ2NDAwMA\"\n },\n \"name\": \"Pelayanan Umum\",\n \"partOf\": {\n \"display\": \"Pelayanan Upaya Kesehatan Perseorangan\",\n \"reference\": \"Organization/ee87ea38-a779-48dd-9e27-67e0a195eedc\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/95787226-e7b3-451c-9aea-7afabf6e340d\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"95787226-e7b3-451c-9aea-7afabf6e340d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SMF-RAJAL-POLI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-02-27T06:46:14.660357+00:00\",\n \"versionId\": \"MTcwOTAxNjM3NDY2MDM1NzAwMA\"\n },\n \"name\": \"Konsultasi Rawat Jalan\",\n \"partOf\": {\n \"display\": \"SubMedicalFaculty Rajal\",\n \"reference\": \"Organization/f49e130a-bff1-4641-a1f7-28d03b53282a\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/21b79f90-b0fd-4b43-9be0-46e4bc0968b7\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"21b79f90-b0fd-4b43-9be0-46e4bc0968b7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SW-TumBang-SDIDTK\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-02-09T09:09:17.441110+00:00\",\n \"versionId\": \"MTcwNzQ2OTc1NzQ0MTExMDAwMA\"\n },\n \"name\": \"Layanan Tumbuh Kembang SDIDTK\",\n \"partOf\": {\n \"display\": \"Pelayanan Kesehatan Keluarga\",\n \"reference\": \"Organization/4af3a80a-3d3f-434e-842a-bcf772f1448d\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-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/Organization/?_revinclude=Organization%3Apartof&_revinclude=Organization%3Apartof&partof=10000005\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/?_revinclude=Organization%3Apartof&_revinclude=Organization%3Apartof&partof=10000005\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/?_revinclude=Organization%3Apartof&_revinclude=Organization%3Apartof&partof=10000005\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 64,\n \"type\": \"searchset\"\n}"
|
|
},
|
|
{
|
|
"name": "Organization - Get all organization and save to list",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{base_url}}/Organization?partof={{Org_id}}&_revinclude=Organization:partof&_revinclude=Organization:partof",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Organization"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "partof",
|
|
"value": "{{Org_id}}"
|
|
},
|
|
{
|
|
"key": "_revinclude",
|
|
"value": "Organization:partof"
|
|
},
|
|
{
|
|
"key": "_revinclude",
|
|
"value": "Organization:partof"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"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, 04 Jun 2024 09:47:25 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "79616"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "4fdbc933-28e8-4690-86e3-aa558f4cec96"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/Organization/53160406-3d29-4572-afaa-24be54322fee\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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 SatuSehat No.3, RT.009/RW.002, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"53160406-3d29-4572-afaa-24be54322fee\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"POKJA-UKM\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-05-30T04:55:11.070199+00:00\",\n \"versionId\": \"MTcxNzA0NDkxMTA3MDE5OTAwMA\"\n },\n \"name\": \"Program Kerja Usaha Kesehatan Masyarakat\",\n \"partOf\": {\n \"display\": \"Puskesmas SatuSehat\",\n \"reference\": \"Organization/10000005\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassatusehat.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/55845fbd-5a70-42ae-8433-89e9072c01d0\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"55845fbd-5a70-42ae-8433-89e9072c01d0\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SW-KIA\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-05-29T07:03:04.309025+00:00\",\n \"versionId\": \"MTcxNjk2NjE4NDMwOTAyNTAwMA\"\n },\n \"name\": \"Divisi Kesehatan Ibu dan Anak\",\n \"partOf\": {\n \"display\": \"PUSKESMAS SATSET\",\n \"reference\": \"Organization/10000005\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassatusehat.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/43cc00ef-c50f-44a5-8446-b0771cf211b3\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"43cc00ef-c50f-44a5-8446-b0771cf211b3\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SMF-RAJAL-001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-05-02T14:05:10.006663+00:00\",\n \"versionId\": \"MTcxNDY1ODcxMDAwNjY2MzAwMA\"\n },\n \"name\": \"SMF Rawat Jalan PKM SatuSehat\",\n \"partOf\": {\n \"display\": \"Puskesmas SATUSEHAT\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/2c64deb0-4906-44a0-a3e7-012c815a6010\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"2c64deb0-4906-44a0-a3e7-012c815a6010\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SMF-RAJAL\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-24T03:26:12.036157+00:00\",\n \"versionId\": \"MTcxMzkyOTE3MjAzNjE1NzAwMA\"\n },\n \"name\": \"SubMedical Faculty - Rawat Jalan\",\n \"partOf\": {\n \"display\": \"Puskesmas Satu Sehat\",\n \"reference\": \"Organization/10000005\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmasatusehat.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T07:55:28.608917+00:00\",\n \"versionId\": \"MTcxMzM0MDUyODYwODkxNzAwMA\"\n },\n \"name\": \"UKP, Kefarmasian, Laboratorium\",\n \"partOf\": {\n \"display\": \"Puskesmas SATUSEHAT\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/3c42e3d4-42b1-4625-9190-b08a47a47632\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"3c42e3d4-42b1-4625-9190-b08a47a47632\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"UKP\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T07:41:54.298590+00:00\",\n \"versionId\": \"MTcxMzMzOTcxNDI5ODU5MDAwMA\"\n },\n \"name\": \"UKP, Kefarmasian, Laboratorium\",\n \"partOf\": {\n \"display\": \"Puskesmas SATUSEHAT\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/734f43ee-ab39-4738-92a0-a95e4345f6ff\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"734f43ee-ab39-4738-92a0-a95e4345f6ff\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SMF-RAJAL\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-04T03:07:58.007630+00:00\",\n \"versionId\": \"MTcxMjIwMDA3ODAwNzYzMDAwMA\"\n },\n \"name\": \"SubMedical Faculty - Rawat Jalan\",\n \"partOf\": {\n \"display\": \"Puskesmas SATUSEHAT\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/ee87ea38-a779-48dd-9e27-67e0a195eedc\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"ee87ea38-a779-48dd-9e27-67e0a195eedc\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"UKP\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T14:34:06.571628+00:00\",\n \"versionId\": \"MTcxMDU5OTY0NjU3MTYyODAwMA\"\n },\n \"name\": \"Pelayananan Upaya Kesehatan Perseorangan\",\n \"partOf\": {\n \"display\": \"Puskesmas SATUSEHAT\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/dfaa357d-881d-44ac-bb0d-6a69d2399539\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Purwakarta\",\n \"country\": \"ID\",\n \"line\": [\n \"jl Campaka -subang\"\n ],\n \"postalCode\": \"41181\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"dfaa357d-881d-44ac-bb0d-6a69d2399539\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-02-15T07:35:44.228883+00:00\",\n \"versionId\": \"MTcwNzk4MjU0NDIyODg4MzAwMA\"\n },\n \"name\": \"Bagian Gawat Darurat tahap 4\",\n \"partOf\": {\n \"id\": \"\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"dept\",\n \"display\": \"Hospital Departement\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/4af3a80a-3d3f-434e-842a-bcf772f1448d\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"4af3a80a-3d3f-434e-842a-bcf772f1448d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SW-Keluarga\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-02-09T09:09:12.786083+00:00\",\n \"versionId\": \"MTcwNzQ2OTc1Mjc4NjA4MzAwMA\"\n },\n \"name\": \"Pelayanan Kesehatan Keluarga\",\n \"partOf\": {\n \"display\": \"Puskesmas Sangat Waras\",\n \"reference\": \"Organization/10000005\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/b6e6239e-4810-4e76-a81d-00657a88ee7a\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Purwakarta\",\n \"country\": \"ID\",\n \"line\": [\n \"jl Campaka -subang\"\n ],\n \"postalCode\": \"41181\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"b6e6239e-4810-4e76-a81d-00657a88ee7a\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-02-06T15:51:29.186249+00:00\",\n \"versionId\": \"MTcwNzIzNDY4OTE4NjI0OTAwMA\"\n },\n \"name\": \"Trial Rename\",\n \"partOf\": {\n \"id\": \"\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"dept\",\n \"display\": \"Hospital Departement\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/248ba507-20b6-45b4-acc4-75ff5586efe2\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Purwakarta\",\n \"country\": \"ID\",\n \"line\": [\n \"jl Campaka -subang\"\n ],\n \"postalCode\": \"41181\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"248ba507-20b6-45b4-acc4-75ff5586efe2\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-02-05T14:43:21.844350+00:00\",\n \"versionId\": \"MTcwNzE0NDIwMTg0NDM1MDAwMA\"\n },\n \"name\": \"Bagian Keuangan\",\n \"partOf\": {\n \"id\": \"\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"dept\",\n \"display\": \"Hospital Departement\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/c6dd9b1d-baee-49c6-8e1d-d53e55569364\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Purwakarta\",\n \"country\": \"ID\",\n \"line\": [\n \"jl Campaka -subang\"\n ],\n \"postalCode\": \"41181\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"c6dd9b1d-baee-49c6-8e1d-d53e55569364\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-02-05T14:39:01.357501+00:00\",\n \"versionId\": \"MTcwNzE0Mzk0MTM1NzUwMTAwMA\"\n },\n \"name\": \"Bagian Lab\",\n \"partOf\": {\n \"id\": \"\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"dept\",\n \"display\": \"Hospital Departement\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/abe7e4b7-46d2-42b9-9771-0d1c54730b07\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Purwakarta\",\n \"country\": \"ID\",\n \"line\": [\n \"jl Campaka -subang\"\n ],\n \"postalCode\": \"41181\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"abe7e4b7-46d2-42b9-9771-0d1c54730b07\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-02-05T14:30:47.756344+00:00\",\n \"versionId\": \"MTcwNzE0MzQ0Nzc1NjM0NDAwMA\"\n },\n \"name\": \"Bagian Farmasi\",\n \"partOf\": {\n \"id\": \"\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"dept\",\n \"display\": \"Hospital Departement\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/f3da7a73-6a84-4547-90e8-c4880ee166fb\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"f3da7a73-6a84-4547-90e8-c4880ee166fb\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"PIM202401000001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-02-05T09:18:02.363173+00:00\",\n \"versionId\": \"MTcwNzEyNDY4MjM2MzE3MzAwMA\"\n },\n \"name\": \"Pos Imunisasi Lubuk Batang\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/f49e130a-bff1-4641-a1f7-28d03b53282a\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"f49e130a-bff1-4641-a1f7-28d03b53282a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SMF-RAJAL\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-01-31T10:17:45.946891+00:00\",\n \"versionId\": \"MTcwNjY5NjI2NTk0Njg5MTAwMA\"\n },\n \"name\": \"SubMedical Faculty - Rawat Jalan\",\n \"partOf\": {\n \"display\": \"Puskesmas Sangat Waras\",\n \"reference\": \"Organization/10000005\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/dc08b74f-9174-4945-954e-3580c4debe26\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl. Raya Jatiasih No.72, RT.004/RW.005, Jatiasih, Kec. Jatiasih, Kota Bks, Jawa Barat 17423\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"dc08b74f-9174-4945-954e-3580c4debe26\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/e460cf24-ed49-457f-ada1-65f5dab1ed7d\",\n \"use\": \"official\",\n \"value\": \"20240110\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-01-17T10:20:30.474601+00:00\",\n \"versionId\": \"MTcwNTQ4NjgzMDQ3NDYwMTAwMA\"\n },\n \"name\": \"Direktorat Medik, Keperawatan, dan Penunjang RSUD Jati Asih\",\n \"partOf\": {\n \"display\": \"RSUD Jati Asih\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/d2ae0c4e-c272-42ed-ae77-477b875f2fac\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"d2ae0c4e-c272-42ed-ae77-477b875f2fac\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000004\",\n \"use\": \"official\",\n \"value\": \"R220001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-01-04T04:02:10.726187+00:00\",\n \"versionId\": \"MTcwNDM0MDkzMDcyNjE4NzAwMA\"\n },\n \"name\": \"Rawat Jalan Terpadu\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/68c394b3-e354-47e0-a144-9f2a01a09dde\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"68c394b3-e354-47e0-a144-9f2a01a09dde\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079376\",\n \"use\": \"official\",\n \"value\": \"Rawat Jalan RSUD HBD\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-01-04T03:03:13.948465+00:00\",\n \"versionId\": \"MTcwNDMzNzM5Mzk0ODQ2NTAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/13e7ab6b-ccdc-408a-87c7-580d86e43526\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"13e7ab6b-ccdc-408a-87c7-580d86e43526\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079390\",\n \"use\": \"official\",\n \"value\": \"Pos Imunisasi LUBUK BATANG\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-29T08:54:29.605260+00:00\",\n \"versionId\": \"MTcwMzg0MDA2OTYwNTI2MDAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/0d4efb19-446d-470b-b7a1-07fddefad6b2\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Purwokerto\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"0d4efb19-446d-470b-b7a1-07fddefad6b2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/3302229\",\n \"use\": \"official\",\n \"value\": \"RSU DADI KELUARGA PURWOKERTO\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-24T07:48:18.737139+00:00\",\n \"versionId\": \"MTcwMzQwNDA5ODczNzEzOTAwMA\"\n },\n \"name\": \"RUMAH SAKIT UMUMss\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/8bad5386-3e10-43fb-b812-7b7c5c333548\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Batu\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"35\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3579\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"357902\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"3579022001\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl. Kenangan No.300\"\n ],\n \"postalCode\": \"65338\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"8bad5386-3e10-43fb-b812-7b7c5c333548\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"R220001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-22T22:37:44.961229+00:00\",\n \"versionId\": \"MTcwMzI4NDY2NDk2MTIyOTAwMA\"\n },\n \"name\": \"Rawat Jalan Terpadu\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+62341-123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.rs-punten.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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/0bbeebbf-a7a0-43c7-b6b6-5a035105435e\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"0bbeebbf-a7a0-43c7-b6b6-5a035105435e\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"R220001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-20T10:14:59.589778+00:00\",\n \"versionId\": \"MTcwMzA2NzI5OTU4OTc3ODAwMA\"\n },\n \"name\": \"Rawat Jalan Terpadu\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/cd7501eb-c0ab-4cee-bc96-4aaf9762d457\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Batu\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"35\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3579\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"357902\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"3579022001\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl. Kenangan No.300\"\n ],\n \"postalCode\": \"65338\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"cd7501eb-c0ab-4cee-bc96-4aaf9762d457\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000004\",\n \"use\": \"official\",\n \"value\": \"R220001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-17T14:41:04.573150+00:00\",\n \"versionId\": \"MTcwMjgyNDA2NDU3MzE1MDAwMA\"\n },\n \"name\": \"Rawat Jalan Terpadu\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+62341-123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.rs-punten.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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/143b8721-1a43-450b-ac3d-717eb4845548\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Medan\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jln. Medan Sampali\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"143b8721-1a43-450b-ac3d-717eb4845548\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/3000079374\",\n \"use\": \"official\",\n \"value\": \"emr his system\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-15T13:04:20.661881+00:00\",\n \"versionId\": \"MTcwMjY0NTQ2MDY2MTg4MTAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+622163294040\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/b2044d6b-cc10-46bd-a171-e9398029fc05\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"b2044d6b-cc10-46bd-a171-e9398029fc05\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079376\",\n \"use\": \"official\",\n \"value\": \"Klinik Denpasar\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-14T05:49:25.814085+00:00\",\n \"versionId\": \"MTcwMjUzMjk2NTgxNDA4NTAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/5d1b5ace-705d-4246-aa6f-714f38cad533\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"5d1b5ace-705d-4246-aa6f-714f38cad533\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079379\",\n \"use\": \"official\",\n \"value\": \"Klinik Denpasar\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-14T04:02:13.310070+00:00\",\n \"versionId\": \"MTcwMjUyNjUzMzMxMDA3MDAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/406187a5-2838-4f92-8f10-34c683d47056\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"406187a5-2838-4f92-8f10-34c683d47056\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079375\",\n \"use\": \"official\",\n \"value\": \"Klinik Denpasar\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-14T03:34:10.591051+00:00\",\n \"versionId\": \"MTcwMjUyNDg1MDU5MTA1MTAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/e51d1e50-1071-4711-8aa1-a7f5a9e0547a\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"e51d1e50-1071-4711-8aa1-a7f5a9e0547a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1125\",\n \"use\": \"official\",\n \"value\": \"PoskoDenpasar\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-13T16:05:59.418693+00:00\",\n \"versionId\": \"MTcwMjQ4MzU1OTQxODY5MzAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/ebf92cef-994a-45cd-b9e3-cd1fe1c5bc7f\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"ebf92cef-994a-45cd-b9e3-cd1fe1c5bc7f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079371\",\n \"use\": \"official\",\n \"value\": \"PoskoDenpasar\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-13T15:59:43.941652+00:00\",\n \"versionId\": \"MTcwMjQ4MzE4Mzk0MTY1MjAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/90100071-409e-4808-9782-a51a2ee97c4f\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"90100071-409e-4808-9782-a51a2ee97c4f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079375\",\n \"use\": \"official\",\n \"value\": \"Pos Imunisasi asASas\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-13T11:15:10.789555+00:00\",\n \"versionId\": \"MTcwMjQ2NjExMDc4OTU1NTAwMA\"\n },\n \"name\": \"Pos Imunisasi Bahrul\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/b8e1269b-f118-4f4c-bd6a-460e9477f801\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"b8e1269b-f118-4f4c-bd6a-460e9477f801\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079375\",\n \"use\": \"official\",\n \"value\": \"Pos Imunisasi asASas\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-13T11:03:27.262619+00:00\",\n \"versionId\": \"MTcwMjQ2NTQwNzI2MjYxOTAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/6b478409-354f-4887-b04f-ec3247465bc9\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"6b478409-354f-4887-b04f-ec3247465bc9\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079375\",\n \"use\": \"official\",\n \"value\": \"Pos Imunisasi LUBUK BATANG\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-11-22T11:05:54.248705+00:00\",\n \"versionId\": \"MTcwMDY1MTE1NDI0ODcwNTAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/faf89d3f-271d-440a-b706-c5e108d352c7\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"32\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3172\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317102\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710102\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55232\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"faf89d3f-271d-440a-b706-c5e108d352c7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079374\",\n \"use\": \"official\",\n \"value\": \"Pos Imunisasi LUBUK BATANG\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-09-22T08:37:58.082790+00:00\",\n \"versionId\": \"MTY5NTM3MTg3ODA4Mjc5MDAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/fd53a653-c7b9-4ced-8920-4b9edfac75ce\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"fd53a653-c7b9-4ced-8920-4b9edfac75ce\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079374\",\n \"use\": \"official\",\n \"value\": \"Pos Imunisasi LUBUK BATANG\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-08-21T07:13:51.767049+00:00\",\n \"versionId\": \"MTY5MjYwMjAzMTc2NzA0OTAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/1bf73b57-c066-4adc-b4d6-7db4acf82004\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"klaten\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"33\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3310\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"331038\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"3310384\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan klaten solo km 4\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"1bf73b57-c066-4adc-b4d6-7db4acf82004\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079374\",\n \"use\": \"official\",\n \"value\": \"Pos Imunisasi LUBUK BATANG\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-07-26T04:10:58.137645+00:00\",\n \"versionId\": \"MTY5MDM0NDY1ODEzNzY0NTAwMA\"\n },\n \"name\": \"Hemodialisis\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/16da0b73-27e4-41f4-802c-c88bb5d83a56\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"601928\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"0\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"0\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"0\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"0\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl Begadang\"\n ],\n \"postalCode\": \"Jember\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"16da0b73-27e4-41f4-802c-c88bb5d83a56\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000022225\",\n \"use\": \"official\",\n \"value\": \"R100102\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-07-25T07:17:36.156773+00:00\",\n \"versionId\": \"MTY5MDI2OTQ1NjE1Njc3MzAwMA\"\n },\n \"name\": \"Direktorat Medik, Keperawatan dan Penunjang\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"031 15002800\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.kalisat.co.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"prov\",\n \"display\": \"Healthcare Provider\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/6ac6ac62-d8f2-4301-80c6-894a0f8906e8\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jember\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"0\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"0\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"0\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"0\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl Begadang\"\n ],\n \"postalCode\": \"601928\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"6ac6ac62-d8f2-4301-80c6-894a0f8906e8\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000022223\",\n \"use\": \"official\",\n \"value\": \"R100123\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-07-25T04:49:46.313822+00:00\",\n \"versionId\": \"MTY5MDI2MDU4NjMxMzgyMjAwMA\"\n },\n \"name\": \"Direktorat Medik, Keperawatan dan Penunjang\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"031 15002800\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.kalisat.co.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"prov\",\n \"display\": \"Healthcare Provider\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/7662565f-ea68-4bfa-a265-1d29184525fd\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jember\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"0\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"0\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"0\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"0\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl Begadang\"\n ],\n \"postalCode\": \"601928\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"7662565f-ea68-4bfa-a265-1d29184525fd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000022221\",\n \"use\": \"official\",\n \"value\": \"R100123\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-07-25T04:49:20.360781+00:00\",\n \"versionId\": \"MTY5MDI2MDU2MDM2MDc4MTAwMA\"\n },\n \"name\": \"Direktorat Medik, Keperawatan dan Penunjang\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"031 15002800\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.kalisat.co.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"prov\",\n \"display\": \"Healthcare Provider\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/53292b6d-2cac-43a6-9507-45a06d207546\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jember\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl Begadang\"\n ],\n \"postalCode\": \"601928\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"53292b6d-2cac-43a6-9507-45a06d207546\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000022222\",\n \"use\": \"official\",\n \"value\": \"R100123\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-07-25T04:48:08.201266+00:00\",\n \"versionId\": \"MTY5MDI2MDQ4ODIwMTI2NjAwMA\"\n },\n \"name\": \"Direktorat Medik, Keperawatan dan Penunjang\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"031 15002800\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.kalisat.co.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"prov\",\n \"display\": \"Healthcare Provider\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/b60b2f1e-9c81-47e2-b02d-137dd12d05f2\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"b60b2f1e-9c81-47e2-b02d-137dd12d05f2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079378\",\n \"use\": \"official\",\n \"value\": \"Pos Imunisasi LUBUK BATANG\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-06-19T08:41:13.639463+00:00\",\n \"versionId\": \"MTY4NzE2NDA3MzYzOTQ2MzAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/d8beb887-fc3e-4722-852a-6c2262b04502\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"d8beb887-fc3e-4722-852a-6c2262b04502\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2023-06-14T09:10:54.790076+00:00\",\n \"versionId\": \"MTY4NjczMzg1NDc5MDA3NjAwMA\"\n },\n \"name\": \"Pos Imunisasi 2\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6222-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/1ec377e5-f586-4bb8-b83d-bddc18122b1e\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"1ec377e5-f586-4bb8-b83d-bddc18122b1e\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2023-06-14T09:10:09.450281+00:00\",\n \"versionId\": \"MTY4NjczMzgwOTQ1MDI4MTAwMA\"\n },\n \"name\": \"Pos Imunisasi 2\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/1a003c9c-fe3d-4c6d-9967-18a57e70f1bd\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Majalengka\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"32\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3210\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"45418\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"3210071008\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl. Pengadilan Lama No.16\"\n ],\n \"postalCode\": \"321007\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"1a003c9c-fe3d-4c6d-9967-18a57e70f1bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/3210071008\",\n \"use\": \"official\",\n \"value\": \"MAJALENGKA KULON\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-05-26T12:06:29.180265+00:00\",\n \"versionId\": \"MTY4NTEwMjc4OTE4MDI2NTAwMA\"\n },\n \"name\": \"Medika Permata Bunda\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+233-8286454\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/f7e6db1b-f2b0-4229-83d4-679b98609eb3\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Majalengka\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"32\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3210\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"45418\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"3210071008\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl. Pengadilan Lama No.16\"\n ],\n \"postalCode\": \"321007\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"f7e6db1b-f2b0-4229-83d4-679b98609eb3\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/3210071008\",\n \"use\": \"official\",\n \"value\": \"MAJALENGKA KULON\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-05-26T10:45:30.886745+00:00\",\n \"versionId\": \"MTY4NTA5NzkzMDg4Njc0NTAwMA\"\n },\n \"name\": \"Medika Permata Bunda\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+233-8286454\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/9796a27a-05cf-4406-805c-30b378f6a05a\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Majalengka\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"32\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3210\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"45418\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"3210071008\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl. Pengadilan Lama No.16\"\n ],\n \"postalCode\": \"321007\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"9796a27a-05cf-4406-805c-30b378f6a05a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/3210071008\",\n \"use\": \"official\",\n \"value\": \"MAJALENGKA KULON\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-05-26T09:38:11.404572+00:00\",\n \"versionId\": \"MTY4NTA5Mzg5MTQwNDU3MjAwMA\"\n },\n \"name\": \"Medika Permata Bunda\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+233-8286454\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/92d7aa54-c3bb-4657-95a5-ae6f9a733e5b\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"92d7aa54-c3bb-4657-95a5-ae6f9a733e5b\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000004\",\n \"use\": \"official\",\n \"value\": \"R220001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-05-23T16:47:06.411318+00:00\",\n \"versionId\": \"MTY4NDg2MDQyNjQxMTMxODAwMA\"\n },\n \"name\": \"Rawat Jalan Terpadu 5\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/8296c62e-9bc3-4c84-9374-84c5883d3243\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"8296c62e-9bc3-4c84-9374-84c5883d3243\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000004\",\n \"use\": \"official\",\n \"value\": \"R220001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-05-23T16:46:32.725048+00:00\",\n \"versionId\": \"MTY4NDg2MDM5MjcyNTA0ODAwMA\"\n },\n \"name\": \"Rawat Jalan Terpadu\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/cb49f86d-fbef-44be-8553-1218f41dc6fa\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pasuruan\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"35\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3514\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"351414\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"3514141004\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl. A Yani No 6, BANGIL\"\n ],\n \"postalCode\": \"67153\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"cb49f86d-fbef-44be-8553-1218f41dc6fa\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079374\",\n \"use\": \"official\",\n \"value\": \"INSTALASI RAWAT JALAN\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-18T16:16:17.905268+00:00\",\n \"versionId\": \"MTY3OTE1NjE3NzkwNTI2ODAwMA\"\n },\n \"name\": \"Instalasi Rawat Jalan\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"0343-741018\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"http://www.rsimasyithoh.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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/81714355-e650-4b3c-96c0-9198eda36c35\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"81714355-e650-4b3c-96c0-9198eda36c35\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079374\",\n \"use\": \"official\",\n \"value\": \"RAWAT JALAN\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-01-17T08:29:01.839582+00:00\",\n \"versionId\": \"MTY3Mzk0NDE0MTgzOTU4MjAwMA\"\n },\n \"name\": \"RAWAT JALAN\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/ca09896e-d3bb-4b0f-820a-bf1e2ae12f81\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"ca09896e-d3bb-4b0f-820a-bf1e2ae12f81\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SW-KIA-PONED\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-05-29T07:03:33.287690+00:00\",\n \"versionId\": \"MTcxNjk2NjIxMzI4NzY5MDAwMA\"\n },\n \"name\": \"Pelayanan Obstetri Neonatal Emergensi Dasar (PONED)\",\n \"partOf\": {\n \"display\": \"Pelayanan Obstetri Neonatal Emergensi Dasar (PONED)\",\n \"reference\": \"Organization/55845fbd-5a70-42ae-8433-89e9072c01d0\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmasatusehat.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/d9dc2406-b2d5-45b6-b4ab-e2e8f1722a05\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"d9dc2406-b2d5-45b6-b4ab-e2e8f1722a05\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-POLI-GIZI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-05-08T08:12:09.129524+00:00\",\n \"versionId\": \"MTcxNTE1NTkyOTEyOTUyNDAwMA\"\n },\n \"name\": \"Poli Gizi\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/0f5633ea-4a1f-40de-82c1-f3d5ba16639a\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"0f5633ea-4a1f-40de-82c1-f3d5ba16639a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-TUMBANG\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-05-02T14:05:15.967123+00:00\",\n \"versionId\": \"MTcxNDY1ODcxNTk2NzEyMzAwMA\"\n },\n \"name\": \"Poli Tumbuh Kembang Puskesmas SatuSehat\",\n \"partOf\": {\n \"display\": \"SMF Rawat Jalan\",\n \"reference\": \"Organization/43cc00ef-c50f-44a5-8446-b0771cf211b3\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/ab9f21e2-77a9-4fdd-ad49-7ea09186b685\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"ab9f21e2-77a9-4fdd-ad49-7ea09186b685\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-FAR\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:45:31.906976+00:00\",\n \"versionId\": \"MTcxMzM0MzUzMTkwNjk3NjAwMA\"\n },\n \"name\": \"Koord Apotek\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/98c7cc89-2069-4028-8808-9d6317da47f4\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"98c7cc89-2069-4028-8808-9d6317da47f4\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-POLI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:43:54.536698+00:00\",\n \"versionId\": \"MTcxMzM0MzQzNDUzNjY5ODAwMA\"\n },\n \"name\": \"Koord Poli Umum\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/c56024d4-61b1-4a65-8881-559fed26c5c0\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"c56024d4-61b1-4a65-8881-559fed26c5c0\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-POLI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:39:53.059533+00:00\",\n \"versionId\": \"MTcxMzM0MzE5MzA1OTUzMzAwMA\"\n },\n \"name\": \"Poli Umum\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/a97ae276-e470-4683-b0f5-e9dc48e763bd\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"a97ae276-e470-4683-b0f5-e9dc48e763bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-FAR\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:14:37.439203+00:00\",\n \"versionId\": \"MTcxMzM0MTY3NzQzOTIwMzAwMA\"\n },\n \"name\": \"Koor Apotek\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/ef9cdbce-551d-4bd4-b0f7-bab22cee433f\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"ef9cdbce-551d-4bd4-b0f7-bab22cee433f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-POLI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:02:57.508739+00:00\",\n \"versionId\": \"MTcxMzM0MDk3NzUwODczOTAwMA\"\n },\n \"name\": \"Koor Poli Umum\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/595d3766-0b87-4940-b705-161d1a4626c3\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"595d3766-0b87-4940-b705-161d1a4626c3\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SMF-RAJAL-POLI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-04T03:13:41.480578+00:00\",\n \"versionId\": \"MTcxMjIwMDQyMTQ4MDU3ODAwMA\"\n },\n \"name\": \"Konsultasi ANC\",\n \"partOf\": {\n \"display\": \"SubMedicalFaculty Rajal\",\n \"reference\": \"Organization/734f43ee-ab39-4738-92a0-a95e4345f6ff\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/8b88a866-15b7-44b2-b756-2942ce9232b8\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"8b88a866-15b7-44b2-b756-2942ce9232b8\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"DV-UKM-PSY\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-02T08:28:59.940336+00:00\",\n \"versionId\": \"MTcxMjA0NjUzOTk0MDMzNjAwMA\"\n },\n \"name\": \"Divisi Posyandu PKM Satu Sehat\",\n \"partOf\": {\n \"display\": \"Program Kerja Usaha Kesehatan Masyarakat\",\n \"reference\": \"Organization/53160406-3d29-4572-afaa-24be54322fee\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/ae0da7ea-d859-47fd-af02-ea12c040d24f\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"ae0da7ea-d859-47fd-af02-ea12c040d24f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"DV-UKM-UKS\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-02T08:23:40.073602+00:00\",\n \"versionId\": \"MTcxMjA0NjIyMDA3MzYwMjAwMA\"\n },\n \"name\": \"Divisi Usaha Kesehatan Sekolah PKM SatuSehat\",\n \"partOf\": {\n \"display\": \"Program Kerja Usaha Kesehatan Masyarakat\",\n \"reference\": \"Organization/53160406-3d29-4572-afaa-24be54322fee\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassatusehat.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/6a86f615-efd2-444c-8be6-fb2b2275fce8\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"6a86f615-efd2-444c-8be6-fb2b2275fce8\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"Umum\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T14:36:54.266464+00:00\",\n \"versionId\": \"MTcxMDU5OTgxNDI2NjQ2NDAwMA\"\n },\n \"name\": \"Pelayanan Umum\",\n \"partOf\": {\n \"display\": \"Pelayanan Upaya Kesehatan Perseorangan\",\n \"reference\": \"Organization/ee87ea38-a779-48dd-9e27-67e0a195eedc\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/95787226-e7b3-451c-9aea-7afabf6e340d\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"95787226-e7b3-451c-9aea-7afabf6e340d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SMF-RAJAL-POLI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-02-27T06:46:14.660357+00:00\",\n \"versionId\": \"MTcwOTAxNjM3NDY2MDM1NzAwMA\"\n },\n \"name\": \"Konsultasi Rawat Jalan\",\n \"partOf\": {\n \"display\": \"SubMedicalFaculty Rajal\",\n \"reference\": \"Organization/f49e130a-bff1-4641-a1f7-28d03b53282a\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/21b79f90-b0fd-4b43-9be0-46e4bc0968b7\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"21b79f90-b0fd-4b43-9be0-46e4bc0968b7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SW-TumBang-SDIDTK\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-02-09T09:09:17.441110+00:00\",\n \"versionId\": \"MTcwNzQ2OTc1NzQ0MTExMDAwMA\"\n },\n \"name\": \"Layanan Tumbuh Kembang SDIDTK\",\n \"partOf\": {\n \"display\": \"Pelayanan Kesehatan Keluarga\",\n \"reference\": \"Organization/4af3a80a-3d3f-434e-842a-bcf772f1448d\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-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/Organization/?_revinclude=Organization%3Apartof&_revinclude=Organization%3Apartof&partof=10000005\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/?_revinclude=Organization%3Apartof&_revinclude=Organization%3Apartof&partof=10000005\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/?_revinclude=Organization%3Apartof&_revinclude=Organization%3Apartof&partof=10000005\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 64,\n \"type\": \"searchset\"\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Organization - Get all suborg and subdivisions and append to list for GET Location",
|
|
"event": [
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"exec": [
|
|
"var bundle = pm.response.json();\r",
|
|
"var data = null;\r",
|
|
"var org_list= pm.collectionVariables.get('org_list');\r",
|
|
"var x = org_list.length;\r",
|
|
"bundle.entry.forEach(entry=> {\r",
|
|
" let data= entry.resource;\r",
|
|
" if (org_list.some(data.id) == false){\r",
|
|
" org_list.push(data.id)\r",
|
|
" }\r",
|
|
"})\r",
|
|
"var y = org_list.length;\r",
|
|
"if(x>=y){console.log('no more org detected')};\r",
|
|
"pm.collectionVariables.set('org_list', org_list);"
|
|
],
|
|
"type": "text/javascript",
|
|
"packages": {}
|
|
}
|
|
}
|
|
],
|
|
"request": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{base_url}}/Organization?partof={{org_list}}&_revinclude=Organization:partof&_revinclude=Organization:partof",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Organization"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "partof",
|
|
"value": "{{org_list}}"
|
|
},
|
|
{
|
|
"key": "_revinclude",
|
|
"value": "Organization:partof"
|
|
},
|
|
{
|
|
"key": "_revinclude",
|
|
"value": "Organization:partof"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Organization - Get all suborg and subdivisions and append to list for GET Locations",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{base_url}}/Organization?partof={{org_list}}&_revinclude=Organization:partof&_revinclude=Organization:partof",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Organization"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "partof",
|
|
"value": "{{org_list}}"
|
|
},
|
|
{
|
|
"key": "_revinclude",
|
|
"value": "Organization:partof"
|
|
},
|
|
{
|
|
"key": "_revinclude",
|
|
"value": "Organization:partof"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 10 Jun 2024 09:38:04 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "30182"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "1e309b0f-7de9-4a00-a449-c302eca9fd87"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/Organization/ca09896e-d3bb-4b0f-820a-bf1e2ae12f81\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"ca09896e-d3bb-4b0f-820a-bf1e2ae12f81\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SW-KIA-PONED\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-05-29T07:03:33.287690+00:00\",\n \"versionId\": \"MTcxNjk2NjIxMzI4NzY5MDAwMA\"\n },\n \"name\": \"Pelayanan Obstetri Neonatal Emergensi Dasar (PONED)\",\n \"partOf\": {\n \"display\": \"Pelayanan Obstetri Neonatal Emergensi Dasar (PONED)\",\n \"reference\": \"Organization/55845fbd-5a70-42ae-8433-89e9072c01d0\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmasatusehat.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/d9dc2406-b2d5-45b6-b4ab-e2e8f1722a05\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"d9dc2406-b2d5-45b6-b4ab-e2e8f1722a05\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-POLI-GIZI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-05-08T08:12:09.129524+00:00\",\n \"versionId\": \"MTcxNTE1NTkyOTEyOTUyNDAwMA\"\n },\n \"name\": \"Poli Gizi\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/0f5633ea-4a1f-40de-82c1-f3d5ba16639a\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"0f5633ea-4a1f-40de-82c1-f3d5ba16639a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-TUMBANG\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-05-02T14:05:15.967123+00:00\",\n \"versionId\": \"MTcxNDY1ODcxNTk2NzEyMzAwMA\"\n },\n \"name\": \"Poli Tumbuh Kembang Puskesmas SatuSehat\",\n \"partOf\": {\n \"display\": \"SMF Rawat Jalan\",\n \"reference\": \"Organization/43cc00ef-c50f-44a5-8446-b0771cf211b3\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/ab9f21e2-77a9-4fdd-ad49-7ea09186b685\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"ab9f21e2-77a9-4fdd-ad49-7ea09186b685\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-FAR\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:45:31.906976+00:00\",\n \"versionId\": \"MTcxMzM0MzUzMTkwNjk3NjAwMA\"\n },\n \"name\": \"Koord Apotek\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/98c7cc89-2069-4028-8808-9d6317da47f4\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"98c7cc89-2069-4028-8808-9d6317da47f4\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-POLI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:43:54.536698+00:00\",\n \"versionId\": \"MTcxMzM0MzQzNDUzNjY5ODAwMA\"\n },\n \"name\": \"Koord Poli Umum\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/c56024d4-61b1-4a65-8881-559fed26c5c0\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"c56024d4-61b1-4a65-8881-559fed26c5c0\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-POLI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:39:53.059533+00:00\",\n \"versionId\": \"MTcxMzM0MzE5MzA1OTUzMzAwMA\"\n },\n \"name\": \"Poli Umum\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/a97ae276-e470-4683-b0f5-e9dc48e763bd\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"a97ae276-e470-4683-b0f5-e9dc48e763bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-FAR\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:14:37.439203+00:00\",\n \"versionId\": \"MTcxMzM0MTY3NzQzOTIwMzAwMA\"\n },\n \"name\": \"Koor Apotek\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/ef9cdbce-551d-4bd4-b0f7-bab22cee433f\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"ef9cdbce-551d-4bd4-b0f7-bab22cee433f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-POLI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:02:57.508739+00:00\",\n \"versionId\": \"MTcxMzM0MDk3NzUwODczOTAwMA\"\n },\n \"name\": \"Koor Poli Umum\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/595d3766-0b87-4940-b705-161d1a4626c3\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"595d3766-0b87-4940-b705-161d1a4626c3\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SMF-RAJAL-POLI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-04T03:13:41.480578+00:00\",\n \"versionId\": \"MTcxMjIwMDQyMTQ4MDU3ODAwMA\"\n },\n \"name\": \"Konsultasi ANC\",\n \"partOf\": {\n \"display\": \"SubMedicalFaculty Rajal\",\n \"reference\": \"Organization/734f43ee-ab39-4738-92a0-a95e4345f6ff\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/8b88a866-15b7-44b2-b756-2942ce9232b8\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"8b88a866-15b7-44b2-b756-2942ce9232b8\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"DV-UKM-PSY\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-02T08:28:59.940336+00:00\",\n \"versionId\": \"MTcxMjA0NjUzOTk0MDMzNjAwMA\"\n },\n \"name\": \"Divisi Posyandu PKM Satu Sehat\",\n \"partOf\": {\n \"display\": \"Program Kerja Usaha Kesehatan Masyarakat\",\n \"reference\": \"Organization/53160406-3d29-4572-afaa-24be54322fee\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/ae0da7ea-d859-47fd-af02-ea12c040d24f\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"ae0da7ea-d859-47fd-af02-ea12c040d24f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"DV-UKM-UKS\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-02T08:23:40.073602+00:00\",\n \"versionId\": \"MTcxMjA0NjIyMDA3MzYwMjAwMA\"\n },\n \"name\": \"Divisi Usaha Kesehatan Sekolah PKM SatuSehat\",\n \"partOf\": {\n \"display\": \"Program Kerja Usaha Kesehatan Masyarakat\",\n \"reference\": \"Organization/53160406-3d29-4572-afaa-24be54322fee\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassatusehat.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/6a86f615-efd2-444c-8be6-fb2b2275fce8\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"6a86f615-efd2-444c-8be6-fb2b2275fce8\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"Umum\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T14:36:54.266464+00:00\",\n \"versionId\": \"MTcxMDU5OTgxNDI2NjQ2NDAwMA\"\n },\n \"name\": \"Pelayanan Umum\",\n \"partOf\": {\n \"display\": \"Pelayanan Upaya Kesehatan Perseorangan\",\n \"reference\": \"Organization/ee87ea38-a779-48dd-9e27-67e0a195eedc\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/89f64c79-2309-4afc-a284-dee5395c0c20\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"89f64c79-2309-4afc-a284-dee5395c0c20\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SW-PSY-WRS01\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-02T10:05:16.651054+00:00\",\n \"versionId\": \"MTcwOTM3MzkxNjY1MTA1NDAwMA\"\n },\n \"name\": \"Posyandu Waras Utara 01\",\n \"partOf\": {\n \"display\": \"Divisi Posyandu\",\n \"reference\": \"Organization/8b88a866-15b7-44b2-b756-2942ce9232b8\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/f6b61085-f915-401f-8e36-e90c75152f80\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"f6b61085-f915-401f-8e36-e90c75152f80\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SW-UKS-SMA01\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-02T07:46:35.187350+00:00\",\n \"versionId\": \"MTcwOTM2NTU5NTE4NzM1MDAwMA\"\n },\n \"name\": \"UKS SMAN 1 Sangat Waras\",\n \"partOf\": {\n \"display\": \"Divisi Usaha Kesehatan Sekolah\",\n \"reference\": \"Organization/ae0da7ea-d859-47fd-af02-ea12c040d24f\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/95787226-e7b3-451c-9aea-7afabf6e340d\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"95787226-e7b3-451c-9aea-7afabf6e340d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SMF-RAJAL-POLI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-02-27T06:46:14.660357+00:00\",\n \"versionId\": \"MTcwOTAxNjM3NDY2MDM1NzAwMA\"\n },\n \"name\": \"Konsultasi Rawat Jalan\",\n \"partOf\": {\n \"display\": \"SubMedicalFaculty Rajal\",\n \"reference\": \"Organization/f49e130a-bff1-4641-a1f7-28d03b53282a\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/21b79f90-b0fd-4b43-9be0-46e4bc0968b7\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"21b79f90-b0fd-4b43-9be0-46e4bc0968b7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SW-TumBang-SDIDTK\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-02-09T09:09:17.441110+00:00\",\n \"versionId\": \"MTcwNzQ2OTc1NzQ0MTExMDAwMA\"\n },\n \"name\": \"Layanan Tumbuh Kembang SDIDTK\",\n \"partOf\": {\n \"display\": \"Pelayanan Kesehatan Keluarga\",\n \"reference\": \"Organization/4af3a80a-3d3f-434e-842a-bcf772f1448d\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-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/Organization/?_revinclude=Organization%3Apartof&_revinclude=Organization%3Apartof&partof=53160406-3d29-4572-afaa-24be54322fee%2C55845fbd-5a70-42ae-8433-89e9072c01d0%2C43cc00ef-c50f-44a5-8446-b0771cf211b3%2C2c64deb0-4906-44a0-a3e7-012c815a6010%2Cb2c312ac-b949-4cc4-9dbd-dfa597aecc6f%2C3c42e3d4-42b1-4625-9190-b08a47a47632%2C734f43ee-ab39-4738-92a0-a95e4345f6ff%2Cee87ea38-a779-48dd-9e27-67e0a195eedc%2Cdfaa357d-881d-44ac-bb0d-6a69d2399539%2C4af3a80a-3d3f-434e-842a-bcf772f1448d%2Cb6e6239e-4810-4e76-a81d-00657a88ee7a%2C248ba507-20b6-45b4-acc4-75ff5586efe2%2Cc6dd9b1d-baee-49c6-8e1d-d53e55569364%2Cabe7e4b7-46d2-42b9-9771-0d1c54730b07%2Cf3da7a73-6a84-4547-90e8-c4880ee166fb%2Cf49e130a-bff1-4641-a1f7-28d03b53282a%2Cdc08b74f-9174-4945-954e-3580c4debe26%2Cd2ae0c4e-c272-42ed-ae77-477b875f2fac%2C68c394b3-e354-47e0-a144-9f2a01a09dde%2C13e7ab6b-ccdc-408a-87c7-580d86e43526%2C0d4efb19-446d-470b-b7a1-07fddefad6b2%2C8bad5386-3e10-43fb-b812-7b7c5c333548%2C0bbeebbf-a7a0-43c7-b6b6-5a035105435e%2Ccd7501eb-c0ab-4cee-bc96-4aaf9762d457%2C143b8721-1a43-450b-ac3d-717eb4845548%2Cb2044d6b-cc10-46bd-a171-e9398029fc05%2C5d1b5ace-705d-4246-aa6f-714f38cad533%2C406187a5-2838-4f92-8f10-34c683d47056%2Ce51d1e50-1071-4711-8aa1-a7f5a9e0547a%2Cebf92cef-994a-45cd-b9e3-cd1fe1c5bc7f%2C90100071-409e-4808-9782-a51a2ee97c4f%2Cb8e1269b-f118-4f4c-bd6a-460e9477f801%2C6b478409-354f-4887-b04f-ec3247465bc9%2Cfaf89d3f-271d-440a-b706-c5e108d352c7%2Cfd53a653-c7b9-4ced-8920-4b9edfac75ce%2C1bf73b57-c066-4adc-b4d6-7db4acf82004%2C16da0b73-27e4-41f4-802c-c88bb5d83a56%2C6ac6ac62-d8f2-4301-80c6-894a0f8906e8%2C7662565f-ea68-4bfa-a265-1d29184525fd%2C53292b6d-2cac-43a6-9507-45a06d207546%2Cb60b2f1e-9c81-47e2-b02d-137dd12d05f2%2Cd8beb887-fc3e-4722-852a-6c2262b04502%2C1ec377e5-f586-4bb8-b83d-bddc18122b1e%2C1a003c9c-fe3d-4c6d-9967-18a57e70f1bd%2Cf7e6db1b-f2b0-4229-83d4-679b98609eb3%2C9796a27a-05cf-4406-805c-30b378f6a05a%2C92d7aa54-c3bb-4657-95a5-ae6f9a733e5b%2C8296c62e-9bc3-4c84-9374-84c5883d3243%2Ccb49f86d-fbef-44be-8553-1218f41dc6fa%2C81714355-e650-4b3c-96c0-9198eda36c35%2Cca09896e-d3bb-4b0f-820a-bf1e2ae12f81%2Cd9dc2406-b2d5-45b6-b4ab-e2e8f1722a05%2C0f5633ea-4a1f-40de-82c1-f3d5ba16639a%2Cab9f21e2-77a9-4fdd-ad49-7ea09186b685%2C98c7cc89-2069-4028-8808-9d6317da47f4%2Cc56024d4-61b1-4a65-8881-559fed26c5c0%2Ca97ae276-e470-4683-b0f5-e9dc48e763bd%2Cef9cdbce-551d-4bd4-b0f7-bab22cee433f%2C595d3766-0b87-4940-b705-161d1a4626c3%2C8b88a866-15b7-44b2-b756-2942ce9232b8%2Cae0da7ea-d859-47fd-af02-ea12c040d24f%2C6a86f615-efd2-444c-8be6-fb2b2275fce8%2C95787226-e7b3-451c-9aea-7afabf6e340d%2C21b79f90-b0fd-4b43-9be0-46e4bc0968b7%2C89f64c79-2309-4afc-a284-dee5395c0c20%2Cf6b61085-f915-401f-8e36-e90c75152f80\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/?_revinclude=Organization%3Apartof&_revinclude=Organization%3Apartof&partof=53160406-3d29-4572-afaa-24be54322fee%2C55845fbd-5a70-42ae-8433-89e9072c01d0%2C43cc00ef-c50f-44a5-8446-b0771cf211b3%2C2c64deb0-4906-44a0-a3e7-012c815a6010%2Cb2c312ac-b949-4cc4-9dbd-dfa597aecc6f%2C3c42e3d4-42b1-4625-9190-b08a47a47632%2C734f43ee-ab39-4738-92a0-a95e4345f6ff%2Cee87ea38-a779-48dd-9e27-67e0a195eedc%2Cdfaa357d-881d-44ac-bb0d-6a69d2399539%2C4af3a80a-3d3f-434e-842a-bcf772f1448d%2Cb6e6239e-4810-4e76-a81d-00657a88ee7a%2C248ba507-20b6-45b4-acc4-75ff5586efe2%2Cc6dd9b1d-baee-49c6-8e1d-d53e55569364%2Cabe7e4b7-46d2-42b9-9771-0d1c54730b07%2Cf3da7a73-6a84-4547-90e8-c4880ee166fb%2Cf49e130a-bff1-4641-a1f7-28d03b53282a%2Cdc08b74f-9174-4945-954e-3580c4debe26%2Cd2ae0c4e-c272-42ed-ae77-477b875f2fac%2C68c394b3-e354-47e0-a144-9f2a01a09dde%2C13e7ab6b-ccdc-408a-87c7-580d86e43526%2C0d4efb19-446d-470b-b7a1-07fddefad6b2%2C8bad5386-3e10-43fb-b812-7b7c5c333548%2C0bbeebbf-a7a0-43c7-b6b6-5a035105435e%2Ccd7501eb-c0ab-4cee-bc96-4aaf9762d457%2C143b8721-1a43-450b-ac3d-717eb4845548%2Cb2044d6b-cc10-46bd-a171-e9398029fc05%2C5d1b5ace-705d-4246-aa6f-714f38cad533%2C406187a5-2838-4f92-8f10-34c683d47056%2Ce51d1e50-1071-4711-8aa1-a7f5a9e0547a%2Cebf92cef-994a-45cd-b9e3-cd1fe1c5bc7f%2C90100071-409e-4808-9782-a51a2ee97c4f%2Cb8e1269b-f118-4f4c-bd6a-460e9477f801%2C6b478409-354f-4887-b04f-ec3247465bc9%2Cfaf89d3f-271d-440a-b706-c5e108d352c7%2Cfd53a653-c7b9-4ced-8920-4b9edfac75ce%2C1bf73b57-c066-4adc-b4d6-7db4acf82004%2C16da0b73-27e4-41f4-802c-c88bb5d83a56%2C6ac6ac62-d8f2-4301-80c6-894a0f8906e8%2C7662565f-ea68-4bfa-a265-1d29184525fd%2C53292b6d-2cac-43a6-9507-45a06d207546%2Cb60b2f1e-9c81-47e2-b02d-137dd12d05f2%2Cd8beb887-fc3e-4722-852a-6c2262b04502%2C1ec377e5-f586-4bb8-b83d-bddc18122b1e%2C1a003c9c-fe3d-4c6d-9967-18a57e70f1bd%2Cf7e6db1b-f2b0-4229-83d4-679b98609eb3%2C9796a27a-05cf-4406-805c-30b378f6a05a%2C92d7aa54-c3bb-4657-95a5-ae6f9a733e5b%2C8296c62e-9bc3-4c84-9374-84c5883d3243%2Ccb49f86d-fbef-44be-8553-1218f41dc6fa%2C81714355-e650-4b3c-96c0-9198eda36c35%2Cca09896e-d3bb-4b0f-820a-bf1e2ae12f81%2Cd9dc2406-b2d5-45b6-b4ab-e2e8f1722a05%2C0f5633ea-4a1f-40de-82c1-f3d5ba16639a%2Cab9f21e2-77a9-4fdd-ad49-7ea09186b685%2C98c7cc89-2069-4028-8808-9d6317da47f4%2Cc56024d4-61b1-4a65-8881-559fed26c5c0%2Ca97ae276-e470-4683-b0f5-e9dc48e763bd%2Cef9cdbce-551d-4bd4-b0f7-bab22cee433f%2C595d3766-0b87-4940-b705-161d1a4626c3%2C8b88a866-15b7-44b2-b756-2942ce9232b8%2Cae0da7ea-d859-47fd-af02-ea12c040d24f%2C6a86f615-efd2-444c-8be6-fb2b2275fce8%2C95787226-e7b3-451c-9aea-7afabf6e340d%2C21b79f90-b0fd-4b43-9be0-46e4bc0968b7%2C89f64c79-2309-4afc-a284-dee5395c0c20%2Cf6b61085-f915-401f-8e36-e90c75152f80\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/?_revinclude=Organization%3Apartof&_revinclude=Organization%3Apartof&partof=53160406-3d29-4572-afaa-24be54322fee%2C55845fbd-5a70-42ae-8433-89e9072c01d0%2C43cc00ef-c50f-44a5-8446-b0771cf211b3%2C2c64deb0-4906-44a0-a3e7-012c815a6010%2Cb2c312ac-b949-4cc4-9dbd-dfa597aecc6f%2C3c42e3d4-42b1-4625-9190-b08a47a47632%2C734f43ee-ab39-4738-92a0-a95e4345f6ff%2Cee87ea38-a779-48dd-9e27-67e0a195eedc%2Cdfaa357d-881d-44ac-bb0d-6a69d2399539%2C4af3a80a-3d3f-434e-842a-bcf772f1448d%2Cb6e6239e-4810-4e76-a81d-00657a88ee7a%2C248ba507-20b6-45b4-acc4-75ff5586efe2%2Cc6dd9b1d-baee-49c6-8e1d-d53e55569364%2Cabe7e4b7-46d2-42b9-9771-0d1c54730b07%2Cf3da7a73-6a84-4547-90e8-c4880ee166fb%2Cf49e130a-bff1-4641-a1f7-28d03b53282a%2Cdc08b74f-9174-4945-954e-3580c4debe26%2Cd2ae0c4e-c272-42ed-ae77-477b875f2fac%2C68c394b3-e354-47e0-a144-9f2a01a09dde%2C13e7ab6b-ccdc-408a-87c7-580d86e43526%2C0d4efb19-446d-470b-b7a1-07fddefad6b2%2C8bad5386-3e10-43fb-b812-7b7c5c333548%2C0bbeebbf-a7a0-43c7-b6b6-5a035105435e%2Ccd7501eb-c0ab-4cee-bc96-4aaf9762d457%2C143b8721-1a43-450b-ac3d-717eb4845548%2Cb2044d6b-cc10-46bd-a171-e9398029fc05%2C5d1b5ace-705d-4246-aa6f-714f38cad533%2C406187a5-2838-4f92-8f10-34c683d47056%2Ce51d1e50-1071-4711-8aa1-a7f5a9e0547a%2Cebf92cef-994a-45cd-b9e3-cd1fe1c5bc7f%2C90100071-409e-4808-9782-a51a2ee97c4f%2Cb8e1269b-f118-4f4c-bd6a-460e9477f801%2C6b478409-354f-4887-b04f-ec3247465bc9%2Cfaf89d3f-271d-440a-b706-c5e108d352c7%2Cfd53a653-c7b9-4ced-8920-4b9edfac75ce%2C1bf73b57-c066-4adc-b4d6-7db4acf82004%2C16da0b73-27e4-41f4-802c-c88bb5d83a56%2C6ac6ac62-d8f2-4301-80c6-894a0f8906e8%2C7662565f-ea68-4bfa-a265-1d29184525fd%2C53292b6d-2cac-43a6-9507-45a06d207546%2Cb60b2f1e-9c81-47e2-b02d-137dd12d05f2%2Cd8beb887-fc3e-4722-852a-6c2262b04502%2C1ec377e5-f586-4bb8-b83d-bddc18122b1e%2C1a003c9c-fe3d-4c6d-9967-18a57e70f1bd%2Cf7e6db1b-f2b0-4229-83d4-679b98609eb3%2C9796a27a-05cf-4406-805c-30b378f6a05a%2C92d7aa54-c3bb-4657-95a5-ae6f9a733e5b%2C8296c62e-9bc3-4c84-9374-84c5883d3243%2Ccb49f86d-fbef-44be-8553-1218f41dc6fa%2C81714355-e650-4b3c-96c0-9198eda36c35%2Cca09896e-d3bb-4b0f-820a-bf1e2ae12f81%2Cd9dc2406-b2d5-45b6-b4ab-e2e8f1722a05%2C0f5633ea-4a1f-40de-82c1-f3d5ba16639a%2Cab9f21e2-77a9-4fdd-ad49-7ea09186b685%2C98c7cc89-2069-4028-8808-9d6317da47f4%2Cc56024d4-61b1-4a65-8881-559fed26c5c0%2Ca97ae276-e470-4683-b0f5-e9dc48e763bd%2Cef9cdbce-551d-4bd4-b0f7-bab22cee433f%2C595d3766-0b87-4940-b705-161d1a4626c3%2C8b88a866-15b7-44b2-b756-2942ce9232b8%2Cae0da7ea-d859-47fd-af02-ea12c040d24f%2C6a86f615-efd2-444c-8be6-fb2b2275fce8%2C95787226-e7b3-451c-9aea-7afabf6e340d%2C21b79f90-b0fd-4b43-9be0-46e4bc0968b7%2C89f64c79-2309-4afc-a284-dee5395c0c20%2Cf6b61085-f915-401f-8e36-e90c75152f80\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 16,\n \"type\": \"searchset\"\n}"
|
|
},
|
|
{
|
|
"name": "Organization - Get all suborg and subdivisions and append to list for GET Locations",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{base_url}}/Organization?partof={{org_list}}&_revinclude=Organization:partof&_revinclude=Organization:partof",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Organization"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "partof",
|
|
"value": "{{org_list}}"
|
|
},
|
|
{
|
|
"key": "_revinclude",
|
|
"value": "Organization:partof"
|
|
},
|
|
{
|
|
"key": "_revinclude",
|
|
"value": "Organization:partof"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 10 Jun 2024 09:38:04 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "30182"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "1e309b0f-7de9-4a00-a449-c302eca9fd87"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/Organization/ca09896e-d3bb-4b0f-820a-bf1e2ae12f81\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"ca09896e-d3bb-4b0f-820a-bf1e2ae12f81\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SW-KIA-PONED\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-05-29T07:03:33.287690+00:00\",\n \"versionId\": \"MTcxNjk2NjIxMzI4NzY5MDAwMA\"\n },\n \"name\": \"Pelayanan Obstetri Neonatal Emergensi Dasar (PONED)\",\n \"partOf\": {\n \"display\": \"Pelayanan Obstetri Neonatal Emergensi Dasar (PONED)\",\n \"reference\": \"Organization/55845fbd-5a70-42ae-8433-89e9072c01d0\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmasatusehat.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/d9dc2406-b2d5-45b6-b4ab-e2e8f1722a05\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"d9dc2406-b2d5-45b6-b4ab-e2e8f1722a05\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-POLI-GIZI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-05-08T08:12:09.129524+00:00\",\n \"versionId\": \"MTcxNTE1NTkyOTEyOTUyNDAwMA\"\n },\n \"name\": \"Poli Gizi\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/0f5633ea-4a1f-40de-82c1-f3d5ba16639a\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"0f5633ea-4a1f-40de-82c1-f3d5ba16639a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-TUMBANG\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-05-02T14:05:15.967123+00:00\",\n \"versionId\": \"MTcxNDY1ODcxNTk2NzEyMzAwMA\"\n },\n \"name\": \"Poli Tumbuh Kembang Puskesmas SatuSehat\",\n \"partOf\": {\n \"display\": \"SMF Rawat Jalan\",\n \"reference\": \"Organization/43cc00ef-c50f-44a5-8446-b0771cf211b3\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/ab9f21e2-77a9-4fdd-ad49-7ea09186b685\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"ab9f21e2-77a9-4fdd-ad49-7ea09186b685\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-FAR\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:45:31.906976+00:00\",\n \"versionId\": \"MTcxMzM0MzUzMTkwNjk3NjAwMA\"\n },\n \"name\": \"Koord Apotek\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/98c7cc89-2069-4028-8808-9d6317da47f4\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"98c7cc89-2069-4028-8808-9d6317da47f4\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-POLI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:43:54.536698+00:00\",\n \"versionId\": \"MTcxMzM0MzQzNDUzNjY5ODAwMA\"\n },\n \"name\": \"Koord Poli Umum\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/c56024d4-61b1-4a65-8881-559fed26c5c0\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"c56024d4-61b1-4a65-8881-559fed26c5c0\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-POLI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:39:53.059533+00:00\",\n \"versionId\": \"MTcxMzM0MzE5MzA1OTUzMzAwMA\"\n },\n \"name\": \"Poli Umum\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/a97ae276-e470-4683-b0f5-e9dc48e763bd\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"a97ae276-e470-4683-b0f5-e9dc48e763bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-FAR\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:14:37.439203+00:00\",\n \"versionId\": \"MTcxMzM0MTY3NzQzOTIwMzAwMA\"\n },\n \"name\": \"Koor Apotek\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/ef9cdbce-551d-4bd4-b0f7-bab22cee433f\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"ef9cdbce-551d-4bd4-b0f7-bab22cee433f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-POLI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:02:57.508739+00:00\",\n \"versionId\": \"MTcxMzM0MDk3NzUwODczOTAwMA\"\n },\n \"name\": \"Koor Poli Umum\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/595d3766-0b87-4940-b705-161d1a4626c3\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"595d3766-0b87-4940-b705-161d1a4626c3\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SMF-RAJAL-POLI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-04T03:13:41.480578+00:00\",\n \"versionId\": \"MTcxMjIwMDQyMTQ4MDU3ODAwMA\"\n },\n \"name\": \"Konsultasi ANC\",\n \"partOf\": {\n \"display\": \"SubMedicalFaculty Rajal\",\n \"reference\": \"Organization/734f43ee-ab39-4738-92a0-a95e4345f6ff\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/8b88a866-15b7-44b2-b756-2942ce9232b8\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"8b88a866-15b7-44b2-b756-2942ce9232b8\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"DV-UKM-PSY\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-02T08:28:59.940336+00:00\",\n \"versionId\": \"MTcxMjA0NjUzOTk0MDMzNjAwMA\"\n },\n \"name\": \"Divisi Posyandu PKM Satu Sehat\",\n \"partOf\": {\n \"display\": \"Program Kerja Usaha Kesehatan Masyarakat\",\n \"reference\": \"Organization/53160406-3d29-4572-afaa-24be54322fee\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/ae0da7ea-d859-47fd-af02-ea12c040d24f\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"ae0da7ea-d859-47fd-af02-ea12c040d24f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"DV-UKM-UKS\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-02T08:23:40.073602+00:00\",\n \"versionId\": \"MTcxMjA0NjIyMDA3MzYwMjAwMA\"\n },\n \"name\": \"Divisi Usaha Kesehatan Sekolah PKM SatuSehat\",\n \"partOf\": {\n \"display\": \"Program Kerja Usaha Kesehatan Masyarakat\",\n \"reference\": \"Organization/53160406-3d29-4572-afaa-24be54322fee\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassatusehat.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/6a86f615-efd2-444c-8be6-fb2b2275fce8\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"6a86f615-efd2-444c-8be6-fb2b2275fce8\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"Umum\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T14:36:54.266464+00:00\",\n \"versionId\": \"MTcxMDU5OTgxNDI2NjQ2NDAwMA\"\n },\n \"name\": \"Pelayanan Umum\",\n \"partOf\": {\n \"display\": \"Pelayanan Upaya Kesehatan Perseorangan\",\n \"reference\": \"Organization/ee87ea38-a779-48dd-9e27-67e0a195eedc\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/89f64c79-2309-4afc-a284-dee5395c0c20\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"89f64c79-2309-4afc-a284-dee5395c0c20\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SW-PSY-WRS01\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-02T10:05:16.651054+00:00\",\n \"versionId\": \"MTcwOTM3MzkxNjY1MTA1NDAwMA\"\n },\n \"name\": \"Posyandu Waras Utara 01\",\n \"partOf\": {\n \"display\": \"Divisi Posyandu\",\n \"reference\": \"Organization/8b88a866-15b7-44b2-b756-2942ce9232b8\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/f6b61085-f915-401f-8e36-e90c75152f80\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"f6b61085-f915-401f-8e36-e90c75152f80\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SW-UKS-SMA01\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-02T07:46:35.187350+00:00\",\n \"versionId\": \"MTcwOTM2NTU5NTE4NzM1MDAwMA\"\n },\n \"name\": \"UKS SMAN 1 Sangat Waras\",\n \"partOf\": {\n \"display\": \"Divisi Usaha Kesehatan Sekolah\",\n \"reference\": \"Organization/ae0da7ea-d859-47fd-af02-ea12c040d24f\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/95787226-e7b3-451c-9aea-7afabf6e340d\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"95787226-e7b3-451c-9aea-7afabf6e340d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SMF-RAJAL-POLI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-02-27T06:46:14.660357+00:00\",\n \"versionId\": \"MTcwOTAxNjM3NDY2MDM1NzAwMA\"\n },\n \"name\": \"Konsultasi Rawat Jalan\",\n \"partOf\": {\n \"display\": \"SubMedicalFaculty Rajal\",\n \"reference\": \"Organization/f49e130a-bff1-4641-a1f7-28d03b53282a\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/21b79f90-b0fd-4b43-9be0-46e4bc0968b7\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"21b79f90-b0fd-4b43-9be0-46e4bc0968b7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SW-TumBang-SDIDTK\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-02-09T09:09:17.441110+00:00\",\n \"versionId\": \"MTcwNzQ2OTc1NzQ0MTExMDAwMA\"\n },\n \"name\": \"Layanan Tumbuh Kembang SDIDTK\",\n \"partOf\": {\n \"display\": \"Pelayanan Kesehatan Keluarga\",\n \"reference\": \"Organization/4af3a80a-3d3f-434e-842a-bcf772f1448d\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-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/Organization/?_revinclude=Organization%3Apartof&_revinclude=Organization%3Apartof&partof=53160406-3d29-4572-afaa-24be54322fee%2C55845fbd-5a70-42ae-8433-89e9072c01d0%2C43cc00ef-c50f-44a5-8446-b0771cf211b3%2C2c64deb0-4906-44a0-a3e7-012c815a6010%2Cb2c312ac-b949-4cc4-9dbd-dfa597aecc6f%2C3c42e3d4-42b1-4625-9190-b08a47a47632%2C734f43ee-ab39-4738-92a0-a95e4345f6ff%2Cee87ea38-a779-48dd-9e27-67e0a195eedc%2Cdfaa357d-881d-44ac-bb0d-6a69d2399539%2C4af3a80a-3d3f-434e-842a-bcf772f1448d%2Cb6e6239e-4810-4e76-a81d-00657a88ee7a%2C248ba507-20b6-45b4-acc4-75ff5586efe2%2Cc6dd9b1d-baee-49c6-8e1d-d53e55569364%2Cabe7e4b7-46d2-42b9-9771-0d1c54730b07%2Cf3da7a73-6a84-4547-90e8-c4880ee166fb%2Cf49e130a-bff1-4641-a1f7-28d03b53282a%2Cdc08b74f-9174-4945-954e-3580c4debe26%2Cd2ae0c4e-c272-42ed-ae77-477b875f2fac%2C68c394b3-e354-47e0-a144-9f2a01a09dde%2C13e7ab6b-ccdc-408a-87c7-580d86e43526%2C0d4efb19-446d-470b-b7a1-07fddefad6b2%2C8bad5386-3e10-43fb-b812-7b7c5c333548%2C0bbeebbf-a7a0-43c7-b6b6-5a035105435e%2Ccd7501eb-c0ab-4cee-bc96-4aaf9762d457%2C143b8721-1a43-450b-ac3d-717eb4845548%2Cb2044d6b-cc10-46bd-a171-e9398029fc05%2C5d1b5ace-705d-4246-aa6f-714f38cad533%2C406187a5-2838-4f92-8f10-34c683d47056%2Ce51d1e50-1071-4711-8aa1-a7f5a9e0547a%2Cebf92cef-994a-45cd-b9e3-cd1fe1c5bc7f%2C90100071-409e-4808-9782-a51a2ee97c4f%2Cb8e1269b-f118-4f4c-bd6a-460e9477f801%2C6b478409-354f-4887-b04f-ec3247465bc9%2Cfaf89d3f-271d-440a-b706-c5e108d352c7%2Cfd53a653-c7b9-4ced-8920-4b9edfac75ce%2C1bf73b57-c066-4adc-b4d6-7db4acf82004%2C16da0b73-27e4-41f4-802c-c88bb5d83a56%2C6ac6ac62-d8f2-4301-80c6-894a0f8906e8%2C7662565f-ea68-4bfa-a265-1d29184525fd%2C53292b6d-2cac-43a6-9507-45a06d207546%2Cb60b2f1e-9c81-47e2-b02d-137dd12d05f2%2Cd8beb887-fc3e-4722-852a-6c2262b04502%2C1ec377e5-f586-4bb8-b83d-bddc18122b1e%2C1a003c9c-fe3d-4c6d-9967-18a57e70f1bd%2Cf7e6db1b-f2b0-4229-83d4-679b98609eb3%2C9796a27a-05cf-4406-805c-30b378f6a05a%2C92d7aa54-c3bb-4657-95a5-ae6f9a733e5b%2C8296c62e-9bc3-4c84-9374-84c5883d3243%2Ccb49f86d-fbef-44be-8553-1218f41dc6fa%2C81714355-e650-4b3c-96c0-9198eda36c35%2Cca09896e-d3bb-4b0f-820a-bf1e2ae12f81%2Cd9dc2406-b2d5-45b6-b4ab-e2e8f1722a05%2C0f5633ea-4a1f-40de-82c1-f3d5ba16639a%2Cab9f21e2-77a9-4fdd-ad49-7ea09186b685%2C98c7cc89-2069-4028-8808-9d6317da47f4%2Cc56024d4-61b1-4a65-8881-559fed26c5c0%2Ca97ae276-e470-4683-b0f5-e9dc48e763bd%2Cef9cdbce-551d-4bd4-b0f7-bab22cee433f%2C595d3766-0b87-4940-b705-161d1a4626c3%2C8b88a866-15b7-44b2-b756-2942ce9232b8%2Cae0da7ea-d859-47fd-af02-ea12c040d24f%2C6a86f615-efd2-444c-8be6-fb2b2275fce8%2C95787226-e7b3-451c-9aea-7afabf6e340d%2C21b79f90-b0fd-4b43-9be0-46e4bc0968b7%2C89f64c79-2309-4afc-a284-dee5395c0c20%2Cf6b61085-f915-401f-8e36-e90c75152f80\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/?_revinclude=Organization%3Apartof&_revinclude=Organization%3Apartof&partof=53160406-3d29-4572-afaa-24be54322fee%2C55845fbd-5a70-42ae-8433-89e9072c01d0%2C43cc00ef-c50f-44a5-8446-b0771cf211b3%2C2c64deb0-4906-44a0-a3e7-012c815a6010%2Cb2c312ac-b949-4cc4-9dbd-dfa597aecc6f%2C3c42e3d4-42b1-4625-9190-b08a47a47632%2C734f43ee-ab39-4738-92a0-a95e4345f6ff%2Cee87ea38-a779-48dd-9e27-67e0a195eedc%2Cdfaa357d-881d-44ac-bb0d-6a69d2399539%2C4af3a80a-3d3f-434e-842a-bcf772f1448d%2Cb6e6239e-4810-4e76-a81d-00657a88ee7a%2C248ba507-20b6-45b4-acc4-75ff5586efe2%2Cc6dd9b1d-baee-49c6-8e1d-d53e55569364%2Cabe7e4b7-46d2-42b9-9771-0d1c54730b07%2Cf3da7a73-6a84-4547-90e8-c4880ee166fb%2Cf49e130a-bff1-4641-a1f7-28d03b53282a%2Cdc08b74f-9174-4945-954e-3580c4debe26%2Cd2ae0c4e-c272-42ed-ae77-477b875f2fac%2C68c394b3-e354-47e0-a144-9f2a01a09dde%2C13e7ab6b-ccdc-408a-87c7-580d86e43526%2C0d4efb19-446d-470b-b7a1-07fddefad6b2%2C8bad5386-3e10-43fb-b812-7b7c5c333548%2C0bbeebbf-a7a0-43c7-b6b6-5a035105435e%2Ccd7501eb-c0ab-4cee-bc96-4aaf9762d457%2C143b8721-1a43-450b-ac3d-717eb4845548%2Cb2044d6b-cc10-46bd-a171-e9398029fc05%2C5d1b5ace-705d-4246-aa6f-714f38cad533%2C406187a5-2838-4f92-8f10-34c683d47056%2Ce51d1e50-1071-4711-8aa1-a7f5a9e0547a%2Cebf92cef-994a-45cd-b9e3-cd1fe1c5bc7f%2C90100071-409e-4808-9782-a51a2ee97c4f%2Cb8e1269b-f118-4f4c-bd6a-460e9477f801%2C6b478409-354f-4887-b04f-ec3247465bc9%2Cfaf89d3f-271d-440a-b706-c5e108d352c7%2Cfd53a653-c7b9-4ced-8920-4b9edfac75ce%2C1bf73b57-c066-4adc-b4d6-7db4acf82004%2C16da0b73-27e4-41f4-802c-c88bb5d83a56%2C6ac6ac62-d8f2-4301-80c6-894a0f8906e8%2C7662565f-ea68-4bfa-a265-1d29184525fd%2C53292b6d-2cac-43a6-9507-45a06d207546%2Cb60b2f1e-9c81-47e2-b02d-137dd12d05f2%2Cd8beb887-fc3e-4722-852a-6c2262b04502%2C1ec377e5-f586-4bb8-b83d-bddc18122b1e%2C1a003c9c-fe3d-4c6d-9967-18a57e70f1bd%2Cf7e6db1b-f2b0-4229-83d4-679b98609eb3%2C9796a27a-05cf-4406-805c-30b378f6a05a%2C92d7aa54-c3bb-4657-95a5-ae6f9a733e5b%2C8296c62e-9bc3-4c84-9374-84c5883d3243%2Ccb49f86d-fbef-44be-8553-1218f41dc6fa%2C81714355-e650-4b3c-96c0-9198eda36c35%2Cca09896e-d3bb-4b0f-820a-bf1e2ae12f81%2Cd9dc2406-b2d5-45b6-b4ab-e2e8f1722a05%2C0f5633ea-4a1f-40de-82c1-f3d5ba16639a%2Cab9f21e2-77a9-4fdd-ad49-7ea09186b685%2C98c7cc89-2069-4028-8808-9d6317da47f4%2Cc56024d4-61b1-4a65-8881-559fed26c5c0%2Ca97ae276-e470-4683-b0f5-e9dc48e763bd%2Cef9cdbce-551d-4bd4-b0f7-bab22cee433f%2C595d3766-0b87-4940-b705-161d1a4626c3%2C8b88a866-15b7-44b2-b756-2942ce9232b8%2Cae0da7ea-d859-47fd-af02-ea12c040d24f%2C6a86f615-efd2-444c-8be6-fb2b2275fce8%2C95787226-e7b3-451c-9aea-7afabf6e340d%2C21b79f90-b0fd-4b43-9be0-46e4bc0968b7%2C89f64c79-2309-4afc-a284-dee5395c0c20%2Cf6b61085-f915-401f-8e36-e90c75152f80\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/?_revinclude=Organization%3Apartof&_revinclude=Organization%3Apartof&partof=53160406-3d29-4572-afaa-24be54322fee%2C55845fbd-5a70-42ae-8433-89e9072c01d0%2C43cc00ef-c50f-44a5-8446-b0771cf211b3%2C2c64deb0-4906-44a0-a3e7-012c815a6010%2Cb2c312ac-b949-4cc4-9dbd-dfa597aecc6f%2C3c42e3d4-42b1-4625-9190-b08a47a47632%2C734f43ee-ab39-4738-92a0-a95e4345f6ff%2Cee87ea38-a779-48dd-9e27-67e0a195eedc%2Cdfaa357d-881d-44ac-bb0d-6a69d2399539%2C4af3a80a-3d3f-434e-842a-bcf772f1448d%2Cb6e6239e-4810-4e76-a81d-00657a88ee7a%2C248ba507-20b6-45b4-acc4-75ff5586efe2%2Cc6dd9b1d-baee-49c6-8e1d-d53e55569364%2Cabe7e4b7-46d2-42b9-9771-0d1c54730b07%2Cf3da7a73-6a84-4547-90e8-c4880ee166fb%2Cf49e130a-bff1-4641-a1f7-28d03b53282a%2Cdc08b74f-9174-4945-954e-3580c4debe26%2Cd2ae0c4e-c272-42ed-ae77-477b875f2fac%2C68c394b3-e354-47e0-a144-9f2a01a09dde%2C13e7ab6b-ccdc-408a-87c7-580d86e43526%2C0d4efb19-446d-470b-b7a1-07fddefad6b2%2C8bad5386-3e10-43fb-b812-7b7c5c333548%2C0bbeebbf-a7a0-43c7-b6b6-5a035105435e%2Ccd7501eb-c0ab-4cee-bc96-4aaf9762d457%2C143b8721-1a43-450b-ac3d-717eb4845548%2Cb2044d6b-cc10-46bd-a171-e9398029fc05%2C5d1b5ace-705d-4246-aa6f-714f38cad533%2C406187a5-2838-4f92-8f10-34c683d47056%2Ce51d1e50-1071-4711-8aa1-a7f5a9e0547a%2Cebf92cef-994a-45cd-b9e3-cd1fe1c5bc7f%2C90100071-409e-4808-9782-a51a2ee97c4f%2Cb8e1269b-f118-4f4c-bd6a-460e9477f801%2C6b478409-354f-4887-b04f-ec3247465bc9%2Cfaf89d3f-271d-440a-b706-c5e108d352c7%2Cfd53a653-c7b9-4ced-8920-4b9edfac75ce%2C1bf73b57-c066-4adc-b4d6-7db4acf82004%2C16da0b73-27e4-41f4-802c-c88bb5d83a56%2C6ac6ac62-d8f2-4301-80c6-894a0f8906e8%2C7662565f-ea68-4bfa-a265-1d29184525fd%2C53292b6d-2cac-43a6-9507-45a06d207546%2Cb60b2f1e-9c81-47e2-b02d-137dd12d05f2%2Cd8beb887-fc3e-4722-852a-6c2262b04502%2C1ec377e5-f586-4bb8-b83d-bddc18122b1e%2C1a003c9c-fe3d-4c6d-9967-18a57e70f1bd%2Cf7e6db1b-f2b0-4229-83d4-679b98609eb3%2C9796a27a-05cf-4406-805c-30b378f6a05a%2C92d7aa54-c3bb-4657-95a5-ae6f9a733e5b%2C8296c62e-9bc3-4c84-9374-84c5883d3243%2Ccb49f86d-fbef-44be-8553-1218f41dc6fa%2C81714355-e650-4b3c-96c0-9198eda36c35%2Cca09896e-d3bb-4b0f-820a-bf1e2ae12f81%2Cd9dc2406-b2d5-45b6-b4ab-e2e8f1722a05%2C0f5633ea-4a1f-40de-82c1-f3d5ba16639a%2Cab9f21e2-77a9-4fdd-ad49-7ea09186b685%2C98c7cc89-2069-4028-8808-9d6317da47f4%2Cc56024d4-61b1-4a65-8881-559fed26c5c0%2Ca97ae276-e470-4683-b0f5-e9dc48e763bd%2Cef9cdbce-551d-4bd4-b0f7-bab22cee433f%2C595d3766-0b87-4940-b705-161d1a4626c3%2C8b88a866-15b7-44b2-b756-2942ce9232b8%2Cae0da7ea-d859-47fd-af02-ea12c040d24f%2C6a86f615-efd2-444c-8be6-fb2b2275fce8%2C95787226-e7b3-451c-9aea-7afabf6e340d%2C21b79f90-b0fd-4b43-9be0-46e4bc0968b7%2C89f64c79-2309-4afc-a284-dee5395c0c20%2Cf6b61085-f915-401f-8e36-e90c75152f80\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 16,\n \"type\": \"searchset\"\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Location - Get locations based on a list",
|
|
"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.name.includes('Tumbuh Kembang')) {\r",
|
|
" pm.collectionVariables.set('Location_id', data.id);\r",
|
|
" pm.collectionVariables.set('Location_Name', data.name)\r",
|
|
" }\r",
|
|
"})"
|
|
],
|
|
"type": "text/javascript",
|
|
"packages": {}
|
|
}
|
|
}
|
|
],
|
|
"request": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{base_url}}/Location?organization={{org_list}}",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Location"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "organization",
|
|
"value": "{{org_list}}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Location - Get locations based on a list",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{base_url}}/Location?organization={{org_list}}",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Location"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "organization",
|
|
"value": "{{org_list}}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 10 Jun 2024 09:38:18 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "22410"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "621e734e-def2-4486-913f-0db221c949ab"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/Location/3d175026-ef09-4f61-8ba9-6a32a19eaddc\",\n \"resource\": {\n \"description\": \"Poli Tumbuh Kembang, Lantai 2, Gedung Utama\",\n \"id\": \"3d175026-ef09-4f61-8ba9-6a32a19eaddc\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"P-TumbuhKembang-SDIDTK\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/21b79f90-b0fd-4b43-9be0-46e4bc0968b7\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-31T05:36:00.178318+00:00\",\n \"versionId\": \"MTcxNzEzMzc2MDE3ODMxODAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Poli Tumbuh Kembang\",\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/cb3bd29e-a1b3-44c0-ab49-828bbb1b6bf0\",\n \"resource\": {\n \"description\": \"Ruang PONED A, Departemen KIA, Lantai 1, Gedung Utama\",\n \"id\": \"cb3bd29e-a1b3-44c0-ab49-828bbb1b6bf0\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"P-ANC-PONED-A\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/ca09896e-d3bb-4b0f-820a-bf1e2ae12f81\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-29T07:04:09.031378+00:00\",\n \"versionId\": \"MTcxNjk2NjI0OTAzMTM3ODAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang PONED A, Departemen KIA\",\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassatusehat.com\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/68f44bb8-e5cd-4e8b-9c97-a2c83516095f\",\n \"resource\": {\n \"description\": \"Ruang Pelayanan Gizi\",\n \"id\": \"68f44bb8-e5cd-4e8b-9c97-a2c83516095f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"SS-UKP-POLI-GIZI-ROOM\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/d9dc2406-b2d5-45b6-b4ab-e2e8f1722a05\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-08T08:13:35.869929+00:00\",\n \"versionId\": \"MTcxNTE1NjAxNTg2OTkyOTAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Pelayanan Gizi\",\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\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/a6eaafcb-76d0-4a78-afee-96cff6663388\",\n \"resource\": {\n \"description\": \"Ruang Poli Tumbuh Kembang\",\n \"id\": \"a6eaafcb-76d0-4a78-afee-96cff6663388\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"SS-UKP-TUMBANG-ROOM\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/0f5633ea-4a1f-40de-82c1-f3d5ba16639a\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-02T14:05:20.668875+00:00\",\n \"versionId\": \"MTcxNDY1ODcyMDY2ODg3NTAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Poli Tumbuh Kembang\",\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\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/29ec0c7d-580d-46bd-b6ee-db9894284ea2\",\n \"resource\": {\n \"description\": \"Ruang Apotek\",\n \"id\": \"29ec0c7d-580d-46bd-b6ee-db9894284ea2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"SS-UKP-FAR-ROOM\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/98c7cc89-2069-4028-8808-9d6317da47f4\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:46:01.197860+00:00\",\n \"versionId\": \"MTcxMzM0MzU2MTE5Nzg2MDAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Apotek\",\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\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/308680cc-4007-46c3-9818-21d3d6340467\",\n \"resource\": {\n \"description\": \"Ruang Poli Umum\",\n \"id\": \"308680cc-4007-46c3-9818-21d3d6340467\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"SS-UKP-POLI-ROOM\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/98c7cc89-2069-4028-8808-9d6317da47f4\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:44:51.628210+00:00\",\n \"versionId\": \"MTcxMzM0MzQ5MTYyODIxMDAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Poli Umum\",\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\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/61e6f6a6-5f3d-4eba-a874-b3a92efdcfe4\",\n \"resource\": {\n \"description\": \"Ruang Apotek\",\n \"id\": \"61e6f6a6-5f3d-4eba-a874-b3a92efdcfe4\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"SS-UKP-FAR-ROOM\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/a97ae276-e470-4683-b0f5-e9dc48e763bd\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:15:39.035271+00:00\",\n \"versionId\": \"MTcxMzM0MTczOTAzNTI3MTAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Apotek\",\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\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/efd2fafe-9f4e-4833-a8e4-261ceef02199\",\n \"resource\": {\n \"description\": \"Ruang Poli Umum\",\n \"id\": \"efd2fafe-9f4e-4833-a8e4-261ceef02199\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"SS-UKP-POLI-ROOM\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/ef9cdbce-551d-4bd4-b0f7-bab22cee433f\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:10:04.988966+00:00\",\n \"versionId\": \"MTcxMzM0MTQwNDk4ODk2NjAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Poli Umum\",\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\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/dbdc1aad-88f2-4362-967f-d7e80cf8834f\",\n \"resource\": {\n \"description\": \"Ruang Poli SMF Rajal\",\n \"id\": \"dbdc1aad-88f2-4362-967f-d7e80cf8834f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"SMF-RAJAL-POLI-ROOM\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/595d3766-0b87-4940-b705-161d1a4626c3\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-04-04T03:16:30.546570+00:00\",\n \"versionId\": \"MTcxMjIwMDU5MDU0NjU3MDAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Poli SMF Rajal\",\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\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/82b95bbe-3ec6-40c8-bbe9-250037d9b989\",\n \"resource\": {\n \"description\": \"Poli Umum Puskesmas SATUSEHAT\",\n \"id\": \"82b95bbe-3ec6-40c8-bbe9-250037d9b989\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"P-Umum\"\n }\n ],\n \"managingOrganization\": {\n \"display\": \"Pelayanan Umum\",\n \"reference\": \"Organization/6a86f615-efd2-444c-8be6-fb2b2275fce8\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T14:41:08.465556+00:00\",\n \"versionId\": \"MTcxMDYwMDA2ODQ2NTU1NjAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Poli Umum\",\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\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/cd7e9b78-6779-4e6b-9d13-455a077d10d2\",\n \"resource\": {\n \"description\": \"Ruang Posyandu, Posyandu Waras Utara 01\",\n \"id\": \"cd7e9b78-6779-4e6b-9d13-455a077d10d2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"SW-PSW-001-WRS001\"\n }\n ],\n \"managingOrganization\": {\n \"display\": \"Posyandu Waras Utara 01\",\n \"reference\": \"Organization/89f64c79-2309-4afc-a284-dee5395c0c20\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-02T10:07:07.123640+00:00\",\n \"versionId\": \"MTcwOTM3NDAyNzEyMzY0MDAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Posyandu, Posyandu Waras Utara 01\",\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/a6bab5d0-ba3c-4f73-8450-f44d6ca8e9d4\",\n \"resource\": {\n \"description\": \"Ruang UKS, SMAN 01 Sangat Waras\",\n \"id\": \"a6bab5d0-ba3c-4f73-8450-f44d6ca8e9d4\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"SW-UKS-001-SMAN01\"\n }\n ],\n \"managingOrganization\": {\n \"display\": \"UKS SMAN 1 Sangat Waras\",\n \"reference\": \"Organization/f6b61085-f915-401f-8e36-e90c75152f80\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-02T07:46:39.327618+00:00\",\n \"versionId\": \"MTcwOTM2NTU5OTMyNzYxODAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang UKS, SMAN 01 Sangat Waras\",\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/f899aa39-c22f-43e9-9113-bf1f398473f5\",\n \"resource\": {\n \"description\": \"Poli Tumbuh Kembang, Lantai 2, Gedung Utama\",\n \"id\": \"f899aa39-c22f-43e9-9113-bf1f398473f5\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"P-TumbuhKembang-SDIDTK\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/21b79f90-b0fd-4b43-9be0-46e4bc0968b7\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-02-09T09:10:54.821264+00:00\",\n \"versionId\": \"MTcwNzQ2OTg1NDgyMTI2NDAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Poli Tumbuh Kembang\",\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/29bc6779-e877-4cb4-8f71-5db4d0cdda0a\",\n \"resource\": {\n \"description\": \"Ruang Poli SMF Rajal\",\n \"id\": \"29bc6779-e877-4cb4-8f71-5db4d0cdda0a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"SMF-RAJAL-POLI-ROOM\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/95787226-e7b3-451c-9aea-7afabf6e340d\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-31T10:17:59.888934+00:00\",\n \"versionId\": \"MTcwNjY5NjI3OTg4ODkzNDAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Poli SMF Rajal\",\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ]\n }\n }\n ],\n \"link\": [\n {\n \"relation\": \"search\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/?organization=53160406-3d29-4572-afaa-24be54322fee%2C55845fbd-5a70-42ae-8433-89e9072c01d0%2C43cc00ef-c50f-44a5-8446-b0771cf211b3%2C2c64deb0-4906-44a0-a3e7-012c815a6010%2Cb2c312ac-b949-4cc4-9dbd-dfa597aecc6f%2C3c42e3d4-42b1-4625-9190-b08a47a47632%2C734f43ee-ab39-4738-92a0-a95e4345f6ff%2Cee87ea38-a779-48dd-9e27-67e0a195eedc%2Cdfaa357d-881d-44ac-bb0d-6a69d2399539%2C4af3a80a-3d3f-434e-842a-bcf772f1448d%2Cb6e6239e-4810-4e76-a81d-00657a88ee7a%2C248ba507-20b6-45b4-acc4-75ff5586efe2%2Cc6dd9b1d-baee-49c6-8e1d-d53e55569364%2Cabe7e4b7-46d2-42b9-9771-0d1c54730b07%2Cf3da7a73-6a84-4547-90e8-c4880ee166fb%2Cf49e130a-bff1-4641-a1f7-28d03b53282a%2Cdc08b74f-9174-4945-954e-3580c4debe26%2Cd2ae0c4e-c272-42ed-ae77-477b875f2fac%2C68c394b3-e354-47e0-a144-9f2a01a09dde%2C13e7ab6b-ccdc-408a-87c7-580d86e43526%2C0d4efb19-446d-470b-b7a1-07fddefad6b2%2C8bad5386-3e10-43fb-b812-7b7c5c333548%2C0bbeebbf-a7a0-43c7-b6b6-5a035105435e%2Ccd7501eb-c0ab-4cee-bc96-4aaf9762d457%2C143b8721-1a43-450b-ac3d-717eb4845548%2Cb2044d6b-cc10-46bd-a171-e9398029fc05%2C5d1b5ace-705d-4246-aa6f-714f38cad533%2C406187a5-2838-4f92-8f10-34c683d47056%2Ce51d1e50-1071-4711-8aa1-a7f5a9e0547a%2Cebf92cef-994a-45cd-b9e3-cd1fe1c5bc7f%2C90100071-409e-4808-9782-a51a2ee97c4f%2Cb8e1269b-f118-4f4c-bd6a-460e9477f801%2C6b478409-354f-4887-b04f-ec3247465bc9%2Cfaf89d3f-271d-440a-b706-c5e108d352c7%2Cfd53a653-c7b9-4ced-8920-4b9edfac75ce%2C1bf73b57-c066-4adc-b4d6-7db4acf82004%2C16da0b73-27e4-41f4-802c-c88bb5d83a56%2C6ac6ac62-d8f2-4301-80c6-894a0f8906e8%2C7662565f-ea68-4bfa-a265-1d29184525fd%2C53292b6d-2cac-43a6-9507-45a06d207546%2Cb60b2f1e-9c81-47e2-b02d-137dd12d05f2%2Cd8beb887-fc3e-4722-852a-6c2262b04502%2C1ec377e5-f586-4bb8-b83d-bddc18122b1e%2C1a003c9c-fe3d-4c6d-9967-18a57e70f1bd%2Cf7e6db1b-f2b0-4229-83d4-679b98609eb3%2C9796a27a-05cf-4406-805c-30b378f6a05a%2C92d7aa54-c3bb-4657-95a5-ae6f9a733e5b%2C8296c62e-9bc3-4c84-9374-84c5883d3243%2Ccb49f86d-fbef-44be-8553-1218f41dc6fa%2C81714355-e650-4b3c-96c0-9198eda36c35%2Cca09896e-d3bb-4b0f-820a-bf1e2ae12f81%2Cd9dc2406-b2d5-45b6-b4ab-e2e8f1722a05%2C0f5633ea-4a1f-40de-82c1-f3d5ba16639a%2Cab9f21e2-77a9-4fdd-ad49-7ea09186b685%2C98c7cc89-2069-4028-8808-9d6317da47f4%2Cc56024d4-61b1-4a65-8881-559fed26c5c0%2Ca97ae276-e470-4683-b0f5-e9dc48e763bd%2Cef9cdbce-551d-4bd4-b0f7-bab22cee433f%2C595d3766-0b87-4940-b705-161d1a4626c3%2C8b88a866-15b7-44b2-b756-2942ce9232b8%2Cae0da7ea-d859-47fd-af02-ea12c040d24f%2C6a86f615-efd2-444c-8be6-fb2b2275fce8%2C95787226-e7b3-451c-9aea-7afabf6e340d%2C21b79f90-b0fd-4b43-9be0-46e4bc0968b7%2C89f64c79-2309-4afc-a284-dee5395c0c20%2Cf6b61085-f915-401f-8e36-e90c75152f80\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/?organization=53160406-3d29-4572-afaa-24be54322fee%2C55845fbd-5a70-42ae-8433-89e9072c01d0%2C43cc00ef-c50f-44a5-8446-b0771cf211b3%2C2c64deb0-4906-44a0-a3e7-012c815a6010%2Cb2c312ac-b949-4cc4-9dbd-dfa597aecc6f%2C3c42e3d4-42b1-4625-9190-b08a47a47632%2C734f43ee-ab39-4738-92a0-a95e4345f6ff%2Cee87ea38-a779-48dd-9e27-67e0a195eedc%2Cdfaa357d-881d-44ac-bb0d-6a69d2399539%2C4af3a80a-3d3f-434e-842a-bcf772f1448d%2Cb6e6239e-4810-4e76-a81d-00657a88ee7a%2C248ba507-20b6-45b4-acc4-75ff5586efe2%2Cc6dd9b1d-baee-49c6-8e1d-d53e55569364%2Cabe7e4b7-46d2-42b9-9771-0d1c54730b07%2Cf3da7a73-6a84-4547-90e8-c4880ee166fb%2Cf49e130a-bff1-4641-a1f7-28d03b53282a%2Cdc08b74f-9174-4945-954e-3580c4debe26%2Cd2ae0c4e-c272-42ed-ae77-477b875f2fac%2C68c394b3-e354-47e0-a144-9f2a01a09dde%2C13e7ab6b-ccdc-408a-87c7-580d86e43526%2C0d4efb19-446d-470b-b7a1-07fddefad6b2%2C8bad5386-3e10-43fb-b812-7b7c5c333548%2C0bbeebbf-a7a0-43c7-b6b6-5a035105435e%2Ccd7501eb-c0ab-4cee-bc96-4aaf9762d457%2C143b8721-1a43-450b-ac3d-717eb4845548%2Cb2044d6b-cc10-46bd-a171-e9398029fc05%2C5d1b5ace-705d-4246-aa6f-714f38cad533%2C406187a5-2838-4f92-8f10-34c683d47056%2Ce51d1e50-1071-4711-8aa1-a7f5a9e0547a%2Cebf92cef-994a-45cd-b9e3-cd1fe1c5bc7f%2C90100071-409e-4808-9782-a51a2ee97c4f%2Cb8e1269b-f118-4f4c-bd6a-460e9477f801%2C6b478409-354f-4887-b04f-ec3247465bc9%2Cfaf89d3f-271d-440a-b706-c5e108d352c7%2Cfd53a653-c7b9-4ced-8920-4b9edfac75ce%2C1bf73b57-c066-4adc-b4d6-7db4acf82004%2C16da0b73-27e4-41f4-802c-c88bb5d83a56%2C6ac6ac62-d8f2-4301-80c6-894a0f8906e8%2C7662565f-ea68-4bfa-a265-1d29184525fd%2C53292b6d-2cac-43a6-9507-45a06d207546%2Cb60b2f1e-9c81-47e2-b02d-137dd12d05f2%2Cd8beb887-fc3e-4722-852a-6c2262b04502%2C1ec377e5-f586-4bb8-b83d-bddc18122b1e%2C1a003c9c-fe3d-4c6d-9967-18a57e70f1bd%2Cf7e6db1b-f2b0-4229-83d4-679b98609eb3%2C9796a27a-05cf-4406-805c-30b378f6a05a%2C92d7aa54-c3bb-4657-95a5-ae6f9a733e5b%2C8296c62e-9bc3-4c84-9374-84c5883d3243%2Ccb49f86d-fbef-44be-8553-1218f41dc6fa%2C81714355-e650-4b3c-96c0-9198eda36c35%2Cca09896e-d3bb-4b0f-820a-bf1e2ae12f81%2Cd9dc2406-b2d5-45b6-b4ab-e2e8f1722a05%2C0f5633ea-4a1f-40de-82c1-f3d5ba16639a%2Cab9f21e2-77a9-4fdd-ad49-7ea09186b685%2C98c7cc89-2069-4028-8808-9d6317da47f4%2Cc56024d4-61b1-4a65-8881-559fed26c5c0%2Ca97ae276-e470-4683-b0f5-e9dc48e763bd%2Cef9cdbce-551d-4bd4-b0f7-bab22cee433f%2C595d3766-0b87-4940-b705-161d1a4626c3%2C8b88a866-15b7-44b2-b756-2942ce9232b8%2Cae0da7ea-d859-47fd-af02-ea12c040d24f%2C6a86f615-efd2-444c-8be6-fb2b2275fce8%2C95787226-e7b3-451c-9aea-7afabf6e340d%2C21b79f90-b0fd-4b43-9be0-46e4bc0968b7%2C89f64c79-2309-4afc-a284-dee5395c0c20%2Cf6b61085-f915-401f-8e36-e90c75152f80\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/?organization=53160406-3d29-4572-afaa-24be54322fee%2C55845fbd-5a70-42ae-8433-89e9072c01d0%2C43cc00ef-c50f-44a5-8446-b0771cf211b3%2C2c64deb0-4906-44a0-a3e7-012c815a6010%2Cb2c312ac-b949-4cc4-9dbd-dfa597aecc6f%2C3c42e3d4-42b1-4625-9190-b08a47a47632%2C734f43ee-ab39-4738-92a0-a95e4345f6ff%2Cee87ea38-a779-48dd-9e27-67e0a195eedc%2Cdfaa357d-881d-44ac-bb0d-6a69d2399539%2C4af3a80a-3d3f-434e-842a-bcf772f1448d%2Cb6e6239e-4810-4e76-a81d-00657a88ee7a%2C248ba507-20b6-45b4-acc4-75ff5586efe2%2Cc6dd9b1d-baee-49c6-8e1d-d53e55569364%2Cabe7e4b7-46d2-42b9-9771-0d1c54730b07%2Cf3da7a73-6a84-4547-90e8-c4880ee166fb%2Cf49e130a-bff1-4641-a1f7-28d03b53282a%2Cdc08b74f-9174-4945-954e-3580c4debe26%2Cd2ae0c4e-c272-42ed-ae77-477b875f2fac%2C68c394b3-e354-47e0-a144-9f2a01a09dde%2C13e7ab6b-ccdc-408a-87c7-580d86e43526%2C0d4efb19-446d-470b-b7a1-07fddefad6b2%2C8bad5386-3e10-43fb-b812-7b7c5c333548%2C0bbeebbf-a7a0-43c7-b6b6-5a035105435e%2Ccd7501eb-c0ab-4cee-bc96-4aaf9762d457%2C143b8721-1a43-450b-ac3d-717eb4845548%2Cb2044d6b-cc10-46bd-a171-e9398029fc05%2C5d1b5ace-705d-4246-aa6f-714f38cad533%2C406187a5-2838-4f92-8f10-34c683d47056%2Ce51d1e50-1071-4711-8aa1-a7f5a9e0547a%2Cebf92cef-994a-45cd-b9e3-cd1fe1c5bc7f%2C90100071-409e-4808-9782-a51a2ee97c4f%2Cb8e1269b-f118-4f4c-bd6a-460e9477f801%2C6b478409-354f-4887-b04f-ec3247465bc9%2Cfaf89d3f-271d-440a-b706-c5e108d352c7%2Cfd53a653-c7b9-4ced-8920-4b9edfac75ce%2C1bf73b57-c066-4adc-b4d6-7db4acf82004%2C16da0b73-27e4-41f4-802c-c88bb5d83a56%2C6ac6ac62-d8f2-4301-80c6-894a0f8906e8%2C7662565f-ea68-4bfa-a265-1d29184525fd%2C53292b6d-2cac-43a6-9507-45a06d207546%2Cb60b2f1e-9c81-47e2-b02d-137dd12d05f2%2Cd8beb887-fc3e-4722-852a-6c2262b04502%2C1ec377e5-f586-4bb8-b83d-bddc18122b1e%2C1a003c9c-fe3d-4c6d-9967-18a57e70f1bd%2Cf7e6db1b-f2b0-4229-83d4-679b98609eb3%2C9796a27a-05cf-4406-805c-30b378f6a05a%2C92d7aa54-c3bb-4657-95a5-ae6f9a733e5b%2C8296c62e-9bc3-4c84-9374-84c5883d3243%2Ccb49f86d-fbef-44be-8553-1218f41dc6fa%2C81714355-e650-4b3c-96c0-9198eda36c35%2Cca09896e-d3bb-4b0f-820a-bf1e2ae12f81%2Cd9dc2406-b2d5-45b6-b4ab-e2e8f1722a05%2C0f5633ea-4a1f-40de-82c1-f3d5ba16639a%2Cab9f21e2-77a9-4fdd-ad49-7ea09186b685%2C98c7cc89-2069-4028-8808-9d6317da47f4%2Cc56024d4-61b1-4a65-8881-559fed26c5c0%2Ca97ae276-e470-4683-b0f5-e9dc48e763bd%2Cef9cdbce-551d-4bd4-b0f7-bab22cee433f%2C595d3766-0b87-4940-b705-161d1a4626c3%2C8b88a866-15b7-44b2-b756-2942ce9232b8%2Cae0da7ea-d859-47fd-af02-ea12c040d24f%2C6a86f615-efd2-444c-8be6-fb2b2275fce8%2C95787226-e7b3-451c-9aea-7afabf6e340d%2C21b79f90-b0fd-4b43-9be0-46e4bc0968b7%2C89f64c79-2309-4afc-a284-dee5395c0c20%2Cf6b61085-f915-401f-8e36-e90c75152f80\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 14,\n \"type\": \"searchset\"\n}"
|
|
},
|
|
{
|
|
"name": "Location - Get locations based on a list",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{base_url}}/Location?organization={{org_list}}",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Location"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "organization",
|
|
"value": "{{org_list}}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 10 Jun 2024 09:38:18 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "22410"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "621e734e-def2-4486-913f-0db221c949ab"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/Location/3d175026-ef09-4f61-8ba9-6a32a19eaddc\",\n \"resource\": {\n \"description\": \"Poli Tumbuh Kembang, Lantai 2, Gedung Utama\",\n \"id\": \"3d175026-ef09-4f61-8ba9-6a32a19eaddc\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"P-TumbuhKembang-SDIDTK\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/21b79f90-b0fd-4b43-9be0-46e4bc0968b7\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-31T05:36:00.178318+00:00\",\n \"versionId\": \"MTcxNzEzMzc2MDE3ODMxODAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Poli Tumbuh Kembang\",\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/cb3bd29e-a1b3-44c0-ab49-828bbb1b6bf0\",\n \"resource\": {\n \"description\": \"Ruang PONED A, Departemen KIA, Lantai 1, Gedung Utama\",\n \"id\": \"cb3bd29e-a1b3-44c0-ab49-828bbb1b6bf0\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"P-ANC-PONED-A\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/ca09896e-d3bb-4b0f-820a-bf1e2ae12f81\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-29T07:04:09.031378+00:00\",\n \"versionId\": \"MTcxNjk2NjI0OTAzMTM3ODAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang PONED A, Departemen KIA\",\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassatusehat.com\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/68f44bb8-e5cd-4e8b-9c97-a2c83516095f\",\n \"resource\": {\n \"description\": \"Ruang Pelayanan Gizi\",\n \"id\": \"68f44bb8-e5cd-4e8b-9c97-a2c83516095f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"SS-UKP-POLI-GIZI-ROOM\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/d9dc2406-b2d5-45b6-b4ab-e2e8f1722a05\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-08T08:13:35.869929+00:00\",\n \"versionId\": \"MTcxNTE1NjAxNTg2OTkyOTAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Pelayanan Gizi\",\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\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/a6eaafcb-76d0-4a78-afee-96cff6663388\",\n \"resource\": {\n \"description\": \"Ruang Poli Tumbuh Kembang\",\n \"id\": \"a6eaafcb-76d0-4a78-afee-96cff6663388\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"SS-UKP-TUMBANG-ROOM\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/0f5633ea-4a1f-40de-82c1-f3d5ba16639a\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-02T14:05:20.668875+00:00\",\n \"versionId\": \"MTcxNDY1ODcyMDY2ODg3NTAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Poli Tumbuh Kembang\",\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\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/29ec0c7d-580d-46bd-b6ee-db9894284ea2\",\n \"resource\": {\n \"description\": \"Ruang Apotek\",\n \"id\": \"29ec0c7d-580d-46bd-b6ee-db9894284ea2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"SS-UKP-FAR-ROOM\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/98c7cc89-2069-4028-8808-9d6317da47f4\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:46:01.197860+00:00\",\n \"versionId\": \"MTcxMzM0MzU2MTE5Nzg2MDAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Apotek\",\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\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/308680cc-4007-46c3-9818-21d3d6340467\",\n \"resource\": {\n \"description\": \"Ruang Poli Umum\",\n \"id\": \"308680cc-4007-46c3-9818-21d3d6340467\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"SS-UKP-POLI-ROOM\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/98c7cc89-2069-4028-8808-9d6317da47f4\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:44:51.628210+00:00\",\n \"versionId\": \"MTcxMzM0MzQ5MTYyODIxMDAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Poli Umum\",\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\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/61e6f6a6-5f3d-4eba-a874-b3a92efdcfe4\",\n \"resource\": {\n \"description\": \"Ruang Apotek\",\n \"id\": \"61e6f6a6-5f3d-4eba-a874-b3a92efdcfe4\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"SS-UKP-FAR-ROOM\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/a97ae276-e470-4683-b0f5-e9dc48e763bd\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:15:39.035271+00:00\",\n \"versionId\": \"MTcxMzM0MTczOTAzNTI3MTAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Apotek\",\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\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/efd2fafe-9f4e-4833-a8e4-261ceef02199\",\n \"resource\": {\n \"description\": \"Ruang Poli Umum\",\n \"id\": \"efd2fafe-9f4e-4833-a8e4-261ceef02199\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"SS-UKP-POLI-ROOM\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/ef9cdbce-551d-4bd4-b0f7-bab22cee433f\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:10:04.988966+00:00\",\n \"versionId\": \"MTcxMzM0MTQwNDk4ODk2NjAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Poli Umum\",\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\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/dbdc1aad-88f2-4362-967f-d7e80cf8834f\",\n \"resource\": {\n \"description\": \"Ruang Poli SMF Rajal\",\n \"id\": \"dbdc1aad-88f2-4362-967f-d7e80cf8834f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"SMF-RAJAL-POLI-ROOM\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/595d3766-0b87-4940-b705-161d1a4626c3\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-04-04T03:16:30.546570+00:00\",\n \"versionId\": \"MTcxMjIwMDU5MDU0NjU3MDAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Poli SMF Rajal\",\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\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/82b95bbe-3ec6-40c8-bbe9-250037d9b989\",\n \"resource\": {\n \"description\": \"Poli Umum Puskesmas SATUSEHAT\",\n \"id\": \"82b95bbe-3ec6-40c8-bbe9-250037d9b989\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"P-Umum\"\n }\n ],\n \"managingOrganization\": {\n \"display\": \"Pelayanan Umum\",\n \"reference\": \"Organization/6a86f615-efd2-444c-8be6-fb2b2275fce8\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T14:41:08.465556+00:00\",\n \"versionId\": \"MTcxMDYwMDA2ODQ2NTU1NjAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Poli Umum\",\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\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/cd7e9b78-6779-4e6b-9d13-455a077d10d2\",\n \"resource\": {\n \"description\": \"Ruang Posyandu, Posyandu Waras Utara 01\",\n \"id\": \"cd7e9b78-6779-4e6b-9d13-455a077d10d2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"SW-PSW-001-WRS001\"\n }\n ],\n \"managingOrganization\": {\n \"display\": \"Posyandu Waras Utara 01\",\n \"reference\": \"Organization/89f64c79-2309-4afc-a284-dee5395c0c20\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-02T10:07:07.123640+00:00\",\n \"versionId\": \"MTcwOTM3NDAyNzEyMzY0MDAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Posyandu, Posyandu Waras Utara 01\",\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/a6bab5d0-ba3c-4f73-8450-f44d6ca8e9d4\",\n \"resource\": {\n \"description\": \"Ruang UKS, SMAN 01 Sangat Waras\",\n \"id\": \"a6bab5d0-ba3c-4f73-8450-f44d6ca8e9d4\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"SW-UKS-001-SMAN01\"\n }\n ],\n \"managingOrganization\": {\n \"display\": \"UKS SMAN 1 Sangat Waras\",\n \"reference\": \"Organization/f6b61085-f915-401f-8e36-e90c75152f80\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-02T07:46:39.327618+00:00\",\n \"versionId\": \"MTcwOTM2NTU5OTMyNzYxODAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang UKS, SMAN 01 Sangat Waras\",\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/f899aa39-c22f-43e9-9113-bf1f398473f5\",\n \"resource\": {\n \"description\": \"Poli Tumbuh Kembang, Lantai 2, Gedung Utama\",\n \"id\": \"f899aa39-c22f-43e9-9113-bf1f398473f5\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"P-TumbuhKembang-SDIDTK\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/21b79f90-b0fd-4b43-9be0-46e4bc0968b7\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-02-09T09:10:54.821264+00:00\",\n \"versionId\": \"MTcwNzQ2OTg1NDgyMTI2NDAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Poli Tumbuh Kembang\",\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/29bc6779-e877-4cb4-8f71-5db4d0cdda0a\",\n \"resource\": {\n \"description\": \"Ruang Poli SMF Rajal\",\n \"id\": \"29bc6779-e877-4cb4-8f71-5db4d0cdda0a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"SMF-RAJAL-POLI-ROOM\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/95787226-e7b3-451c-9aea-7afabf6e340d\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-31T10:17:59.888934+00:00\",\n \"versionId\": \"MTcwNjY5NjI3OTg4ODkzNDAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Poli SMF Rajal\",\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ]\n }\n }\n ],\n \"link\": [\n {\n \"relation\": \"search\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/?organization=53160406-3d29-4572-afaa-24be54322fee%2C55845fbd-5a70-42ae-8433-89e9072c01d0%2C43cc00ef-c50f-44a5-8446-b0771cf211b3%2C2c64deb0-4906-44a0-a3e7-012c815a6010%2Cb2c312ac-b949-4cc4-9dbd-dfa597aecc6f%2C3c42e3d4-42b1-4625-9190-b08a47a47632%2C734f43ee-ab39-4738-92a0-a95e4345f6ff%2Cee87ea38-a779-48dd-9e27-67e0a195eedc%2Cdfaa357d-881d-44ac-bb0d-6a69d2399539%2C4af3a80a-3d3f-434e-842a-bcf772f1448d%2Cb6e6239e-4810-4e76-a81d-00657a88ee7a%2C248ba507-20b6-45b4-acc4-75ff5586efe2%2Cc6dd9b1d-baee-49c6-8e1d-d53e55569364%2Cabe7e4b7-46d2-42b9-9771-0d1c54730b07%2Cf3da7a73-6a84-4547-90e8-c4880ee166fb%2Cf49e130a-bff1-4641-a1f7-28d03b53282a%2Cdc08b74f-9174-4945-954e-3580c4debe26%2Cd2ae0c4e-c272-42ed-ae77-477b875f2fac%2C68c394b3-e354-47e0-a144-9f2a01a09dde%2C13e7ab6b-ccdc-408a-87c7-580d86e43526%2C0d4efb19-446d-470b-b7a1-07fddefad6b2%2C8bad5386-3e10-43fb-b812-7b7c5c333548%2C0bbeebbf-a7a0-43c7-b6b6-5a035105435e%2Ccd7501eb-c0ab-4cee-bc96-4aaf9762d457%2C143b8721-1a43-450b-ac3d-717eb4845548%2Cb2044d6b-cc10-46bd-a171-e9398029fc05%2C5d1b5ace-705d-4246-aa6f-714f38cad533%2C406187a5-2838-4f92-8f10-34c683d47056%2Ce51d1e50-1071-4711-8aa1-a7f5a9e0547a%2Cebf92cef-994a-45cd-b9e3-cd1fe1c5bc7f%2C90100071-409e-4808-9782-a51a2ee97c4f%2Cb8e1269b-f118-4f4c-bd6a-460e9477f801%2C6b478409-354f-4887-b04f-ec3247465bc9%2Cfaf89d3f-271d-440a-b706-c5e108d352c7%2Cfd53a653-c7b9-4ced-8920-4b9edfac75ce%2C1bf73b57-c066-4adc-b4d6-7db4acf82004%2C16da0b73-27e4-41f4-802c-c88bb5d83a56%2C6ac6ac62-d8f2-4301-80c6-894a0f8906e8%2C7662565f-ea68-4bfa-a265-1d29184525fd%2C53292b6d-2cac-43a6-9507-45a06d207546%2Cb60b2f1e-9c81-47e2-b02d-137dd12d05f2%2Cd8beb887-fc3e-4722-852a-6c2262b04502%2C1ec377e5-f586-4bb8-b83d-bddc18122b1e%2C1a003c9c-fe3d-4c6d-9967-18a57e70f1bd%2Cf7e6db1b-f2b0-4229-83d4-679b98609eb3%2C9796a27a-05cf-4406-805c-30b378f6a05a%2C92d7aa54-c3bb-4657-95a5-ae6f9a733e5b%2C8296c62e-9bc3-4c84-9374-84c5883d3243%2Ccb49f86d-fbef-44be-8553-1218f41dc6fa%2C81714355-e650-4b3c-96c0-9198eda36c35%2Cca09896e-d3bb-4b0f-820a-bf1e2ae12f81%2Cd9dc2406-b2d5-45b6-b4ab-e2e8f1722a05%2C0f5633ea-4a1f-40de-82c1-f3d5ba16639a%2Cab9f21e2-77a9-4fdd-ad49-7ea09186b685%2C98c7cc89-2069-4028-8808-9d6317da47f4%2Cc56024d4-61b1-4a65-8881-559fed26c5c0%2Ca97ae276-e470-4683-b0f5-e9dc48e763bd%2Cef9cdbce-551d-4bd4-b0f7-bab22cee433f%2C595d3766-0b87-4940-b705-161d1a4626c3%2C8b88a866-15b7-44b2-b756-2942ce9232b8%2Cae0da7ea-d859-47fd-af02-ea12c040d24f%2C6a86f615-efd2-444c-8be6-fb2b2275fce8%2C95787226-e7b3-451c-9aea-7afabf6e340d%2C21b79f90-b0fd-4b43-9be0-46e4bc0968b7%2C89f64c79-2309-4afc-a284-dee5395c0c20%2Cf6b61085-f915-401f-8e36-e90c75152f80\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/?organization=53160406-3d29-4572-afaa-24be54322fee%2C55845fbd-5a70-42ae-8433-89e9072c01d0%2C43cc00ef-c50f-44a5-8446-b0771cf211b3%2C2c64deb0-4906-44a0-a3e7-012c815a6010%2Cb2c312ac-b949-4cc4-9dbd-dfa597aecc6f%2C3c42e3d4-42b1-4625-9190-b08a47a47632%2C734f43ee-ab39-4738-92a0-a95e4345f6ff%2Cee87ea38-a779-48dd-9e27-67e0a195eedc%2Cdfaa357d-881d-44ac-bb0d-6a69d2399539%2C4af3a80a-3d3f-434e-842a-bcf772f1448d%2Cb6e6239e-4810-4e76-a81d-00657a88ee7a%2C248ba507-20b6-45b4-acc4-75ff5586efe2%2Cc6dd9b1d-baee-49c6-8e1d-d53e55569364%2Cabe7e4b7-46d2-42b9-9771-0d1c54730b07%2Cf3da7a73-6a84-4547-90e8-c4880ee166fb%2Cf49e130a-bff1-4641-a1f7-28d03b53282a%2Cdc08b74f-9174-4945-954e-3580c4debe26%2Cd2ae0c4e-c272-42ed-ae77-477b875f2fac%2C68c394b3-e354-47e0-a144-9f2a01a09dde%2C13e7ab6b-ccdc-408a-87c7-580d86e43526%2C0d4efb19-446d-470b-b7a1-07fddefad6b2%2C8bad5386-3e10-43fb-b812-7b7c5c333548%2C0bbeebbf-a7a0-43c7-b6b6-5a035105435e%2Ccd7501eb-c0ab-4cee-bc96-4aaf9762d457%2C143b8721-1a43-450b-ac3d-717eb4845548%2Cb2044d6b-cc10-46bd-a171-e9398029fc05%2C5d1b5ace-705d-4246-aa6f-714f38cad533%2C406187a5-2838-4f92-8f10-34c683d47056%2Ce51d1e50-1071-4711-8aa1-a7f5a9e0547a%2Cebf92cef-994a-45cd-b9e3-cd1fe1c5bc7f%2C90100071-409e-4808-9782-a51a2ee97c4f%2Cb8e1269b-f118-4f4c-bd6a-460e9477f801%2C6b478409-354f-4887-b04f-ec3247465bc9%2Cfaf89d3f-271d-440a-b706-c5e108d352c7%2Cfd53a653-c7b9-4ced-8920-4b9edfac75ce%2C1bf73b57-c066-4adc-b4d6-7db4acf82004%2C16da0b73-27e4-41f4-802c-c88bb5d83a56%2C6ac6ac62-d8f2-4301-80c6-894a0f8906e8%2C7662565f-ea68-4bfa-a265-1d29184525fd%2C53292b6d-2cac-43a6-9507-45a06d207546%2Cb60b2f1e-9c81-47e2-b02d-137dd12d05f2%2Cd8beb887-fc3e-4722-852a-6c2262b04502%2C1ec377e5-f586-4bb8-b83d-bddc18122b1e%2C1a003c9c-fe3d-4c6d-9967-18a57e70f1bd%2Cf7e6db1b-f2b0-4229-83d4-679b98609eb3%2C9796a27a-05cf-4406-805c-30b378f6a05a%2C92d7aa54-c3bb-4657-95a5-ae6f9a733e5b%2C8296c62e-9bc3-4c84-9374-84c5883d3243%2Ccb49f86d-fbef-44be-8553-1218f41dc6fa%2C81714355-e650-4b3c-96c0-9198eda36c35%2Cca09896e-d3bb-4b0f-820a-bf1e2ae12f81%2Cd9dc2406-b2d5-45b6-b4ab-e2e8f1722a05%2C0f5633ea-4a1f-40de-82c1-f3d5ba16639a%2Cab9f21e2-77a9-4fdd-ad49-7ea09186b685%2C98c7cc89-2069-4028-8808-9d6317da47f4%2Cc56024d4-61b1-4a65-8881-559fed26c5c0%2Ca97ae276-e470-4683-b0f5-e9dc48e763bd%2Cef9cdbce-551d-4bd4-b0f7-bab22cee433f%2C595d3766-0b87-4940-b705-161d1a4626c3%2C8b88a866-15b7-44b2-b756-2942ce9232b8%2Cae0da7ea-d859-47fd-af02-ea12c040d24f%2C6a86f615-efd2-444c-8be6-fb2b2275fce8%2C95787226-e7b3-451c-9aea-7afabf6e340d%2C21b79f90-b0fd-4b43-9be0-46e4bc0968b7%2C89f64c79-2309-4afc-a284-dee5395c0c20%2Cf6b61085-f915-401f-8e36-e90c75152f80\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/?organization=53160406-3d29-4572-afaa-24be54322fee%2C55845fbd-5a70-42ae-8433-89e9072c01d0%2C43cc00ef-c50f-44a5-8446-b0771cf211b3%2C2c64deb0-4906-44a0-a3e7-012c815a6010%2Cb2c312ac-b949-4cc4-9dbd-dfa597aecc6f%2C3c42e3d4-42b1-4625-9190-b08a47a47632%2C734f43ee-ab39-4738-92a0-a95e4345f6ff%2Cee87ea38-a779-48dd-9e27-67e0a195eedc%2Cdfaa357d-881d-44ac-bb0d-6a69d2399539%2C4af3a80a-3d3f-434e-842a-bcf772f1448d%2Cb6e6239e-4810-4e76-a81d-00657a88ee7a%2C248ba507-20b6-45b4-acc4-75ff5586efe2%2Cc6dd9b1d-baee-49c6-8e1d-d53e55569364%2Cabe7e4b7-46d2-42b9-9771-0d1c54730b07%2Cf3da7a73-6a84-4547-90e8-c4880ee166fb%2Cf49e130a-bff1-4641-a1f7-28d03b53282a%2Cdc08b74f-9174-4945-954e-3580c4debe26%2Cd2ae0c4e-c272-42ed-ae77-477b875f2fac%2C68c394b3-e354-47e0-a144-9f2a01a09dde%2C13e7ab6b-ccdc-408a-87c7-580d86e43526%2C0d4efb19-446d-470b-b7a1-07fddefad6b2%2C8bad5386-3e10-43fb-b812-7b7c5c333548%2C0bbeebbf-a7a0-43c7-b6b6-5a035105435e%2Ccd7501eb-c0ab-4cee-bc96-4aaf9762d457%2C143b8721-1a43-450b-ac3d-717eb4845548%2Cb2044d6b-cc10-46bd-a171-e9398029fc05%2C5d1b5ace-705d-4246-aa6f-714f38cad533%2C406187a5-2838-4f92-8f10-34c683d47056%2Ce51d1e50-1071-4711-8aa1-a7f5a9e0547a%2Cebf92cef-994a-45cd-b9e3-cd1fe1c5bc7f%2C90100071-409e-4808-9782-a51a2ee97c4f%2Cb8e1269b-f118-4f4c-bd6a-460e9477f801%2C6b478409-354f-4887-b04f-ec3247465bc9%2Cfaf89d3f-271d-440a-b706-c5e108d352c7%2Cfd53a653-c7b9-4ced-8920-4b9edfac75ce%2C1bf73b57-c066-4adc-b4d6-7db4acf82004%2C16da0b73-27e4-41f4-802c-c88bb5d83a56%2C6ac6ac62-d8f2-4301-80c6-894a0f8906e8%2C7662565f-ea68-4bfa-a265-1d29184525fd%2C53292b6d-2cac-43a6-9507-45a06d207546%2Cb60b2f1e-9c81-47e2-b02d-137dd12d05f2%2Cd8beb887-fc3e-4722-852a-6c2262b04502%2C1ec377e5-f586-4bb8-b83d-bddc18122b1e%2C1a003c9c-fe3d-4c6d-9967-18a57e70f1bd%2Cf7e6db1b-f2b0-4229-83d4-679b98609eb3%2C9796a27a-05cf-4406-805c-30b378f6a05a%2C92d7aa54-c3bb-4657-95a5-ae6f9a733e5b%2C8296c62e-9bc3-4c84-9374-84c5883d3243%2Ccb49f86d-fbef-44be-8553-1218f41dc6fa%2C81714355-e650-4b3c-96c0-9198eda36c35%2Cca09896e-d3bb-4b0f-820a-bf1e2ae12f81%2Cd9dc2406-b2d5-45b6-b4ab-e2e8f1722a05%2C0f5633ea-4a1f-40de-82c1-f3d5ba16639a%2Cab9f21e2-77a9-4fdd-ad49-7ea09186b685%2C98c7cc89-2069-4028-8808-9d6317da47f4%2Cc56024d4-61b1-4a65-8881-559fed26c5c0%2Ca97ae276-e470-4683-b0f5-e9dc48e763bd%2Cef9cdbce-551d-4bd4-b0f7-bab22cee433f%2C595d3766-0b87-4940-b705-161d1a4626c3%2C8b88a866-15b7-44b2-b756-2942ce9232b8%2Cae0da7ea-d859-47fd-af02-ea12c040d24f%2C6a86f615-efd2-444c-8be6-fb2b2275fce8%2C95787226-e7b3-451c-9aea-7afabf6e340d%2C21b79f90-b0fd-4b43-9be0-46e4bc0968b7%2C89f64c79-2309-4afc-a284-dee5395c0c20%2Cf6b61085-f915-401f-8e36-e90c75152f80\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 14,\n \"type\": \"searchset\"\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Organization - Create Divisi Kesehatan Ibu dan Anak",
|
|
"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\": \"SW-KIA\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\",\n \"code\": \"team\",\n \"display\": \"Organizational team\"\n }\n ]\n }\n ],\n \"name\": \"Divisi Kesehatan Ibu dan Anak\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"[email protected]\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.puskesmassangatwaras.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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"city\": \"Pandeglang\",\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\": \"Puskesmas Sangat Waras\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Organization",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Organization"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Organization - Create Divisi Kesehatan Ibu dan Anak",
|
|
"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\": \"SW-KIA\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\",\n \"code\": \"team\",\n \"display\": \"Organizational team\"\n }\n ]\n }\n ],\n \"name\": \"Divisi Kesehatan Ibu dan Anak\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"[email protected]\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.puskesmassangatwaras.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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"city\": \"Pandeglang\",\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\": \"Puskesmas Sangat Waras\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Organization",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Organization"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 13 Feb 2023 08:10:20 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/fhir+json;charset=utf-8"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Organization/352401cc-66d5-4720-9aae-231327805053/_history/MTY3NjI3NTgyMDEwODc2ODAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY3NjI3NTgyMDEwODc2ODAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 13 Feb 2023 08:10:20 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1888"
|
|
},
|
|
{
|
|
"key": "x-xss-protection",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"key": "x-frame-options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "x-content-type-options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "1a33d45d-c36a-4090-8263-c90c9a3e1be7"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"352401cc-66d5-4720-9aae-231327805053\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000004\",\n \"use\": \"official\",\n \"value\": \"SW-KIA\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-02-13T08:10:20.108768+00:00\",\n \"versionId\": \"MTY3NjI3NTgyMDEwODc2ODAwMA\"\n },\n \"name\": \"Divisi Kesehatan Ibu dan Anak\",\n \"partOf\": {\n \"display\": \"Puskesmas Sangat Waras\",\n \"reference\": \"Organization/10000004\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n}"
|
|
},
|
|
{
|
|
"name": "Organization - Create Divisi Kesehatan Ibu dan Anak",
|
|
"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\": \"SW-KIA\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\",\n \"code\": \"team\",\n \"display\": \"Organizational team\"\n }\n ]\n }\n ],\n \"name\": \"Divisi Kesehatan Ibu dan Anak\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"[email protected]\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.puskesmassangatwaras.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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"city\": \"Pandeglang\",\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\": \"Puskesmas Sangat Waras\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Organization",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Organization"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 13 Feb 2023 08:10:20 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/fhir+json;charset=utf-8"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Organization/352401cc-66d5-4720-9aae-231327805053/_history/MTY3NjI3NTgyMDEwODc2ODAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY3NjI3NTgyMDEwODc2ODAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 13 Feb 2023 08:10:20 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1888"
|
|
},
|
|
{
|
|
"key": "x-xss-protection",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"key": "x-frame-options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "x-content-type-options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "1a33d45d-c36a-4090-8263-c90c9a3e1be7"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"352401cc-66d5-4720-9aae-231327805053\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000004\",\n \"use\": \"official\",\n \"value\": \"SW-KIA\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-02-13T08:10:20.108768+00:00\",\n \"versionId\": \"MTY3NjI3NTgyMDEwODc2ODAwMA\"\n },\n \"name\": \"Divisi Kesehatan Ibu dan Anak\",\n \"partOf\": {\n \"display\": \"Puskesmas Sangat Waras\",\n \"reference\": \"Organization/10000004\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Location - Get locations based on a list",
|
|
"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.name.includes('Tumbuh Kembang')) {\r",
|
|
" pm.collectionVariables.set('Location_id', data.id);\r",
|
|
" pm.collectionVariables.set('Location_Name', data.name)\r",
|
|
" }\r",
|
|
"})"
|
|
],
|
|
"type": "text/javascript",
|
|
"packages": {}
|
|
}
|
|
}
|
|
],
|
|
"request": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{base_url}}/Location?organization={{org_list}}",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Location"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "organization",
|
|
"value": "{{org_list}}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Location - Get locations based on a list",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{base_url}}/Location?organization={{org_list}}",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Location"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "organization",
|
|
"value": "{{org_list}}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 10 Jun 2024 09:38:18 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "22410"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "621e734e-def2-4486-913f-0db221c949ab"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/Location/3d175026-ef09-4f61-8ba9-6a32a19eaddc\",\n \"resource\": {\n \"description\": \"Poli Tumbuh Kembang, Lantai 2, Gedung Utama\",\n \"id\": \"3d175026-ef09-4f61-8ba9-6a32a19eaddc\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"P-TumbuhKembang-SDIDTK\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/21b79f90-b0fd-4b43-9be0-46e4bc0968b7\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-31T05:36:00.178318+00:00\",\n \"versionId\": \"MTcxNzEzMzc2MDE3ODMxODAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Poli Tumbuh Kembang\",\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/cb3bd29e-a1b3-44c0-ab49-828bbb1b6bf0\",\n \"resource\": {\n \"description\": \"Ruang PONED A, Departemen KIA, Lantai 1, Gedung Utama\",\n \"id\": \"cb3bd29e-a1b3-44c0-ab49-828bbb1b6bf0\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"P-ANC-PONED-A\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/ca09896e-d3bb-4b0f-820a-bf1e2ae12f81\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-29T07:04:09.031378+00:00\",\n \"versionId\": \"MTcxNjk2NjI0OTAzMTM3ODAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang PONED A, Departemen KIA\",\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassatusehat.com\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/68f44bb8-e5cd-4e8b-9c97-a2c83516095f\",\n \"resource\": {\n \"description\": \"Ruang Pelayanan Gizi\",\n \"id\": \"68f44bb8-e5cd-4e8b-9c97-a2c83516095f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"SS-UKP-POLI-GIZI-ROOM\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/d9dc2406-b2d5-45b6-b4ab-e2e8f1722a05\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-08T08:13:35.869929+00:00\",\n \"versionId\": \"MTcxNTE1NjAxNTg2OTkyOTAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Pelayanan Gizi\",\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\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/a6eaafcb-76d0-4a78-afee-96cff6663388\",\n \"resource\": {\n \"description\": \"Ruang Poli Tumbuh Kembang\",\n \"id\": \"a6eaafcb-76d0-4a78-afee-96cff6663388\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"SS-UKP-TUMBANG-ROOM\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/0f5633ea-4a1f-40de-82c1-f3d5ba16639a\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-02T14:05:20.668875+00:00\",\n \"versionId\": \"MTcxNDY1ODcyMDY2ODg3NTAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Poli Tumbuh Kembang\",\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\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/29ec0c7d-580d-46bd-b6ee-db9894284ea2\",\n \"resource\": {\n \"description\": \"Ruang Apotek\",\n \"id\": \"29ec0c7d-580d-46bd-b6ee-db9894284ea2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"SS-UKP-FAR-ROOM\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/98c7cc89-2069-4028-8808-9d6317da47f4\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:46:01.197860+00:00\",\n \"versionId\": \"MTcxMzM0MzU2MTE5Nzg2MDAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Apotek\",\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\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/308680cc-4007-46c3-9818-21d3d6340467\",\n \"resource\": {\n \"description\": \"Ruang Poli Umum\",\n \"id\": \"308680cc-4007-46c3-9818-21d3d6340467\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"SS-UKP-POLI-ROOM\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/98c7cc89-2069-4028-8808-9d6317da47f4\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:44:51.628210+00:00\",\n \"versionId\": \"MTcxMzM0MzQ5MTYyODIxMDAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Poli Umum\",\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\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/61e6f6a6-5f3d-4eba-a874-b3a92efdcfe4\",\n \"resource\": {\n \"description\": \"Ruang Apotek\",\n \"id\": \"61e6f6a6-5f3d-4eba-a874-b3a92efdcfe4\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"SS-UKP-FAR-ROOM\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/a97ae276-e470-4683-b0f5-e9dc48e763bd\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:15:39.035271+00:00\",\n \"versionId\": \"MTcxMzM0MTczOTAzNTI3MTAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Apotek\",\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\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/efd2fafe-9f4e-4833-a8e4-261ceef02199\",\n \"resource\": {\n \"description\": \"Ruang Poli Umum\",\n \"id\": \"efd2fafe-9f4e-4833-a8e4-261ceef02199\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"SS-UKP-POLI-ROOM\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/ef9cdbce-551d-4bd4-b0f7-bab22cee433f\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:10:04.988966+00:00\",\n \"versionId\": \"MTcxMzM0MTQwNDk4ODk2NjAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Poli Umum\",\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\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/dbdc1aad-88f2-4362-967f-d7e80cf8834f\",\n \"resource\": {\n \"description\": \"Ruang Poli SMF Rajal\",\n \"id\": \"dbdc1aad-88f2-4362-967f-d7e80cf8834f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"SMF-RAJAL-POLI-ROOM\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/595d3766-0b87-4940-b705-161d1a4626c3\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-04-04T03:16:30.546570+00:00\",\n \"versionId\": \"MTcxMjIwMDU5MDU0NjU3MDAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Poli SMF Rajal\",\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\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/82b95bbe-3ec6-40c8-bbe9-250037d9b989\",\n \"resource\": {\n \"description\": \"Poli Umum Puskesmas SATUSEHAT\",\n \"id\": \"82b95bbe-3ec6-40c8-bbe9-250037d9b989\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"P-Umum\"\n }\n ],\n \"managingOrganization\": {\n \"display\": \"Pelayanan Umum\",\n \"reference\": \"Organization/6a86f615-efd2-444c-8be6-fb2b2275fce8\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T14:41:08.465556+00:00\",\n \"versionId\": \"MTcxMDYwMDA2ODQ2NTU1NjAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Poli Umum\",\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\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/cd7e9b78-6779-4e6b-9d13-455a077d10d2\",\n \"resource\": {\n \"description\": \"Ruang Posyandu, Posyandu Waras Utara 01\",\n \"id\": \"cd7e9b78-6779-4e6b-9d13-455a077d10d2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"SW-PSW-001-WRS001\"\n }\n ],\n \"managingOrganization\": {\n \"display\": \"Posyandu Waras Utara 01\",\n \"reference\": \"Organization/89f64c79-2309-4afc-a284-dee5395c0c20\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-02T10:07:07.123640+00:00\",\n \"versionId\": \"MTcwOTM3NDAyNzEyMzY0MDAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Posyandu, Posyandu Waras Utara 01\",\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/a6bab5d0-ba3c-4f73-8450-f44d6ca8e9d4\",\n \"resource\": {\n \"description\": \"Ruang UKS, SMAN 01 Sangat Waras\",\n \"id\": \"a6bab5d0-ba3c-4f73-8450-f44d6ca8e9d4\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"SW-UKS-001-SMAN01\"\n }\n ],\n \"managingOrganization\": {\n \"display\": \"UKS SMAN 1 Sangat Waras\",\n \"reference\": \"Organization/f6b61085-f915-401f-8e36-e90c75152f80\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-02T07:46:39.327618+00:00\",\n \"versionId\": \"MTcwOTM2NTU5OTMyNzYxODAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang UKS, SMAN 01 Sangat Waras\",\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/f899aa39-c22f-43e9-9113-bf1f398473f5\",\n \"resource\": {\n \"description\": \"Poli Tumbuh Kembang, Lantai 2, Gedung Utama\",\n \"id\": \"f899aa39-c22f-43e9-9113-bf1f398473f5\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"P-TumbuhKembang-SDIDTK\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/21b79f90-b0fd-4b43-9be0-46e4bc0968b7\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-02-09T09:10:54.821264+00:00\",\n \"versionId\": \"MTcwNzQ2OTg1NDgyMTI2NDAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Poli Tumbuh Kembang\",\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/29bc6779-e877-4cb4-8f71-5db4d0cdda0a\",\n \"resource\": {\n \"description\": \"Ruang Poli SMF Rajal\",\n \"id\": \"29bc6779-e877-4cb4-8f71-5db4d0cdda0a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"SMF-RAJAL-POLI-ROOM\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/95787226-e7b3-451c-9aea-7afabf6e340d\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-31T10:17:59.888934+00:00\",\n \"versionId\": \"MTcwNjY5NjI3OTg4ODkzNDAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Poli SMF Rajal\",\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ]\n }\n }\n ],\n \"link\": [\n {\n \"relation\": \"search\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/?organization=53160406-3d29-4572-afaa-24be54322fee%2C55845fbd-5a70-42ae-8433-89e9072c01d0%2C43cc00ef-c50f-44a5-8446-b0771cf211b3%2C2c64deb0-4906-44a0-a3e7-012c815a6010%2Cb2c312ac-b949-4cc4-9dbd-dfa597aecc6f%2C3c42e3d4-42b1-4625-9190-b08a47a47632%2C734f43ee-ab39-4738-92a0-a95e4345f6ff%2Cee87ea38-a779-48dd-9e27-67e0a195eedc%2Cdfaa357d-881d-44ac-bb0d-6a69d2399539%2C4af3a80a-3d3f-434e-842a-bcf772f1448d%2Cb6e6239e-4810-4e76-a81d-00657a88ee7a%2C248ba507-20b6-45b4-acc4-75ff5586efe2%2Cc6dd9b1d-baee-49c6-8e1d-d53e55569364%2Cabe7e4b7-46d2-42b9-9771-0d1c54730b07%2Cf3da7a73-6a84-4547-90e8-c4880ee166fb%2Cf49e130a-bff1-4641-a1f7-28d03b53282a%2Cdc08b74f-9174-4945-954e-3580c4debe26%2Cd2ae0c4e-c272-42ed-ae77-477b875f2fac%2C68c394b3-e354-47e0-a144-9f2a01a09dde%2C13e7ab6b-ccdc-408a-87c7-580d86e43526%2C0d4efb19-446d-470b-b7a1-07fddefad6b2%2C8bad5386-3e10-43fb-b812-7b7c5c333548%2C0bbeebbf-a7a0-43c7-b6b6-5a035105435e%2Ccd7501eb-c0ab-4cee-bc96-4aaf9762d457%2C143b8721-1a43-450b-ac3d-717eb4845548%2Cb2044d6b-cc10-46bd-a171-e9398029fc05%2C5d1b5ace-705d-4246-aa6f-714f38cad533%2C406187a5-2838-4f92-8f10-34c683d47056%2Ce51d1e50-1071-4711-8aa1-a7f5a9e0547a%2Cebf92cef-994a-45cd-b9e3-cd1fe1c5bc7f%2C90100071-409e-4808-9782-a51a2ee97c4f%2Cb8e1269b-f118-4f4c-bd6a-460e9477f801%2C6b478409-354f-4887-b04f-ec3247465bc9%2Cfaf89d3f-271d-440a-b706-c5e108d352c7%2Cfd53a653-c7b9-4ced-8920-4b9edfac75ce%2C1bf73b57-c066-4adc-b4d6-7db4acf82004%2C16da0b73-27e4-41f4-802c-c88bb5d83a56%2C6ac6ac62-d8f2-4301-80c6-894a0f8906e8%2C7662565f-ea68-4bfa-a265-1d29184525fd%2C53292b6d-2cac-43a6-9507-45a06d207546%2Cb60b2f1e-9c81-47e2-b02d-137dd12d05f2%2Cd8beb887-fc3e-4722-852a-6c2262b04502%2C1ec377e5-f586-4bb8-b83d-bddc18122b1e%2C1a003c9c-fe3d-4c6d-9967-18a57e70f1bd%2Cf7e6db1b-f2b0-4229-83d4-679b98609eb3%2C9796a27a-05cf-4406-805c-30b378f6a05a%2C92d7aa54-c3bb-4657-95a5-ae6f9a733e5b%2C8296c62e-9bc3-4c84-9374-84c5883d3243%2Ccb49f86d-fbef-44be-8553-1218f41dc6fa%2C81714355-e650-4b3c-96c0-9198eda36c35%2Cca09896e-d3bb-4b0f-820a-bf1e2ae12f81%2Cd9dc2406-b2d5-45b6-b4ab-e2e8f1722a05%2C0f5633ea-4a1f-40de-82c1-f3d5ba16639a%2Cab9f21e2-77a9-4fdd-ad49-7ea09186b685%2C98c7cc89-2069-4028-8808-9d6317da47f4%2Cc56024d4-61b1-4a65-8881-559fed26c5c0%2Ca97ae276-e470-4683-b0f5-e9dc48e763bd%2Cef9cdbce-551d-4bd4-b0f7-bab22cee433f%2C595d3766-0b87-4940-b705-161d1a4626c3%2C8b88a866-15b7-44b2-b756-2942ce9232b8%2Cae0da7ea-d859-47fd-af02-ea12c040d24f%2C6a86f615-efd2-444c-8be6-fb2b2275fce8%2C95787226-e7b3-451c-9aea-7afabf6e340d%2C21b79f90-b0fd-4b43-9be0-46e4bc0968b7%2C89f64c79-2309-4afc-a284-dee5395c0c20%2Cf6b61085-f915-401f-8e36-e90c75152f80\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/?organization=53160406-3d29-4572-afaa-24be54322fee%2C55845fbd-5a70-42ae-8433-89e9072c01d0%2C43cc00ef-c50f-44a5-8446-b0771cf211b3%2C2c64deb0-4906-44a0-a3e7-012c815a6010%2Cb2c312ac-b949-4cc4-9dbd-dfa597aecc6f%2C3c42e3d4-42b1-4625-9190-b08a47a47632%2C734f43ee-ab39-4738-92a0-a95e4345f6ff%2Cee87ea38-a779-48dd-9e27-67e0a195eedc%2Cdfaa357d-881d-44ac-bb0d-6a69d2399539%2C4af3a80a-3d3f-434e-842a-bcf772f1448d%2Cb6e6239e-4810-4e76-a81d-00657a88ee7a%2C248ba507-20b6-45b4-acc4-75ff5586efe2%2Cc6dd9b1d-baee-49c6-8e1d-d53e55569364%2Cabe7e4b7-46d2-42b9-9771-0d1c54730b07%2Cf3da7a73-6a84-4547-90e8-c4880ee166fb%2Cf49e130a-bff1-4641-a1f7-28d03b53282a%2Cdc08b74f-9174-4945-954e-3580c4debe26%2Cd2ae0c4e-c272-42ed-ae77-477b875f2fac%2C68c394b3-e354-47e0-a144-9f2a01a09dde%2C13e7ab6b-ccdc-408a-87c7-580d86e43526%2C0d4efb19-446d-470b-b7a1-07fddefad6b2%2C8bad5386-3e10-43fb-b812-7b7c5c333548%2C0bbeebbf-a7a0-43c7-b6b6-5a035105435e%2Ccd7501eb-c0ab-4cee-bc96-4aaf9762d457%2C143b8721-1a43-450b-ac3d-717eb4845548%2Cb2044d6b-cc10-46bd-a171-e9398029fc05%2C5d1b5ace-705d-4246-aa6f-714f38cad533%2C406187a5-2838-4f92-8f10-34c683d47056%2Ce51d1e50-1071-4711-8aa1-a7f5a9e0547a%2Cebf92cef-994a-45cd-b9e3-cd1fe1c5bc7f%2C90100071-409e-4808-9782-a51a2ee97c4f%2Cb8e1269b-f118-4f4c-bd6a-460e9477f801%2C6b478409-354f-4887-b04f-ec3247465bc9%2Cfaf89d3f-271d-440a-b706-c5e108d352c7%2Cfd53a653-c7b9-4ced-8920-4b9edfac75ce%2C1bf73b57-c066-4adc-b4d6-7db4acf82004%2C16da0b73-27e4-41f4-802c-c88bb5d83a56%2C6ac6ac62-d8f2-4301-80c6-894a0f8906e8%2C7662565f-ea68-4bfa-a265-1d29184525fd%2C53292b6d-2cac-43a6-9507-45a06d207546%2Cb60b2f1e-9c81-47e2-b02d-137dd12d05f2%2Cd8beb887-fc3e-4722-852a-6c2262b04502%2C1ec377e5-f586-4bb8-b83d-bddc18122b1e%2C1a003c9c-fe3d-4c6d-9967-18a57e70f1bd%2Cf7e6db1b-f2b0-4229-83d4-679b98609eb3%2C9796a27a-05cf-4406-805c-30b378f6a05a%2C92d7aa54-c3bb-4657-95a5-ae6f9a733e5b%2C8296c62e-9bc3-4c84-9374-84c5883d3243%2Ccb49f86d-fbef-44be-8553-1218f41dc6fa%2C81714355-e650-4b3c-96c0-9198eda36c35%2Cca09896e-d3bb-4b0f-820a-bf1e2ae12f81%2Cd9dc2406-b2d5-45b6-b4ab-e2e8f1722a05%2C0f5633ea-4a1f-40de-82c1-f3d5ba16639a%2Cab9f21e2-77a9-4fdd-ad49-7ea09186b685%2C98c7cc89-2069-4028-8808-9d6317da47f4%2Cc56024d4-61b1-4a65-8881-559fed26c5c0%2Ca97ae276-e470-4683-b0f5-e9dc48e763bd%2Cef9cdbce-551d-4bd4-b0f7-bab22cee433f%2C595d3766-0b87-4940-b705-161d1a4626c3%2C8b88a866-15b7-44b2-b756-2942ce9232b8%2Cae0da7ea-d859-47fd-af02-ea12c040d24f%2C6a86f615-efd2-444c-8be6-fb2b2275fce8%2C95787226-e7b3-451c-9aea-7afabf6e340d%2C21b79f90-b0fd-4b43-9be0-46e4bc0968b7%2C89f64c79-2309-4afc-a284-dee5395c0c20%2Cf6b61085-f915-401f-8e36-e90c75152f80\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/?organization=53160406-3d29-4572-afaa-24be54322fee%2C55845fbd-5a70-42ae-8433-89e9072c01d0%2C43cc00ef-c50f-44a5-8446-b0771cf211b3%2C2c64deb0-4906-44a0-a3e7-012c815a6010%2Cb2c312ac-b949-4cc4-9dbd-dfa597aecc6f%2C3c42e3d4-42b1-4625-9190-b08a47a47632%2C734f43ee-ab39-4738-92a0-a95e4345f6ff%2Cee87ea38-a779-48dd-9e27-67e0a195eedc%2Cdfaa357d-881d-44ac-bb0d-6a69d2399539%2C4af3a80a-3d3f-434e-842a-bcf772f1448d%2Cb6e6239e-4810-4e76-a81d-00657a88ee7a%2C248ba507-20b6-45b4-acc4-75ff5586efe2%2Cc6dd9b1d-baee-49c6-8e1d-d53e55569364%2Cabe7e4b7-46d2-42b9-9771-0d1c54730b07%2Cf3da7a73-6a84-4547-90e8-c4880ee166fb%2Cf49e130a-bff1-4641-a1f7-28d03b53282a%2Cdc08b74f-9174-4945-954e-3580c4debe26%2Cd2ae0c4e-c272-42ed-ae77-477b875f2fac%2C68c394b3-e354-47e0-a144-9f2a01a09dde%2C13e7ab6b-ccdc-408a-87c7-580d86e43526%2C0d4efb19-446d-470b-b7a1-07fddefad6b2%2C8bad5386-3e10-43fb-b812-7b7c5c333548%2C0bbeebbf-a7a0-43c7-b6b6-5a035105435e%2Ccd7501eb-c0ab-4cee-bc96-4aaf9762d457%2C143b8721-1a43-450b-ac3d-717eb4845548%2Cb2044d6b-cc10-46bd-a171-e9398029fc05%2C5d1b5ace-705d-4246-aa6f-714f38cad533%2C406187a5-2838-4f92-8f10-34c683d47056%2Ce51d1e50-1071-4711-8aa1-a7f5a9e0547a%2Cebf92cef-994a-45cd-b9e3-cd1fe1c5bc7f%2C90100071-409e-4808-9782-a51a2ee97c4f%2Cb8e1269b-f118-4f4c-bd6a-460e9477f801%2C6b478409-354f-4887-b04f-ec3247465bc9%2Cfaf89d3f-271d-440a-b706-c5e108d352c7%2Cfd53a653-c7b9-4ced-8920-4b9edfac75ce%2C1bf73b57-c066-4adc-b4d6-7db4acf82004%2C16da0b73-27e4-41f4-802c-c88bb5d83a56%2C6ac6ac62-d8f2-4301-80c6-894a0f8906e8%2C7662565f-ea68-4bfa-a265-1d29184525fd%2C53292b6d-2cac-43a6-9507-45a06d207546%2Cb60b2f1e-9c81-47e2-b02d-137dd12d05f2%2Cd8beb887-fc3e-4722-852a-6c2262b04502%2C1ec377e5-f586-4bb8-b83d-bddc18122b1e%2C1a003c9c-fe3d-4c6d-9967-18a57e70f1bd%2Cf7e6db1b-f2b0-4229-83d4-679b98609eb3%2C9796a27a-05cf-4406-805c-30b378f6a05a%2C92d7aa54-c3bb-4657-95a5-ae6f9a733e5b%2C8296c62e-9bc3-4c84-9374-84c5883d3243%2Ccb49f86d-fbef-44be-8553-1218f41dc6fa%2C81714355-e650-4b3c-96c0-9198eda36c35%2Cca09896e-d3bb-4b0f-820a-bf1e2ae12f81%2Cd9dc2406-b2d5-45b6-b4ab-e2e8f1722a05%2C0f5633ea-4a1f-40de-82c1-f3d5ba16639a%2Cab9f21e2-77a9-4fdd-ad49-7ea09186b685%2C98c7cc89-2069-4028-8808-9d6317da47f4%2Cc56024d4-61b1-4a65-8881-559fed26c5c0%2Ca97ae276-e470-4683-b0f5-e9dc48e763bd%2Cef9cdbce-551d-4bd4-b0f7-bab22cee433f%2C595d3766-0b87-4940-b705-161d1a4626c3%2C8b88a866-15b7-44b2-b756-2942ce9232b8%2Cae0da7ea-d859-47fd-af02-ea12c040d24f%2C6a86f615-efd2-444c-8be6-fb2b2275fce8%2C95787226-e7b3-451c-9aea-7afabf6e340d%2C21b79f90-b0fd-4b43-9be0-46e4bc0968b7%2C89f64c79-2309-4afc-a284-dee5395c0c20%2Cf6b61085-f915-401f-8e36-e90c75152f80\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 14,\n \"type\": \"searchset\"\n}"
|
|
},
|
|
{
|
|
"name": "Location - Get locations based on a list",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{base_url}}/Location?organization={{org_list}}",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Location"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "organization",
|
|
"value": "{{org_list}}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 10 Jun 2024 09:38:18 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "22410"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "621e734e-def2-4486-913f-0db221c949ab"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/Location/3d175026-ef09-4f61-8ba9-6a32a19eaddc\",\n \"resource\": {\n \"description\": \"Poli Tumbuh Kembang, Lantai 2, Gedung Utama\",\n \"id\": \"3d175026-ef09-4f61-8ba9-6a32a19eaddc\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"P-TumbuhKembang-SDIDTK\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/21b79f90-b0fd-4b43-9be0-46e4bc0968b7\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-31T05:36:00.178318+00:00\",\n \"versionId\": \"MTcxNzEzMzc2MDE3ODMxODAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Poli Tumbuh Kembang\",\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/cb3bd29e-a1b3-44c0-ab49-828bbb1b6bf0\",\n \"resource\": {\n \"description\": \"Ruang PONED A, Departemen KIA, Lantai 1, Gedung Utama\",\n \"id\": \"cb3bd29e-a1b3-44c0-ab49-828bbb1b6bf0\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"P-ANC-PONED-A\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/ca09896e-d3bb-4b0f-820a-bf1e2ae12f81\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-29T07:04:09.031378+00:00\",\n \"versionId\": \"MTcxNjk2NjI0OTAzMTM3ODAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang PONED A, Departemen KIA\",\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassatusehat.com\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/68f44bb8-e5cd-4e8b-9c97-a2c83516095f\",\n \"resource\": {\n \"description\": \"Ruang Pelayanan Gizi\",\n \"id\": \"68f44bb8-e5cd-4e8b-9c97-a2c83516095f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"SS-UKP-POLI-GIZI-ROOM\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/d9dc2406-b2d5-45b6-b4ab-e2e8f1722a05\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-08T08:13:35.869929+00:00\",\n \"versionId\": \"MTcxNTE1NjAxNTg2OTkyOTAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Pelayanan Gizi\",\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\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/a6eaafcb-76d0-4a78-afee-96cff6663388\",\n \"resource\": {\n \"description\": \"Ruang Poli Tumbuh Kembang\",\n \"id\": \"a6eaafcb-76d0-4a78-afee-96cff6663388\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"SS-UKP-TUMBANG-ROOM\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/0f5633ea-4a1f-40de-82c1-f3d5ba16639a\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-05-02T14:05:20.668875+00:00\",\n \"versionId\": \"MTcxNDY1ODcyMDY2ODg3NTAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Poli Tumbuh Kembang\",\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\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/29ec0c7d-580d-46bd-b6ee-db9894284ea2\",\n \"resource\": {\n \"description\": \"Ruang Apotek\",\n \"id\": \"29ec0c7d-580d-46bd-b6ee-db9894284ea2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"SS-UKP-FAR-ROOM\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/98c7cc89-2069-4028-8808-9d6317da47f4\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:46:01.197860+00:00\",\n \"versionId\": \"MTcxMzM0MzU2MTE5Nzg2MDAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Apotek\",\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\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/308680cc-4007-46c3-9818-21d3d6340467\",\n \"resource\": {\n \"description\": \"Ruang Poli Umum\",\n \"id\": \"308680cc-4007-46c3-9818-21d3d6340467\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"SS-UKP-POLI-ROOM\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/98c7cc89-2069-4028-8808-9d6317da47f4\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:44:51.628210+00:00\",\n \"versionId\": \"MTcxMzM0MzQ5MTYyODIxMDAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Poli Umum\",\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\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/61e6f6a6-5f3d-4eba-a874-b3a92efdcfe4\",\n \"resource\": {\n \"description\": \"Ruang Apotek\",\n \"id\": \"61e6f6a6-5f3d-4eba-a874-b3a92efdcfe4\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"SS-UKP-FAR-ROOM\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/a97ae276-e470-4683-b0f5-e9dc48e763bd\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:15:39.035271+00:00\",\n \"versionId\": \"MTcxMzM0MTczOTAzNTI3MTAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Apotek\",\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\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/efd2fafe-9f4e-4833-a8e4-261ceef02199\",\n \"resource\": {\n \"description\": \"Ruang Poli Umum\",\n \"id\": \"efd2fafe-9f4e-4833-a8e4-261ceef02199\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"SS-UKP-POLI-ROOM\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/ef9cdbce-551d-4bd4-b0f7-bab22cee433f\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:10:04.988966+00:00\",\n \"versionId\": \"MTcxMzM0MTQwNDk4ODk2NjAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Poli Umum\",\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\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/dbdc1aad-88f2-4362-967f-d7e80cf8834f\",\n \"resource\": {\n \"description\": \"Ruang Poli SMF Rajal\",\n \"id\": \"dbdc1aad-88f2-4362-967f-d7e80cf8834f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"SMF-RAJAL-POLI-ROOM\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/595d3766-0b87-4940-b705-161d1a4626c3\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-04-04T03:16:30.546570+00:00\",\n \"versionId\": \"MTcxMjIwMDU5MDU0NjU3MDAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Poli SMF Rajal\",\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\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/82b95bbe-3ec6-40c8-bbe9-250037d9b989\",\n \"resource\": {\n \"description\": \"Poli Umum Puskesmas SATUSEHAT\",\n \"id\": \"82b95bbe-3ec6-40c8-bbe9-250037d9b989\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"P-Umum\"\n }\n ],\n \"managingOrganization\": {\n \"display\": \"Pelayanan Umum\",\n \"reference\": \"Organization/6a86f615-efd2-444c-8be6-fb2b2275fce8\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T14:41:08.465556+00:00\",\n \"versionId\": \"MTcxMDYwMDA2ODQ2NTU1NjAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Poli Umum\",\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\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/cd7e9b78-6779-4e6b-9d13-455a077d10d2\",\n \"resource\": {\n \"description\": \"Ruang Posyandu, Posyandu Waras Utara 01\",\n \"id\": \"cd7e9b78-6779-4e6b-9d13-455a077d10d2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"SW-PSW-001-WRS001\"\n }\n ],\n \"managingOrganization\": {\n \"display\": \"Posyandu Waras Utara 01\",\n \"reference\": \"Organization/89f64c79-2309-4afc-a284-dee5395c0c20\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-02T10:07:07.123640+00:00\",\n \"versionId\": \"MTcwOTM3NDAyNzEyMzY0MDAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Posyandu, Posyandu Waras Utara 01\",\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/a6bab5d0-ba3c-4f73-8450-f44d6ca8e9d4\",\n \"resource\": {\n \"description\": \"Ruang UKS, SMAN 01 Sangat Waras\",\n \"id\": \"a6bab5d0-ba3c-4f73-8450-f44d6ca8e9d4\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"SW-UKS-001-SMAN01\"\n }\n ],\n \"managingOrganization\": {\n \"display\": \"UKS SMAN 1 Sangat Waras\",\n \"reference\": \"Organization/f6b61085-f915-401f-8e36-e90c75152f80\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-03-02T07:46:39.327618+00:00\",\n \"versionId\": \"MTcwOTM2NTU5OTMyNzYxODAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang UKS, SMAN 01 Sangat Waras\",\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/f899aa39-c22f-43e9-9113-bf1f398473f5\",\n \"resource\": {\n \"description\": \"Poli Tumbuh Kembang, Lantai 2, Gedung Utama\",\n \"id\": \"f899aa39-c22f-43e9-9113-bf1f398473f5\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"P-TumbuhKembang-SDIDTK\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/21b79f90-b0fd-4b43-9be0-46e4bc0968b7\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-02-09T09:10:54.821264+00:00\",\n \"versionId\": \"MTcwNzQ2OTg1NDgyMTI2NDAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Poli Tumbuh Kembang\",\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/29bc6779-e877-4cb4-8f71-5db4d0cdda0a\",\n \"resource\": {\n \"description\": \"Ruang Poli SMF Rajal\",\n \"id\": \"29bc6779-e877-4cb4-8f71-5db4d0cdda0a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000005\",\n \"value\": \"SMF-RAJAL-POLI-ROOM\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/95787226-e7b3-451c-9aea-7afabf6e340d\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-31T10:17:59.888934+00:00\",\n \"versionId\": \"MTcwNjY5NjI3OTg4ODkzNDAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Poli SMF Rajal\",\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ]\n }\n }\n ],\n \"link\": [\n {\n \"relation\": \"search\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/?organization=53160406-3d29-4572-afaa-24be54322fee%2C55845fbd-5a70-42ae-8433-89e9072c01d0%2C43cc00ef-c50f-44a5-8446-b0771cf211b3%2C2c64deb0-4906-44a0-a3e7-012c815a6010%2Cb2c312ac-b949-4cc4-9dbd-dfa597aecc6f%2C3c42e3d4-42b1-4625-9190-b08a47a47632%2C734f43ee-ab39-4738-92a0-a95e4345f6ff%2Cee87ea38-a779-48dd-9e27-67e0a195eedc%2Cdfaa357d-881d-44ac-bb0d-6a69d2399539%2C4af3a80a-3d3f-434e-842a-bcf772f1448d%2Cb6e6239e-4810-4e76-a81d-00657a88ee7a%2C248ba507-20b6-45b4-acc4-75ff5586efe2%2Cc6dd9b1d-baee-49c6-8e1d-d53e55569364%2Cabe7e4b7-46d2-42b9-9771-0d1c54730b07%2Cf3da7a73-6a84-4547-90e8-c4880ee166fb%2Cf49e130a-bff1-4641-a1f7-28d03b53282a%2Cdc08b74f-9174-4945-954e-3580c4debe26%2Cd2ae0c4e-c272-42ed-ae77-477b875f2fac%2C68c394b3-e354-47e0-a144-9f2a01a09dde%2C13e7ab6b-ccdc-408a-87c7-580d86e43526%2C0d4efb19-446d-470b-b7a1-07fddefad6b2%2C8bad5386-3e10-43fb-b812-7b7c5c333548%2C0bbeebbf-a7a0-43c7-b6b6-5a035105435e%2Ccd7501eb-c0ab-4cee-bc96-4aaf9762d457%2C143b8721-1a43-450b-ac3d-717eb4845548%2Cb2044d6b-cc10-46bd-a171-e9398029fc05%2C5d1b5ace-705d-4246-aa6f-714f38cad533%2C406187a5-2838-4f92-8f10-34c683d47056%2Ce51d1e50-1071-4711-8aa1-a7f5a9e0547a%2Cebf92cef-994a-45cd-b9e3-cd1fe1c5bc7f%2C90100071-409e-4808-9782-a51a2ee97c4f%2Cb8e1269b-f118-4f4c-bd6a-460e9477f801%2C6b478409-354f-4887-b04f-ec3247465bc9%2Cfaf89d3f-271d-440a-b706-c5e108d352c7%2Cfd53a653-c7b9-4ced-8920-4b9edfac75ce%2C1bf73b57-c066-4adc-b4d6-7db4acf82004%2C16da0b73-27e4-41f4-802c-c88bb5d83a56%2C6ac6ac62-d8f2-4301-80c6-894a0f8906e8%2C7662565f-ea68-4bfa-a265-1d29184525fd%2C53292b6d-2cac-43a6-9507-45a06d207546%2Cb60b2f1e-9c81-47e2-b02d-137dd12d05f2%2Cd8beb887-fc3e-4722-852a-6c2262b04502%2C1ec377e5-f586-4bb8-b83d-bddc18122b1e%2C1a003c9c-fe3d-4c6d-9967-18a57e70f1bd%2Cf7e6db1b-f2b0-4229-83d4-679b98609eb3%2C9796a27a-05cf-4406-805c-30b378f6a05a%2C92d7aa54-c3bb-4657-95a5-ae6f9a733e5b%2C8296c62e-9bc3-4c84-9374-84c5883d3243%2Ccb49f86d-fbef-44be-8553-1218f41dc6fa%2C81714355-e650-4b3c-96c0-9198eda36c35%2Cca09896e-d3bb-4b0f-820a-bf1e2ae12f81%2Cd9dc2406-b2d5-45b6-b4ab-e2e8f1722a05%2C0f5633ea-4a1f-40de-82c1-f3d5ba16639a%2Cab9f21e2-77a9-4fdd-ad49-7ea09186b685%2C98c7cc89-2069-4028-8808-9d6317da47f4%2Cc56024d4-61b1-4a65-8881-559fed26c5c0%2Ca97ae276-e470-4683-b0f5-e9dc48e763bd%2Cef9cdbce-551d-4bd4-b0f7-bab22cee433f%2C595d3766-0b87-4940-b705-161d1a4626c3%2C8b88a866-15b7-44b2-b756-2942ce9232b8%2Cae0da7ea-d859-47fd-af02-ea12c040d24f%2C6a86f615-efd2-444c-8be6-fb2b2275fce8%2C95787226-e7b3-451c-9aea-7afabf6e340d%2C21b79f90-b0fd-4b43-9be0-46e4bc0968b7%2C89f64c79-2309-4afc-a284-dee5395c0c20%2Cf6b61085-f915-401f-8e36-e90c75152f80\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/?organization=53160406-3d29-4572-afaa-24be54322fee%2C55845fbd-5a70-42ae-8433-89e9072c01d0%2C43cc00ef-c50f-44a5-8446-b0771cf211b3%2C2c64deb0-4906-44a0-a3e7-012c815a6010%2Cb2c312ac-b949-4cc4-9dbd-dfa597aecc6f%2C3c42e3d4-42b1-4625-9190-b08a47a47632%2C734f43ee-ab39-4738-92a0-a95e4345f6ff%2Cee87ea38-a779-48dd-9e27-67e0a195eedc%2Cdfaa357d-881d-44ac-bb0d-6a69d2399539%2C4af3a80a-3d3f-434e-842a-bcf772f1448d%2Cb6e6239e-4810-4e76-a81d-00657a88ee7a%2C248ba507-20b6-45b4-acc4-75ff5586efe2%2Cc6dd9b1d-baee-49c6-8e1d-d53e55569364%2Cabe7e4b7-46d2-42b9-9771-0d1c54730b07%2Cf3da7a73-6a84-4547-90e8-c4880ee166fb%2Cf49e130a-bff1-4641-a1f7-28d03b53282a%2Cdc08b74f-9174-4945-954e-3580c4debe26%2Cd2ae0c4e-c272-42ed-ae77-477b875f2fac%2C68c394b3-e354-47e0-a144-9f2a01a09dde%2C13e7ab6b-ccdc-408a-87c7-580d86e43526%2C0d4efb19-446d-470b-b7a1-07fddefad6b2%2C8bad5386-3e10-43fb-b812-7b7c5c333548%2C0bbeebbf-a7a0-43c7-b6b6-5a035105435e%2Ccd7501eb-c0ab-4cee-bc96-4aaf9762d457%2C143b8721-1a43-450b-ac3d-717eb4845548%2Cb2044d6b-cc10-46bd-a171-e9398029fc05%2C5d1b5ace-705d-4246-aa6f-714f38cad533%2C406187a5-2838-4f92-8f10-34c683d47056%2Ce51d1e50-1071-4711-8aa1-a7f5a9e0547a%2Cebf92cef-994a-45cd-b9e3-cd1fe1c5bc7f%2C90100071-409e-4808-9782-a51a2ee97c4f%2Cb8e1269b-f118-4f4c-bd6a-460e9477f801%2C6b478409-354f-4887-b04f-ec3247465bc9%2Cfaf89d3f-271d-440a-b706-c5e108d352c7%2Cfd53a653-c7b9-4ced-8920-4b9edfac75ce%2C1bf73b57-c066-4adc-b4d6-7db4acf82004%2C16da0b73-27e4-41f4-802c-c88bb5d83a56%2C6ac6ac62-d8f2-4301-80c6-894a0f8906e8%2C7662565f-ea68-4bfa-a265-1d29184525fd%2C53292b6d-2cac-43a6-9507-45a06d207546%2Cb60b2f1e-9c81-47e2-b02d-137dd12d05f2%2Cd8beb887-fc3e-4722-852a-6c2262b04502%2C1ec377e5-f586-4bb8-b83d-bddc18122b1e%2C1a003c9c-fe3d-4c6d-9967-18a57e70f1bd%2Cf7e6db1b-f2b0-4229-83d4-679b98609eb3%2C9796a27a-05cf-4406-805c-30b378f6a05a%2C92d7aa54-c3bb-4657-95a5-ae6f9a733e5b%2C8296c62e-9bc3-4c84-9374-84c5883d3243%2Ccb49f86d-fbef-44be-8553-1218f41dc6fa%2C81714355-e650-4b3c-96c0-9198eda36c35%2Cca09896e-d3bb-4b0f-820a-bf1e2ae12f81%2Cd9dc2406-b2d5-45b6-b4ab-e2e8f1722a05%2C0f5633ea-4a1f-40de-82c1-f3d5ba16639a%2Cab9f21e2-77a9-4fdd-ad49-7ea09186b685%2C98c7cc89-2069-4028-8808-9d6317da47f4%2Cc56024d4-61b1-4a65-8881-559fed26c5c0%2Ca97ae276-e470-4683-b0f5-e9dc48e763bd%2Cef9cdbce-551d-4bd4-b0f7-bab22cee433f%2C595d3766-0b87-4940-b705-161d1a4626c3%2C8b88a866-15b7-44b2-b756-2942ce9232b8%2Cae0da7ea-d859-47fd-af02-ea12c040d24f%2C6a86f615-efd2-444c-8be6-fb2b2275fce8%2C95787226-e7b3-451c-9aea-7afabf6e340d%2C21b79f90-b0fd-4b43-9be0-46e4bc0968b7%2C89f64c79-2309-4afc-a284-dee5395c0c20%2Cf6b61085-f915-401f-8e36-e90c75152f80\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Location/?organization=53160406-3d29-4572-afaa-24be54322fee%2C55845fbd-5a70-42ae-8433-89e9072c01d0%2C43cc00ef-c50f-44a5-8446-b0771cf211b3%2C2c64deb0-4906-44a0-a3e7-012c815a6010%2Cb2c312ac-b949-4cc4-9dbd-dfa597aecc6f%2C3c42e3d4-42b1-4625-9190-b08a47a47632%2C734f43ee-ab39-4738-92a0-a95e4345f6ff%2Cee87ea38-a779-48dd-9e27-67e0a195eedc%2Cdfaa357d-881d-44ac-bb0d-6a69d2399539%2C4af3a80a-3d3f-434e-842a-bcf772f1448d%2Cb6e6239e-4810-4e76-a81d-00657a88ee7a%2C248ba507-20b6-45b4-acc4-75ff5586efe2%2Cc6dd9b1d-baee-49c6-8e1d-d53e55569364%2Cabe7e4b7-46d2-42b9-9771-0d1c54730b07%2Cf3da7a73-6a84-4547-90e8-c4880ee166fb%2Cf49e130a-bff1-4641-a1f7-28d03b53282a%2Cdc08b74f-9174-4945-954e-3580c4debe26%2Cd2ae0c4e-c272-42ed-ae77-477b875f2fac%2C68c394b3-e354-47e0-a144-9f2a01a09dde%2C13e7ab6b-ccdc-408a-87c7-580d86e43526%2C0d4efb19-446d-470b-b7a1-07fddefad6b2%2C8bad5386-3e10-43fb-b812-7b7c5c333548%2C0bbeebbf-a7a0-43c7-b6b6-5a035105435e%2Ccd7501eb-c0ab-4cee-bc96-4aaf9762d457%2C143b8721-1a43-450b-ac3d-717eb4845548%2Cb2044d6b-cc10-46bd-a171-e9398029fc05%2C5d1b5ace-705d-4246-aa6f-714f38cad533%2C406187a5-2838-4f92-8f10-34c683d47056%2Ce51d1e50-1071-4711-8aa1-a7f5a9e0547a%2Cebf92cef-994a-45cd-b9e3-cd1fe1c5bc7f%2C90100071-409e-4808-9782-a51a2ee97c4f%2Cb8e1269b-f118-4f4c-bd6a-460e9477f801%2C6b478409-354f-4887-b04f-ec3247465bc9%2Cfaf89d3f-271d-440a-b706-c5e108d352c7%2Cfd53a653-c7b9-4ced-8920-4b9edfac75ce%2C1bf73b57-c066-4adc-b4d6-7db4acf82004%2C16da0b73-27e4-41f4-802c-c88bb5d83a56%2C6ac6ac62-d8f2-4301-80c6-894a0f8906e8%2C7662565f-ea68-4bfa-a265-1d29184525fd%2C53292b6d-2cac-43a6-9507-45a06d207546%2Cb60b2f1e-9c81-47e2-b02d-137dd12d05f2%2Cd8beb887-fc3e-4722-852a-6c2262b04502%2C1ec377e5-f586-4bb8-b83d-bddc18122b1e%2C1a003c9c-fe3d-4c6d-9967-18a57e70f1bd%2Cf7e6db1b-f2b0-4229-83d4-679b98609eb3%2C9796a27a-05cf-4406-805c-30b378f6a05a%2C92d7aa54-c3bb-4657-95a5-ae6f9a733e5b%2C8296c62e-9bc3-4c84-9374-84c5883d3243%2Ccb49f86d-fbef-44be-8553-1218f41dc6fa%2C81714355-e650-4b3c-96c0-9198eda36c35%2Cca09896e-d3bb-4b0f-820a-bf1e2ae12f81%2Cd9dc2406-b2d5-45b6-b4ab-e2e8f1722a05%2C0f5633ea-4a1f-40de-82c1-f3d5ba16639a%2Cab9f21e2-77a9-4fdd-ad49-7ea09186b685%2C98c7cc89-2069-4028-8808-9d6317da47f4%2Cc56024d4-61b1-4a65-8881-559fed26c5c0%2Ca97ae276-e470-4683-b0f5-e9dc48e763bd%2Cef9cdbce-551d-4bd4-b0f7-bab22cee433f%2C595d3766-0b87-4940-b705-161d1a4626c3%2C8b88a866-15b7-44b2-b756-2942ce9232b8%2Cae0da7ea-d859-47fd-af02-ea12c040d24f%2C6a86f615-efd2-444c-8be6-fb2b2275fce8%2C95787226-e7b3-451c-9aea-7afabf6e340d%2C21b79f90-b0fd-4b43-9be0-46e4bc0968b7%2C89f64c79-2309-4afc-a284-dee5395c0c20%2Cf6b61085-f915-401f-8e36-e90c75152f80\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 14,\n \"type\": \"searchset\"\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Organization - Get all suborg and subdivisions and append to list for GET Location",
|
|
"event": [
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"exec": [
|
|
"var bundle = pm.response.json();\r",
|
|
"var data = null;\r",
|
|
"var org_list= pm.collectionVariables.get('org_list');\r",
|
|
"var x = org_list.length;\r",
|
|
"bundle.entry.forEach(entry=> {\r",
|
|
" let data= entry.resource;\r",
|
|
" if (org_list.some(data.id) == false){\r",
|
|
" org_list.push(data.id)\r",
|
|
" }\r",
|
|
"})\r",
|
|
"var y = org_list.length;\r",
|
|
"if(x>=y){console.log('no more org detected')};\r",
|
|
"pm.collectionVariables.set('org_list', org_list);"
|
|
],
|
|
"type": "text/javascript",
|
|
"packages": {}
|
|
}
|
|
}
|
|
],
|
|
"request": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{base_url}}/Organization?partof={{org_list}}&_revinclude=Organization:partof&_revinclude=Organization:partof",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Organization"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "partof",
|
|
"value": "{{org_list}}"
|
|
},
|
|
{
|
|
"key": "_revinclude",
|
|
"value": "Organization:partof"
|
|
},
|
|
{
|
|
"key": "_revinclude",
|
|
"value": "Organization:partof"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Organization - Get all suborg and subdivisions and append to list for GET Locations",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{base_url}}/Organization?partof={{org_list}}&_revinclude=Organization:partof&_revinclude=Organization:partof",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Organization"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "partof",
|
|
"value": "{{org_list}}"
|
|
},
|
|
{
|
|
"key": "_revinclude",
|
|
"value": "Organization:partof"
|
|
},
|
|
{
|
|
"key": "_revinclude",
|
|
"value": "Organization:partof"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 10 Jun 2024 09:38:04 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "30182"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "1e309b0f-7de9-4a00-a449-c302eca9fd87"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/Organization/ca09896e-d3bb-4b0f-820a-bf1e2ae12f81\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"ca09896e-d3bb-4b0f-820a-bf1e2ae12f81\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SW-KIA-PONED\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-05-29T07:03:33.287690+00:00\",\n \"versionId\": \"MTcxNjk2NjIxMzI4NzY5MDAwMA\"\n },\n \"name\": \"Pelayanan Obstetri Neonatal Emergensi Dasar (PONED)\",\n \"partOf\": {\n \"display\": \"Pelayanan Obstetri Neonatal Emergensi Dasar (PONED)\",\n \"reference\": \"Organization/55845fbd-5a70-42ae-8433-89e9072c01d0\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmasatusehat.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/d9dc2406-b2d5-45b6-b4ab-e2e8f1722a05\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"d9dc2406-b2d5-45b6-b4ab-e2e8f1722a05\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-POLI-GIZI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-05-08T08:12:09.129524+00:00\",\n \"versionId\": \"MTcxNTE1NTkyOTEyOTUyNDAwMA\"\n },\n \"name\": \"Poli Gizi\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/0f5633ea-4a1f-40de-82c1-f3d5ba16639a\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"0f5633ea-4a1f-40de-82c1-f3d5ba16639a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-TUMBANG\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-05-02T14:05:15.967123+00:00\",\n \"versionId\": \"MTcxNDY1ODcxNTk2NzEyMzAwMA\"\n },\n \"name\": \"Poli Tumbuh Kembang Puskesmas SatuSehat\",\n \"partOf\": {\n \"display\": \"SMF Rawat Jalan\",\n \"reference\": \"Organization/43cc00ef-c50f-44a5-8446-b0771cf211b3\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/ab9f21e2-77a9-4fdd-ad49-7ea09186b685\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"ab9f21e2-77a9-4fdd-ad49-7ea09186b685\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-FAR\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:45:31.906976+00:00\",\n \"versionId\": \"MTcxMzM0MzUzMTkwNjk3NjAwMA\"\n },\n \"name\": \"Koord Apotek\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/98c7cc89-2069-4028-8808-9d6317da47f4\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"98c7cc89-2069-4028-8808-9d6317da47f4\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-POLI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:43:54.536698+00:00\",\n \"versionId\": \"MTcxMzM0MzQzNDUzNjY5ODAwMA\"\n },\n \"name\": \"Koord Poli Umum\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/c56024d4-61b1-4a65-8881-559fed26c5c0\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"c56024d4-61b1-4a65-8881-559fed26c5c0\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-POLI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:39:53.059533+00:00\",\n \"versionId\": \"MTcxMzM0MzE5MzA1OTUzMzAwMA\"\n },\n \"name\": \"Poli Umum\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/a97ae276-e470-4683-b0f5-e9dc48e763bd\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"a97ae276-e470-4683-b0f5-e9dc48e763bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-FAR\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:14:37.439203+00:00\",\n \"versionId\": \"MTcxMzM0MTY3NzQzOTIwMzAwMA\"\n },\n \"name\": \"Koor Apotek\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/ef9cdbce-551d-4bd4-b0f7-bab22cee433f\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"ef9cdbce-551d-4bd4-b0f7-bab22cee433f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-POLI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:02:57.508739+00:00\",\n \"versionId\": \"MTcxMzM0MDk3NzUwODczOTAwMA\"\n },\n \"name\": \"Koor Poli Umum\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/595d3766-0b87-4940-b705-161d1a4626c3\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"595d3766-0b87-4940-b705-161d1a4626c3\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SMF-RAJAL-POLI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-04T03:13:41.480578+00:00\",\n \"versionId\": \"MTcxMjIwMDQyMTQ4MDU3ODAwMA\"\n },\n \"name\": \"Konsultasi ANC\",\n \"partOf\": {\n \"display\": \"SubMedicalFaculty Rajal\",\n \"reference\": \"Organization/734f43ee-ab39-4738-92a0-a95e4345f6ff\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/8b88a866-15b7-44b2-b756-2942ce9232b8\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"8b88a866-15b7-44b2-b756-2942ce9232b8\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"DV-UKM-PSY\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-02T08:28:59.940336+00:00\",\n \"versionId\": \"MTcxMjA0NjUzOTk0MDMzNjAwMA\"\n },\n \"name\": \"Divisi Posyandu PKM Satu Sehat\",\n \"partOf\": {\n \"display\": \"Program Kerja Usaha Kesehatan Masyarakat\",\n \"reference\": \"Organization/53160406-3d29-4572-afaa-24be54322fee\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/ae0da7ea-d859-47fd-af02-ea12c040d24f\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"ae0da7ea-d859-47fd-af02-ea12c040d24f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"DV-UKM-UKS\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-02T08:23:40.073602+00:00\",\n \"versionId\": \"MTcxMjA0NjIyMDA3MzYwMjAwMA\"\n },\n \"name\": \"Divisi Usaha Kesehatan Sekolah PKM SatuSehat\",\n \"partOf\": {\n \"display\": \"Program Kerja Usaha Kesehatan Masyarakat\",\n \"reference\": \"Organization/53160406-3d29-4572-afaa-24be54322fee\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassatusehat.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/6a86f615-efd2-444c-8be6-fb2b2275fce8\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"6a86f615-efd2-444c-8be6-fb2b2275fce8\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"Umum\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T14:36:54.266464+00:00\",\n \"versionId\": \"MTcxMDU5OTgxNDI2NjQ2NDAwMA\"\n },\n \"name\": \"Pelayanan Umum\",\n \"partOf\": {\n \"display\": \"Pelayanan Upaya Kesehatan Perseorangan\",\n \"reference\": \"Organization/ee87ea38-a779-48dd-9e27-67e0a195eedc\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/89f64c79-2309-4afc-a284-dee5395c0c20\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"89f64c79-2309-4afc-a284-dee5395c0c20\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SW-PSY-WRS01\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-02T10:05:16.651054+00:00\",\n \"versionId\": \"MTcwOTM3MzkxNjY1MTA1NDAwMA\"\n },\n \"name\": \"Posyandu Waras Utara 01\",\n \"partOf\": {\n \"display\": \"Divisi Posyandu\",\n \"reference\": \"Organization/8b88a866-15b7-44b2-b756-2942ce9232b8\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/f6b61085-f915-401f-8e36-e90c75152f80\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"f6b61085-f915-401f-8e36-e90c75152f80\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SW-UKS-SMA01\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-02T07:46:35.187350+00:00\",\n \"versionId\": \"MTcwOTM2NTU5NTE4NzM1MDAwMA\"\n },\n \"name\": \"UKS SMAN 1 Sangat Waras\",\n \"partOf\": {\n \"display\": \"Divisi Usaha Kesehatan Sekolah\",\n \"reference\": \"Organization/ae0da7ea-d859-47fd-af02-ea12c040d24f\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/95787226-e7b3-451c-9aea-7afabf6e340d\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"95787226-e7b3-451c-9aea-7afabf6e340d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SMF-RAJAL-POLI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-02-27T06:46:14.660357+00:00\",\n \"versionId\": \"MTcwOTAxNjM3NDY2MDM1NzAwMA\"\n },\n \"name\": \"Konsultasi Rawat Jalan\",\n \"partOf\": {\n \"display\": \"SubMedicalFaculty Rajal\",\n \"reference\": \"Organization/f49e130a-bff1-4641-a1f7-28d03b53282a\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/21b79f90-b0fd-4b43-9be0-46e4bc0968b7\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"21b79f90-b0fd-4b43-9be0-46e4bc0968b7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SW-TumBang-SDIDTK\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-02-09T09:09:17.441110+00:00\",\n \"versionId\": \"MTcwNzQ2OTc1NzQ0MTExMDAwMA\"\n },\n \"name\": \"Layanan Tumbuh Kembang SDIDTK\",\n \"partOf\": {\n \"display\": \"Pelayanan Kesehatan Keluarga\",\n \"reference\": \"Organization/4af3a80a-3d3f-434e-842a-bcf772f1448d\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-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/Organization/?_revinclude=Organization%3Apartof&_revinclude=Organization%3Apartof&partof=53160406-3d29-4572-afaa-24be54322fee%2C55845fbd-5a70-42ae-8433-89e9072c01d0%2C43cc00ef-c50f-44a5-8446-b0771cf211b3%2C2c64deb0-4906-44a0-a3e7-012c815a6010%2Cb2c312ac-b949-4cc4-9dbd-dfa597aecc6f%2C3c42e3d4-42b1-4625-9190-b08a47a47632%2C734f43ee-ab39-4738-92a0-a95e4345f6ff%2Cee87ea38-a779-48dd-9e27-67e0a195eedc%2Cdfaa357d-881d-44ac-bb0d-6a69d2399539%2C4af3a80a-3d3f-434e-842a-bcf772f1448d%2Cb6e6239e-4810-4e76-a81d-00657a88ee7a%2C248ba507-20b6-45b4-acc4-75ff5586efe2%2Cc6dd9b1d-baee-49c6-8e1d-d53e55569364%2Cabe7e4b7-46d2-42b9-9771-0d1c54730b07%2Cf3da7a73-6a84-4547-90e8-c4880ee166fb%2Cf49e130a-bff1-4641-a1f7-28d03b53282a%2Cdc08b74f-9174-4945-954e-3580c4debe26%2Cd2ae0c4e-c272-42ed-ae77-477b875f2fac%2C68c394b3-e354-47e0-a144-9f2a01a09dde%2C13e7ab6b-ccdc-408a-87c7-580d86e43526%2C0d4efb19-446d-470b-b7a1-07fddefad6b2%2C8bad5386-3e10-43fb-b812-7b7c5c333548%2C0bbeebbf-a7a0-43c7-b6b6-5a035105435e%2Ccd7501eb-c0ab-4cee-bc96-4aaf9762d457%2C143b8721-1a43-450b-ac3d-717eb4845548%2Cb2044d6b-cc10-46bd-a171-e9398029fc05%2C5d1b5ace-705d-4246-aa6f-714f38cad533%2C406187a5-2838-4f92-8f10-34c683d47056%2Ce51d1e50-1071-4711-8aa1-a7f5a9e0547a%2Cebf92cef-994a-45cd-b9e3-cd1fe1c5bc7f%2C90100071-409e-4808-9782-a51a2ee97c4f%2Cb8e1269b-f118-4f4c-bd6a-460e9477f801%2C6b478409-354f-4887-b04f-ec3247465bc9%2Cfaf89d3f-271d-440a-b706-c5e108d352c7%2Cfd53a653-c7b9-4ced-8920-4b9edfac75ce%2C1bf73b57-c066-4adc-b4d6-7db4acf82004%2C16da0b73-27e4-41f4-802c-c88bb5d83a56%2C6ac6ac62-d8f2-4301-80c6-894a0f8906e8%2C7662565f-ea68-4bfa-a265-1d29184525fd%2C53292b6d-2cac-43a6-9507-45a06d207546%2Cb60b2f1e-9c81-47e2-b02d-137dd12d05f2%2Cd8beb887-fc3e-4722-852a-6c2262b04502%2C1ec377e5-f586-4bb8-b83d-bddc18122b1e%2C1a003c9c-fe3d-4c6d-9967-18a57e70f1bd%2Cf7e6db1b-f2b0-4229-83d4-679b98609eb3%2C9796a27a-05cf-4406-805c-30b378f6a05a%2C92d7aa54-c3bb-4657-95a5-ae6f9a733e5b%2C8296c62e-9bc3-4c84-9374-84c5883d3243%2Ccb49f86d-fbef-44be-8553-1218f41dc6fa%2C81714355-e650-4b3c-96c0-9198eda36c35%2Cca09896e-d3bb-4b0f-820a-bf1e2ae12f81%2Cd9dc2406-b2d5-45b6-b4ab-e2e8f1722a05%2C0f5633ea-4a1f-40de-82c1-f3d5ba16639a%2Cab9f21e2-77a9-4fdd-ad49-7ea09186b685%2C98c7cc89-2069-4028-8808-9d6317da47f4%2Cc56024d4-61b1-4a65-8881-559fed26c5c0%2Ca97ae276-e470-4683-b0f5-e9dc48e763bd%2Cef9cdbce-551d-4bd4-b0f7-bab22cee433f%2C595d3766-0b87-4940-b705-161d1a4626c3%2C8b88a866-15b7-44b2-b756-2942ce9232b8%2Cae0da7ea-d859-47fd-af02-ea12c040d24f%2C6a86f615-efd2-444c-8be6-fb2b2275fce8%2C95787226-e7b3-451c-9aea-7afabf6e340d%2C21b79f90-b0fd-4b43-9be0-46e4bc0968b7%2C89f64c79-2309-4afc-a284-dee5395c0c20%2Cf6b61085-f915-401f-8e36-e90c75152f80\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/?_revinclude=Organization%3Apartof&_revinclude=Organization%3Apartof&partof=53160406-3d29-4572-afaa-24be54322fee%2C55845fbd-5a70-42ae-8433-89e9072c01d0%2C43cc00ef-c50f-44a5-8446-b0771cf211b3%2C2c64deb0-4906-44a0-a3e7-012c815a6010%2Cb2c312ac-b949-4cc4-9dbd-dfa597aecc6f%2C3c42e3d4-42b1-4625-9190-b08a47a47632%2C734f43ee-ab39-4738-92a0-a95e4345f6ff%2Cee87ea38-a779-48dd-9e27-67e0a195eedc%2Cdfaa357d-881d-44ac-bb0d-6a69d2399539%2C4af3a80a-3d3f-434e-842a-bcf772f1448d%2Cb6e6239e-4810-4e76-a81d-00657a88ee7a%2C248ba507-20b6-45b4-acc4-75ff5586efe2%2Cc6dd9b1d-baee-49c6-8e1d-d53e55569364%2Cabe7e4b7-46d2-42b9-9771-0d1c54730b07%2Cf3da7a73-6a84-4547-90e8-c4880ee166fb%2Cf49e130a-bff1-4641-a1f7-28d03b53282a%2Cdc08b74f-9174-4945-954e-3580c4debe26%2Cd2ae0c4e-c272-42ed-ae77-477b875f2fac%2C68c394b3-e354-47e0-a144-9f2a01a09dde%2C13e7ab6b-ccdc-408a-87c7-580d86e43526%2C0d4efb19-446d-470b-b7a1-07fddefad6b2%2C8bad5386-3e10-43fb-b812-7b7c5c333548%2C0bbeebbf-a7a0-43c7-b6b6-5a035105435e%2Ccd7501eb-c0ab-4cee-bc96-4aaf9762d457%2C143b8721-1a43-450b-ac3d-717eb4845548%2Cb2044d6b-cc10-46bd-a171-e9398029fc05%2C5d1b5ace-705d-4246-aa6f-714f38cad533%2C406187a5-2838-4f92-8f10-34c683d47056%2Ce51d1e50-1071-4711-8aa1-a7f5a9e0547a%2Cebf92cef-994a-45cd-b9e3-cd1fe1c5bc7f%2C90100071-409e-4808-9782-a51a2ee97c4f%2Cb8e1269b-f118-4f4c-bd6a-460e9477f801%2C6b478409-354f-4887-b04f-ec3247465bc9%2Cfaf89d3f-271d-440a-b706-c5e108d352c7%2Cfd53a653-c7b9-4ced-8920-4b9edfac75ce%2C1bf73b57-c066-4adc-b4d6-7db4acf82004%2C16da0b73-27e4-41f4-802c-c88bb5d83a56%2C6ac6ac62-d8f2-4301-80c6-894a0f8906e8%2C7662565f-ea68-4bfa-a265-1d29184525fd%2C53292b6d-2cac-43a6-9507-45a06d207546%2Cb60b2f1e-9c81-47e2-b02d-137dd12d05f2%2Cd8beb887-fc3e-4722-852a-6c2262b04502%2C1ec377e5-f586-4bb8-b83d-bddc18122b1e%2C1a003c9c-fe3d-4c6d-9967-18a57e70f1bd%2Cf7e6db1b-f2b0-4229-83d4-679b98609eb3%2C9796a27a-05cf-4406-805c-30b378f6a05a%2C92d7aa54-c3bb-4657-95a5-ae6f9a733e5b%2C8296c62e-9bc3-4c84-9374-84c5883d3243%2Ccb49f86d-fbef-44be-8553-1218f41dc6fa%2C81714355-e650-4b3c-96c0-9198eda36c35%2Cca09896e-d3bb-4b0f-820a-bf1e2ae12f81%2Cd9dc2406-b2d5-45b6-b4ab-e2e8f1722a05%2C0f5633ea-4a1f-40de-82c1-f3d5ba16639a%2Cab9f21e2-77a9-4fdd-ad49-7ea09186b685%2C98c7cc89-2069-4028-8808-9d6317da47f4%2Cc56024d4-61b1-4a65-8881-559fed26c5c0%2Ca97ae276-e470-4683-b0f5-e9dc48e763bd%2Cef9cdbce-551d-4bd4-b0f7-bab22cee433f%2C595d3766-0b87-4940-b705-161d1a4626c3%2C8b88a866-15b7-44b2-b756-2942ce9232b8%2Cae0da7ea-d859-47fd-af02-ea12c040d24f%2C6a86f615-efd2-444c-8be6-fb2b2275fce8%2C95787226-e7b3-451c-9aea-7afabf6e340d%2C21b79f90-b0fd-4b43-9be0-46e4bc0968b7%2C89f64c79-2309-4afc-a284-dee5395c0c20%2Cf6b61085-f915-401f-8e36-e90c75152f80\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/?_revinclude=Organization%3Apartof&_revinclude=Organization%3Apartof&partof=53160406-3d29-4572-afaa-24be54322fee%2C55845fbd-5a70-42ae-8433-89e9072c01d0%2C43cc00ef-c50f-44a5-8446-b0771cf211b3%2C2c64deb0-4906-44a0-a3e7-012c815a6010%2Cb2c312ac-b949-4cc4-9dbd-dfa597aecc6f%2C3c42e3d4-42b1-4625-9190-b08a47a47632%2C734f43ee-ab39-4738-92a0-a95e4345f6ff%2Cee87ea38-a779-48dd-9e27-67e0a195eedc%2Cdfaa357d-881d-44ac-bb0d-6a69d2399539%2C4af3a80a-3d3f-434e-842a-bcf772f1448d%2Cb6e6239e-4810-4e76-a81d-00657a88ee7a%2C248ba507-20b6-45b4-acc4-75ff5586efe2%2Cc6dd9b1d-baee-49c6-8e1d-d53e55569364%2Cabe7e4b7-46d2-42b9-9771-0d1c54730b07%2Cf3da7a73-6a84-4547-90e8-c4880ee166fb%2Cf49e130a-bff1-4641-a1f7-28d03b53282a%2Cdc08b74f-9174-4945-954e-3580c4debe26%2Cd2ae0c4e-c272-42ed-ae77-477b875f2fac%2C68c394b3-e354-47e0-a144-9f2a01a09dde%2C13e7ab6b-ccdc-408a-87c7-580d86e43526%2C0d4efb19-446d-470b-b7a1-07fddefad6b2%2C8bad5386-3e10-43fb-b812-7b7c5c333548%2C0bbeebbf-a7a0-43c7-b6b6-5a035105435e%2Ccd7501eb-c0ab-4cee-bc96-4aaf9762d457%2C143b8721-1a43-450b-ac3d-717eb4845548%2Cb2044d6b-cc10-46bd-a171-e9398029fc05%2C5d1b5ace-705d-4246-aa6f-714f38cad533%2C406187a5-2838-4f92-8f10-34c683d47056%2Ce51d1e50-1071-4711-8aa1-a7f5a9e0547a%2Cebf92cef-994a-45cd-b9e3-cd1fe1c5bc7f%2C90100071-409e-4808-9782-a51a2ee97c4f%2Cb8e1269b-f118-4f4c-bd6a-460e9477f801%2C6b478409-354f-4887-b04f-ec3247465bc9%2Cfaf89d3f-271d-440a-b706-c5e108d352c7%2Cfd53a653-c7b9-4ced-8920-4b9edfac75ce%2C1bf73b57-c066-4adc-b4d6-7db4acf82004%2C16da0b73-27e4-41f4-802c-c88bb5d83a56%2C6ac6ac62-d8f2-4301-80c6-894a0f8906e8%2C7662565f-ea68-4bfa-a265-1d29184525fd%2C53292b6d-2cac-43a6-9507-45a06d207546%2Cb60b2f1e-9c81-47e2-b02d-137dd12d05f2%2Cd8beb887-fc3e-4722-852a-6c2262b04502%2C1ec377e5-f586-4bb8-b83d-bddc18122b1e%2C1a003c9c-fe3d-4c6d-9967-18a57e70f1bd%2Cf7e6db1b-f2b0-4229-83d4-679b98609eb3%2C9796a27a-05cf-4406-805c-30b378f6a05a%2C92d7aa54-c3bb-4657-95a5-ae6f9a733e5b%2C8296c62e-9bc3-4c84-9374-84c5883d3243%2Ccb49f86d-fbef-44be-8553-1218f41dc6fa%2C81714355-e650-4b3c-96c0-9198eda36c35%2Cca09896e-d3bb-4b0f-820a-bf1e2ae12f81%2Cd9dc2406-b2d5-45b6-b4ab-e2e8f1722a05%2C0f5633ea-4a1f-40de-82c1-f3d5ba16639a%2Cab9f21e2-77a9-4fdd-ad49-7ea09186b685%2C98c7cc89-2069-4028-8808-9d6317da47f4%2Cc56024d4-61b1-4a65-8881-559fed26c5c0%2Ca97ae276-e470-4683-b0f5-e9dc48e763bd%2Cef9cdbce-551d-4bd4-b0f7-bab22cee433f%2C595d3766-0b87-4940-b705-161d1a4626c3%2C8b88a866-15b7-44b2-b756-2942ce9232b8%2Cae0da7ea-d859-47fd-af02-ea12c040d24f%2C6a86f615-efd2-444c-8be6-fb2b2275fce8%2C95787226-e7b3-451c-9aea-7afabf6e340d%2C21b79f90-b0fd-4b43-9be0-46e4bc0968b7%2C89f64c79-2309-4afc-a284-dee5395c0c20%2Cf6b61085-f915-401f-8e36-e90c75152f80\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 16,\n \"type\": \"searchset\"\n}"
|
|
},
|
|
{
|
|
"name": "Organization - Get all suborg and subdivisions and append to list for GET Locations",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{base_url}}/Organization?partof={{org_list}}&_revinclude=Organization:partof&_revinclude=Organization:partof",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Organization"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "partof",
|
|
"value": "{{org_list}}"
|
|
},
|
|
{
|
|
"key": "_revinclude",
|
|
"value": "Organization:partof"
|
|
},
|
|
{
|
|
"key": "_revinclude",
|
|
"value": "Organization:partof"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 10 Jun 2024 09:38:04 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "30182"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "1e309b0f-7de9-4a00-a449-c302eca9fd87"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/Organization/ca09896e-d3bb-4b0f-820a-bf1e2ae12f81\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"ca09896e-d3bb-4b0f-820a-bf1e2ae12f81\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SW-KIA-PONED\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-05-29T07:03:33.287690+00:00\",\n \"versionId\": \"MTcxNjk2NjIxMzI4NzY5MDAwMA\"\n },\n \"name\": \"Pelayanan Obstetri Neonatal Emergensi Dasar (PONED)\",\n \"partOf\": {\n \"display\": \"Pelayanan Obstetri Neonatal Emergensi Dasar (PONED)\",\n \"reference\": \"Organization/55845fbd-5a70-42ae-8433-89e9072c01d0\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmasatusehat.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/d9dc2406-b2d5-45b6-b4ab-e2e8f1722a05\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"d9dc2406-b2d5-45b6-b4ab-e2e8f1722a05\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-POLI-GIZI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-05-08T08:12:09.129524+00:00\",\n \"versionId\": \"MTcxNTE1NTkyOTEyOTUyNDAwMA\"\n },\n \"name\": \"Poli Gizi\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/0f5633ea-4a1f-40de-82c1-f3d5ba16639a\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"0f5633ea-4a1f-40de-82c1-f3d5ba16639a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-TUMBANG\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-05-02T14:05:15.967123+00:00\",\n \"versionId\": \"MTcxNDY1ODcxNTk2NzEyMzAwMA\"\n },\n \"name\": \"Poli Tumbuh Kembang Puskesmas SatuSehat\",\n \"partOf\": {\n \"display\": \"SMF Rawat Jalan\",\n \"reference\": \"Organization/43cc00ef-c50f-44a5-8446-b0771cf211b3\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/ab9f21e2-77a9-4fdd-ad49-7ea09186b685\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"ab9f21e2-77a9-4fdd-ad49-7ea09186b685\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-FAR\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:45:31.906976+00:00\",\n \"versionId\": \"MTcxMzM0MzUzMTkwNjk3NjAwMA\"\n },\n \"name\": \"Koord Apotek\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/98c7cc89-2069-4028-8808-9d6317da47f4\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"98c7cc89-2069-4028-8808-9d6317da47f4\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-POLI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:43:54.536698+00:00\",\n \"versionId\": \"MTcxMzM0MzQzNDUzNjY5ODAwMA\"\n },\n \"name\": \"Koord Poli Umum\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/c56024d4-61b1-4a65-8881-559fed26c5c0\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"c56024d4-61b1-4a65-8881-559fed26c5c0\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-POLI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:39:53.059533+00:00\",\n \"versionId\": \"MTcxMzM0MzE5MzA1OTUzMzAwMA\"\n },\n \"name\": \"Poli Umum\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/a97ae276-e470-4683-b0f5-e9dc48e763bd\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"a97ae276-e470-4683-b0f5-e9dc48e763bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-FAR\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:14:37.439203+00:00\",\n \"versionId\": \"MTcxMzM0MTY3NzQzOTIwMzAwMA\"\n },\n \"name\": \"Koor Apotek\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/ef9cdbce-551d-4bd4-b0f7-bab22cee433f\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"ef9cdbce-551d-4bd4-b0f7-bab22cee433f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-POLI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:02:57.508739+00:00\",\n \"versionId\": \"MTcxMzM0MDk3NzUwODczOTAwMA\"\n },\n \"name\": \"Koor Poli Umum\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/595d3766-0b87-4940-b705-161d1a4626c3\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"595d3766-0b87-4940-b705-161d1a4626c3\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SMF-RAJAL-POLI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-04T03:13:41.480578+00:00\",\n \"versionId\": \"MTcxMjIwMDQyMTQ4MDU3ODAwMA\"\n },\n \"name\": \"Konsultasi ANC\",\n \"partOf\": {\n \"display\": \"SubMedicalFaculty Rajal\",\n \"reference\": \"Organization/734f43ee-ab39-4738-92a0-a95e4345f6ff\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/8b88a866-15b7-44b2-b756-2942ce9232b8\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"8b88a866-15b7-44b2-b756-2942ce9232b8\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"DV-UKM-PSY\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-02T08:28:59.940336+00:00\",\n \"versionId\": \"MTcxMjA0NjUzOTk0MDMzNjAwMA\"\n },\n \"name\": \"Divisi Posyandu PKM Satu Sehat\",\n \"partOf\": {\n \"display\": \"Program Kerja Usaha Kesehatan Masyarakat\",\n \"reference\": \"Organization/53160406-3d29-4572-afaa-24be54322fee\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/ae0da7ea-d859-47fd-af02-ea12c040d24f\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"ae0da7ea-d859-47fd-af02-ea12c040d24f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"DV-UKM-UKS\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-02T08:23:40.073602+00:00\",\n \"versionId\": \"MTcxMjA0NjIyMDA3MzYwMjAwMA\"\n },\n \"name\": \"Divisi Usaha Kesehatan Sekolah PKM SatuSehat\",\n \"partOf\": {\n \"display\": \"Program Kerja Usaha Kesehatan Masyarakat\",\n \"reference\": \"Organization/53160406-3d29-4572-afaa-24be54322fee\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassatusehat.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/6a86f615-efd2-444c-8be6-fb2b2275fce8\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"6a86f615-efd2-444c-8be6-fb2b2275fce8\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"Umum\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T14:36:54.266464+00:00\",\n \"versionId\": \"MTcxMDU5OTgxNDI2NjQ2NDAwMA\"\n },\n \"name\": \"Pelayanan Umum\",\n \"partOf\": {\n \"display\": \"Pelayanan Upaya Kesehatan Perseorangan\",\n \"reference\": \"Organization/ee87ea38-a779-48dd-9e27-67e0a195eedc\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/89f64c79-2309-4afc-a284-dee5395c0c20\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"89f64c79-2309-4afc-a284-dee5395c0c20\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SW-PSY-WRS01\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-02T10:05:16.651054+00:00\",\n \"versionId\": \"MTcwOTM3MzkxNjY1MTA1NDAwMA\"\n },\n \"name\": \"Posyandu Waras Utara 01\",\n \"partOf\": {\n \"display\": \"Divisi Posyandu\",\n \"reference\": \"Organization/8b88a866-15b7-44b2-b756-2942ce9232b8\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/f6b61085-f915-401f-8e36-e90c75152f80\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"f6b61085-f915-401f-8e36-e90c75152f80\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SW-UKS-SMA01\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-02T07:46:35.187350+00:00\",\n \"versionId\": \"MTcwOTM2NTU5NTE4NzM1MDAwMA\"\n },\n \"name\": \"UKS SMAN 1 Sangat Waras\",\n \"partOf\": {\n \"display\": \"Divisi Usaha Kesehatan Sekolah\",\n \"reference\": \"Organization/ae0da7ea-d859-47fd-af02-ea12c040d24f\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/95787226-e7b3-451c-9aea-7afabf6e340d\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"95787226-e7b3-451c-9aea-7afabf6e340d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SMF-RAJAL-POLI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-02-27T06:46:14.660357+00:00\",\n \"versionId\": \"MTcwOTAxNjM3NDY2MDM1NzAwMA\"\n },\n \"name\": \"Konsultasi Rawat Jalan\",\n \"partOf\": {\n \"display\": \"SubMedicalFaculty Rajal\",\n \"reference\": \"Organization/f49e130a-bff1-4641-a1f7-28d03b53282a\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/21b79f90-b0fd-4b43-9be0-46e4bc0968b7\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"21b79f90-b0fd-4b43-9be0-46e4bc0968b7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SW-TumBang-SDIDTK\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-02-09T09:09:17.441110+00:00\",\n \"versionId\": \"MTcwNzQ2OTc1NzQ0MTExMDAwMA\"\n },\n \"name\": \"Layanan Tumbuh Kembang SDIDTK\",\n \"partOf\": {\n \"display\": \"Pelayanan Kesehatan Keluarga\",\n \"reference\": \"Organization/4af3a80a-3d3f-434e-842a-bcf772f1448d\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-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/Organization/?_revinclude=Organization%3Apartof&_revinclude=Organization%3Apartof&partof=53160406-3d29-4572-afaa-24be54322fee%2C55845fbd-5a70-42ae-8433-89e9072c01d0%2C43cc00ef-c50f-44a5-8446-b0771cf211b3%2C2c64deb0-4906-44a0-a3e7-012c815a6010%2Cb2c312ac-b949-4cc4-9dbd-dfa597aecc6f%2C3c42e3d4-42b1-4625-9190-b08a47a47632%2C734f43ee-ab39-4738-92a0-a95e4345f6ff%2Cee87ea38-a779-48dd-9e27-67e0a195eedc%2Cdfaa357d-881d-44ac-bb0d-6a69d2399539%2C4af3a80a-3d3f-434e-842a-bcf772f1448d%2Cb6e6239e-4810-4e76-a81d-00657a88ee7a%2C248ba507-20b6-45b4-acc4-75ff5586efe2%2Cc6dd9b1d-baee-49c6-8e1d-d53e55569364%2Cabe7e4b7-46d2-42b9-9771-0d1c54730b07%2Cf3da7a73-6a84-4547-90e8-c4880ee166fb%2Cf49e130a-bff1-4641-a1f7-28d03b53282a%2Cdc08b74f-9174-4945-954e-3580c4debe26%2Cd2ae0c4e-c272-42ed-ae77-477b875f2fac%2C68c394b3-e354-47e0-a144-9f2a01a09dde%2C13e7ab6b-ccdc-408a-87c7-580d86e43526%2C0d4efb19-446d-470b-b7a1-07fddefad6b2%2C8bad5386-3e10-43fb-b812-7b7c5c333548%2C0bbeebbf-a7a0-43c7-b6b6-5a035105435e%2Ccd7501eb-c0ab-4cee-bc96-4aaf9762d457%2C143b8721-1a43-450b-ac3d-717eb4845548%2Cb2044d6b-cc10-46bd-a171-e9398029fc05%2C5d1b5ace-705d-4246-aa6f-714f38cad533%2C406187a5-2838-4f92-8f10-34c683d47056%2Ce51d1e50-1071-4711-8aa1-a7f5a9e0547a%2Cebf92cef-994a-45cd-b9e3-cd1fe1c5bc7f%2C90100071-409e-4808-9782-a51a2ee97c4f%2Cb8e1269b-f118-4f4c-bd6a-460e9477f801%2C6b478409-354f-4887-b04f-ec3247465bc9%2Cfaf89d3f-271d-440a-b706-c5e108d352c7%2Cfd53a653-c7b9-4ced-8920-4b9edfac75ce%2C1bf73b57-c066-4adc-b4d6-7db4acf82004%2C16da0b73-27e4-41f4-802c-c88bb5d83a56%2C6ac6ac62-d8f2-4301-80c6-894a0f8906e8%2C7662565f-ea68-4bfa-a265-1d29184525fd%2C53292b6d-2cac-43a6-9507-45a06d207546%2Cb60b2f1e-9c81-47e2-b02d-137dd12d05f2%2Cd8beb887-fc3e-4722-852a-6c2262b04502%2C1ec377e5-f586-4bb8-b83d-bddc18122b1e%2C1a003c9c-fe3d-4c6d-9967-18a57e70f1bd%2Cf7e6db1b-f2b0-4229-83d4-679b98609eb3%2C9796a27a-05cf-4406-805c-30b378f6a05a%2C92d7aa54-c3bb-4657-95a5-ae6f9a733e5b%2C8296c62e-9bc3-4c84-9374-84c5883d3243%2Ccb49f86d-fbef-44be-8553-1218f41dc6fa%2C81714355-e650-4b3c-96c0-9198eda36c35%2Cca09896e-d3bb-4b0f-820a-bf1e2ae12f81%2Cd9dc2406-b2d5-45b6-b4ab-e2e8f1722a05%2C0f5633ea-4a1f-40de-82c1-f3d5ba16639a%2Cab9f21e2-77a9-4fdd-ad49-7ea09186b685%2C98c7cc89-2069-4028-8808-9d6317da47f4%2Cc56024d4-61b1-4a65-8881-559fed26c5c0%2Ca97ae276-e470-4683-b0f5-e9dc48e763bd%2Cef9cdbce-551d-4bd4-b0f7-bab22cee433f%2C595d3766-0b87-4940-b705-161d1a4626c3%2C8b88a866-15b7-44b2-b756-2942ce9232b8%2Cae0da7ea-d859-47fd-af02-ea12c040d24f%2C6a86f615-efd2-444c-8be6-fb2b2275fce8%2C95787226-e7b3-451c-9aea-7afabf6e340d%2C21b79f90-b0fd-4b43-9be0-46e4bc0968b7%2C89f64c79-2309-4afc-a284-dee5395c0c20%2Cf6b61085-f915-401f-8e36-e90c75152f80\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/?_revinclude=Organization%3Apartof&_revinclude=Organization%3Apartof&partof=53160406-3d29-4572-afaa-24be54322fee%2C55845fbd-5a70-42ae-8433-89e9072c01d0%2C43cc00ef-c50f-44a5-8446-b0771cf211b3%2C2c64deb0-4906-44a0-a3e7-012c815a6010%2Cb2c312ac-b949-4cc4-9dbd-dfa597aecc6f%2C3c42e3d4-42b1-4625-9190-b08a47a47632%2C734f43ee-ab39-4738-92a0-a95e4345f6ff%2Cee87ea38-a779-48dd-9e27-67e0a195eedc%2Cdfaa357d-881d-44ac-bb0d-6a69d2399539%2C4af3a80a-3d3f-434e-842a-bcf772f1448d%2Cb6e6239e-4810-4e76-a81d-00657a88ee7a%2C248ba507-20b6-45b4-acc4-75ff5586efe2%2Cc6dd9b1d-baee-49c6-8e1d-d53e55569364%2Cabe7e4b7-46d2-42b9-9771-0d1c54730b07%2Cf3da7a73-6a84-4547-90e8-c4880ee166fb%2Cf49e130a-bff1-4641-a1f7-28d03b53282a%2Cdc08b74f-9174-4945-954e-3580c4debe26%2Cd2ae0c4e-c272-42ed-ae77-477b875f2fac%2C68c394b3-e354-47e0-a144-9f2a01a09dde%2C13e7ab6b-ccdc-408a-87c7-580d86e43526%2C0d4efb19-446d-470b-b7a1-07fddefad6b2%2C8bad5386-3e10-43fb-b812-7b7c5c333548%2C0bbeebbf-a7a0-43c7-b6b6-5a035105435e%2Ccd7501eb-c0ab-4cee-bc96-4aaf9762d457%2C143b8721-1a43-450b-ac3d-717eb4845548%2Cb2044d6b-cc10-46bd-a171-e9398029fc05%2C5d1b5ace-705d-4246-aa6f-714f38cad533%2C406187a5-2838-4f92-8f10-34c683d47056%2Ce51d1e50-1071-4711-8aa1-a7f5a9e0547a%2Cebf92cef-994a-45cd-b9e3-cd1fe1c5bc7f%2C90100071-409e-4808-9782-a51a2ee97c4f%2Cb8e1269b-f118-4f4c-bd6a-460e9477f801%2C6b478409-354f-4887-b04f-ec3247465bc9%2Cfaf89d3f-271d-440a-b706-c5e108d352c7%2Cfd53a653-c7b9-4ced-8920-4b9edfac75ce%2C1bf73b57-c066-4adc-b4d6-7db4acf82004%2C16da0b73-27e4-41f4-802c-c88bb5d83a56%2C6ac6ac62-d8f2-4301-80c6-894a0f8906e8%2C7662565f-ea68-4bfa-a265-1d29184525fd%2C53292b6d-2cac-43a6-9507-45a06d207546%2Cb60b2f1e-9c81-47e2-b02d-137dd12d05f2%2Cd8beb887-fc3e-4722-852a-6c2262b04502%2C1ec377e5-f586-4bb8-b83d-bddc18122b1e%2C1a003c9c-fe3d-4c6d-9967-18a57e70f1bd%2Cf7e6db1b-f2b0-4229-83d4-679b98609eb3%2C9796a27a-05cf-4406-805c-30b378f6a05a%2C92d7aa54-c3bb-4657-95a5-ae6f9a733e5b%2C8296c62e-9bc3-4c84-9374-84c5883d3243%2Ccb49f86d-fbef-44be-8553-1218f41dc6fa%2C81714355-e650-4b3c-96c0-9198eda36c35%2Cca09896e-d3bb-4b0f-820a-bf1e2ae12f81%2Cd9dc2406-b2d5-45b6-b4ab-e2e8f1722a05%2C0f5633ea-4a1f-40de-82c1-f3d5ba16639a%2Cab9f21e2-77a9-4fdd-ad49-7ea09186b685%2C98c7cc89-2069-4028-8808-9d6317da47f4%2Cc56024d4-61b1-4a65-8881-559fed26c5c0%2Ca97ae276-e470-4683-b0f5-e9dc48e763bd%2Cef9cdbce-551d-4bd4-b0f7-bab22cee433f%2C595d3766-0b87-4940-b705-161d1a4626c3%2C8b88a866-15b7-44b2-b756-2942ce9232b8%2Cae0da7ea-d859-47fd-af02-ea12c040d24f%2C6a86f615-efd2-444c-8be6-fb2b2275fce8%2C95787226-e7b3-451c-9aea-7afabf6e340d%2C21b79f90-b0fd-4b43-9be0-46e4bc0968b7%2C89f64c79-2309-4afc-a284-dee5395c0c20%2Cf6b61085-f915-401f-8e36-e90c75152f80\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/?_revinclude=Organization%3Apartof&_revinclude=Organization%3Apartof&partof=53160406-3d29-4572-afaa-24be54322fee%2C55845fbd-5a70-42ae-8433-89e9072c01d0%2C43cc00ef-c50f-44a5-8446-b0771cf211b3%2C2c64deb0-4906-44a0-a3e7-012c815a6010%2Cb2c312ac-b949-4cc4-9dbd-dfa597aecc6f%2C3c42e3d4-42b1-4625-9190-b08a47a47632%2C734f43ee-ab39-4738-92a0-a95e4345f6ff%2Cee87ea38-a779-48dd-9e27-67e0a195eedc%2Cdfaa357d-881d-44ac-bb0d-6a69d2399539%2C4af3a80a-3d3f-434e-842a-bcf772f1448d%2Cb6e6239e-4810-4e76-a81d-00657a88ee7a%2C248ba507-20b6-45b4-acc4-75ff5586efe2%2Cc6dd9b1d-baee-49c6-8e1d-d53e55569364%2Cabe7e4b7-46d2-42b9-9771-0d1c54730b07%2Cf3da7a73-6a84-4547-90e8-c4880ee166fb%2Cf49e130a-bff1-4641-a1f7-28d03b53282a%2Cdc08b74f-9174-4945-954e-3580c4debe26%2Cd2ae0c4e-c272-42ed-ae77-477b875f2fac%2C68c394b3-e354-47e0-a144-9f2a01a09dde%2C13e7ab6b-ccdc-408a-87c7-580d86e43526%2C0d4efb19-446d-470b-b7a1-07fddefad6b2%2C8bad5386-3e10-43fb-b812-7b7c5c333548%2C0bbeebbf-a7a0-43c7-b6b6-5a035105435e%2Ccd7501eb-c0ab-4cee-bc96-4aaf9762d457%2C143b8721-1a43-450b-ac3d-717eb4845548%2Cb2044d6b-cc10-46bd-a171-e9398029fc05%2C5d1b5ace-705d-4246-aa6f-714f38cad533%2C406187a5-2838-4f92-8f10-34c683d47056%2Ce51d1e50-1071-4711-8aa1-a7f5a9e0547a%2Cebf92cef-994a-45cd-b9e3-cd1fe1c5bc7f%2C90100071-409e-4808-9782-a51a2ee97c4f%2Cb8e1269b-f118-4f4c-bd6a-460e9477f801%2C6b478409-354f-4887-b04f-ec3247465bc9%2Cfaf89d3f-271d-440a-b706-c5e108d352c7%2Cfd53a653-c7b9-4ced-8920-4b9edfac75ce%2C1bf73b57-c066-4adc-b4d6-7db4acf82004%2C16da0b73-27e4-41f4-802c-c88bb5d83a56%2C6ac6ac62-d8f2-4301-80c6-894a0f8906e8%2C7662565f-ea68-4bfa-a265-1d29184525fd%2C53292b6d-2cac-43a6-9507-45a06d207546%2Cb60b2f1e-9c81-47e2-b02d-137dd12d05f2%2Cd8beb887-fc3e-4722-852a-6c2262b04502%2C1ec377e5-f586-4bb8-b83d-bddc18122b1e%2C1a003c9c-fe3d-4c6d-9967-18a57e70f1bd%2Cf7e6db1b-f2b0-4229-83d4-679b98609eb3%2C9796a27a-05cf-4406-805c-30b378f6a05a%2C92d7aa54-c3bb-4657-95a5-ae6f9a733e5b%2C8296c62e-9bc3-4c84-9374-84c5883d3243%2Ccb49f86d-fbef-44be-8553-1218f41dc6fa%2C81714355-e650-4b3c-96c0-9198eda36c35%2Cca09896e-d3bb-4b0f-820a-bf1e2ae12f81%2Cd9dc2406-b2d5-45b6-b4ab-e2e8f1722a05%2C0f5633ea-4a1f-40de-82c1-f3d5ba16639a%2Cab9f21e2-77a9-4fdd-ad49-7ea09186b685%2C98c7cc89-2069-4028-8808-9d6317da47f4%2Cc56024d4-61b1-4a65-8881-559fed26c5c0%2Ca97ae276-e470-4683-b0f5-e9dc48e763bd%2Cef9cdbce-551d-4bd4-b0f7-bab22cee433f%2C595d3766-0b87-4940-b705-161d1a4626c3%2C8b88a866-15b7-44b2-b756-2942ce9232b8%2Cae0da7ea-d859-47fd-af02-ea12c040d24f%2C6a86f615-efd2-444c-8be6-fb2b2275fce8%2C95787226-e7b3-451c-9aea-7afabf6e340d%2C21b79f90-b0fd-4b43-9be0-46e4bc0968b7%2C89f64c79-2309-4afc-a284-dee5395c0c20%2Cf6b61085-f915-401f-8e36-e90c75152f80\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 16,\n \"type\": \"searchset\"\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Organization - Create Layanan Neonatus",
|
|
"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\": \"SW-KIA-Neonatus\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\",\n \"code\": \"team\",\n \"display\": \"Organizational team\"\n }\n ]\n }\n ],\n \"name\": \"Layanan Neonatus\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"[email protected]\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.puskesmassangatwaras.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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"city\": \"Pandeglang\",\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\": \"Divisi Kesehatan Ibu dan Anak\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Organization",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Organization"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Organization - Create Layanan Neonatus",
|
|
"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\": \"SW-KIA-Neonatus\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\",\n \"code\": \"team\",\n \"display\": \"Organizational team\"\n }\n ]\n }\n ],\n \"name\": \"Layanan Neonatus\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"[email protected]\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.puskesmassangatwaras.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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"city\": \"Pandeglang\",\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\": \"Divisi Kesehatan Ibu dan Anak\"\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": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Organization/cb322ff4-e5fe-4745-bb98-c00e7c169a01/_history/MTY3ODY4MzQxNjg0MzkyOTAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 13 Mar 2023 04:56:56 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/fhir+json;charset=utf-8"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY3ODY4MzQxNjg0MzkyOTAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 13 Mar 2023 04:56:56 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1919"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "2e728e1f-3918-48fd-b30e-6031a7c55b89"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"cb322ff4-e5fe-4745-bb98-c00e7c169a01\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000004\",\n \"use\": \"official\",\n \"value\": \"SW-KIA-Neonatus\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-13T04:56:56.843929+00:00\",\n \"versionId\": \"MTY3ODY4MzQxNjg0MzkyOTAwMA\"\n },\n \"name\": \"Layanan Neonatus\",\n \"partOf\": {\n \"display\": \"Divisi Kesehatan Ibu dan Anak\",\n \"reference\": \"Organization/352401cc-66d5-4720-9aae-231327805053\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n}"
|
|
},
|
|
{
|
|
"name": "Organization - Create Layanan Neonatus",
|
|
"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\": \"SW-KIA-Neonatus\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\",\n \"code\": \"team\",\n \"display\": \"Organizational team\"\n }\n ]\n }\n ],\n \"name\": \"Layanan Neonatus\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"[email protected]\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.puskesmassangatwaras.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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"city\": \"Pandeglang\",\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\": \"Divisi Kesehatan Ibu dan Anak\"\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": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Organization/cb322ff4-e5fe-4745-bb98-c00e7c169a01/_history/MTY3ODY4MzQxNjg0MzkyOTAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 13 Mar 2023 04:56:56 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/fhir+json;charset=utf-8"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY3ODY4MzQxNjg0MzkyOTAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 13 Mar 2023 04:56:56 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1919"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "2e728e1f-3918-48fd-b30e-6031a7c55b89"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"cb322ff4-e5fe-4745-bb98-c00e7c169a01\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000004\",\n \"use\": \"official\",\n \"value\": \"SW-KIA-Neonatus\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-13T04:56:56.843929+00:00\",\n \"versionId\": \"MTY3ODY4MzQxNjg0MzkyOTAwMA\"\n },\n \"name\": \"Layanan Neonatus\",\n \"partOf\": {\n \"display\": \"Divisi Kesehatan Ibu dan Anak\",\n \"reference\": \"Organization/352401cc-66d5-4720-9aae-231327805053\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Location - Create Poli Anak KIA",
|
|
"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\": \"P-Anak-KIA\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruang Poli Anak, Departemen KIA\",\n \"description\": \"Ruang Poli Anak, Departemen KIA, 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\": \"[email protected]\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.puskesmassangatwaras.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/{{Org_id}}\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Location",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Location"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Location - Create Poli Anak KIA",
|
|
"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\": \"P-Anak-KIA\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruang Poli Anak, Departemen KIA\",\n \"description\": \"Ruang Poli Anak, Departemen KIA, 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\": \"[email protected]\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.puskesmassangatwaras.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/{{Org_id}}\"\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/4581505e-5742-41a9-b3d8-cf5c668aa8c6/_history/MTY3ODk2NDU3MzUxNDQzNjAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/fhir+json;charset=utf-8"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 16 Mar 2023 11:02:53 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY3ODk2NDU3MzUxNDQzNjAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 16 Mar 2023 11:02:53 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1214"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "6d294b4d-6cf4-4fc9-aa57-3ae0446b159f"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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 Poli Anak, Departemen KIA, Lantai 2, Gedung Utama\",\n \"id\": \"4581505e-5742-41a9-b3d8-cf5c668aa8c6\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000004\",\n \"value\": \"P-Anak-KIA\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/cb322ff4-e5fe-4745-bb98-c00e7c169a01\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-03-16T11:02:53.514436+00:00\",\n \"versionId\": \"MTY3ODk2NDU3MzUxNDQzNjAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Poli Anak, Departemen KIA\",\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ]\n}"
|
|
},
|
|
{
|
|
"name": "Location - Create Poli Anak KIA",
|
|
"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\": \"P-Anak-KIA\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruang Poli Anak, Departemen KIA\",\n \"description\": \"Ruang Poli Anak, Departemen KIA, 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\": \"[email protected]\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.puskesmassangatwaras.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/{{Org_id}}\"\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/4581505e-5742-41a9-b3d8-cf5c668aa8c6/_history/MTY3ODk2NDU3MzUxNDQzNjAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/fhir+json;charset=utf-8"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 16 Mar 2023 11:02:53 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY3ODk2NDU3MzUxNDQzNjAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 16 Mar 2023 11:02:53 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1214"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "6d294b4d-6cf4-4fc9-aa57-3ae0446b159f"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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 Poli Anak, Departemen KIA, Lantai 2, Gedung Utama\",\n \"id\": \"4581505e-5742-41a9-b3d8-cf5c668aa8c6\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000004\",\n \"value\": \"P-Anak-KIA\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/cb322ff4-e5fe-4745-bb98-c00e7c169a01\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-03-16T11:02:53.514436+00:00\",\n \"versionId\": \"MTY3ODk2NDU3MzUxNDQzNjAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Poli Anak, Departemen KIA\",\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ]\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Organization - Get suborganizations and save to list",
|
|
"event": [
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"exec": [
|
|
"var bundle = pm.response.json();\r",
|
|
"var data = null;\r",
|
|
"var org_list= [];\r",
|
|
"bundle.entry.forEach(entry=> {\r",
|
|
" let data= entry.resource;\r",
|
|
" org_list.push(data.id);\r",
|
|
"})\r",
|
|
"pm.collectionVariables.set('org_list', org_list);"
|
|
],
|
|
"type": "text/javascript",
|
|
"packages": {}
|
|
}
|
|
}
|
|
],
|
|
"request": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{base_url}}/Organization?partof={{Org_id}}&_revinclude=Organization:partof&_revinclude=Organization:partof",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Organization"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "partof",
|
|
"value": "{{Org_id}}"
|
|
},
|
|
{
|
|
"key": "_revinclude",
|
|
"value": "Organization:partof"
|
|
},
|
|
{
|
|
"key": "_revinclude",
|
|
"value": "Organization:partof"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Organization - Get all organization and save to list",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{base_url}}/Organization?partof={{Org_id}}&_revinclude=Organization:partof&_revinclude=Organization:partof",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Organization"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "partof",
|
|
"value": "{{Org_id}}"
|
|
},
|
|
{
|
|
"key": "_revinclude",
|
|
"value": "Organization:partof"
|
|
},
|
|
{
|
|
"key": "_revinclude",
|
|
"value": "Organization:partof"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"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, 04 Jun 2024 09:47:25 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "79616"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "4fdbc933-28e8-4690-86e3-aa558f4cec96"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/Organization/53160406-3d29-4572-afaa-24be54322fee\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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 SatuSehat No.3, RT.009/RW.002, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"53160406-3d29-4572-afaa-24be54322fee\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"POKJA-UKM\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-05-30T04:55:11.070199+00:00\",\n \"versionId\": \"MTcxNzA0NDkxMTA3MDE5OTAwMA\"\n },\n \"name\": \"Program Kerja Usaha Kesehatan Masyarakat\",\n \"partOf\": {\n \"display\": \"Puskesmas SatuSehat\",\n \"reference\": \"Organization/10000005\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassatusehat.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/55845fbd-5a70-42ae-8433-89e9072c01d0\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"55845fbd-5a70-42ae-8433-89e9072c01d0\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SW-KIA\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-05-29T07:03:04.309025+00:00\",\n \"versionId\": \"MTcxNjk2NjE4NDMwOTAyNTAwMA\"\n },\n \"name\": \"Divisi Kesehatan Ibu dan Anak\",\n \"partOf\": {\n \"display\": \"PUSKESMAS SATSET\",\n \"reference\": \"Organization/10000005\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassatusehat.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/43cc00ef-c50f-44a5-8446-b0771cf211b3\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"43cc00ef-c50f-44a5-8446-b0771cf211b3\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SMF-RAJAL-001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-05-02T14:05:10.006663+00:00\",\n \"versionId\": \"MTcxNDY1ODcxMDAwNjY2MzAwMA\"\n },\n \"name\": \"SMF Rawat Jalan PKM SatuSehat\",\n \"partOf\": {\n \"display\": \"Puskesmas SATUSEHAT\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/2c64deb0-4906-44a0-a3e7-012c815a6010\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"2c64deb0-4906-44a0-a3e7-012c815a6010\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SMF-RAJAL\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-24T03:26:12.036157+00:00\",\n \"versionId\": \"MTcxMzkyOTE3MjAzNjE1NzAwMA\"\n },\n \"name\": \"SubMedical Faculty - Rawat Jalan\",\n \"partOf\": {\n \"display\": \"Puskesmas Satu Sehat\",\n \"reference\": \"Organization/10000005\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmasatusehat.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T07:55:28.608917+00:00\",\n \"versionId\": \"MTcxMzM0MDUyODYwODkxNzAwMA\"\n },\n \"name\": \"UKP, Kefarmasian, Laboratorium\",\n \"partOf\": {\n \"display\": \"Puskesmas SATUSEHAT\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/3c42e3d4-42b1-4625-9190-b08a47a47632\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"3c42e3d4-42b1-4625-9190-b08a47a47632\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"UKP\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T07:41:54.298590+00:00\",\n \"versionId\": \"MTcxMzMzOTcxNDI5ODU5MDAwMA\"\n },\n \"name\": \"UKP, Kefarmasian, Laboratorium\",\n \"partOf\": {\n \"display\": \"Puskesmas SATUSEHAT\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/734f43ee-ab39-4738-92a0-a95e4345f6ff\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"734f43ee-ab39-4738-92a0-a95e4345f6ff\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SMF-RAJAL\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-04T03:07:58.007630+00:00\",\n \"versionId\": \"MTcxMjIwMDA3ODAwNzYzMDAwMA\"\n },\n \"name\": \"SubMedical Faculty - Rawat Jalan\",\n \"partOf\": {\n \"display\": \"Puskesmas SATUSEHAT\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/ee87ea38-a779-48dd-9e27-67e0a195eedc\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"ee87ea38-a779-48dd-9e27-67e0a195eedc\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"UKP\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T14:34:06.571628+00:00\",\n \"versionId\": \"MTcxMDU5OTY0NjU3MTYyODAwMA\"\n },\n \"name\": \"Pelayananan Upaya Kesehatan Perseorangan\",\n \"partOf\": {\n \"display\": \"Puskesmas SATUSEHAT\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/dfaa357d-881d-44ac-bb0d-6a69d2399539\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Purwakarta\",\n \"country\": \"ID\",\n \"line\": [\n \"jl Campaka -subang\"\n ],\n \"postalCode\": \"41181\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"dfaa357d-881d-44ac-bb0d-6a69d2399539\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-02-15T07:35:44.228883+00:00\",\n \"versionId\": \"MTcwNzk4MjU0NDIyODg4MzAwMA\"\n },\n \"name\": \"Bagian Gawat Darurat tahap 4\",\n \"partOf\": {\n \"id\": \"\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"dept\",\n \"display\": \"Hospital Departement\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/4af3a80a-3d3f-434e-842a-bcf772f1448d\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"4af3a80a-3d3f-434e-842a-bcf772f1448d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SW-Keluarga\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-02-09T09:09:12.786083+00:00\",\n \"versionId\": \"MTcwNzQ2OTc1Mjc4NjA4MzAwMA\"\n },\n \"name\": \"Pelayanan Kesehatan Keluarga\",\n \"partOf\": {\n \"display\": \"Puskesmas Sangat Waras\",\n \"reference\": \"Organization/10000005\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/b6e6239e-4810-4e76-a81d-00657a88ee7a\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Purwakarta\",\n \"country\": \"ID\",\n \"line\": [\n \"jl Campaka -subang\"\n ],\n \"postalCode\": \"41181\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"b6e6239e-4810-4e76-a81d-00657a88ee7a\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-02-06T15:51:29.186249+00:00\",\n \"versionId\": \"MTcwNzIzNDY4OTE4NjI0OTAwMA\"\n },\n \"name\": \"Trial Rename\",\n \"partOf\": {\n \"id\": \"\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"dept\",\n \"display\": \"Hospital Departement\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/248ba507-20b6-45b4-acc4-75ff5586efe2\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Purwakarta\",\n \"country\": \"ID\",\n \"line\": [\n \"jl Campaka -subang\"\n ],\n \"postalCode\": \"41181\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"248ba507-20b6-45b4-acc4-75ff5586efe2\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-02-05T14:43:21.844350+00:00\",\n \"versionId\": \"MTcwNzE0NDIwMTg0NDM1MDAwMA\"\n },\n \"name\": \"Bagian Keuangan\",\n \"partOf\": {\n \"id\": \"\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"dept\",\n \"display\": \"Hospital Departement\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/c6dd9b1d-baee-49c6-8e1d-d53e55569364\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Purwakarta\",\n \"country\": \"ID\",\n \"line\": [\n \"jl Campaka -subang\"\n ],\n \"postalCode\": \"41181\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"c6dd9b1d-baee-49c6-8e1d-d53e55569364\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-02-05T14:39:01.357501+00:00\",\n \"versionId\": \"MTcwNzE0Mzk0MTM1NzUwMTAwMA\"\n },\n \"name\": \"Bagian Lab\",\n \"partOf\": {\n \"id\": \"\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"dept\",\n \"display\": \"Hospital Departement\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/abe7e4b7-46d2-42b9-9771-0d1c54730b07\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Purwakarta\",\n \"country\": \"ID\",\n \"line\": [\n \"jl Campaka -subang\"\n ],\n \"postalCode\": \"41181\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"abe7e4b7-46d2-42b9-9771-0d1c54730b07\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-02-05T14:30:47.756344+00:00\",\n \"versionId\": \"MTcwNzE0MzQ0Nzc1NjM0NDAwMA\"\n },\n \"name\": \"Bagian Farmasi\",\n \"partOf\": {\n \"id\": \"\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"dept\",\n \"display\": \"Hospital Departement\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/f3da7a73-6a84-4547-90e8-c4880ee166fb\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"f3da7a73-6a84-4547-90e8-c4880ee166fb\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"PIM202401000001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-02-05T09:18:02.363173+00:00\",\n \"versionId\": \"MTcwNzEyNDY4MjM2MzE3MzAwMA\"\n },\n \"name\": \"Pos Imunisasi Lubuk Batang\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/f49e130a-bff1-4641-a1f7-28d03b53282a\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"f49e130a-bff1-4641-a1f7-28d03b53282a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SMF-RAJAL\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-01-31T10:17:45.946891+00:00\",\n \"versionId\": \"MTcwNjY5NjI2NTk0Njg5MTAwMA\"\n },\n \"name\": \"SubMedical Faculty - Rawat Jalan\",\n \"partOf\": {\n \"display\": \"Puskesmas Sangat Waras\",\n \"reference\": \"Organization/10000005\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/dc08b74f-9174-4945-954e-3580c4debe26\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl. Raya Jatiasih No.72, RT.004/RW.005, Jatiasih, Kec. Jatiasih, Kota Bks, Jawa Barat 17423\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"dc08b74f-9174-4945-954e-3580c4debe26\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/e460cf24-ed49-457f-ada1-65f5dab1ed7d\",\n \"use\": \"official\",\n \"value\": \"20240110\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-01-17T10:20:30.474601+00:00\",\n \"versionId\": \"MTcwNTQ4NjgzMDQ3NDYwMTAwMA\"\n },\n \"name\": \"Direktorat Medik, Keperawatan, dan Penunjang RSUD Jati Asih\",\n \"partOf\": {\n \"display\": \"RSUD Jati Asih\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/d2ae0c4e-c272-42ed-ae77-477b875f2fac\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"d2ae0c4e-c272-42ed-ae77-477b875f2fac\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000004\",\n \"use\": \"official\",\n \"value\": \"R220001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-01-04T04:02:10.726187+00:00\",\n \"versionId\": \"MTcwNDM0MDkzMDcyNjE4NzAwMA\"\n },\n \"name\": \"Rawat Jalan Terpadu\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/68c394b3-e354-47e0-a144-9f2a01a09dde\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"68c394b3-e354-47e0-a144-9f2a01a09dde\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079376\",\n \"use\": \"official\",\n \"value\": \"Rawat Jalan RSUD HBD\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-01-04T03:03:13.948465+00:00\",\n \"versionId\": \"MTcwNDMzNzM5Mzk0ODQ2NTAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/13e7ab6b-ccdc-408a-87c7-580d86e43526\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"13e7ab6b-ccdc-408a-87c7-580d86e43526\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079390\",\n \"use\": \"official\",\n \"value\": \"Pos Imunisasi LUBUK BATANG\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-29T08:54:29.605260+00:00\",\n \"versionId\": \"MTcwMzg0MDA2OTYwNTI2MDAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/0d4efb19-446d-470b-b7a1-07fddefad6b2\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Purwokerto\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"0d4efb19-446d-470b-b7a1-07fddefad6b2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/3302229\",\n \"use\": \"official\",\n \"value\": \"RSU DADI KELUARGA PURWOKERTO\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-24T07:48:18.737139+00:00\",\n \"versionId\": \"MTcwMzQwNDA5ODczNzEzOTAwMA\"\n },\n \"name\": \"RUMAH SAKIT UMUMss\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/8bad5386-3e10-43fb-b812-7b7c5c333548\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Batu\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"35\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3579\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"357902\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"3579022001\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl. Kenangan No.300\"\n ],\n \"postalCode\": \"65338\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"8bad5386-3e10-43fb-b812-7b7c5c333548\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"R220001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-22T22:37:44.961229+00:00\",\n \"versionId\": \"MTcwMzI4NDY2NDk2MTIyOTAwMA\"\n },\n \"name\": \"Rawat Jalan Terpadu\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+62341-123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.rs-punten.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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/0bbeebbf-a7a0-43c7-b6b6-5a035105435e\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"0bbeebbf-a7a0-43c7-b6b6-5a035105435e\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"R220001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-20T10:14:59.589778+00:00\",\n \"versionId\": \"MTcwMzA2NzI5OTU4OTc3ODAwMA\"\n },\n \"name\": \"Rawat Jalan Terpadu\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/cd7501eb-c0ab-4cee-bc96-4aaf9762d457\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Batu\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"35\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3579\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"357902\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"3579022001\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl. Kenangan No.300\"\n ],\n \"postalCode\": \"65338\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"cd7501eb-c0ab-4cee-bc96-4aaf9762d457\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000004\",\n \"use\": \"official\",\n \"value\": \"R220001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-17T14:41:04.573150+00:00\",\n \"versionId\": \"MTcwMjgyNDA2NDU3MzE1MDAwMA\"\n },\n \"name\": \"Rawat Jalan Terpadu\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+62341-123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.rs-punten.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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/143b8721-1a43-450b-ac3d-717eb4845548\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Medan\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jln. Medan Sampali\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"143b8721-1a43-450b-ac3d-717eb4845548\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/3000079374\",\n \"use\": \"official\",\n \"value\": \"emr his system\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-15T13:04:20.661881+00:00\",\n \"versionId\": \"MTcwMjY0NTQ2MDY2MTg4MTAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+622163294040\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/b2044d6b-cc10-46bd-a171-e9398029fc05\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"b2044d6b-cc10-46bd-a171-e9398029fc05\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079376\",\n \"use\": \"official\",\n \"value\": \"Klinik Denpasar\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-14T05:49:25.814085+00:00\",\n \"versionId\": \"MTcwMjUzMjk2NTgxNDA4NTAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/5d1b5ace-705d-4246-aa6f-714f38cad533\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"5d1b5ace-705d-4246-aa6f-714f38cad533\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079379\",\n \"use\": \"official\",\n \"value\": \"Klinik Denpasar\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-14T04:02:13.310070+00:00\",\n \"versionId\": \"MTcwMjUyNjUzMzMxMDA3MDAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/406187a5-2838-4f92-8f10-34c683d47056\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"406187a5-2838-4f92-8f10-34c683d47056\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079375\",\n \"use\": \"official\",\n \"value\": \"Klinik Denpasar\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-14T03:34:10.591051+00:00\",\n \"versionId\": \"MTcwMjUyNDg1MDU5MTA1MTAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/e51d1e50-1071-4711-8aa1-a7f5a9e0547a\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"e51d1e50-1071-4711-8aa1-a7f5a9e0547a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1125\",\n \"use\": \"official\",\n \"value\": \"PoskoDenpasar\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-13T16:05:59.418693+00:00\",\n \"versionId\": \"MTcwMjQ4MzU1OTQxODY5MzAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/ebf92cef-994a-45cd-b9e3-cd1fe1c5bc7f\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"ebf92cef-994a-45cd-b9e3-cd1fe1c5bc7f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079371\",\n \"use\": \"official\",\n \"value\": \"PoskoDenpasar\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-13T15:59:43.941652+00:00\",\n \"versionId\": \"MTcwMjQ4MzE4Mzk0MTY1MjAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/90100071-409e-4808-9782-a51a2ee97c4f\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"90100071-409e-4808-9782-a51a2ee97c4f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079375\",\n \"use\": \"official\",\n \"value\": \"Pos Imunisasi asASas\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-13T11:15:10.789555+00:00\",\n \"versionId\": \"MTcwMjQ2NjExMDc4OTU1NTAwMA\"\n },\n \"name\": \"Pos Imunisasi Bahrul\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/b8e1269b-f118-4f4c-bd6a-460e9477f801\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"b8e1269b-f118-4f4c-bd6a-460e9477f801\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079375\",\n \"use\": \"official\",\n \"value\": \"Pos Imunisasi asASas\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-13T11:03:27.262619+00:00\",\n \"versionId\": \"MTcwMjQ2NTQwNzI2MjYxOTAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/6b478409-354f-4887-b04f-ec3247465bc9\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"6b478409-354f-4887-b04f-ec3247465bc9\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079375\",\n \"use\": \"official\",\n \"value\": \"Pos Imunisasi LUBUK BATANG\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-11-22T11:05:54.248705+00:00\",\n \"versionId\": \"MTcwMDY1MTE1NDI0ODcwNTAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/faf89d3f-271d-440a-b706-c5e108d352c7\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"32\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3172\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317102\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710102\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55232\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"faf89d3f-271d-440a-b706-c5e108d352c7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079374\",\n \"use\": \"official\",\n \"value\": \"Pos Imunisasi LUBUK BATANG\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-09-22T08:37:58.082790+00:00\",\n \"versionId\": \"MTY5NTM3MTg3ODA4Mjc5MDAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/fd53a653-c7b9-4ced-8920-4b9edfac75ce\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"fd53a653-c7b9-4ced-8920-4b9edfac75ce\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079374\",\n \"use\": \"official\",\n \"value\": \"Pos Imunisasi LUBUK BATANG\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-08-21T07:13:51.767049+00:00\",\n \"versionId\": \"MTY5MjYwMjAzMTc2NzA0OTAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/1bf73b57-c066-4adc-b4d6-7db4acf82004\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"klaten\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"33\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3310\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"331038\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"3310384\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan klaten solo km 4\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"1bf73b57-c066-4adc-b4d6-7db4acf82004\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079374\",\n \"use\": \"official\",\n \"value\": \"Pos Imunisasi LUBUK BATANG\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-07-26T04:10:58.137645+00:00\",\n \"versionId\": \"MTY5MDM0NDY1ODEzNzY0NTAwMA\"\n },\n \"name\": \"Hemodialisis\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/16da0b73-27e4-41f4-802c-c88bb5d83a56\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"601928\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"0\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"0\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"0\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"0\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl Begadang\"\n ],\n \"postalCode\": \"Jember\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"16da0b73-27e4-41f4-802c-c88bb5d83a56\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000022225\",\n \"use\": \"official\",\n \"value\": \"R100102\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-07-25T07:17:36.156773+00:00\",\n \"versionId\": \"MTY5MDI2OTQ1NjE1Njc3MzAwMA\"\n },\n \"name\": \"Direktorat Medik, Keperawatan dan Penunjang\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"031 15002800\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.kalisat.co.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"prov\",\n \"display\": \"Healthcare Provider\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/6ac6ac62-d8f2-4301-80c6-894a0f8906e8\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jember\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"0\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"0\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"0\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"0\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl Begadang\"\n ],\n \"postalCode\": \"601928\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"6ac6ac62-d8f2-4301-80c6-894a0f8906e8\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000022223\",\n \"use\": \"official\",\n \"value\": \"R100123\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-07-25T04:49:46.313822+00:00\",\n \"versionId\": \"MTY5MDI2MDU4NjMxMzgyMjAwMA\"\n },\n \"name\": \"Direktorat Medik, Keperawatan dan Penunjang\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"031 15002800\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.kalisat.co.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"prov\",\n \"display\": \"Healthcare Provider\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/7662565f-ea68-4bfa-a265-1d29184525fd\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jember\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"0\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"0\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"0\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"0\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl Begadang\"\n ],\n \"postalCode\": \"601928\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"7662565f-ea68-4bfa-a265-1d29184525fd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000022221\",\n \"use\": \"official\",\n \"value\": \"R100123\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-07-25T04:49:20.360781+00:00\",\n \"versionId\": \"MTY5MDI2MDU2MDM2MDc4MTAwMA\"\n },\n \"name\": \"Direktorat Medik, Keperawatan dan Penunjang\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"031 15002800\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.kalisat.co.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"prov\",\n \"display\": \"Healthcare Provider\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/53292b6d-2cac-43a6-9507-45a06d207546\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jember\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl Begadang\"\n ],\n \"postalCode\": \"601928\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"53292b6d-2cac-43a6-9507-45a06d207546\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000022222\",\n \"use\": \"official\",\n \"value\": \"R100123\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-07-25T04:48:08.201266+00:00\",\n \"versionId\": \"MTY5MDI2MDQ4ODIwMTI2NjAwMA\"\n },\n \"name\": \"Direktorat Medik, Keperawatan dan Penunjang\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"031 15002800\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.kalisat.co.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"prov\",\n \"display\": \"Healthcare Provider\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/b60b2f1e-9c81-47e2-b02d-137dd12d05f2\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"b60b2f1e-9c81-47e2-b02d-137dd12d05f2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079378\",\n \"use\": \"official\",\n \"value\": \"Pos Imunisasi LUBUK BATANG\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-06-19T08:41:13.639463+00:00\",\n \"versionId\": \"MTY4NzE2NDA3MzYzOTQ2MzAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/d8beb887-fc3e-4722-852a-6c2262b04502\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"d8beb887-fc3e-4722-852a-6c2262b04502\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2023-06-14T09:10:54.790076+00:00\",\n \"versionId\": \"MTY4NjczMzg1NDc5MDA3NjAwMA\"\n },\n \"name\": \"Pos Imunisasi 2\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6222-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/1ec377e5-f586-4bb8-b83d-bddc18122b1e\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"1ec377e5-f586-4bb8-b83d-bddc18122b1e\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2023-06-14T09:10:09.450281+00:00\",\n \"versionId\": \"MTY4NjczMzgwOTQ1MDI4MTAwMA\"\n },\n \"name\": \"Pos Imunisasi 2\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/1a003c9c-fe3d-4c6d-9967-18a57e70f1bd\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Majalengka\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"32\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3210\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"45418\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"3210071008\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl. Pengadilan Lama No.16\"\n ],\n \"postalCode\": \"321007\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"1a003c9c-fe3d-4c6d-9967-18a57e70f1bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/3210071008\",\n \"use\": \"official\",\n \"value\": \"MAJALENGKA KULON\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-05-26T12:06:29.180265+00:00\",\n \"versionId\": \"MTY4NTEwMjc4OTE4MDI2NTAwMA\"\n },\n \"name\": \"Medika Permata Bunda\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+233-8286454\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/f7e6db1b-f2b0-4229-83d4-679b98609eb3\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Majalengka\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"32\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3210\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"45418\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"3210071008\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl. Pengadilan Lama No.16\"\n ],\n \"postalCode\": \"321007\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"f7e6db1b-f2b0-4229-83d4-679b98609eb3\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/3210071008\",\n \"use\": \"official\",\n \"value\": \"MAJALENGKA KULON\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-05-26T10:45:30.886745+00:00\",\n \"versionId\": \"MTY4NTA5NzkzMDg4Njc0NTAwMA\"\n },\n \"name\": \"Medika Permata Bunda\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+233-8286454\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/9796a27a-05cf-4406-805c-30b378f6a05a\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Majalengka\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"32\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3210\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"45418\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"3210071008\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl. Pengadilan Lama No.16\"\n ],\n \"postalCode\": \"321007\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"9796a27a-05cf-4406-805c-30b378f6a05a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/3210071008\",\n \"use\": \"official\",\n \"value\": \"MAJALENGKA KULON\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-05-26T09:38:11.404572+00:00\",\n \"versionId\": \"MTY4NTA5Mzg5MTQwNDU3MjAwMA\"\n },\n \"name\": \"Medika Permata Bunda\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+233-8286454\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/92d7aa54-c3bb-4657-95a5-ae6f9a733e5b\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"92d7aa54-c3bb-4657-95a5-ae6f9a733e5b\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000004\",\n \"use\": \"official\",\n \"value\": \"R220001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-05-23T16:47:06.411318+00:00\",\n \"versionId\": \"MTY4NDg2MDQyNjQxMTMxODAwMA\"\n },\n \"name\": \"Rawat Jalan Terpadu 5\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/8296c62e-9bc3-4c84-9374-84c5883d3243\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"8296c62e-9bc3-4c84-9374-84c5883d3243\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000004\",\n \"use\": \"official\",\n \"value\": \"R220001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-05-23T16:46:32.725048+00:00\",\n \"versionId\": \"MTY4NDg2MDM5MjcyNTA0ODAwMA\"\n },\n \"name\": \"Rawat Jalan Terpadu\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/cb49f86d-fbef-44be-8553-1218f41dc6fa\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pasuruan\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"35\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3514\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"351414\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"3514141004\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl. A Yani No 6, BANGIL\"\n ],\n \"postalCode\": \"67153\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"cb49f86d-fbef-44be-8553-1218f41dc6fa\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079374\",\n \"use\": \"official\",\n \"value\": \"INSTALASI RAWAT JALAN\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-18T16:16:17.905268+00:00\",\n \"versionId\": \"MTY3OTE1NjE3NzkwNTI2ODAwMA\"\n },\n \"name\": \"Instalasi Rawat Jalan\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"0343-741018\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"http://www.rsimasyithoh.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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/81714355-e650-4b3c-96c0-9198eda36c35\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"81714355-e650-4b3c-96c0-9198eda36c35\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079374\",\n \"use\": \"official\",\n \"value\": \"RAWAT JALAN\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-01-17T08:29:01.839582+00:00\",\n \"versionId\": \"MTY3Mzk0NDE0MTgzOTU4MjAwMA\"\n },\n \"name\": \"RAWAT JALAN\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/ca09896e-d3bb-4b0f-820a-bf1e2ae12f81\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"ca09896e-d3bb-4b0f-820a-bf1e2ae12f81\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SW-KIA-PONED\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-05-29T07:03:33.287690+00:00\",\n \"versionId\": \"MTcxNjk2NjIxMzI4NzY5MDAwMA\"\n },\n \"name\": \"Pelayanan Obstetri Neonatal Emergensi Dasar (PONED)\",\n \"partOf\": {\n \"display\": \"Pelayanan Obstetri Neonatal Emergensi Dasar (PONED)\",\n \"reference\": \"Organization/55845fbd-5a70-42ae-8433-89e9072c01d0\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmasatusehat.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/d9dc2406-b2d5-45b6-b4ab-e2e8f1722a05\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"d9dc2406-b2d5-45b6-b4ab-e2e8f1722a05\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-POLI-GIZI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-05-08T08:12:09.129524+00:00\",\n \"versionId\": \"MTcxNTE1NTkyOTEyOTUyNDAwMA\"\n },\n \"name\": \"Poli Gizi\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/0f5633ea-4a1f-40de-82c1-f3d5ba16639a\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"0f5633ea-4a1f-40de-82c1-f3d5ba16639a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-TUMBANG\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-05-02T14:05:15.967123+00:00\",\n \"versionId\": \"MTcxNDY1ODcxNTk2NzEyMzAwMA\"\n },\n \"name\": \"Poli Tumbuh Kembang Puskesmas SatuSehat\",\n \"partOf\": {\n \"display\": \"SMF Rawat Jalan\",\n \"reference\": \"Organization/43cc00ef-c50f-44a5-8446-b0771cf211b3\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/ab9f21e2-77a9-4fdd-ad49-7ea09186b685\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"ab9f21e2-77a9-4fdd-ad49-7ea09186b685\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-FAR\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:45:31.906976+00:00\",\n \"versionId\": \"MTcxMzM0MzUzMTkwNjk3NjAwMA\"\n },\n \"name\": \"Koord Apotek\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/98c7cc89-2069-4028-8808-9d6317da47f4\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"98c7cc89-2069-4028-8808-9d6317da47f4\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-POLI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:43:54.536698+00:00\",\n \"versionId\": \"MTcxMzM0MzQzNDUzNjY5ODAwMA\"\n },\n \"name\": \"Koord Poli Umum\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/c56024d4-61b1-4a65-8881-559fed26c5c0\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"c56024d4-61b1-4a65-8881-559fed26c5c0\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-POLI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:39:53.059533+00:00\",\n \"versionId\": \"MTcxMzM0MzE5MzA1OTUzMzAwMA\"\n },\n \"name\": \"Poli Umum\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/a97ae276-e470-4683-b0f5-e9dc48e763bd\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"a97ae276-e470-4683-b0f5-e9dc48e763bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-FAR\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:14:37.439203+00:00\",\n \"versionId\": \"MTcxMzM0MTY3NzQzOTIwMzAwMA\"\n },\n \"name\": \"Koor Apotek\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/ef9cdbce-551d-4bd4-b0f7-bab22cee433f\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"ef9cdbce-551d-4bd4-b0f7-bab22cee433f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-POLI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:02:57.508739+00:00\",\n \"versionId\": \"MTcxMzM0MDk3NzUwODczOTAwMA\"\n },\n \"name\": \"Koor Poli Umum\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/595d3766-0b87-4940-b705-161d1a4626c3\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"595d3766-0b87-4940-b705-161d1a4626c3\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SMF-RAJAL-POLI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-04T03:13:41.480578+00:00\",\n \"versionId\": \"MTcxMjIwMDQyMTQ4MDU3ODAwMA\"\n },\n \"name\": \"Konsultasi ANC\",\n \"partOf\": {\n \"display\": \"SubMedicalFaculty Rajal\",\n \"reference\": \"Organization/734f43ee-ab39-4738-92a0-a95e4345f6ff\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/8b88a866-15b7-44b2-b756-2942ce9232b8\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"8b88a866-15b7-44b2-b756-2942ce9232b8\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"DV-UKM-PSY\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-02T08:28:59.940336+00:00\",\n \"versionId\": \"MTcxMjA0NjUzOTk0MDMzNjAwMA\"\n },\n \"name\": \"Divisi Posyandu PKM Satu Sehat\",\n \"partOf\": {\n \"display\": \"Program Kerja Usaha Kesehatan Masyarakat\",\n \"reference\": \"Organization/53160406-3d29-4572-afaa-24be54322fee\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/ae0da7ea-d859-47fd-af02-ea12c040d24f\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"ae0da7ea-d859-47fd-af02-ea12c040d24f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"DV-UKM-UKS\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-02T08:23:40.073602+00:00\",\n \"versionId\": \"MTcxMjA0NjIyMDA3MzYwMjAwMA\"\n },\n \"name\": \"Divisi Usaha Kesehatan Sekolah PKM SatuSehat\",\n \"partOf\": {\n \"display\": \"Program Kerja Usaha Kesehatan Masyarakat\",\n \"reference\": \"Organization/53160406-3d29-4572-afaa-24be54322fee\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassatusehat.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/6a86f615-efd2-444c-8be6-fb2b2275fce8\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"6a86f615-efd2-444c-8be6-fb2b2275fce8\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"Umum\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T14:36:54.266464+00:00\",\n \"versionId\": \"MTcxMDU5OTgxNDI2NjQ2NDAwMA\"\n },\n \"name\": \"Pelayanan Umum\",\n \"partOf\": {\n \"display\": \"Pelayanan Upaya Kesehatan Perseorangan\",\n \"reference\": \"Organization/ee87ea38-a779-48dd-9e27-67e0a195eedc\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/95787226-e7b3-451c-9aea-7afabf6e340d\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"95787226-e7b3-451c-9aea-7afabf6e340d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SMF-RAJAL-POLI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-02-27T06:46:14.660357+00:00\",\n \"versionId\": \"MTcwOTAxNjM3NDY2MDM1NzAwMA\"\n },\n \"name\": \"Konsultasi Rawat Jalan\",\n \"partOf\": {\n \"display\": \"SubMedicalFaculty Rajal\",\n \"reference\": \"Organization/f49e130a-bff1-4641-a1f7-28d03b53282a\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/21b79f90-b0fd-4b43-9be0-46e4bc0968b7\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"21b79f90-b0fd-4b43-9be0-46e4bc0968b7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SW-TumBang-SDIDTK\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-02-09T09:09:17.441110+00:00\",\n \"versionId\": \"MTcwNzQ2OTc1NzQ0MTExMDAwMA\"\n },\n \"name\": \"Layanan Tumbuh Kembang SDIDTK\",\n \"partOf\": {\n \"display\": \"Pelayanan Kesehatan Keluarga\",\n \"reference\": \"Organization/4af3a80a-3d3f-434e-842a-bcf772f1448d\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-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/Organization/?_revinclude=Organization%3Apartof&_revinclude=Organization%3Apartof&partof=10000005\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/?_revinclude=Organization%3Apartof&_revinclude=Organization%3Apartof&partof=10000005\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/?_revinclude=Organization%3Apartof&_revinclude=Organization%3Apartof&partof=10000005\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 64,\n \"type\": \"searchset\"\n}"
|
|
},
|
|
{
|
|
"name": "Organization - Get all organization and save to list",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{base_url}}/Organization?partof={{Org_id}}&_revinclude=Organization:partof&_revinclude=Organization:partof",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Organization"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "partof",
|
|
"value": "{{Org_id}}"
|
|
},
|
|
{
|
|
"key": "_revinclude",
|
|
"value": "Organization:partof"
|
|
},
|
|
{
|
|
"key": "_revinclude",
|
|
"value": "Organization:partof"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"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, 04 Jun 2024 09:47:25 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "79616"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "4fdbc933-28e8-4690-86e3-aa558f4cec96"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/Organization/53160406-3d29-4572-afaa-24be54322fee\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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 SatuSehat No.3, RT.009/RW.002, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"53160406-3d29-4572-afaa-24be54322fee\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"POKJA-UKM\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-05-30T04:55:11.070199+00:00\",\n \"versionId\": \"MTcxNzA0NDkxMTA3MDE5OTAwMA\"\n },\n \"name\": \"Program Kerja Usaha Kesehatan Masyarakat\",\n \"partOf\": {\n \"display\": \"Puskesmas SatuSehat\",\n \"reference\": \"Organization/10000005\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassatusehat.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/55845fbd-5a70-42ae-8433-89e9072c01d0\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"55845fbd-5a70-42ae-8433-89e9072c01d0\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SW-KIA\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-05-29T07:03:04.309025+00:00\",\n \"versionId\": \"MTcxNjk2NjE4NDMwOTAyNTAwMA\"\n },\n \"name\": \"Divisi Kesehatan Ibu dan Anak\",\n \"partOf\": {\n \"display\": \"PUSKESMAS SATSET\",\n \"reference\": \"Organization/10000005\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassatusehat.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/43cc00ef-c50f-44a5-8446-b0771cf211b3\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"43cc00ef-c50f-44a5-8446-b0771cf211b3\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SMF-RAJAL-001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-05-02T14:05:10.006663+00:00\",\n \"versionId\": \"MTcxNDY1ODcxMDAwNjY2MzAwMA\"\n },\n \"name\": \"SMF Rawat Jalan PKM SatuSehat\",\n \"partOf\": {\n \"display\": \"Puskesmas SATUSEHAT\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/2c64deb0-4906-44a0-a3e7-012c815a6010\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"2c64deb0-4906-44a0-a3e7-012c815a6010\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SMF-RAJAL\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-24T03:26:12.036157+00:00\",\n \"versionId\": \"MTcxMzkyOTE3MjAzNjE1NzAwMA\"\n },\n \"name\": \"SubMedical Faculty - Rawat Jalan\",\n \"partOf\": {\n \"display\": \"Puskesmas Satu Sehat\",\n \"reference\": \"Organization/10000005\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmasatusehat.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T07:55:28.608917+00:00\",\n \"versionId\": \"MTcxMzM0MDUyODYwODkxNzAwMA\"\n },\n \"name\": \"UKP, Kefarmasian, Laboratorium\",\n \"partOf\": {\n \"display\": \"Puskesmas SATUSEHAT\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/3c42e3d4-42b1-4625-9190-b08a47a47632\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"3c42e3d4-42b1-4625-9190-b08a47a47632\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"UKP\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T07:41:54.298590+00:00\",\n \"versionId\": \"MTcxMzMzOTcxNDI5ODU5MDAwMA\"\n },\n \"name\": \"UKP, Kefarmasian, Laboratorium\",\n \"partOf\": {\n \"display\": \"Puskesmas SATUSEHAT\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/734f43ee-ab39-4738-92a0-a95e4345f6ff\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"734f43ee-ab39-4738-92a0-a95e4345f6ff\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SMF-RAJAL\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-04T03:07:58.007630+00:00\",\n \"versionId\": \"MTcxMjIwMDA3ODAwNzYzMDAwMA\"\n },\n \"name\": \"SubMedical Faculty - Rawat Jalan\",\n \"partOf\": {\n \"display\": \"Puskesmas SATUSEHAT\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/ee87ea38-a779-48dd-9e27-67e0a195eedc\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"ee87ea38-a779-48dd-9e27-67e0a195eedc\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"UKP\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T14:34:06.571628+00:00\",\n \"versionId\": \"MTcxMDU5OTY0NjU3MTYyODAwMA\"\n },\n \"name\": \"Pelayananan Upaya Kesehatan Perseorangan\",\n \"partOf\": {\n \"display\": \"Puskesmas SATUSEHAT\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/dfaa357d-881d-44ac-bb0d-6a69d2399539\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Purwakarta\",\n \"country\": \"ID\",\n \"line\": [\n \"jl Campaka -subang\"\n ],\n \"postalCode\": \"41181\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"dfaa357d-881d-44ac-bb0d-6a69d2399539\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-02-15T07:35:44.228883+00:00\",\n \"versionId\": \"MTcwNzk4MjU0NDIyODg4MzAwMA\"\n },\n \"name\": \"Bagian Gawat Darurat tahap 4\",\n \"partOf\": {\n \"id\": \"\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"dept\",\n \"display\": \"Hospital Departement\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/4af3a80a-3d3f-434e-842a-bcf772f1448d\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"4af3a80a-3d3f-434e-842a-bcf772f1448d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SW-Keluarga\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-02-09T09:09:12.786083+00:00\",\n \"versionId\": \"MTcwNzQ2OTc1Mjc4NjA4MzAwMA\"\n },\n \"name\": \"Pelayanan Kesehatan Keluarga\",\n \"partOf\": {\n \"display\": \"Puskesmas Sangat Waras\",\n \"reference\": \"Organization/10000005\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/b6e6239e-4810-4e76-a81d-00657a88ee7a\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Purwakarta\",\n \"country\": \"ID\",\n \"line\": [\n \"jl Campaka -subang\"\n ],\n \"postalCode\": \"41181\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"b6e6239e-4810-4e76-a81d-00657a88ee7a\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-02-06T15:51:29.186249+00:00\",\n \"versionId\": \"MTcwNzIzNDY4OTE4NjI0OTAwMA\"\n },\n \"name\": \"Trial Rename\",\n \"partOf\": {\n \"id\": \"\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"dept\",\n \"display\": \"Hospital Departement\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/248ba507-20b6-45b4-acc4-75ff5586efe2\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Purwakarta\",\n \"country\": \"ID\",\n \"line\": [\n \"jl Campaka -subang\"\n ],\n \"postalCode\": \"41181\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"248ba507-20b6-45b4-acc4-75ff5586efe2\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-02-05T14:43:21.844350+00:00\",\n \"versionId\": \"MTcwNzE0NDIwMTg0NDM1MDAwMA\"\n },\n \"name\": \"Bagian Keuangan\",\n \"partOf\": {\n \"id\": \"\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"dept\",\n \"display\": \"Hospital Departement\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/c6dd9b1d-baee-49c6-8e1d-d53e55569364\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Purwakarta\",\n \"country\": \"ID\",\n \"line\": [\n \"jl Campaka -subang\"\n ],\n \"postalCode\": \"41181\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"c6dd9b1d-baee-49c6-8e1d-d53e55569364\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-02-05T14:39:01.357501+00:00\",\n \"versionId\": \"MTcwNzE0Mzk0MTM1NzUwMTAwMA\"\n },\n \"name\": \"Bagian Lab\",\n \"partOf\": {\n \"id\": \"\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"dept\",\n \"display\": \"Hospital Departement\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/abe7e4b7-46d2-42b9-9771-0d1c54730b07\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Purwakarta\",\n \"country\": \"ID\",\n \"line\": [\n \"jl Campaka -subang\"\n ],\n \"postalCode\": \"41181\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"abe7e4b7-46d2-42b9-9771-0d1c54730b07\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-02-05T14:30:47.756344+00:00\",\n \"versionId\": \"MTcwNzE0MzQ0Nzc1NjM0NDAwMA\"\n },\n \"name\": \"Bagian Farmasi\",\n \"partOf\": {\n \"id\": \"\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"dept\",\n \"display\": \"Hospital Departement\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/f3da7a73-6a84-4547-90e8-c4880ee166fb\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"f3da7a73-6a84-4547-90e8-c4880ee166fb\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"PIM202401000001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-02-05T09:18:02.363173+00:00\",\n \"versionId\": \"MTcwNzEyNDY4MjM2MzE3MzAwMA\"\n },\n \"name\": \"Pos Imunisasi Lubuk Batang\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/f49e130a-bff1-4641-a1f7-28d03b53282a\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"f49e130a-bff1-4641-a1f7-28d03b53282a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SMF-RAJAL\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-01-31T10:17:45.946891+00:00\",\n \"versionId\": \"MTcwNjY5NjI2NTk0Njg5MTAwMA\"\n },\n \"name\": \"SubMedical Faculty - Rawat Jalan\",\n \"partOf\": {\n \"display\": \"Puskesmas Sangat Waras\",\n \"reference\": \"Organization/10000005\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/dc08b74f-9174-4945-954e-3580c4debe26\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl. Raya Jatiasih No.72, RT.004/RW.005, Jatiasih, Kec. Jatiasih, Kota Bks, Jawa Barat 17423\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"dc08b74f-9174-4945-954e-3580c4debe26\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/e460cf24-ed49-457f-ada1-65f5dab1ed7d\",\n \"use\": \"official\",\n \"value\": \"20240110\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-01-17T10:20:30.474601+00:00\",\n \"versionId\": \"MTcwNTQ4NjgzMDQ3NDYwMTAwMA\"\n },\n \"name\": \"Direktorat Medik, Keperawatan, dan Penunjang RSUD Jati Asih\",\n \"partOf\": {\n \"display\": \"RSUD Jati Asih\",\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/d2ae0c4e-c272-42ed-ae77-477b875f2fac\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"d2ae0c4e-c272-42ed-ae77-477b875f2fac\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000004\",\n \"use\": \"official\",\n \"value\": \"R220001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-01-04T04:02:10.726187+00:00\",\n \"versionId\": \"MTcwNDM0MDkzMDcyNjE4NzAwMA\"\n },\n \"name\": \"Rawat Jalan Terpadu\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/68c394b3-e354-47e0-a144-9f2a01a09dde\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"68c394b3-e354-47e0-a144-9f2a01a09dde\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079376\",\n \"use\": \"official\",\n \"value\": \"Rawat Jalan RSUD HBD\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-01-04T03:03:13.948465+00:00\",\n \"versionId\": \"MTcwNDMzNzM5Mzk0ODQ2NTAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/13e7ab6b-ccdc-408a-87c7-580d86e43526\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"13e7ab6b-ccdc-408a-87c7-580d86e43526\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079390\",\n \"use\": \"official\",\n \"value\": \"Pos Imunisasi LUBUK BATANG\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-29T08:54:29.605260+00:00\",\n \"versionId\": \"MTcwMzg0MDA2OTYwNTI2MDAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/0d4efb19-446d-470b-b7a1-07fddefad6b2\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Purwokerto\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"0d4efb19-446d-470b-b7a1-07fddefad6b2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/3302229\",\n \"use\": \"official\",\n \"value\": \"RSU DADI KELUARGA PURWOKERTO\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-24T07:48:18.737139+00:00\",\n \"versionId\": \"MTcwMzQwNDA5ODczNzEzOTAwMA\"\n },\n \"name\": \"RUMAH SAKIT UMUMss\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/8bad5386-3e10-43fb-b812-7b7c5c333548\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Batu\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"35\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3579\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"357902\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"3579022001\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl. Kenangan No.300\"\n ],\n \"postalCode\": \"65338\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"8bad5386-3e10-43fb-b812-7b7c5c333548\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"R220001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-22T22:37:44.961229+00:00\",\n \"versionId\": \"MTcwMzI4NDY2NDk2MTIyOTAwMA\"\n },\n \"name\": \"Rawat Jalan Terpadu\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+62341-123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.rs-punten.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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/0bbeebbf-a7a0-43c7-b6b6-5a035105435e\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"0bbeebbf-a7a0-43c7-b6b6-5a035105435e\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"R220001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-20T10:14:59.589778+00:00\",\n \"versionId\": \"MTcwMzA2NzI5OTU4OTc3ODAwMA\"\n },\n \"name\": \"Rawat Jalan Terpadu\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/cd7501eb-c0ab-4cee-bc96-4aaf9762d457\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Batu\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"35\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3579\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"357902\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"3579022001\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl. Kenangan No.300\"\n ],\n \"postalCode\": \"65338\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"cd7501eb-c0ab-4cee-bc96-4aaf9762d457\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000004\",\n \"use\": \"official\",\n \"value\": \"R220001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-17T14:41:04.573150+00:00\",\n \"versionId\": \"MTcwMjgyNDA2NDU3MzE1MDAwMA\"\n },\n \"name\": \"Rawat Jalan Terpadu\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+62341-123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.rs-punten.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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/143b8721-1a43-450b-ac3d-717eb4845548\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Medan\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jln. Medan Sampali\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"143b8721-1a43-450b-ac3d-717eb4845548\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/3000079374\",\n \"use\": \"official\",\n \"value\": \"emr his system\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-15T13:04:20.661881+00:00\",\n \"versionId\": \"MTcwMjY0NTQ2MDY2MTg4MTAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+622163294040\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/b2044d6b-cc10-46bd-a171-e9398029fc05\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"b2044d6b-cc10-46bd-a171-e9398029fc05\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079376\",\n \"use\": \"official\",\n \"value\": \"Klinik Denpasar\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-14T05:49:25.814085+00:00\",\n \"versionId\": \"MTcwMjUzMjk2NTgxNDA4NTAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/5d1b5ace-705d-4246-aa6f-714f38cad533\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"5d1b5ace-705d-4246-aa6f-714f38cad533\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079379\",\n \"use\": \"official\",\n \"value\": \"Klinik Denpasar\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-14T04:02:13.310070+00:00\",\n \"versionId\": \"MTcwMjUyNjUzMzMxMDA3MDAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/406187a5-2838-4f92-8f10-34c683d47056\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"406187a5-2838-4f92-8f10-34c683d47056\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079375\",\n \"use\": \"official\",\n \"value\": \"Klinik Denpasar\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-14T03:34:10.591051+00:00\",\n \"versionId\": \"MTcwMjUyNDg1MDU5MTA1MTAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/e51d1e50-1071-4711-8aa1-a7f5a9e0547a\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"e51d1e50-1071-4711-8aa1-a7f5a9e0547a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1125\",\n \"use\": \"official\",\n \"value\": \"PoskoDenpasar\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-13T16:05:59.418693+00:00\",\n \"versionId\": \"MTcwMjQ4MzU1OTQxODY5MzAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/ebf92cef-994a-45cd-b9e3-cd1fe1c5bc7f\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"ebf92cef-994a-45cd-b9e3-cd1fe1c5bc7f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079371\",\n \"use\": \"official\",\n \"value\": \"PoskoDenpasar\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-13T15:59:43.941652+00:00\",\n \"versionId\": \"MTcwMjQ4MzE4Mzk0MTY1MjAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/90100071-409e-4808-9782-a51a2ee97c4f\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"90100071-409e-4808-9782-a51a2ee97c4f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079375\",\n \"use\": \"official\",\n \"value\": \"Pos Imunisasi asASas\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-13T11:15:10.789555+00:00\",\n \"versionId\": \"MTcwMjQ2NjExMDc4OTU1NTAwMA\"\n },\n \"name\": \"Pos Imunisasi Bahrul\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/b8e1269b-f118-4f4c-bd6a-460e9477f801\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"b8e1269b-f118-4f4c-bd6a-460e9477f801\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079375\",\n \"use\": \"official\",\n \"value\": \"Pos Imunisasi asASas\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-13T11:03:27.262619+00:00\",\n \"versionId\": \"MTcwMjQ2NTQwNzI2MjYxOTAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/6b478409-354f-4887-b04f-ec3247465bc9\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"6b478409-354f-4887-b04f-ec3247465bc9\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079375\",\n \"use\": \"official\",\n \"value\": \"Pos Imunisasi LUBUK BATANG\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-11-22T11:05:54.248705+00:00\",\n \"versionId\": \"MTcwMDY1MTE1NDI0ODcwNTAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/faf89d3f-271d-440a-b706-c5e108d352c7\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"32\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3172\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317102\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710102\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55232\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"faf89d3f-271d-440a-b706-c5e108d352c7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079374\",\n \"use\": \"official\",\n \"value\": \"Pos Imunisasi LUBUK BATANG\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-09-22T08:37:58.082790+00:00\",\n \"versionId\": \"MTY5NTM3MTg3ODA4Mjc5MDAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/fd53a653-c7b9-4ced-8920-4b9edfac75ce\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"fd53a653-c7b9-4ced-8920-4b9edfac75ce\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079374\",\n \"use\": \"official\",\n \"value\": \"Pos Imunisasi LUBUK BATANG\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-08-21T07:13:51.767049+00:00\",\n \"versionId\": \"MTY5MjYwMjAzMTc2NzA0OTAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/1bf73b57-c066-4adc-b4d6-7db4acf82004\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"klaten\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"33\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3310\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"331038\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"3310384\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan klaten solo km 4\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"1bf73b57-c066-4adc-b4d6-7db4acf82004\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079374\",\n \"use\": \"official\",\n \"value\": \"Pos Imunisasi LUBUK BATANG\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-07-26T04:10:58.137645+00:00\",\n \"versionId\": \"MTY5MDM0NDY1ODEzNzY0NTAwMA\"\n },\n \"name\": \"Hemodialisis\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/16da0b73-27e4-41f4-802c-c88bb5d83a56\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"601928\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"0\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"0\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"0\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"0\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl Begadang\"\n ],\n \"postalCode\": \"Jember\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"16da0b73-27e4-41f4-802c-c88bb5d83a56\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000022225\",\n \"use\": \"official\",\n \"value\": \"R100102\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-07-25T07:17:36.156773+00:00\",\n \"versionId\": \"MTY5MDI2OTQ1NjE1Njc3MzAwMA\"\n },\n \"name\": \"Direktorat Medik, Keperawatan dan Penunjang\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"031 15002800\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.kalisat.co.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"prov\",\n \"display\": \"Healthcare Provider\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/6ac6ac62-d8f2-4301-80c6-894a0f8906e8\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jember\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"0\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"0\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"0\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"0\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl Begadang\"\n ],\n \"postalCode\": \"601928\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"6ac6ac62-d8f2-4301-80c6-894a0f8906e8\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000022223\",\n \"use\": \"official\",\n \"value\": \"R100123\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-07-25T04:49:46.313822+00:00\",\n \"versionId\": \"MTY5MDI2MDU4NjMxMzgyMjAwMA\"\n },\n \"name\": \"Direktorat Medik, Keperawatan dan Penunjang\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"031 15002800\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.kalisat.co.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"prov\",\n \"display\": \"Healthcare Provider\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/7662565f-ea68-4bfa-a265-1d29184525fd\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jember\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"0\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"0\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"0\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"0\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl Begadang\"\n ],\n \"postalCode\": \"601928\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"7662565f-ea68-4bfa-a265-1d29184525fd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000022221\",\n \"use\": \"official\",\n \"value\": \"R100123\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-07-25T04:49:20.360781+00:00\",\n \"versionId\": \"MTY5MDI2MDU2MDM2MDc4MTAwMA\"\n },\n \"name\": \"Direktorat Medik, Keperawatan dan Penunjang\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"031 15002800\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.kalisat.co.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"prov\",\n \"display\": \"Healthcare Provider\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/53292b6d-2cac-43a6-9507-45a06d207546\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jember\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl Begadang\"\n ],\n \"postalCode\": \"601928\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"53292b6d-2cac-43a6-9507-45a06d207546\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000022222\",\n \"use\": \"official\",\n \"value\": \"R100123\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-07-25T04:48:08.201266+00:00\",\n \"versionId\": \"MTY5MDI2MDQ4ODIwMTI2NjAwMA\"\n },\n \"name\": \"Direktorat Medik, Keperawatan dan Penunjang\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"031 15002800\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.kalisat.co.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"prov\",\n \"display\": \"Healthcare Provider\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/b60b2f1e-9c81-47e2-b02d-137dd12d05f2\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"b60b2f1e-9c81-47e2-b02d-137dd12d05f2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079378\",\n \"use\": \"official\",\n \"value\": \"Pos Imunisasi LUBUK BATANG\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-06-19T08:41:13.639463+00:00\",\n \"versionId\": \"MTY4NzE2NDA3MzYzOTQ2MzAwMA\"\n },\n \"name\": \"Pos Imunisasi\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/d8beb887-fc3e-4722-852a-6c2262b04502\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"d8beb887-fc3e-4722-852a-6c2262b04502\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2023-06-14T09:10:54.790076+00:00\",\n \"versionId\": \"MTY4NjczMzg1NDc5MDA3NjAwMA\"\n },\n \"name\": \"Pos Imunisasi 2\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6222-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/1ec377e5-f586-4bb8-b83d-bddc18122b1e\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"1ec377e5-f586-4bb8-b83d-bddc18122b1e\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2023-06-14T09:10:09.450281+00:00\",\n \"versionId\": \"MTY4NjczMzgwOTQ1MDI4MTAwMA\"\n },\n \"name\": \"Pos Imunisasi 2\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/1a003c9c-fe3d-4c6d-9967-18a57e70f1bd\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Majalengka\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"32\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3210\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"45418\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"3210071008\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl. Pengadilan Lama No.16\"\n ],\n \"postalCode\": \"321007\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"1a003c9c-fe3d-4c6d-9967-18a57e70f1bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/3210071008\",\n \"use\": \"official\",\n \"value\": \"MAJALENGKA KULON\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-05-26T12:06:29.180265+00:00\",\n \"versionId\": \"MTY4NTEwMjc4OTE4MDI2NTAwMA\"\n },\n \"name\": \"Medika Permata Bunda\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+233-8286454\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/f7e6db1b-f2b0-4229-83d4-679b98609eb3\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Majalengka\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"32\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3210\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"45418\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"3210071008\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl. Pengadilan Lama No.16\"\n ],\n \"postalCode\": \"321007\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"f7e6db1b-f2b0-4229-83d4-679b98609eb3\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/3210071008\",\n \"use\": \"official\",\n \"value\": \"MAJALENGKA KULON\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-05-26T10:45:30.886745+00:00\",\n \"versionId\": \"MTY4NTA5NzkzMDg4Njc0NTAwMA\"\n },\n \"name\": \"Medika Permata Bunda\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+233-8286454\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/9796a27a-05cf-4406-805c-30b378f6a05a\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Majalengka\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"32\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3210\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"45418\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"3210071008\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl. Pengadilan Lama No.16\"\n ],\n \"postalCode\": \"321007\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"9796a27a-05cf-4406-805c-30b378f6a05a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/3210071008\",\n \"use\": \"official\",\n \"value\": \"MAJALENGKA KULON\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-05-26T09:38:11.404572+00:00\",\n \"versionId\": \"MTY4NTA5Mzg5MTQwNDU3MjAwMA\"\n },\n \"name\": \"Medika Permata Bunda\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+233-8286454\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/92d7aa54-c3bb-4657-95a5-ae6f9a733e5b\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"92d7aa54-c3bb-4657-95a5-ae6f9a733e5b\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000004\",\n \"use\": \"official\",\n \"value\": \"R220001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-05-23T16:47:06.411318+00:00\",\n \"versionId\": \"MTY4NDg2MDQyNjQxMTMxODAwMA\"\n },\n \"name\": \"Rawat Jalan Terpadu 5\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/8296c62e-9bc3-4c84-9374-84c5883d3243\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"8296c62e-9bc3-4c84-9374-84c5883d3243\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000004\",\n \"use\": \"official\",\n \"value\": \"R220001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-05-23T16:46:32.725048+00:00\",\n \"versionId\": \"MTY4NDg2MDM5MjcyNTA0ODAwMA\"\n },\n \"name\": \"Rawat Jalan Terpadu\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/cb49f86d-fbef-44be-8553-1218f41dc6fa\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pasuruan\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"35\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3514\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"351414\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"3514141004\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl. A Yani No 6, BANGIL\"\n ],\n \"postalCode\": \"67153\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"cb49f86d-fbef-44be-8553-1218f41dc6fa\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079374\",\n \"use\": \"official\",\n \"value\": \"INSTALASI RAWAT JALAN\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-18T16:16:17.905268+00:00\",\n \"versionId\": \"MTY3OTE1NjE3NzkwNTI2ODAwMA\"\n },\n \"name\": \"Instalasi Rawat Jalan\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"0343-741018\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"http://www.rsimasyithoh.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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/81714355-e650-4b3c-96c0-9198eda36c35\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"31\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3171\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"317101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"31710101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jalan Jati Asih\"\n ],\n \"postalCode\": \"55292\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"81714355-e650-4b3c-96c0-9198eda36c35\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/1000079374\",\n \"use\": \"official\",\n \"value\": \"RAWAT JALAN\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-01-17T08:29:01.839582+00:00\",\n \"versionId\": \"MTY3Mzk0NDE0MTgzOTU4MjAwMA\"\n },\n \"name\": \"RAWAT JALAN\",\n \"partOf\": {\n \"reference\": \"Organization/10000005\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-783042654\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\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 }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/ca09896e-d3bb-4b0f-820a-bf1e2ae12f81\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"ca09896e-d3bb-4b0f-820a-bf1e2ae12f81\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SW-KIA-PONED\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-05-29T07:03:33.287690+00:00\",\n \"versionId\": \"MTcxNjk2NjIxMzI4NzY5MDAwMA\"\n },\n \"name\": \"Pelayanan Obstetri Neonatal Emergensi Dasar (PONED)\",\n \"partOf\": {\n \"display\": \"Pelayanan Obstetri Neonatal Emergensi Dasar (PONED)\",\n \"reference\": \"Organization/55845fbd-5a70-42ae-8433-89e9072c01d0\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmasatusehat.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/d9dc2406-b2d5-45b6-b4ab-e2e8f1722a05\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"d9dc2406-b2d5-45b6-b4ab-e2e8f1722a05\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-POLI-GIZI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-05-08T08:12:09.129524+00:00\",\n \"versionId\": \"MTcxNTE1NTkyOTEyOTUyNDAwMA\"\n },\n \"name\": \"Poli Gizi\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/0f5633ea-4a1f-40de-82c1-f3d5ba16639a\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"0f5633ea-4a1f-40de-82c1-f3d5ba16639a\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-TUMBANG\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-05-02T14:05:15.967123+00:00\",\n \"versionId\": \"MTcxNDY1ODcxNTk2NzEyMzAwMA\"\n },\n \"name\": \"Poli Tumbuh Kembang Puskesmas SatuSehat\",\n \"partOf\": {\n \"display\": \"SMF Rawat Jalan\",\n \"reference\": \"Organization/43cc00ef-c50f-44a5-8446-b0771cf211b3\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/ab9f21e2-77a9-4fdd-ad49-7ea09186b685\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"ab9f21e2-77a9-4fdd-ad49-7ea09186b685\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-FAR\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:45:31.906976+00:00\",\n \"versionId\": \"MTcxMzM0MzUzMTkwNjk3NjAwMA\"\n },\n \"name\": \"Koord Apotek\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/98c7cc89-2069-4028-8808-9d6317da47f4\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"98c7cc89-2069-4028-8808-9d6317da47f4\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-POLI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:43:54.536698+00:00\",\n \"versionId\": \"MTcxMzM0MzQzNDUzNjY5ODAwMA\"\n },\n \"name\": \"Koord Poli Umum\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/c56024d4-61b1-4a65-8881-559fed26c5c0\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"c56024d4-61b1-4a65-8881-559fed26c5c0\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-POLI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:39:53.059533+00:00\",\n \"versionId\": \"MTcxMzM0MzE5MzA1OTUzMzAwMA\"\n },\n \"name\": \"Poli Umum\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/a97ae276-e470-4683-b0f5-e9dc48e763bd\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"a97ae276-e470-4683-b0f5-e9dc48e763bd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-FAR\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:14:37.439203+00:00\",\n \"versionId\": \"MTcxMzM0MTY3NzQzOTIwMzAwMA\"\n },\n \"name\": \"Koor Apotek\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/ef9cdbce-551d-4bd4-b0f7-bab22cee433f\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"ef9cdbce-551d-4bd4-b0f7-bab22cee433f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SS-UKP-POLI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-17T08:02:57.508739+00:00\",\n \"versionId\": \"MTcxMzM0MDk3NzUwODczOTAwMA\"\n },\n \"name\": \"Koor Poli Umum\",\n \"partOf\": {\n \"display\": \"UKP, Kefarmasian, Laboratorium\",\n \"reference\": \"Organization/b2c312ac-b949-4cc4-9dbd-dfa597aecc6f\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/595d3766-0b87-4940-b705-161d1a4626c3\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"595d3766-0b87-4940-b705-161d1a4626c3\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SMF-RAJAL-POLI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-04T03:13:41.480578+00:00\",\n \"versionId\": \"MTcxMjIwMDQyMTQ4MDU3ODAwMA\"\n },\n \"name\": \"Konsultasi ANC\",\n \"partOf\": {\n \"display\": \"SubMedicalFaculty Rajal\",\n \"reference\": \"Organization/734f43ee-ab39-4738-92a0-a95e4345f6ff\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/8b88a866-15b7-44b2-b756-2942ce9232b8\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"8b88a866-15b7-44b2-b756-2942ce9232b8\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"DV-UKM-PSY\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-02T08:28:59.940336+00:00\",\n \"versionId\": \"MTcxMjA0NjUzOTk0MDMzNjAwMA\"\n },\n \"name\": \"Divisi Posyandu PKM Satu Sehat\",\n \"partOf\": {\n \"display\": \"Program Kerja Usaha Kesehatan Masyarakat\",\n \"reference\": \"Organization/53160406-3d29-4572-afaa-24be54322fee\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/ae0da7ea-d859-47fd-af02-ea12c040d24f\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"ae0da7ea-d859-47fd-af02-ea12c040d24f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"DV-UKM-UKS\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-04-02T08:23:40.073602+00:00\",\n \"versionId\": \"MTcxMjA0NjIyMDA3MzYwMjAwMA\"\n },\n \"name\": \"Divisi Usaha Kesehatan Sekolah PKM SatuSehat\",\n \"partOf\": {\n \"display\": \"Program Kerja Usaha Kesehatan Masyarakat\",\n \"reference\": \"Organization/53160406-3d29-4572-afaa-24be54322fee\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassatusehat.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/6a86f615-efd2-444c-8be6-fb2b2275fce8\",\n \"resource\": {\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\": \"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 \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"6a86f615-efd2-444c-8be6-fb2b2275fce8\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"Umum\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-03-16T14:36:54.266464+00:00\",\n \"versionId\": \"MTcxMDU5OTgxNDI2NjQ2NDAwMA\"\n },\n \"name\": \"Pelayanan Umum\",\n \"partOf\": {\n \"display\": \"Pelayanan Upaya Kesehatan Perseorangan\",\n \"reference\": \"Organization/ee87ea38-a779-48dd-9e27-67e0a195eedc\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/95787226-e7b3-451c-9aea-7afabf6e340d\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"95787226-e7b3-451c-9aea-7afabf6e340d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SMF-RAJAL-POLI\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-02-27T06:46:14.660357+00:00\",\n \"versionId\": \"MTcwOTAxNjM3NDY2MDM1NzAwMA\"\n },\n \"name\": \"Konsultasi Rawat Jalan\",\n \"partOf\": {\n \"display\": \"SubMedicalFaculty Rajal\",\n \"reference\": \"Organization/f49e130a-bff1-4641-a1f7-28d03b53282a\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/21b79f90-b0fd-4b43-9be0-46e4bc0968b7\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\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, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"21b79f90-b0fd-4b43-9be0-46e4bc0968b7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000005\",\n \"use\": \"official\",\n \"value\": \"SW-TumBang-SDIDTK\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-02-09T09:09:17.441110+00:00\",\n \"versionId\": \"MTcwNzQ2OTc1NzQ0MTExMDAwMA\"\n },\n \"name\": \"Layanan Tumbuh Kembang SDIDTK\",\n \"partOf\": {\n \"display\": \"Pelayanan Kesehatan Keluarga\",\n \"reference\": \"Organization/4af3a80a-3d3f-434e-842a-bcf772f1448d\"\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\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-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/Organization/?_revinclude=Organization%3Apartof&_revinclude=Organization%3Apartof&partof=10000005\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/?_revinclude=Organization%3Apartof&_revinclude=Organization%3Apartof&partof=10000005\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Organization/?_revinclude=Organization%3Apartof&_revinclude=Organization%3Apartof&partof=10000005\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 64,\n \"type\": \"searchset\"\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "01. Mencari Data Pasien dan Nakes",
|
|
"item": [
|
|
{
|
|
"name": "Patient - By NIK and Name",
|
|
"event": [
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"exec": [
|
|
"var bundle = pm.response.json();\r",
|
|
"var data = bundle.entry[0].resource;\r",
|
|
"pm.collectionVariables.set(\"Patient_id\", data.id);\r",
|
|
"var Patient_Name = decodeURIComponent(pm.request.url.query.get('name'));\r",
|
|
"pm.collectionVariables.set('Patient_Name', Patient_Name);"
|
|
],
|
|
"type": "text/javascript",
|
|
"packages": {}
|
|
}
|
|
}
|
|
],
|
|
"protocolProfileBehavior": {
|
|
"disableBodyPruning": true,
|
|
"disabledSystemHeaders": {
|
|
"content-type": true
|
|
}
|
|
},
|
|
"request": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json"
|
|
}
|
|
],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Patient?identifier=https://fhir.kemkes.go.id/id/nik|9104224606000005&name=Ghina Assyifa",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Patient"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "identifier",
|
|
"value": "https://fhir.kemkes.go.id/id/nik|9104224606000005"
|
|
},
|
|
{
|
|
"key": "name",
|
|
"value": "Ghina Assyifa"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Patient - By NIK and Name",
|
|
"originalRequest": {
|
|
"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|9104224606000005&name=Ghina Assyifa",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Patient"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "identifier",
|
|
"value": "https://fhir.kemkes.go.id/id/nik|9104224606000005"
|
|
},
|
|
{
|
|
"key": "name",
|
|
"value": "Ghina Assyifa"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"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, 05 Nov 2024 06:26:49 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "12746"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "3cbefc54-f7aa-437b-81dd-0bd13da06307"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/P01654557057\",\n \"resource\": {\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 \"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\": \"2004-08-21\",\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 \"contact\": [\n {\n \"name\": {\n \"text\": \"Jane Smith\",\n \"use\": \"official\"\n },\n \"relationship\": [\n {\n \"coding\": [\n {\n \"code\": \"C\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0131\"\n }\n ]\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"0690383372\"\n }\n ]\n }\n ],\n \"deceasedBoolean\": false,\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 \"gender\": \"female\",\n \"id\": \"P01654557057\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"9104224606000005\"\n }\n ],\n \"maritalStatus\": {\n \"coding\": [\n {\n \"code\": \"M\",\n \"display\": \"Married\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus\"\n }\n ],\n \"text\": \"Married\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-11-01T04:38:31.328417+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient|4.0.1\",\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTczMDQzNTkxMTMyODQxNzAwMA\"\n },\n \"multipleBirthInteger\": 0,\n \"name\": [\n {\n \"text\": \"Ghina Assyifa\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\",\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\": \"[email protected]\"\n }\n ]\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%7C9104224606000005&name=Ghina+Assyifa\"\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%7C9104224606000005&name=Ghina+Assyifa\"\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%7C9104224606000005&name=Ghina+Assyifa\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}"
|
|
},
|
|
{
|
|
"name": "Patient - By NIK and Name",
|
|
"originalRequest": {
|
|
"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|9104224606000005&name=Ghina Assyifa",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Patient"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "identifier",
|
|
"value": "https://fhir.kemkes.go.id/id/nik|9104224606000005"
|
|
},
|
|
{
|
|
"key": "name",
|
|
"value": "Ghina Assyifa"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"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, 05 Nov 2024 06:26:49 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "12746"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "3cbefc54-f7aa-437b-81dd-0bd13da06307"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/P01654557057\",\n \"resource\": {\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 \"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\": \"2004-08-21\",\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 \"contact\": [\n {\n \"name\": {\n \"text\": \"Jane Smith\",\n \"use\": \"official\"\n },\n \"relationship\": [\n {\n \"coding\": [\n {\n \"code\": \"C\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0131\"\n }\n ]\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"0690383372\"\n }\n ]\n }\n ],\n \"deceasedBoolean\": false,\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 \"gender\": \"female\",\n \"id\": \"P01654557057\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"9104224606000005\"\n }\n ],\n \"maritalStatus\": {\n \"coding\": [\n {\n \"code\": \"M\",\n \"display\": \"Married\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus\"\n }\n ],\n \"text\": \"Married\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-11-01T04:38:31.328417+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient|4.0.1\",\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTczMDQzNTkxMTMyODQxNzAwMA\"\n },\n \"multipleBirthInteger\": 0,\n \"name\": [\n {\n \"text\": \"Ghina Assyifa\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\",\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\": \"[email protected]\"\n }\n ]\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%7C9104224606000005&name=Ghina+Assyifa\"\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%7C9104224606000005&name=Ghina+Assyifa\"\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%7C9104224606000005&name=Ghina+Assyifa\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Practitioner - By NIK and Name",
|
|
"event": [
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"exec": [
|
|
"var bundle = pm.response.json();\r",
|
|
"var data = bundle.entry[0].resource;\r",
|
|
"pm.collectionVariables.set(\"Practitioner_id\", data.id);\r",
|
|
"var Practitioner_Name = decodeURIComponent(pm.request.url.query.get('name'));\r",
|
|
"pm.collectionVariables.set('Practitioner_Name', Practitioner_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?identifier=https://fhir.kemkes.go.id/id/nik|7209061211900001&name=dr. Alexander",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Practitioner"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "identifier",
|
|
"value": "https://fhir.kemkes.go.id/id/nik|7209061211900001"
|
|
},
|
|
{
|
|
"key": "name",
|
|
"value": "dr. Alexander"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Practitioner - By NIK and Name",
|
|
"originalRequest": {
|
|
"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|7209061211900001&name=dr. Alexander",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Practitioner"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "identifier",
|
|
"value": "https://fhir.kemkes.go.id/id/nik|7209061211900001"
|
|
},
|
|
{
|
|
"key": "name",
|
|
"value": "dr. Alexander"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"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, 05 Nov 2024 06:30:13 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "8718"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "01b7b8e2-bc38-42e1-a2ef-8a0fd3ab94ea"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/Practitioner/10009880728\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Kab. Garut\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"32\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3205\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"320519\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"3205192003\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"12\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Komplek Kesehatan\"\n ],\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1994-01-01\",\n \"gender\": \"male\",\n \"id\": \"10009880728\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"value\": \"10009880728\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"7209061211900001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-10-31T10:27:46.576926+00:00\",\n \"versionId\": \"MTczMDM3MDQ2NjU3NjkyNjAwMA\"\n },\n \"name\": [\n {\n \"text\": \"dr. Alexander\",\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\": \"https://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"value\": \"1234567887654321\"\n }\n ]\n }\n ],\n \"resourceType\": \"Practitioner\"\n }\n }\n ],\n \"link\": [\n {\n \"relation\": \"search\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C7209061211900001&name=dr.+Alexander\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C7209061211900001&name=dr.+Alexander\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C7209061211900001&name=dr.+Alexander\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}"
|
|
},
|
|
{
|
|
"name": "Practitioner - By NIK and Name",
|
|
"originalRequest": {
|
|
"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|7209061211900001&name=dr. Alexander",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Practitioner"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "identifier",
|
|
"value": "https://fhir.kemkes.go.id/id/nik|7209061211900001"
|
|
},
|
|
{
|
|
"key": "name",
|
|
"value": "dr. Alexander"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"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, 05 Nov 2024 06:30:13 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "8718"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "01b7b8e2-bc38-42e1-a2ef-8a0fd3ab94ea"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/Practitioner/10009880728\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Kab. Garut\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"32\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3205\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"320519\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"3205192003\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"12\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Komplek Kesehatan\"\n ],\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1994-01-01\",\n \"gender\": \"male\",\n \"id\": \"10009880728\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"value\": \"10009880728\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"7209061211900001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-10-31T10:27:46.576926+00:00\",\n \"versionId\": \"MTczMDM3MDQ2NjU3NjkyNjAwMA\"\n },\n \"name\": [\n {\n \"text\": \"dr. Alexander\",\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\": \"https://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"value\": \"1234567887654321\"\n }\n ]\n }\n ],\n \"resourceType\": \"Practitioner\"\n }\n }\n ],\n \"link\": [\n {\n \"relation\": \"search\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C7209061211900001&name=dr.+Alexander\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C7209061211900001&name=dr.+Alexander\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C7209061211900001&name=dr.+Alexander\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Patient - By NIK and Name",
|
|
"event": [
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"exec": [
|
|
"var bundle = pm.response.json();\r",
|
|
"var data = bundle.entry[0].resource;\r",
|
|
"pm.collectionVariables.set(\"Patient_id\", data.id);\r",
|
|
"var Patient_Name = decodeURIComponent(pm.request.url.query.get('name'));\r",
|
|
"pm.collectionVariables.set('Patient_Name', Patient_Name);"
|
|
],
|
|
"type": "text/javascript",
|
|
"packages": {}
|
|
}
|
|
}
|
|
],
|
|
"protocolProfileBehavior": {
|
|
"disableBodyPruning": true,
|
|
"disabledSystemHeaders": {
|
|
"content-type": true
|
|
}
|
|
},
|
|
"request": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json"
|
|
}
|
|
],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Patient?identifier=https://fhir.kemkes.go.id/id/nik|9104224606000005&name=Ghina Assyifa",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Patient"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "identifier",
|
|
"value": "https://fhir.kemkes.go.id/id/nik|9104224606000005"
|
|
},
|
|
{
|
|
"key": "name",
|
|
"value": "Ghina Assyifa"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Patient - By NIK and Name",
|
|
"originalRequest": {
|
|
"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|9104224606000005&name=Ghina Assyifa",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Patient"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "identifier",
|
|
"value": "https://fhir.kemkes.go.id/id/nik|9104224606000005"
|
|
},
|
|
{
|
|
"key": "name",
|
|
"value": "Ghina Assyifa"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"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, 05 Nov 2024 06:26:49 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "12746"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "3cbefc54-f7aa-437b-81dd-0bd13da06307"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/P01654557057\",\n \"resource\": {\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 \"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\": \"2004-08-21\",\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 \"contact\": [\n {\n \"name\": {\n \"text\": \"Jane Smith\",\n \"use\": \"official\"\n },\n \"relationship\": [\n {\n \"coding\": [\n {\n \"code\": \"C\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0131\"\n }\n ]\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"0690383372\"\n }\n ]\n }\n ],\n \"deceasedBoolean\": false,\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 \"gender\": \"female\",\n \"id\": \"P01654557057\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"9104224606000005\"\n }\n ],\n \"maritalStatus\": {\n \"coding\": [\n {\n \"code\": \"M\",\n \"display\": \"Married\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus\"\n }\n ],\n \"text\": \"Married\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-11-01T04:38:31.328417+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient|4.0.1\",\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTczMDQzNTkxMTMyODQxNzAwMA\"\n },\n \"multipleBirthInteger\": 0,\n \"name\": [\n {\n \"text\": \"Ghina Assyifa\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\",\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\": \"[email protected]\"\n }\n ]\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%7C9104224606000005&name=Ghina+Assyifa\"\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%7C9104224606000005&name=Ghina+Assyifa\"\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%7C9104224606000005&name=Ghina+Assyifa\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}"
|
|
},
|
|
{
|
|
"name": "Patient - By NIK and Name",
|
|
"originalRequest": {
|
|
"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|9104224606000005&name=Ghina Assyifa",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Patient"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "identifier",
|
|
"value": "https://fhir.kemkes.go.id/id/nik|9104224606000005"
|
|
},
|
|
{
|
|
"key": "name",
|
|
"value": "Ghina Assyifa"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"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, 05 Nov 2024 06:26:49 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "12746"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "3cbefc54-f7aa-437b-81dd-0bd13da06307"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/P01654557057\",\n \"resource\": {\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 \"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\": \"2004-08-21\",\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 \"contact\": [\n {\n \"name\": {\n \"text\": \"Jane Smith\",\n \"use\": \"official\"\n },\n \"relationship\": [\n {\n \"coding\": [\n {\n \"code\": \"C\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0131\"\n }\n ]\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"0690383372\"\n }\n ]\n }\n ],\n \"deceasedBoolean\": false,\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 \"gender\": \"female\",\n \"id\": \"P01654557057\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"9104224606000005\"\n }\n ],\n \"maritalStatus\": {\n \"coding\": [\n {\n \"code\": \"M\",\n \"display\": \"Married\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus\"\n }\n ],\n \"text\": \"Married\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-11-01T04:38:31.328417+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient|4.0.1\",\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTczMDQzNTkxMTMyODQxNzAwMA\"\n },\n \"multipleBirthInteger\": 0,\n \"name\": [\n {\n \"text\": \"Ghina Assyifa\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\",\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\": \"[email protected]\"\n }\n ]\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%7C9104224606000005&name=Ghina+Assyifa\"\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%7C9104224606000005&name=Ghina+Assyifa\"\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%7C9104224606000005&name=Ghina+Assyifa\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Practitioner - By NIK and Name",
|
|
"event": [
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"exec": [
|
|
"var bundle = pm.response.json();\r",
|
|
"var data = bundle.entry[0].resource;\r",
|
|
"pm.collectionVariables.set(\"Practitioner_id\", data.id);\r",
|
|
"var Practitioner_Name = decodeURIComponent(pm.request.url.query.get('name'));\r",
|
|
"pm.collectionVariables.set('Practitioner_Name', Practitioner_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?identifier=https://fhir.kemkes.go.id/id/nik|7209061211900001&name=dr. Alexander",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Practitioner"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "identifier",
|
|
"value": "https://fhir.kemkes.go.id/id/nik|7209061211900001"
|
|
},
|
|
{
|
|
"key": "name",
|
|
"value": "dr. Alexander"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Practitioner - By NIK and Name",
|
|
"originalRequest": {
|
|
"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|7209061211900001&name=dr. Alexander",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Practitioner"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "identifier",
|
|
"value": "https://fhir.kemkes.go.id/id/nik|7209061211900001"
|
|
},
|
|
{
|
|
"key": "name",
|
|
"value": "dr. Alexander"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"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, 05 Nov 2024 06:30:13 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "8718"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "01b7b8e2-bc38-42e1-a2ef-8a0fd3ab94ea"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/Practitioner/10009880728\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Kab. Garut\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"32\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3205\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"320519\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"3205192003\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"12\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Komplek Kesehatan\"\n ],\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1994-01-01\",\n \"gender\": \"male\",\n \"id\": \"10009880728\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"value\": \"10009880728\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"7209061211900001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-10-31T10:27:46.576926+00:00\",\n \"versionId\": \"MTczMDM3MDQ2NjU3NjkyNjAwMA\"\n },\n \"name\": [\n {\n \"text\": \"dr. Alexander\",\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\": \"https://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"value\": \"1234567887654321\"\n }\n ]\n }\n ],\n \"resourceType\": \"Practitioner\"\n }\n }\n ],\n \"link\": [\n {\n \"relation\": \"search\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C7209061211900001&name=dr.+Alexander\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C7209061211900001&name=dr.+Alexander\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C7209061211900001&name=dr.+Alexander\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}"
|
|
},
|
|
{
|
|
"name": "Practitioner - By NIK and Name",
|
|
"originalRequest": {
|
|
"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|7209061211900001&name=dr. Alexander",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Practitioner"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "identifier",
|
|
"value": "https://fhir.kemkes.go.id/id/nik|7209061211900001"
|
|
},
|
|
{
|
|
"key": "name",
|
|
"value": "dr. Alexander"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"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, 05 Nov 2024 06:30:13 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "8718"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "01b7b8e2-bc38-42e1-a2ef-8a0fd3ab94ea"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/Practitioner/10009880728\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Kab. Garut\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"32\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3205\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"320519\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"3205192003\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"12\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Komplek Kesehatan\"\n ],\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1994-01-01\",\n \"gender\": \"male\",\n \"id\": \"10009880728\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"value\": \"10009880728\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"7209061211900001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-10-31T10:27:46.576926+00:00\",\n \"versionId\": \"MTczMDM3MDQ2NjU3NjkyNjAwMA\"\n },\n \"name\": [\n {\n \"text\": \"dr. Alexander\",\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\": \"https://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"value\": \"1234567887654321\"\n }\n ]\n }\n ],\n \"resourceType\": \"Practitioner\"\n }\n }\n ],\n \"link\": [\n {\n \"relation\": \"search\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C7209061211900001&name=dr.+Alexander\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C7209061211900001&name=dr.+Alexander\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C7209061211900001&name=dr.+Alexander\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "02. Pendaftaran Kunjungan Pasien",
|
|
"item": [
|
|
{
|
|
"name": "Kunjungan Pertama Neonatus",
|
|
"item": [
|
|
{
|
|
"name": "EpisodeOfCare - Create Saat Registrasi Pertama Neonatus",
|
|
"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\": \"EOC998800\"\n }\n ],\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"status\": \"active\",\n \"period\": {\n \"start\": \"2022-06-14T07:00:00+07:00\"\n }\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\",\n \"code\": \"Neonate\",\n \"display\": \"Neonate\"\n }\n ]\n }\n ],\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"managingOrganization\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"period\": {\n \"start\": \"2022-06-14T07:00:00+07:00\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/EpisodeOfCare",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"EpisodeOfCare"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "EpisodeOfCare - Create Saat Registrasi Pertama Neonatus",
|
|
"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\": \"EOC998800\"\n }\n ],\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"status\": \"active\",\n \"period\": {\n \"start\": \"2022-06-14T07:00:00+07:00\"\n }\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\",\n \"code\": \"Neonate\",\n \"display\": \"Neonate\"\n }\n ]\n }\n ],\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"managingOrganization\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"period\": {\n \"start\": \"2022-06-14T07:00:00+07: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": "Wed, 15 Mar 2023 21:38:12 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY3ODkxNjI5MjczMzUwNzAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/fhir+json;charset=utf-8"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/EpisodeOfCare/1eb705d9-92cd-4c18-93dc-498e16a1fb26/_history/MTY3ODkxNjI5MjczMzUwNzAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Wed, 15 Mar 2023 21:38:12 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "981"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "e87e7467-cb09-4a59-828b-852937d50e8e"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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\": \"85860705-a658-4dde-8df8-2286bc6f906e\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000004\",\n \"value\": \"EOC998800\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000004\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-03-15T21:38:12.733507+00:00\",\n \"versionId\": \"MTY3ODkxNjI5MjczMzUwNzAwMA\"\n },\n \"patient\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"period\": {\n \"start\": \"2022-06-14T07:00:00+07:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2022-06-14T07:00:00+07:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"Neonate\",\n \"display\": \"Neonate\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\"\n }\n ]\n }\n ]\n}"
|
|
},
|
|
{
|
|
"name": "EpisodeOfCare - Create Saat Registrasi Pertama Neonatus",
|
|
"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\": \"EOC998800\"\n }\n ],\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"status\": \"active\",\n \"period\": {\n \"start\": \"2022-06-14T07:00:00+07:00\"\n }\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\",\n \"code\": \"Neonate\",\n \"display\": \"Neonate\"\n }\n ]\n }\n ],\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"managingOrganization\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"period\": {\n \"start\": \"2022-06-14T07:00:00+07: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": "Wed, 15 Mar 2023 21:38:12 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY3ODkxNjI5MjczMzUwNzAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/fhir+json;charset=utf-8"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/EpisodeOfCare/1eb705d9-92cd-4c18-93dc-498e16a1fb26/_history/MTY3ODkxNjI5MjczMzUwNzAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Wed, 15 Mar 2023 21:38:12 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "981"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "e87e7467-cb09-4a59-828b-852937d50e8e"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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\": \"85860705-a658-4dde-8df8-2286bc6f906e\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000004\",\n \"value\": \"EOC998800\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000004\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-03-15T21:38:12.733507+00:00\",\n \"versionId\": \"MTY3ODkxNjI5MjczMzUwNzAwMA\"\n },\n \"patient\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"period\": {\n \"start\": \"2022-06-14T07:00:00+07:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2022-06-14T07:00:00+07:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"Neonate\",\n \"display\": \"Neonate\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\"\n }\n ]\n }\n ]\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "EpisodeOfCare - Create Saat Registrasi Pertama Neonatus",
|
|
"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\": \"EOC998800\"\n }\n ],\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"status\": \"active\",\n \"period\": {\n \"start\": \"2022-06-14T07:00:00+07:00\"\n }\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\",\n \"code\": \"Neonate\",\n \"display\": \"Neonate\"\n }\n ]\n }\n ],\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"managingOrganization\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"period\": {\n \"start\": \"2022-06-14T07:00:00+07:00\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/EpisodeOfCare",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"EpisodeOfCare"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "EpisodeOfCare - Create Saat Registrasi Pertama Neonatus",
|
|
"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\": \"EOC998800\"\n }\n ],\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"status\": \"active\",\n \"period\": {\n \"start\": \"2022-06-14T07:00:00+07:00\"\n }\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\",\n \"code\": \"Neonate\",\n \"display\": \"Neonate\"\n }\n ]\n }\n ],\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"managingOrganization\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"period\": {\n \"start\": \"2022-06-14T07:00:00+07: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": "Wed, 15 Mar 2023 21:38:12 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY3ODkxNjI5MjczMzUwNzAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/fhir+json;charset=utf-8"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/EpisodeOfCare/1eb705d9-92cd-4c18-93dc-498e16a1fb26/_history/MTY3ODkxNjI5MjczMzUwNzAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Wed, 15 Mar 2023 21:38:12 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "981"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "e87e7467-cb09-4a59-828b-852937d50e8e"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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\": \"85860705-a658-4dde-8df8-2286bc6f906e\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000004\",\n \"value\": \"EOC998800\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000004\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-03-15T21:38:12.733507+00:00\",\n \"versionId\": \"MTY3ODkxNjI5MjczMzUwNzAwMA\"\n },\n \"patient\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"period\": {\n \"start\": \"2022-06-14T07:00:00+07:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2022-06-14T07:00:00+07:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"Neonate\",\n \"display\": \"Neonate\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\"\n }\n ]\n }\n ]\n}"
|
|
},
|
|
{
|
|
"name": "EpisodeOfCare - Create Saat Registrasi Pertama Neonatus",
|
|
"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\": \"EOC998800\"\n }\n ],\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"status\": \"active\",\n \"period\": {\n \"start\": \"2022-06-14T07:00:00+07:00\"\n }\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\",\n \"code\": \"Neonate\",\n \"display\": \"Neonate\"\n }\n ]\n }\n ],\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"managingOrganization\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"period\": {\n \"start\": \"2022-06-14T07:00:00+07: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": "Wed, 15 Mar 2023 21:38:12 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY3ODkxNjI5MjczMzUwNzAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/fhir+json;charset=utf-8"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/EpisodeOfCare/1eb705d9-92cd-4c18-93dc-498e16a1fb26/_history/MTY3ODkxNjI5MjczMzUwNzAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Wed, 15 Mar 2023 21:38:12 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "981"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "e87e7467-cb09-4a59-828b-852937d50e8e"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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\": \"85860705-a658-4dde-8df8-2286bc6f906e\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000004\",\n \"value\": \"EOC998800\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000004\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-03-15T21:38:12.733507+00:00\",\n \"versionId\": \"MTY3ODkxNjI5MjczMzUwNzAwMA\"\n },\n \"patient\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"period\": {\n \"start\": \"2022-06-14T07:00:00+07:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2022-06-14T07:00:00+07:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"Neonate\",\n \"display\": \"Neonate\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\"\n }\n ]\n }\n ]\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Pembuatan Kunjungan Baru",
|
|
"item": [
|
|
{
|
|
"name": "EpisodeOfCare - GET berdasarkan patient IHS dan type == neonate dan status == active",
|
|
"event": [
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"exec": [
|
|
"var bundle = pm.response.json();\r",
|
|
"var data = bundle.entry[0].resource;\r",
|
|
"pm.collectionVariables.set('EpisodeOfCare_id', data.id);"
|
|
],
|
|
"type": "text/javascript",
|
|
"packages": {}
|
|
}
|
|
}
|
|
],
|
|
"request": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_id}}&type=Neonate&status=active",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"EpisodeOfCare"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "patient",
|
|
"value": "{{Patient_id}}"
|
|
},
|
|
{
|
|
"key": "type",
|
|
"value": "Neonate"
|
|
},
|
|
{
|
|
"key": "status",
|
|
"value": "active"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "EpisodeOfCare - GET berdasarkan patient IHS dan type == neonate dan status == active",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_id}}&type=Neonate&status=active",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"EpisodeOfCare"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "patient",
|
|
"value": "{{Patient_id}}"
|
|
},
|
|
{
|
|
"key": "type",
|
|
"value": "Neonate"
|
|
},
|
|
{
|
|
"key": "status",
|
|
"value": "active"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 04:40:23 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "4805"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "ece95de7-e7c8-4a4c-bfa3-2528138648b1"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/75b1e7df-ba3d-4d46-92cb-45d7ece4f5ac\",\n \"resource\": {\n \"id\": \"75b1e7df-ba3d-4d46-92cb-45d7ece4f5ac\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/\",\n \"value\": \"EOC998800\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000004\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-18T04:55:41.205298+00:00\",\n \"versionId\": \"MTcwNTU1Mzc0MTIwNTI5ODAwMA\"\n },\n \"patient\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"period\": {\n \"start\": \"2023-08-31T00:00:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-08-31T00:00:00+00:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"Neonate\",\n \"display\": \"Neonate\",\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=100000030004&status=active&type=Neonate\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient=100000030004&status=active&type=Neonate\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient=100000030004&status=active&type=Neonate\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}"
|
|
},
|
|
{
|
|
"name": "EpisodeOfCare - GET berdasarkan patient IHS dan type == neonate dan status == active",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_id}}&type=Neonate&status=active",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"EpisodeOfCare"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "patient",
|
|
"value": "{{Patient_id}}"
|
|
},
|
|
{
|
|
"key": "type",
|
|
"value": "Neonate"
|
|
},
|
|
{
|
|
"key": "status",
|
|
"value": "active"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 04:40:23 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "4805"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "ece95de7-e7c8-4a4c-bfa3-2528138648b1"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/75b1e7df-ba3d-4d46-92cb-45d7ece4f5ac\",\n \"resource\": {\n \"id\": \"75b1e7df-ba3d-4d46-92cb-45d7ece4f5ac\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/\",\n \"value\": \"EOC998800\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000004\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-18T04:55:41.205298+00:00\",\n \"versionId\": \"MTcwNTU1Mzc0MTIwNTI5ODAwMA\"\n },\n \"patient\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"period\": {\n \"start\": \"2023-08-31T00:00:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-08-31T00:00:00+00:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"Neonate\",\n \"display\": \"Neonate\",\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=100000030004&status=active&type=Neonate\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient=100000030004&status=active&type=Neonate\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient=100000030004&status=active&type=Neonate\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "EpisodeOfCare - GET berdasarkan patient IHS dan type == neonate, status == active dan Org ID",
|
|
"event": [
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"exec": [
|
|
"var bundle = pm.response.json();\r",
|
|
"var data = bundle.entry[0].resource;\r",
|
|
"pm.collectionVariables.set('EpisodeOfCare_id', data.id);"
|
|
],
|
|
"type": "text/javascript",
|
|
"packages": {}
|
|
}
|
|
}
|
|
],
|
|
"request": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_id}}&type=Neonate&status=active&Organizatio=10000005",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"EpisodeOfCare"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "patient",
|
|
"value": "{{Patient_id}}"
|
|
},
|
|
{
|
|
"key": "type",
|
|
"value": "Neonate"
|
|
},
|
|
{
|
|
"key": "status",
|
|
"value": "active"
|
|
},
|
|
{
|
|
"key": "Organizatio",
|
|
"value": "10000005"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "EpisodeOfCare - GET berdasarkan patient IHS dan type == neonate, status == active dan Org ID",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_id}}&type=Neonate&status=active",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"EpisodeOfCare"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "patient",
|
|
"value": "{{Patient_id}}"
|
|
},
|
|
{
|
|
"key": "type",
|
|
"value": "Neonate"
|
|
},
|
|
{
|
|
"key": "status",
|
|
"value": "active"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 04:40:23 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "4805"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "ece95de7-e7c8-4a4c-bfa3-2528138648b1"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/75b1e7df-ba3d-4d46-92cb-45d7ece4f5ac\",\n \"resource\": {\n \"id\": \"75b1e7df-ba3d-4d46-92cb-45d7ece4f5ac\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/\",\n \"value\": \"EOC998800\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000004\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-18T04:55:41.205298+00:00\",\n \"versionId\": \"MTcwNTU1Mzc0MTIwNTI5ODAwMA\"\n },\n \"patient\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"period\": {\n \"start\": \"2023-08-31T00:00:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-08-31T00:00:00+00:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"Neonate\",\n \"display\": \"Neonate\",\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=100000030004&status=active&type=Neonate\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient=100000030004&status=active&type=Neonate\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient=100000030004&status=active&type=Neonate\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}"
|
|
},
|
|
{
|
|
"name": "EpisodeOfCare - GET berdasarkan patient IHS dan type == neonate, status == active dan Org ID",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_id}}&type=Neonate&status=active",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"EpisodeOfCare"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "patient",
|
|
"value": "{{Patient_id}}"
|
|
},
|
|
{
|
|
"key": "type",
|
|
"value": "Neonate"
|
|
},
|
|
{
|
|
"key": "status",
|
|
"value": "active"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 04:40:23 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "4805"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "ece95de7-e7c8-4a4c-bfa3-2528138648b1"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/75b1e7df-ba3d-4d46-92cb-45d7ece4f5ac\",\n \"resource\": {\n \"id\": \"75b1e7df-ba3d-4d46-92cb-45d7ece4f5ac\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/\",\n \"value\": \"EOC998800\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000004\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-18T04:55:41.205298+00:00\",\n \"versionId\": \"MTcwNTU1Mzc0MTIwNTI5ODAwMA\"\n },\n \"patient\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"period\": {\n \"start\": \"2023-08-31T00:00:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-08-31T00:00:00+00:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"Neonate\",\n \"display\": \"Neonate\",\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=100000030004&status=active&type=Neonate\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient=100000030004&status=active&type=Neonate\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient=100000030004&status=active&type=Neonate\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Encounter - Kunjungan Baru",
|
|
"event": [
|
|
{
|
|
"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": {}
|
|
}
|
|
},
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"exec": [
|
|
"var data = pm.response.json();\r",
|
|
"pm.environment.set(\"Encounter_id\", data.id);"
|
|
],
|
|
"type": "text/javascript",
|
|
"packages": {}
|
|
}
|
|
}
|
|
],
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Encounter\",\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_id}}\"\n }\n ],\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"arrived\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"period\": {\n \"start\": \"2022-06-14T00: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\": \"2022-06-14T00:00:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Encounter",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Encounter"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Encounter - Kunjungan Baru",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Encounter\",\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_id}}\"\n }\n ],\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"arrived\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"period\": {\n \"start\": \"2022-06-14T00: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\": \"2022-06-14T00:00:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Encounter",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Encounter"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Encounter/c9b5d68b-caad-4d8b-9c29-b4a788bcd215/_history/MTcyMjIzNDI5NjM0ODkyNTAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMjIzNDI5NjM0ODkyNTAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 29 Jul 2024 06:24:56 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 29 Jul 2024 06:24:56 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1627"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "fed6a9d6-c3a9-4519-b450-6ff9a717beac"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"class\": {\n \"code\": \"AMB\",\n \"display\": \"ambulatory\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/85860705-a658-4dde-8df8-2286bc6f906e\"\n }\n ],\n \"id\": \"c9b5d68b-caad-4d8b-9c29-b4a788bcd215\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000005\",\n \"value\": \"2024072921126\"\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\": \"Ruang Poli Anak, Departemen KIA\",\n \"reference\": \"Location/4581505e-5742-41a9-b3d8-cf5c668aa8c6\"\n },\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-07-29T06:24:56.348925+00:00\",\n \"versionId\": \"MTcyMjIzNDI5NjM0ODkyNTAwMA\"\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\": \"2022-06-14T00:00:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000005\"\n },\n \"status\": \"arrived\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\"\n },\n \"status\": \"arrived\"\n }\n ],\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
},
|
|
{
|
|
"name": "Encounter - Kunjungan Baru",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Encounter\",\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_id}}\"\n }\n ],\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"arrived\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"period\": {\n \"start\": \"2022-06-14T00: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\": \"2022-06-14T00:00:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Encounter",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Encounter"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Encounter/c9b5d68b-caad-4d8b-9c29-b4a788bcd215/_history/MTcyMjIzNDI5NjM0ODkyNTAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMjIzNDI5NjM0ODkyNTAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 29 Jul 2024 06:24:56 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 29 Jul 2024 06:24:56 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1627"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "fed6a9d6-c3a9-4519-b450-6ff9a717beac"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"class\": {\n \"code\": \"AMB\",\n \"display\": \"ambulatory\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/85860705-a658-4dde-8df8-2286bc6f906e\"\n }\n ],\n \"id\": \"c9b5d68b-caad-4d8b-9c29-b4a788bcd215\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000005\",\n \"value\": \"2024072921126\"\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\": \"Ruang Poli Anak, Departemen KIA\",\n \"reference\": \"Location/4581505e-5742-41a9-b3d8-cf5c668aa8c6\"\n },\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-07-29T06:24:56.348925+00:00\",\n \"versionId\": \"MTcyMjIzNDI5NjM0ODkyNTAwMA\"\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\": \"2022-06-14T00:00:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000005\"\n },\n \"status\": \"arrived\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\"\n },\n \"status\": \"arrived\"\n }\n ],\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "EpisodeOfCare - GET berdasarkan patient IHS dan type == neonate, status == active dan Org ID",
|
|
"event": [
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"exec": [
|
|
"var bundle = pm.response.json();\r",
|
|
"var data = bundle.entry[0].resource;\r",
|
|
"pm.collectionVariables.set('EpisodeOfCare_id', data.id);"
|
|
],
|
|
"type": "text/javascript",
|
|
"packages": {}
|
|
}
|
|
}
|
|
],
|
|
"request": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_id}}&type=Neonate&status=active&Organizatio=10000005",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"EpisodeOfCare"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "patient",
|
|
"value": "{{Patient_id}}"
|
|
},
|
|
{
|
|
"key": "type",
|
|
"value": "Neonate"
|
|
},
|
|
{
|
|
"key": "status",
|
|
"value": "active"
|
|
},
|
|
{
|
|
"key": "Organizatio",
|
|
"value": "10000005"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "EpisodeOfCare - GET berdasarkan patient IHS dan type == neonate, status == active dan Org ID",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_id}}&type=Neonate&status=active",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"EpisodeOfCare"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "patient",
|
|
"value": "{{Patient_id}}"
|
|
},
|
|
{
|
|
"key": "type",
|
|
"value": "Neonate"
|
|
},
|
|
{
|
|
"key": "status",
|
|
"value": "active"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 04:40:23 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "4805"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "ece95de7-e7c8-4a4c-bfa3-2528138648b1"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/75b1e7df-ba3d-4d46-92cb-45d7ece4f5ac\",\n \"resource\": {\n \"id\": \"75b1e7df-ba3d-4d46-92cb-45d7ece4f5ac\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/\",\n \"value\": \"EOC998800\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000004\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-18T04:55:41.205298+00:00\",\n \"versionId\": \"MTcwNTU1Mzc0MTIwNTI5ODAwMA\"\n },\n \"patient\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"period\": {\n \"start\": \"2023-08-31T00:00:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-08-31T00:00:00+00:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"Neonate\",\n \"display\": \"Neonate\",\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=100000030004&status=active&type=Neonate\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient=100000030004&status=active&type=Neonate\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient=100000030004&status=active&type=Neonate\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}"
|
|
},
|
|
{
|
|
"name": "EpisodeOfCare - GET berdasarkan patient IHS dan type == neonate, status == active dan Org ID",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_id}}&type=Neonate&status=active",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"EpisodeOfCare"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "patient",
|
|
"value": "{{Patient_id}}"
|
|
},
|
|
{
|
|
"key": "type",
|
|
"value": "Neonate"
|
|
},
|
|
{
|
|
"key": "status",
|
|
"value": "active"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 04:40:23 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "4805"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "ece95de7-e7c8-4a4c-bfa3-2528138648b1"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/75b1e7df-ba3d-4d46-92cb-45d7ece4f5ac\",\n \"resource\": {\n \"id\": \"75b1e7df-ba3d-4d46-92cb-45d7ece4f5ac\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/\",\n \"value\": \"EOC998800\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000004\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-18T04:55:41.205298+00:00\",\n \"versionId\": \"MTcwNTU1Mzc0MTIwNTI5ODAwMA\"\n },\n \"patient\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"period\": {\n \"start\": \"2023-08-31T00:00:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-08-31T00:00:00+00:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"Neonate\",\n \"display\": \"Neonate\",\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=100000030004&status=active&type=Neonate\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient=100000030004&status=active&type=Neonate\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient=100000030004&status=active&type=Neonate\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "EpisodeOfCare - GET berdasarkan patient IHS dan type == neonate dan status == active",
|
|
"event": [
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"exec": [
|
|
"var bundle = pm.response.json();\r",
|
|
"var data = bundle.entry[0].resource;\r",
|
|
"pm.collectionVariables.set('EpisodeOfCare_id', data.id);"
|
|
],
|
|
"type": "text/javascript",
|
|
"packages": {}
|
|
}
|
|
}
|
|
],
|
|
"request": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_id}}&type=Neonate&status=active",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"EpisodeOfCare"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "patient",
|
|
"value": "{{Patient_id}}"
|
|
},
|
|
{
|
|
"key": "type",
|
|
"value": "Neonate"
|
|
},
|
|
{
|
|
"key": "status",
|
|
"value": "active"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "EpisodeOfCare - GET berdasarkan patient IHS dan type == neonate dan status == active",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_id}}&type=Neonate&status=active",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"EpisodeOfCare"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "patient",
|
|
"value": "{{Patient_id}}"
|
|
},
|
|
{
|
|
"key": "type",
|
|
"value": "Neonate"
|
|
},
|
|
{
|
|
"key": "status",
|
|
"value": "active"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 04:40:23 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "4805"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "ece95de7-e7c8-4a4c-bfa3-2528138648b1"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/75b1e7df-ba3d-4d46-92cb-45d7ece4f5ac\",\n \"resource\": {\n \"id\": \"75b1e7df-ba3d-4d46-92cb-45d7ece4f5ac\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/\",\n \"value\": \"EOC998800\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000004\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-18T04:55:41.205298+00:00\",\n \"versionId\": \"MTcwNTU1Mzc0MTIwNTI5ODAwMA\"\n },\n \"patient\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"period\": {\n \"start\": \"2023-08-31T00:00:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-08-31T00:00:00+00:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"Neonate\",\n \"display\": \"Neonate\",\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=100000030004&status=active&type=Neonate\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient=100000030004&status=active&type=Neonate\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient=100000030004&status=active&type=Neonate\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}"
|
|
},
|
|
{
|
|
"name": "EpisodeOfCare - GET berdasarkan patient IHS dan type == neonate dan status == active",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{base_url}}/EpisodeOfCare?patient={{Patient_id}}&type=Neonate&status=active",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"EpisodeOfCare"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "patient",
|
|
"value": "{{Patient_id}}"
|
|
},
|
|
{
|
|
"key": "type",
|
|
"value": "Neonate"
|
|
},
|
|
{
|
|
"key": "status",
|
|
"value": "active"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 04:40:23 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "4805"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "ece95de7-e7c8-4a4c-bfa3-2528138648b1"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/75b1e7df-ba3d-4d46-92cb-45d7ece4f5ac\",\n \"resource\": {\n \"id\": \"75b1e7df-ba3d-4d46-92cb-45d7ece4f5ac\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/\",\n \"value\": \"EOC998800\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000004\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-18T04:55:41.205298+00:00\",\n \"versionId\": \"MTcwNTU1Mzc0MTIwNTI5ODAwMA\"\n },\n \"patient\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"period\": {\n \"start\": \"2023-08-31T00:00:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-08-31T00:00:00+00:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"Neonate\",\n \"display\": \"Neonate\",\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=100000030004&status=active&type=Neonate\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient=100000030004&status=active&type=Neonate\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?patient=100000030004&status=active&type=Neonate\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Encounter - Kunjungan Baru",
|
|
"event": [
|
|
{
|
|
"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": {}
|
|
}
|
|
},
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"exec": [
|
|
"var data = pm.response.json();\r",
|
|
"pm.environment.set(\"Encounter_id\", data.id);"
|
|
],
|
|
"type": "text/javascript",
|
|
"packages": {}
|
|
}
|
|
}
|
|
],
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Encounter\",\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_id}}\"\n }\n ],\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"arrived\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"period\": {\n \"start\": \"2022-06-14T00: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\": \"2022-06-14T00:00:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Encounter",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Encounter"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Encounter - Kunjungan Baru",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Encounter\",\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_id}}\"\n }\n ],\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"arrived\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"period\": {\n \"start\": \"2022-06-14T00: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\": \"2022-06-14T00:00:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Encounter",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Encounter"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Encounter/c9b5d68b-caad-4d8b-9c29-b4a788bcd215/_history/MTcyMjIzNDI5NjM0ODkyNTAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMjIzNDI5NjM0ODkyNTAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 29 Jul 2024 06:24:56 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 29 Jul 2024 06:24:56 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1627"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "fed6a9d6-c3a9-4519-b450-6ff9a717beac"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"class\": {\n \"code\": \"AMB\",\n \"display\": \"ambulatory\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/85860705-a658-4dde-8df8-2286bc6f906e\"\n }\n ],\n \"id\": \"c9b5d68b-caad-4d8b-9c29-b4a788bcd215\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000005\",\n \"value\": \"2024072921126\"\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\": \"Ruang Poli Anak, Departemen KIA\",\n \"reference\": \"Location/4581505e-5742-41a9-b3d8-cf5c668aa8c6\"\n },\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-07-29T06:24:56.348925+00:00\",\n \"versionId\": \"MTcyMjIzNDI5NjM0ODkyNTAwMA\"\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\": \"2022-06-14T00:00:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000005\"\n },\n \"status\": \"arrived\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\"\n },\n \"status\": \"arrived\"\n }\n ],\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
},
|
|
{
|
|
"name": "Encounter - Kunjungan Baru",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Encounter\",\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_id}}\"\n }\n ],\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"arrived\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"period\": {\n \"start\": \"2022-06-14T00: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\": \"2022-06-14T00:00:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Encounter",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Encounter"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Encounter/c9b5d68b-caad-4d8b-9c29-b4a788bcd215/_history/MTcyMjIzNDI5NjM0ODkyNTAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMjIzNDI5NjM0ODkyNTAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 29 Jul 2024 06:24:56 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 29 Jul 2024 06:24:56 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1627"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "fed6a9d6-c3a9-4519-b450-6ff9a717beac"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"class\": {\n \"code\": \"AMB\",\n \"display\": \"ambulatory\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/85860705-a658-4dde-8df8-2286bc6f906e\"\n }\n ],\n \"id\": \"c9b5d68b-caad-4d8b-9c29-b4a788bcd215\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000005\",\n \"value\": \"2024072921126\"\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\": \"Ruang Poli Anak, Departemen KIA\",\n \"reference\": \"Location/4581505e-5742-41a9-b3d8-cf5c668aa8c6\"\n },\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-07-29T06:24:56.348925+00:00\",\n \"versionId\": \"MTcyMjIzNDI5NjM0ODkyNTAwMA\"\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\": \"2022-06-14T00:00:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000005\"\n },\n \"status\": \"arrived\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\"\n },\n \"status\": \"arrived\"\n }\n ],\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Masuk ke Ruang Pemeriksaan",
|
|
"item": [
|
|
{
|
|
"name": "Encounter - Masuk ruang",
|
|
"request": {
|
|
"method": "PUT",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Encounter\",\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_id}}\"\n }\n ],\n \"id\": \"{{Encounter_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\": \"Anak Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"period\": {\n \"start\": \"2022-06-14T00: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\": \"2022-06-14T00:00:00+00:00\",\n \"end\": \"2022-06-14T00:15:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2022-06-14T00:15:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Encounter/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Encounter",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "{{Encounter_id}}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Encounter - Masuk ruang",
|
|
"originalRequest": {
|
|
"method": "PUT",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Encounter\",\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_id}}\"\n }\n ],\n \"id\": \"{{Encounter_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\": \"Anak Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"period\": {\n \"start\": \"2022-06-14T00: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\": \"2022-06-14T00:00:00+00:00\",\n \"end\": \"2022-06-14T00:15:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2022-06-14T00:15:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Encounter/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Encounter",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "{{Encounter_id}}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMjIzNDU0NjE4NTcwNTAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 29 Jul 2024 06:29:06 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/c9b5d68b-caad-4d8b-9c29-b4a788bcd215/_history/MTcyMjIzNDU0NjE4NTcwNTAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 29 Jul 2024 06:29:06 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1737"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "b8ed21e8-47de-46cb-96eb-5324ab198e61"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"class\": {\n \"code\": \"AMB\",\n \"display\": \"ambulatory\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/85860705-a658-4dde-8df8-2286bc6f906e\"\n }\n ],\n \"id\": \"c9b5d68b-caad-4d8b-9c29-b4a788bcd215\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000005\",\n \"value\": \"2024072921126\"\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\": \"Ruang Poli Anak, Departemen KIA\",\n \"reference\": \"Location/4581505e-5742-41a9-b3d8-cf5c668aa8c6\"\n },\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-07-29T06:29:06.185705+00:00\",\n \"versionId\": \"MTcyMjIzNDU0NjE4NTcwNTAwMA\"\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\": \"2022-06-14T00:00:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000005\"\n },\n \"status\": \"in-progress\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2022-06-14T00:15:00+00:00\",\n \"start\": \"2022-06-14T00:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"start\": \"2022-06-14T00:15:00+00:00\"\n },\n \"status\": \"in-progress\"\n }\n ],\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
},
|
|
{
|
|
"name": "Encounter - Masuk ruang",
|
|
"originalRequest": {
|
|
"method": "PUT",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Encounter\",\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_id}}\"\n }\n ],\n \"id\": \"{{Encounter_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\": \"Anak Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"period\": {\n \"start\": \"2022-06-14T00: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\": \"2022-06-14T00:00:00+00:00\",\n \"end\": \"2022-06-14T00:15:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2022-06-14T00:15:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Encounter/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Encounter",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "{{Encounter_id}}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMjIzNDU0NjE4NTcwNTAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 29 Jul 2024 06:29:06 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/c9b5d68b-caad-4d8b-9c29-b4a788bcd215/_history/MTcyMjIzNDU0NjE4NTcwNTAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 29 Jul 2024 06:29:06 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1737"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "b8ed21e8-47de-46cb-96eb-5324ab198e61"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"class\": {\n \"code\": \"AMB\",\n \"display\": \"ambulatory\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/85860705-a658-4dde-8df8-2286bc6f906e\"\n }\n ],\n \"id\": \"c9b5d68b-caad-4d8b-9c29-b4a788bcd215\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000005\",\n \"value\": \"2024072921126\"\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\": \"Ruang Poli Anak, Departemen KIA\",\n \"reference\": \"Location/4581505e-5742-41a9-b3d8-cf5c668aa8c6\"\n },\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-07-29T06:29:06.185705+00:00\",\n \"versionId\": \"MTcyMjIzNDU0NjE4NTcwNTAwMA\"\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\": \"2022-06-14T00:00:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000005\"\n },\n \"status\": \"in-progress\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2022-06-14T00:15:00+00:00\",\n \"start\": \"2022-06-14T00:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"start\": \"2022-06-14T00:15:00+00:00\"\n },\n \"status\": \"in-progress\"\n }\n ],\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Encounter - PATCH EpisodeOfCare dalam Encounter",
|
|
"request": {
|
|
"method": "PATCH",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json-patch+json",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "[\r\n\t{\r\n\t\t\"op\": \"add\",\r\n\t\t\"path\": \"/EpisodeOfCare\",\r\n\t\t\"value\": [\r\n\t\t\t{\r\n\t\t\t\t\"reference\": \"EpisodeOfCare/{{EpisodeOfCare_id}}\"\r\n\t\t\t}\r\n\t\t]\r\n\t}\r\n]",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Encounter/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Encounter",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "{{Encounter_id}}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Encounter - PATCH EpisodeOfCare dalam Encounter",
|
|
"originalRequest": {
|
|
"method": "PATCH",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json-patch+json",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "[\r\n\t{\r\n\t\t\"op\": \"add\",\r\n\t\t\"path\": \"/EpisodeOfCare\",\r\n\t\t\"value\": [\r\n\t\t\t{\r\n\t\t\t\t\"reference\": \"EpisodeOfCare/{{EpisodeOfCare_id}}\"\r\n\t\t\t}\r\n\t\t]\r\n\t}\r\n]",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Encounter/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Encounter",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "{{Encounter_id}}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"description": "",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"class\": {\n \"code\": \"AMB\",\n \"display\": \"ambulatory\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"diagnosis\": [\n {\n \"condition\": {\n \"display\": \"Mild and moderate birth asphyxia\",\n \"reference\": \"Condition/aa8d4a36-0866-4d82-90f9-5aa71227c05d\"\n },\n \"rank\": 1,\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 \"condition\": {\n \"display\": \"Respiratory failure of newborn\",\n \"reference\": \"Condition/ed15356d-dc9b-4490-b8c6-d6b132fbdce7\"\n },\n \"rank\": 2,\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/75b1e7df-ba3d-4d46-92cb-45d7ece4f5ac\"\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\": \"Anjuran dokter untuk pulang dan kontrol kembali 3 hari setelah Kelahiran\"\n }\n },\n \"id\": \"c9b5d68b-caad-4d8b-9c29-b4a788bcd215\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000005\",\n \"value\": \"2024072921126\"\n },\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare/neonate\",\n \"value\": \"KN1\"\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\": \"Ruang Poli Anak, Departemen KIA\",\n \"reference\": \"Location/4581505e-5742-41a9-b3d8-cf5c668aa8c6\"\n },\n \"period\": {\n \"end\": \"2022-06-14T03:01:55+00:00\",\n \"start\": \"2022-06-14T00:00:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-11-20T04:41:05.734995+00:00\",\n \"versionId\": \"MTczMjA3NzY2NTczNDk5NTAwMA\"\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\": \"2022-06-14T03:01:55+00:00\",\n \"start\": \"2022-06-14T00:00:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000005\"\n },\n \"status\": \"finished\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2022-06-14T00:15:00+00:00\",\n \"start\": \"2022-06-14T00:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"end\": \"2022-06-14T03:01:55+00:00\",\n \"start\": \"2022-06-14T00:15:00+00:00\"\n },\n \"status\": \"in-progress\"\n },\n {\n \"period\": {\n \"end\": \"2022-06-14T03:01:55+00:00\",\n \"start\": \"2022-06-14T03:01:55+00:00\"\n },\n \"status\": \"finished\"\n }\n ],\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
},
|
|
{
|
|
"name": "Encounter - PATCH EpisodeOfCare dalam Encounter",
|
|
"originalRequest": {
|
|
"method": "PATCH",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json-patch+json",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "[\r\n\t{\r\n\t\t\"op\": \"add\",\r\n\t\t\"path\": \"/EpisodeOfCare\",\r\n\t\t\"value\": [\r\n\t\t\t{\r\n\t\t\t\t\"reference\": \"EpisodeOfCare/{{EpisodeOfCare_id}}\"\r\n\t\t\t}\r\n\t\t]\r\n\t}\r\n]",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Encounter/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Encounter",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "{{Encounter_id}}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"description": "",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"class\": {\n \"code\": \"AMB\",\n \"display\": \"ambulatory\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"diagnosis\": [\n {\n \"condition\": {\n \"display\": \"Mild and moderate birth asphyxia\",\n \"reference\": \"Condition/aa8d4a36-0866-4d82-90f9-5aa71227c05d\"\n },\n \"rank\": 1,\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 \"condition\": {\n \"display\": \"Respiratory failure of newborn\",\n \"reference\": \"Condition/ed15356d-dc9b-4490-b8c6-d6b132fbdce7\"\n },\n \"rank\": 2,\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/75b1e7df-ba3d-4d46-92cb-45d7ece4f5ac\"\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\": \"Anjuran dokter untuk pulang dan kontrol kembali 3 hari setelah Kelahiran\"\n }\n },\n \"id\": \"c9b5d68b-caad-4d8b-9c29-b4a788bcd215\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000005\",\n \"value\": \"2024072921126\"\n },\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare/neonate\",\n \"value\": \"KN1\"\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\": \"Ruang Poli Anak, Departemen KIA\",\n \"reference\": \"Location/4581505e-5742-41a9-b3d8-cf5c668aa8c6\"\n },\n \"period\": {\n \"end\": \"2022-06-14T03:01:55+00:00\",\n \"start\": \"2022-06-14T00:00:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-11-20T04:41:05.734995+00:00\",\n \"versionId\": \"MTczMjA3NzY2NTczNDk5NTAwMA\"\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\": \"2022-06-14T03:01:55+00:00\",\n \"start\": \"2022-06-14T00:00:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000005\"\n },\n \"status\": \"finished\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2022-06-14T00:15:00+00:00\",\n \"start\": \"2022-06-14T00:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"end\": \"2022-06-14T03:01:55+00:00\",\n \"start\": \"2022-06-14T00:15:00+00:00\"\n },\n \"status\": \"in-progress\"\n },\n {\n \"period\": {\n \"end\": \"2022-06-14T03:01:55+00:00\",\n \"start\": \"2022-06-14T03:01:55+00:00\"\n },\n \"status\": \"finished\"\n }\n ],\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Encounter - Masuk ruang",
|
|
"request": {
|
|
"method": "PUT",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Encounter\",\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_id}}\"\n }\n ],\n \"id\": \"{{Encounter_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\": \"Anak Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"period\": {\n \"start\": \"2022-06-14T00: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\": \"2022-06-14T00:00:00+00:00\",\n \"end\": \"2022-06-14T00:15:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2022-06-14T00:15:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Encounter/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Encounter",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "{{Encounter_id}}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Encounter - Masuk ruang",
|
|
"originalRequest": {
|
|
"method": "PUT",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Encounter\",\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_id}}\"\n }\n ],\n \"id\": \"{{Encounter_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\": \"Anak Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"period\": {\n \"start\": \"2022-06-14T00: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\": \"2022-06-14T00:00:00+00:00\",\n \"end\": \"2022-06-14T00:15:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2022-06-14T00:15:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Encounter/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Encounter",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "{{Encounter_id}}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMjIzNDU0NjE4NTcwNTAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 29 Jul 2024 06:29:06 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/c9b5d68b-caad-4d8b-9c29-b4a788bcd215/_history/MTcyMjIzNDU0NjE4NTcwNTAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 29 Jul 2024 06:29:06 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1737"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "b8ed21e8-47de-46cb-96eb-5324ab198e61"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"class\": {\n \"code\": \"AMB\",\n \"display\": \"ambulatory\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/85860705-a658-4dde-8df8-2286bc6f906e\"\n }\n ],\n \"id\": \"c9b5d68b-caad-4d8b-9c29-b4a788bcd215\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000005\",\n \"value\": \"2024072921126\"\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\": \"Ruang Poli Anak, Departemen KIA\",\n \"reference\": \"Location/4581505e-5742-41a9-b3d8-cf5c668aa8c6\"\n },\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-07-29T06:29:06.185705+00:00\",\n \"versionId\": \"MTcyMjIzNDU0NjE4NTcwNTAwMA\"\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\": \"2022-06-14T00:00:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000005\"\n },\n \"status\": \"in-progress\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2022-06-14T00:15:00+00:00\",\n \"start\": \"2022-06-14T00:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"start\": \"2022-06-14T00:15:00+00:00\"\n },\n \"status\": \"in-progress\"\n }\n ],\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
},
|
|
{
|
|
"name": "Encounter - Masuk ruang",
|
|
"originalRequest": {
|
|
"method": "PUT",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Encounter\",\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_id}}\"\n }\n ],\n \"id\": \"{{Encounter_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\": \"Anak Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"period\": {\n \"start\": \"2022-06-14T00: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\": \"2022-06-14T00:00:00+00:00\",\n \"end\": \"2022-06-14T00:15:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2022-06-14T00:15:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Encounter/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Encounter",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "{{Encounter_id}}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMjIzNDU0NjE4NTcwNTAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 29 Jul 2024 06:29:06 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/c9b5d68b-caad-4d8b-9c29-b4a788bcd215/_history/MTcyMjIzNDU0NjE4NTcwNTAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 29 Jul 2024 06:29:06 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1737"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "b8ed21e8-47de-46cb-96eb-5324ab198e61"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"class\": {\n \"code\": \"AMB\",\n \"display\": \"ambulatory\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/85860705-a658-4dde-8df8-2286bc6f906e\"\n }\n ],\n \"id\": \"c9b5d68b-caad-4d8b-9c29-b4a788bcd215\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000005\",\n \"value\": \"2024072921126\"\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\": \"Ruang Poli Anak, Departemen KIA\",\n \"reference\": \"Location/4581505e-5742-41a9-b3d8-cf5c668aa8c6\"\n },\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-07-29T06:29:06.185705+00:00\",\n \"versionId\": \"MTcyMjIzNDU0NjE4NTcwNTAwMA\"\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\": \"2022-06-14T00:00:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000005\"\n },\n \"status\": \"in-progress\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2022-06-14T00:15:00+00:00\",\n \"start\": \"2022-06-14T00:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"start\": \"2022-06-14T00:15:00+00:00\"\n },\n \"status\": \"in-progress\"\n }\n ],\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Encounter - PATCH EpisodeOfCare dalam Encounter",
|
|
"request": {
|
|
"method": "PATCH",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json-patch+json",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "[\r\n\t{\r\n\t\t\"op\": \"add\",\r\n\t\t\"path\": \"/EpisodeOfCare\",\r\n\t\t\"value\": [\r\n\t\t\t{\r\n\t\t\t\t\"reference\": \"EpisodeOfCare/{{EpisodeOfCare_id}}\"\r\n\t\t\t}\r\n\t\t]\r\n\t}\r\n]",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Encounter/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Encounter",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "{{Encounter_id}}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Encounter - PATCH EpisodeOfCare dalam Encounter",
|
|
"originalRequest": {
|
|
"method": "PATCH",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json-patch+json",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "[\r\n\t{\r\n\t\t\"op\": \"add\",\r\n\t\t\"path\": \"/EpisodeOfCare\",\r\n\t\t\"value\": [\r\n\t\t\t{\r\n\t\t\t\t\"reference\": \"EpisodeOfCare/{{EpisodeOfCare_id}}\"\r\n\t\t\t}\r\n\t\t]\r\n\t}\r\n]",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Encounter/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Encounter",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "{{Encounter_id}}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"description": "",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"class\": {\n \"code\": \"AMB\",\n \"display\": \"ambulatory\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"diagnosis\": [\n {\n \"condition\": {\n \"display\": \"Mild and moderate birth asphyxia\",\n \"reference\": \"Condition/aa8d4a36-0866-4d82-90f9-5aa71227c05d\"\n },\n \"rank\": 1,\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 \"condition\": {\n \"display\": \"Respiratory failure of newborn\",\n \"reference\": \"Condition/ed15356d-dc9b-4490-b8c6-d6b132fbdce7\"\n },\n \"rank\": 2,\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/75b1e7df-ba3d-4d46-92cb-45d7ece4f5ac\"\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\": \"Anjuran dokter untuk pulang dan kontrol kembali 3 hari setelah Kelahiran\"\n }\n },\n \"id\": \"c9b5d68b-caad-4d8b-9c29-b4a788bcd215\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000005\",\n \"value\": \"2024072921126\"\n },\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare/neonate\",\n \"value\": \"KN1\"\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\": \"Ruang Poli Anak, Departemen KIA\",\n \"reference\": \"Location/4581505e-5742-41a9-b3d8-cf5c668aa8c6\"\n },\n \"period\": {\n \"end\": \"2022-06-14T03:01:55+00:00\",\n \"start\": \"2022-06-14T00:00:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-11-20T04:41:05.734995+00:00\",\n \"versionId\": \"MTczMjA3NzY2NTczNDk5NTAwMA\"\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\": \"2022-06-14T03:01:55+00:00\",\n \"start\": \"2022-06-14T00:00:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000005\"\n },\n \"status\": \"finished\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2022-06-14T00:15:00+00:00\",\n \"start\": \"2022-06-14T00:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"end\": \"2022-06-14T03:01:55+00:00\",\n \"start\": \"2022-06-14T00:15:00+00:00\"\n },\n \"status\": \"in-progress\"\n },\n {\n \"period\": {\n \"end\": \"2022-06-14T03:01:55+00:00\",\n \"start\": \"2022-06-14T03:01:55+00:00\"\n },\n \"status\": \"finished\"\n }\n ],\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
},
|
|
{
|
|
"name": "Encounter - PATCH EpisodeOfCare dalam Encounter",
|
|
"originalRequest": {
|
|
"method": "PATCH",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json-patch+json",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "[\r\n\t{\r\n\t\t\"op\": \"add\",\r\n\t\t\"path\": \"/EpisodeOfCare\",\r\n\t\t\"value\": [\r\n\t\t\t{\r\n\t\t\t\t\"reference\": \"EpisodeOfCare/{{EpisodeOfCare_id}}\"\r\n\t\t\t}\r\n\t\t]\r\n\t}\r\n]",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Encounter/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Encounter",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "{{Encounter_id}}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"description": "",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"class\": {\n \"code\": \"AMB\",\n \"display\": \"ambulatory\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"diagnosis\": [\n {\n \"condition\": {\n \"display\": \"Mild and moderate birth asphyxia\",\n \"reference\": \"Condition/aa8d4a36-0866-4d82-90f9-5aa71227c05d\"\n },\n \"rank\": 1,\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 \"condition\": {\n \"display\": \"Respiratory failure of newborn\",\n \"reference\": \"Condition/ed15356d-dc9b-4490-b8c6-d6b132fbdce7\"\n },\n \"rank\": 2,\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/75b1e7df-ba3d-4d46-92cb-45d7ece4f5ac\"\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\": \"Anjuran dokter untuk pulang dan kontrol kembali 3 hari setelah Kelahiran\"\n }\n },\n \"id\": \"c9b5d68b-caad-4d8b-9c29-b4a788bcd215\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000005\",\n \"value\": \"2024072921126\"\n },\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare/neonate\",\n \"value\": \"KN1\"\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\": \"Ruang Poli Anak, Departemen KIA\",\n \"reference\": \"Location/4581505e-5742-41a9-b3d8-cf5c668aa8c6\"\n },\n \"period\": {\n \"end\": \"2022-06-14T03:01:55+00:00\",\n \"start\": \"2022-06-14T00:00:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-11-20T04:41:05.734995+00:00\",\n \"versionId\": \"MTczMjA3NzY2NTczNDk5NTAwMA\"\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\": \"2022-06-14T03:01:55+00:00\",\n \"start\": \"2022-06-14T00:00:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000005\"\n },\n \"status\": \"finished\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2022-06-14T00:15:00+00:00\",\n \"start\": \"2022-06-14T00:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"end\": \"2022-06-14T03:01:55+00:00\",\n \"start\": \"2022-06-14T00:15:00+00:00\"\n },\n \"status\": \"in-progress\"\n },\n {\n \"period\": {\n \"end\": \"2022-06-14T03:01:55+00:00\",\n \"start\": \"2022-06-14T03:01:55+00:00\"\n },\n \"status\": \"finished\"\n }\n ],\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "03. Data Bayi/Balita",
|
|
"item": [
|
|
{
|
|
"name": "Jam Lahir",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Jam Lahir",
|
|
"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 \"code\": \"57715-5\",\n \"display\": \"Birth time\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:16:25+00:00\",\n \"issued\": \"2022-06-14T00:16:25+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueTime\": \"14:35:21\"\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Jam Lahir",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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 \"code\": \"57715-5\",\n \"display\": \"Birth time\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:16:25+00:00\",\n \"issued\": \"2022-06-14T00:16:25+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueTime\": \"14:35:21\"\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/ba394774-a3c3-4210-8072-7896769e76bd/_history/MTcyMTI4OTk0MzEyMzc2NzAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4OTk0MzEyMzc2NzAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:05:43 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:05:43 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "735"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "36e009f2-370d-46b3-9c0d-1530fbc3d7d4"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"57715-5\",\n \"display\": \"Birth time\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T00:16:25+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"ba394774-a3c3-4210-8072-7896769e76bd\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T00:16:25+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:05:43.123767+00:00\",\n \"versionId\": \"MTcyMTI4OTk0MzEyMzc2NzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueTime\": \"14:35:21\"\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Jam Lahir",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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 \"code\": \"57715-5\",\n \"display\": \"Birth time\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:16:25+00:00\",\n \"issued\": \"2022-06-14T00:16:25+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueTime\": \"14:35:21\"\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/ba394774-a3c3-4210-8072-7896769e76bd/_history/MTcyMTI4OTk0MzEyMzc2NzAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4OTk0MzEyMzc2NzAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:05:43 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:05:43 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "735"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "36e009f2-370d-46b3-9c0d-1530fbc3d7d4"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"57715-5\",\n \"display\": \"Birth time\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T00:16:25+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"ba394774-a3c3-4210-8072-7896769e76bd\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T00:16:25+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:05:43.123767+00:00\",\n \"versionId\": \"MTcyMTI4OTk0MzEyMzc2NzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueTime\": \"14:35:21\"\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Jam Lahir",
|
|
"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 \"code\": \"57715-5\",\n \"display\": \"Birth time\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:16:25+00:00\",\n \"issued\": \"2022-06-14T00:16:25+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueTime\": \"14:35:21\"\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Jam Lahir",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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 \"code\": \"57715-5\",\n \"display\": \"Birth time\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:16:25+00:00\",\n \"issued\": \"2022-06-14T00:16:25+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueTime\": \"14:35:21\"\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/ba394774-a3c3-4210-8072-7896769e76bd/_history/MTcyMTI4OTk0MzEyMzc2NzAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4OTk0MzEyMzc2NzAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:05:43 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:05:43 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "735"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "36e009f2-370d-46b3-9c0d-1530fbc3d7d4"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"57715-5\",\n \"display\": \"Birth time\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T00:16:25+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"ba394774-a3c3-4210-8072-7896769e76bd\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T00:16:25+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:05:43.123767+00:00\",\n \"versionId\": \"MTcyMTI4OTk0MzEyMzc2NzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueTime\": \"14:35:21\"\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Jam Lahir",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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 \"code\": \"57715-5\",\n \"display\": \"Birth time\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:16:25+00:00\",\n \"issued\": \"2022-06-14T00:16:25+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueTime\": \"14:35:21\"\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/ba394774-a3c3-4210-8072-7896769e76bd/_history/MTcyMTI4OTk0MzEyMzc2NzAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4OTk0MzEyMzc2NzAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:05:43 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:05:43 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "735"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "36e009f2-370d-46b3-9c0d-1530fbc3d7d4"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"57715-5\",\n \"display\": \"Birth time\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T00:16:25+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"ba394774-a3c3-4210-8072-7896769e76bd\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T00:16:25+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:05:43.123767+00:00\",\n \"versionId\": \"MTcyMTI4OTk0MzEyMzc2NzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueTime\": \"14:35:21\"\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Anak Ke",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Anak Ke",
|
|
"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\": \"365475008\",\n \"display\": \"Place in family order\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:17:50+00:00\",\n \"issued\": \"2022-06-14T00:17:50+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueInteger\": 1\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Anak Ke",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"365475008\",\n \"display\": \"Place in family order\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:17:50+00:00\",\n \"issued\": \"2022-06-14T00:17:50+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueInteger\": 1\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/\"MTcyMTI4OTk1Mzc0NjAyMjAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:05:53 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/69019dac-4e98-41b8-9b6d-7248ced4e748/_history/MTcyMTI4OTk1Mzc0NjAyMjAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:05:53 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "748"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "36d62db1-8757-46ef-a72a-c897900ea836"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"365475008\",\n \"display\": \"Place in family order\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T00:17:50+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"69019dac-4e98-41b8-9b6d-7248ced4e748\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T00:17:50+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:05:53.746022+00:00\",\n \"versionId\": \"MTcyMTI4OTk1Mzc0NjAyMjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueInteger\": 1\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Anak Ke",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"365475008\",\n \"display\": \"Place in family order\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:17:50+00:00\",\n \"issued\": \"2022-06-14T00:17:50+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueInteger\": 1\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/\"MTcyMTI4OTk1Mzc0NjAyMjAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:05:53 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/69019dac-4e98-41b8-9b6d-7248ced4e748/_history/MTcyMTI4OTk1Mzc0NjAyMjAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:05:53 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "748"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "36d62db1-8757-46ef-a72a-c897900ea836"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"365475008\",\n \"display\": \"Place in family order\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T00:17:50+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"69019dac-4e98-41b8-9b6d-7248ced4e748\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T00:17:50+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:05:53.746022+00:00\",\n \"versionId\": \"MTcyMTI4OTk1Mzc0NjAyMjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueInteger\": 1\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Anak Ke",
|
|
"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\": \"365475008\",\n \"display\": \"Place in family order\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:17:50+00:00\",\n \"issued\": \"2022-06-14T00:17:50+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueInteger\": 1\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Anak Ke",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"365475008\",\n \"display\": \"Place in family order\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:17:50+00:00\",\n \"issued\": \"2022-06-14T00:17:50+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueInteger\": 1\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/\"MTcyMTI4OTk1Mzc0NjAyMjAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:05:53 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/69019dac-4e98-41b8-9b6d-7248ced4e748/_history/MTcyMTI4OTk1Mzc0NjAyMjAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:05:53 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "748"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "36d62db1-8757-46ef-a72a-c897900ea836"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"365475008\",\n \"display\": \"Place in family order\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T00:17:50+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"69019dac-4e98-41b8-9b6d-7248ced4e748\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T00:17:50+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:05:53.746022+00:00\",\n \"versionId\": \"MTcyMTI4OTk1Mzc0NjAyMjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueInteger\": 1\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Anak Ke",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"365475008\",\n \"display\": \"Place in family order\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:17:50+00:00\",\n \"issued\": \"2022-06-14T00:17:50+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueInteger\": 1\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/\"MTcyMTI4OTk1Mzc0NjAyMjAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:05:53 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/69019dac-4e98-41b8-9b6d-7248ced4e748/_history/MTcyMTI4OTk1Mzc0NjAyMjAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:05:53 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "748"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "36d62db1-8757-46ef-a72a-c897900ea836"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"365475008\",\n \"display\": \"Place in family order\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T00:17:50+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"69019dac-4e98-41b8-9b6d-7248ced4e748\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T00:17:50+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:05:53.746022+00:00\",\n \"versionId\": \"MTcyMTI4OTk1Mzc0NjAyMjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueInteger\": 1\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Usia Gestasi",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Usia Gestasi",
|
|
"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\": \"76516-4\",\n \"display\": \"Gestational age--at birth\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:19:15+00:00\",\n \"issued\": \"2022-06-14T00:19:15+00:00\",\n \"valueQuantity\": {\n \"value\": 12,\n \"unit\": \"wk\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"wk\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Usia Gestasi",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"76516-4\",\n \"display\": \"Gestational age--at birth\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:19:15+00:00\",\n \"issued\": \"2022-06-14T00:19:15+00:00\",\n \"valueQuantity\": {\n \"value\": 12,\n \"unit\": \"wk\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"wk\"\n }\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": "Thu, 18 Jul 2024 08:06:05 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4OTk2NTcyNTI3NzAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/f8934db9-6930-4676-8794-9c0be98a3248/_history/MTcyMTI4OTk2NTcyNTI3NzAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:06:05 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "856"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "604a6752-7bab-4efc-8d6d-f030bc2f89e7"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"76516-4\",\n \"display\": \"Gestational age--at birth\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T00:19:15+00:00\",\n \"encounter\": {\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"f8934db9-6930-4676-8794-9c0be98a3248\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T00:19:15+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:06:05.725277+00:00\",\n \"versionId\": \"MTcyMTI4OTk2NTcyNTI3NzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"wk\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"wk\",\n \"value\": 12\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Usia Gestasi",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"76516-4\",\n \"display\": \"Gestational age--at birth\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:19:15+00:00\",\n \"issued\": \"2022-06-14T00:19:15+00:00\",\n \"valueQuantity\": {\n \"value\": 12,\n \"unit\": \"wk\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"wk\"\n }\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": "Thu, 18 Jul 2024 08:06:05 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4OTk2NTcyNTI3NzAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/f8934db9-6930-4676-8794-9c0be98a3248/_history/MTcyMTI4OTk2NTcyNTI3NzAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:06:05 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "856"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "604a6752-7bab-4efc-8d6d-f030bc2f89e7"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"76516-4\",\n \"display\": \"Gestational age--at birth\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T00:19:15+00:00\",\n \"encounter\": {\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"f8934db9-6930-4676-8794-9c0be98a3248\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T00:19:15+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:06:05.725277+00:00\",\n \"versionId\": \"MTcyMTI4OTk2NTcyNTI3NzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"wk\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"wk\",\n \"value\": 12\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Usia Gestasi",
|
|
"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\": \"76516-4\",\n \"display\": \"Gestational age--at birth\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:19:15+00:00\",\n \"issued\": \"2022-06-14T00:19:15+00:00\",\n \"valueQuantity\": {\n \"value\": 12,\n \"unit\": \"wk\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"wk\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Usia Gestasi",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"76516-4\",\n \"display\": \"Gestational age--at birth\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:19:15+00:00\",\n \"issued\": \"2022-06-14T00:19:15+00:00\",\n \"valueQuantity\": {\n \"value\": 12,\n \"unit\": \"wk\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"wk\"\n }\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": "Thu, 18 Jul 2024 08:06:05 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4OTk2NTcyNTI3NzAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/f8934db9-6930-4676-8794-9c0be98a3248/_history/MTcyMTI4OTk2NTcyNTI3NzAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:06:05 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "856"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "604a6752-7bab-4efc-8d6d-f030bc2f89e7"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"76516-4\",\n \"display\": \"Gestational age--at birth\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T00:19:15+00:00\",\n \"encounter\": {\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"f8934db9-6930-4676-8794-9c0be98a3248\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T00:19:15+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:06:05.725277+00:00\",\n \"versionId\": \"MTcyMTI4OTk2NTcyNTI3NzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"wk\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"wk\",\n \"value\": 12\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Usia Gestasi",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"76516-4\",\n \"display\": \"Gestational age--at birth\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:19:15+00:00\",\n \"issued\": \"2022-06-14T00:19:15+00:00\",\n \"valueQuantity\": {\n \"value\": 12,\n \"unit\": \"wk\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"wk\"\n }\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": "Thu, 18 Jul 2024 08:06:05 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4OTk2NTcyNTI3NzAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/f8934db9-6930-4676-8794-9c0be98a3248/_history/MTcyMTI4OTk2NTcyNTI3NzAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:06:05 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "856"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "604a6752-7bab-4efc-8d6d-f030bc2f89e7"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"76516-4\",\n \"display\": \"Gestational age--at birth\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T00:19:15+00:00\",\n \"encounter\": {\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"f8934db9-6930-4676-8794-9c0be98a3248\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T00:19:15+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:06:05.725277+00:00\",\n \"versionId\": \"MTcyMTI4OTk2NTcyNTI3NzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"wk\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"wk\",\n \"value\": 12\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "04. Anamnesis",
|
|
"item": [
|
|
{
|
|
"name": "Condition - Anamnesis",
|
|
"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\": \"77362009\",\n \"display\": \"Mild to moderate birth asphyxia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Anamnesa Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"note\": [\n {\n \"text\": \"Bayi mengalami asfiksia sedang. Dilaporkan oleh Ibu pasien\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Condition",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Condition"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Condition - Anamnesa",
|
|
"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\": \"77362009\",\n \"display\": \"Mild to moderate birth asphyxia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Anamnesa Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"note\": [\n {\n \"text\": \"Bayi mengalami asfiksia sedang. Dilaporkan oleh Ibu pasien\"\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": "Thu, 18 Jul 2024 08:06:16 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4OTk3NjI4NzgxNTAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/63bf2099-bf78-41a5-ba5f-cb1bfdf2695d/_history/MTcyMTI4OTk3NjI4NzgxNTAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:06:16 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "878"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "58bc432f-b9bb-431a-a952-d5ea04ea05e2"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"77362009\",\n \"display\": \"Mild to moderate birth asphyxia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"display\": \"Anamnesa Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"63bf2099-bf78-41a5-ba5f-cb1bfdf2695d\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:06:16.287815+00:00\",\n \"versionId\": \"MTcyMTI4OTk3NjI4NzgxNTAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Bayi mengalami asfiksia sedang. Dilaporkan oleh Ibu pasien\"\n }\n ],\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
},
|
|
{
|
|
"name": "Condition - Anamnesa",
|
|
"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\": \"77362009\",\n \"display\": \"Mild to moderate birth asphyxia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Anamnesa Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"note\": [\n {\n \"text\": \"Bayi mengalami asfiksia sedang. Dilaporkan oleh Ibu pasien\"\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": "Thu, 18 Jul 2024 08:06:16 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4OTk3NjI4NzgxNTAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/63bf2099-bf78-41a5-ba5f-cb1bfdf2695d/_history/MTcyMTI4OTk3NjI4NzgxNTAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:06:16 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "878"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "58bc432f-b9bb-431a-a952-d5ea04ea05e2"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"77362009\",\n \"display\": \"Mild to moderate birth asphyxia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"display\": \"Anamnesa Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"63bf2099-bf78-41a5-ba5f-cb1bfdf2695d\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:06:16.287815+00:00\",\n \"versionId\": \"MTcyMTI4OTk3NjI4NzgxNTAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Bayi mengalami asfiksia sedang. Dilaporkan oleh Ibu pasien\"\n }\n ],\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Condition - Anamnesis",
|
|
"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\": \"77362009\",\n \"display\": \"Mild to moderate birth asphyxia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Anamnesa Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"note\": [\n {\n \"text\": \"Bayi mengalami asfiksia sedang. Dilaporkan oleh Ibu pasien\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Condition",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Condition"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Condition - Anamnesa",
|
|
"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\": \"77362009\",\n \"display\": \"Mild to moderate birth asphyxia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Anamnesa Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"note\": [\n {\n \"text\": \"Bayi mengalami asfiksia sedang. Dilaporkan oleh Ibu pasien\"\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": "Thu, 18 Jul 2024 08:06:16 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4OTk3NjI4NzgxNTAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/63bf2099-bf78-41a5-ba5f-cb1bfdf2695d/_history/MTcyMTI4OTk3NjI4NzgxNTAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:06:16 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "878"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "58bc432f-b9bb-431a-a952-d5ea04ea05e2"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"77362009\",\n \"display\": \"Mild to moderate birth asphyxia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"display\": \"Anamnesa Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"63bf2099-bf78-41a5-ba5f-cb1bfdf2695d\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:06:16.287815+00:00\",\n \"versionId\": \"MTcyMTI4OTk3NjI4NzgxNTAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Bayi mengalami asfiksia sedang. Dilaporkan oleh Ibu pasien\"\n }\n ],\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
},
|
|
{
|
|
"name": "Condition - Anamnesa",
|
|
"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\": \"77362009\",\n \"display\": \"Mild to moderate birth asphyxia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Anamnesa Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"note\": [\n {\n \"text\": \"Bayi mengalami asfiksia sedang. Dilaporkan oleh Ibu pasien\"\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": "Thu, 18 Jul 2024 08:06:16 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4OTk3NjI4NzgxNTAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/63bf2099-bf78-41a5-ba5f-cb1bfdf2695d/_history/MTcyMTI4OTk3NjI4NzgxNTAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:06:16 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "878"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "58bc432f-b9bb-431a-a952-d5ea04ea05e2"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"77362009\",\n \"display\": \"Mild to moderate birth asphyxia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"display\": \"Anamnesa Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"63bf2099-bf78-41a5-ba5f-cb1bfdf2695d\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:06:16.287815+00:00\",\n \"versionId\": \"MTcyMTI4OTk3NjI4NzgxNTAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Bayi mengalami asfiksia sedang. Dilaporkan oleh Ibu pasien\"\n }\n ],\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "05. Perawatan Neonatal Esensial",
|
|
"item": [
|
|
{
|
|
"name": "MTBM",
|
|
"item": [
|
|
{
|
|
"name": "Procedure - Apakah dilakukan pemeriksaan kesehatan dengan pendekatan MTBM",
|
|
"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\": \"409063005\",\n \"display\": \"Counseling\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"PC000003\",\n \"display\": \"Manajemen Terpadu Bayi Muda (MTBM)\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T00:23:20+00:00\",\n \"end\": \"2022-06-14T00:26:45+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Procedure",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Procedure"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Procedure - Apakah dilakukan pemeriksaan kesehatan dengan pendekatan MTBM",
|
|
"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\": \"409063005\",\n \"display\": \"Counseling\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"PC000003\",\n \"display\": \"Manajemen Terpadu Bayi Muda (MTBM)\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T00:23:20+00:00\",\n \"end\": \"2022-06-14T00:26:45+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\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": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:06:39 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4OTk5OTUzNTU2NTAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/271f3c5f-3d3d-4944-85c7-aaf95aaead2e/_history/MTcyMTI4OTk5OTUzNTU2NTAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:06:39 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "790"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "4f45c764-bf2b-4ab8-8d28-ca96bd2ca692"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' 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\": \"409063005\",\n \"display\": \"Counseling\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"PC000003\",\n \"display\": \"Manajemen Terpadu Bayi Muda (MTBM)\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"271f3c5f-3d3d-4944-85c7-aaf95aaead2e\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:06:39.535565+00:00\",\n \"versionId\": \"MTcyMTI4OTk5OTUzNTU2NTAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2022-06-14T00:26:45+00:00\",\n \"start\": \"2022-06-14T00:23:20+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
},
|
|
{
|
|
"name": "Procedure - Apakah dilakukan pemeriksaan kesehatan dengan pendekatan MTBM",
|
|
"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\": \"409063005\",\n \"display\": \"Counseling\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"PC000003\",\n \"display\": \"Manajemen Terpadu Bayi Muda (MTBM)\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T00:23:20+00:00\",\n \"end\": \"2022-06-14T00:26:45+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\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": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:06:39 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4OTk5OTUzNTU2NTAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/271f3c5f-3d3d-4944-85c7-aaf95aaead2e/_history/MTcyMTI4OTk5OTUzNTU2NTAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:06:39 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "790"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "4f45c764-bf2b-4ab8-8d28-ca96bd2ca692"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' 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\": \"409063005\",\n \"display\": \"Counseling\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"PC000003\",\n \"display\": \"Manajemen Terpadu Bayi Muda (MTBM)\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"271f3c5f-3d3d-4944-85c7-aaf95aaead2e\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:06:39.535565+00:00\",\n \"versionId\": \"MTcyMTI4OTk5OTUzNTU2NTAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2022-06-14T00:26:45+00:00\",\n \"start\": \"2022-06-14T00:23:20+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Procedure - Apakah dilakukan pemeriksaan kesehatan dengan pendekatan MTBM",
|
|
"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\": \"409063005\",\n \"display\": \"Counseling\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"PC000003\",\n \"display\": \"Manajemen Terpadu Bayi Muda (MTBM)\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T00:23:20+00:00\",\n \"end\": \"2022-06-14T00:26:45+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Procedure",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Procedure"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Procedure - Apakah dilakukan pemeriksaan kesehatan dengan pendekatan MTBM",
|
|
"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\": \"409063005\",\n \"display\": \"Counseling\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"PC000003\",\n \"display\": \"Manajemen Terpadu Bayi Muda (MTBM)\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T00:23:20+00:00\",\n \"end\": \"2022-06-14T00:26:45+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\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": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:06:39 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4OTk5OTUzNTU2NTAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/271f3c5f-3d3d-4944-85c7-aaf95aaead2e/_history/MTcyMTI4OTk5OTUzNTU2NTAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:06:39 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "790"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "4f45c764-bf2b-4ab8-8d28-ca96bd2ca692"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' 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\": \"409063005\",\n \"display\": \"Counseling\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"PC000003\",\n \"display\": \"Manajemen Terpadu Bayi Muda (MTBM)\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"271f3c5f-3d3d-4944-85c7-aaf95aaead2e\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:06:39.535565+00:00\",\n \"versionId\": \"MTcyMTI4OTk5OTUzNTU2NTAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2022-06-14T00:26:45+00:00\",\n \"start\": \"2022-06-14T00:23:20+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
},
|
|
{
|
|
"name": "Procedure - Apakah dilakukan pemeriksaan kesehatan dengan pendekatan MTBM",
|
|
"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\": \"409063005\",\n \"display\": \"Counseling\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"PC000003\",\n \"display\": \"Manajemen Terpadu Bayi Muda (MTBM)\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T00:23:20+00:00\",\n \"end\": \"2022-06-14T00:26:45+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\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": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:06:39 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4OTk5OTUzNTU2NTAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/271f3c5f-3d3d-4944-85c7-aaf95aaead2e/_history/MTcyMTI4OTk5OTUzNTU2NTAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:06:39 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "790"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "4f45c764-bf2b-4ab8-8d28-ca96bd2ca692"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' 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\": \"409063005\",\n \"display\": \"Counseling\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"PC000003\",\n \"display\": \"Manajemen Terpadu Bayi Muda (MTBM)\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"271f3c5f-3d3d-4944-85c7-aaf95aaead2e\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:06:39.535565+00:00\",\n \"versionId\": \"MTcyMTI4OTk5OTUzNTU2NTAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2022-06-14T00:26:45+00:00\",\n \"start\": \"2022-06-14T00:23:20+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Pengukuran",
|
|
"item": [
|
|
{
|
|
"name": "Berat Badan Bayi Saat Lahir",
|
|
"item": [
|
|
{
|
|
"name": "Observation - BB Bayi Saat Lahir",
|
|
"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\": \"8339-4\",\n \"display\": \"Birth weight Measured\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:28:10+00:00\",\n \"issued\": \"2022-06-14T00:28:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 3470,\n \"unit\": \"g\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"276712009\",\n \"display\": \"Normal birth weight\"\n }\n ],\n \"text\": \"BBLC (Bayi Berat Lahir Cukup)\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - BB Bayi Saat Lahir",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"8339-4\",\n \"display\": \"Birth weight Measured\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:28:10+00:00\",\n \"issued\": \"2022-06-14T00:28:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 3470,\n \"unit\": \"g\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"276712009\",\n \"display\": \"Normal birth weight\"\n }\n ],\n \"text\": \"BBLC (Bayi Berat Lahir Cukup)\"\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/f6565b59-ac41-4592-9108-92535e302dde/_history/MTcyMTI5MDAwOTg4MTE1NDAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDAwOTg4MTE1NDAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:06:49 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:06:49 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "970"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "85b1d4fa-4f44-4cf5-aebd-3ced34ea54a2"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"8339-4\",\n \"display\": \"Birth weight Measured\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T00:28:10+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"f6565b59-ac41-4592-9108-92535e302dde\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"276712009\",\n \"display\": \"Normal birth weight\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"BBLC (Bayi Berat Lahir Cukup)\"\n }\n ],\n \"issued\": \"2022-06-14T00:28:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:06:49.881154+00:00\",\n \"versionId\": \"MTcyMTI5MDAwOTg4MTE1NDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"g\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"g\",\n \"value\": 3470\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - BB Bayi Saat Lahir",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"8339-4\",\n \"display\": \"Birth weight Measured\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:28:10+00:00\",\n \"issued\": \"2022-06-14T00:28:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 3470,\n \"unit\": \"g\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"276712009\",\n \"display\": \"Normal birth weight\"\n }\n ],\n \"text\": \"BBLC (Bayi Berat Lahir Cukup)\"\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/f6565b59-ac41-4592-9108-92535e302dde/_history/MTcyMTI5MDAwOTg4MTE1NDAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDAwOTg4MTE1NDAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:06:49 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:06:49 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "970"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "85b1d4fa-4f44-4cf5-aebd-3ced34ea54a2"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"8339-4\",\n \"display\": \"Birth weight Measured\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T00:28:10+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"f6565b59-ac41-4592-9108-92535e302dde\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"276712009\",\n \"display\": \"Normal birth weight\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"BBLC (Bayi Berat Lahir Cukup)\"\n }\n ],\n \"issued\": \"2022-06-14T00:28:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:06:49.881154+00:00\",\n \"versionId\": \"MTcyMTI5MDAwOTg4MTE1NDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"g\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"g\",\n \"value\": 3470\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - BB Bayi Saat Lahir",
|
|
"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\": \"8339-4\",\n \"display\": \"Birth weight Measured\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:28:10+00:00\",\n \"issued\": \"2022-06-14T00:28:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 3470,\n \"unit\": \"g\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"276712009\",\n \"display\": \"Normal birth weight\"\n }\n ],\n \"text\": \"BBLC (Bayi Berat Lahir Cukup)\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - BB Bayi Saat Lahir",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"8339-4\",\n \"display\": \"Birth weight Measured\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:28:10+00:00\",\n \"issued\": \"2022-06-14T00:28:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 3470,\n \"unit\": \"g\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"276712009\",\n \"display\": \"Normal birth weight\"\n }\n ],\n \"text\": \"BBLC (Bayi Berat Lahir Cukup)\"\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/f6565b59-ac41-4592-9108-92535e302dde/_history/MTcyMTI5MDAwOTg4MTE1NDAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDAwOTg4MTE1NDAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:06:49 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:06:49 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "970"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "85b1d4fa-4f44-4cf5-aebd-3ced34ea54a2"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"8339-4\",\n \"display\": \"Birth weight Measured\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T00:28:10+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"f6565b59-ac41-4592-9108-92535e302dde\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"276712009\",\n \"display\": \"Normal birth weight\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"BBLC (Bayi Berat Lahir Cukup)\"\n }\n ],\n \"issued\": \"2022-06-14T00:28:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:06:49.881154+00:00\",\n \"versionId\": \"MTcyMTI5MDAwOTg4MTE1NDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"g\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"g\",\n \"value\": 3470\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - BB Bayi Saat Lahir",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"8339-4\",\n \"display\": \"Birth weight Measured\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:28:10+00:00\",\n \"issued\": \"2022-06-14T00:28:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 3470,\n \"unit\": \"g\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"276712009\",\n \"display\": \"Normal birth weight\"\n }\n ],\n \"text\": \"BBLC (Bayi Berat Lahir Cukup)\"\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/f6565b59-ac41-4592-9108-92535e302dde/_history/MTcyMTI5MDAwOTg4MTE1NDAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDAwOTg4MTE1NDAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:06:49 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:06:49 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "970"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "85b1d4fa-4f44-4cf5-aebd-3ced34ea54a2"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"8339-4\",\n \"display\": \"Birth weight Measured\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T00:28:10+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"f6565b59-ac41-4592-9108-92535e302dde\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"276712009\",\n \"display\": \"Normal birth weight\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"BBLC (Bayi Berat Lahir Cukup)\"\n }\n ],\n \"issued\": \"2022-06-14T00:28:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:06:49.881154+00:00\",\n \"versionId\": \"MTcyMTI5MDAwOTg4MTE1NDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"g\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"g\",\n \"value\": 3470\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Panjang Badan Bayi Saat Lahir",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Panjang Badan Bayi Saat Lahir",
|
|
"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\": \"89269-5\",\n \"display\": \"Body height Measured --at birth\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:29:35+00:00\",\n \"issued\": \"2022-06-14T00:29:35+00:00\",\n \"valueQuantity\": {\n \"value\": 45,\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 - Panjang Badan Bayi Saat Lahir",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"89269-5\",\n \"display\": \"Body height Measured --at birth\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:29:35+00:00\",\n \"issued\": \"2022-06-14T00:29:35+00:00\",\n \"valueQuantity\": {\n \"value\": 45,\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/b57c1e96-f9de-481b-a5ff-f89dca742f32/_history/MTcyMTI5MDAxODU0Mzc4MjAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:06:58 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDAxODU0Mzc4MjAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:06:58 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "887"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "4f54c1b4-4d78-4d68-a9e3-17d464aeb433"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"89269-5\",\n \"display\": \"Body height Measured --at birth\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T00:29:35+00:00\",\n \"encounter\": {\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"b57c1e96-f9de-481b-a5ff-f89dca742f32\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T00:29:35+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:06:58.543782+00:00\",\n \"versionId\": \"MTcyMTI5MDAxODU0Mzc4MjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"cm\",\n \"value\": 45\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Panjang Badan Bayi Saat Lahir",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"89269-5\",\n \"display\": \"Body height Measured --at birth\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:29:35+00:00\",\n \"issued\": \"2022-06-14T00:29:35+00:00\",\n \"valueQuantity\": {\n \"value\": 45,\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/b57c1e96-f9de-481b-a5ff-f89dca742f32/_history/MTcyMTI5MDAxODU0Mzc4MjAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:06:58 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDAxODU0Mzc4MjAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:06:58 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "887"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "4f54c1b4-4d78-4d68-a9e3-17d464aeb433"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"89269-5\",\n \"display\": \"Body height Measured --at birth\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T00:29:35+00:00\",\n \"encounter\": {\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"b57c1e96-f9de-481b-a5ff-f89dca742f32\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T00:29:35+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:06:58.543782+00:00\",\n \"versionId\": \"MTcyMTI5MDAxODU0Mzc4MjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"cm\",\n \"value\": 45\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Panjang Badan Bayi Saat Lahir",
|
|
"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\": \"89269-5\",\n \"display\": \"Body height Measured --at birth\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:29:35+00:00\",\n \"issued\": \"2022-06-14T00:29:35+00:00\",\n \"valueQuantity\": {\n \"value\": 45,\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 - Panjang Badan Bayi Saat Lahir",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"89269-5\",\n \"display\": \"Body height Measured --at birth\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:29:35+00:00\",\n \"issued\": \"2022-06-14T00:29:35+00:00\",\n \"valueQuantity\": {\n \"value\": 45,\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/b57c1e96-f9de-481b-a5ff-f89dca742f32/_history/MTcyMTI5MDAxODU0Mzc4MjAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:06:58 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDAxODU0Mzc4MjAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:06:58 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "887"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "4f54c1b4-4d78-4d68-a9e3-17d464aeb433"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"89269-5\",\n \"display\": \"Body height Measured --at birth\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T00:29:35+00:00\",\n \"encounter\": {\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"b57c1e96-f9de-481b-a5ff-f89dca742f32\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T00:29:35+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:06:58.543782+00:00\",\n \"versionId\": \"MTcyMTI5MDAxODU0Mzc4MjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"cm\",\n \"value\": 45\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Panjang Badan Bayi Saat Lahir",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"89269-5\",\n \"display\": \"Body height Measured --at birth\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:29:35+00:00\",\n \"issued\": \"2022-06-14T00:29:35+00:00\",\n \"valueQuantity\": {\n \"value\": 45,\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/b57c1e96-f9de-481b-a5ff-f89dca742f32/_history/MTcyMTI5MDAxODU0Mzc4MjAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:06:58 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDAxODU0Mzc4MjAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:06:58 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "887"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "4f54c1b4-4d78-4d68-a9e3-17d464aeb433"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"89269-5\",\n \"display\": \"Body height Measured --at birth\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T00:29:35+00:00\",\n \"encounter\": {\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"b57c1e96-f9de-481b-a5ff-f89dca742f32\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T00:29:35+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:06:58.543782+00:00\",\n \"versionId\": \"MTcyMTI5MDAxODU0Mzc4MjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"cm\",\n \"value\": 45\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Lingkar Kepala Bayi Saat Lahir",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Lingkar Kepala Bayi Saat Lahir",
|
|
"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\": \"9843-4\",\n \"display\": \"Head Occipital-frontal circumference\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:31:00+00:00\",\n \"issued\": \"2022-06-14T00:31:00+00:00\",\n \"valueQuantity\": {\n \"value\": 50,\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 - Lingkar Kepala Bayi Saat Lahir",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"9843-4\",\n \"display\": \"Head Occipital-frontal circumference\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:31:00+00:00\",\n \"issued\": \"2022-06-14T00:31:00+00:00\",\n \"valueQuantity\": {\n \"value\": 50,\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/a76e78c1-bf23-458d-9763-78f99ab5a476/_history/MTcyMTI5MDAyNjYxODg1OTAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDAyNjYxODg1OTAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:07:06 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:07:06 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "891"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "b7e12e44-b53a-4e9b-8100-f7a6661aeef3"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"9843-4\",\n \"display\": \"Head Occipital-frontal circumference\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T00:31:00+00:00\",\n \"encounter\": {\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"a76e78c1-bf23-458d-9763-78f99ab5a476\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T00:31:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:07:06.618859+00:00\",\n \"versionId\": \"MTcyMTI5MDAyNjYxODg1OTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"cm\",\n \"value\": 50\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Lingkar Kepala Bayi Saat Lahir",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"9843-4\",\n \"display\": \"Head Occipital-frontal circumference\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:31:00+00:00\",\n \"issued\": \"2022-06-14T00:31:00+00:00\",\n \"valueQuantity\": {\n \"value\": 50,\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/a76e78c1-bf23-458d-9763-78f99ab5a476/_history/MTcyMTI5MDAyNjYxODg1OTAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDAyNjYxODg1OTAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:07:06 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:07:06 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "891"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "b7e12e44-b53a-4e9b-8100-f7a6661aeef3"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"9843-4\",\n \"display\": \"Head Occipital-frontal circumference\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T00:31:00+00:00\",\n \"encounter\": {\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"a76e78c1-bf23-458d-9763-78f99ab5a476\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T00:31:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:07:06.618859+00:00\",\n \"versionId\": \"MTcyMTI5MDAyNjYxODg1OTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"cm\",\n \"value\": 50\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Lingkar Kepala Bayi Saat Lahir",
|
|
"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\": \"9843-4\",\n \"display\": \"Head Occipital-frontal circumference\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:31:00+00:00\",\n \"issued\": \"2022-06-14T00:31:00+00:00\",\n \"valueQuantity\": {\n \"value\": 50,\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 - Lingkar Kepala Bayi Saat Lahir",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"9843-4\",\n \"display\": \"Head Occipital-frontal circumference\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:31:00+00:00\",\n \"issued\": \"2022-06-14T00:31:00+00:00\",\n \"valueQuantity\": {\n \"value\": 50,\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/a76e78c1-bf23-458d-9763-78f99ab5a476/_history/MTcyMTI5MDAyNjYxODg1OTAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDAyNjYxODg1OTAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:07:06 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:07:06 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "891"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "b7e12e44-b53a-4e9b-8100-f7a6661aeef3"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"9843-4\",\n \"display\": \"Head Occipital-frontal circumference\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T00:31:00+00:00\",\n \"encounter\": {\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"a76e78c1-bf23-458d-9763-78f99ab5a476\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T00:31:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:07:06.618859+00:00\",\n \"versionId\": \"MTcyMTI5MDAyNjYxODg1OTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"cm\",\n \"value\": 50\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Lingkar Kepala Bayi Saat Lahir",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"9843-4\",\n \"display\": \"Head Occipital-frontal circumference\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:31:00+00:00\",\n \"issued\": \"2022-06-14T00:31:00+00:00\",\n \"valueQuantity\": {\n \"value\": 50,\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/a76e78c1-bf23-458d-9763-78f99ab5a476/_history/MTcyMTI5MDAyNjYxODg1OTAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDAyNjYxODg1OTAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:07:06 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:07:06 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "891"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "b7e12e44-b53a-4e9b-8100-f7a6661aeef3"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"9843-4\",\n \"display\": \"Head Occipital-frontal circumference\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T00:31:00+00:00\",\n \"encounter\": {\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"a76e78c1-bf23-458d-9763-78f99ab5a476\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T00:31:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:07:06.618859+00:00\",\n \"versionId\": \"MTcyMTI5MDAyNjYxODg1OTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"cm\",\n \"value\": 50\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Frekuensi Denyut Jantung",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Frekuensi Denyut Jantung",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"8867-4\",\n \"display\": \"Heart rate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:32:25+00:00\",\n \"issued\": \"2022-06-14T00:32:25+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 80,\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 - Frekuensi Denyut Jantung",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"8867-4\",\n \"display\": \"Heart rate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:32:25+00:00\",\n \"issued\": \"2022-06-14T00:32:25+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 80,\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": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:07:15 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDAzNTI5NzM0MDAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/84707c42-e792-4731-a542-15811778d293/_history/MTcyMTI5MDAzNTI5NzM0MDAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:07:15 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "823"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "dce9e4bb-4624-42b8-b8dc-576b6a1827f5"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"2022-06-14T00:32:25+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"84707c42-e792-4731-a542-15811778d293\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T00:32:25+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:07:15.297340+00:00\",\n \"versionId\": \"MTcyMTI5MDAzNTI5NzM0MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"/min\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"beats/minute\",\n \"value\": 80\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Frekuensi Denyut Jantung",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"8867-4\",\n \"display\": \"Heart rate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:32:25+00:00\",\n \"issued\": \"2022-06-14T00:32:25+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 80,\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": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:07:15 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDAzNTI5NzM0MDAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/84707c42-e792-4731-a542-15811778d293/_history/MTcyMTI5MDAzNTI5NzM0MDAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:07:15 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "823"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "dce9e4bb-4624-42b8-b8dc-576b6a1827f5"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"2022-06-14T00:32:25+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"84707c42-e792-4731-a542-15811778d293\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T00:32:25+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:07:15.297340+00:00\",\n \"versionId\": \"MTcyMTI5MDAzNTI5NzM0MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"/min\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"beats/minute\",\n \"value\": 80\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Frekuensi Denyut Jantung",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"8867-4\",\n \"display\": \"Heart rate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:32:25+00:00\",\n \"issued\": \"2022-06-14T00:32:25+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 80,\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 - Frekuensi Denyut Jantung",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"8867-4\",\n \"display\": \"Heart rate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:32:25+00:00\",\n \"issued\": \"2022-06-14T00:32:25+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 80,\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": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:07:15 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDAzNTI5NzM0MDAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/84707c42-e792-4731-a542-15811778d293/_history/MTcyMTI5MDAzNTI5NzM0MDAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:07:15 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "823"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "dce9e4bb-4624-42b8-b8dc-576b6a1827f5"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"2022-06-14T00:32:25+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"84707c42-e792-4731-a542-15811778d293\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T00:32:25+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:07:15.297340+00:00\",\n \"versionId\": \"MTcyMTI5MDAzNTI5NzM0MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"/min\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"beats/minute\",\n \"value\": 80\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Frekuensi Denyut Jantung",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"8867-4\",\n \"display\": \"Heart rate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:32:25+00:00\",\n \"issued\": \"2022-06-14T00:32:25+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 80,\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": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:07:15 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDAzNTI5NzM0MDAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/84707c42-e792-4731-a542-15811778d293/_history/MTcyMTI5MDAzNTI5NzM0MDAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:07:15 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "823"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "dce9e4bb-4624-42b8-b8dc-576b6a1827f5"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"2022-06-14T00:32:25+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"84707c42-e792-4731-a542-15811778d293\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T00:32:25+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:07:15.297340+00:00\",\n \"versionId\": \"MTcyMTI5MDAzNTI5NzM0MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"/min\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"beats/minute\",\n \"value\": 80\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Suhu",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Suhu",
|
|
"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\": \"8310-5\",\n \"display\": \"Body temperature\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:33:50+00:00\",\n \"issued\": \"2022-06-14T00:33:50+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 36.7,\n \"unit\": \"C\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"Cel\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Suhu",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"8310-5\",\n \"display\": \"Body temperature\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:33:50+00:00\",\n \"issued\": \"2022-06-14T00:33:50+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 36.7,\n \"unit\": \"C\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"Cel\"\n }\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/\"MTcyMTI5MDA0NDI4MTg4MTAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/5c1f24d6-e6ee-417d-addb-43e8a07aa41c/_history/MTcyMTI5MDA0NDI4MTg4MTAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:07:24 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:07:24 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "819"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "abd1db9f-597b-4d88-b7ea-e55607ee9b67"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"8310-5\",\n \"display\": \"Body temperature\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T00:33:50+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"5c1f24d6-e6ee-417d-addb-43e8a07aa41c\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T00:33:50+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:07:24.281881+00:00\",\n \"versionId\": \"MTcyMTI5MDA0NDI4MTg4MTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"Cel\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"C\",\n \"value\": 36.7\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Suhu",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"8310-5\",\n \"display\": \"Body temperature\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:33:50+00:00\",\n \"issued\": \"2022-06-14T00:33:50+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 36.7,\n \"unit\": \"C\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"Cel\"\n }\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/\"MTcyMTI5MDA0NDI4MTg4MTAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/5c1f24d6-e6ee-417d-addb-43e8a07aa41c/_history/MTcyMTI5MDA0NDI4MTg4MTAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:07:24 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:07:24 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "819"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "abd1db9f-597b-4d88-b7ea-e55607ee9b67"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"8310-5\",\n \"display\": \"Body temperature\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T00:33:50+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"5c1f24d6-e6ee-417d-addb-43e8a07aa41c\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T00:33:50+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:07:24.281881+00:00\",\n \"versionId\": \"MTcyMTI5MDA0NDI4MTg4MTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"Cel\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"C\",\n \"value\": 36.7\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Suhu",
|
|
"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\": \"8310-5\",\n \"display\": \"Body temperature\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:33:50+00:00\",\n \"issued\": \"2022-06-14T00:33:50+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 36.7,\n \"unit\": \"C\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"Cel\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Suhu",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"8310-5\",\n \"display\": \"Body temperature\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:33:50+00:00\",\n \"issued\": \"2022-06-14T00:33:50+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 36.7,\n \"unit\": \"C\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"Cel\"\n }\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/\"MTcyMTI5MDA0NDI4MTg4MTAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/5c1f24d6-e6ee-417d-addb-43e8a07aa41c/_history/MTcyMTI5MDA0NDI4MTg4MTAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:07:24 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:07:24 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "819"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "abd1db9f-597b-4d88-b7ea-e55607ee9b67"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"8310-5\",\n \"display\": \"Body temperature\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T00:33:50+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"5c1f24d6-e6ee-417d-addb-43e8a07aa41c\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T00:33:50+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:07:24.281881+00:00\",\n \"versionId\": \"MTcyMTI5MDA0NDI4MTg4MTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"Cel\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"C\",\n \"value\": 36.7\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Suhu",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"8310-5\",\n \"display\": \"Body temperature\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:33:50+00:00\",\n \"issued\": \"2022-06-14T00:33:50+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 36.7,\n \"unit\": \"C\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"Cel\"\n }\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/\"MTcyMTI5MDA0NDI4MTg4MTAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/5c1f24d6-e6ee-417d-addb-43e8a07aa41c/_history/MTcyMTI5MDA0NDI4MTg4MTAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:07:24 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:07:24 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "819"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "abd1db9f-597b-4d88-b7ea-e55607ee9b67"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"8310-5\",\n \"display\": \"Body temperature\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T00:33:50+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"5c1f24d6-e6ee-417d-addb-43e8a07aa41c\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T00:33:50+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:07:24.281881+00:00\",\n \"versionId\": \"MTcyMTI5MDA0NDI4MTg4MTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"Cel\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"C\",\n \"value\": 36.7\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Pernapasan",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Pernapasan",
|
|
"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\": \"9279-1\",\n \"display\": \"Respiratory rate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:35:15+00:00\",\n \"issued\": \"2022-06-14T00:35:15+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 16,\n \"unit\": \"breaths/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 - Pernapasan",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"9279-1\",\n \"display\": \"Respiratory rate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:35:15+00:00\",\n \"issued\": \"2022-06-14T00:35:15+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 16,\n \"unit\": \"breaths/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": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/7b815925-af9a-4997-95a4-63821ddfec93/_history/MTcyMTI5MDA1MjY0Mzc4MTAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDA1MjY0Mzc4MTAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:07:32 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:07:32 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": "96dd1425-9d03-4f1c-a6eb-4346a1c9e22a"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"9279-1\",\n \"display\": \"Respiratory rate\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T00:35:15+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"7b815925-af9a-4997-95a4-63821ddfec93\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T00:35:15+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:07:32.643781+00:00\",\n \"versionId\": \"MTcyMTI5MDA1MjY0Mzc4MTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"/min\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"breaths/minute\",\n \"value\": 16\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Pernapasan",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"9279-1\",\n \"display\": \"Respiratory rate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:35:15+00:00\",\n \"issued\": \"2022-06-14T00:35:15+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 16,\n \"unit\": \"breaths/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": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/7b815925-af9a-4997-95a4-63821ddfec93/_history/MTcyMTI5MDA1MjY0Mzc4MTAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDA1MjY0Mzc4MTAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:07:32 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:07:32 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": "96dd1425-9d03-4f1c-a6eb-4346a1c9e22a"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"9279-1\",\n \"display\": \"Respiratory rate\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T00:35:15+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"7b815925-af9a-4997-95a4-63821ddfec93\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T00:35:15+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:07:32.643781+00:00\",\n \"versionId\": \"MTcyMTI5MDA1MjY0Mzc4MTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"/min\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"breaths/minute\",\n \"value\": 16\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Pernapasan",
|
|
"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\": \"9279-1\",\n \"display\": \"Respiratory rate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:35:15+00:00\",\n \"issued\": \"2022-06-14T00:35:15+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 16,\n \"unit\": \"breaths/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 - Pernapasan",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"9279-1\",\n \"display\": \"Respiratory rate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:35:15+00:00\",\n \"issued\": \"2022-06-14T00:35:15+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 16,\n \"unit\": \"breaths/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": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/7b815925-af9a-4997-95a4-63821ddfec93/_history/MTcyMTI5MDA1MjY0Mzc4MTAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDA1MjY0Mzc4MTAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:07:32 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:07:32 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": "96dd1425-9d03-4f1c-a6eb-4346a1c9e22a"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"9279-1\",\n \"display\": \"Respiratory rate\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T00:35:15+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"7b815925-af9a-4997-95a4-63821ddfec93\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T00:35:15+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:07:32.643781+00:00\",\n \"versionId\": \"MTcyMTI5MDA1MjY0Mzc4MTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"/min\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"breaths/minute\",\n \"value\": 16\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Pernapasan",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"9279-1\",\n \"display\": \"Respiratory rate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T00:35:15+00:00\",\n \"issued\": \"2022-06-14T00:35:15+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 16,\n \"unit\": \"breaths/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": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/7b815925-af9a-4997-95a4-63821ddfec93/_history/MTcyMTI5MDA1MjY0Mzc4MTAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDA1MjY0Mzc4MTAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:07:32 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:07:32 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": "96dd1425-9d03-4f1c-a6eb-4346a1c9e22a"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"9279-1\",\n \"display\": \"Respiratory rate\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T00:35:15+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"7b815925-af9a-4997-95a4-63821ddfec93\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T00:35:15+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:07:32.643781+00:00\",\n \"versionId\": \"MTcyMTI5MDA1MjY0Mzc4MTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"/min\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"breaths/minute\",\n \"value\": 16\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Imunisasi Hepatitis B",
|
|
"item": [
|
|
{
|
|
"name": "Ya",
|
|
"item": [
|
|
{
|
|
"name": "Immunization - Hep B (Jika Dilakukan)",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Immunization\",\n \"status\": \"completed\",\n \"vaccineCode\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93008995\",\n \"display\": \"Vaksin Hepatitis B Recombinant 20 ug/1 mL Suspensi Injeksi (1, HBV)\"\n }\n ]\n },\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"occurrenceDateTime\": \"2022-01-10T00:00:00+00:00\",\n \"recorded\": \"2022-01-10T00:00:00+00:00\",\n \"primarySource\": true,\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"lotNumber\": \"202009007\",\n \"expirationDate\": \"2025-07-01\",\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 1,\n \"unit\": \"mL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"ml\"\n },\n \"performer\": [\n {\n \"function\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0443\",\n \"code\": \"AP\",\n \"display\": \"Administering Provider\"\n }\n ]\n },\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-reason\",\n \"code\": \"IM-Dasar\",\n \"display\": \"Imunisasi Program Rutin Dasar\"\n },\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-routine-timing\",\n \"code\": \"IM-Ideal\",\n \"display\": \"Imunisasi Ideal\"\n }\n ]\n }\n ],\n \"protocolApplied\": [\n {\n \"doseNumberPositiveInt\": 1\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Immunization",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Immunization"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Immunization - Hep B (Jika Dilakukan)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Immunization\",\n \"status\": \"completed\",\n \"vaccineCode\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93008995\",\n \"display\": \"Vaksin Hepatitis B Recombinant 20 ug/1 mL Suspensi Injeksi (1, HBV)\"\n }\n ]\n },\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"occurrenceDateTime\": \"2022-01-10T00:00:00+00:00\",\n \"recorded\": \"2022-01-10T00:00:00+00:00\",\n \"primarySource\": true,\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"lotNumber\": \"202009007\",\n \"expirationDate\": \"2025-07-01\",\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 1,\n \"unit\": \"mL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"ml\"\n },\n \"performer\": [\n {\n \"function\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0443\",\n \"code\": \"AP\",\n \"display\": \"Administering Provider\"\n }\n ]\n },\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-reason\",\n \"code\": \"IM-Dasar\",\n \"display\": \"Imunisasi Program Rutin Dasar\"\n },\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-routine-timing\",\n \"code\": \"IM-Ideal\",\n \"display\": \"Imunisasi Ideal\"\n }\n ]\n }\n ],\n \"protocolApplied\": [\n {\n \"doseNumberPositiveInt\": 1\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Immunization",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Immunization"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDA2MDE5NTQ4MDAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:07:40 UTC"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Immunization/a256ba08-3190-4743-a6d4-904891f1b2db/_history/MTcyMTI5MDA2MDE5NTQ4MDAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:07:40 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1538"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "8d760d64-ab01-40c2-8636-3857faeec2ab"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"doseQuantity\": {\n \"code\": \"ml\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mL\",\n \"value\": 1\n },\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"expirationDate\": \"2025-07-01\",\n \"id\": \"a256ba08-3190-4743-a6d4-904891f1b2db\",\n \"identifier\": [],\n \"location\": {\n \"display\": \"Poli Tumbuh Kembang\",\n \"reference\": \"Location/f899aa39-c22f-43e9-9113-bf1f398473f5\"\n },\n \"lotNumber\": \"202009007\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:07:40.195480+00:00\",\n \"versionId\": \"MTcyMTI5MDA2MDE5NTQ4MDAwMA\"\n },\n \"occurrenceDateTime\": \"2022-01-10T00:00:00+00:00\",\n \"patient\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000001\"\n },\n \"function\": {\n \"coding\": [\n {\n \"code\": \"AP\",\n \"display\": \"Administering Provider\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0443\"\n }\n ]\n }\n }\n ],\n \"primarySource\": true,\n \"protocolApplied\": [\n {\n \"doseNumberPositiveInt\": 1\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"IM-Dasar\",\n \"display\": \"Imunisasi Program Rutin Dasar\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-reason\"\n },\n {\n \"code\": \"IM-Ideal\",\n \"display\": \"Imunisasi Ideal\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-routine-timing\"\n }\n ]\n }\n ],\n \"recorded\": \"2022-01-10T00:00:00+00:00\",\n \"resourceType\": \"Immunization\",\n \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"status\": \"completed\",\n \"vaccineCode\": {\n \"coding\": [\n {\n \"code\": \"93008995\",\n \"display\": \"Vaksin Hepatitis B Recombinant 20 ug/1 mL Suspensi Injeksi (1, HBV)\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Immunization - Hep B (Jika Dilakukan)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Immunization\",\n \"status\": \"completed\",\n \"vaccineCode\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93008995\",\n \"display\": \"Vaksin Hepatitis B Recombinant 20 ug/1 mL Suspensi Injeksi (1, HBV)\"\n }\n ]\n },\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"occurrenceDateTime\": \"2022-01-10T00:00:00+00:00\",\n \"recorded\": \"2022-01-10T00:00:00+00:00\",\n \"primarySource\": true,\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"lotNumber\": \"202009007\",\n \"expirationDate\": \"2025-07-01\",\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 1,\n \"unit\": \"mL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"ml\"\n },\n \"performer\": [\n {\n \"function\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0443\",\n \"code\": \"AP\",\n \"display\": \"Administering Provider\"\n }\n ]\n },\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-reason\",\n \"code\": \"IM-Dasar\",\n \"display\": \"Imunisasi Program Rutin Dasar\"\n },\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-routine-timing\",\n \"code\": \"IM-Ideal\",\n \"display\": \"Imunisasi Ideal\"\n }\n ]\n }\n ],\n \"protocolApplied\": [\n {\n \"doseNumberPositiveInt\": 1\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Immunization",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Immunization"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDA2MDE5NTQ4MDAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:07:40 UTC"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Immunization/a256ba08-3190-4743-a6d4-904891f1b2db/_history/MTcyMTI5MDA2MDE5NTQ4MDAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:07:40 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1538"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "8d760d64-ab01-40c2-8636-3857faeec2ab"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"doseQuantity\": {\n \"code\": \"ml\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mL\",\n \"value\": 1\n },\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"expirationDate\": \"2025-07-01\",\n \"id\": \"a256ba08-3190-4743-a6d4-904891f1b2db\",\n \"identifier\": [],\n \"location\": {\n \"display\": \"Poli Tumbuh Kembang\",\n \"reference\": \"Location/f899aa39-c22f-43e9-9113-bf1f398473f5\"\n },\n \"lotNumber\": \"202009007\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:07:40.195480+00:00\",\n \"versionId\": \"MTcyMTI5MDA2MDE5NTQ4MDAwMA\"\n },\n \"occurrenceDateTime\": \"2022-01-10T00:00:00+00:00\",\n \"patient\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000001\"\n },\n \"function\": {\n \"coding\": [\n {\n \"code\": \"AP\",\n \"display\": \"Administering Provider\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0443\"\n }\n ]\n }\n }\n ],\n \"primarySource\": true,\n \"protocolApplied\": [\n {\n \"doseNumberPositiveInt\": 1\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"IM-Dasar\",\n \"display\": \"Imunisasi Program Rutin Dasar\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-reason\"\n },\n {\n \"code\": \"IM-Ideal\",\n \"display\": \"Imunisasi Ideal\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-routine-timing\"\n }\n ]\n }\n ],\n \"recorded\": \"2022-01-10T00:00:00+00:00\",\n \"resourceType\": \"Immunization\",\n \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"status\": \"completed\",\n \"vaccineCode\": {\n \"coding\": [\n {\n \"code\": \"93008995\",\n \"display\": \"Vaksin Hepatitis B Recombinant 20 ug/1 mL Suspensi Injeksi (1, HBV)\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Immunization - Hep B (Jika Dilakukan)",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Immunization\",\n \"status\": \"completed\",\n \"vaccineCode\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93008995\",\n \"display\": \"Vaksin Hepatitis B Recombinant 20 ug/1 mL Suspensi Injeksi (1, HBV)\"\n }\n ]\n },\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"occurrenceDateTime\": \"2022-01-10T00:00:00+00:00\",\n \"recorded\": \"2022-01-10T00:00:00+00:00\",\n \"primarySource\": true,\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"lotNumber\": \"202009007\",\n \"expirationDate\": \"2025-07-01\",\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 1,\n \"unit\": \"mL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"ml\"\n },\n \"performer\": [\n {\n \"function\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0443\",\n \"code\": \"AP\",\n \"display\": \"Administering Provider\"\n }\n ]\n },\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-reason\",\n \"code\": \"IM-Dasar\",\n \"display\": \"Imunisasi Program Rutin Dasar\"\n },\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-routine-timing\",\n \"code\": \"IM-Ideal\",\n \"display\": \"Imunisasi Ideal\"\n }\n ]\n }\n ],\n \"protocolApplied\": [\n {\n \"doseNumberPositiveInt\": 1\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Immunization",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Immunization"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Immunization - Hep B (Jika Dilakukan)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Immunization\",\n \"status\": \"completed\",\n \"vaccineCode\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93008995\",\n \"display\": \"Vaksin Hepatitis B Recombinant 20 ug/1 mL Suspensi Injeksi (1, HBV)\"\n }\n ]\n },\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"occurrenceDateTime\": \"2022-01-10T00:00:00+00:00\",\n \"recorded\": \"2022-01-10T00:00:00+00:00\",\n \"primarySource\": true,\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"lotNumber\": \"202009007\",\n \"expirationDate\": \"2025-07-01\",\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 1,\n \"unit\": \"mL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"ml\"\n },\n \"performer\": [\n {\n \"function\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0443\",\n \"code\": \"AP\",\n \"display\": \"Administering Provider\"\n }\n ]\n },\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-reason\",\n \"code\": \"IM-Dasar\",\n \"display\": \"Imunisasi Program Rutin Dasar\"\n },\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-routine-timing\",\n \"code\": \"IM-Ideal\",\n \"display\": \"Imunisasi Ideal\"\n }\n ]\n }\n ],\n \"protocolApplied\": [\n {\n \"doseNumberPositiveInt\": 1\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Immunization",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Immunization"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDA2MDE5NTQ4MDAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:07:40 UTC"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Immunization/a256ba08-3190-4743-a6d4-904891f1b2db/_history/MTcyMTI5MDA2MDE5NTQ4MDAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:07:40 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1538"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "8d760d64-ab01-40c2-8636-3857faeec2ab"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"doseQuantity\": {\n \"code\": \"ml\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mL\",\n \"value\": 1\n },\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"expirationDate\": \"2025-07-01\",\n \"id\": \"a256ba08-3190-4743-a6d4-904891f1b2db\",\n \"identifier\": [],\n \"location\": {\n \"display\": \"Poli Tumbuh Kembang\",\n \"reference\": \"Location/f899aa39-c22f-43e9-9113-bf1f398473f5\"\n },\n \"lotNumber\": \"202009007\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:07:40.195480+00:00\",\n \"versionId\": \"MTcyMTI5MDA2MDE5NTQ4MDAwMA\"\n },\n \"occurrenceDateTime\": \"2022-01-10T00:00:00+00:00\",\n \"patient\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000001\"\n },\n \"function\": {\n \"coding\": [\n {\n \"code\": \"AP\",\n \"display\": \"Administering Provider\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0443\"\n }\n ]\n }\n }\n ],\n \"primarySource\": true,\n \"protocolApplied\": [\n {\n \"doseNumberPositiveInt\": 1\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"IM-Dasar\",\n \"display\": \"Imunisasi Program Rutin Dasar\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-reason\"\n },\n {\n \"code\": \"IM-Ideal\",\n \"display\": \"Imunisasi Ideal\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-routine-timing\"\n }\n ]\n }\n ],\n \"recorded\": \"2022-01-10T00:00:00+00:00\",\n \"resourceType\": \"Immunization\",\n \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"status\": \"completed\",\n \"vaccineCode\": {\n \"coding\": [\n {\n \"code\": \"93008995\",\n \"display\": \"Vaksin Hepatitis B Recombinant 20 ug/1 mL Suspensi Injeksi (1, HBV)\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Immunization - Hep B (Jika Dilakukan)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Immunization\",\n \"status\": \"completed\",\n \"vaccineCode\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93008995\",\n \"display\": \"Vaksin Hepatitis B Recombinant 20 ug/1 mL Suspensi Injeksi (1, HBV)\"\n }\n ]\n },\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"occurrenceDateTime\": \"2022-01-10T00:00:00+00:00\",\n \"recorded\": \"2022-01-10T00:00:00+00:00\",\n \"primarySource\": true,\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"lotNumber\": \"202009007\",\n \"expirationDate\": \"2025-07-01\",\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 1,\n \"unit\": \"mL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"ml\"\n },\n \"performer\": [\n {\n \"function\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0443\",\n \"code\": \"AP\",\n \"display\": \"Administering Provider\"\n }\n ]\n },\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-reason\",\n \"code\": \"IM-Dasar\",\n \"display\": \"Imunisasi Program Rutin Dasar\"\n },\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-routine-timing\",\n \"code\": \"IM-Ideal\",\n \"display\": \"Imunisasi Ideal\"\n }\n ]\n }\n ],\n \"protocolApplied\": [\n {\n \"doseNumberPositiveInt\": 1\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Immunization",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Immunization"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDA2MDE5NTQ4MDAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:07:40 UTC"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Immunization/a256ba08-3190-4743-a6d4-904891f1b2db/_history/MTcyMTI5MDA2MDE5NTQ4MDAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:07:40 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1538"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "8d760d64-ab01-40c2-8636-3857faeec2ab"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"doseQuantity\": {\n \"code\": \"ml\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mL\",\n \"value\": 1\n },\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"expirationDate\": \"2025-07-01\",\n \"id\": \"a256ba08-3190-4743-a6d4-904891f1b2db\",\n \"identifier\": [],\n \"location\": {\n \"display\": \"Poli Tumbuh Kembang\",\n \"reference\": \"Location/f899aa39-c22f-43e9-9113-bf1f398473f5\"\n },\n \"lotNumber\": \"202009007\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:07:40.195480+00:00\",\n \"versionId\": \"MTcyMTI5MDA2MDE5NTQ4MDAwMA\"\n },\n \"occurrenceDateTime\": \"2022-01-10T00:00:00+00:00\",\n \"patient\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000001\"\n },\n \"function\": {\n \"coding\": [\n {\n \"code\": \"AP\",\n \"display\": \"Administering Provider\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0443\"\n }\n ]\n }\n }\n ],\n \"primarySource\": true,\n \"protocolApplied\": [\n {\n \"doseNumberPositiveInt\": 1\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"IM-Dasar\",\n \"display\": \"Imunisasi Program Rutin Dasar\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-reason\"\n },\n {\n \"code\": \"IM-Ideal\",\n \"display\": \"Imunisasi Ideal\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-routine-timing\"\n }\n ]\n }\n ],\n \"recorded\": \"2022-01-10T00:00:00+00:00\",\n \"resourceType\": \"Immunization\",\n \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"status\": \"completed\",\n \"vaccineCode\": {\n \"coding\": [\n {\n \"code\": \"93008995\",\n \"display\": \"Vaksin Hepatitis B Recombinant 20 ug/1 mL Suspensi Injeksi (1, HBV)\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Tidak",
|
|
"item": [
|
|
{
|
|
"name": "Immunization - Hep B (Jika Tidak Dilakukan)",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Immunization\",\n \"status\": \"not-done\",\n \"vaccineCode\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"VG45\",\n \"display\": \"HepB\"\n }\n ]\n },\n \"statusReason\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActReason\",\n \"code\": \"MEDPREC\",\n \"display\": \"medical precaution\"\n }\n ],\n \"text\": \"Anak sedang demam\"\n },\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"occurrenceDateTime\": \"2022-01-10T00:00:00+00:00\",\n \"recorded\": \"2022-01-10T00:00:00+00:00\",\n \"primarySource\": true,\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"performer\": [\n {\n \"function\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0443\",\n \"code\": \"OP\",\n \"display\": \"Ordering Provider\"\n }\n ]\n },\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-reason\",\n \"code\": \"IM-Dasar\",\n \"display\": \"Imunisasi Program Rutin Dasar\"\n },\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-routine-timing\",\n \"code\": \"IM-Ideal\",\n \"display\": \"Imunisasi Ideal\"\n }\n ]\n }\n ],\n \"protocolApplied\": [\n {\n \"doseNumberPositiveInt\": 1\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Immunization",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Immunization"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Immunization - Hep B (Jika Tidak Dilakukan)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Immunization\",\n \"status\": \"not-done\",\n \"vaccineCode\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"VG45\",\n \"display\": \"HepB\"\n }\n ]\n },\n \"statusReason\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActReason\",\n \"code\": \"MEDPREC\",\n \"display\": \"medical precaution\"\n }\n ],\n \"text\": \"Anak sedang demam\"\n },\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"occurrenceDateTime\": \"2022-01-10T00:00:00+00:00\",\n \"recorded\": \"2022-01-10T00:00:00+00:00\",\n \"primarySource\": true,\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"performer\": [\n {\n \"function\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0443\",\n \"code\": \"OP\",\n \"display\": \"Ordering Provider\"\n }\n ]\n },\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-reason\",\n \"code\": \"IM-Dasar\",\n \"display\": \"Imunisasi Program Rutin Dasar\"\n },\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-routine-timing\",\n \"code\": \"IM-Ideal\",\n \"display\": \"Imunisasi Ideal\"\n }\n ]\n }\n ],\n \"protocolApplied\": [\n {\n \"doseNumberPositiveInt\": 1\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Immunization",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Immunization"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDA2NzA2Nzc1ODAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Immunization/5cad8270-95a4-4b33-8770-fd8578aec19c/_history/MTcyMTI5MDA2NzA2Nzc1ODAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:07:47 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:07:47 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1369"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "553978f6-35b4-4db2-87f0-605a7a52d851"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"5cad8270-95a4-4b33-8770-fd8578aec19c\",\n \"identifier\": [],\n \"location\": {\n \"display\": \"Poli Tumbuh Kembang\",\n \"reference\": \"Location/f899aa39-c22f-43e9-9113-bf1f398473f5\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:07:47.067758+00:00\",\n \"versionId\": \"MTcyMTI5MDA2NzA2Nzc1ODAwMA\"\n },\n \"occurrenceDateTime\": \"2022-01-10T00:00:00+00:00\",\n \"patient\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000001\"\n },\n \"function\": {\n \"coding\": [\n {\n \"code\": \"OP\",\n \"display\": \"Ordering Provider\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0443\"\n }\n ]\n }\n }\n ],\n \"primarySource\": true,\n \"protocolApplied\": [\n {\n \"doseNumberPositiveInt\": 1\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"IM-Dasar\",\n \"display\": \"Imunisasi Program Rutin Dasar\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-reason\"\n },\n {\n \"code\": \"IM-Ideal\",\n \"display\": \"Imunisasi Ideal\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-routine-timing\"\n }\n ]\n }\n ],\n \"recorded\": \"2022-01-10T00:00:00+00:00\",\n \"resourceType\": \"Immunization\",\n \"status\": \"not-done\",\n \"statusReason\": {\n \"coding\": [\n {\n \"code\": \"MEDPREC\",\n \"display\": \"medical precaution\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActReason\"\n }\n ],\n \"text\": \"Anak sedang demam\"\n },\n \"vaccineCode\": {\n \"coding\": [\n {\n \"code\": \"VG45\",\n \"display\": \"HepB\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Immunization - Hep B (Jika Tidak Dilakukan)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Immunization\",\n \"status\": \"not-done\",\n \"vaccineCode\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"VG45\",\n \"display\": \"HepB\"\n }\n ]\n },\n \"statusReason\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActReason\",\n \"code\": \"MEDPREC\",\n \"display\": \"medical precaution\"\n }\n ],\n \"text\": \"Anak sedang demam\"\n },\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"occurrenceDateTime\": \"2022-01-10T00:00:00+00:00\",\n \"recorded\": \"2022-01-10T00:00:00+00:00\",\n \"primarySource\": true,\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"performer\": [\n {\n \"function\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0443\",\n \"code\": \"OP\",\n \"display\": \"Ordering Provider\"\n }\n ]\n },\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-reason\",\n \"code\": \"IM-Dasar\",\n \"display\": \"Imunisasi Program Rutin Dasar\"\n },\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-routine-timing\",\n \"code\": \"IM-Ideal\",\n \"display\": \"Imunisasi Ideal\"\n }\n ]\n }\n ],\n \"protocolApplied\": [\n {\n \"doseNumberPositiveInt\": 1\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Immunization",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Immunization"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDA2NzA2Nzc1ODAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Immunization/5cad8270-95a4-4b33-8770-fd8578aec19c/_history/MTcyMTI5MDA2NzA2Nzc1ODAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:07:47 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:07:47 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1369"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "553978f6-35b4-4db2-87f0-605a7a52d851"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"5cad8270-95a4-4b33-8770-fd8578aec19c\",\n \"identifier\": [],\n \"location\": {\n \"display\": \"Poli Tumbuh Kembang\",\n \"reference\": \"Location/f899aa39-c22f-43e9-9113-bf1f398473f5\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:07:47.067758+00:00\",\n \"versionId\": \"MTcyMTI5MDA2NzA2Nzc1ODAwMA\"\n },\n \"occurrenceDateTime\": \"2022-01-10T00:00:00+00:00\",\n \"patient\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000001\"\n },\n \"function\": {\n \"coding\": [\n {\n \"code\": \"OP\",\n \"display\": \"Ordering Provider\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0443\"\n }\n ]\n }\n }\n ],\n \"primarySource\": true,\n \"protocolApplied\": [\n {\n \"doseNumberPositiveInt\": 1\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"IM-Dasar\",\n \"display\": \"Imunisasi Program Rutin Dasar\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-reason\"\n },\n {\n \"code\": \"IM-Ideal\",\n \"display\": \"Imunisasi Ideal\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-routine-timing\"\n }\n ]\n }\n ],\n \"recorded\": \"2022-01-10T00:00:00+00:00\",\n \"resourceType\": \"Immunization\",\n \"status\": \"not-done\",\n \"statusReason\": {\n \"coding\": [\n {\n \"code\": \"MEDPREC\",\n \"display\": \"medical precaution\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActReason\"\n }\n ],\n \"text\": \"Anak sedang demam\"\n },\n \"vaccineCode\": {\n \"coding\": [\n {\n \"code\": \"VG45\",\n \"display\": \"HepB\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Immunization - Hep B (Jika Tidak Dilakukan)",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Immunization\",\n \"status\": \"not-done\",\n \"vaccineCode\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"VG45\",\n \"display\": \"HepB\"\n }\n ]\n },\n \"statusReason\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActReason\",\n \"code\": \"MEDPREC\",\n \"display\": \"medical precaution\"\n }\n ],\n \"text\": \"Anak sedang demam\"\n },\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"occurrenceDateTime\": \"2022-01-10T00:00:00+00:00\",\n \"recorded\": \"2022-01-10T00:00:00+00:00\",\n \"primarySource\": true,\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"performer\": [\n {\n \"function\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0443\",\n \"code\": \"OP\",\n \"display\": \"Ordering Provider\"\n }\n ]\n },\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-reason\",\n \"code\": \"IM-Dasar\",\n \"display\": \"Imunisasi Program Rutin Dasar\"\n },\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-routine-timing\",\n \"code\": \"IM-Ideal\",\n \"display\": \"Imunisasi Ideal\"\n }\n ]\n }\n ],\n \"protocolApplied\": [\n {\n \"doseNumberPositiveInt\": 1\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Immunization",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Immunization"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Immunization - Hep B (Jika Tidak Dilakukan)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Immunization\",\n \"status\": \"not-done\",\n \"vaccineCode\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"VG45\",\n \"display\": \"HepB\"\n }\n ]\n },\n \"statusReason\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActReason\",\n \"code\": \"MEDPREC\",\n \"display\": \"medical precaution\"\n }\n ],\n \"text\": \"Anak sedang demam\"\n },\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"occurrenceDateTime\": \"2022-01-10T00:00:00+00:00\",\n \"recorded\": \"2022-01-10T00:00:00+00:00\",\n \"primarySource\": true,\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"performer\": [\n {\n \"function\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0443\",\n \"code\": \"OP\",\n \"display\": \"Ordering Provider\"\n }\n ]\n },\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-reason\",\n \"code\": \"IM-Dasar\",\n \"display\": \"Imunisasi Program Rutin Dasar\"\n },\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-routine-timing\",\n \"code\": \"IM-Ideal\",\n \"display\": \"Imunisasi Ideal\"\n }\n ]\n }\n ],\n \"protocolApplied\": [\n {\n \"doseNumberPositiveInt\": 1\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Immunization",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Immunization"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDA2NzA2Nzc1ODAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Immunization/5cad8270-95a4-4b33-8770-fd8578aec19c/_history/MTcyMTI5MDA2NzA2Nzc1ODAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:07:47 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:07:47 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1369"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "553978f6-35b4-4db2-87f0-605a7a52d851"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"5cad8270-95a4-4b33-8770-fd8578aec19c\",\n \"identifier\": [],\n \"location\": {\n \"display\": \"Poli Tumbuh Kembang\",\n \"reference\": \"Location/f899aa39-c22f-43e9-9113-bf1f398473f5\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:07:47.067758+00:00\",\n \"versionId\": \"MTcyMTI5MDA2NzA2Nzc1ODAwMA\"\n },\n \"occurrenceDateTime\": \"2022-01-10T00:00:00+00:00\",\n \"patient\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000001\"\n },\n \"function\": {\n \"coding\": [\n {\n \"code\": \"OP\",\n \"display\": \"Ordering Provider\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0443\"\n }\n ]\n }\n }\n ],\n \"primarySource\": true,\n \"protocolApplied\": [\n {\n \"doseNumberPositiveInt\": 1\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"IM-Dasar\",\n \"display\": \"Imunisasi Program Rutin Dasar\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-reason\"\n },\n {\n \"code\": \"IM-Ideal\",\n \"display\": \"Imunisasi Ideal\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-routine-timing\"\n }\n ]\n }\n ],\n \"recorded\": \"2022-01-10T00:00:00+00:00\",\n \"resourceType\": \"Immunization\",\n \"status\": \"not-done\",\n \"statusReason\": {\n \"coding\": [\n {\n \"code\": \"MEDPREC\",\n \"display\": \"medical precaution\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActReason\"\n }\n ],\n \"text\": \"Anak sedang demam\"\n },\n \"vaccineCode\": {\n \"coding\": [\n {\n \"code\": \"VG45\",\n \"display\": \"HepB\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Immunization - Hep B (Jika Tidak Dilakukan)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Immunization\",\n \"status\": \"not-done\",\n \"vaccineCode\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"VG45\",\n \"display\": \"HepB\"\n }\n ]\n },\n \"statusReason\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActReason\",\n \"code\": \"MEDPREC\",\n \"display\": \"medical precaution\"\n }\n ],\n \"text\": \"Anak sedang demam\"\n },\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"occurrenceDateTime\": \"2022-01-10T00:00:00+00:00\",\n \"recorded\": \"2022-01-10T00:00:00+00:00\",\n \"primarySource\": true,\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"performer\": [\n {\n \"function\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0443\",\n \"code\": \"OP\",\n \"display\": \"Ordering Provider\"\n }\n ]\n },\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-reason\",\n \"code\": \"IM-Dasar\",\n \"display\": \"Imunisasi Program Rutin Dasar\"\n },\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-routine-timing\",\n \"code\": \"IM-Ideal\",\n \"display\": \"Imunisasi Ideal\"\n }\n ]\n }\n ],\n \"protocolApplied\": [\n {\n \"doseNumberPositiveInt\": 1\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Immunization",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Immunization"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDA2NzA2Nzc1ODAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Immunization/5cad8270-95a4-4b33-8770-fd8578aec19c/_history/MTcyMTI5MDA2NzA2Nzc1ODAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:07:47 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:07:47 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1369"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "553978f6-35b4-4db2-87f0-605a7a52d851"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"5cad8270-95a4-4b33-8770-fd8578aec19c\",\n \"identifier\": [],\n \"location\": {\n \"display\": \"Poli Tumbuh Kembang\",\n \"reference\": \"Location/f899aa39-c22f-43e9-9113-bf1f398473f5\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:07:47.067758+00:00\",\n \"versionId\": \"MTcyMTI5MDA2NzA2Nzc1ODAwMA\"\n },\n \"occurrenceDateTime\": \"2022-01-10T00:00:00+00:00\",\n \"patient\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000001\"\n },\n \"function\": {\n \"coding\": [\n {\n \"code\": \"OP\",\n \"display\": \"Ordering Provider\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0443\"\n }\n ]\n }\n }\n ],\n \"primarySource\": true,\n \"protocolApplied\": [\n {\n \"doseNumberPositiveInt\": 1\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"IM-Dasar\",\n \"display\": \"Imunisasi Program Rutin Dasar\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-reason\"\n },\n {\n \"code\": \"IM-Ideal\",\n \"display\": \"Imunisasi Ideal\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-routine-timing\"\n }\n ]\n }\n ],\n \"recorded\": \"2022-01-10T00:00:00+00:00\",\n \"resourceType\": \"Immunization\",\n \"status\": \"not-done\",\n \"statusReason\": {\n \"coding\": [\n {\n \"code\": \"MEDPREC\",\n \"display\": \"medical precaution\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActReason\"\n }\n ],\n \"text\": \"Anak sedang demam\"\n },\n \"vaccineCode\": {\n \"coding\": [\n {\n \"code\": \"VG45\",\n \"display\": \"HepB\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Vitamin K",
|
|
"item": [
|
|
{
|
|
"name": "Procedure - Vitamin K",
|
|
"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\": \"409063005\",\n \"display\": \"Counseling\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"448883004\",\n \"display\": \"Injection of vitamin K1\"\n }\n ],\n \"text\": \"Injection of vitamin K1\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T00:37:55+00:00\",\n \"end\": \"2022-06-14T00:41:20+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Procedure",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Procedure"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Procedure - Vitamin K",
|
|
"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\": \"409063005\",\n \"display\": \"Counseling\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"448883004\",\n \"display\": \"Injection of vitamin K1\"\n }\n ],\n \"text\": \"Injection of vitamin K1\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T00:37:55+00:00\",\n \"end\": \"2022-06-14T00:41:20+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\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": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:07:59 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/d17f0210-a107-455f-a85b-15daa63e1116/_history/MTcyMTI5MDA3OTUzMjQ1OTAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDA3OTUzMjQ1OTAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:07:59 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "779"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "82a1ff4e-449d-4861-9464-7270a393cd74"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' 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\": \"409063005\",\n \"display\": \"Counseling\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"448883004\",\n \"display\": \"Injection of vitamin K1\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Injection of vitamin K1\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"d17f0210-a107-455f-a85b-15daa63e1116\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:07:59.532459+00:00\",\n \"versionId\": \"MTcyMTI5MDA3OTUzMjQ1OTAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2022-06-14T00:41:20+00:00\",\n \"start\": \"2022-06-14T00:37:55+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
},
|
|
{
|
|
"name": "Procedure - Vitamin K",
|
|
"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\": \"409063005\",\n \"display\": \"Counseling\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"448883004\",\n \"display\": \"Injection of vitamin K1\"\n }\n ],\n \"text\": \"Injection of vitamin K1\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T00:37:55+00:00\",\n \"end\": \"2022-06-14T00:41:20+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\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": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:07:59 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/d17f0210-a107-455f-a85b-15daa63e1116/_history/MTcyMTI5MDA3OTUzMjQ1OTAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDA3OTUzMjQ1OTAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:07:59 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "779"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "82a1ff4e-449d-4861-9464-7270a393cd74"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' 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\": \"409063005\",\n \"display\": \"Counseling\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"448883004\",\n \"display\": \"Injection of vitamin K1\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Injection of vitamin K1\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"d17f0210-a107-455f-a85b-15daa63e1116\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:07:59.532459+00:00\",\n \"versionId\": \"MTcyMTI5MDA3OTUzMjQ1OTAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2022-06-14T00:41:20+00:00\",\n \"start\": \"2022-06-14T00:37:55+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Procedure - Vitamin K",
|
|
"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\": \"409063005\",\n \"display\": \"Counseling\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"448883004\",\n \"display\": \"Injection of vitamin K1\"\n }\n ],\n \"text\": \"Injection of vitamin K1\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T00:37:55+00:00\",\n \"end\": \"2022-06-14T00:41:20+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Procedure",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Procedure"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Procedure - Vitamin K",
|
|
"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\": \"409063005\",\n \"display\": \"Counseling\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"448883004\",\n \"display\": \"Injection of vitamin K1\"\n }\n ],\n \"text\": \"Injection of vitamin K1\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T00:37:55+00:00\",\n \"end\": \"2022-06-14T00:41:20+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\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": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:07:59 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/d17f0210-a107-455f-a85b-15daa63e1116/_history/MTcyMTI5MDA3OTUzMjQ1OTAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDA3OTUzMjQ1OTAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:07:59 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "779"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "82a1ff4e-449d-4861-9464-7270a393cd74"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' 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\": \"409063005\",\n \"display\": \"Counseling\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"448883004\",\n \"display\": \"Injection of vitamin K1\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Injection of vitamin K1\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"d17f0210-a107-455f-a85b-15daa63e1116\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:07:59.532459+00:00\",\n \"versionId\": \"MTcyMTI5MDA3OTUzMjQ1OTAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2022-06-14T00:41:20+00:00\",\n \"start\": \"2022-06-14T00:37:55+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
},
|
|
{
|
|
"name": "Procedure - Vitamin K",
|
|
"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\": \"409063005\",\n \"display\": \"Counseling\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"448883004\",\n \"display\": \"Injection of vitamin K1\"\n }\n ],\n \"text\": \"Injection of vitamin K1\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T00:37:55+00:00\",\n \"end\": \"2022-06-14T00:41:20+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\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": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:07:59 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/d17f0210-a107-455f-a85b-15daa63e1116/_history/MTcyMTI5MDA3OTUzMjQ1OTAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDA3OTUzMjQ1OTAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:07:59 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "779"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "82a1ff4e-449d-4861-9464-7270a393cd74"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' 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\": \"409063005\",\n \"display\": \"Counseling\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"448883004\",\n \"display\": \"Injection of vitamin K1\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Injection of vitamin K1\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"d17f0210-a107-455f-a85b-15daa63e1116\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:07:59.532459+00:00\",\n \"versionId\": \"MTcyMTI5MDA3OTUzMjQ1OTAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2022-06-14T00:41:20+00:00\",\n \"start\": \"2022-06-14T00:37:55+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Perawatan Tali Pusat",
|
|
"item": [
|
|
{
|
|
"name": "Procedure - Perawatan Tali Pusat",
|
|
"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\": \"409063005\",\n \"display\": \"Counseling\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"PC000001\",\n \"display\": \"Perawatan Tali Pusat\"\n }\n ],\n \"text\": \"Perawatan Tali Pusat\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T00:44:00+00:00\",\n \"end\": \"2022-06-14T00:47:25+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Procedure",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Procedure"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Procedure - Perawatan Tali Pusat",
|
|
"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\": \"409063005\",\n \"display\": \"Counseling\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"PC000001\",\n \"display\": \"Perawatan Tali Pusat\"\n }\n ],\n \"text\": \"Perawatan Tali Pusat\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T00:44:00+00:00\",\n \"end\": \"2022-06-14T00:47:25+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\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": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:08:09 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDA4OTA5NTExMDAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/33b9edc0-0f0c-4838-92ef-7b94b4fdea78/_history/MTcyMTI5MDA4OTA5NTExMDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:08:09 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "806"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "439eac2f-e52f-4b3d-b925-936e5a261924"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' 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\": \"409063005\",\n \"display\": \"Counseling\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"PC000001\",\n \"display\": \"Perawatan Tali Pusat\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ],\n \"text\": \"Perawatan Tali Pusat\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"33b9edc0-0f0c-4838-92ef-7b94b4fdea78\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:08:09.095110+00:00\",\n \"versionId\": \"MTcyMTI5MDA4OTA5NTExMDAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2022-06-14T00:47:25+00:00\",\n \"start\": \"2022-06-14T00:44:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
},
|
|
{
|
|
"name": "Procedure - Perawatan Tali Pusat",
|
|
"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\": \"409063005\",\n \"display\": \"Counseling\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"PC000001\",\n \"display\": \"Perawatan Tali Pusat\"\n }\n ],\n \"text\": \"Perawatan Tali Pusat\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T00:44:00+00:00\",\n \"end\": \"2022-06-14T00:47:25+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\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": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:08:09 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDA4OTA5NTExMDAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/33b9edc0-0f0c-4838-92ef-7b94b4fdea78/_history/MTcyMTI5MDA4OTA5NTExMDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:08:09 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "806"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "439eac2f-e52f-4b3d-b925-936e5a261924"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' 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\": \"409063005\",\n \"display\": \"Counseling\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"PC000001\",\n \"display\": \"Perawatan Tali Pusat\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ],\n \"text\": \"Perawatan Tali Pusat\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"33b9edc0-0f0c-4838-92ef-7b94b4fdea78\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:08:09.095110+00:00\",\n \"versionId\": \"MTcyMTI5MDA4OTA5NTExMDAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2022-06-14T00:47:25+00:00\",\n \"start\": \"2022-06-14T00:44:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Procedure - Perawatan Tali Pusat",
|
|
"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\": \"409063005\",\n \"display\": \"Counseling\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"PC000001\",\n \"display\": \"Perawatan Tali Pusat\"\n }\n ],\n \"text\": \"Perawatan Tali Pusat\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T00:44:00+00:00\",\n \"end\": \"2022-06-14T00:47:25+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Procedure",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Procedure"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Procedure - Perawatan Tali Pusat",
|
|
"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\": \"409063005\",\n \"display\": \"Counseling\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"PC000001\",\n \"display\": \"Perawatan Tali Pusat\"\n }\n ],\n \"text\": \"Perawatan Tali Pusat\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T00:44:00+00:00\",\n \"end\": \"2022-06-14T00:47:25+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\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": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:08:09 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDA4OTA5NTExMDAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/33b9edc0-0f0c-4838-92ef-7b94b4fdea78/_history/MTcyMTI5MDA4OTA5NTExMDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:08:09 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "806"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "439eac2f-e52f-4b3d-b925-936e5a261924"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' 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\": \"409063005\",\n \"display\": \"Counseling\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"PC000001\",\n \"display\": \"Perawatan Tali Pusat\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ],\n \"text\": \"Perawatan Tali Pusat\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"33b9edc0-0f0c-4838-92ef-7b94b4fdea78\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:08:09.095110+00:00\",\n \"versionId\": \"MTcyMTI5MDA4OTA5NTExMDAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2022-06-14T00:47:25+00:00\",\n \"start\": \"2022-06-14T00:44:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
},
|
|
{
|
|
"name": "Procedure - Perawatan Tali Pusat",
|
|
"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\": \"409063005\",\n \"display\": \"Counseling\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"PC000001\",\n \"display\": \"Perawatan Tali Pusat\"\n }\n ],\n \"text\": \"Perawatan Tali Pusat\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T00:44:00+00:00\",\n \"end\": \"2022-06-14T00:47:25+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\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": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:08:09 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDA4OTA5NTExMDAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/33b9edc0-0f0c-4838-92ef-7b94b4fdea78/_history/MTcyMTI5MDA4OTA5NTExMDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:08:09 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "806"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "439eac2f-e52f-4b3d-b925-936e5a261924"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' 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\": \"409063005\",\n \"display\": \"Counseling\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"PC000001\",\n \"display\": \"Perawatan Tali Pusat\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ],\n \"text\": \"Perawatan Tali Pusat\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"33b9edc0-0f0c-4838-92ef-7b94b4fdea78\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:08:09.095110+00:00\",\n \"versionId\": \"MTcyMTI5MDA4OTA5NTExMDAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2022-06-14T00:47:25+00:00\",\n \"start\": \"2022-06-14T00:44:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Pemberian Salep Antibiotik Mata",
|
|
"item": [
|
|
{
|
|
"name": "Procedure - Pemberian Salep Antibiotik Mata",
|
|
"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\": \"409063005\",\n \"display\": \"Counseling\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"PC000002\",\n \"display\": \"Pemberian Salep Antibiotik Mata\"\n }\n ],\n \"text\": \"Pemberian Salep Antibiotik Mata\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T00:50:05+00:00\",\n \"end\": \"2022-06-14T00:53:30+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Procedure",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Procedure"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Procedure - Pemberian Salep Antibiotik Mata",
|
|
"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\": \"409063005\",\n \"display\": \"Counseling\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"PC000002\",\n \"display\": \"Pemberian Salep Antibiotik Mata\"\n }\n ],\n \"text\": \"Pemberian Salep Antibiotik Mata\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T00:50:05+00:00\",\n \"end\": \"2022-06-14T00:53:30+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\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": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/f3aeec90-7b3a-4703-b6b1-e7f032aa8de1/_history/MTcyMTI5MDA5ODUzMjE2MzAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDA5ODUzMjE2MzAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:08:18 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:08:18 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "828"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "df2f863e-a34f-45f9-8b03-a64eba706623"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' 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\": \"409063005\",\n \"display\": \"Counseling\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"PC000002\",\n \"display\": \"Pemberian Salep Antibiotik Mata\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ],\n \"text\": \"Pemberian Salep Antibiotik Mata\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"f3aeec90-7b3a-4703-b6b1-e7f032aa8de1\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:08:18.532163+00:00\",\n \"versionId\": \"MTcyMTI5MDA5ODUzMjE2MzAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2022-06-14T00:53:30+00:00\",\n \"start\": \"2022-06-14T00:50:05+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
},
|
|
{
|
|
"name": "Procedure - Pemberian Salep Antibiotik Mata",
|
|
"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\": \"409063005\",\n \"display\": \"Counseling\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"PC000002\",\n \"display\": \"Pemberian Salep Antibiotik Mata\"\n }\n ],\n \"text\": \"Pemberian Salep Antibiotik Mata\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T00:50:05+00:00\",\n \"end\": \"2022-06-14T00:53:30+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\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": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/f3aeec90-7b3a-4703-b6b1-e7f032aa8de1/_history/MTcyMTI5MDA5ODUzMjE2MzAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDA5ODUzMjE2MzAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:08:18 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:08:18 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "828"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "df2f863e-a34f-45f9-8b03-a64eba706623"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' 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\": \"409063005\",\n \"display\": \"Counseling\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"PC000002\",\n \"display\": \"Pemberian Salep Antibiotik Mata\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ],\n \"text\": \"Pemberian Salep Antibiotik Mata\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"f3aeec90-7b3a-4703-b6b1-e7f032aa8de1\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:08:18.532163+00:00\",\n \"versionId\": \"MTcyMTI5MDA5ODUzMjE2MzAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2022-06-14T00:53:30+00:00\",\n \"start\": \"2022-06-14T00:50:05+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Procedure - Pemberian Salep Antibiotik Mata",
|
|
"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\": \"409063005\",\n \"display\": \"Counseling\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"PC000002\",\n \"display\": \"Pemberian Salep Antibiotik Mata\"\n }\n ],\n \"text\": \"Pemberian Salep Antibiotik Mata\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T00:50:05+00:00\",\n \"end\": \"2022-06-14T00:53:30+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Procedure",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Procedure"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Procedure - Pemberian Salep Antibiotik Mata",
|
|
"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\": \"409063005\",\n \"display\": \"Counseling\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"PC000002\",\n \"display\": \"Pemberian Salep Antibiotik Mata\"\n }\n ],\n \"text\": \"Pemberian Salep Antibiotik Mata\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T00:50:05+00:00\",\n \"end\": \"2022-06-14T00:53:30+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\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": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/f3aeec90-7b3a-4703-b6b1-e7f032aa8de1/_history/MTcyMTI5MDA5ODUzMjE2MzAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDA5ODUzMjE2MzAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:08:18 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:08:18 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "828"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "df2f863e-a34f-45f9-8b03-a64eba706623"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' 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\": \"409063005\",\n \"display\": \"Counseling\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"PC000002\",\n \"display\": \"Pemberian Salep Antibiotik Mata\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ],\n \"text\": \"Pemberian Salep Antibiotik Mata\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"f3aeec90-7b3a-4703-b6b1-e7f032aa8de1\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:08:18.532163+00:00\",\n \"versionId\": \"MTcyMTI5MDA5ODUzMjE2MzAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2022-06-14T00:53:30+00:00\",\n \"start\": \"2022-06-14T00:50:05+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
},
|
|
{
|
|
"name": "Procedure - Pemberian Salep Antibiotik Mata",
|
|
"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\": \"409063005\",\n \"display\": \"Counseling\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"PC000002\",\n \"display\": \"Pemberian Salep Antibiotik Mata\"\n }\n ],\n \"text\": \"Pemberian Salep Antibiotik Mata\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T00:50:05+00:00\",\n \"end\": \"2022-06-14T00:53:30+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\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": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/f3aeec90-7b3a-4703-b6b1-e7f032aa8de1/_history/MTcyMTI5MDA5ODUzMjE2MzAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDA5ODUzMjE2MzAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:08:18 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:08:18 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "828"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "df2f863e-a34f-45f9-8b03-a64eba706623"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' 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\": \"409063005\",\n \"display\": \"Counseling\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"PC000002\",\n \"display\": \"Pemberian Salep Antibiotik Mata\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ],\n \"text\": \"Pemberian Salep Antibiotik Mata\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"f3aeec90-7b3a-4703-b6b1-e7f032aa8de1\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:08:18.532163+00:00\",\n \"versionId\": \"MTcyMTI5MDA5ODUzMjE2MzAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2022-06-14T00:53:30+00:00\",\n \"start\": \"2022-06-14T00:50:05+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Inisiasi Menyusui Dini",
|
|
"item": [
|
|
{
|
|
"name": "Procedure - Inisiasi Menyusui Dini",
|
|
"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\": \"440626008\",\n \"display\": \"Procedure related to breastfeeding\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"431868002\",\n \"display\": \"Initiation of breastfeeding\"\n }\n ],\n \"text\": \"Inisiasi Menyusui Dini\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T00:56:10+00:00\",\n \"end\": \"2022-06-14T00:59:35+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Procedure",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Procedure"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Procedure - Inisiasi Menyusui Dini",
|
|
"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\": \"440626008\",\n \"display\": \"Procedure related to breastfeeding\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"431868002\",\n \"display\": \"Initiation of breastfeeding\"\n }\n ],\n \"text\": \"Inisiasi Menyusui Dini\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T00:56:10+00:00\",\n \"end\": \"2022-06-14T00:59:35+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\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": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/08f46598-f81a-4a0b-ae12-ca688d109513/_history/MTcyMTI5MDEwNjEwNjUzMTAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:08:26 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDEwNjEwNjUzMTAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:08:26 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "806"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "57fbfb0d-0128-414a-86cd-32a7c020e908"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' 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\": \"440626008\",\n \"display\": \"Procedure related to breastfeeding\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"431868002\",\n \"display\": \"Initiation of breastfeeding\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Inisiasi Menyusui Dini\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"08f46598-f81a-4a0b-ae12-ca688d109513\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:08:26.106531+00:00\",\n \"versionId\": \"MTcyMTI5MDEwNjEwNjUzMTAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2022-06-14T00:59:35+00:00\",\n \"start\": \"2022-06-14T00:56:10+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
},
|
|
{
|
|
"name": "Procedure - Inisiasi Menyusui Dini",
|
|
"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\": \"440626008\",\n \"display\": \"Procedure related to breastfeeding\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"431868002\",\n \"display\": \"Initiation of breastfeeding\"\n }\n ],\n \"text\": \"Inisiasi Menyusui Dini\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T00:56:10+00:00\",\n \"end\": \"2022-06-14T00:59:35+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\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": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/08f46598-f81a-4a0b-ae12-ca688d109513/_history/MTcyMTI5MDEwNjEwNjUzMTAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:08:26 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDEwNjEwNjUzMTAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:08:26 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "806"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "57fbfb0d-0128-414a-86cd-32a7c020e908"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' 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\": \"440626008\",\n \"display\": \"Procedure related to breastfeeding\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"431868002\",\n \"display\": \"Initiation of breastfeeding\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Inisiasi Menyusui Dini\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"08f46598-f81a-4a0b-ae12-ca688d109513\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:08:26.106531+00:00\",\n \"versionId\": \"MTcyMTI5MDEwNjEwNjUzMTAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2022-06-14T00:59:35+00:00\",\n \"start\": \"2022-06-14T00:56:10+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Jika Ya, Waktu Inisiasi Menyusui Dini",
|
|
"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\": \"OC000016\",\n \"display\": \"Waktu Inisiasi Menyusui Dini\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:01:00+00:00\",\n \"issued\": \"2022-06-14T01:01:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000014\",\n \"display\": \"Kurang dari 1 jam\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Jika Ya, Waktu Inisiasi Menyusui Dini",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"OC000016\",\n \"display\": \"Waktu Inisiasi Menyusui Dini\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:01:00+00:00\",\n \"issued\": \"2022-06-14T01:01:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000014\",\n \"display\": \"Kurang dari 1 jam\"\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": "Thu, 18 Jul 2024 08:08:34 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDExNDQ5ODY0OTAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/4f84a6c9-18b7-46c9-a30d-636ac074dfe3/_history/MTcyMTI5MDExNDQ5ODY0OTAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:08:34 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "964"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "e72666ae-02ee-4246-aea2-9864b547ff51"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"OC000016\",\n \"display\": \"Waktu Inisiasi Menyusui Dini\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:01:00+00:00\",\n \"encounter\": {\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"4f84a6c9-18b7-46c9-a30d-636ac074dfe3\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:01:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:08:34.498649+00:00\",\n \"versionId\": \"MTcyMTI5MDExNDQ5ODY0OTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"OV000014\",\n \"display\": \"Kurang dari 1 jam\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Jika Ya, Waktu Inisiasi Menyusui Dini",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"OC000016\",\n \"display\": \"Waktu Inisiasi Menyusui Dini\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:01:00+00:00\",\n \"issued\": \"2022-06-14T01:01:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000014\",\n \"display\": \"Kurang dari 1 jam\"\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": "Thu, 18 Jul 2024 08:08:34 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDExNDQ5ODY0OTAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/4f84a6c9-18b7-46c9-a30d-636ac074dfe3/_history/MTcyMTI5MDExNDQ5ODY0OTAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:08:34 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "964"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "e72666ae-02ee-4246-aea2-9864b547ff51"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"OC000016\",\n \"display\": \"Waktu Inisiasi Menyusui Dini\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:01:00+00:00\",\n \"encounter\": {\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"4f84a6c9-18b7-46c9-a30d-636ac074dfe3\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:01:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:08:34.498649+00:00\",\n \"versionId\": \"MTcyMTI5MDExNDQ5ODY0OTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"OV000014\",\n \"display\": \"Kurang dari 1 jam\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Procedure - Inisiasi Menyusui Dini",
|
|
"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\": \"440626008\",\n \"display\": \"Procedure related to breastfeeding\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"431868002\",\n \"display\": \"Initiation of breastfeeding\"\n }\n ],\n \"text\": \"Inisiasi Menyusui Dini\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T00:56:10+00:00\",\n \"end\": \"2022-06-14T00:59:35+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Procedure",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Procedure"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Procedure - Inisiasi Menyusui Dini",
|
|
"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\": \"440626008\",\n \"display\": \"Procedure related to breastfeeding\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"431868002\",\n \"display\": \"Initiation of breastfeeding\"\n }\n ],\n \"text\": \"Inisiasi Menyusui Dini\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T00:56:10+00:00\",\n \"end\": \"2022-06-14T00:59:35+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\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": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/08f46598-f81a-4a0b-ae12-ca688d109513/_history/MTcyMTI5MDEwNjEwNjUzMTAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:08:26 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDEwNjEwNjUzMTAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:08:26 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "806"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "57fbfb0d-0128-414a-86cd-32a7c020e908"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' 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\": \"440626008\",\n \"display\": \"Procedure related to breastfeeding\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"431868002\",\n \"display\": \"Initiation of breastfeeding\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Inisiasi Menyusui Dini\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"08f46598-f81a-4a0b-ae12-ca688d109513\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:08:26.106531+00:00\",\n \"versionId\": \"MTcyMTI5MDEwNjEwNjUzMTAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2022-06-14T00:59:35+00:00\",\n \"start\": \"2022-06-14T00:56:10+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
},
|
|
{
|
|
"name": "Procedure - Inisiasi Menyusui Dini",
|
|
"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\": \"440626008\",\n \"display\": \"Procedure related to breastfeeding\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"431868002\",\n \"display\": \"Initiation of breastfeeding\"\n }\n ],\n \"text\": \"Inisiasi Menyusui Dini\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T00:56:10+00:00\",\n \"end\": \"2022-06-14T00:59:35+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\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": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/08f46598-f81a-4a0b-ae12-ca688d109513/_history/MTcyMTI5MDEwNjEwNjUzMTAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:08:26 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDEwNjEwNjUzMTAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:08:26 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "806"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "57fbfb0d-0128-414a-86cd-32a7c020e908"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' 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\": \"440626008\",\n \"display\": \"Procedure related to breastfeeding\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"431868002\",\n \"display\": \"Initiation of breastfeeding\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Inisiasi Menyusui Dini\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"08f46598-f81a-4a0b-ae12-ca688d109513\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:08:26.106531+00:00\",\n \"versionId\": \"MTcyMTI5MDEwNjEwNjUzMTAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2022-06-14T00:59:35+00:00\",\n \"start\": \"2022-06-14T00:56:10+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Jika Ya, Waktu Inisiasi Menyusui Dini",
|
|
"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\": \"OC000016\",\n \"display\": \"Waktu Inisiasi Menyusui Dini\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:01:00+00:00\",\n \"issued\": \"2022-06-14T01:01:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000014\",\n \"display\": \"Kurang dari 1 jam\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Jika Ya, Waktu Inisiasi Menyusui Dini",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"OC000016\",\n \"display\": \"Waktu Inisiasi Menyusui Dini\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:01:00+00:00\",\n \"issued\": \"2022-06-14T01:01:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000014\",\n \"display\": \"Kurang dari 1 jam\"\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": "Thu, 18 Jul 2024 08:08:34 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDExNDQ5ODY0OTAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/4f84a6c9-18b7-46c9-a30d-636ac074dfe3/_history/MTcyMTI5MDExNDQ5ODY0OTAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:08:34 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "964"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "e72666ae-02ee-4246-aea2-9864b547ff51"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"OC000016\",\n \"display\": \"Waktu Inisiasi Menyusui Dini\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:01:00+00:00\",\n \"encounter\": {\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"4f84a6c9-18b7-46c9-a30d-636ac074dfe3\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:01:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:08:34.498649+00:00\",\n \"versionId\": \"MTcyMTI5MDExNDQ5ODY0OTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"OV000014\",\n \"display\": \"Kurang dari 1 jam\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Jika Ya, Waktu Inisiasi Menyusui Dini",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"OC000016\",\n \"display\": \"Waktu Inisiasi Menyusui Dini\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:01:00+00:00\",\n \"issued\": \"2022-06-14T01:01:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000014\",\n \"display\": \"Kurang dari 1 jam\"\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": "Thu, 18 Jul 2024 08:08:34 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDExNDQ5ODY0OTAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/4f84a6c9-18b7-46c9-a30d-636ac074dfe3/_history/MTcyMTI5MDExNDQ5ODY0OTAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:08:34 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "964"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "e72666ae-02ee-4246-aea2-9864b547ff51"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"OC000016\",\n \"display\": \"Waktu Inisiasi Menyusui Dini\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:01:00+00:00\",\n \"encounter\": {\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"4f84a6c9-18b7-46c9-a30d-636ac074dfe3\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:01:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:08:34.498649+00:00\",\n \"versionId\": \"MTcyMTI5MDExNDQ5ODY0OTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"OV000014\",\n \"display\": \"Kurang dari 1 jam\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Keadaan Bayi",
|
|
"item": [
|
|
{
|
|
"name": "APGAR menit ke-1",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Appearance (Warna Kulit)",
|
|
"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\": \"32406-1\",\n \"display\": \"1 minute Apgar Color\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:02:25+00:00\",\n \"issued\": \"2022-06-14T01:02:25+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6724-4\",\n \"display\": \"Good color all over\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Appearance (Warna Kulit)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32406-1\",\n \"display\": \"1 minute Apgar Color\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:02:25+00:00\",\n \"issued\": \"2022-06-14T01:02:25+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6724-4\",\n \"display\": \"Good color all over\"\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/bc636b03-bd5e-4ef6-9886-99b54a783f13/_history/MTcyMTI3OTI1MzY0MDQxNjAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 05:07:33 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI3OTI1MzY0MDQxNjAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 05:07:33 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "838"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "bae26b43-2999-4bd4-b6fd-3b89abb6bc99"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32406-1\",\n \"display\": \"1 minute Apgar Color\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:02:25+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"e1aaa684-d65a-46f9-acc0-1c82c1786c3b\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:02:25+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:09:24.840585+00:00\",\n \"versionId\": \"MTcyMTI5MDE2NDg0MDU4NTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6724-4\",\n \"display\": \"Good color all over\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Appearance (Warna Kulit)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32406-1\",\n \"display\": \"1 minute Apgar Color\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:02:25+00:00\",\n \"issued\": \"2022-06-14T01:02:25+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6724-4\",\n \"display\": \"Good color all over\"\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/bc636b03-bd5e-4ef6-9886-99b54a783f13/_history/MTcyMTI3OTI1MzY0MDQxNjAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 05:07:33 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI3OTI1MzY0MDQxNjAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 05:07:33 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "838"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "bae26b43-2999-4bd4-b6fd-3b89abb6bc99"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32406-1\",\n \"display\": \"1 minute Apgar Color\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:02:25+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"e1aaa684-d65a-46f9-acc0-1c82c1786c3b\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:02:25+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:09:24.840585+00:00\",\n \"versionId\": \"MTcyMTI5MDE2NDg0MDU4NTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6724-4\",\n \"display\": \"Good color all over\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Pulse (Denyut Jantung)",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"32407-9\",\n \"display\": \"1 minute Apgar Heart rate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:03:50+00:00\",\n \"issued\": \"2022-06-14T01:03:50+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6717-8\",\n \"display\": \"Fewer than 100 beats per minute\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Pulse (Denyut Jantung)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"32407-9\",\n \"display\": \"1 minute Apgar Heart rate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:03:50+00:00\",\n \"issued\": \"2022-06-14T01:03:50+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6717-8\",\n \"display\": \"Fewer than 100 beats per minute\"\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": "Thu, 18 Jul 2024 05:57:03 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/679673e0-9045-480c-b3a9-baf5124aee3e/_history/MTcyMTI4MjIyMzU0NTgzMjAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4MjIyMzU0NTgzMjAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 05:57:03 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": "0670182d-3c26-4de1-a84f-83b36d95b4ae"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32407-9\",\n \"display\": \"1 minute Apgar Heart rate\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:03:50+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"6e7475cd-6ac6-4368-b005-98f0ae686b65\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:03:50+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:09:25.398502+00:00\",\n \"versionId\": \"MTcyMTI5MDE2NTM5ODUwMjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6717-8\",\n \"display\": \"Fewer than 100 beats per minute\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Pulse (Denyut Jantung)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"32407-9\",\n \"display\": \"1 minute Apgar Heart rate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:03:50+00:00\",\n \"issued\": \"2022-06-14T01:03:50+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6717-8\",\n \"display\": \"Fewer than 100 beats per minute\"\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": "Thu, 18 Jul 2024 05:57:03 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/679673e0-9045-480c-b3a9-baf5124aee3e/_history/MTcyMTI4MjIyMzU0NTgzMjAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4MjIyMzU0NTgzMjAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 05:57:03 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": "0670182d-3c26-4de1-a84f-83b36d95b4ae"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32407-9\",\n \"display\": \"1 minute Apgar Heart rate\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:03:50+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"6e7475cd-6ac6-4368-b005-98f0ae686b65\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:03:50+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:09:25.398502+00:00\",\n \"versionId\": \"MTcyMTI5MDE2NTM5ODUwMjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6717-8\",\n \"display\": \"Fewer than 100 beats per minute\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Grimace (Reflkes Terhadap Stimulus Taktil)",
|
|
"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\": \"32409-5\",\n \"display\": \"1 minute Apgar Reflex irritability\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:05:15+00:00\",\n \"issued\": \"2022-06-14T01:05:15+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6720-2\",\n \"display\": \"Grimace during suctioning\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Grimace (Reflkes Terhadap Stimulus Taktil)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32409-5\",\n \"display\": \"1 minute Apgar Reflex irritability\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:05:15+00:00\",\n \"issued\": \"2022-06-14T01:05:15+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6720-2\",\n \"display\": \"Grimace during suctioning\"\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": "Thu, 18 Jul 2024 05:57:10 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4MjIzMDMyNTY1MjAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/e0869afa-82a9-4ded-a343-7f0fc6fed339/_history/MTcyMTI4MjIzMDMyNTY1MjAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 05:57:10 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "843"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "4360dcfa-244e-44fd-a3ed-438a4b4b8908"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32409-5\",\n \"display\": \"1 minute Apgar Reflex irritability\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:05:15+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"e60d95e6-bfd4-46ac-986a-2efb3fe28575\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:05:15+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:09:25.823934+00:00\",\n \"versionId\": \"MTcyMTI5MDE2NTgyMzkzNDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6720-2\",\n \"display\": \"Grimace during suctioning\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Grimace (Reflkes Terhadap Stimulus Taktil)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32409-5\",\n \"display\": \"1 minute Apgar Reflex irritability\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:05:15+00:00\",\n \"issued\": \"2022-06-14T01:05:15+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6720-2\",\n \"display\": \"Grimace during suctioning\"\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": "Thu, 18 Jul 2024 05:57:10 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4MjIzMDMyNTY1MjAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/e0869afa-82a9-4ded-a343-7f0fc6fed339/_history/MTcyMTI4MjIzMDMyNTY1MjAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 05:57:10 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "843"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "4360dcfa-244e-44fd-a3ed-438a4b4b8908"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32409-5\",\n \"display\": \"1 minute Apgar Reflex irritability\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:05:15+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"e60d95e6-bfd4-46ac-986a-2efb3fe28575\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:05:15+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:09:25.823934+00:00\",\n \"versionId\": \"MTcyMTI5MDE2NTgyMzkzNDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6720-2\",\n \"display\": \"Grimace during suctioning\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Activity (Tonus Otot)",
|
|
"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\": \"32408-7\",\n \"display\": \"1 minute Apgar Muscle tone\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:06:40+00:00\",\n \"issued\": \"2022-06-14T01:06:40+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6714-5\",\n \"display\": \"Some flexion of arms and legs\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Activity (Tonus Otot)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32408-7\",\n \"display\": \"1 minute Apgar Muscle tone\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:06:40+00:00\",\n \"issued\": \"2022-06-14T01:06:40+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6714-5\",\n \"display\": \"Some flexion of arms and legs\"\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/\"MTcyMTI4MjIzNDU4MzE2MjAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 05:57:14 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/9c46b4a2-4e3a-457e-88ed-b75b042ee0ec/_history/MTcyMTI4MjIzNDU4MzE2MjAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 05:57:14 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "839"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "685080d3-8a57-4ada-b844-5086644090b8"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32408-7\",\n \"display\": \"1 minute Apgar Muscle tone\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:06:40+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"5614820d-35b6-44dc-b190-094eec3e085f\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:06:40+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:09:26.152920+00:00\",\n \"versionId\": \"MTcyMTI5MDE2NjE1MjkyMDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6714-5\",\n \"display\": \"Some flexion of arms and legs\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Activity (Tonus Otot)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32408-7\",\n \"display\": \"1 minute Apgar Muscle tone\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:06:40+00:00\",\n \"issued\": \"2022-06-14T01:06:40+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6714-5\",\n \"display\": \"Some flexion of arms and legs\"\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/\"MTcyMTI4MjIzNDU4MzE2MjAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 05:57:14 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/9c46b4a2-4e3a-457e-88ed-b75b042ee0ec/_history/MTcyMTI4MjIzNDU4MzE2MjAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 05:57:14 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "839"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "685080d3-8a57-4ada-b844-5086644090b8"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32408-7\",\n \"display\": \"1 minute Apgar Muscle tone\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:06:40+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"5614820d-35b6-44dc-b190-094eec3e085f\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:06:40+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:09:26.152920+00:00\",\n \"versionId\": \"MTcyMTI5MDE2NjE1MjkyMDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6714-5\",\n \"display\": \"Some flexion of arms and legs\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Respiration (Pernapasan)",
|
|
"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\": \"32410-3\",\n \"display\": \"1 minute Apgar Respiratory effort\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:08:05+00:00\",\n \"issued\": \"2022-06-14T01:08:05+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6726-9\",\n \"display\": \"Weak cry; may sound like whimpering, slow or irregular breathing\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Respiration (Pernapasan)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32410-3\",\n \"display\": \"1 minute Apgar Respiratory effort\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:08:05+00:00\",\n \"issued\": \"2022-06-14T01:08:05+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6726-9\",\n \"display\": \"Weak cry; may sound like whimpering, slow or irregular breathing\"\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/\"MTcyMTI4MjI1OTc5ODgyODAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 05:57:39 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/98f9a407-2d7b-49cb-bef4-1d401ca64f71/_history/MTcyMTI4MjI1OTc5ODgyODAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 05:57:39 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "896"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "eca44575-c0ca-49df-9258-a827d179e0c7"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32410-3\",\n \"display\": \"1 minute Apgar Respiratory effort\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:08:05+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"b3203a71-b666-4c4b-a626-497ee16c81b0\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:08:05+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:09:26.463543+00:00\",\n \"versionId\": \"MTcyMTI5MDE2NjQ2MzU0MzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6726-9\",\n \"display\": \"Weak cry; may sound like whimpering, slow or irregular breathing\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Respiration (Pernapasan)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32410-3\",\n \"display\": \"1 minute Apgar Respiratory effort\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:08:05+00:00\",\n \"issued\": \"2022-06-14T01:08:05+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6726-9\",\n \"display\": \"Weak cry; may sound like whimpering, slow or irregular breathing\"\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/\"MTcyMTI4MjI1OTc5ODgyODAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 05:57:39 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/98f9a407-2d7b-49cb-bef4-1d401ca64f71/_history/MTcyMTI4MjI1OTc5ODgyODAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 05:57:39 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "896"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "eca44575-c0ca-49df-9258-a827d179e0c7"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32410-3\",\n \"display\": \"1 minute Apgar Respiratory effort\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:08:05+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"b3203a71-b666-4c4b-a626-497ee16c81b0\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:08:05+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:09:26.463543+00:00\",\n \"versionId\": \"MTcyMTI5MDE2NjQ2MzU0MzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6726-9\",\n \"display\": \"Weak cry; may sound like whimpering, slow or irregular breathing\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Total Skor APGAR menit ke-1",
|
|
"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\": \"9272-6\",\n \"display\": \"1 minute Apgar Score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:09:30+00:00\",\n \"issued\": \"2022-06-14T01:09:30+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 6,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"77362009\",\n \"display\": \"Mild to moderate birth asphyxia\"\n }\n ],\n \"text\": \"Asfiksia sedang\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Total Skor APGAR menit ke-1",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"9272-6\",\n \"display\": \"1 minute Apgar Score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:09:30+00:00\",\n \"issued\": \"2022-06-14T01:09:30+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 6,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"77362009\",\n \"display\": \"Mild to moderate birth asphyxia\"\n }\n ],\n \"text\": \"Asfiksia sedang\"\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": "Thu, 18 Jul 2024 05:58: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/Observation/06f0c8c2-5e41-4c88-a3d6-0bba0a727602/_history/MTcyMTI4MjI4MDgyNjE0NTAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4MjI4MDgyNjE0NTAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 05:58:00 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": "fe2b651a-6e71-484c-ba37-b489fee46fa2"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"9272-6\",\n \"display\": \"1 minute Apgar Score\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:09:30+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"cf16a26f-0f7d-42cd-a6f9-32b915a996f3\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"77362009\",\n \"display\": \"Mild to moderate birth asphyxia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Asfiksia sedang\"\n }\n ],\n \"issued\": \"2022-06-14T01:09:30+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:09:26.903405+00:00\",\n \"versionId\": \"MTcyMTI5MDE2NjkwMzQwNTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 6\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Total Skor APGAR menit ke-1",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"9272-6\",\n \"display\": \"1 minute Apgar Score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:09:30+00:00\",\n \"issued\": \"2022-06-14T01:09:30+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 6,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"77362009\",\n \"display\": \"Mild to moderate birth asphyxia\"\n }\n ],\n \"text\": \"Asfiksia sedang\"\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": "Thu, 18 Jul 2024 05:58: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/Observation/06f0c8c2-5e41-4c88-a3d6-0bba0a727602/_history/MTcyMTI4MjI4MDgyNjE0NTAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4MjI4MDgyNjE0NTAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 05:58:00 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": "fe2b651a-6e71-484c-ba37-b489fee46fa2"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"9272-6\",\n \"display\": \"1 minute Apgar Score\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:09:30+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"cf16a26f-0f7d-42cd-a6f9-32b915a996f3\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"77362009\",\n \"display\": \"Mild to moderate birth asphyxia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Asfiksia sedang\"\n }\n ],\n \"issued\": \"2022-06-14T01:09:30+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:09:26.903405+00:00\",\n \"versionId\": \"MTcyMTI5MDE2NjkwMzQwNTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 6\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Activity (Tonus Otot)",
|
|
"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\": \"32408-7\",\n \"display\": \"1 minute Apgar Muscle tone\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:06:40+00:00\",\n \"issued\": \"2022-06-14T01:06:40+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6714-5\",\n \"display\": \"Some flexion of arms and legs\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Activity (Tonus Otot)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32408-7\",\n \"display\": \"1 minute Apgar Muscle tone\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:06:40+00:00\",\n \"issued\": \"2022-06-14T01:06:40+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6714-5\",\n \"display\": \"Some flexion of arms and legs\"\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/\"MTcyMTI4MjIzNDU4MzE2MjAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 05:57:14 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/9c46b4a2-4e3a-457e-88ed-b75b042ee0ec/_history/MTcyMTI4MjIzNDU4MzE2MjAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 05:57:14 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "839"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "685080d3-8a57-4ada-b844-5086644090b8"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32408-7\",\n \"display\": \"1 minute Apgar Muscle tone\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:06:40+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"5614820d-35b6-44dc-b190-094eec3e085f\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:06:40+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:09:26.152920+00:00\",\n \"versionId\": \"MTcyMTI5MDE2NjE1MjkyMDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6714-5\",\n \"display\": \"Some flexion of arms and legs\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Activity (Tonus Otot)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32408-7\",\n \"display\": \"1 minute Apgar Muscle tone\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:06:40+00:00\",\n \"issued\": \"2022-06-14T01:06:40+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6714-5\",\n \"display\": \"Some flexion of arms and legs\"\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/\"MTcyMTI4MjIzNDU4MzE2MjAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 05:57:14 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/9c46b4a2-4e3a-457e-88ed-b75b042ee0ec/_history/MTcyMTI4MjIzNDU4MzE2MjAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 05:57:14 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "839"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "685080d3-8a57-4ada-b844-5086644090b8"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32408-7\",\n \"display\": \"1 minute Apgar Muscle tone\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:06:40+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"5614820d-35b6-44dc-b190-094eec3e085f\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:06:40+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:09:26.152920+00:00\",\n \"versionId\": \"MTcyMTI5MDE2NjE1MjkyMDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6714-5\",\n \"display\": \"Some flexion of arms and legs\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Pulse (Denyut Jantung)",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"32407-9\",\n \"display\": \"1 minute Apgar Heart rate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:03:50+00:00\",\n \"issued\": \"2022-06-14T01:03:50+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6717-8\",\n \"display\": \"Fewer than 100 beats per minute\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Pulse (Denyut Jantung)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"32407-9\",\n \"display\": \"1 minute Apgar Heart rate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:03:50+00:00\",\n \"issued\": \"2022-06-14T01:03:50+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6717-8\",\n \"display\": \"Fewer than 100 beats per minute\"\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": "Thu, 18 Jul 2024 05:57:03 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/679673e0-9045-480c-b3a9-baf5124aee3e/_history/MTcyMTI4MjIyMzU0NTgzMjAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4MjIyMzU0NTgzMjAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 05:57:03 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": "0670182d-3c26-4de1-a84f-83b36d95b4ae"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32407-9\",\n \"display\": \"1 minute Apgar Heart rate\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:03:50+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"6e7475cd-6ac6-4368-b005-98f0ae686b65\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:03:50+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:09:25.398502+00:00\",\n \"versionId\": \"MTcyMTI5MDE2NTM5ODUwMjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6717-8\",\n \"display\": \"Fewer than 100 beats per minute\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Pulse (Denyut Jantung)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"32407-9\",\n \"display\": \"1 minute Apgar Heart rate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:03:50+00:00\",\n \"issued\": \"2022-06-14T01:03:50+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6717-8\",\n \"display\": \"Fewer than 100 beats per minute\"\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": "Thu, 18 Jul 2024 05:57:03 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/679673e0-9045-480c-b3a9-baf5124aee3e/_history/MTcyMTI4MjIyMzU0NTgzMjAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4MjIyMzU0NTgzMjAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 05:57:03 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": "0670182d-3c26-4de1-a84f-83b36d95b4ae"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32407-9\",\n \"display\": \"1 minute Apgar Heart rate\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:03:50+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"6e7475cd-6ac6-4368-b005-98f0ae686b65\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:03:50+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:09:25.398502+00:00\",\n \"versionId\": \"MTcyMTI5MDE2NTM5ODUwMjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6717-8\",\n \"display\": \"Fewer than 100 beats per minute\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Grimace (Reflkes Terhadap Stimulus Taktil)",
|
|
"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\": \"32409-5\",\n \"display\": \"1 minute Apgar Reflex irritability\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:05:15+00:00\",\n \"issued\": \"2022-06-14T01:05:15+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6720-2\",\n \"display\": \"Grimace during suctioning\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Grimace (Reflkes Terhadap Stimulus Taktil)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32409-5\",\n \"display\": \"1 minute Apgar Reflex irritability\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:05:15+00:00\",\n \"issued\": \"2022-06-14T01:05:15+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6720-2\",\n \"display\": \"Grimace during suctioning\"\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": "Thu, 18 Jul 2024 05:57:10 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4MjIzMDMyNTY1MjAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/e0869afa-82a9-4ded-a343-7f0fc6fed339/_history/MTcyMTI4MjIzMDMyNTY1MjAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 05:57:10 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "843"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "4360dcfa-244e-44fd-a3ed-438a4b4b8908"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32409-5\",\n \"display\": \"1 minute Apgar Reflex irritability\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:05:15+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"e60d95e6-bfd4-46ac-986a-2efb3fe28575\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:05:15+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:09:25.823934+00:00\",\n \"versionId\": \"MTcyMTI5MDE2NTgyMzkzNDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6720-2\",\n \"display\": \"Grimace during suctioning\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Grimace (Reflkes Terhadap Stimulus Taktil)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32409-5\",\n \"display\": \"1 minute Apgar Reflex irritability\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:05:15+00:00\",\n \"issued\": \"2022-06-14T01:05:15+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6720-2\",\n \"display\": \"Grimace during suctioning\"\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": "Thu, 18 Jul 2024 05:57:10 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4MjIzMDMyNTY1MjAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/e0869afa-82a9-4ded-a343-7f0fc6fed339/_history/MTcyMTI4MjIzMDMyNTY1MjAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 05:57:10 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "843"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "4360dcfa-244e-44fd-a3ed-438a4b4b8908"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32409-5\",\n \"display\": \"1 minute Apgar Reflex irritability\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:05:15+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"e60d95e6-bfd4-46ac-986a-2efb3fe28575\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:05:15+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:09:25.823934+00:00\",\n \"versionId\": \"MTcyMTI5MDE2NTgyMzkzNDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6720-2\",\n \"display\": \"Grimace during suctioning\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Total Skor APGAR menit ke-1",
|
|
"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\": \"9272-6\",\n \"display\": \"1 minute Apgar Score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:09:30+00:00\",\n \"issued\": \"2022-06-14T01:09:30+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 6,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"77362009\",\n \"display\": \"Mild to moderate birth asphyxia\"\n }\n ],\n \"text\": \"Asfiksia sedang\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Total Skor APGAR menit ke-1",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"9272-6\",\n \"display\": \"1 minute Apgar Score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:09:30+00:00\",\n \"issued\": \"2022-06-14T01:09:30+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 6,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"77362009\",\n \"display\": \"Mild to moderate birth asphyxia\"\n }\n ],\n \"text\": \"Asfiksia sedang\"\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": "Thu, 18 Jul 2024 05:58: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/Observation/06f0c8c2-5e41-4c88-a3d6-0bba0a727602/_history/MTcyMTI4MjI4MDgyNjE0NTAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4MjI4MDgyNjE0NTAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 05:58:00 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": "fe2b651a-6e71-484c-ba37-b489fee46fa2"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"9272-6\",\n \"display\": \"1 minute Apgar Score\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:09:30+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"cf16a26f-0f7d-42cd-a6f9-32b915a996f3\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"77362009\",\n \"display\": \"Mild to moderate birth asphyxia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Asfiksia sedang\"\n }\n ],\n \"issued\": \"2022-06-14T01:09:30+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:09:26.903405+00:00\",\n \"versionId\": \"MTcyMTI5MDE2NjkwMzQwNTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 6\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Total Skor APGAR menit ke-1",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"9272-6\",\n \"display\": \"1 minute Apgar Score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:09:30+00:00\",\n \"issued\": \"2022-06-14T01:09:30+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 6,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"77362009\",\n \"display\": \"Mild to moderate birth asphyxia\"\n }\n ],\n \"text\": \"Asfiksia sedang\"\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": "Thu, 18 Jul 2024 05:58: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/Observation/06f0c8c2-5e41-4c88-a3d6-0bba0a727602/_history/MTcyMTI4MjI4MDgyNjE0NTAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4MjI4MDgyNjE0NTAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 05:58:00 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": "fe2b651a-6e71-484c-ba37-b489fee46fa2"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"9272-6\",\n \"display\": \"1 minute Apgar Score\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:09:30+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"cf16a26f-0f7d-42cd-a6f9-32b915a996f3\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"77362009\",\n \"display\": \"Mild to moderate birth asphyxia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Asfiksia sedang\"\n }\n ],\n \"issued\": \"2022-06-14T01:09:30+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:09:26.903405+00:00\",\n \"versionId\": \"MTcyMTI5MDE2NjkwMzQwNTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 6\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Respiration (Pernapasan)",
|
|
"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\": \"32410-3\",\n \"display\": \"1 minute Apgar Respiratory effort\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:08:05+00:00\",\n \"issued\": \"2022-06-14T01:08:05+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6726-9\",\n \"display\": \"Weak cry; may sound like whimpering, slow or irregular breathing\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Respiration (Pernapasan)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32410-3\",\n \"display\": \"1 minute Apgar Respiratory effort\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:08:05+00:00\",\n \"issued\": \"2022-06-14T01:08:05+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6726-9\",\n \"display\": \"Weak cry; may sound like whimpering, slow or irregular breathing\"\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/\"MTcyMTI4MjI1OTc5ODgyODAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 05:57:39 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/98f9a407-2d7b-49cb-bef4-1d401ca64f71/_history/MTcyMTI4MjI1OTc5ODgyODAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 05:57:39 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "896"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "eca44575-c0ca-49df-9258-a827d179e0c7"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32410-3\",\n \"display\": \"1 minute Apgar Respiratory effort\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:08:05+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"b3203a71-b666-4c4b-a626-497ee16c81b0\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:08:05+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:09:26.463543+00:00\",\n \"versionId\": \"MTcyMTI5MDE2NjQ2MzU0MzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6726-9\",\n \"display\": \"Weak cry; may sound like whimpering, slow or irregular breathing\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Respiration (Pernapasan)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32410-3\",\n \"display\": \"1 minute Apgar Respiratory effort\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:08:05+00:00\",\n \"issued\": \"2022-06-14T01:08:05+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6726-9\",\n \"display\": \"Weak cry; may sound like whimpering, slow or irregular breathing\"\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/\"MTcyMTI4MjI1OTc5ODgyODAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 05:57:39 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/98f9a407-2d7b-49cb-bef4-1d401ca64f71/_history/MTcyMTI4MjI1OTc5ODgyODAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 05:57:39 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "896"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "eca44575-c0ca-49df-9258-a827d179e0c7"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32410-3\",\n \"display\": \"1 minute Apgar Respiratory effort\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:08:05+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"b3203a71-b666-4c4b-a626-497ee16c81b0\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:08:05+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:09:26.463543+00:00\",\n \"versionId\": \"MTcyMTI5MDE2NjQ2MzU0MzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6726-9\",\n \"display\": \"Weak cry; may sound like whimpering, slow or irregular breathing\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Appearance (Warna Kulit)",
|
|
"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\": \"32406-1\",\n \"display\": \"1 minute Apgar Color\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:02:25+00:00\",\n \"issued\": \"2022-06-14T01:02:25+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6724-4\",\n \"display\": \"Good color all over\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Appearance (Warna Kulit)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32406-1\",\n \"display\": \"1 minute Apgar Color\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:02:25+00:00\",\n \"issued\": \"2022-06-14T01:02:25+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6724-4\",\n \"display\": \"Good color all over\"\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/bc636b03-bd5e-4ef6-9886-99b54a783f13/_history/MTcyMTI3OTI1MzY0MDQxNjAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 05:07:33 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI3OTI1MzY0MDQxNjAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 05:07:33 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "838"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "bae26b43-2999-4bd4-b6fd-3b89abb6bc99"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32406-1\",\n \"display\": \"1 minute Apgar Color\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:02:25+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"e1aaa684-d65a-46f9-acc0-1c82c1786c3b\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:02:25+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:09:24.840585+00:00\",\n \"versionId\": \"MTcyMTI5MDE2NDg0MDU4NTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6724-4\",\n \"display\": \"Good color all over\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Appearance (Warna Kulit)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32406-1\",\n \"display\": \"1 minute Apgar Color\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:02:25+00:00\",\n \"issued\": \"2022-06-14T01:02:25+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6724-4\",\n \"display\": \"Good color all over\"\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/bc636b03-bd5e-4ef6-9886-99b54a783f13/_history/MTcyMTI3OTI1MzY0MDQxNjAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 05:07:33 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI3OTI1MzY0MDQxNjAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 05:07:33 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "838"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "bae26b43-2999-4bd4-b6fd-3b89abb6bc99"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32406-1\",\n \"display\": \"1 minute Apgar Color\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:02:25+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"e1aaa684-d65a-46f9-acc0-1c82c1786c3b\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:02:25+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:09:24.840585+00:00\",\n \"versionId\": \"MTcyMTI5MDE2NDg0MDU4NTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6724-4\",\n \"display\": \"Good color all over\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "APGAR menit ke-5",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Appearance (Warna Kulit)",
|
|
"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\": \"32411-1\",\n \"display\": \"5 minute Apgar Color\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:10:55+00:00\",\n \"issued\": \"2022-06-14T01:10:55+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6724-4\",\n \"display\": \"Good color all over\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Appearance (Warna Kulit)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32411-1\",\n \"display\": \"5 minute Apgar Color\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:10:55+00:00\",\n \"issued\": \"2022-06-14T01:10:55+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6724-4\",\n \"display\": \"Good color all over\"\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/b106aefe-19c2-402a-950b-2c280df9cee7/_history/MTcyMTI4MjUxMjUwMDc5MzAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4MjUxMjUwMDc5MzAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 06:01:52 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 06:01:52 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "838"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "8d66d8fc-e6ab-423b-af55-dace2eebfd3b"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32411-1\",\n \"display\": \"5 minute Apgar Color\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:10:55+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"a1b6d025-7098-43fc-abb2-e933ab5ee1fc\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:10:55+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:14:34.102791+00:00\",\n \"versionId\": \"MTcyMTI5MDQ3NDEwMjc5MTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6724-4\",\n \"display\": \"Good color all over\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Appearance (Warna Kulit)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32411-1\",\n \"display\": \"5 minute Apgar Color\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:10:55+00:00\",\n \"issued\": \"2022-06-14T01:10:55+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6724-4\",\n \"display\": \"Good color all over\"\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/b106aefe-19c2-402a-950b-2c280df9cee7/_history/MTcyMTI4MjUxMjUwMDc5MzAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4MjUxMjUwMDc5MzAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 06:01:52 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 06:01:52 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "838"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "8d66d8fc-e6ab-423b-af55-dace2eebfd3b"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32411-1\",\n \"display\": \"5 minute Apgar Color\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:10:55+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"a1b6d025-7098-43fc-abb2-e933ab5ee1fc\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:10:55+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:14:34.102791+00:00\",\n \"versionId\": \"MTcyMTI5MDQ3NDEwMjc5MTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6724-4\",\n \"display\": \"Good color all over\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Pulse (Denyut Jantung)",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"32412-9\",\n \"display\": \"5 minute Apgar Heart rate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:12:20+00:00\",\n \"issued\": \"2022-06-14T01:12:20+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6717-8\",\n \"display\": \"Fewer than 100 beats per minute\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Pulse (Denyut Jantung)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"32412-9\",\n \"display\": \"5 minute Apgar Heart rate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:12:20+00:00\",\n \"issued\": \"2022-06-14T01:12:20+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6717-8\",\n \"display\": \"Fewer than 100 beats per minute\"\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": "Thu, 18 Jul 2024 06:02:48 UTC"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/49404e7a-9081-4bb7-97ad-78c5e132755f/_history/MTcyMTI4MjU2ODUxODIxODAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4MjU2ODUxODIxODAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 06:02:48 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "855"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "731c5d50-44e0-4f15-81eb-f656597914ac"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32412-9\",\n \"display\": \"5 minute Apgar Heart rate\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:12:20+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"8a582483-912e-41c8-ab48-5c04e365f943\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:12:20+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:14:34.567716+00:00\",\n \"versionId\": \"MTcyMTI5MDQ3NDU2NzcxNjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6717-8\",\n \"display\": \"Fewer than 100 beats per minute\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Pulse (Denyut Jantung)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"32412-9\",\n \"display\": \"5 minute Apgar Heart rate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:12:20+00:00\",\n \"issued\": \"2022-06-14T01:12:20+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6717-8\",\n \"display\": \"Fewer than 100 beats per minute\"\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": "Thu, 18 Jul 2024 06:02:48 UTC"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/49404e7a-9081-4bb7-97ad-78c5e132755f/_history/MTcyMTI4MjU2ODUxODIxODAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4MjU2ODUxODIxODAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 06:02:48 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "855"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "731c5d50-44e0-4f15-81eb-f656597914ac"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32412-9\",\n \"display\": \"5 minute Apgar Heart rate\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:12:20+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"8a582483-912e-41c8-ab48-5c04e365f943\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:12:20+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:14:34.567716+00:00\",\n \"versionId\": \"MTcyMTI5MDQ3NDU2NzcxNjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6717-8\",\n \"display\": \"Fewer than 100 beats per minute\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Grimace (Reflkes Terhadap Stimulus Taktil)",
|
|
"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\": \"32414-5\",\n \"display\": \"5 minute Apgar Reflex irritability\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:13:45+00:00\",\n \"issued\": \"2022-06-14T01:13:45+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6720-2\",\n \"display\": \"Grimace during suctioning\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Grimace (Reflkes Terhadap Stimulus Taktil)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32414-5\",\n \"display\": \"5 minute Apgar Reflex irritability\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:13:45+00:00\",\n \"issued\": \"2022-06-14T01:13:45+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6720-2\",\n \"display\": \"Grimace during suctioning\"\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": "Thu, 18 Jul 2024 06:03:06 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/93b36bed-700c-4e64-b9b3-f793b9181ecf/_history/MTcyMTI4MjU4NjUwMTQ4MDAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4MjU4NjUwMTQ4MDAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 06:03:06 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "858"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "a82dbb79-8d27-4de1-bcf4-374276831a18"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32414-5\",\n \"display\": \"5 minute Apgar Reflex irritability\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:13:45+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"f58acfc2-dd2b-4d02-a2bf-93b28a75cb17\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:13:45+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:14:35.080746+00:00\",\n \"versionId\": \"MTcyMTI5MDQ3NTA4MDc0NjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6720-2\",\n \"display\": \"Grimace during suctioning\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Grimace (Reflkes Terhadap Stimulus Taktil)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32414-5\",\n \"display\": \"5 minute Apgar Reflex irritability\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:13:45+00:00\",\n \"issued\": \"2022-06-14T01:13:45+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6720-2\",\n \"display\": \"Grimace during suctioning\"\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": "Thu, 18 Jul 2024 06:03:06 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/93b36bed-700c-4e64-b9b3-f793b9181ecf/_history/MTcyMTI4MjU4NjUwMTQ4MDAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4MjU4NjUwMTQ4MDAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 06:03:06 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "858"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "a82dbb79-8d27-4de1-bcf4-374276831a18"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32414-5\",\n \"display\": \"5 minute Apgar Reflex irritability\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:13:45+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"f58acfc2-dd2b-4d02-a2bf-93b28a75cb17\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:13:45+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:14:35.080746+00:00\",\n \"versionId\": \"MTcyMTI5MDQ3NTA4MDc0NjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6720-2\",\n \"display\": \"Grimace during suctioning\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Activity (Tonus Otot)",
|
|
"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\": \"32413-7\",\n \"display\": \"5 minute Apgar Muscle tone\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:15:10+00:00\",\n \"issued\": \"2022-06-14T01:15:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6714-5\",\n \"display\": \"Some flexion of arms and legs\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Activity (Tonus Otot)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32413-7\",\n \"display\": \"5 minute Apgar Muscle tone\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:15:10+00:00\",\n \"issued\": \"2022-06-14T01:15:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6714-5\",\n \"display\": \"Some flexion of arms and legs\"\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": "Thu, 18 Jul 2024 06:03:27 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4MjYwNzQ4MjEzNDAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/d4969eea-b408-4003-b41a-d0a0ce182604/_history/MTcyMTI4MjYwNzQ4MjEzNDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 06:03:27 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "854"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "909347cc-ddbe-4c39-b06c-8a6705753a60"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32413-7\",\n \"display\": \"5 minute Apgar Muscle tone\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:15:10+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"ad65ab3c-a688-4497-bdb0-5585e94d5157\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:15:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:14:35.561235+00:00\",\n \"versionId\": \"MTcyMTI5MDQ3NTU2MTIzNTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6714-5\",\n \"display\": \"Some flexion of arms and legs\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Activity (Tonus Otot)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32413-7\",\n \"display\": \"5 minute Apgar Muscle tone\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:15:10+00:00\",\n \"issued\": \"2022-06-14T01:15:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6714-5\",\n \"display\": \"Some flexion of arms and legs\"\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": "Thu, 18 Jul 2024 06:03:27 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4MjYwNzQ4MjEzNDAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/d4969eea-b408-4003-b41a-d0a0ce182604/_history/MTcyMTI4MjYwNzQ4MjEzNDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 06:03:27 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "854"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "909347cc-ddbe-4c39-b06c-8a6705753a60"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32413-7\",\n \"display\": \"5 minute Apgar Muscle tone\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:15:10+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"ad65ab3c-a688-4497-bdb0-5585e94d5157\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:15:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:14:35.561235+00:00\",\n \"versionId\": \"MTcyMTI5MDQ3NTU2MTIzNTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6714-5\",\n \"display\": \"Some flexion of arms and legs\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Respiration (Pernapasan)",
|
|
"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\": \"32415-2\",\n \"display\": \"5 minute Apgar Respiratory effort\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:16:35+00:00\",\n \"issued\": \"2022-06-14T01:16:35+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6726-9\",\n \"display\": \"Weak cry; may sound like whimpering, slow or irregular breathing\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Respiration (Pernapasan)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32415-2\",\n \"display\": \"5 minute Apgar Respiratory effort\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:16:35+00:00\",\n \"issued\": \"2022-06-14T01:16:35+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6726-9\",\n \"display\": \"Weak cry; may sound like whimpering, slow or irregular breathing\"\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": "Thu, 18 Jul 2024 06:08: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/Observation/07834fd4-f579-458c-842c-4b0bc4b8e906/_history/MTcyMTI4MjkzNzQwNjgzMDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4MjkzNzQwNjgzMDAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 06:08:57 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "896"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "52c08700-9511-40f4-ab45-ff3823794a30"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32415-2\",\n \"display\": \"5 minute Apgar Respiratory effort\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:16:35+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"c5878265-f4be-4dec-9f2c-d1366722cf17\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:16:35+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:14:36.162902+00:00\",\n \"versionId\": \"MTcyMTI5MDQ3NjE2MjkwMjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6726-9\",\n \"display\": \"Weak cry; may sound like whimpering, slow or irregular breathing\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Respiration (Pernapasan)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32415-2\",\n \"display\": \"5 minute Apgar Respiratory effort\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:16:35+00:00\",\n \"issued\": \"2022-06-14T01:16:35+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6726-9\",\n \"display\": \"Weak cry; may sound like whimpering, slow or irregular breathing\"\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": "Thu, 18 Jul 2024 06:08: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/Observation/07834fd4-f579-458c-842c-4b0bc4b8e906/_history/MTcyMTI4MjkzNzQwNjgzMDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4MjkzNzQwNjgzMDAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 06:08:57 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "896"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "52c08700-9511-40f4-ab45-ff3823794a30"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32415-2\",\n \"display\": \"5 minute Apgar Respiratory effort\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:16:35+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"c5878265-f4be-4dec-9f2c-d1366722cf17\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:16:35+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:14:36.162902+00:00\",\n \"versionId\": \"MTcyMTI5MDQ3NjE2MjkwMjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6726-9\",\n \"display\": \"Weak cry; may sound like whimpering, slow or irregular breathing\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Total Skor APGAR menit ke-5",
|
|
"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\": \"9274-2\",\n \"display\": \"5 minute Apgar Score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:18:00+00:00\",\n \"issued\": \"2022-06-14T01:18:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 6,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"77362009\",\n \"display\": \"Mild to moderate birth asphyxia\"\n }\n ],\n \"text\": \"Asfiksia sedang\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Total Skor APGAR menit ke-5",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"9274-2\",\n \"display\": \"5 minute Apgar Score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:18:00+00:00\",\n \"issued\": \"2022-06-14T01:18:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 6,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"77362009\",\n \"display\": \"Mild to moderate birth asphyxia\"\n }\n ],\n \"text\": \"Asfiksia sedang\"\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/\"MTcyMTI4Mjk1OTAxOTYyMzAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 06:09:19 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/62e0eefa-109b-4594-93f8-31ee3ebff531/_history/MTcyMTI4Mjk1OTAxOTYyMzAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 06:09:19 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": "0e67b56c-e0fa-4f62-86fd-8fd350f2ac8a"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"9274-2\",\n \"display\": \"5 minute Apgar Score\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:18:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"b742e744-0f60-4c08-8569-ec36f7003206\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"77362009\",\n \"display\": \"Mild to moderate birth asphyxia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Asfiksia sedang\"\n }\n ],\n \"issued\": \"2022-06-14T01:18:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:14:36.474491+00:00\",\n \"versionId\": \"MTcyMTI5MDQ3NjQ3NDQ5MTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 6\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Total Skor APGAR menit ke-5",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"9274-2\",\n \"display\": \"5 minute Apgar Score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:18:00+00:00\",\n \"issued\": \"2022-06-14T01:18:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 6,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"77362009\",\n \"display\": \"Mild to moderate birth asphyxia\"\n }\n ],\n \"text\": \"Asfiksia sedang\"\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/\"MTcyMTI4Mjk1OTAxOTYyMzAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 06:09:19 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/62e0eefa-109b-4594-93f8-31ee3ebff531/_history/MTcyMTI4Mjk1OTAxOTYyMzAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 06:09:19 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": "0e67b56c-e0fa-4f62-86fd-8fd350f2ac8a"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"9274-2\",\n \"display\": \"5 minute Apgar Score\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:18:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"b742e744-0f60-4c08-8569-ec36f7003206\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"77362009\",\n \"display\": \"Mild to moderate birth asphyxia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Asfiksia sedang\"\n }\n ],\n \"issued\": \"2022-06-14T01:18:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:14:36.474491+00:00\",\n \"versionId\": \"MTcyMTI5MDQ3NjQ3NDQ5MTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 6\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Total Skor APGAR menit ke-5",
|
|
"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\": \"9274-2\",\n \"display\": \"5 minute Apgar Score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:18:00+00:00\",\n \"issued\": \"2022-06-14T01:18:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 6,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"77362009\",\n \"display\": \"Mild to moderate birth asphyxia\"\n }\n ],\n \"text\": \"Asfiksia sedang\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Total Skor APGAR menit ke-5",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"9274-2\",\n \"display\": \"5 minute Apgar Score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:18:00+00:00\",\n \"issued\": \"2022-06-14T01:18:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 6,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"77362009\",\n \"display\": \"Mild to moderate birth asphyxia\"\n }\n ],\n \"text\": \"Asfiksia sedang\"\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/\"MTcyMTI4Mjk1OTAxOTYyMzAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 06:09:19 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/62e0eefa-109b-4594-93f8-31ee3ebff531/_history/MTcyMTI4Mjk1OTAxOTYyMzAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 06:09:19 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": "0e67b56c-e0fa-4f62-86fd-8fd350f2ac8a"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"9274-2\",\n \"display\": \"5 minute Apgar Score\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:18:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"b742e744-0f60-4c08-8569-ec36f7003206\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"77362009\",\n \"display\": \"Mild to moderate birth asphyxia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Asfiksia sedang\"\n }\n ],\n \"issued\": \"2022-06-14T01:18:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:14:36.474491+00:00\",\n \"versionId\": \"MTcyMTI5MDQ3NjQ3NDQ5MTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 6\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Total Skor APGAR menit ke-5",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"9274-2\",\n \"display\": \"5 minute Apgar Score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:18:00+00:00\",\n \"issued\": \"2022-06-14T01:18:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 6,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"77362009\",\n \"display\": \"Mild to moderate birth asphyxia\"\n }\n ],\n \"text\": \"Asfiksia sedang\"\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/\"MTcyMTI4Mjk1OTAxOTYyMzAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 06:09:19 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/62e0eefa-109b-4594-93f8-31ee3ebff531/_history/MTcyMTI4Mjk1OTAxOTYyMzAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 06:09:19 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": "0e67b56c-e0fa-4f62-86fd-8fd350f2ac8a"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"9274-2\",\n \"display\": \"5 minute Apgar Score\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:18:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"b742e744-0f60-4c08-8569-ec36f7003206\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"77362009\",\n \"display\": \"Mild to moderate birth asphyxia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Asfiksia sedang\"\n }\n ],\n \"issued\": \"2022-06-14T01:18:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:14:36.474491+00:00\",\n \"versionId\": \"MTcyMTI5MDQ3NjQ3NDQ5MTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 6\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Respiration (Pernapasan)",
|
|
"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\": \"32415-2\",\n \"display\": \"5 minute Apgar Respiratory effort\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:16:35+00:00\",\n \"issued\": \"2022-06-14T01:16:35+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6726-9\",\n \"display\": \"Weak cry; may sound like whimpering, slow or irregular breathing\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Respiration (Pernapasan)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32415-2\",\n \"display\": \"5 minute Apgar Respiratory effort\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:16:35+00:00\",\n \"issued\": \"2022-06-14T01:16:35+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6726-9\",\n \"display\": \"Weak cry; may sound like whimpering, slow or irregular breathing\"\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": "Thu, 18 Jul 2024 06:08: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/Observation/07834fd4-f579-458c-842c-4b0bc4b8e906/_history/MTcyMTI4MjkzNzQwNjgzMDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4MjkzNzQwNjgzMDAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 06:08:57 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "896"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "52c08700-9511-40f4-ab45-ff3823794a30"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32415-2\",\n \"display\": \"5 minute Apgar Respiratory effort\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:16:35+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"c5878265-f4be-4dec-9f2c-d1366722cf17\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:16:35+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:14:36.162902+00:00\",\n \"versionId\": \"MTcyMTI5MDQ3NjE2MjkwMjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6726-9\",\n \"display\": \"Weak cry; may sound like whimpering, slow or irregular breathing\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Respiration (Pernapasan)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32415-2\",\n \"display\": \"5 minute Apgar Respiratory effort\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:16:35+00:00\",\n \"issued\": \"2022-06-14T01:16:35+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6726-9\",\n \"display\": \"Weak cry; may sound like whimpering, slow or irregular breathing\"\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": "Thu, 18 Jul 2024 06:08: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/Observation/07834fd4-f579-458c-842c-4b0bc4b8e906/_history/MTcyMTI4MjkzNzQwNjgzMDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4MjkzNzQwNjgzMDAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 06:08:57 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "896"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "52c08700-9511-40f4-ab45-ff3823794a30"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32415-2\",\n \"display\": \"5 minute Apgar Respiratory effort\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:16:35+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"c5878265-f4be-4dec-9f2c-d1366722cf17\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:16:35+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:14:36.162902+00:00\",\n \"versionId\": \"MTcyMTI5MDQ3NjE2MjkwMjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6726-9\",\n \"display\": \"Weak cry; may sound like whimpering, slow or irregular breathing\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Grimace (Reflkes Terhadap Stimulus Taktil)",
|
|
"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\": \"32414-5\",\n \"display\": \"5 minute Apgar Reflex irritability\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:13:45+00:00\",\n \"issued\": \"2022-06-14T01:13:45+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6720-2\",\n \"display\": \"Grimace during suctioning\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Grimace (Reflkes Terhadap Stimulus Taktil)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32414-5\",\n \"display\": \"5 minute Apgar Reflex irritability\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:13:45+00:00\",\n \"issued\": \"2022-06-14T01:13:45+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6720-2\",\n \"display\": \"Grimace during suctioning\"\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": "Thu, 18 Jul 2024 06:03:06 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/93b36bed-700c-4e64-b9b3-f793b9181ecf/_history/MTcyMTI4MjU4NjUwMTQ4MDAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4MjU4NjUwMTQ4MDAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 06:03:06 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "858"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "a82dbb79-8d27-4de1-bcf4-374276831a18"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32414-5\",\n \"display\": \"5 minute Apgar Reflex irritability\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:13:45+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"f58acfc2-dd2b-4d02-a2bf-93b28a75cb17\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:13:45+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:14:35.080746+00:00\",\n \"versionId\": \"MTcyMTI5MDQ3NTA4MDc0NjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6720-2\",\n \"display\": \"Grimace during suctioning\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Grimace (Reflkes Terhadap Stimulus Taktil)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32414-5\",\n \"display\": \"5 minute Apgar Reflex irritability\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:13:45+00:00\",\n \"issued\": \"2022-06-14T01:13:45+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6720-2\",\n \"display\": \"Grimace during suctioning\"\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": "Thu, 18 Jul 2024 06:03:06 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/93b36bed-700c-4e64-b9b3-f793b9181ecf/_history/MTcyMTI4MjU4NjUwMTQ4MDAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4MjU4NjUwMTQ4MDAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 06:03:06 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "858"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "a82dbb79-8d27-4de1-bcf4-374276831a18"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32414-5\",\n \"display\": \"5 minute Apgar Reflex irritability\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:13:45+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"f58acfc2-dd2b-4d02-a2bf-93b28a75cb17\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:13:45+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:14:35.080746+00:00\",\n \"versionId\": \"MTcyMTI5MDQ3NTA4MDc0NjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6720-2\",\n \"display\": \"Grimace during suctioning\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Activity (Tonus Otot)",
|
|
"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\": \"32413-7\",\n \"display\": \"5 minute Apgar Muscle tone\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:15:10+00:00\",\n \"issued\": \"2022-06-14T01:15:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6714-5\",\n \"display\": \"Some flexion of arms and legs\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Activity (Tonus Otot)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32413-7\",\n \"display\": \"5 minute Apgar Muscle tone\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:15:10+00:00\",\n \"issued\": \"2022-06-14T01:15:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6714-5\",\n \"display\": \"Some flexion of arms and legs\"\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": "Thu, 18 Jul 2024 06:03:27 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4MjYwNzQ4MjEzNDAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/d4969eea-b408-4003-b41a-d0a0ce182604/_history/MTcyMTI4MjYwNzQ4MjEzNDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 06:03:27 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "854"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "909347cc-ddbe-4c39-b06c-8a6705753a60"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32413-7\",\n \"display\": \"5 minute Apgar Muscle tone\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:15:10+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"ad65ab3c-a688-4497-bdb0-5585e94d5157\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:15:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:14:35.561235+00:00\",\n \"versionId\": \"MTcyMTI5MDQ3NTU2MTIzNTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6714-5\",\n \"display\": \"Some flexion of arms and legs\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Activity (Tonus Otot)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32413-7\",\n \"display\": \"5 minute Apgar Muscle tone\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:15:10+00:00\",\n \"issued\": \"2022-06-14T01:15:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6714-5\",\n \"display\": \"Some flexion of arms and legs\"\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": "Thu, 18 Jul 2024 06:03:27 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4MjYwNzQ4MjEzNDAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/d4969eea-b408-4003-b41a-d0a0ce182604/_history/MTcyMTI4MjYwNzQ4MjEzNDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 06:03:27 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "854"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "909347cc-ddbe-4c39-b06c-8a6705753a60"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32413-7\",\n \"display\": \"5 minute Apgar Muscle tone\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:15:10+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"ad65ab3c-a688-4497-bdb0-5585e94d5157\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:15:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:14:35.561235+00:00\",\n \"versionId\": \"MTcyMTI5MDQ3NTU2MTIzNTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6714-5\",\n \"display\": \"Some flexion of arms and legs\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Appearance (Warna Kulit)",
|
|
"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\": \"32411-1\",\n \"display\": \"5 minute Apgar Color\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:10:55+00:00\",\n \"issued\": \"2022-06-14T01:10:55+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6724-4\",\n \"display\": \"Good color all over\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Appearance (Warna Kulit)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32411-1\",\n \"display\": \"5 minute Apgar Color\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:10:55+00:00\",\n \"issued\": \"2022-06-14T01:10:55+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6724-4\",\n \"display\": \"Good color all over\"\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/b106aefe-19c2-402a-950b-2c280df9cee7/_history/MTcyMTI4MjUxMjUwMDc5MzAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4MjUxMjUwMDc5MzAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 06:01:52 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 06:01:52 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "838"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "8d66d8fc-e6ab-423b-af55-dace2eebfd3b"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32411-1\",\n \"display\": \"5 minute Apgar Color\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:10:55+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"a1b6d025-7098-43fc-abb2-e933ab5ee1fc\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:10:55+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:14:34.102791+00:00\",\n \"versionId\": \"MTcyMTI5MDQ3NDEwMjc5MTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6724-4\",\n \"display\": \"Good color all over\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Appearance (Warna Kulit)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32411-1\",\n \"display\": \"5 minute Apgar Color\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:10:55+00:00\",\n \"issued\": \"2022-06-14T01:10:55+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6724-4\",\n \"display\": \"Good color all over\"\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/b106aefe-19c2-402a-950b-2c280df9cee7/_history/MTcyMTI4MjUxMjUwMDc5MzAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4MjUxMjUwMDc5MzAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 06:01:52 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 06:01:52 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "838"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "8d66d8fc-e6ab-423b-af55-dace2eebfd3b"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32411-1\",\n \"display\": \"5 minute Apgar Color\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:10:55+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"a1b6d025-7098-43fc-abb2-e933ab5ee1fc\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:10:55+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:14:34.102791+00:00\",\n \"versionId\": \"MTcyMTI5MDQ3NDEwMjc5MTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6724-4\",\n \"display\": \"Good color all over\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Pulse (Denyut Jantung)",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"32412-9\",\n \"display\": \"5 minute Apgar Heart rate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:12:20+00:00\",\n \"issued\": \"2022-06-14T01:12:20+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6717-8\",\n \"display\": \"Fewer than 100 beats per minute\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Pulse (Denyut Jantung)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"32412-9\",\n \"display\": \"5 minute Apgar Heart rate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:12:20+00:00\",\n \"issued\": \"2022-06-14T01:12:20+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6717-8\",\n \"display\": \"Fewer than 100 beats per minute\"\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": "Thu, 18 Jul 2024 06:02:48 UTC"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/49404e7a-9081-4bb7-97ad-78c5e132755f/_history/MTcyMTI4MjU2ODUxODIxODAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4MjU2ODUxODIxODAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 06:02:48 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "855"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "731c5d50-44e0-4f15-81eb-f656597914ac"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32412-9\",\n \"display\": \"5 minute Apgar Heart rate\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:12:20+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"8a582483-912e-41c8-ab48-5c04e365f943\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:12:20+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:14:34.567716+00:00\",\n \"versionId\": \"MTcyMTI5MDQ3NDU2NzcxNjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6717-8\",\n \"display\": \"Fewer than 100 beats per minute\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Pulse (Denyut Jantung)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"32412-9\",\n \"display\": \"5 minute Apgar Heart rate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:12:20+00:00\",\n \"issued\": \"2022-06-14T01:12:20+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6717-8\",\n \"display\": \"Fewer than 100 beats per minute\"\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": "Thu, 18 Jul 2024 06:02:48 UTC"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/49404e7a-9081-4bb7-97ad-78c5e132755f/_history/MTcyMTI4MjU2ODUxODIxODAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI4MjU2ODUxODIxODAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 06:02:48 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "855"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "731c5d50-44e0-4f15-81eb-f656597914ac"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32412-9\",\n \"display\": \"5 minute Apgar Heart rate\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:12:20+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"8a582483-912e-41c8-ab48-5c04e365f943\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:12:20+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:14:34.567716+00:00\",\n \"versionId\": \"MTcyMTI5MDQ3NDU2NzcxNjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6717-8\",\n \"display\": \"Fewer than 100 beats per minute\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "APGAR menit ke-10",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Appearance (Warna Kulit)",
|
|
"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\": \"32401-2\",\n \"display\": \"10 minute Apgar Color\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:19:25+00:00\",\n \"issued\": \"2022-06-14T01:19:25+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6724-4\",\n \"display\": \"Good color all over\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Appearance (Warna Kulit)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32401-2\",\n \"display\": \"10 minute Apgar Color\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:19:25+00:00\",\n \"issued\": \"2022-06-14T01:19:25+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6724-4\",\n \"display\": \"Good color all over\"\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": "Thu, 18 Jul 2024 08:16:38 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDU5ODA4NTM0MDAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/a1d9b530-6a63-46fc-81cc-2ee3d67e8e88/_history/MTcyMTI5MDU5ODA4NTM0MDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:16:38 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "839"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "f982ce42-1fc7-4437-917b-89ddea0ffd4b"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32401-2\",\n \"display\": \"10 minute Apgar Color\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:19:25+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"a1d9b530-6a63-46fc-81cc-2ee3d67e8e88\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:19:25+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:16:38.085340+00:00\",\n \"versionId\": \"MTcyMTI5MDU5ODA4NTM0MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6724-4\",\n \"display\": \"Good color all over\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Appearance (Warna Kulit)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32401-2\",\n \"display\": \"10 minute Apgar Color\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:19:25+00:00\",\n \"issued\": \"2022-06-14T01:19:25+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6724-4\",\n \"display\": \"Good color all over\"\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": "Thu, 18 Jul 2024 08:16:38 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDU5ODA4NTM0MDAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/a1d9b530-6a63-46fc-81cc-2ee3d67e8e88/_history/MTcyMTI5MDU5ODA4NTM0MDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:16:38 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "839"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "f982ce42-1fc7-4437-917b-89ddea0ffd4b"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32401-2\",\n \"display\": \"10 minute Apgar Color\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:19:25+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"a1d9b530-6a63-46fc-81cc-2ee3d67e8e88\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:19:25+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:16:38.085340+00:00\",\n \"versionId\": \"MTcyMTI5MDU5ODA4NTM0MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6724-4\",\n \"display\": \"Good color all over\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Pulse (Denyut Jantung)",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"32402-0\",\n \"display\": \"10 minute Apgar Heart rate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:20:50+00:00\",\n \"issued\": \"2022-06-14T01:20:50+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6717-8\",\n \"display\": \"Fewer than 100 beats per minute\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Pulse (Denyut Jantung)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"32402-0\",\n \"display\": \"10 minute Apgar Heart rate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:20:50+00:00\",\n \"issued\": \"2022-06-14T01:20:50+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6717-8\",\n \"display\": \"Fewer than 100 beats per minute\"\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/8f8d22c9-063a-4738-8367-3335ba4d29da/_history/MTcyMTI5MDYwMzA0MTE5MTAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDYwMzA0MTE5MTAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:16:43 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:16:43 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "856"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "3a07c035-7150-4881-bf85-e78dc8ba3fc4"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32402-0\",\n \"display\": \"10 minute Apgar Heart rate\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:20:50+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"8f8d22c9-063a-4738-8367-3335ba4d29da\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:20:50+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:16:43.041191+00:00\",\n \"versionId\": \"MTcyMTI5MDYwMzA0MTE5MTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6717-8\",\n \"display\": \"Fewer than 100 beats per minute\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Pulse (Denyut Jantung)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"32402-0\",\n \"display\": \"10 minute Apgar Heart rate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:20:50+00:00\",\n \"issued\": \"2022-06-14T01:20:50+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6717-8\",\n \"display\": \"Fewer than 100 beats per minute\"\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/8f8d22c9-063a-4738-8367-3335ba4d29da/_history/MTcyMTI5MDYwMzA0MTE5MTAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDYwMzA0MTE5MTAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:16:43 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:16:43 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "856"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "3a07c035-7150-4881-bf85-e78dc8ba3fc4"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32402-0\",\n \"display\": \"10 minute Apgar Heart rate\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:20:50+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"8f8d22c9-063a-4738-8367-3335ba4d29da\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:20:50+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:16:43.041191+00:00\",\n \"versionId\": \"MTcyMTI5MDYwMzA0MTE5MTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6717-8\",\n \"display\": \"Fewer than 100 beats per minute\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Grimace (Reflkes Terhadap Stimulus Taktil)",
|
|
"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\": \"32404-6\",\n \"display\": \"10 minute Apgar Reflex irritability\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:22:15+00:00\",\n \"issued\": \"2022-06-14T01:22:15+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6720-2\",\n \"display\": \"Grimace during suctioning\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Grimace (Reflkes Terhadap Stimulus Taktil)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32404-6\",\n \"display\": \"10 minute Apgar Reflex irritability\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:22:15+00:00\",\n \"issued\": \"2022-06-14T01:22:15+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6720-2\",\n \"display\": \"Grimace during suctioning\"\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/03646042-d803-4050-9906-bcb5cd1f6988/_history/MTcyMTI5MDYwODUzNzIyNjAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDYwODUzNzIyNjAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:16:48 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:16:48 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "859"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "41c916f0-31e5-4afe-9f16-0575bb058917"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32404-6\",\n \"display\": \"10 minute Apgar Reflex irritability\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:22:15+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"03646042-d803-4050-9906-bcb5cd1f6988\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:22:15+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:16:48.537226+00:00\",\n \"versionId\": \"MTcyMTI5MDYwODUzNzIyNjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6720-2\",\n \"display\": \"Grimace during suctioning\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Grimace (Reflkes Terhadap Stimulus Taktil)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32404-6\",\n \"display\": \"10 minute Apgar Reflex irritability\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:22:15+00:00\",\n \"issued\": \"2022-06-14T01:22:15+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6720-2\",\n \"display\": \"Grimace during suctioning\"\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/03646042-d803-4050-9906-bcb5cd1f6988/_history/MTcyMTI5MDYwODUzNzIyNjAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDYwODUzNzIyNjAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:16:48 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:16:48 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "859"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "41c916f0-31e5-4afe-9f16-0575bb058917"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32404-6\",\n \"display\": \"10 minute Apgar Reflex irritability\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:22:15+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"03646042-d803-4050-9906-bcb5cd1f6988\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:22:15+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:16:48.537226+00:00\",\n \"versionId\": \"MTcyMTI5MDYwODUzNzIyNjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6720-2\",\n \"display\": \"Grimace during suctioning\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Activity (Tonus Otot)",
|
|
"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\": \"32403-8\",\n \"display\": \"10 minute Apgar Muscle tone\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:23:40+00:00\",\n \"issued\": \"2022-06-14T01:23:40+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6714-5\",\n \"display\": \"Some flexion of arms and legs\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Activity (Tonus Otot)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32403-8\",\n \"display\": \"10 minute Apgar Muscle tone\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:23:40+00:00\",\n \"issued\": \"2022-06-14T01:23:40+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6714-5\",\n \"display\": \"Some flexion of arms and legs\"\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/46ba8dc1-3a54-4e60-9010-cbde0a0407c1/_history/MTcyMTI5MDYxMzY2NzMwMTAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:16:53 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDYxMzY2NzMwMTAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:16:53 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "855"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "c98b53c4-5676-4e3c-8a29-f10b64acbd71"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32403-8\",\n \"display\": \"10 minute Apgar Muscle tone\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:23:40+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"46ba8dc1-3a54-4e60-9010-cbde0a0407c1\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:23:40+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:16:53.667301+00:00\",\n \"versionId\": \"MTcyMTI5MDYxMzY2NzMwMTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6714-5\",\n \"display\": \"Some flexion of arms and legs\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Activity (Tonus Otot)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32403-8\",\n \"display\": \"10 minute Apgar Muscle tone\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:23:40+00:00\",\n \"issued\": \"2022-06-14T01:23:40+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6714-5\",\n \"display\": \"Some flexion of arms and legs\"\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/46ba8dc1-3a54-4e60-9010-cbde0a0407c1/_history/MTcyMTI5MDYxMzY2NzMwMTAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:16:53 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDYxMzY2NzMwMTAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:16:53 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "855"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "c98b53c4-5676-4e3c-8a29-f10b64acbd71"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32403-8\",\n \"display\": \"10 minute Apgar Muscle tone\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:23:40+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"46ba8dc1-3a54-4e60-9010-cbde0a0407c1\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:23:40+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:16:53.667301+00:00\",\n \"versionId\": \"MTcyMTI5MDYxMzY2NzMwMTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6714-5\",\n \"display\": \"Some flexion of arms and legs\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Respiration (Pernapasan)",
|
|
"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\": \"32405-3\",\n \"display\": \"10 minute Apgar Respiratory effort\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:25:05+00:00\",\n \"issued\": \"2022-06-14T01:25:05+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6726-9\",\n \"display\": \"Weak cry; may sound like whimpering, slow or irregular breathing\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Respiration (Pernapasan)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32405-3\",\n \"display\": \"10 minute Apgar Respiratory effort\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:25:05+00:00\",\n \"issued\": \"2022-06-14T01:25:05+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6726-9\",\n \"display\": \"Weak cry; may sound like whimpering, slow or irregular breathing\"\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": "Thu, 18 Jul 2024 08:16:59 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/262557c5-ef58-470d-a400-983e038f9f7e/_history/MTcyMTI5MDYxOTEwOTI4MDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDYxOTEwOTI4MDAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:16:59 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "897"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "73352297-7ee2-49c4-ae3b-a08e23c8514d"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32405-3\",\n \"display\": \"10 minute Apgar Respiratory effort\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:25:05+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"262557c5-ef58-470d-a400-983e038f9f7e\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:25:05+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:16:59.109280+00:00\",\n \"versionId\": \"MTcyMTI5MDYxOTEwOTI4MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6726-9\",\n \"display\": \"Weak cry; may sound like whimpering, slow or irregular breathing\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Respiration (Pernapasan)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32405-3\",\n \"display\": \"10 minute Apgar Respiratory effort\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:25:05+00:00\",\n \"issued\": \"2022-06-14T01:25:05+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6726-9\",\n \"display\": \"Weak cry; may sound like whimpering, slow or irregular breathing\"\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": "Thu, 18 Jul 2024 08:16:59 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/262557c5-ef58-470d-a400-983e038f9f7e/_history/MTcyMTI5MDYxOTEwOTI4MDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDYxOTEwOTI4MDAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:16:59 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "897"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "73352297-7ee2-49c4-ae3b-a08e23c8514d"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32405-3\",\n \"display\": \"10 minute Apgar Respiratory effort\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:25:05+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"262557c5-ef58-470d-a400-983e038f9f7e\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:25:05+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:16:59.109280+00:00\",\n \"versionId\": \"MTcyMTI5MDYxOTEwOTI4MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6726-9\",\n \"display\": \"Weak cry; may sound like whimpering, slow or irregular breathing\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Total Skor APGAR menit ke-10",
|
|
"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\": \"9271-8\",\n \"display\": \"10 minute Apgar Score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:26:30+00:00\",\n \"issued\": \"2022-06-14T01:26:30+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 6,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"77362009\",\n \"display\": \"Mild to moderate birth asphyxia\"\n }\n ],\n \"text\": \"Asfiksia sedang\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Total Skor APGAR menit ke-10",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"9271-8\",\n \"display\": \"10 minute Apgar Score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:26:30+00:00\",\n \"issued\": \"2022-06-14T01:26:30+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 6,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"77362009\",\n \"display\": \"Mild to moderate birth asphyxia\"\n }\n ],\n \"text\": \"Asfiksia sedang\"\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": "Thu, 18 Jul 2024 08:17:04 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDYyNDgxNzY4MDAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/489d4c9b-7217-47d7-9403-1d0b5cf8cd01/_history/MTcyMTI5MDYyNDgxNzY4MDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:17:04 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "976"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "99f3f238-afe6-4d7e-bac6-758655b1b35e"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"9271-8\",\n \"display\": \"10 minute Apgar Score\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:26:30+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"489d4c9b-7217-47d7-9403-1d0b5cf8cd01\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"77362009\",\n \"display\": \"Mild to moderate birth asphyxia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Asfiksia sedang\"\n }\n ],\n \"issued\": \"2022-06-14T01:26:30+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:17:04.817680+00:00\",\n \"versionId\": \"MTcyMTI5MDYyNDgxNzY4MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 6\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Total Skor APGAR menit ke-10",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"9271-8\",\n \"display\": \"10 minute Apgar Score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:26:30+00:00\",\n \"issued\": \"2022-06-14T01:26:30+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 6,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"77362009\",\n \"display\": \"Mild to moderate birth asphyxia\"\n }\n ],\n \"text\": \"Asfiksia sedang\"\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": "Thu, 18 Jul 2024 08:17:04 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDYyNDgxNzY4MDAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/489d4c9b-7217-47d7-9403-1d0b5cf8cd01/_history/MTcyMTI5MDYyNDgxNzY4MDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:17:04 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "976"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "99f3f238-afe6-4d7e-bac6-758655b1b35e"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"9271-8\",\n \"display\": \"10 minute Apgar Score\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:26:30+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"489d4c9b-7217-47d7-9403-1d0b5cf8cd01\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"77362009\",\n \"display\": \"Mild to moderate birth asphyxia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Asfiksia sedang\"\n }\n ],\n \"issued\": \"2022-06-14T01:26:30+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:17:04.817680+00:00\",\n \"versionId\": \"MTcyMTI5MDYyNDgxNzY4MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 6\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Total Skor APGAR menit ke-10",
|
|
"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\": \"9271-8\",\n \"display\": \"10 minute Apgar Score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:26:30+00:00\",\n \"issued\": \"2022-06-14T01:26:30+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 6,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"77362009\",\n \"display\": \"Mild to moderate birth asphyxia\"\n }\n ],\n \"text\": \"Asfiksia sedang\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Total Skor APGAR menit ke-10",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"9271-8\",\n \"display\": \"10 minute Apgar Score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:26:30+00:00\",\n \"issued\": \"2022-06-14T01:26:30+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 6,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"77362009\",\n \"display\": \"Mild to moderate birth asphyxia\"\n }\n ],\n \"text\": \"Asfiksia sedang\"\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": "Thu, 18 Jul 2024 08:17:04 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDYyNDgxNzY4MDAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/489d4c9b-7217-47d7-9403-1d0b5cf8cd01/_history/MTcyMTI5MDYyNDgxNzY4MDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:17:04 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "976"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "99f3f238-afe6-4d7e-bac6-758655b1b35e"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"9271-8\",\n \"display\": \"10 minute Apgar Score\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:26:30+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"489d4c9b-7217-47d7-9403-1d0b5cf8cd01\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"77362009\",\n \"display\": \"Mild to moderate birth asphyxia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Asfiksia sedang\"\n }\n ],\n \"issued\": \"2022-06-14T01:26:30+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:17:04.817680+00:00\",\n \"versionId\": \"MTcyMTI5MDYyNDgxNzY4MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 6\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Total Skor APGAR menit ke-10",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"9271-8\",\n \"display\": \"10 minute Apgar Score\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:26:30+00:00\",\n \"issued\": \"2022-06-14T01:26:30+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 6,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"77362009\",\n \"display\": \"Mild to moderate birth asphyxia\"\n }\n ],\n \"text\": \"Asfiksia sedang\"\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": "Thu, 18 Jul 2024 08:17:04 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDYyNDgxNzY4MDAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/489d4c9b-7217-47d7-9403-1d0b5cf8cd01/_history/MTcyMTI5MDYyNDgxNzY4MDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:17:04 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "976"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "99f3f238-afe6-4d7e-bac6-758655b1b35e"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"9271-8\",\n \"display\": \"10 minute Apgar Score\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:26:30+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"489d4c9b-7217-47d7-9403-1d0b5cf8cd01\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"77362009\",\n \"display\": \"Mild to moderate birth asphyxia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Asfiksia sedang\"\n }\n ],\n \"issued\": \"2022-06-14T01:26:30+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:17:04.817680+00:00\",\n \"versionId\": \"MTcyMTI5MDYyNDgxNzY4MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 6\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Pulse (Denyut Jantung)",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"32402-0\",\n \"display\": \"10 minute Apgar Heart rate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:20:50+00:00\",\n \"issued\": \"2022-06-14T01:20:50+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6717-8\",\n \"display\": \"Fewer than 100 beats per minute\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Pulse (Denyut Jantung)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"32402-0\",\n \"display\": \"10 minute Apgar Heart rate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:20:50+00:00\",\n \"issued\": \"2022-06-14T01:20:50+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6717-8\",\n \"display\": \"Fewer than 100 beats per minute\"\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/8f8d22c9-063a-4738-8367-3335ba4d29da/_history/MTcyMTI5MDYwMzA0MTE5MTAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDYwMzA0MTE5MTAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:16:43 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:16:43 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "856"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "3a07c035-7150-4881-bf85-e78dc8ba3fc4"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32402-0\",\n \"display\": \"10 minute Apgar Heart rate\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:20:50+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"8f8d22c9-063a-4738-8367-3335ba4d29da\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:20:50+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:16:43.041191+00:00\",\n \"versionId\": \"MTcyMTI5MDYwMzA0MTE5MTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6717-8\",\n \"display\": \"Fewer than 100 beats per minute\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Pulse (Denyut Jantung)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"32402-0\",\n \"display\": \"10 minute Apgar Heart rate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:20:50+00:00\",\n \"issued\": \"2022-06-14T01:20:50+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6717-8\",\n \"display\": \"Fewer than 100 beats per minute\"\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/8f8d22c9-063a-4738-8367-3335ba4d29da/_history/MTcyMTI5MDYwMzA0MTE5MTAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDYwMzA0MTE5MTAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:16:43 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:16:43 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "856"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "3a07c035-7150-4881-bf85-e78dc8ba3fc4"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32402-0\",\n \"display\": \"10 minute Apgar Heart rate\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:20:50+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"8f8d22c9-063a-4738-8367-3335ba4d29da\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:20:50+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:16:43.041191+00:00\",\n \"versionId\": \"MTcyMTI5MDYwMzA0MTE5MTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6717-8\",\n \"display\": \"Fewer than 100 beats per minute\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Activity (Tonus Otot)",
|
|
"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\": \"32403-8\",\n \"display\": \"10 minute Apgar Muscle tone\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:23:40+00:00\",\n \"issued\": \"2022-06-14T01:23:40+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6714-5\",\n \"display\": \"Some flexion of arms and legs\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Activity (Tonus Otot)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32403-8\",\n \"display\": \"10 minute Apgar Muscle tone\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:23:40+00:00\",\n \"issued\": \"2022-06-14T01:23:40+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6714-5\",\n \"display\": \"Some flexion of arms and legs\"\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/46ba8dc1-3a54-4e60-9010-cbde0a0407c1/_history/MTcyMTI5MDYxMzY2NzMwMTAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:16:53 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDYxMzY2NzMwMTAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:16:53 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "855"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "c98b53c4-5676-4e3c-8a29-f10b64acbd71"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32403-8\",\n \"display\": \"10 minute Apgar Muscle tone\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:23:40+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"46ba8dc1-3a54-4e60-9010-cbde0a0407c1\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:23:40+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:16:53.667301+00:00\",\n \"versionId\": \"MTcyMTI5MDYxMzY2NzMwMTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6714-5\",\n \"display\": \"Some flexion of arms and legs\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Activity (Tonus Otot)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32403-8\",\n \"display\": \"10 minute Apgar Muscle tone\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:23:40+00:00\",\n \"issued\": \"2022-06-14T01:23:40+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6714-5\",\n \"display\": \"Some flexion of arms and legs\"\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/46ba8dc1-3a54-4e60-9010-cbde0a0407c1/_history/MTcyMTI5MDYxMzY2NzMwMTAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:16:53 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDYxMzY2NzMwMTAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:16:53 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "855"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "c98b53c4-5676-4e3c-8a29-f10b64acbd71"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32403-8\",\n \"display\": \"10 minute Apgar Muscle tone\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:23:40+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"46ba8dc1-3a54-4e60-9010-cbde0a0407c1\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:23:40+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:16:53.667301+00:00\",\n \"versionId\": \"MTcyMTI5MDYxMzY2NzMwMTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6714-5\",\n \"display\": \"Some flexion of arms and legs\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Respiration (Pernapasan)",
|
|
"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\": \"32405-3\",\n \"display\": \"10 minute Apgar Respiratory effort\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:25:05+00:00\",\n \"issued\": \"2022-06-14T01:25:05+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6726-9\",\n \"display\": \"Weak cry; may sound like whimpering, slow or irregular breathing\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Respiration (Pernapasan)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32405-3\",\n \"display\": \"10 minute Apgar Respiratory effort\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:25:05+00:00\",\n \"issued\": \"2022-06-14T01:25:05+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6726-9\",\n \"display\": \"Weak cry; may sound like whimpering, slow or irregular breathing\"\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": "Thu, 18 Jul 2024 08:16:59 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/262557c5-ef58-470d-a400-983e038f9f7e/_history/MTcyMTI5MDYxOTEwOTI4MDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDYxOTEwOTI4MDAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:16:59 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "897"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "73352297-7ee2-49c4-ae3b-a08e23c8514d"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32405-3\",\n \"display\": \"10 minute Apgar Respiratory effort\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:25:05+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"262557c5-ef58-470d-a400-983e038f9f7e\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:25:05+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:16:59.109280+00:00\",\n \"versionId\": \"MTcyMTI5MDYxOTEwOTI4MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6726-9\",\n \"display\": \"Weak cry; may sound like whimpering, slow or irregular breathing\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Respiration (Pernapasan)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32405-3\",\n \"display\": \"10 minute Apgar Respiratory effort\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:25:05+00:00\",\n \"issued\": \"2022-06-14T01:25:05+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6726-9\",\n \"display\": \"Weak cry; may sound like whimpering, slow or irregular breathing\"\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": "Thu, 18 Jul 2024 08:16:59 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/262557c5-ef58-470d-a400-983e038f9f7e/_history/MTcyMTI5MDYxOTEwOTI4MDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDYxOTEwOTI4MDAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:16:59 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "897"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "73352297-7ee2-49c4-ae3b-a08e23c8514d"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32405-3\",\n \"display\": \"10 minute Apgar Respiratory effort\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:25:05+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"262557c5-ef58-470d-a400-983e038f9f7e\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:25:05+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:16:59.109280+00:00\",\n \"versionId\": \"MTcyMTI5MDYxOTEwOTI4MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6726-9\",\n \"display\": \"Weak cry; may sound like whimpering, slow or irregular breathing\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Appearance (Warna Kulit)",
|
|
"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\": \"32401-2\",\n \"display\": \"10 minute Apgar Color\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:19:25+00:00\",\n \"issued\": \"2022-06-14T01:19:25+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6724-4\",\n \"display\": \"Good color all over\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Appearance (Warna Kulit)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32401-2\",\n \"display\": \"10 minute Apgar Color\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:19:25+00:00\",\n \"issued\": \"2022-06-14T01:19:25+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6724-4\",\n \"display\": \"Good color all over\"\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": "Thu, 18 Jul 2024 08:16:38 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDU5ODA4NTM0MDAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/a1d9b530-6a63-46fc-81cc-2ee3d67e8e88/_history/MTcyMTI5MDU5ODA4NTM0MDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:16:38 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "839"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "f982ce42-1fc7-4437-917b-89ddea0ffd4b"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32401-2\",\n \"display\": \"10 minute Apgar Color\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:19:25+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"a1d9b530-6a63-46fc-81cc-2ee3d67e8e88\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:19:25+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:16:38.085340+00:00\",\n \"versionId\": \"MTcyMTI5MDU5ODA4NTM0MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6724-4\",\n \"display\": \"Good color all over\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Appearance (Warna Kulit)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32401-2\",\n \"display\": \"10 minute Apgar Color\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:19:25+00:00\",\n \"issued\": \"2022-06-14T01:19:25+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6724-4\",\n \"display\": \"Good color all over\"\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": "Thu, 18 Jul 2024 08:16:38 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDU5ODA4NTM0MDAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/a1d9b530-6a63-46fc-81cc-2ee3d67e8e88/_history/MTcyMTI5MDU5ODA4NTM0MDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:16:38 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "839"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "f982ce42-1fc7-4437-917b-89ddea0ffd4b"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32401-2\",\n \"display\": \"10 minute Apgar Color\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:19:25+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"a1d9b530-6a63-46fc-81cc-2ee3d67e8e88\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:19:25+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:16:38.085340+00:00\",\n \"versionId\": \"MTcyMTI5MDU5ODA4NTM0MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6724-4\",\n \"display\": \"Good color all over\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Grimace (Reflkes Terhadap Stimulus Taktil)",
|
|
"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\": \"32404-6\",\n \"display\": \"10 minute Apgar Reflex irritability\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:22:15+00:00\",\n \"issued\": \"2022-06-14T01:22:15+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6720-2\",\n \"display\": \"Grimace during suctioning\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Grimace (Reflkes Terhadap Stimulus Taktil)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32404-6\",\n \"display\": \"10 minute Apgar Reflex irritability\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:22:15+00:00\",\n \"issued\": \"2022-06-14T01:22:15+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6720-2\",\n \"display\": \"Grimace during suctioning\"\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/03646042-d803-4050-9906-bcb5cd1f6988/_history/MTcyMTI5MDYwODUzNzIyNjAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDYwODUzNzIyNjAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:16:48 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:16:48 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "859"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "41c916f0-31e5-4afe-9f16-0575bb058917"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32404-6\",\n \"display\": \"10 minute Apgar Reflex irritability\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:22:15+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"03646042-d803-4050-9906-bcb5cd1f6988\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:22:15+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:16:48.537226+00:00\",\n \"versionId\": \"MTcyMTI5MDYwODUzNzIyNjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6720-2\",\n \"display\": \"Grimace during suctioning\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Grimace (Reflkes Terhadap Stimulus Taktil)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32404-6\",\n \"display\": \"10 minute Apgar Reflex irritability\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:22:15+00:00\",\n \"issued\": \"2022-06-14T01:22:15+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6720-2\",\n \"display\": \"Grimace during suctioning\"\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/03646042-d803-4050-9906-bcb5cd1f6988/_history/MTcyMTI5MDYwODUzNzIyNjAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDYwODUzNzIyNjAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:16:48 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:16:48 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "859"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "41c916f0-31e5-4afe-9f16-0575bb058917"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32404-6\",\n \"display\": \"10 minute Apgar Reflex irritability\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:22:15+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"03646042-d803-4050-9906-bcb5cd1f6988\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T01:22:15+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:16:48.537226+00:00\",\n \"versionId\": \"MTcyMTI5MDYwODUzNzIyNjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6720-2\",\n \"display\": \"Grimace during suctioning\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Golongan Darah",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Goldar",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\n \"value\": \"O111111\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"laboratory\",\n \"display\": \"Laboratory\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"883-9\",\n \"display\": \"ABO group [Type] in Blood\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:27:55+00:00\",\n \"issued\": \"2022-06-14T01:27:55+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA19710-5\",\n \"display\": \"Group A\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Goldar",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\n \"value\": \"O111111\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"laboratory\",\n \"display\": \"Laboratory\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"883-9\",\n \"display\": \"ABO group [Type] in Blood\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:27:55+00:00\",\n \"issued\": \"2022-06-14T01:27:55+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA19710-5\",\n \"display\": \"Group A\"\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/8a2edb34-4a6f-4e0c-82a1-592a4d9ba200/_history/MTcyMTI5MDYzNDc3MTM1NzAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:17:14 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDYzNDc3MTM1NzAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:17:14 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "917"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "62c096d6-62d4-4a50-bb7e-091b9f1084bc"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\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\": \"883-9\",\n \"display\": \"ABO group [Type] in Blood\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:27:55+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"8a2edb34-4a6f-4e0c-82a1-592a4d9ba200\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000005\",\n \"value\": \"O111111\"\n }\n ],\n \"issued\": \"2022-06-14T01:27:55+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:17:14.771357+00:00\",\n \"versionId\": \"MTcyMTI5MDYzNDc3MTM1NzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA19710-5\",\n \"display\": \"Group A\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Goldar",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\n \"value\": \"O111111\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"laboratory\",\n \"display\": \"Laboratory\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"883-9\",\n \"display\": \"ABO group [Type] in Blood\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:27:55+00:00\",\n \"issued\": \"2022-06-14T01:27:55+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA19710-5\",\n \"display\": \"Group A\"\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/8a2edb34-4a6f-4e0c-82a1-592a4d9ba200/_history/MTcyMTI5MDYzNDc3MTM1NzAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:17:14 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDYzNDc3MTM1NzAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:17:14 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "917"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "62c096d6-62d4-4a50-bb7e-091b9f1084bc"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\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\": \"883-9\",\n \"display\": \"ABO group [Type] in Blood\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:27:55+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"8a2edb34-4a6f-4e0c-82a1-592a4d9ba200\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000005\",\n \"value\": \"O111111\"\n }\n ],\n \"issued\": \"2022-06-14T01:27:55+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:17:14.771357+00:00\",\n \"versionId\": \"MTcyMTI5MDYzNDc3MTM1NzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA19710-5\",\n \"display\": \"Group A\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Goldar",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\n \"value\": \"O111111\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"laboratory\",\n \"display\": \"Laboratory\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"883-9\",\n \"display\": \"ABO group [Type] in Blood\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:27:55+00:00\",\n \"issued\": \"2022-06-14T01:27:55+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA19710-5\",\n \"display\": \"Group A\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Goldar",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\n \"value\": \"O111111\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"laboratory\",\n \"display\": \"Laboratory\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"883-9\",\n \"display\": \"ABO group [Type] in Blood\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:27:55+00:00\",\n \"issued\": \"2022-06-14T01:27:55+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA19710-5\",\n \"display\": \"Group A\"\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/8a2edb34-4a6f-4e0c-82a1-592a4d9ba200/_history/MTcyMTI5MDYzNDc3MTM1NzAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:17:14 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDYzNDc3MTM1NzAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:17:14 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "917"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "62c096d6-62d4-4a50-bb7e-091b9f1084bc"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\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\": \"883-9\",\n \"display\": \"ABO group [Type] in Blood\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:27:55+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"8a2edb34-4a6f-4e0c-82a1-592a4d9ba200\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000005\",\n \"value\": \"O111111\"\n }\n ],\n \"issued\": \"2022-06-14T01:27:55+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:17:14.771357+00:00\",\n \"versionId\": \"MTcyMTI5MDYzNDc3MTM1NzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA19710-5\",\n \"display\": \"Group A\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Goldar",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\n \"value\": \"O111111\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"laboratory\",\n \"display\": \"Laboratory\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"883-9\",\n \"display\": \"ABO group [Type] in Blood\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:27:55+00:00\",\n \"issued\": \"2022-06-14T01:27:55+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA19710-5\",\n \"display\": \"Group A\"\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/8a2edb34-4a6f-4e0c-82a1-592a4d9ba200/_history/MTcyMTI5MDYzNDc3MTM1NzAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:17:14 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDYzNDc3MTM1NzAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:17:14 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "917"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "62c096d6-62d4-4a50-bb7e-091b9f1084bc"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\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\": \"883-9\",\n \"display\": \"ABO group [Type] in Blood\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:27:55+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"8a2edb34-4a6f-4e0c-82a1-592a4d9ba200\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000005\",\n \"value\": \"O111111\"\n }\n ],\n \"issued\": \"2022-06-14T01:27:55+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:17:14.771357+00:00\",\n \"versionId\": \"MTcyMTI5MDYzNDc3MTM1NzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA19710-5\",\n \"display\": \"Group A\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Rhesus",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Rhesus",
|
|
"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\": \"O111112\"\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\": \"10331-7\",\n \"display\": \"Rh [Type] in Blood\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:29:20+00:00\",\n \"issued\": \"2022-06-14T01:29:20+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6576-8\",\n \"display\": \"Positive\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Rhesus",
|
|
"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\": \"O111112\"\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\": \"10331-7\",\n \"display\": \"Rh [Type] in Blood\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:29:20+00:00\",\n \"issued\": \"2022-06-14T01:29:20+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6576-8\",\n \"display\": \"Positive\"\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/\"MTcyMTI5MDY0NzQ1ODU4MDAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/be04bcfc-f7f8-47e2-b8de-ce504bd77fbc/_history/MTcyMTI5MDY0NzQ1ODU4MDAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:17:27 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:17:27 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "912"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "26848d71-e9b8-4b9d-924a-9a9870c9ae4f"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\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\": \"10331-7\",\n \"display\": \"Rh [Type] in Blood\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:29:20+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"be04bcfc-f7f8-47e2-b8de-ce504bd77fbc\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000005\",\n \"value\": \"O111112\"\n }\n ],\n \"issued\": \"2022-06-14T01:29:20+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:17:27.458580+00:00\",\n \"versionId\": \"MTcyMTI5MDY0NzQ1ODU4MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6576-8\",\n \"display\": \"Positive\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Rhesus",
|
|
"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\": \"O111112\"\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\": \"10331-7\",\n \"display\": \"Rh [Type] in Blood\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:29:20+00:00\",\n \"issued\": \"2022-06-14T01:29:20+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6576-8\",\n \"display\": \"Positive\"\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/\"MTcyMTI5MDY0NzQ1ODU4MDAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/be04bcfc-f7f8-47e2-b8de-ce504bd77fbc/_history/MTcyMTI5MDY0NzQ1ODU4MDAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:17:27 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:17:27 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "912"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "26848d71-e9b8-4b9d-924a-9a9870c9ae4f"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\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\": \"10331-7\",\n \"display\": \"Rh [Type] in Blood\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:29:20+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"be04bcfc-f7f8-47e2-b8de-ce504bd77fbc\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000005\",\n \"value\": \"O111112\"\n }\n ],\n \"issued\": \"2022-06-14T01:29:20+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:17:27.458580+00:00\",\n \"versionId\": \"MTcyMTI5MDY0NzQ1ODU4MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6576-8\",\n \"display\": \"Positive\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Rhesus",
|
|
"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\": \"O111112\"\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\": \"10331-7\",\n \"display\": \"Rh [Type] in Blood\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:29:20+00:00\",\n \"issued\": \"2022-06-14T01:29:20+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6576-8\",\n \"display\": \"Positive\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Rhesus",
|
|
"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\": \"O111112\"\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\": \"10331-7\",\n \"display\": \"Rh [Type] in Blood\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:29:20+00:00\",\n \"issued\": \"2022-06-14T01:29:20+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6576-8\",\n \"display\": \"Positive\"\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/\"MTcyMTI5MDY0NzQ1ODU4MDAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/be04bcfc-f7f8-47e2-b8de-ce504bd77fbc/_history/MTcyMTI5MDY0NzQ1ODU4MDAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:17:27 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:17:27 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "912"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "26848d71-e9b8-4b9d-924a-9a9870c9ae4f"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\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\": \"10331-7\",\n \"display\": \"Rh [Type] in Blood\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:29:20+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"be04bcfc-f7f8-47e2-b8de-ce504bd77fbc\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000005\",\n \"value\": \"O111112\"\n }\n ],\n \"issued\": \"2022-06-14T01:29:20+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:17:27.458580+00:00\",\n \"versionId\": \"MTcyMTI5MDY0NzQ1ODU4MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6576-8\",\n \"display\": \"Positive\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Rhesus",
|
|
"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\": \"O111112\"\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\": \"10331-7\",\n \"display\": \"Rh [Type] in Blood\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:29:20+00:00\",\n \"issued\": \"2022-06-14T01:29:20+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6576-8\",\n \"display\": \"Positive\"\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/\"MTcyMTI5MDY0NzQ1ODU4MDAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/be04bcfc-f7f8-47e2-b8de-ce504bd77fbc/_history/MTcyMTI5MDY0NzQ1ODU4MDAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:17:27 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:17:27 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "912"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "26848d71-e9b8-4b9d-924a-9a9870c9ae4f"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\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\": \"10331-7\",\n \"display\": \"Rh [Type] in Blood\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:29:20+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"be04bcfc-f7f8-47e2-b8de-ce504bd77fbc\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000005\",\n \"value\": \"O111112\"\n }\n ],\n \"issued\": \"2022-06-14T01:29:20+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:17:27.458580+00:00\",\n \"versionId\": \"MTcyMTI5MDY0NzQ1ODU4MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6576-8\",\n \"display\": \"Positive\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Apakah Diberikan Resusitasi",
|
|
"item": [
|
|
{
|
|
"name": "Ya",
|
|
"item": [
|
|
{
|
|
"name": "Procedure - Diberikan Resusitasi",
|
|
"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\": \"373110003\",\n \"display\": \"Emergency procedure\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"386412000\",\n \"display\": \"Resuscitation of neonate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T01:32:00+00:00\",\n \"end\": \"2022-06-14T01:35:25+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Procedure",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Procedure"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Procedure - Diberikan Resusitasi",
|
|
"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\": \"373110003\",\n \"display\": \"Emergency procedure\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"386412000\",\n \"display\": \"Resuscitation of neonate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T01:32:00+00:00\",\n \"end\": \"2022-06-14T01:35:25+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\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/\"MTcyMTI5MDY1OTAwNzgyNDAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:17:39 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/41f25078-2c2a-41ce-b20d-12eb46979c2b/_history/MTcyMTI5MDY1OTAwNzgyNDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:17:39 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "756"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "26943e4a-a9a0-4f78-bb3b-16ae1a409b62"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' 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\": \"373110003\",\n \"display\": \"Emergency procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"386412000\",\n \"display\": \"Resuscitation of neonate\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"41f25078-2c2a-41ce-b20d-12eb46979c2b\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:17:39.007824+00:00\",\n \"versionId\": \"MTcyMTI5MDY1OTAwNzgyNDAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2022-06-14T01:35:25+00:00\",\n \"start\": \"2022-06-14T01:32:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
},
|
|
{
|
|
"name": "Procedure - Diberikan Resusitasi",
|
|
"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\": \"373110003\",\n \"display\": \"Emergency procedure\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"386412000\",\n \"display\": \"Resuscitation of neonate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T01:32:00+00:00\",\n \"end\": \"2022-06-14T01:35:25+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\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/\"MTcyMTI5MDY1OTAwNzgyNDAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:17:39 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/41f25078-2c2a-41ce-b20d-12eb46979c2b/_history/MTcyMTI5MDY1OTAwNzgyNDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:17:39 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "756"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "26943e4a-a9a0-4f78-bb3b-16ae1a409b62"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' 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\": \"373110003\",\n \"display\": \"Emergency procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"386412000\",\n \"display\": \"Resuscitation of neonate\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"41f25078-2c2a-41ce-b20d-12eb46979c2b\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:17:39.007824+00:00\",\n \"versionId\": \"MTcyMTI5MDY1OTAwNzgyNDAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2022-06-14T01:35:25+00:00\",\n \"start\": \"2022-06-14T01:32:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Procedure - Diberikan Resusitasi",
|
|
"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\": \"373110003\",\n \"display\": \"Emergency procedure\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"386412000\",\n \"display\": \"Resuscitation of neonate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T01:32:00+00:00\",\n \"end\": \"2022-06-14T01:35:25+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Procedure",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Procedure"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Procedure - Diberikan Resusitasi",
|
|
"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\": \"373110003\",\n \"display\": \"Emergency procedure\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"386412000\",\n \"display\": \"Resuscitation of neonate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T01:32:00+00:00\",\n \"end\": \"2022-06-14T01:35:25+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\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/\"MTcyMTI5MDY1OTAwNzgyNDAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:17:39 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/41f25078-2c2a-41ce-b20d-12eb46979c2b/_history/MTcyMTI5MDY1OTAwNzgyNDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:17:39 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "756"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "26943e4a-a9a0-4f78-bb3b-16ae1a409b62"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' 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\": \"373110003\",\n \"display\": \"Emergency procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"386412000\",\n \"display\": \"Resuscitation of neonate\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"41f25078-2c2a-41ce-b20d-12eb46979c2b\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:17:39.007824+00:00\",\n \"versionId\": \"MTcyMTI5MDY1OTAwNzgyNDAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2022-06-14T01:35:25+00:00\",\n \"start\": \"2022-06-14T01:32:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
},
|
|
{
|
|
"name": "Procedure - Diberikan Resusitasi",
|
|
"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\": \"373110003\",\n \"display\": \"Emergency procedure\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"386412000\",\n \"display\": \"Resuscitation of neonate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T01:32:00+00:00\",\n \"end\": \"2022-06-14T01:35:25+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\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/\"MTcyMTI5MDY1OTAwNzgyNDAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:17:39 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/41f25078-2c2a-41ce-b20d-12eb46979c2b/_history/MTcyMTI5MDY1OTAwNzgyNDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:17:39 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "756"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "26943e4a-a9a0-4f78-bb3b-16ae1a409b62"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' 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\": \"373110003\",\n \"display\": \"Emergency procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"386412000\",\n \"display\": \"Resuscitation of neonate\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"41f25078-2c2a-41ce-b20d-12eb46979c2b\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:17:39.007824+00:00\",\n \"versionId\": \"MTcyMTI5MDY1OTAwNzgyNDAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2022-06-14T01:35:25+00:00\",\n \"start\": \"2022-06-14T01:32:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Tidak",
|
|
"item": [
|
|
{
|
|
"name": "Procedure - Tidak Diberikan Resusitasi",
|
|
"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\": \"373110003\",\n \"display\": \"Emergency procedure\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"386412000\",\n \"display\": \"Resuscitation of neonate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T01:38:05+00:00\",\n \"end\": \"2022-06-14T01:41:30+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Procedure",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Procedure"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Procedure - Tidak Diberikan Resusitasi",
|
|
"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\": \"373110003\",\n \"display\": \"Emergency procedure\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"386412000\",\n \"display\": \"Resuscitation of neonate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T01:38:05+00:00\",\n \"end\": \"2022-06-14T01:41:30+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\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/\"MTcyMTI5MDY3MDEyMDM4MjAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/411a60e5-ab89-4aea-9a31-770dfbe94149/_history/MTcyMTI5MDY3MDEyMDM4MjAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:17:50 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:17:50 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "755"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "e8154d6c-80f1-466a-95a6-a6514db285f1"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' 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\": \"373110003\",\n \"display\": \"Emergency procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"386412000\",\n \"display\": \"Resuscitation of neonate\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"411a60e5-ab89-4aea-9a31-770dfbe94149\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:17:50.120382+00:00\",\n \"versionId\": \"MTcyMTI5MDY3MDEyMDM4MjAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2022-06-14T01:41:30+00:00\",\n \"start\": \"2022-06-14T01:38:05+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"not-done\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
},
|
|
{
|
|
"name": "Procedure - Tidak Diberikan Resusitasi",
|
|
"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\": \"373110003\",\n \"display\": \"Emergency procedure\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"386412000\",\n \"display\": \"Resuscitation of neonate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T01:38:05+00:00\",\n \"end\": \"2022-06-14T01:41:30+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\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/\"MTcyMTI5MDY3MDEyMDM4MjAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/411a60e5-ab89-4aea-9a31-770dfbe94149/_history/MTcyMTI5MDY3MDEyMDM4MjAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:17:50 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:17:50 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "755"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "e8154d6c-80f1-466a-95a6-a6514db285f1"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' 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\": \"373110003\",\n \"display\": \"Emergency procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"386412000\",\n \"display\": \"Resuscitation of neonate\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"411a60e5-ab89-4aea-9a31-770dfbe94149\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:17:50.120382+00:00\",\n \"versionId\": \"MTcyMTI5MDY3MDEyMDM4MjAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2022-06-14T01:41:30+00:00\",\n \"start\": \"2022-06-14T01:38:05+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"not-done\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Procedure - Tidak Diberikan Resusitasi",
|
|
"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\": \"373110003\",\n \"display\": \"Emergency procedure\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"386412000\",\n \"display\": \"Resuscitation of neonate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T01:38:05+00:00\",\n \"end\": \"2022-06-14T01:41:30+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Procedure",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Procedure"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Procedure - Tidak Diberikan Resusitasi",
|
|
"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\": \"373110003\",\n \"display\": \"Emergency procedure\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"386412000\",\n \"display\": \"Resuscitation of neonate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T01:38:05+00:00\",\n \"end\": \"2022-06-14T01:41:30+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\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/\"MTcyMTI5MDY3MDEyMDM4MjAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/411a60e5-ab89-4aea-9a31-770dfbe94149/_history/MTcyMTI5MDY3MDEyMDM4MjAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:17:50 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:17:50 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "755"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "e8154d6c-80f1-466a-95a6-a6514db285f1"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' 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\": \"373110003\",\n \"display\": \"Emergency procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"386412000\",\n \"display\": \"Resuscitation of neonate\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"411a60e5-ab89-4aea-9a31-770dfbe94149\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:17:50.120382+00:00\",\n \"versionId\": \"MTcyMTI5MDY3MDEyMDM4MjAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2022-06-14T01:41:30+00:00\",\n \"start\": \"2022-06-14T01:38:05+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"not-done\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
},
|
|
{
|
|
"name": "Procedure - Tidak Diberikan Resusitasi",
|
|
"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\": \"373110003\",\n \"display\": \"Emergency procedure\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"386412000\",\n \"display\": \"Resuscitation of neonate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T01:38:05+00:00\",\n \"end\": \"2022-06-14T01:41:30+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\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/\"MTcyMTI5MDY3MDEyMDM4MjAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/411a60e5-ab89-4aea-9a31-770dfbe94149/_history/MTcyMTI5MDY3MDEyMDM4MjAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:17:50 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:17:50 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "755"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "e8154d6c-80f1-466a-95a6-a6514db285f1"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' 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\": \"373110003\",\n \"display\": \"Emergency procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"386412000\",\n \"display\": \"Resuscitation of neonate\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"411a60e5-ab89-4aea-9a31-770dfbe94149\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:17:50.120382+00:00\",\n \"versionId\": \"MTcyMTI5MDY3MDEyMDM4MjAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2022-06-14T01:41:30+00:00\",\n \"start\": \"2022-06-14T01:38:05+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"not-done\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "06. Pemeriksaan Fisik Head to Toe",
|
|
"item": [
|
|
{
|
|
"name": "Kulit",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Kulit",
|
|
"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\": \"10206-1\",\n \"display\": \"Physical findings of Skin Narrative\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:42:55+00:00\",\n \"issued\": \"2022-06-14T01:42:55+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Abnormal\",\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"A\",\n \"display\": \"Abnormal\"\n }\n ]\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Kulit",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"10206-1\",\n \"display\": \"Physical findings of Skin Narrative\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:42:55+00:00\",\n \"issued\": \"2022-06-14T01:42:55+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Abnormal\",\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"A\",\n \"display\": \"Abnormal\"\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": "Thu, 18 Jul 2024 08:18:33 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDcxMzQxOTExNTAwMA\""
|
|
},
|
|
{
|
|
"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/c2df94f0-8aa3-4975-a7f7-8ada3ec7ba7a/_history/MTcyMTI5MDcxMzQxOTExNTAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:18:33 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "902"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "44630244-6196-4c6f-a5cb-55e5f16c1dff"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"10206-1\",\n \"display\": \"Physical findings of Skin Narrative\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:42:55+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"c2df94f0-8aa3-4975-a7f7-8ada3ec7ba7a\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"A\",\n \"display\": \"Abnormal\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\"\n }\n ]\n }\n ],\n \"issued\": \"2022-06-14T01:42:55+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:18:33.419115+00:00\",\n \"versionId\": \"MTcyMTI5MDcxMzQxOTExNTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueString\": \"Abnormal\"\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Kulit",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"10206-1\",\n \"display\": \"Physical findings of Skin Narrative\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:42:55+00:00\",\n \"issued\": \"2022-06-14T01:42:55+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Abnormal\",\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"A\",\n \"display\": \"Abnormal\"\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": "Thu, 18 Jul 2024 08:18:33 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDcxMzQxOTExNTAwMA\""
|
|
},
|
|
{
|
|
"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/c2df94f0-8aa3-4975-a7f7-8ada3ec7ba7a/_history/MTcyMTI5MDcxMzQxOTExNTAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:18:33 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "902"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "44630244-6196-4c6f-a5cb-55e5f16c1dff"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"10206-1\",\n \"display\": \"Physical findings of Skin Narrative\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:42:55+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"c2df94f0-8aa3-4975-a7f7-8ada3ec7ba7a\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"A\",\n \"display\": \"Abnormal\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\"\n }\n ]\n }\n ],\n \"issued\": \"2022-06-14T01:42:55+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:18:33.419115+00:00\",\n \"versionId\": \"MTcyMTI5MDcxMzQxOTExNTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueString\": \"Abnormal\"\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Kulit",
|
|
"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\": \"10206-1\",\n \"display\": \"Physical findings of Skin Narrative\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:42:55+00:00\",\n \"issued\": \"2022-06-14T01:42:55+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Abnormal\",\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"A\",\n \"display\": \"Abnormal\"\n }\n ]\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Kulit",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"10206-1\",\n \"display\": \"Physical findings of Skin Narrative\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:42:55+00:00\",\n \"issued\": \"2022-06-14T01:42:55+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Abnormal\",\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"A\",\n \"display\": \"Abnormal\"\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": "Thu, 18 Jul 2024 08:18:33 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDcxMzQxOTExNTAwMA\""
|
|
},
|
|
{
|
|
"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/c2df94f0-8aa3-4975-a7f7-8ada3ec7ba7a/_history/MTcyMTI5MDcxMzQxOTExNTAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:18:33 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "902"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "44630244-6196-4c6f-a5cb-55e5f16c1dff"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"10206-1\",\n \"display\": \"Physical findings of Skin Narrative\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:42:55+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"c2df94f0-8aa3-4975-a7f7-8ada3ec7ba7a\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"A\",\n \"display\": \"Abnormal\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\"\n }\n ]\n }\n ],\n \"issued\": \"2022-06-14T01:42:55+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:18:33.419115+00:00\",\n \"versionId\": \"MTcyMTI5MDcxMzQxOTExNTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueString\": \"Abnormal\"\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Kulit",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"10206-1\",\n \"display\": \"Physical findings of Skin Narrative\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:42:55+00:00\",\n \"issued\": \"2022-06-14T01:42:55+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Abnormal\",\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"A\",\n \"display\": \"Abnormal\"\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": "Thu, 18 Jul 2024 08:18:33 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDcxMzQxOTExNTAwMA\""
|
|
},
|
|
{
|
|
"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/c2df94f0-8aa3-4975-a7f7-8ada3ec7ba7a/_history/MTcyMTI5MDcxMzQxOTExNTAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:18:33 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "902"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "44630244-6196-4c6f-a5cb-55e5f16c1dff"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"10206-1\",\n \"display\": \"Physical findings of Skin Narrative\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:42:55+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"c2df94f0-8aa3-4975-a7f7-8ada3ec7ba7a\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"A\",\n \"display\": \"Abnormal\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\"\n }\n ]\n }\n ],\n \"issued\": \"2022-06-14T01:42:55+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:18:33.419115+00:00\",\n \"versionId\": \"MTcyMTI5MDcxMzQxOTExNTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueString\": \"Abnormal\"\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Kepala",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Kepala",
|
|
"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\": \"10199-8\",\n \"display\": \"Physical findings of Head Narrative\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:44:20+00:00\",\n \"issued\": \"2022-06-14T01:44:20+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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 - Kepala",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"10199-8\",\n \"display\": \"Physical findings of Head Narrative\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:44:20+00:00\",\n \"issued\": \"2022-06-14T01:44:20+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/5b7f1e89-64f2-480c-baa5-f1b3a6c451be/_history/MTcyMTI5MDcyMDYyMzg0MDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDcyMDYyMzg0MDAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:18:40 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:18:40 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "916"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "33d3b48c-53e7-4df6-8d25-f2d00d5d8f1b"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"10199-8\",\n \"display\": \"Physical findings of Head Narrative\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:44:20+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"5b7f1e89-64f2-480c-baa5-f1b3a6c451be\",\n \"identifier\": [],\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\": \"2022-06-14T01:44:20+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:18:40.623840+00:00\",\n \"versionId\": \"MTcyMTI5MDcyMDYyMzg0MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueString\": \"Dalam Batas Normal (dbn)\"\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Kepala",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"10199-8\",\n \"display\": \"Physical findings of Head Narrative\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:44:20+00:00\",\n \"issued\": \"2022-06-14T01:44:20+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/5b7f1e89-64f2-480c-baa5-f1b3a6c451be/_history/MTcyMTI5MDcyMDYyMzg0MDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDcyMDYyMzg0MDAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:18:40 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:18:40 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "916"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "33d3b48c-53e7-4df6-8d25-f2d00d5d8f1b"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"10199-8\",\n \"display\": \"Physical findings of Head Narrative\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:44:20+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"5b7f1e89-64f2-480c-baa5-f1b3a6c451be\",\n \"identifier\": [],\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\": \"2022-06-14T01:44:20+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:18:40.623840+00:00\",\n \"versionId\": \"MTcyMTI5MDcyMDYyMzg0MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueString\": \"Dalam Batas Normal (dbn)\"\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Kepala",
|
|
"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\": \"10199-8\",\n \"display\": \"Physical findings of Head Narrative\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:44:20+00:00\",\n \"issued\": \"2022-06-14T01:44:20+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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 - Kepala",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"10199-8\",\n \"display\": \"Physical findings of Head Narrative\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:44:20+00:00\",\n \"issued\": \"2022-06-14T01:44:20+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/5b7f1e89-64f2-480c-baa5-f1b3a6c451be/_history/MTcyMTI5MDcyMDYyMzg0MDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDcyMDYyMzg0MDAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:18:40 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:18:40 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "916"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "33d3b48c-53e7-4df6-8d25-f2d00d5d8f1b"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"10199-8\",\n \"display\": \"Physical findings of Head Narrative\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:44:20+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"5b7f1e89-64f2-480c-baa5-f1b3a6c451be\",\n \"identifier\": [],\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\": \"2022-06-14T01:44:20+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:18:40.623840+00:00\",\n \"versionId\": \"MTcyMTI5MDcyMDYyMzg0MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueString\": \"Dalam Batas Normal (dbn)\"\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Kepala",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"10199-8\",\n \"display\": \"Physical findings of Head Narrative\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:44:20+00:00\",\n \"issued\": \"2022-06-14T01:44:20+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/5b7f1e89-64f2-480c-baa5-f1b3a6c451be/_history/MTcyMTI5MDcyMDYyMzg0MDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDcyMDYyMzg0MDAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:18:40 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:18:40 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "916"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "33d3b48c-53e7-4df6-8d25-f2d00d5d8f1b"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"10199-8\",\n \"display\": \"Physical findings of Head Narrative\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:44:20+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"5b7f1e89-64f2-480c-baa5-f1b3a6c451be\",\n \"identifier\": [],\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\": \"2022-06-14T01:44:20+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:18:40.623840+00:00\",\n \"versionId\": \"MTcyMTI5MDcyMDYyMzg0MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueString\": \"Dalam Batas Normal (dbn)\"\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Mata",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Mata",
|
|
"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\": \"10197-2\",\n \"display\": \"Physical findings of Eye Narrative\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:45:45+00:00\",\n \"issued\": \"2022-06-14T01:45:45+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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 - Mata",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"10197-2\",\n \"display\": \"Physical findings of Eye Narrative\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:45:45+00:00\",\n \"issued\": \"2022-06-14T01:45:45+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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": "Thu, 18 Jul 2024 08:18:48 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDcyODM5OTI3MzAwMA\""
|
|
},
|
|
{
|
|
"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/85e30875-35ab-4803-ad1f-a289bfac9be0/_history/MTcyMTI5MDcyODM5OTI3MzAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:18:48 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "915"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "0bfa82a4-1dd3-4dc6-af89-c68f5f79491e"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"10197-2\",\n \"display\": \"Physical findings of Eye Narrative\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:45:45+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"85e30875-35ab-4803-ad1f-a289bfac9be0\",\n \"identifier\": [],\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\": \"2022-06-14T01:45:45+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:18:48.399273+00:00\",\n \"versionId\": \"MTcyMTI5MDcyODM5OTI3MzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueString\": \"Dalam Batas Normal (dbn)\"\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Mata",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"10197-2\",\n \"display\": \"Physical findings of Eye Narrative\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:45:45+00:00\",\n \"issued\": \"2022-06-14T01:45:45+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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": "Thu, 18 Jul 2024 08:18:48 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDcyODM5OTI3MzAwMA\""
|
|
},
|
|
{
|
|
"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/85e30875-35ab-4803-ad1f-a289bfac9be0/_history/MTcyMTI5MDcyODM5OTI3MzAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:18:48 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "915"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "0bfa82a4-1dd3-4dc6-af89-c68f5f79491e"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"10197-2\",\n \"display\": \"Physical findings of Eye Narrative\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:45:45+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"85e30875-35ab-4803-ad1f-a289bfac9be0\",\n \"identifier\": [],\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\": \"2022-06-14T01:45:45+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:18:48.399273+00:00\",\n \"versionId\": \"MTcyMTI5MDcyODM5OTI3MzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueString\": \"Dalam Batas Normal (dbn)\"\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Mata",
|
|
"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\": \"10197-2\",\n \"display\": \"Physical findings of Eye Narrative\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:45:45+00:00\",\n \"issued\": \"2022-06-14T01:45:45+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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 - Mata",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"10197-2\",\n \"display\": \"Physical findings of Eye Narrative\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:45:45+00:00\",\n \"issued\": \"2022-06-14T01:45:45+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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": "Thu, 18 Jul 2024 08:18:48 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDcyODM5OTI3MzAwMA\""
|
|
},
|
|
{
|
|
"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/85e30875-35ab-4803-ad1f-a289bfac9be0/_history/MTcyMTI5MDcyODM5OTI3MzAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:18:48 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "915"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "0bfa82a4-1dd3-4dc6-af89-c68f5f79491e"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"10197-2\",\n \"display\": \"Physical findings of Eye Narrative\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:45:45+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"85e30875-35ab-4803-ad1f-a289bfac9be0\",\n \"identifier\": [],\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\": \"2022-06-14T01:45:45+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:18:48.399273+00:00\",\n \"versionId\": \"MTcyMTI5MDcyODM5OTI3MzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueString\": \"Dalam Batas Normal (dbn)\"\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Mata",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"10197-2\",\n \"display\": \"Physical findings of Eye Narrative\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:45:45+00:00\",\n \"issued\": \"2022-06-14T01:45:45+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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": "Thu, 18 Jul 2024 08:18:48 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDcyODM5OTI3MzAwMA\""
|
|
},
|
|
{
|
|
"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/85e30875-35ab-4803-ad1f-a289bfac9be0/_history/MTcyMTI5MDcyODM5OTI3MzAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:18:48 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "915"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "0bfa82a4-1dd3-4dc6-af89-c68f5f79491e"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"10197-2\",\n \"display\": \"Physical findings of Eye Narrative\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:45:45+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"85e30875-35ab-4803-ad1f-a289bfac9be0\",\n \"identifier\": [],\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\": \"2022-06-14T01:45:45+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:18:48.399273+00:00\",\n \"versionId\": \"MTcyMTI5MDcyODM5OTI3MzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueString\": \"Dalam Batas Normal (dbn)\"\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Mulut",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Mulut",
|
|
"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\": \"32453-3\",\n \"display\": \"Physical findings of Mouth\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:47:10+00:00\",\n \"issued\": \"2022-06-14T01:47:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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 - Mulut",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32453-3\",\n \"display\": \"Physical findings of Mouth\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:47:10+00:00\",\n \"issued\": \"2022-06-14T01:47:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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": "Thu, 18 Jul 2024 08:18:56 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDczNjM2ODM5MTAwMA\""
|
|
},
|
|
{
|
|
"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/99ab9fb5-2020-4368-9b77-144d29fb1dd4/_history/MTcyMTI5MDczNjM2ODM5MTAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:18:56 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "907"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "7530468b-c92c-4543-9cf7-8fa612e9c4b8"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32453-3\",\n \"display\": \"Physical findings of Mouth\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:47:10+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"99ab9fb5-2020-4368-9b77-144d29fb1dd4\",\n \"identifier\": [],\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\": \"2022-06-14T01:47:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:18:56.368391+00:00\",\n \"versionId\": \"MTcyMTI5MDczNjM2ODM5MTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueString\": \"Dalam Batas Normal (dbn)\"\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Mulut",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32453-3\",\n \"display\": \"Physical findings of Mouth\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:47:10+00:00\",\n \"issued\": \"2022-06-14T01:47:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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": "Thu, 18 Jul 2024 08:18:56 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDczNjM2ODM5MTAwMA\""
|
|
},
|
|
{
|
|
"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/99ab9fb5-2020-4368-9b77-144d29fb1dd4/_history/MTcyMTI5MDczNjM2ODM5MTAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:18:56 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "907"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "7530468b-c92c-4543-9cf7-8fa612e9c4b8"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32453-3\",\n \"display\": \"Physical findings of Mouth\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:47:10+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"99ab9fb5-2020-4368-9b77-144d29fb1dd4\",\n \"identifier\": [],\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\": \"2022-06-14T01:47:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:18:56.368391+00:00\",\n \"versionId\": \"MTcyMTI5MDczNjM2ODM5MTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueString\": \"Dalam Batas Normal (dbn)\"\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Mulut",
|
|
"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\": \"32453-3\",\n \"display\": \"Physical findings of Mouth\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:47:10+00:00\",\n \"issued\": \"2022-06-14T01:47:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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 - Mulut",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32453-3\",\n \"display\": \"Physical findings of Mouth\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:47:10+00:00\",\n \"issued\": \"2022-06-14T01:47:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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": "Thu, 18 Jul 2024 08:18:56 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDczNjM2ODM5MTAwMA\""
|
|
},
|
|
{
|
|
"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/99ab9fb5-2020-4368-9b77-144d29fb1dd4/_history/MTcyMTI5MDczNjM2ODM5MTAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:18:56 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "907"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "7530468b-c92c-4543-9cf7-8fa612e9c4b8"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32453-3\",\n \"display\": \"Physical findings of Mouth\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:47:10+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"99ab9fb5-2020-4368-9b77-144d29fb1dd4\",\n \"identifier\": [],\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\": \"2022-06-14T01:47:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:18:56.368391+00:00\",\n \"versionId\": \"MTcyMTI5MDczNjM2ODM5MTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueString\": \"Dalam Batas Normal (dbn)\"\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Mulut",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"32453-3\",\n \"display\": \"Physical findings of Mouth\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:47:10+00:00\",\n \"issued\": \"2022-06-14T01:47:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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": "Thu, 18 Jul 2024 08:18:56 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDczNjM2ODM5MTAwMA\""
|
|
},
|
|
{
|
|
"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/99ab9fb5-2020-4368-9b77-144d29fb1dd4/_history/MTcyMTI5MDczNjM2ODM5MTAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:18:56 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "907"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "7530468b-c92c-4543-9cf7-8fa612e9c4b8"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32453-3\",\n \"display\": \"Physical findings of Mouth\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:47:10+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"99ab9fb5-2020-4368-9b77-144d29fb1dd4\",\n \"identifier\": [],\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\": \"2022-06-14T01:47:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:18:56.368391+00:00\",\n \"versionId\": \"MTcyMTI5MDczNjM2ODM5MTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueString\": \"Dalam Batas Normal (dbn)\"\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Perut",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Perut",
|
|
"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\": \"10191-5\",\n \"display\": \"Physical findings of Abdomen Narrative\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:48:35+00:00\",\n \"issued\": \"2022-06-14T01:48:35+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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 - Perut",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"10191-5\",\n \"display\": \"Physical findings of Abdomen Narrative\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:48:35+00:00\",\n \"issued\": \"2022-06-14T01:48:35+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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": "etag",
|
|
"value": "W/\"MTcyMTI5MDc0NDA0NTIxOTAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:19:04 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/087a0794-50d1-4eeb-a43c-0f50cca12e13/_history/MTcyMTI5MDc0NDA0NTIxOTAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:19:04 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "919"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "e158bfeb-e791-4cd7-9ecc-1fc2ebf9cae7"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"10191-5\",\n \"display\": \"Physical findings of Abdomen Narrative\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:48:35+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"087a0794-50d1-4eeb-a43c-0f50cca12e13\",\n \"identifier\": [],\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\": \"2022-06-14T01:48:35+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:19:04.045219+00:00\",\n \"versionId\": \"MTcyMTI5MDc0NDA0NTIxOTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueString\": \"Dalam Batas Normal (dbn)\"\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Perut",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"10191-5\",\n \"display\": \"Physical findings of Abdomen Narrative\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:48:35+00:00\",\n \"issued\": \"2022-06-14T01:48:35+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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": "etag",
|
|
"value": "W/\"MTcyMTI5MDc0NDA0NTIxOTAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:19:04 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/087a0794-50d1-4eeb-a43c-0f50cca12e13/_history/MTcyMTI5MDc0NDA0NTIxOTAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:19:04 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "919"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "e158bfeb-e791-4cd7-9ecc-1fc2ebf9cae7"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"10191-5\",\n \"display\": \"Physical findings of Abdomen Narrative\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:48:35+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"087a0794-50d1-4eeb-a43c-0f50cca12e13\",\n \"identifier\": [],\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\": \"2022-06-14T01:48:35+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:19:04.045219+00:00\",\n \"versionId\": \"MTcyMTI5MDc0NDA0NTIxOTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueString\": \"Dalam Batas Normal (dbn)\"\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Perut",
|
|
"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\": \"10191-5\",\n \"display\": \"Physical findings of Abdomen Narrative\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:48:35+00:00\",\n \"issued\": \"2022-06-14T01:48:35+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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 - Perut",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"10191-5\",\n \"display\": \"Physical findings of Abdomen Narrative\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:48:35+00:00\",\n \"issued\": \"2022-06-14T01:48:35+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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": "etag",
|
|
"value": "W/\"MTcyMTI5MDc0NDA0NTIxOTAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:19:04 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/087a0794-50d1-4eeb-a43c-0f50cca12e13/_history/MTcyMTI5MDc0NDA0NTIxOTAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:19:04 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "919"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "e158bfeb-e791-4cd7-9ecc-1fc2ebf9cae7"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"10191-5\",\n \"display\": \"Physical findings of Abdomen Narrative\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:48:35+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"087a0794-50d1-4eeb-a43c-0f50cca12e13\",\n \"identifier\": [],\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\": \"2022-06-14T01:48:35+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:19:04.045219+00:00\",\n \"versionId\": \"MTcyMTI5MDc0NDA0NTIxOTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueString\": \"Dalam Batas Normal (dbn)\"\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Perut",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"10191-5\",\n \"display\": \"Physical findings of Abdomen Narrative\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:48:35+00:00\",\n \"issued\": \"2022-06-14T01:48:35+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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": "etag",
|
|
"value": "W/\"MTcyMTI5MDc0NDA0NTIxOTAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:19:04 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/087a0794-50d1-4eeb-a43c-0f50cca12e13/_history/MTcyMTI5MDc0NDA0NTIxOTAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:19:04 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "919"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "e158bfeb-e791-4cd7-9ecc-1fc2ebf9cae7"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"10191-5\",\n \"display\": \"Physical findings of Abdomen Narrative\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:48:35+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"087a0794-50d1-4eeb-a43c-0f50cca12e13\",\n \"identifier\": [],\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\": \"2022-06-14T01:48:35+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:19:04.045219+00:00\",\n \"versionId\": \"MTcyMTI5MDc0NDA0NTIxOTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueString\": \"Dalam Batas Normal (dbn)\"\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Punggung",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Punggung",
|
|
"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\": \"10192-3\",\n \"display\": \"Physical findings of Back Narrative\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:50:00+00:00\",\n \"issued\": \"2022-06-14T01:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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 - Punggung",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"10192-3\",\n \"display\": \"Physical findings of Back Narrative\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:50:00+00:00\",\n \"issued\": \"2022-06-14T01:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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": "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/f75884c1-b2c1-4230-848a-b267b23ee9b6/_history/MTcyMTI5MDc1NDA5NjYxNzAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:19:14 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDc1NDA5NjYxNzAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:19:14 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "916"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "1b0b8140-489c-4307-8e6f-ab644c710456"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"10192-3\",\n \"display\": \"Physical findings of Back Narrative\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:50:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"f75884c1-b2c1-4230-848a-b267b23ee9b6\",\n \"identifier\": [],\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\": \"2022-06-14T01:50:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:19:14.096617+00:00\",\n \"versionId\": \"MTcyMTI5MDc1NDA5NjYxNzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueString\": \"Dalam Batas Normal (dbn)\"\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Punggung",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"10192-3\",\n \"display\": \"Physical findings of Back Narrative\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:50:00+00:00\",\n \"issued\": \"2022-06-14T01:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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": "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/f75884c1-b2c1-4230-848a-b267b23ee9b6/_history/MTcyMTI5MDc1NDA5NjYxNzAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:19:14 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDc1NDA5NjYxNzAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:19:14 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "916"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "1b0b8140-489c-4307-8e6f-ab644c710456"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"10192-3\",\n \"display\": \"Physical findings of Back Narrative\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:50:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"f75884c1-b2c1-4230-848a-b267b23ee9b6\",\n \"identifier\": [],\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\": \"2022-06-14T01:50:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:19:14.096617+00:00\",\n \"versionId\": \"MTcyMTI5MDc1NDA5NjYxNzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueString\": \"Dalam Batas Normal (dbn)\"\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Punggung",
|
|
"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\": \"10192-3\",\n \"display\": \"Physical findings of Back Narrative\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:50:00+00:00\",\n \"issued\": \"2022-06-14T01:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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 - Punggung",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"10192-3\",\n \"display\": \"Physical findings of Back Narrative\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:50:00+00:00\",\n \"issued\": \"2022-06-14T01:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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": "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/f75884c1-b2c1-4230-848a-b267b23ee9b6/_history/MTcyMTI5MDc1NDA5NjYxNzAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:19:14 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDc1NDA5NjYxNzAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:19:14 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "916"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "1b0b8140-489c-4307-8e6f-ab644c710456"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"10192-3\",\n \"display\": \"Physical findings of Back Narrative\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:50:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"f75884c1-b2c1-4230-848a-b267b23ee9b6\",\n \"identifier\": [],\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\": \"2022-06-14T01:50:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:19:14.096617+00:00\",\n \"versionId\": \"MTcyMTI5MDc1NDA5NjYxNzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueString\": \"Dalam Batas Normal (dbn)\"\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Punggung",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"10192-3\",\n \"display\": \"Physical findings of Back Narrative\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:50:00+00:00\",\n \"issued\": \"2022-06-14T01:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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": "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/f75884c1-b2c1-4230-848a-b267b23ee9b6/_history/MTcyMTI5MDc1NDA5NjYxNzAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:19:14 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDc1NDA5NjYxNzAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:19:14 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "916"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "1b0b8140-489c-4307-8e6f-ab644c710456"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"10192-3\",\n \"display\": \"Physical findings of Back Narrative\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:50:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"f75884c1-b2c1-4230-848a-b267b23ee9b6\",\n \"identifier\": [],\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\": \"2022-06-14T01:50:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:19:14.096617+00:00\",\n \"versionId\": \"MTcyMTI5MDc1NDA5NjYxNzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueString\": \"Dalam Batas Normal (dbn)\"\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Lubang Anus",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Lubang Anus",
|
|
"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\": \"11388-6\",\n \"display\": \"Physical findings of Buttocks Narrative\"\n }\n ]\n },\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"53505006\",\n \"display\": \"Anal structure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:51:25+00:00\",\n \"issued\": \"2022-06-14T01:51:25+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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 - Lubang Anus",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"11388-6\",\n \"display\": \"Physical findings of Buttocks Narrative\"\n }\n ]\n },\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"53505006\",\n \"display\": \"Anal structure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:51:25+00:00\",\n \"issued\": \"2022-06-14T01:51:25+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDc4NTI5NjU2MzAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/fc3e1e5a-984e-4978-b68d-fa117943964e/_history/MTcyMTI5MDc4NTI5NjU2MzAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:19:45 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:19:45 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1025"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "1f6e6f28-27e4-413a-87d0-1ddb8a289904"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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\": \"53505006\",\n \"display\": \"Anal structure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"11388-6\",\n \"display\": \"Physical findings of Buttocks Narrative\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:51:25+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"fc3e1e5a-984e-4978-b68d-fa117943964e\",\n \"identifier\": [],\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\": \"2022-06-14T01:51:25+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:19:45.296563+00:00\",\n \"versionId\": \"MTcyMTI5MDc4NTI5NjU2MzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueString\": \"Dalam Batas Normal (dbn)\"\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Lubang Anus",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"11388-6\",\n \"display\": \"Physical findings of Buttocks Narrative\"\n }\n ]\n },\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"53505006\",\n \"display\": \"Anal structure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:51:25+00:00\",\n \"issued\": \"2022-06-14T01:51:25+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDc4NTI5NjU2MzAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/fc3e1e5a-984e-4978-b68d-fa117943964e/_history/MTcyMTI5MDc4NTI5NjU2MzAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:19:45 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:19:45 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1025"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "1f6e6f28-27e4-413a-87d0-1ddb8a289904"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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\": \"53505006\",\n \"display\": \"Anal structure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"11388-6\",\n \"display\": \"Physical findings of Buttocks Narrative\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:51:25+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"fc3e1e5a-984e-4978-b68d-fa117943964e\",\n \"identifier\": [],\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\": \"2022-06-14T01:51:25+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:19:45.296563+00:00\",\n \"versionId\": \"MTcyMTI5MDc4NTI5NjU2MzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueString\": \"Dalam Batas Normal (dbn)\"\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Lubang Anus",
|
|
"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\": \"11388-6\",\n \"display\": \"Physical findings of Buttocks Narrative\"\n }\n ]\n },\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"53505006\",\n \"display\": \"Anal structure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:51:25+00:00\",\n \"issued\": \"2022-06-14T01:51:25+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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 - Lubang Anus",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"11388-6\",\n \"display\": \"Physical findings of Buttocks Narrative\"\n }\n ]\n },\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"53505006\",\n \"display\": \"Anal structure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:51:25+00:00\",\n \"issued\": \"2022-06-14T01:51:25+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDc4NTI5NjU2MzAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/fc3e1e5a-984e-4978-b68d-fa117943964e/_history/MTcyMTI5MDc4NTI5NjU2MzAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:19:45 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:19:45 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1025"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "1f6e6f28-27e4-413a-87d0-1ddb8a289904"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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\": \"53505006\",\n \"display\": \"Anal structure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"11388-6\",\n \"display\": \"Physical findings of Buttocks Narrative\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:51:25+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"fc3e1e5a-984e-4978-b68d-fa117943964e\",\n \"identifier\": [],\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\": \"2022-06-14T01:51:25+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:19:45.296563+00:00\",\n \"versionId\": \"MTcyMTI5MDc4NTI5NjU2MzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueString\": \"Dalam Batas Normal (dbn)\"\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Lubang Anus",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"11388-6\",\n \"display\": \"Physical findings of Buttocks Narrative\"\n }\n ]\n },\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"53505006\",\n \"display\": \"Anal structure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:51:25+00:00\",\n \"issued\": \"2022-06-14T01:51:25+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDc4NTI5NjU2MzAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/fc3e1e5a-984e-4978-b68d-fa117943964e/_history/MTcyMTI5MDc4NTI5NjU2MzAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:19:45 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:19:45 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1025"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "1f6e6f28-27e4-413a-87d0-1ddb8a289904"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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\": \"53505006\",\n \"display\": \"Anal structure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\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\": \"11388-6\",\n \"display\": \"Physical findings of Buttocks Narrative\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:51:25+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"fc3e1e5a-984e-4978-b68d-fa117943964e\",\n \"identifier\": [],\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\": \"2022-06-14T01:51:25+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:19:45.296563+00:00\",\n \"versionId\": \"MTcyMTI5MDc4NTI5NjU2MzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueString\": \"Dalam Batas Normal (dbn)\"\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Alat Kelamin",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Alat Kelamin",
|
|
"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\": \"11400-9\",\n \"display\": \"Physical findings of Genitalia Narrative\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:52:50+00:00\",\n \"issued\": \"2022-06-14T01:52:50+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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 - Alat Kelamin",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"11400-9\",\n \"display\": \"Physical findings of Genitalia Narrative\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:52:50+00:00\",\n \"issued\": \"2022-06-14T01:52:50+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:20:07 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/e44cc8e2-ecfe-44ee-95a9-32c90d75b23c/_history/MTcyMTI5MDgwNzc3NTI2NDAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDgwNzc3NTI2NDAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:20:07 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "921"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "65b19e15-f100-4893-8df0-12e473345d28"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"11400-9\",\n \"display\": \"Physical findings of Genitalia Narrative\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:52:50+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"e44cc8e2-ecfe-44ee-95a9-32c90d75b23c\",\n \"identifier\": [],\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\": \"2022-06-14T01:52:50+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:20:07.775264+00:00\",\n \"versionId\": \"MTcyMTI5MDgwNzc3NTI2NDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueString\": \"Dalam Batas Normal (dbn)\"\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Alat Kelamin",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"11400-9\",\n \"display\": \"Physical findings of Genitalia Narrative\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:52:50+00:00\",\n \"issued\": \"2022-06-14T01:52:50+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:20:07 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/e44cc8e2-ecfe-44ee-95a9-32c90d75b23c/_history/MTcyMTI5MDgwNzc3NTI2NDAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDgwNzc3NTI2NDAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:20:07 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "921"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "65b19e15-f100-4893-8df0-12e473345d28"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"11400-9\",\n \"display\": \"Physical findings of Genitalia Narrative\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:52:50+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"e44cc8e2-ecfe-44ee-95a9-32c90d75b23c\",\n \"identifier\": [],\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\": \"2022-06-14T01:52:50+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:20:07.775264+00:00\",\n \"versionId\": \"MTcyMTI5MDgwNzc3NTI2NDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueString\": \"Dalam Batas Normal (dbn)\"\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Alat Kelamin",
|
|
"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\": \"11400-9\",\n \"display\": \"Physical findings of Genitalia Narrative\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:52:50+00:00\",\n \"issued\": \"2022-06-14T01:52:50+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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 - Alat Kelamin",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"11400-9\",\n \"display\": \"Physical findings of Genitalia Narrative\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:52:50+00:00\",\n \"issued\": \"2022-06-14T01:52:50+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:20:07 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/e44cc8e2-ecfe-44ee-95a9-32c90d75b23c/_history/MTcyMTI5MDgwNzc3NTI2NDAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDgwNzc3NTI2NDAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:20:07 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "921"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "65b19e15-f100-4893-8df0-12e473345d28"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"11400-9\",\n \"display\": \"Physical findings of Genitalia Narrative\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:52:50+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"e44cc8e2-ecfe-44ee-95a9-32c90d75b23c\",\n \"identifier\": [],\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\": \"2022-06-14T01:52:50+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:20:07.775264+00:00\",\n \"versionId\": \"MTcyMTI5MDgwNzc3NTI2NDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueString\": \"Dalam Batas Normal (dbn)\"\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Alat Kelamin",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"11400-9\",\n \"display\": \"Physical findings of Genitalia Narrative\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:52:50+00:00\",\n \"issued\": \"2022-06-14T01:52:50+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"valueString\": \"Dalam Batas Normal (dbn)\",\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": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:20:07 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/e44cc8e2-ecfe-44ee-95a9-32c90d75b23c/_history/MTcyMTI5MDgwNzc3NTI2NDAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDgwNzc3NTI2NDAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:20:07 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "921"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "65b19e15-f100-4893-8df0-12e473345d28"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"11400-9\",\n \"display\": \"Physical findings of Genitalia Narrative\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T01:52:50+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"e44cc8e2-ecfe-44ee-95a9-32c90d75b23c\",\n \"identifier\": [],\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\": \"2022-06-14T01:52:50+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:20:07.775264+00:00\",\n \"versionId\": \"MTcyMTI5MDgwNzc3NTI2NDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueString\": \"Dalam Batas Normal (dbn)\"\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "07. Skrining Hipotiroid Kongenital (SHK)",
|
|
"item": [
|
|
{
|
|
"name": "Procedure - SHK",
|
|
"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://snomed.info/sct\",\n \"code\": \"400984005\",\n \"display\": \"Congenital hypothyroidism screening test\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T01:55:30+00:00\",\n \"end\": \"2022-06-14T01:58:55+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Procedure",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Procedure"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Procedure - SHK",
|
|
"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://snomed.info/sct\",\n \"code\": \"400984005\",\n \"display\": \"Congenital hypothyroidism screening test\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T01:55:30+00:00\",\n \"end\": \"2022-06-14T01:58:55+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\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": "last-modified",
|
|
"value": "Wed, 13 Nov 2024 10:39:52 UTC"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-stg/locations/asia-southeast2/datasets/stg/fhirStores/fhir-r4-staging/fhir/Procedure/0cd83e9e-8c0f-425c-b1b2-b5fd6bfd7831/_history/MTczMTQ5NDM5MjUyNTU2NDAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTczMTQ5NDM5MjUyNTU2NDAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Wed, 13 Nov 2024 10:39:52 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "805"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "e1988e84-b842-47f7-8302-dd246913b267"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' 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\": \"400984005\",\n \"display\": \"Congenital hypothyroidism screening test\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/06500350-79df-40e2-b49f-5e8ecbb01410\"\n },\n \"id\": \"0cd83e9e-8c0f-425c-b1b2-b5fd6bfd7831\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-11-13T10:39:52.525564+00:00\",\n \"versionId\": \"MTczMTQ5NDM5MjUyNTU2NDAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2022-06-14T01:58:55+00:00\",\n \"start\": \"2022-06-14T01:55:30+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/10009880728\"\n }\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/P20394847304\"\n }\n}"
|
|
},
|
|
{
|
|
"name": "Procedure - SHK",
|
|
"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://snomed.info/sct\",\n \"code\": \"400984005\",\n \"display\": \"Congenital hypothyroidism screening test\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T01:55:30+00:00\",\n \"end\": \"2022-06-14T01:58:55+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\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": "last-modified",
|
|
"value": "Wed, 13 Nov 2024 10:39:52 UTC"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-stg/locations/asia-southeast2/datasets/stg/fhirStores/fhir-r4-staging/fhir/Procedure/0cd83e9e-8c0f-425c-b1b2-b5fd6bfd7831/_history/MTczMTQ5NDM5MjUyNTU2NDAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTczMTQ5NDM5MjUyNTU2NDAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Wed, 13 Nov 2024 10:39:52 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "805"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "e1988e84-b842-47f7-8302-dd246913b267"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' 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\": \"400984005\",\n \"display\": \"Congenital hypothyroidism screening test\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/06500350-79df-40e2-b49f-5e8ecbb01410\"\n },\n \"id\": \"0cd83e9e-8c0f-425c-b1b2-b5fd6bfd7831\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-11-13T10:39:52.525564+00:00\",\n \"versionId\": \"MTczMTQ5NDM5MjUyNTU2NDAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2022-06-14T01:58:55+00:00\",\n \"start\": \"2022-06-14T01:55:30+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/10009880728\"\n }\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/P20394847304\"\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "ServiceRequest - Skrining SHK",
|
|
"event": [
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"exec": [
|
|
"var data = pm.response.json();\r",
|
|
"pm.collectionVariables.set(\"ServiceRequest_Creatinine\", data.id)"
|
|
],
|
|
"type": "text/javascript",
|
|
"packages": {}
|
|
}
|
|
},
|
|
{
|
|
"listen": "prerequest",
|
|
"script": {
|
|
"exec": [
|
|
"//Randomizing Indentifier_value for use in payload\r",
|
|
"Registration_ID= pm.collectionVariables.get('Registration_ID');\r",
|
|
"\r",
|
|
"//Randomizing 3 digit Integer\r",
|
|
"var randomInt = Math.floor(Math.random() * 1000);\r",
|
|
"var randomIntPadded = String(randomInt).padStart(3, '0');\r",
|
|
"\r",
|
|
"//adding the randomized digits after A to create Identifier_value\r",
|
|
"Padded_Reg= Registration_ID + 'A' + randomIntPadded;\r",
|
|
"pm.collectionVariables.set(\"Identifier_value\", Padded_Reg);"
|
|
],
|
|
"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\": \"202403A0004687\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"original-order\",\n \"priority\": \"routine\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"108252007\",\n \"display\": \"Laboratory procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"29575-8\",\n \"display\": \"Thyrotropin [Units/volume] in DBS\"\n }\n ],\n \"text\": \"Tes Thyrotropin dalam DBS\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan {{Patient_Name}} pada tanggal 14 Juni 2022\"\n },\n \"occurrenceDateTime\": \"2022-06-14T01:55:30+00:00\",\n \"authoredOn\": \"2022-06-14T01:55:30+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"Z13.7\",\n \"display\": \"Special screening examination for congenital malformations, deformations and chromosomal abnormalities\"\n }\n ],\n \"text\": \"Pemeriksaan Skrining untuk Malformasi Kongenital, Deformasi, dan Kelainan Kromosom\"\n }\n ],\n \"supportingInfo\": [\n {\n \"reference\": \"Procedure/{{Procedure_SHK}}\",\n \"display\": \"Prosedur SHK\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/ServiceRequest",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"ServiceRequest"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "ServiceRequest - Skrining SHK",
|
|
"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\": \"202403A0004687\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"original-order\",\n \"priority\": \"routine\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"108252007\",\n \"display\": \"Laboratory procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"29575-8\",\n \"display\": \"Thyrotropin [Units/volume] in DBS\"\n }\n ],\n \"text\": \"Tes Thyrotropin dalam DBS\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan {{Patient_Name}} pada tanggal 14 Juni 2022\"\n },\n \"occurrenceDateTime\": \"2022-06-14T01:55:30+00:00\",\n \"authoredOn\": \"2022-06-14T01:55:30+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"Z13.7\",\n \"display\": \"Special screening examination for congenital malformations, deformations and chromosomal abnormalities\"\n }\n ],\n \"text\": \"Pemeriksaan Skrining untuk Malformasi Kongenital, Deformasi, dan Kelainan Kromosom\"\n }\n ],\n \"supportingInfo\": [\n {\n \"reference\": \"Procedure/{{Procedure_SHK}}\",\n \"display\": \"Prosedur SHK\"\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": "Wed, 13 Nov 2024 11:22:58 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTczMTQ5Njk3ODg3NDU0NzAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-stg/locations/asia-southeast2/datasets/stg/fhirStores/fhir-r4-staging/fhir/ServiceRequest/e5f71fc8-5beb-4d85-858b-446c7f92064f/_history/MTczMTQ5Njk3ODg3NDU0NzAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Wed, 13 Nov 2024 11:22:58 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1465"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "f62872dd-b1fe-4571-bd4c-fa240e9172a0"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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\": \"2022-06-14T01:55:30+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\": \"29575-8\",\n \"display\": \"Thyrotropin [Units/volume] in DBS\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Tes Thyrotropin dalam DBS\"\n },\n \"encounter\": {\n \"display\": \"Kunjungan John Smith pada tanggal 14 Juni 2022\",\n \"reference\": \"Encounter/06500350-79df-40e2-b49f-5e8ecbb01410\"\n },\n \"id\": \"e5f71fc8-5beb-4d85-858b-446c7f92064f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/10000005\",\n \"value\": \"202403A0004687\"\n }\n ],\n \"intent\": \"original-order\",\n \"meta\": {\n \"lastUpdated\": \"2024-11-13T11:22:58.874547+00:00\",\n \"versionId\": \"MTczMTQ5Njk3ODg3NDU0NzAwMA\"\n },\n \"occurrenceDateTime\": \"2022-06-14T01:55:30+00:00\",\n \"performer\": [\n {\n \"display\": \"Practitioner 1\",\n \"reference\": \"Practitioner/10009880728\"\n }\n ],\n \"priority\": \"routine\",\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"Z13.7\",\n \"display\": \"Special screening examination for congenital malformations, deformations and chromosomal abnormalities\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ],\n \"text\": \"Pemeriksaan Skrining untuk Malformasi Kongenital, Deformasi, dan Kelainan Kromosom\"\n }\n ],\n \"requester\": {\n \"display\": \"Practitioner 1\",\n \"reference\": \"Practitioner/10009880728\"\n },\n \"resourceType\": \"ServiceRequest\",\n \"status\": \"active\",\n \"subject\": {\n \"display\": \"John Smith\",\n \"reference\": \"Patient/P20394847304\"\n },\n \"supportingInfo\": [\n {\n \"display\": \"Prosedur SHK\",\n \"reference\": \"Procedure/0cd83e9e-8c0f-425c-b1b2-b5fd6bfd7831\"\n }\n ]\n}"
|
|
},
|
|
{
|
|
"name": "ServiceRequest - Skrining SHK",
|
|
"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\": \"202403A0004687\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"original-order\",\n \"priority\": \"routine\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"108252007\",\n \"display\": \"Laboratory procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"29575-8\",\n \"display\": \"Thyrotropin [Units/volume] in DBS\"\n }\n ],\n \"text\": \"Tes Thyrotropin dalam DBS\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan {{Patient_Name}} pada tanggal 14 Juni 2022\"\n },\n \"occurrenceDateTime\": \"2022-06-14T01:55:30+00:00\",\n \"authoredOn\": \"2022-06-14T01:55:30+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"Z13.7\",\n \"display\": \"Special screening examination for congenital malformations, deformations and chromosomal abnormalities\"\n }\n ],\n \"text\": \"Pemeriksaan Skrining untuk Malformasi Kongenital, Deformasi, dan Kelainan Kromosom\"\n }\n ],\n \"supportingInfo\": [\n {\n \"reference\": \"Procedure/{{Procedure_SHK}}\",\n \"display\": \"Prosedur SHK\"\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": "Wed, 13 Nov 2024 11:22:58 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTczMTQ5Njk3ODg3NDU0NzAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-stg/locations/asia-southeast2/datasets/stg/fhirStores/fhir-r4-staging/fhir/ServiceRequest/e5f71fc8-5beb-4d85-858b-446c7f92064f/_history/MTczMTQ5Njk3ODg3NDU0NzAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Wed, 13 Nov 2024 11:22:58 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1465"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "f62872dd-b1fe-4571-bd4c-fa240e9172a0"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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\": \"2022-06-14T01:55:30+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\": \"29575-8\",\n \"display\": \"Thyrotropin [Units/volume] in DBS\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Tes Thyrotropin dalam DBS\"\n },\n \"encounter\": {\n \"display\": \"Kunjungan John Smith pada tanggal 14 Juni 2022\",\n \"reference\": \"Encounter/06500350-79df-40e2-b49f-5e8ecbb01410\"\n },\n \"id\": \"e5f71fc8-5beb-4d85-858b-446c7f92064f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/10000005\",\n \"value\": \"202403A0004687\"\n }\n ],\n \"intent\": \"original-order\",\n \"meta\": {\n \"lastUpdated\": \"2024-11-13T11:22:58.874547+00:00\",\n \"versionId\": \"MTczMTQ5Njk3ODg3NDU0NzAwMA\"\n },\n \"occurrenceDateTime\": \"2022-06-14T01:55:30+00:00\",\n \"performer\": [\n {\n \"display\": \"Practitioner 1\",\n \"reference\": \"Practitioner/10009880728\"\n }\n ],\n \"priority\": \"routine\",\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"Z13.7\",\n \"display\": \"Special screening examination for congenital malformations, deformations and chromosomal abnormalities\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ],\n \"text\": \"Pemeriksaan Skrining untuk Malformasi Kongenital, Deformasi, dan Kelainan Kromosom\"\n }\n ],\n \"requester\": {\n \"display\": \"Practitioner 1\",\n \"reference\": \"Practitioner/10009880728\"\n },\n \"resourceType\": \"ServiceRequest\",\n \"status\": \"active\",\n \"subject\": {\n \"display\": \"John Smith\",\n \"reference\": \"Patient/P20394847304\"\n },\n \"supportingInfo\": [\n {\n \"display\": \"Prosedur SHK\",\n \"reference\": \"Procedure/0cd83e9e-8c0f-425c-b1b2-b5fd6bfd7831\"\n }\n ]\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Specimen - Fungsi SHK",
|
|
"event": [
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"exec": [
|
|
"var data = pm.response.json();\r",
|
|
"pm.collectionVariables.set(\"Specimen_fungsiGinjal\", data.id)"
|
|
],
|
|
"type": "text/javascript",
|
|
"packages": {}
|
|
}
|
|
},
|
|
{
|
|
"listen": "prerequest",
|
|
"script": {
|
|
"exec": [
|
|
"//Randomizing Indentifier_value for use in payload\r",
|
|
"Registration_ID= pm.collectionVariables.get('Registration_ID');\r",
|
|
"\r",
|
|
"//Randomizing 3 digit Integer\r",
|
|
"var randomInt = Math.floor(Math.random() * 1000);\r",
|
|
"var randomIntPadded = String(randomInt).padStart(3, '0');\r",
|
|
"\r",
|
|
"//adding the randomized digits after A to create Identifier_value\r",
|
|
"Padded_Reg= Registration_ID + 'A' + randomIntPadded;\r",
|
|
"pm.collectionVariables.set(\"Identifier_value\", Padded_Reg);"
|
|
],
|
|
"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\": \"202403A0004689\",\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\": \"119294007\",\n \"display\": \"Dried 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 \"collector\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n },\n \"collectedDateTime\": \"2022-06-14T01:55:30+00:00\",\n \"quantity\": {\n \"value\": 10,\n \"code\": \"mL\",\n \"unit\": \"mL\",\n \"system\": \"http://unitsofmeasure.org\"\n },\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"76853006\",\n \"display\": \"Heel structure\"\n }\n ]\n }\n },\n \"processing\": [\n {\n \"procedure\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"9265001\",\n \"display\": \"Specimen processing\"\n }\n ]\n },\n \"timeDateTime\": \"2022-06-14T01:55:30+00:00\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"request\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_SHK}}\",\n \"display\": \"ServiceRequest - SHK\"\n }\n ],\n \"receivedTime\": \"2022-06-14T01:55:30+00:00\"\n}\n",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Specimen",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Specimen"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Specimen - Fungsi SHK",
|
|
"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\": \"202403A0004689\",\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\": \"119294007\",\n \"display\": \"Dried 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 \"collector\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"collectedDateTime\": \"2022-06-14T01:55:30+00:00\",\n \"quantity\": {\n \"value\": 10,\n \"code\": \"mL\",\n \"unit\": \"mL\",\n \"system\": \"http://unitsofmeasure.org\"\n },\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"76853006\",\n \"display\": \"Heel structure\"\n }\n ]\n }\n },\n \"processing\": [\n {\n \"procedure\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"9265001\",\n \"display\": \"Specimen processing\"\n }\n ]\n },\n \"timeDateTime\": \"2022-06-14T01:55:30+00:00\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"request\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_SHK}}\",\n \"display\": \"ServiceRequest - SHK\"\n }\n ],\n \"receivedTime\": \"2022-06-14T01:55:30+00:00\"\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": "last-modified",
|
|
"value": "Wed, 13 Nov 2024 11:34:43 UTC"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-stg/locations/asia-southeast2/datasets/stg/fhirStores/fhir-r4-staging/fhir/Specimen/f0e47e70-6689-4eb4-b72e-251b280898d9/_history/MTczMTQ5NzY4Mzk5NDE3ODAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTczMTQ5NzY4Mzk5NDE3ODAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Wed, 13 Nov 2024 11:34:43 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1308"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "7e94eebf-5514-4d89-a18c-f2a7104d11e3"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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 \"bodySite\": {\n \"coding\": [\n {\n \"code\": \"76853006\",\n \"display\": \"Heel structure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"collectedDateTime\": \"2022-06-14T01:55:30+00:00\",\n \"collector\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/10009880728\"\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 \"code\": \"mL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mL\",\n \"value\": 10\n }\n },\n \"id\": \"f0e47e70-6689-4eb4-b72e-251b280898d9\",\n \"identifier\": [\n {\n \"assigner\": {\n \"reference\": \"Organization/10000005\"\n },\n \"system\": \"http://sys-ids.kemkes.go.id/specimen/10000005\",\n \"value\": \"202403A0004689\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-11-13T11:34:43.994178+00:00\",\n \"versionId\": \"MTczMTQ5NzY4Mzk5NDE3ODAwMA\"\n },\n \"processing\": [\n {\n \"procedure\": {\n \"coding\": [\n {\n \"code\": \"9265001\",\n \"display\": \"Specimen processing\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"timeDateTime\": \"2022-06-14T01:55:30+00:00\"\n }\n ],\n \"receivedTime\": \"2022-06-14T01:55:30+00:00\",\n \"request\": [\n {\n \"display\": \"ServiceRequest - SHK\",\n \"reference\": \"ServiceRequest/e5f71fc8-5beb-4d85-858b-446c7f92064f\"\n }\n ],\n \"resourceType\": \"Specimen\",\n \"status\": \"available\",\n \"subject\": {\n \"display\": \"John Smith\",\n \"reference\": \"Patient/P20394847304\"\n },\n \"type\": {\n \"coding\": [\n {\n \"code\": \"119294007\",\n \"display\": \"Dried blood specimen\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Specimen - Fungsi SHK",
|
|
"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\": \"202403A0004689\",\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\": \"119294007\",\n \"display\": \"Dried 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 \"collector\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"collectedDateTime\": \"2022-06-14T01:55:30+00:00\",\n \"quantity\": {\n \"value\": 10,\n \"code\": \"mL\",\n \"unit\": \"mL\",\n \"system\": \"http://unitsofmeasure.org\"\n },\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"76853006\",\n \"display\": \"Heel structure\"\n }\n ]\n }\n },\n \"processing\": [\n {\n \"procedure\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"9265001\",\n \"display\": \"Specimen processing\"\n }\n ]\n },\n \"timeDateTime\": \"2022-06-14T01:55:30+00:00\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"request\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_SHK}}\",\n \"display\": \"ServiceRequest - SHK\"\n }\n ],\n \"receivedTime\": \"2022-06-14T01:55:30+00:00\"\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": "last-modified",
|
|
"value": "Wed, 13 Nov 2024 11:34:43 UTC"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-stg/locations/asia-southeast2/datasets/stg/fhirStores/fhir-r4-staging/fhir/Specimen/f0e47e70-6689-4eb4-b72e-251b280898d9/_history/MTczMTQ5NzY4Mzk5NDE3ODAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTczMTQ5NzY4Mzk5NDE3ODAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Wed, 13 Nov 2024 11:34:43 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1308"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "7e94eebf-5514-4d89-a18c-f2a7104d11e3"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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 \"bodySite\": {\n \"coding\": [\n {\n \"code\": \"76853006\",\n \"display\": \"Heel structure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"collectedDateTime\": \"2022-06-14T01:55:30+00:00\",\n \"collector\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/10009880728\"\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 \"code\": \"mL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mL\",\n \"value\": 10\n }\n },\n \"id\": \"f0e47e70-6689-4eb4-b72e-251b280898d9\",\n \"identifier\": [\n {\n \"assigner\": {\n \"reference\": \"Organization/10000005\"\n },\n \"system\": \"http://sys-ids.kemkes.go.id/specimen/10000005\",\n \"value\": \"202403A0004689\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-11-13T11:34:43.994178+00:00\",\n \"versionId\": \"MTczMTQ5NzY4Mzk5NDE3ODAwMA\"\n },\n \"processing\": [\n {\n \"procedure\": {\n \"coding\": [\n {\n \"code\": \"9265001\",\n \"display\": \"Specimen processing\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"timeDateTime\": \"2022-06-14T01:55:30+00:00\"\n }\n ],\n \"receivedTime\": \"2022-06-14T01:55:30+00:00\",\n \"request\": [\n {\n \"display\": \"ServiceRequest - SHK\",\n \"reference\": \"ServiceRequest/e5f71fc8-5beb-4d85-858b-446c7f92064f\"\n }\n ],\n \"resourceType\": \"Specimen\",\n \"status\": \"available\",\n \"subject\": {\n \"display\": \"John Smith\",\n \"reference\": \"Patient/P20394847304\"\n },\n \"type\": {\n \"coding\": [\n {\n \"code\": \"119294007\",\n \"display\": \"Dried blood specimen\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Hasil Pemeriksaan Akhir SHK Laboratorium",
|
|
"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\": \"laboratory\",\n \"display\": \"Laboratory\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"29575-8\",\n \"display\": \"Thyrotropin [Units/volume] in DBS\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:00:20+00:00\",\n \"issued\": \"2022-06-14T02:00:20+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n ],\n \"specimen\": {\n \"reference\": \"Specimen/{{Specimen_SHK}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_SHK}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 30,\n \"unit\": \"m[IU]/L\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"m[IU]/L\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"H\",\n \"display\": \"High\"\n }\n ]\n }\n ],\n \"referenceRange\": [\n {\n \"high\": {\n \"value\": 19,\n \"unit\": \"m[IU]/L\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"m[IU]/L\"\n },\n \"text\": \"Normal\"\n },\n {\n \"low\": {\n \"value\": 20,\n \"unit\": \"m[IU]/L\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"m[IU]/L\"\n },\n \"text\": \"High\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Hasil Pemeriksaan Akhir SHK Laboratorium",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\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\": \"29575-8\",\n \"display\": \"Thyrotropin [Units/volume] in DBS\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:00:20+00:00\",\n \"issued\": \"2022-06-14T02:00:20+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n ],\n \"specimen\": {\n \"reference\": \"Specimen/{{Specimen_SHK}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_SHK}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 30,\n \"unit\": \"m[IU]/L\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"m[IU]/L\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"H\",\n \"display\": \"High\"\n }\n ]\n }\n ],\n \"referenceRange\": [\n {\n \"high\": {\n \"value\": 19,\n \"unit\": \"m[IU]/L\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"m[IU]/L\"\n },\n \"text\": \"Normal\"\n },\n {\n \"low\": {\n \"value\": 20,\n \"unit\": \"m[IU]/L\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"m[IU]/L\"\n },\n \"text\": \"High\"\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/\"MTczMTUwMDk4NjQwODI0MDAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-stg/locations/asia-southeast2/datasets/stg/fhirStores/fhir-r4-staging/fhir/Observation/bbd70f77-cc1d-42ae-8037-08b76c566014/_history/MTczMTUwMDk4NjQwODI0MDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Wed, 13 Nov 2024 12:29:46 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Wed, 13 Nov 2024 12:29:46 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1399"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "a89922ed-a78a-4379-9392-032c947cdb2e"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/e5f71fc8-5beb-4d85-858b-446c7f92064f\"\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\": \"29575-8\",\n \"display\": \"Thyrotropin [Units/volume] in DBS\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T02:00:20+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/06500350-79df-40e2-b49f-5e8ecbb01410\"\n },\n \"id\": \"bbd70f77-cc1d-42ae-8037-08b76c566014\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"H\",\n \"display\": \"High\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\"\n }\n ]\n }\n ],\n \"issued\": \"2022-06-14T02:00:20+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-11-13T12:29:46.408240+00:00\",\n \"versionId\": \"MTczMTUwMDk4NjQwODI0MDAwMA\"\n },\n \"performer\": [\n {\n \"display\": \"Practitioner 1\",\n \"reference\": \"Practitioner/10009880728\"\n }\n ],\n \"referenceRange\": [\n {\n \"high\": {\n \"code\": \"m[IU]/L\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"m[IU]/L\",\n \"value\": 19\n },\n \"text\": \"Normal\"\n },\n {\n \"low\": {\n \"code\": \"m[IU]/L\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"m[IU]/L\",\n \"value\": 20\n },\n \"text\": \"High\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"specimen\": {\n \"reference\": \"Specimen/f0e47e70-6689-4eb4-b72e-251b280898d9\"\n },\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"John Smith\",\n \"reference\": \"Patient/P20394847304\"\n },\n \"valueQuantity\": {\n \"code\": \"m[IU]/L\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"m[IU]/L\",\n \"value\": 30\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Hasil Pemeriksaan Akhir SHK Laboratorium",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\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\": \"29575-8\",\n \"display\": \"Thyrotropin [Units/volume] in DBS\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:00:20+00:00\",\n \"issued\": \"2022-06-14T02:00:20+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n ],\n \"specimen\": {\n \"reference\": \"Specimen/{{Specimen_SHK}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_SHK}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 30,\n \"unit\": \"m[IU]/L\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"m[IU]/L\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"H\",\n \"display\": \"High\"\n }\n ]\n }\n ],\n \"referenceRange\": [\n {\n \"high\": {\n \"value\": 19,\n \"unit\": \"m[IU]/L\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"m[IU]/L\"\n },\n \"text\": \"Normal\"\n },\n {\n \"low\": {\n \"value\": 20,\n \"unit\": \"m[IU]/L\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"m[IU]/L\"\n },\n \"text\": \"High\"\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/\"MTczMTUwMDk4NjQwODI0MDAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-stg/locations/asia-southeast2/datasets/stg/fhirStores/fhir-r4-staging/fhir/Observation/bbd70f77-cc1d-42ae-8037-08b76c566014/_history/MTczMTUwMDk4NjQwODI0MDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Wed, 13 Nov 2024 12:29:46 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Wed, 13 Nov 2024 12:29:46 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1399"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "a89922ed-a78a-4379-9392-032c947cdb2e"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/e5f71fc8-5beb-4d85-858b-446c7f92064f\"\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\": \"29575-8\",\n \"display\": \"Thyrotropin [Units/volume] in DBS\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T02:00:20+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/06500350-79df-40e2-b49f-5e8ecbb01410\"\n },\n \"id\": \"bbd70f77-cc1d-42ae-8037-08b76c566014\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"H\",\n \"display\": \"High\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\"\n }\n ]\n }\n ],\n \"issued\": \"2022-06-14T02:00:20+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-11-13T12:29:46.408240+00:00\",\n \"versionId\": \"MTczMTUwMDk4NjQwODI0MDAwMA\"\n },\n \"performer\": [\n {\n \"display\": \"Practitioner 1\",\n \"reference\": \"Practitioner/10009880728\"\n }\n ],\n \"referenceRange\": [\n {\n \"high\": {\n \"code\": \"m[IU]/L\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"m[IU]/L\",\n \"value\": 19\n },\n \"text\": \"Normal\"\n },\n {\n \"low\": {\n \"code\": \"m[IU]/L\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"m[IU]/L\",\n \"value\": 20\n },\n \"text\": \"High\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"specimen\": {\n \"reference\": \"Specimen/f0e47e70-6689-4eb4-b72e-251b280898d9\"\n },\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"John Smith\",\n \"reference\": \"Patient/P20394847304\"\n },\n \"valueQuantity\": {\n \"code\": \"m[IU]/L\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"m[IU]/L\",\n \"value\": 30\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "DiagnosticReport - Skrining SHK",
|
|
"event": [
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"exec": [
|
|
"var data = pm.response.json();\r",
|
|
"pm.collectionVariables.set(\"DiagnosticReport_Urat\", data.id)"
|
|
],
|
|
"type": "text/javascript",
|
|
"packages": {}
|
|
}
|
|
},
|
|
{
|
|
"listen": "prerequest",
|
|
"script": {
|
|
"exec": [
|
|
"//Randomizing Indentifier_value for use in payload\r",
|
|
"Registration_ID= pm.collectionVariables.get('Registration_ID');\r",
|
|
"\r",
|
|
"//Randomizing 3 digit Integer\r",
|
|
"var randomInt = Math.floor(Math.random() * 1000);\r",
|
|
"var randomIntPadded = String(randomInt).padStart(3, '0');\r",
|
|
"\r",
|
|
"//adding the randomized digits after A to create Identifier_value\r",
|
|
"Padded_Reg= Registration_ID + 'A' + randomIntPadded;\r",
|
|
"pm.collectionVariables.set(\"Identifier_value\", Padded_Reg);"
|
|
],
|
|
"type": "text/javascript",
|
|
"packages": {}
|
|
}
|
|
}
|
|
],
|
|
"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 \"value\": \"202403A0004692\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_SHK}}\",\n \"display\": \"ServiceRequest - SHK\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\",\n \"code\": \"CH\",\n \"display\": \"Chemistry\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"29575-8\",\n \"display\": \"Thyrotropin [Units/volume] in DBS\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan {{Patient_Name}} pada tanggal 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:58:55+00:00\",\n \"issued\": \"2022-06-14T01:58:55+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n ],\n \"specimen\": [\n {\n \"reference\": \"Specimen/{{Specimen_SHK}}\",\n \"display\": \"Specimen - SHK\"\n }\n ],\n \"result\": [\n {\n \"reference\": \"Observation/{{Observation_SHK}}\",\n \"display\": \"Observation - SHK\"\n }\n ],\n \"conclusionCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"H\",\n \"display\": \"High\"\n }\n ]\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/DiagnosticReport",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"DiagnosticReport"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "DiagnosticReport - Creatinine",
|
|
"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 \"value\": \"202403A0004692\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_SHK}}\",\n \"display\": \"ServiceRequest - SHK\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\",\n \"code\": \"CH\",\n \"display\": \"Chemistry\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"29575-8\",\n \"display\": \"Thyrotropin [Units/volume] in DBS\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan {{Patient_Name}} pada tanggal 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:58:55+00:00\",\n \"issued\": \"2022-06-14T01:58:55+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n ],\n \"specimen\": [\n {\n \"reference\": \"Specimen/{{Specimen_SHK}}\",\n \"display\": \"Specimen - SHK\"\n }\n ],\n \"result\": [\n {\n \"reference\": \"Observation/{{Observation_SHK}}\",\n \"display\": \"Observation - SHK\"\n }\n ],\n \"conclusionCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"H\",\n \"display\": \"High\"\n }\n ]\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/DiagnosticReport",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"DiagnosticReport"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMDAwMjg0NDA0ODA0NjAwMA\""
|
|
},
|
|
{
|
|
"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/2562bb53-71bf-49ee-971a-459d2472c485/_history/MTcyMDAwMjg0NDA0ODA0NjAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Wed, 03 Jul 2024 10:34:04 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Wed, 03 Jul 2024 10:34:04 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1399"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "768d28e2-9b9b-4e5d-af2b-e1953ce4efb5"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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 \"display\": \"ServiceRequest - SHK\",\n \"reference\": \"ServiceRequest/0a304630-7537-45d9-a16c-6e0d93e05ae1\"\n }\n ],\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"CH\",\n \"display\": \"Chemistry\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"29575-8\",\n \"display\": \"Thyrotropin [Units/volume] in DBS\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"conclusionCode\": [\n {\n \"coding\": [\n {\n \"code\": \"H\",\n \"display\": \"High\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\"\n }\n ]\n }\n ],\n \"effectiveDateTime\": \"2022-06-14T01:58:55+00:00\",\n \"encounter\": {\n \"display\": \"Kunjungan Anak Smith pada tanggal 14 Juni 2022\",\n \"reference\": \"Encounter/a8b69580-18d7-42dd-95e0-068836cfb21c\"\n },\n \"id\": \"ada4a722-f2c5-4a9e-8964-4c96ed8caaf2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/10000005/lab\",\n \"value\": \"202403A0004692\"\n }\n ],\n \"issued\": \"2022-06-14T01:58:55+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-08-02T05:41:24.352724+00:00\",\n \"versionId\": \"MTcyMjU3NzI4NDM1MjcyNDAwMA\"\n },\n \"performer\": [\n {\n \"display\": \"Dr.dr.Voigt,MARS.\",\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"DiagnosticReport\",\n \"result\": [\n {\n \"display\": \"Observation - SHK\",\n \"reference\": \"Observation/7c3f4aa5-aea5-4a36-bda7-4ad0df76e23a\"\n }\n ],\n \"specimen\": [\n {\n \"display\": \"Specimen - SHK\",\n \"reference\": \"Specimen/b5504260-165a-44e6-95f7-904ee32c5408\"\n }\n ],\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
},
|
|
{
|
|
"name": "DiagnosticReport - Creatinine",
|
|
"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 \"value\": \"202403A0004692\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_SHK}}\",\n \"display\": \"ServiceRequest - SHK\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\",\n \"code\": \"CH\",\n \"display\": \"Chemistry\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"29575-8\",\n \"display\": \"Thyrotropin [Units/volume] in DBS\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan {{Patient_Name}} pada tanggal 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:58:55+00:00\",\n \"issued\": \"2022-06-14T01:58:55+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n ],\n \"specimen\": [\n {\n \"reference\": \"Specimen/{{Specimen_SHK}}\",\n \"display\": \"Specimen - SHK\"\n }\n ],\n \"result\": [\n {\n \"reference\": \"Observation/{{Observation_SHK}}\",\n \"display\": \"Observation - SHK\"\n }\n ],\n \"conclusionCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"H\",\n \"display\": \"High\"\n }\n ]\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/DiagnosticReport",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"DiagnosticReport"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMDAwMjg0NDA0ODA0NjAwMA\""
|
|
},
|
|
{
|
|
"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/2562bb53-71bf-49ee-971a-459d2472c485/_history/MTcyMDAwMjg0NDA0ODA0NjAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Wed, 03 Jul 2024 10:34:04 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Wed, 03 Jul 2024 10:34:04 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1399"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "768d28e2-9b9b-4e5d-af2b-e1953ce4efb5"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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 \"display\": \"ServiceRequest - SHK\",\n \"reference\": \"ServiceRequest/0a304630-7537-45d9-a16c-6e0d93e05ae1\"\n }\n ],\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"CH\",\n \"display\": \"Chemistry\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"29575-8\",\n \"display\": \"Thyrotropin [Units/volume] in DBS\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"conclusionCode\": [\n {\n \"coding\": [\n {\n \"code\": \"H\",\n \"display\": \"High\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\"\n }\n ]\n }\n ],\n \"effectiveDateTime\": \"2022-06-14T01:58:55+00:00\",\n \"encounter\": {\n \"display\": \"Kunjungan Anak Smith pada tanggal 14 Juni 2022\",\n \"reference\": \"Encounter/a8b69580-18d7-42dd-95e0-068836cfb21c\"\n },\n \"id\": \"ada4a722-f2c5-4a9e-8964-4c96ed8caaf2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/10000005/lab\",\n \"value\": \"202403A0004692\"\n }\n ],\n \"issued\": \"2022-06-14T01:58:55+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-08-02T05:41:24.352724+00:00\",\n \"versionId\": \"MTcyMjU3NzI4NDM1MjcyNDAwMA\"\n },\n \"performer\": [\n {\n \"display\": \"Dr.dr.Voigt,MARS.\",\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"DiagnosticReport\",\n \"result\": [\n {\n \"display\": \"Observation - SHK\",\n \"reference\": \"Observation/7c3f4aa5-aea5-4a36-bda7-4ad0df76e23a\"\n }\n ],\n \"specimen\": [\n {\n \"display\": \"Specimen - SHK\",\n \"reference\": \"Specimen/b5504260-165a-44e6-95f7-904ee32c5408\"\n }\n ],\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Specimen - Fungsi SHK",
|
|
"event": [
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"exec": [
|
|
"var data = pm.response.json();\r",
|
|
"pm.collectionVariables.set(\"Specimen_fungsiGinjal\", data.id)"
|
|
],
|
|
"type": "text/javascript",
|
|
"packages": {}
|
|
}
|
|
},
|
|
{
|
|
"listen": "prerequest",
|
|
"script": {
|
|
"exec": [
|
|
"//Randomizing Indentifier_value for use in payload\r",
|
|
"Registration_ID= pm.collectionVariables.get('Registration_ID');\r",
|
|
"\r",
|
|
"//Randomizing 3 digit Integer\r",
|
|
"var randomInt = Math.floor(Math.random() * 1000);\r",
|
|
"var randomIntPadded = String(randomInt).padStart(3, '0');\r",
|
|
"\r",
|
|
"//adding the randomized digits after A to create Identifier_value\r",
|
|
"Padded_Reg= Registration_ID + 'A' + randomIntPadded;\r",
|
|
"pm.collectionVariables.set(\"Identifier_value\", Padded_Reg);"
|
|
],
|
|
"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\": \"202403A0004689\",\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\": \"119294007\",\n \"display\": \"Dried 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 \"collector\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n },\n \"collectedDateTime\": \"2022-06-14T01:55:30+00:00\",\n \"quantity\": {\n \"value\": 10,\n \"code\": \"mL\",\n \"unit\": \"mL\",\n \"system\": \"http://unitsofmeasure.org\"\n },\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"76853006\",\n \"display\": \"Heel structure\"\n }\n ]\n }\n },\n \"processing\": [\n {\n \"procedure\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"9265001\",\n \"display\": \"Specimen processing\"\n }\n ]\n },\n \"timeDateTime\": \"2022-06-14T01:55:30+00:00\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"request\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_SHK}}\",\n \"display\": \"ServiceRequest - SHK\"\n }\n ],\n \"receivedTime\": \"2022-06-14T01:55:30+00:00\"\n}\n",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Specimen",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Specimen"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Specimen - Fungsi SHK",
|
|
"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\": \"202403A0004689\",\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\": \"119294007\",\n \"display\": \"Dried 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 \"collector\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"collectedDateTime\": \"2022-06-14T01:55:30+00:00\",\n \"quantity\": {\n \"value\": 10,\n \"code\": \"mL\",\n \"unit\": \"mL\",\n \"system\": \"http://unitsofmeasure.org\"\n },\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"76853006\",\n \"display\": \"Heel structure\"\n }\n ]\n }\n },\n \"processing\": [\n {\n \"procedure\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"9265001\",\n \"display\": \"Specimen processing\"\n }\n ]\n },\n \"timeDateTime\": \"2022-06-14T01:55:30+00:00\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"request\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_SHK}}\",\n \"display\": \"ServiceRequest - SHK\"\n }\n ],\n \"receivedTime\": \"2022-06-14T01:55:30+00:00\"\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": "last-modified",
|
|
"value": "Wed, 13 Nov 2024 11:34:43 UTC"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-stg/locations/asia-southeast2/datasets/stg/fhirStores/fhir-r4-staging/fhir/Specimen/f0e47e70-6689-4eb4-b72e-251b280898d9/_history/MTczMTQ5NzY4Mzk5NDE3ODAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTczMTQ5NzY4Mzk5NDE3ODAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Wed, 13 Nov 2024 11:34:43 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1308"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "7e94eebf-5514-4d89-a18c-f2a7104d11e3"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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 \"bodySite\": {\n \"coding\": [\n {\n \"code\": \"76853006\",\n \"display\": \"Heel structure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"collectedDateTime\": \"2022-06-14T01:55:30+00:00\",\n \"collector\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/10009880728\"\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 \"code\": \"mL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mL\",\n \"value\": 10\n }\n },\n \"id\": \"f0e47e70-6689-4eb4-b72e-251b280898d9\",\n \"identifier\": [\n {\n \"assigner\": {\n \"reference\": \"Organization/10000005\"\n },\n \"system\": \"http://sys-ids.kemkes.go.id/specimen/10000005\",\n \"value\": \"202403A0004689\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-11-13T11:34:43.994178+00:00\",\n \"versionId\": \"MTczMTQ5NzY4Mzk5NDE3ODAwMA\"\n },\n \"processing\": [\n {\n \"procedure\": {\n \"coding\": [\n {\n \"code\": \"9265001\",\n \"display\": \"Specimen processing\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"timeDateTime\": \"2022-06-14T01:55:30+00:00\"\n }\n ],\n \"receivedTime\": \"2022-06-14T01:55:30+00:00\",\n \"request\": [\n {\n \"display\": \"ServiceRequest - SHK\",\n \"reference\": \"ServiceRequest/e5f71fc8-5beb-4d85-858b-446c7f92064f\"\n }\n ],\n \"resourceType\": \"Specimen\",\n \"status\": \"available\",\n \"subject\": {\n \"display\": \"John Smith\",\n \"reference\": \"Patient/P20394847304\"\n },\n \"type\": {\n \"coding\": [\n {\n \"code\": \"119294007\",\n \"display\": \"Dried blood specimen\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "Specimen - Fungsi SHK",
|
|
"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\": \"202403A0004689\",\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\": \"119294007\",\n \"display\": \"Dried 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 \"collector\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"collectedDateTime\": \"2022-06-14T01:55:30+00:00\",\n \"quantity\": {\n \"value\": 10,\n \"code\": \"mL\",\n \"unit\": \"mL\",\n \"system\": \"http://unitsofmeasure.org\"\n },\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"76853006\",\n \"display\": \"Heel structure\"\n }\n ]\n }\n },\n \"processing\": [\n {\n \"procedure\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"9265001\",\n \"display\": \"Specimen processing\"\n }\n ]\n },\n \"timeDateTime\": \"2022-06-14T01:55:30+00:00\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"request\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_SHK}}\",\n \"display\": \"ServiceRequest - SHK\"\n }\n ],\n \"receivedTime\": \"2022-06-14T01:55:30+00:00\"\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": "last-modified",
|
|
"value": "Wed, 13 Nov 2024 11:34:43 UTC"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-stg/locations/asia-southeast2/datasets/stg/fhirStores/fhir-r4-staging/fhir/Specimen/f0e47e70-6689-4eb4-b72e-251b280898d9/_history/MTczMTQ5NzY4Mzk5NDE3ODAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTczMTQ5NzY4Mzk5NDE3ODAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Wed, 13 Nov 2024 11:34:43 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1308"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "7e94eebf-5514-4d89-a18c-f2a7104d11e3"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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 \"bodySite\": {\n \"coding\": [\n {\n \"code\": \"76853006\",\n \"display\": \"Heel structure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"collectedDateTime\": \"2022-06-14T01:55:30+00:00\",\n \"collector\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/10009880728\"\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 \"code\": \"mL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mL\",\n \"value\": 10\n }\n },\n \"id\": \"f0e47e70-6689-4eb4-b72e-251b280898d9\",\n \"identifier\": [\n {\n \"assigner\": {\n \"reference\": \"Organization/10000005\"\n },\n \"system\": \"http://sys-ids.kemkes.go.id/specimen/10000005\",\n \"value\": \"202403A0004689\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-11-13T11:34:43.994178+00:00\",\n \"versionId\": \"MTczMTQ5NzY4Mzk5NDE3ODAwMA\"\n },\n \"processing\": [\n {\n \"procedure\": {\n \"coding\": [\n {\n \"code\": \"9265001\",\n \"display\": \"Specimen processing\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"timeDateTime\": \"2022-06-14T01:55:30+00:00\"\n }\n ],\n \"receivedTime\": \"2022-06-14T01:55:30+00:00\",\n \"request\": [\n {\n \"display\": \"ServiceRequest - SHK\",\n \"reference\": \"ServiceRequest/e5f71fc8-5beb-4d85-858b-446c7f92064f\"\n }\n ],\n \"resourceType\": \"Specimen\",\n \"status\": \"available\",\n \"subject\": {\n \"display\": \"John Smith\",\n \"reference\": \"Patient/P20394847304\"\n },\n \"type\": {\n \"coding\": [\n {\n \"code\": \"119294007\",\n \"display\": \"Dried blood specimen\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Procedure - SHK",
|
|
"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://snomed.info/sct\",\n \"code\": \"400984005\",\n \"display\": \"Congenital hypothyroidism screening test\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T01:55:30+00:00\",\n \"end\": \"2022-06-14T01:58:55+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Procedure",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Procedure"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Procedure - SHK",
|
|
"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://snomed.info/sct\",\n \"code\": \"400984005\",\n \"display\": \"Congenital hypothyroidism screening test\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T01:55:30+00:00\",\n \"end\": \"2022-06-14T01:58:55+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\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": "last-modified",
|
|
"value": "Wed, 13 Nov 2024 10:39:52 UTC"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-stg/locations/asia-southeast2/datasets/stg/fhirStores/fhir-r4-staging/fhir/Procedure/0cd83e9e-8c0f-425c-b1b2-b5fd6bfd7831/_history/MTczMTQ5NDM5MjUyNTU2NDAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTczMTQ5NDM5MjUyNTU2NDAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Wed, 13 Nov 2024 10:39:52 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "805"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "e1988e84-b842-47f7-8302-dd246913b267"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' 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\": \"400984005\",\n \"display\": \"Congenital hypothyroidism screening test\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/06500350-79df-40e2-b49f-5e8ecbb01410\"\n },\n \"id\": \"0cd83e9e-8c0f-425c-b1b2-b5fd6bfd7831\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-11-13T10:39:52.525564+00:00\",\n \"versionId\": \"MTczMTQ5NDM5MjUyNTU2NDAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2022-06-14T01:58:55+00:00\",\n \"start\": \"2022-06-14T01:55:30+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/10009880728\"\n }\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/P20394847304\"\n }\n}"
|
|
},
|
|
{
|
|
"name": "Procedure - SHK",
|
|
"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://snomed.info/sct\",\n \"code\": \"400984005\",\n \"display\": \"Congenital hypothyroidism screening test\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T01:55:30+00:00\",\n \"end\": \"2022-06-14T01:58:55+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\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": "last-modified",
|
|
"value": "Wed, 13 Nov 2024 10:39:52 UTC"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-stg/locations/asia-southeast2/datasets/stg/fhirStores/fhir-r4-staging/fhir/Procedure/0cd83e9e-8c0f-425c-b1b2-b5fd6bfd7831/_history/MTczMTQ5NDM5MjUyNTU2NDAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTczMTQ5NDM5MjUyNTU2NDAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Wed, 13 Nov 2024 10:39:52 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "805"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "e1988e84-b842-47f7-8302-dd246913b267"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' 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\": \"400984005\",\n \"display\": \"Congenital hypothyroidism screening test\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/06500350-79df-40e2-b49f-5e8ecbb01410\"\n },\n \"id\": \"0cd83e9e-8c0f-425c-b1b2-b5fd6bfd7831\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-11-13T10:39:52.525564+00:00\",\n \"versionId\": \"MTczMTQ5NDM5MjUyNTU2NDAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2022-06-14T01:58:55+00:00\",\n \"start\": \"2022-06-14T01:55:30+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/10009880728\"\n }\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/P20394847304\"\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "ServiceRequest - Skrining SHK",
|
|
"event": [
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"exec": [
|
|
"var data = pm.response.json();\r",
|
|
"pm.collectionVariables.set(\"ServiceRequest_Creatinine\", data.id)"
|
|
],
|
|
"type": "text/javascript",
|
|
"packages": {}
|
|
}
|
|
},
|
|
{
|
|
"listen": "prerequest",
|
|
"script": {
|
|
"exec": [
|
|
"//Randomizing Indentifier_value for use in payload\r",
|
|
"Registration_ID= pm.collectionVariables.get('Registration_ID');\r",
|
|
"\r",
|
|
"//Randomizing 3 digit Integer\r",
|
|
"var randomInt = Math.floor(Math.random() * 1000);\r",
|
|
"var randomIntPadded = String(randomInt).padStart(3, '0');\r",
|
|
"\r",
|
|
"//adding the randomized digits after A to create Identifier_value\r",
|
|
"Padded_Reg= Registration_ID + 'A' + randomIntPadded;\r",
|
|
"pm.collectionVariables.set(\"Identifier_value\", Padded_Reg);"
|
|
],
|
|
"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\": \"202403A0004687\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"original-order\",\n \"priority\": \"routine\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"108252007\",\n \"display\": \"Laboratory procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"29575-8\",\n \"display\": \"Thyrotropin [Units/volume] in DBS\"\n }\n ],\n \"text\": \"Tes Thyrotropin dalam DBS\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan {{Patient_Name}} pada tanggal 14 Juni 2022\"\n },\n \"occurrenceDateTime\": \"2022-06-14T01:55:30+00:00\",\n \"authoredOn\": \"2022-06-14T01:55:30+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"Z13.7\",\n \"display\": \"Special screening examination for congenital malformations, deformations and chromosomal abnormalities\"\n }\n ],\n \"text\": \"Pemeriksaan Skrining untuk Malformasi Kongenital, Deformasi, dan Kelainan Kromosom\"\n }\n ],\n \"supportingInfo\": [\n {\n \"reference\": \"Procedure/{{Procedure_SHK}}\",\n \"display\": \"Prosedur SHK\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/ServiceRequest",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"ServiceRequest"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "ServiceRequest - Skrining SHK",
|
|
"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\": \"202403A0004687\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"original-order\",\n \"priority\": \"routine\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"108252007\",\n \"display\": \"Laboratory procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"29575-8\",\n \"display\": \"Thyrotropin [Units/volume] in DBS\"\n }\n ],\n \"text\": \"Tes Thyrotropin dalam DBS\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan {{Patient_Name}} pada tanggal 14 Juni 2022\"\n },\n \"occurrenceDateTime\": \"2022-06-14T01:55:30+00:00\",\n \"authoredOn\": \"2022-06-14T01:55:30+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"Z13.7\",\n \"display\": \"Special screening examination for congenital malformations, deformations and chromosomal abnormalities\"\n }\n ],\n \"text\": \"Pemeriksaan Skrining untuk Malformasi Kongenital, Deformasi, dan Kelainan Kromosom\"\n }\n ],\n \"supportingInfo\": [\n {\n \"reference\": \"Procedure/{{Procedure_SHK}}\",\n \"display\": \"Prosedur SHK\"\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": "Wed, 13 Nov 2024 11:22:58 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTczMTQ5Njk3ODg3NDU0NzAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-stg/locations/asia-southeast2/datasets/stg/fhirStores/fhir-r4-staging/fhir/ServiceRequest/e5f71fc8-5beb-4d85-858b-446c7f92064f/_history/MTczMTQ5Njk3ODg3NDU0NzAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Wed, 13 Nov 2024 11:22:58 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1465"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "f62872dd-b1fe-4571-bd4c-fa240e9172a0"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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\": \"2022-06-14T01:55:30+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\": \"29575-8\",\n \"display\": \"Thyrotropin [Units/volume] in DBS\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Tes Thyrotropin dalam DBS\"\n },\n \"encounter\": {\n \"display\": \"Kunjungan John Smith pada tanggal 14 Juni 2022\",\n \"reference\": \"Encounter/06500350-79df-40e2-b49f-5e8ecbb01410\"\n },\n \"id\": \"e5f71fc8-5beb-4d85-858b-446c7f92064f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/10000005\",\n \"value\": \"202403A0004687\"\n }\n ],\n \"intent\": \"original-order\",\n \"meta\": {\n \"lastUpdated\": \"2024-11-13T11:22:58.874547+00:00\",\n \"versionId\": \"MTczMTQ5Njk3ODg3NDU0NzAwMA\"\n },\n \"occurrenceDateTime\": \"2022-06-14T01:55:30+00:00\",\n \"performer\": [\n {\n \"display\": \"Practitioner 1\",\n \"reference\": \"Practitioner/10009880728\"\n }\n ],\n \"priority\": \"routine\",\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"Z13.7\",\n \"display\": \"Special screening examination for congenital malformations, deformations and chromosomal abnormalities\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ],\n \"text\": \"Pemeriksaan Skrining untuk Malformasi Kongenital, Deformasi, dan Kelainan Kromosom\"\n }\n ],\n \"requester\": {\n \"display\": \"Practitioner 1\",\n \"reference\": \"Practitioner/10009880728\"\n },\n \"resourceType\": \"ServiceRequest\",\n \"status\": \"active\",\n \"subject\": {\n \"display\": \"John Smith\",\n \"reference\": \"Patient/P20394847304\"\n },\n \"supportingInfo\": [\n {\n \"display\": \"Prosedur SHK\",\n \"reference\": \"Procedure/0cd83e9e-8c0f-425c-b1b2-b5fd6bfd7831\"\n }\n ]\n}"
|
|
},
|
|
{
|
|
"name": "ServiceRequest - Skrining SHK",
|
|
"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\": \"202403A0004687\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"original-order\",\n \"priority\": \"routine\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"108252007\",\n \"display\": \"Laboratory procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"29575-8\",\n \"display\": \"Thyrotropin [Units/volume] in DBS\"\n }\n ],\n \"text\": \"Tes Thyrotropin dalam DBS\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan {{Patient_Name}} pada tanggal 14 Juni 2022\"\n },\n \"occurrenceDateTime\": \"2022-06-14T01:55:30+00:00\",\n \"authoredOn\": \"2022-06-14T01:55:30+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"Z13.7\",\n \"display\": \"Special screening examination for congenital malformations, deformations and chromosomal abnormalities\"\n }\n ],\n \"text\": \"Pemeriksaan Skrining untuk Malformasi Kongenital, Deformasi, dan Kelainan Kromosom\"\n }\n ],\n \"supportingInfo\": [\n {\n \"reference\": \"Procedure/{{Procedure_SHK}}\",\n \"display\": \"Prosedur SHK\"\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": "Wed, 13 Nov 2024 11:22:58 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTczMTQ5Njk3ODg3NDU0NzAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-stg/locations/asia-southeast2/datasets/stg/fhirStores/fhir-r4-staging/fhir/ServiceRequest/e5f71fc8-5beb-4d85-858b-446c7f92064f/_history/MTczMTQ5Njk3ODg3NDU0NzAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Wed, 13 Nov 2024 11:22:58 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1465"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "f62872dd-b1fe-4571-bd4c-fa240e9172a0"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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\": \"2022-06-14T01:55:30+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\": \"29575-8\",\n \"display\": \"Thyrotropin [Units/volume] in DBS\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Tes Thyrotropin dalam DBS\"\n },\n \"encounter\": {\n \"display\": \"Kunjungan John Smith pada tanggal 14 Juni 2022\",\n \"reference\": \"Encounter/06500350-79df-40e2-b49f-5e8ecbb01410\"\n },\n \"id\": \"e5f71fc8-5beb-4d85-858b-446c7f92064f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/10000005\",\n \"value\": \"202403A0004687\"\n }\n ],\n \"intent\": \"original-order\",\n \"meta\": {\n \"lastUpdated\": \"2024-11-13T11:22:58.874547+00:00\",\n \"versionId\": \"MTczMTQ5Njk3ODg3NDU0NzAwMA\"\n },\n \"occurrenceDateTime\": \"2022-06-14T01:55:30+00:00\",\n \"performer\": [\n {\n \"display\": \"Practitioner 1\",\n \"reference\": \"Practitioner/10009880728\"\n }\n ],\n \"priority\": \"routine\",\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"Z13.7\",\n \"display\": \"Special screening examination for congenital malformations, deformations and chromosomal abnormalities\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ],\n \"text\": \"Pemeriksaan Skrining untuk Malformasi Kongenital, Deformasi, dan Kelainan Kromosom\"\n }\n ],\n \"requester\": {\n \"display\": \"Practitioner 1\",\n \"reference\": \"Practitioner/10009880728\"\n },\n \"resourceType\": \"ServiceRequest\",\n \"status\": \"active\",\n \"subject\": {\n \"display\": \"John Smith\",\n \"reference\": \"Patient/P20394847304\"\n },\n \"supportingInfo\": [\n {\n \"display\": \"Prosedur SHK\",\n \"reference\": \"Procedure/0cd83e9e-8c0f-425c-b1b2-b5fd6bfd7831\"\n }\n ]\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "DiagnosticReport - Skrining SHK",
|
|
"event": [
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"exec": [
|
|
"var data = pm.response.json();\r",
|
|
"pm.collectionVariables.set(\"DiagnosticReport_Urat\", data.id)"
|
|
],
|
|
"type": "text/javascript",
|
|
"packages": {}
|
|
}
|
|
},
|
|
{
|
|
"listen": "prerequest",
|
|
"script": {
|
|
"exec": [
|
|
"//Randomizing Indentifier_value for use in payload\r",
|
|
"Registration_ID= pm.collectionVariables.get('Registration_ID');\r",
|
|
"\r",
|
|
"//Randomizing 3 digit Integer\r",
|
|
"var randomInt = Math.floor(Math.random() * 1000);\r",
|
|
"var randomIntPadded = String(randomInt).padStart(3, '0');\r",
|
|
"\r",
|
|
"//adding the randomized digits after A to create Identifier_value\r",
|
|
"Padded_Reg= Registration_ID + 'A' + randomIntPadded;\r",
|
|
"pm.collectionVariables.set(\"Identifier_value\", Padded_Reg);"
|
|
],
|
|
"type": "text/javascript",
|
|
"packages": {}
|
|
}
|
|
}
|
|
],
|
|
"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 \"value\": \"202403A0004692\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_SHK}}\",\n \"display\": \"ServiceRequest - SHK\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\",\n \"code\": \"CH\",\n \"display\": \"Chemistry\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"29575-8\",\n \"display\": \"Thyrotropin [Units/volume] in DBS\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan {{Patient_Name}} pada tanggal 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:58:55+00:00\",\n \"issued\": \"2022-06-14T01:58:55+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n ],\n \"specimen\": [\n {\n \"reference\": \"Specimen/{{Specimen_SHK}}\",\n \"display\": \"Specimen - SHK\"\n }\n ],\n \"result\": [\n {\n \"reference\": \"Observation/{{Observation_SHK}}\",\n \"display\": \"Observation - SHK\"\n }\n ],\n \"conclusionCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"H\",\n \"display\": \"High\"\n }\n ]\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/DiagnosticReport",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"DiagnosticReport"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "DiagnosticReport - Creatinine",
|
|
"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 \"value\": \"202403A0004692\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_SHK}}\",\n \"display\": \"ServiceRequest - SHK\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\",\n \"code\": \"CH\",\n \"display\": \"Chemistry\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"29575-8\",\n \"display\": \"Thyrotropin [Units/volume] in DBS\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan {{Patient_Name}} pada tanggal 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:58:55+00:00\",\n \"issued\": \"2022-06-14T01:58:55+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n ],\n \"specimen\": [\n {\n \"reference\": \"Specimen/{{Specimen_SHK}}\",\n \"display\": \"Specimen - SHK\"\n }\n ],\n \"result\": [\n {\n \"reference\": \"Observation/{{Observation_SHK}}\",\n \"display\": \"Observation - SHK\"\n }\n ],\n \"conclusionCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"H\",\n \"display\": \"High\"\n }\n ]\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/DiagnosticReport",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"DiagnosticReport"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMDAwMjg0NDA0ODA0NjAwMA\""
|
|
},
|
|
{
|
|
"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/2562bb53-71bf-49ee-971a-459d2472c485/_history/MTcyMDAwMjg0NDA0ODA0NjAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Wed, 03 Jul 2024 10:34:04 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Wed, 03 Jul 2024 10:34:04 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1399"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "768d28e2-9b9b-4e5d-af2b-e1953ce4efb5"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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 \"display\": \"ServiceRequest - SHK\",\n \"reference\": \"ServiceRequest/0a304630-7537-45d9-a16c-6e0d93e05ae1\"\n }\n ],\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"CH\",\n \"display\": \"Chemistry\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"29575-8\",\n \"display\": \"Thyrotropin [Units/volume] in DBS\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"conclusionCode\": [\n {\n \"coding\": [\n {\n \"code\": \"H\",\n \"display\": \"High\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\"\n }\n ]\n }\n ],\n \"effectiveDateTime\": \"2022-06-14T01:58:55+00:00\",\n \"encounter\": {\n \"display\": \"Kunjungan Anak Smith pada tanggal 14 Juni 2022\",\n \"reference\": \"Encounter/a8b69580-18d7-42dd-95e0-068836cfb21c\"\n },\n \"id\": \"ada4a722-f2c5-4a9e-8964-4c96ed8caaf2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/10000005/lab\",\n \"value\": \"202403A0004692\"\n }\n ],\n \"issued\": \"2022-06-14T01:58:55+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-08-02T05:41:24.352724+00:00\",\n \"versionId\": \"MTcyMjU3NzI4NDM1MjcyNDAwMA\"\n },\n \"performer\": [\n {\n \"display\": \"Dr.dr.Voigt,MARS.\",\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"DiagnosticReport\",\n \"result\": [\n {\n \"display\": \"Observation - SHK\",\n \"reference\": \"Observation/7c3f4aa5-aea5-4a36-bda7-4ad0df76e23a\"\n }\n ],\n \"specimen\": [\n {\n \"display\": \"Specimen - SHK\",\n \"reference\": \"Specimen/b5504260-165a-44e6-95f7-904ee32c5408\"\n }\n ],\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
},
|
|
{
|
|
"name": "DiagnosticReport - Creatinine",
|
|
"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 \"value\": \"202403A0004692\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_SHK}}\",\n \"display\": \"ServiceRequest - SHK\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\",\n \"code\": \"CH\",\n \"display\": \"Chemistry\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"29575-8\",\n \"display\": \"Thyrotropin [Units/volume] in DBS\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan {{Patient_Name}} pada tanggal 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T01:58:55+00:00\",\n \"issued\": \"2022-06-14T01:58:55+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n ],\n \"specimen\": [\n {\n \"reference\": \"Specimen/{{Specimen_SHK}}\",\n \"display\": \"Specimen - SHK\"\n }\n ],\n \"result\": [\n {\n \"reference\": \"Observation/{{Observation_SHK}}\",\n \"display\": \"Observation - SHK\"\n }\n ],\n \"conclusionCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"H\",\n \"display\": \"High\"\n }\n ]\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/DiagnosticReport",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"DiagnosticReport"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMDAwMjg0NDA0ODA0NjAwMA\""
|
|
},
|
|
{
|
|
"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/2562bb53-71bf-49ee-971a-459d2472c485/_history/MTcyMDAwMjg0NDA0ODA0NjAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Wed, 03 Jul 2024 10:34:04 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Wed, 03 Jul 2024 10:34:04 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1399"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "768d28e2-9b9b-4e5d-af2b-e1953ce4efb5"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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 \"display\": \"ServiceRequest - SHK\",\n \"reference\": \"ServiceRequest/0a304630-7537-45d9-a16c-6e0d93e05ae1\"\n }\n ],\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"CH\",\n \"display\": \"Chemistry\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"29575-8\",\n \"display\": \"Thyrotropin [Units/volume] in DBS\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"conclusionCode\": [\n {\n \"coding\": [\n {\n \"code\": \"H\",\n \"display\": \"High\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\"\n }\n ]\n }\n ],\n \"effectiveDateTime\": \"2022-06-14T01:58:55+00:00\",\n \"encounter\": {\n \"display\": \"Kunjungan Anak Smith pada tanggal 14 Juni 2022\",\n \"reference\": \"Encounter/a8b69580-18d7-42dd-95e0-068836cfb21c\"\n },\n \"id\": \"ada4a722-f2c5-4a9e-8964-4c96ed8caaf2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/10000005/lab\",\n \"value\": \"202403A0004692\"\n }\n ],\n \"issued\": \"2022-06-14T01:58:55+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-08-02T05:41:24.352724+00:00\",\n \"versionId\": \"MTcyMjU3NzI4NDM1MjcyNDAwMA\"\n },\n \"performer\": [\n {\n \"display\": \"Dr.dr.Voigt,MARS.\",\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"DiagnosticReport\",\n \"result\": [\n {\n \"display\": \"Observation - SHK\",\n \"reference\": \"Observation/7c3f4aa5-aea5-4a36-bda7-4ad0df76e23a\"\n }\n ],\n \"specimen\": [\n {\n \"display\": \"Specimen - SHK\",\n \"reference\": \"Specimen/b5504260-165a-44e6-95f7-904ee32c5408\"\n }\n ],\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Hasil Pemeriksaan Akhir SHK Laboratorium",
|
|
"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\": \"laboratory\",\n \"display\": \"Laboratory\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"29575-8\",\n \"display\": \"Thyrotropin [Units/volume] in DBS\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:00:20+00:00\",\n \"issued\": \"2022-06-14T02:00:20+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n ],\n \"specimen\": {\n \"reference\": \"Specimen/{{Specimen_SHK}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_SHK}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 30,\n \"unit\": \"m[IU]/L\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"m[IU]/L\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"H\",\n \"display\": \"High\"\n }\n ]\n }\n ],\n \"referenceRange\": [\n {\n \"high\": {\n \"value\": 19,\n \"unit\": \"m[IU]/L\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"m[IU]/L\"\n },\n \"text\": \"Normal\"\n },\n {\n \"low\": {\n \"value\": 20,\n \"unit\": \"m[IU]/L\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"m[IU]/L\"\n },\n \"text\": \"High\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Hasil Pemeriksaan Akhir SHK Laboratorium",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\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\": \"29575-8\",\n \"display\": \"Thyrotropin [Units/volume] in DBS\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:00:20+00:00\",\n \"issued\": \"2022-06-14T02:00:20+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n ],\n \"specimen\": {\n \"reference\": \"Specimen/{{Specimen_SHK}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_SHK}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 30,\n \"unit\": \"m[IU]/L\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"m[IU]/L\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"H\",\n \"display\": \"High\"\n }\n ]\n }\n ],\n \"referenceRange\": [\n {\n \"high\": {\n \"value\": 19,\n \"unit\": \"m[IU]/L\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"m[IU]/L\"\n },\n \"text\": \"Normal\"\n },\n {\n \"low\": {\n \"value\": 20,\n \"unit\": \"m[IU]/L\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"m[IU]/L\"\n },\n \"text\": \"High\"\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/\"MTczMTUwMDk4NjQwODI0MDAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-stg/locations/asia-southeast2/datasets/stg/fhirStores/fhir-r4-staging/fhir/Observation/bbd70f77-cc1d-42ae-8037-08b76c566014/_history/MTczMTUwMDk4NjQwODI0MDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Wed, 13 Nov 2024 12:29:46 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Wed, 13 Nov 2024 12:29:46 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1399"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "a89922ed-a78a-4379-9392-032c947cdb2e"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/e5f71fc8-5beb-4d85-858b-446c7f92064f\"\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\": \"29575-8\",\n \"display\": \"Thyrotropin [Units/volume] in DBS\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T02:00:20+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/06500350-79df-40e2-b49f-5e8ecbb01410\"\n },\n \"id\": \"bbd70f77-cc1d-42ae-8037-08b76c566014\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"H\",\n \"display\": \"High\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\"\n }\n ]\n }\n ],\n \"issued\": \"2022-06-14T02:00:20+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-11-13T12:29:46.408240+00:00\",\n \"versionId\": \"MTczMTUwMDk4NjQwODI0MDAwMA\"\n },\n \"performer\": [\n {\n \"display\": \"Practitioner 1\",\n \"reference\": \"Practitioner/10009880728\"\n }\n ],\n \"referenceRange\": [\n {\n \"high\": {\n \"code\": \"m[IU]/L\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"m[IU]/L\",\n \"value\": 19\n },\n \"text\": \"Normal\"\n },\n {\n \"low\": {\n \"code\": \"m[IU]/L\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"m[IU]/L\",\n \"value\": 20\n },\n \"text\": \"High\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"specimen\": {\n \"reference\": \"Specimen/f0e47e70-6689-4eb4-b72e-251b280898d9\"\n },\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"John Smith\",\n \"reference\": \"Patient/P20394847304\"\n },\n \"valueQuantity\": {\n \"code\": \"m[IU]/L\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"m[IU]/L\",\n \"value\": 30\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Hasil Pemeriksaan Akhir SHK Laboratorium",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\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\": \"29575-8\",\n \"display\": \"Thyrotropin [Units/volume] in DBS\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:00:20+00:00\",\n \"issued\": \"2022-06-14T02:00:20+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n ],\n \"specimen\": {\n \"reference\": \"Specimen/{{Specimen_SHK}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_SHK}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 30,\n \"unit\": \"m[IU]/L\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"m[IU]/L\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"H\",\n \"display\": \"High\"\n }\n ]\n }\n ],\n \"referenceRange\": [\n {\n \"high\": {\n \"value\": 19,\n \"unit\": \"m[IU]/L\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"m[IU]/L\"\n },\n \"text\": \"Normal\"\n },\n {\n \"low\": {\n \"value\": 20,\n \"unit\": \"m[IU]/L\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"m[IU]/L\"\n },\n \"text\": \"High\"\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/\"MTczMTUwMDk4NjQwODI0MDAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-stg/locations/asia-southeast2/datasets/stg/fhirStores/fhir-r4-staging/fhir/Observation/bbd70f77-cc1d-42ae-8037-08b76c566014/_history/MTczMTUwMDk4NjQwODI0MDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Wed, 13 Nov 2024 12:29:46 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Wed, 13 Nov 2024 12:29:46 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1399"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "a89922ed-a78a-4379-9392-032c947cdb2e"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/e5f71fc8-5beb-4d85-858b-446c7f92064f\"\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\": \"29575-8\",\n \"display\": \"Thyrotropin [Units/volume] in DBS\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T02:00:20+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/06500350-79df-40e2-b49f-5e8ecbb01410\"\n },\n \"id\": \"bbd70f77-cc1d-42ae-8037-08b76c566014\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"H\",\n \"display\": \"High\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\"\n }\n ]\n }\n ],\n \"issued\": \"2022-06-14T02:00:20+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-11-13T12:29:46.408240+00:00\",\n \"versionId\": \"MTczMTUwMDk4NjQwODI0MDAwMA\"\n },\n \"performer\": [\n {\n \"display\": \"Practitioner 1\",\n \"reference\": \"Practitioner/10009880728\"\n }\n ],\n \"referenceRange\": [\n {\n \"high\": {\n \"code\": \"m[IU]/L\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"m[IU]/L\",\n \"value\": 19\n },\n \"text\": \"Normal\"\n },\n {\n \"low\": {\n \"code\": \"m[IU]/L\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"m[IU]/L\",\n \"value\": 20\n },\n \"text\": \"High\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"specimen\": {\n \"reference\": \"Specimen/f0e47e70-6689-4eb4-b72e-251b280898d9\"\n },\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"John Smith\",\n \"reference\": \"Patient/P20394847304\"\n },\n \"valueQuantity\": {\n \"code\": \"m[IU]/L\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"m[IU]/L\",\n \"value\": 30\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "08. Pemeriksaan Berat Badan dan Pemberian ASI",
|
|
"item": [
|
|
{
|
|
"name": "ASI Ekslusif",
|
|
"item": [
|
|
{
|
|
"name": "Ya",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Apakah diberikan ASI Ekslusif - Ya",
|
|
"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\": \"1145307003\",\n \"display\": \"Exclusively breastfed\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:01:45+00:00\",\n \"issued\": \"2022-06-14T02:01:45+00:00\",\n \"valueBoolean\": true\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Apakah diberikan ASI Ekslusif - Ya",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"1145307003\",\n \"display\": \"Exclusively breastfed\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:01:45+00:00\",\n \"issued\": \"2022-06-14T02:01:45+00:00\",\n \"valueBoolean\": true\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/\"MTcyMTI5MDg0MjU0MTk0NzAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:20: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/Observation/b994156a-65c0-4abc-a489-7df099d3bfc9/_history/MTcyMTI5MDg0MjU0MTk0NzAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:20:42 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": "307b9e76-021b-411e-9bc1-41c09244da75"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"1145307003\",\n \"display\": \"Exclusively breastfed\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T02:01:45+00:00\",\n \"encounter\": {\n \"display\": \"Pemeriksaan Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"b994156a-65c0-4abc-a489-7df099d3bfc9\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T02:01:45+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:20:42.541947+00:00\",\n \"versionId\": \"MTcyMTI5MDg0MjU0MTk0NzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"valueBoolean\": true\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Apakah diberikan ASI Ekslusif - Ya",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"1145307003\",\n \"display\": \"Exclusively breastfed\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:01:45+00:00\",\n \"issued\": \"2022-06-14T02:01:45+00:00\",\n \"valueBoolean\": true\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/\"MTcyMTI5MDg0MjU0MTk0NzAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:20: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/Observation/b994156a-65c0-4abc-a489-7df099d3bfc9/_history/MTcyMTI5MDg0MjU0MTk0NzAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:20:42 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": "307b9e76-021b-411e-9bc1-41c09244da75"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"1145307003\",\n \"display\": \"Exclusively breastfed\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T02:01:45+00:00\",\n \"encounter\": {\n \"display\": \"Pemeriksaan Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"b994156a-65c0-4abc-a489-7df099d3bfc9\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T02:01:45+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:20:42.541947+00:00\",\n \"versionId\": \"MTcyMTI5MDg0MjU0MTk0NzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"valueBoolean\": true\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Apakah diberikan ASI Ekslusif - Ya",
|
|
"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\": \"1145307003\",\n \"display\": \"Exclusively breastfed\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:01:45+00:00\",\n \"issued\": \"2022-06-14T02:01:45+00:00\",\n \"valueBoolean\": true\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Apakah diberikan ASI Ekslusif - Ya",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"1145307003\",\n \"display\": \"Exclusively breastfed\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:01:45+00:00\",\n \"issued\": \"2022-06-14T02:01:45+00:00\",\n \"valueBoolean\": true\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/\"MTcyMTI5MDg0MjU0MTk0NzAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:20: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/Observation/b994156a-65c0-4abc-a489-7df099d3bfc9/_history/MTcyMTI5MDg0MjU0MTk0NzAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:20:42 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": "307b9e76-021b-411e-9bc1-41c09244da75"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"1145307003\",\n \"display\": \"Exclusively breastfed\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T02:01:45+00:00\",\n \"encounter\": {\n \"display\": \"Pemeriksaan Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"b994156a-65c0-4abc-a489-7df099d3bfc9\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T02:01:45+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:20:42.541947+00:00\",\n \"versionId\": \"MTcyMTI5MDg0MjU0MTk0NzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"valueBoolean\": true\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Apakah diberikan ASI Ekslusif - Ya",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"1145307003\",\n \"display\": \"Exclusively breastfed\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:01:45+00:00\",\n \"issued\": \"2022-06-14T02:01:45+00:00\",\n \"valueBoolean\": true\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/\"MTcyMTI5MDg0MjU0MTk0NzAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:20: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/Observation/b994156a-65c0-4abc-a489-7df099d3bfc9/_history/MTcyMTI5MDg0MjU0MTk0NzAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:20:42 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": "307b9e76-021b-411e-9bc1-41c09244da75"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"1145307003\",\n \"display\": \"Exclusively breastfed\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T02:01:45+00:00\",\n \"encounter\": {\n \"display\": \"Pemeriksaan Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"b994156a-65c0-4abc-a489-7df099d3bfc9\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T02:01:45+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:20:42.541947+00:00\",\n \"versionId\": \"MTcyMTI5MDg0MjU0MTk0NzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"valueBoolean\": true\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Tidak",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Apakah diberikan ASI Ekslusif - Tidak",
|
|
"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\": \"1145307003\",\n \"display\": \"Exclusively breastfed\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:03:10+00:00\",\n \"issued\": \"2022-06-14T02:03:10+00:00\",\n \"valueBoolean\": false\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Apakah diberikan ASI Ekslusif - Tidak",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"1145307003\",\n \"display\": \"Exclusively breastfed\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:03:10+00:00\",\n \"issued\": \"2022-06-14T02:03:10+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": "Thu, 18 Jul 2024 08: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/e2f252a6-f90f-4a89-9a61-712fcfdbb923/_history/MTcyMTI5MDg1NTg2NDA2NTAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDg1NTg2NDA2NTAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:20:55 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": "c2d14943-bdb3-4496-867f-2e42f2ed6e9a"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"1145307003\",\n \"display\": \"Exclusively breastfed\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T02:03:10+00:00\",\n \"encounter\": {\n \"display\": \"Pemeriksaan Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"e2f252a6-f90f-4a89-9a61-712fcfdbb923\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T02:03:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:20:55.864065+00:00\",\n \"versionId\": \"MTcyMTI5MDg1NTg2NDA2NTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"valueBoolean\": false\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Apakah diberikan ASI Ekslusif - Tidak",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"1145307003\",\n \"display\": \"Exclusively breastfed\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:03:10+00:00\",\n \"issued\": \"2022-06-14T02:03:10+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": "Thu, 18 Jul 2024 08: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/e2f252a6-f90f-4a89-9a61-712fcfdbb923/_history/MTcyMTI5MDg1NTg2NDA2NTAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDg1NTg2NDA2NTAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:20:55 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": "c2d14943-bdb3-4496-867f-2e42f2ed6e9a"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"1145307003\",\n \"display\": \"Exclusively breastfed\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T02:03:10+00:00\",\n \"encounter\": {\n \"display\": \"Pemeriksaan Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"e2f252a6-f90f-4a89-9a61-712fcfdbb923\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T02:03:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:20:55.864065+00:00\",\n \"versionId\": \"MTcyMTI5MDg1NTg2NDA2NTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"valueBoolean\": false\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Apakah diberikan ASI Ekslusif - Tidak",
|
|
"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\": \"1145307003\",\n \"display\": \"Exclusively breastfed\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:03:10+00:00\",\n \"issued\": \"2022-06-14T02:03:10+00:00\",\n \"valueBoolean\": false\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Apakah diberikan ASI Ekslusif - Tidak",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"1145307003\",\n \"display\": \"Exclusively breastfed\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:03:10+00:00\",\n \"issued\": \"2022-06-14T02:03:10+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": "Thu, 18 Jul 2024 08: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/e2f252a6-f90f-4a89-9a61-712fcfdbb923/_history/MTcyMTI5MDg1NTg2NDA2NTAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDg1NTg2NDA2NTAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:20:55 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": "c2d14943-bdb3-4496-867f-2e42f2ed6e9a"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"1145307003\",\n \"display\": \"Exclusively breastfed\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T02:03:10+00:00\",\n \"encounter\": {\n \"display\": \"Pemeriksaan Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"e2f252a6-f90f-4a89-9a61-712fcfdbb923\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T02:03:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:20:55.864065+00:00\",\n \"versionId\": \"MTcyMTI5MDg1NTg2NDA2NTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"valueBoolean\": false\n}"
|
|
},
|
|
{
|
|
"name": "Observation - Apakah diberikan ASI Ekslusif - Tidak",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"1145307003\",\n \"display\": \"Exclusively breastfed\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:03:10+00:00\",\n \"issued\": \"2022-06-14T02:03:10+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": "Thu, 18 Jul 2024 08: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/e2f252a6-f90f-4a89-9a61-712fcfdbb923/_history/MTcyMTI5MDg1NTg2NDA2NTAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDg1NTg2NDA2NTAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:20:55 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": "c2d14943-bdb3-4496-867f-2e42f2ed6e9a"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"1145307003\",\n \"display\": \"Exclusively breastfed\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T02:03:10+00:00\",\n \"encounter\": {\n \"display\": \"Pemeriksaan Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"e2f252a6-f90f-4a89-9a61-712fcfdbb923\",\n \"identifier\": [],\n \"issued\": \"2022-06-14T02:03:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:20:55.864065+00:00\",\n \"versionId\": \"MTcyMTI5MDg1NTg2NDA2NTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"valueBoolean\": false\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Z Score",
|
|
"item": [
|
|
{
|
|
"name": "BB/U",
|
|
"item": [
|
|
{
|
|
"name": "Observation - BB/U",
|
|
"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\": \"1153593003\",\n \"display\": \"Weight for age z-score\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:04:35+00:00\",\n \"issued\": \"2022-06-14T02:04:35+00:00\",\n \"valueQuantity\": {\n \"value\": -2.5,\n \"unit\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{Zscore}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"248342006\",\n \"display\": \"Underweight\"\n }\n ],\n \"text\": \"Underweight\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - BB/U",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"1153593003\",\n \"display\": \"Weight for age z-score\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:04:35+00:00\",\n \"issued\": \"2022-06-14T02:04:35+00:00\",\n \"valueQuantity\": {\n \"value\": -2.5,\n \"unit\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{Zscore}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"248342006\",\n \"display\": \"Underweight\"\n }\n ],\n \"text\": \"Underweight\"\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/8116ecd8-7855-4a05-95b6-7f1a45d5bcfa/_history/MTcyMjIzNTE5NTY0NTUyODAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMjIzNTE5NTY0NTUyODAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 29 Jul 2024 06:39:55 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 29 Jul 2024 06:39:55 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1019"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "b5d3c228-eb03-4a74-91ef-49c799306468"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"1153593003\",\n \"display\": \"Weight for age z-score\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T02:04:35+00:00\",\n \"encounter\": {\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/c9b5d68b-caad-4d8b-9c29-b4a788bcd215\"\n },\n \"id\": \"8116ecd8-7855-4a05-95b6-7f1a45d5bcfa\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"248342006\",\n \"display\": \"Underweight\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Underweight\"\n }\n ],\n \"issued\": \"2022-06-14T02:04:35+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-29T06:39:55.645528+00:00\",\n \"versionId\": \"MTcyMjIzNTE5NTY0NTUyODAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{Zscore}\",\n \"value\": -2.5\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - BB/U",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"1153593003\",\n \"display\": \"Weight for age z-score\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:04:35+00:00\",\n \"issued\": \"2022-06-14T02:04:35+00:00\",\n \"valueQuantity\": {\n \"value\": -2.5,\n \"unit\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{Zscore}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"248342006\",\n \"display\": \"Underweight\"\n }\n ],\n \"text\": \"Underweight\"\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/8116ecd8-7855-4a05-95b6-7f1a45d5bcfa/_history/MTcyMjIzNTE5NTY0NTUyODAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMjIzNTE5NTY0NTUyODAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 29 Jul 2024 06:39:55 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 29 Jul 2024 06:39:55 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1019"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "b5d3c228-eb03-4a74-91ef-49c799306468"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"1153593003\",\n \"display\": \"Weight for age z-score\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T02:04:35+00:00\",\n \"encounter\": {\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/c9b5d68b-caad-4d8b-9c29-b4a788bcd215\"\n },\n \"id\": \"8116ecd8-7855-4a05-95b6-7f1a45d5bcfa\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"248342006\",\n \"display\": \"Underweight\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Underweight\"\n }\n ],\n \"issued\": \"2022-06-14T02:04:35+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-29T06:39:55.645528+00:00\",\n \"versionId\": \"MTcyMjIzNTE5NTY0NTUyODAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{Zscore}\",\n \"value\": -2.5\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - BB/U",
|
|
"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\": \"1153593003\",\n \"display\": \"Weight for age z-score\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:04:35+00:00\",\n \"issued\": \"2022-06-14T02:04:35+00:00\",\n \"valueQuantity\": {\n \"value\": -2.5,\n \"unit\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{Zscore}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"248342006\",\n \"display\": \"Underweight\"\n }\n ],\n \"text\": \"Underweight\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - BB/U",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"1153593003\",\n \"display\": \"Weight for age z-score\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:04:35+00:00\",\n \"issued\": \"2022-06-14T02:04:35+00:00\",\n \"valueQuantity\": {\n \"value\": -2.5,\n \"unit\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{Zscore}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"248342006\",\n \"display\": \"Underweight\"\n }\n ],\n \"text\": \"Underweight\"\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/8116ecd8-7855-4a05-95b6-7f1a45d5bcfa/_history/MTcyMjIzNTE5NTY0NTUyODAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMjIzNTE5NTY0NTUyODAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 29 Jul 2024 06:39:55 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 29 Jul 2024 06:39:55 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1019"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "b5d3c228-eb03-4a74-91ef-49c799306468"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"1153593003\",\n \"display\": \"Weight for age z-score\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T02:04:35+00:00\",\n \"encounter\": {\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/c9b5d68b-caad-4d8b-9c29-b4a788bcd215\"\n },\n \"id\": \"8116ecd8-7855-4a05-95b6-7f1a45d5bcfa\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"248342006\",\n \"display\": \"Underweight\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Underweight\"\n }\n ],\n \"issued\": \"2022-06-14T02:04:35+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-29T06:39:55.645528+00:00\",\n \"versionId\": \"MTcyMjIzNTE5NTY0NTUyODAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{Zscore}\",\n \"value\": -2.5\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - BB/U",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"1153593003\",\n \"display\": \"Weight for age z-score\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:04:35+00:00\",\n \"issued\": \"2022-06-14T02:04:35+00:00\",\n \"valueQuantity\": {\n \"value\": -2.5,\n \"unit\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{Zscore}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"248342006\",\n \"display\": \"Underweight\"\n }\n ],\n \"text\": \"Underweight\"\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/8116ecd8-7855-4a05-95b6-7f1a45d5bcfa/_history/MTcyMjIzNTE5NTY0NTUyODAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMjIzNTE5NTY0NTUyODAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 29 Jul 2024 06:39:55 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 29 Jul 2024 06:39:55 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1019"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "b5d3c228-eb03-4a74-91ef-49c799306468"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"1153593003\",\n \"display\": \"Weight for age z-score\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T02:04:35+00:00\",\n \"encounter\": {\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/c9b5d68b-caad-4d8b-9c29-b4a788bcd215\"\n },\n \"id\": \"8116ecd8-7855-4a05-95b6-7f1a45d5bcfa\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"248342006\",\n \"display\": \"Underweight\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Underweight\"\n }\n ],\n \"issued\": \"2022-06-14T02:04:35+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-29T06:39:55.645528+00:00\",\n \"versionId\": \"MTcyMjIzNTE5NTY0NTUyODAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{Zscore}\",\n \"value\": -2.5\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "PB/U",
|
|
"item": [
|
|
{
|
|
"name": "Observation - PB/U",
|
|
"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\": \"1153590000\",\n \"display\": \"Length for age z-score\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:06:00+00:00\",\n \"issued\": \"2022-06-14T02:06:00+00:00\",\n \"valueQuantity\": {\n \"value\": -2,\n \"unit\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{Zscore}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"17489000\",\n \"display\": \"Body height normal for age\"\n }\n ],\n \"text\": \"Normal\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - PB/U",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"1153590000\",\n \"display\": \"Length for age z-score\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:06:00+00:00\",\n \"issued\": \"2022-06-14T02:06:00+00:00\",\n \"valueQuantity\": {\n \"value\": -2,\n \"unit\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{Zscore}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OI000013\",\n \"display\": \"Normal\"\n }\n ],\n \"text\": \"Normal\"\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": "Thu, 18 Jul 2024 08:21:22 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDg4MjY4MDMzNzAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/a5d633d1-7b39-4758-ba3e-70800a7c7c2f/_history/MTcyMTI5MDg4MjY4MDMzNzAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:21:22 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1040"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "37f3f5e5-63aa-45f6-9402-337927a65837"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"1153590000\",\n \"display\": \"Length for age z-score\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T02:06:00+00:00\",\n \"encounter\": {\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"a5d633d1-7b39-4758-ba3e-70800a7c7c2f\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"OI000013\",\n \"display\": \"Normal\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ],\n \"text\": \"Normal\"\n }\n ],\n \"issued\": \"2022-06-14T02:06:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:21:22.680337+00:00\",\n \"versionId\": \"MTcyMTI5MDg4MjY4MDMzNzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{Zscore}\",\n \"value\": -2\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - PB/U",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"1153590000\",\n \"display\": \"Length for age z-score\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:06:00+00:00\",\n \"issued\": \"2022-06-14T02:06:00+00:00\",\n \"valueQuantity\": {\n \"value\": -2,\n \"unit\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{Zscore}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OI000013\",\n \"display\": \"Normal\"\n }\n ],\n \"text\": \"Normal\"\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": "Thu, 18 Jul 2024 08:21:22 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDg4MjY4MDMzNzAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/a5d633d1-7b39-4758-ba3e-70800a7c7c2f/_history/MTcyMTI5MDg4MjY4MDMzNzAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:21:22 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1040"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "37f3f5e5-63aa-45f6-9402-337927a65837"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"1153590000\",\n \"display\": \"Length for age z-score\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T02:06:00+00:00\",\n \"encounter\": {\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"a5d633d1-7b39-4758-ba3e-70800a7c7c2f\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"OI000013\",\n \"display\": \"Normal\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ],\n \"text\": \"Normal\"\n }\n ],\n \"issued\": \"2022-06-14T02:06:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:21:22.680337+00:00\",\n \"versionId\": \"MTcyMTI5MDg4MjY4MDMzNzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{Zscore}\",\n \"value\": -2\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - PB/U",
|
|
"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\": \"1153590000\",\n \"display\": \"Length for age z-score\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:06:00+00:00\",\n \"issued\": \"2022-06-14T02:06:00+00:00\",\n \"valueQuantity\": {\n \"value\": -2,\n \"unit\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{Zscore}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"17489000\",\n \"display\": \"Body height normal for age\"\n }\n ],\n \"text\": \"Normal\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - PB/U",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"1153590000\",\n \"display\": \"Length for age z-score\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:06:00+00:00\",\n \"issued\": \"2022-06-14T02:06:00+00:00\",\n \"valueQuantity\": {\n \"value\": -2,\n \"unit\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{Zscore}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OI000013\",\n \"display\": \"Normal\"\n }\n ],\n \"text\": \"Normal\"\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": "Thu, 18 Jul 2024 08:21:22 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDg4MjY4MDMzNzAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/a5d633d1-7b39-4758-ba3e-70800a7c7c2f/_history/MTcyMTI5MDg4MjY4MDMzNzAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:21:22 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1040"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "37f3f5e5-63aa-45f6-9402-337927a65837"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"1153590000\",\n \"display\": \"Length for age z-score\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T02:06:00+00:00\",\n \"encounter\": {\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"a5d633d1-7b39-4758-ba3e-70800a7c7c2f\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"OI000013\",\n \"display\": \"Normal\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ],\n \"text\": \"Normal\"\n }\n ],\n \"issued\": \"2022-06-14T02:06:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:21:22.680337+00:00\",\n \"versionId\": \"MTcyMTI5MDg4MjY4MDMzNzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{Zscore}\",\n \"value\": -2\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - PB/U",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"1153590000\",\n \"display\": \"Length for age z-score\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:06:00+00:00\",\n \"issued\": \"2022-06-14T02:06:00+00:00\",\n \"valueQuantity\": {\n \"value\": -2,\n \"unit\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{Zscore}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OI000013\",\n \"display\": \"Normal\"\n }\n ],\n \"text\": \"Normal\"\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": "Thu, 18 Jul 2024 08:21:22 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDg4MjY4MDMzNzAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/a5d633d1-7b39-4758-ba3e-70800a7c7c2f/_history/MTcyMTI5MDg4MjY4MDMzNzAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:21:22 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1040"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "37f3f5e5-63aa-45f6-9402-337927a65837"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"1153590000\",\n \"display\": \"Length for age z-score\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T02:06:00+00:00\",\n \"encounter\": {\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"a5d633d1-7b39-4758-ba3e-70800a7c7c2f\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"OI000013\",\n \"display\": \"Normal\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ],\n \"text\": \"Normal\"\n }\n ],\n \"issued\": \"2022-06-14T02:06:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:21:22.680337+00:00\",\n \"versionId\": \"MTcyMTI5MDg4MjY4MDMzNzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{Zscore}\",\n \"value\": -2\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "TB/U",
|
|
"item": [
|
|
{
|
|
"name": "Observation - TB/U",
|
|
"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\": \"1153604005\",\n \"display\": \"Body height for age z-score\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:07:25+00:00\",\n \"issued\": \"2022-06-14T02:07:25+00:00\",\n \"valueQuantity\": {\n \"value\": -2,\n \"unit\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{Zscore}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"17489000\",\n \"display\": \"Body height normal for age\"\n }\n ],\n \"text\": \"Normal\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - TB/U",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"1153604005\",\n \"display\": \"Body height for age z-score\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:07:25+00:00\",\n \"issued\": \"2022-06-14T02:07:25+00:00\",\n \"valueQuantity\": {\n \"value\": -2,\n \"unit\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{Zscore}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"17489000\",\n \"display\": \"Body height normal for age\"\n }\n ],\n \"text\": \"Normal\"\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/7b278716-8f14-4c0c-bcfc-267350bff01f/_history/MTcyMjIzNTY5Mzc1NDYwODAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMjIzNTY5Mzc1NDYwODAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 29 Jul 2024 06:48:13 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 29 Jul 2024 06:48:13 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1031"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "bd74cb23-3c6c-4ef5-b79a-f6589f492bda"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"1153604005\",\n \"display\": \"Body height for age z-score\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T02:07:25+00:00\",\n \"encounter\": {\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/06500350-79df-40e2-b49f-5e8ecbb01410\"\n },\n \"id\": \"a9945eaf-7a8e-4de5-8ea7-0f6e140d33c7\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"17489000\",\n \"display\": \"Body height normal for age\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Normal\"\n }\n ],\n \"issued\": \"2022-06-14T02:07:25+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-11-18T05:16:43.673972+00:00\",\n \"versionId\": \"MTczMTkwNzAwMzY3Mzk3MjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/10009880728\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/P20394847304\"\n },\n \"valueQuantity\": {\n \"code\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{Zscore}\",\n \"value\": -2\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - TB/U",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"1153604005\",\n \"display\": \"Body height for age z-score\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:07:25+00:00\",\n \"issued\": \"2022-06-14T02:07:25+00:00\",\n \"valueQuantity\": {\n \"value\": -2,\n \"unit\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{Zscore}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"17489000\",\n \"display\": \"Body height normal for age\"\n }\n ],\n \"text\": \"Normal\"\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/7b278716-8f14-4c0c-bcfc-267350bff01f/_history/MTcyMjIzNTY5Mzc1NDYwODAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMjIzNTY5Mzc1NDYwODAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 29 Jul 2024 06:48:13 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 29 Jul 2024 06:48:13 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1031"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "bd74cb23-3c6c-4ef5-b79a-f6589f492bda"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"1153604005\",\n \"display\": \"Body height for age z-score\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T02:07:25+00:00\",\n \"encounter\": {\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/06500350-79df-40e2-b49f-5e8ecbb01410\"\n },\n \"id\": \"a9945eaf-7a8e-4de5-8ea7-0f6e140d33c7\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"17489000\",\n \"display\": \"Body height normal for age\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Normal\"\n }\n ],\n \"issued\": \"2022-06-14T02:07:25+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-11-18T05:16:43.673972+00:00\",\n \"versionId\": \"MTczMTkwNzAwMzY3Mzk3MjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/10009880728\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/P20394847304\"\n },\n \"valueQuantity\": {\n \"code\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{Zscore}\",\n \"value\": -2\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - TB/U",
|
|
"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\": \"1153604005\",\n \"display\": \"Body height for age z-score\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:07:25+00:00\",\n \"issued\": \"2022-06-14T02:07:25+00:00\",\n \"valueQuantity\": {\n \"value\": -2,\n \"unit\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{Zscore}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"17489000\",\n \"display\": \"Body height normal for age\"\n }\n ],\n \"text\": \"Normal\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - TB/U",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"1153604005\",\n \"display\": \"Body height for age z-score\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:07:25+00:00\",\n \"issued\": \"2022-06-14T02:07:25+00:00\",\n \"valueQuantity\": {\n \"value\": -2,\n \"unit\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{Zscore}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"17489000\",\n \"display\": \"Body height normal for age\"\n }\n ],\n \"text\": \"Normal\"\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/7b278716-8f14-4c0c-bcfc-267350bff01f/_history/MTcyMjIzNTY5Mzc1NDYwODAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMjIzNTY5Mzc1NDYwODAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 29 Jul 2024 06:48:13 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 29 Jul 2024 06:48:13 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1031"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "bd74cb23-3c6c-4ef5-b79a-f6589f492bda"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"1153604005\",\n \"display\": \"Body height for age z-score\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T02:07:25+00:00\",\n \"encounter\": {\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/06500350-79df-40e2-b49f-5e8ecbb01410\"\n },\n \"id\": \"a9945eaf-7a8e-4de5-8ea7-0f6e140d33c7\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"17489000\",\n \"display\": \"Body height normal for age\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Normal\"\n }\n ],\n \"issued\": \"2022-06-14T02:07:25+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-11-18T05:16:43.673972+00:00\",\n \"versionId\": \"MTczMTkwNzAwMzY3Mzk3MjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/10009880728\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/P20394847304\"\n },\n \"valueQuantity\": {\n \"code\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{Zscore}\",\n \"value\": -2\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - TB/U",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"1153604005\",\n \"display\": \"Body height for age z-score\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:07:25+00:00\",\n \"issued\": \"2022-06-14T02:07:25+00:00\",\n \"valueQuantity\": {\n \"value\": -2,\n \"unit\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{Zscore}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"17489000\",\n \"display\": \"Body height normal for age\"\n }\n ],\n \"text\": \"Normal\"\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/7b278716-8f14-4c0c-bcfc-267350bff01f/_history/MTcyMjIzNTY5Mzc1NDYwODAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMjIzNTY5Mzc1NDYwODAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 29 Jul 2024 06:48:13 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 29 Jul 2024 06:48:13 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1031"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "bd74cb23-3c6c-4ef5-b79a-f6589f492bda"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"1153604005\",\n \"display\": \"Body height for age z-score\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T02:07:25+00:00\",\n \"encounter\": {\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/06500350-79df-40e2-b49f-5e8ecbb01410\"\n },\n \"id\": \"a9945eaf-7a8e-4de5-8ea7-0f6e140d33c7\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"17489000\",\n \"display\": \"Body height normal for age\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Normal\"\n }\n ],\n \"issued\": \"2022-06-14T02:07:25+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-11-18T05:16:43.673972+00:00\",\n \"versionId\": \"MTczMTkwNzAwMzY3Mzk3MjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/10009880728\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/P20394847304\"\n },\n \"valueQuantity\": {\n \"code\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{Zscore}\",\n \"value\": -2\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "BB/PB",
|
|
"item": [
|
|
{
|
|
"name": "Observation - BB/PB",
|
|
"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\": \"1153598007\",\n \"display\": \"Weight for length z score\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:08:50+00:00\",\n \"issued\": \"2022-06-14T02:08:50+00:00\",\n \"valueQuantity\": {\n \"value\": -2,\n \"unit\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{Zscore}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"248325000\",\n \"display\": \"Undernourished\"\n }\n ],\n \"text\": \"Gizi Kurang\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - BB/PB",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"1153598007\",\n \"display\": \"Weight for length z score\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:08:50+00:00\",\n \"issued\": \"2022-06-14T02:08:50+00:00\",\n \"valueQuantity\": {\n \"value\": -2,\n \"unit\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{Zscore}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"248325000\",\n \"display\": \"Undernourished\"\n }\n ],\n \"text\": \"Gizi Kurang\"\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, 29 Jul 2024 06:50:53 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMjIzNTg1MzU1NDA3NDAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/b10f3945-47bb-48c5-b74c-816151310e4c/_history/MTcyMjIzNTg1MzU1NDA3NDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 29 Jul 2024 06:50:53 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1023"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "074d9fe8-9dd7-451f-ab1b-dfdbaf90bb49"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"1153598007\",\n \"display\": \"Weight for length z score\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T02:08:50+00:00\",\n \"encounter\": {\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/c9b5d68b-caad-4d8b-9c29-b4a788bcd215\"\n },\n \"id\": \"b10f3945-47bb-48c5-b74c-816151310e4c\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"248325000\",\n \"display\": \"Undernourished\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Gizi Kurang\"\n }\n ],\n \"issued\": \"2022-06-14T02:08:50+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-29T06:50:53.554074+00:00\",\n \"versionId\": \"MTcyMjIzNTg1MzU1NDA3NDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{Zscore}\",\n \"value\": -2\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - BB/PB",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"1153598007\",\n \"display\": \"Weight for length z score\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:08:50+00:00\",\n \"issued\": \"2022-06-14T02:08:50+00:00\",\n \"valueQuantity\": {\n \"value\": -2,\n \"unit\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{Zscore}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"248325000\",\n \"display\": \"Undernourished\"\n }\n ],\n \"text\": \"Gizi Kurang\"\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, 29 Jul 2024 06:50:53 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMjIzNTg1MzU1NDA3NDAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/b10f3945-47bb-48c5-b74c-816151310e4c/_history/MTcyMjIzNTg1MzU1NDA3NDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 29 Jul 2024 06:50:53 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1023"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "074d9fe8-9dd7-451f-ab1b-dfdbaf90bb49"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"1153598007\",\n \"display\": \"Weight for length z score\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T02:08:50+00:00\",\n \"encounter\": {\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/c9b5d68b-caad-4d8b-9c29-b4a788bcd215\"\n },\n \"id\": \"b10f3945-47bb-48c5-b74c-816151310e4c\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"248325000\",\n \"display\": \"Undernourished\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Gizi Kurang\"\n }\n ],\n \"issued\": \"2022-06-14T02:08:50+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-29T06:50:53.554074+00:00\",\n \"versionId\": \"MTcyMjIzNTg1MzU1NDA3NDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{Zscore}\",\n \"value\": -2\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - BB/PB",
|
|
"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\": \"1153598007\",\n \"display\": \"Weight for length z score\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:08:50+00:00\",\n \"issued\": \"2022-06-14T02:08:50+00:00\",\n \"valueQuantity\": {\n \"value\": -2,\n \"unit\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{Zscore}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"248325000\",\n \"display\": \"Undernourished\"\n }\n ],\n \"text\": \"Gizi Kurang\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - BB/PB",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"1153598007\",\n \"display\": \"Weight for length z score\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:08:50+00:00\",\n \"issued\": \"2022-06-14T02:08:50+00:00\",\n \"valueQuantity\": {\n \"value\": -2,\n \"unit\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{Zscore}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"248325000\",\n \"display\": \"Undernourished\"\n }\n ],\n \"text\": \"Gizi Kurang\"\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, 29 Jul 2024 06:50:53 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMjIzNTg1MzU1NDA3NDAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/b10f3945-47bb-48c5-b74c-816151310e4c/_history/MTcyMjIzNTg1MzU1NDA3NDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 29 Jul 2024 06:50:53 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1023"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "074d9fe8-9dd7-451f-ab1b-dfdbaf90bb49"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"1153598007\",\n \"display\": \"Weight for length z score\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T02:08:50+00:00\",\n \"encounter\": {\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/c9b5d68b-caad-4d8b-9c29-b4a788bcd215\"\n },\n \"id\": \"b10f3945-47bb-48c5-b74c-816151310e4c\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"248325000\",\n \"display\": \"Undernourished\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Gizi Kurang\"\n }\n ],\n \"issued\": \"2022-06-14T02:08:50+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-29T06:50:53.554074+00:00\",\n \"versionId\": \"MTcyMjIzNTg1MzU1NDA3NDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{Zscore}\",\n \"value\": -2\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - BB/PB",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"1153598007\",\n \"display\": \"Weight for length z score\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:08:50+00:00\",\n \"issued\": \"2022-06-14T02:08:50+00:00\",\n \"valueQuantity\": {\n \"value\": -2,\n \"unit\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{Zscore}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"248325000\",\n \"display\": \"Undernourished\"\n }\n ],\n \"text\": \"Gizi Kurang\"\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, 29 Jul 2024 06:50:53 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMjIzNTg1MzU1NDA3NDAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/b10f3945-47bb-48c5-b74c-816151310e4c/_history/MTcyMjIzNTg1MzU1NDA3NDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 29 Jul 2024 06:50:53 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1023"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "074d9fe8-9dd7-451f-ab1b-dfdbaf90bb49"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"1153598007\",\n \"display\": \"Weight for length z score\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T02:08:50+00:00\",\n \"encounter\": {\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/c9b5d68b-caad-4d8b-9c29-b4a788bcd215\"\n },\n \"id\": \"b10f3945-47bb-48c5-b74c-816151310e4c\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"248325000\",\n \"display\": \"Undernourished\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Gizi Kurang\"\n }\n ],\n \"issued\": \"2022-06-14T02:08:50+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-29T06:50:53.554074+00:00\",\n \"versionId\": \"MTcyMjIzNTg1MzU1NDA3NDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{Zscore}\",\n \"value\": -2\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "BB/TB",
|
|
"item": [
|
|
{
|
|
"name": "Observation - BB/TB",
|
|
"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\": \"1153600001\",\n \"display\": \"Weight for height z-score\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:10:15+00:00\",\n \"issued\": \"2022-06-14T02:10:15+00:00\",\n \"valueQuantity\": {\n \"value\": -2,\n \"unit\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{Zscore}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"248325000\",\n \"display\": \"Undernourished\"\n }\n ],\n \"text\": \"Gizi Kurang\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - BB/TB",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"1153600001\",\n \"display\": \"Weight for height z-score\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:10:15+00:00\",\n \"issued\": \"2022-06-14T02:10:15+00:00\",\n \"valueQuantity\": {\n \"value\": -2,\n \"unit\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{Zscore}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"248325000\",\n \"display\": \"Undernourished\"\n }\n ],\n \"text\": \"Gizi Kurang\"\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/49291b0d-8ace-4d7b-8f81-2ec604a71721/_history/MTcyMjIzNTkzNTc5MzE5MzAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMjIzNTkzNTc5MzE5MzAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 29 Jul 2024 06:52:15 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 29 Jul 2024 06:52:15 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1023"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "95cedf82-e825-4a28-8d46-c4bbe5ddbf2b"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"1153600001\",\n \"display\": \"Weight for height z-score\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T02:10:15+00:00\",\n \"encounter\": {\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/c9b5d68b-caad-4d8b-9c29-b4a788bcd215\"\n },\n \"id\": \"49291b0d-8ace-4d7b-8f81-2ec604a71721\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"248325000\",\n \"display\": \"Undernourished\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Gizi Kurang\"\n }\n ],\n \"issued\": \"2022-06-14T02:10:15+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-29T06:52:15.793193+00:00\",\n \"versionId\": \"MTcyMjIzNTkzNTc5MzE5MzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{Zscore}\",\n \"value\": -2\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - BB/TB",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"1153600001\",\n \"display\": \"Weight for height z-score\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:10:15+00:00\",\n \"issued\": \"2022-06-14T02:10:15+00:00\",\n \"valueQuantity\": {\n \"value\": -2,\n \"unit\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{Zscore}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"248325000\",\n \"display\": \"Undernourished\"\n }\n ],\n \"text\": \"Gizi Kurang\"\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/49291b0d-8ace-4d7b-8f81-2ec604a71721/_history/MTcyMjIzNTkzNTc5MzE5MzAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMjIzNTkzNTc5MzE5MzAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 29 Jul 2024 06:52:15 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 29 Jul 2024 06:52:15 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1023"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "95cedf82-e825-4a28-8d46-c4bbe5ddbf2b"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"1153600001\",\n \"display\": \"Weight for height z-score\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T02:10:15+00:00\",\n \"encounter\": {\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/c9b5d68b-caad-4d8b-9c29-b4a788bcd215\"\n },\n \"id\": \"49291b0d-8ace-4d7b-8f81-2ec604a71721\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"248325000\",\n \"display\": \"Undernourished\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Gizi Kurang\"\n }\n ],\n \"issued\": \"2022-06-14T02:10:15+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-29T06:52:15.793193+00:00\",\n \"versionId\": \"MTcyMjIzNTkzNTc5MzE5MzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{Zscore}\",\n \"value\": -2\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - BB/TB",
|
|
"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\": \"1153600001\",\n \"display\": \"Weight for height z-score\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:10:15+00:00\",\n \"issued\": \"2022-06-14T02:10:15+00:00\",\n \"valueQuantity\": {\n \"value\": -2,\n \"unit\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{Zscore}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"248325000\",\n \"display\": \"Undernourished\"\n }\n ],\n \"text\": \"Gizi Kurang\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - BB/TB",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"1153600001\",\n \"display\": \"Weight for height z-score\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:10:15+00:00\",\n \"issued\": \"2022-06-14T02:10:15+00:00\",\n \"valueQuantity\": {\n \"value\": -2,\n \"unit\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{Zscore}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"248325000\",\n \"display\": \"Undernourished\"\n }\n ],\n \"text\": \"Gizi Kurang\"\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/49291b0d-8ace-4d7b-8f81-2ec604a71721/_history/MTcyMjIzNTkzNTc5MzE5MzAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMjIzNTkzNTc5MzE5MzAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 29 Jul 2024 06:52:15 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 29 Jul 2024 06:52:15 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1023"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "95cedf82-e825-4a28-8d46-c4bbe5ddbf2b"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"1153600001\",\n \"display\": \"Weight for height z-score\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T02:10:15+00:00\",\n \"encounter\": {\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/c9b5d68b-caad-4d8b-9c29-b4a788bcd215\"\n },\n \"id\": \"49291b0d-8ace-4d7b-8f81-2ec604a71721\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"248325000\",\n \"display\": \"Undernourished\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Gizi Kurang\"\n }\n ],\n \"issued\": \"2022-06-14T02:10:15+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-29T06:52:15.793193+00:00\",\n \"versionId\": \"MTcyMjIzNTkzNTc5MzE5MzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{Zscore}\",\n \"value\": -2\n }\n}"
|
|
},
|
|
{
|
|
"name": "Observation - BB/TB",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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\": \"1153600001\",\n \"display\": \"Weight for height z-score\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"effectiveDateTime\": \"2022-06-14T02:10:15+00:00\",\n \"issued\": \"2022-06-14T02:10:15+00:00\",\n \"valueQuantity\": {\n \"value\": -2,\n \"unit\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{Zscore}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"248325000\",\n \"display\": \"Undernourished\"\n }\n ],\n \"text\": \"Gizi Kurang\"\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/49291b0d-8ace-4d7b-8f81-2ec604a71721/_history/MTcyMjIzNTkzNTc5MzE5MzAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMjIzNTkzNTc5MzE5MzAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 29 Jul 2024 06:52:15 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 29 Jul 2024 06:52:15 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1023"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "95cedf82-e825-4a28-8d46-c4bbe5ddbf2b"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"1153600001\",\n \"display\": \"Weight for height z-score\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2022-06-14T02:10:15+00:00\",\n \"encounter\": {\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/c9b5d68b-caad-4d8b-9c29-b4a788bcd215\"\n },\n \"id\": \"49291b0d-8ace-4d7b-8f81-2ec604a71721\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"248325000\",\n \"display\": \"Undernourished\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Gizi Kurang\"\n }\n ],\n \"issued\": \"2022-06-14T02:10:15+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-29T06:52:15.793193+00:00\",\n \"versionId\": \"MTcyMjIzNTkzNTc5MzE5MzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"valueQuantity\": {\n \"code\": \"{Zscore}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{Zscore}\",\n \"value\": -2\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Kelas Ibu Balita",
|
|
"item": [
|
|
{
|
|
"name": "QuestionnaireResponse - Kelas Ibu Balita",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"QuestionnaireResponse\",\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0004\",\n \"status\": \"completed\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"authored\": \"2022-06-14T02:14:30+00:00\",\n \"author\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n \"source\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"item\": [\n {\n \"linkId\": \"1\",\n \"text\": \"Apakah mengikuti kelas ibu balita\",\n \"answer\": [\n {\n \"valueBoolean\": true\n }\n ]\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/QuestionnaireResponse",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"QuestionnaireResponse"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "QuestionnaireResponse - Kelas Ibu Balita",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"QuestionnaireResponse\",\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0004\",\n \"status\": \"completed\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"authored\": \"2022-06-14T02:14:30+00:00\",\n \"author\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n \"source\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"item\": [\n {\n \"linkId\": \"1\",\n \"text\": \"Apakah mengikuti kelas ibu balita\",\n \"answer\": [\n {\n \"valueBoolean\": true\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": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/QuestionnaireResponse/5f50b152-a7ca-42bb-9d51-a61492616519/_history/MTcyMTI5MDk4MTExODc2OTAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDk4MTExODc2OTAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:23:01 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:23:01 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "727"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "b26f0197-1f66-471f-9239-de1d1e3aff77"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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 \"reference\": \"Practitioner/N10000001\"\n },\n \"authored\": \"2022-06-14T02:14:30+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"5f50b152-a7ca-42bb-9d51-a61492616519\",\n \"identifier\": {\n \"system\": \"http://sys-ids.kemkes.go.id/creator\",\n \"value\": \"10000005\"\n },\n \"item\": [\n {\n \"answer\": [\n {\n \"valueBoolean\": true\n }\n ],\n \"linkId\": \"1\",\n \"text\": \"Apakah mengikuti kelas ibu balita\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:23:01.118769+00:00\",\n \"versionId\": \"MTcyMTI5MDk4MTExODc2OTAwMA\"\n },\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0004\",\n \"resourceType\": \"QuestionnaireResponse\",\n \"source\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
},
|
|
{
|
|
"name": "QuestionnaireResponse - Kelas Ibu Balita",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"QuestionnaireResponse\",\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0004\",\n \"status\": \"completed\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"authored\": \"2022-06-14T02:14:30+00:00\",\n \"author\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n \"source\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"item\": [\n {\n \"linkId\": \"1\",\n \"text\": \"Apakah mengikuti kelas ibu balita\",\n \"answer\": [\n {\n \"valueBoolean\": true\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": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/QuestionnaireResponse/5f50b152-a7ca-42bb-9d51-a61492616519/_history/MTcyMTI5MDk4MTExODc2OTAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDk4MTExODc2OTAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:23:01 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:23:01 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "727"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "b26f0197-1f66-471f-9239-de1d1e3aff77"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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 \"reference\": \"Practitioner/N10000001\"\n },\n \"authored\": \"2022-06-14T02:14:30+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"5f50b152-a7ca-42bb-9d51-a61492616519\",\n \"identifier\": {\n \"system\": \"http://sys-ids.kemkes.go.id/creator\",\n \"value\": \"10000005\"\n },\n \"item\": [\n {\n \"answer\": [\n {\n \"valueBoolean\": true\n }\n ],\n \"linkId\": \"1\",\n \"text\": \"Apakah mengikuti kelas ibu balita\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:23:01.118769+00:00\",\n \"versionId\": \"MTcyMTI5MDk4MTExODc2OTAwMA\"\n },\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0004\",\n \"resourceType\": \"QuestionnaireResponse\",\n \"source\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "QuestionnaireResponse - Kelas Ibu Balita",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"QuestionnaireResponse\",\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0004\",\n \"status\": \"completed\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"authored\": \"2022-06-14T02:14:30+00:00\",\n \"author\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n \"source\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"item\": [\n {\n \"linkId\": \"1\",\n \"text\": \"Apakah mengikuti kelas ibu balita\",\n \"answer\": [\n {\n \"valueBoolean\": true\n }\n ]\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/QuestionnaireResponse",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"QuestionnaireResponse"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "QuestionnaireResponse - Kelas Ibu Balita",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"QuestionnaireResponse\",\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0004\",\n \"status\": \"completed\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"authored\": \"2022-06-14T02:14:30+00:00\",\n \"author\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n \"source\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"item\": [\n {\n \"linkId\": \"1\",\n \"text\": \"Apakah mengikuti kelas ibu balita\",\n \"answer\": [\n {\n \"valueBoolean\": true\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": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/QuestionnaireResponse/5f50b152-a7ca-42bb-9d51-a61492616519/_history/MTcyMTI5MDk4MTExODc2OTAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDk4MTExODc2OTAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:23:01 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:23:01 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "727"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "b26f0197-1f66-471f-9239-de1d1e3aff77"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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 \"reference\": \"Practitioner/N10000001\"\n },\n \"authored\": \"2022-06-14T02:14:30+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"5f50b152-a7ca-42bb-9d51-a61492616519\",\n \"identifier\": {\n \"system\": \"http://sys-ids.kemkes.go.id/creator\",\n \"value\": \"10000005\"\n },\n \"item\": [\n {\n \"answer\": [\n {\n \"valueBoolean\": true\n }\n ],\n \"linkId\": \"1\",\n \"text\": \"Apakah mengikuti kelas ibu balita\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:23:01.118769+00:00\",\n \"versionId\": \"MTcyMTI5MDk4MTExODc2OTAwMA\"\n },\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0004\",\n \"resourceType\": \"QuestionnaireResponse\",\n \"source\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
},
|
|
{
|
|
"name": "QuestionnaireResponse - Kelas Ibu Balita",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"QuestionnaireResponse\",\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0004\",\n \"status\": \"completed\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"authored\": \"2022-06-14T02:14:30+00:00\",\n \"author\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n \"source\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"item\": [\n {\n \"linkId\": \"1\",\n \"text\": \"Apakah mengikuti kelas ibu balita\",\n \"answer\": [\n {\n \"valueBoolean\": true\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": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/QuestionnaireResponse/5f50b152-a7ca-42bb-9d51-a61492616519/_history/MTcyMTI5MDk4MTExODc2OTAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MDk4MTExODc2OTAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:23:01 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:23:01 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "727"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "b26f0197-1f66-471f-9239-de1d1e3aff77"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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 \"reference\": \"Practitioner/N10000001\"\n },\n \"authored\": \"2022-06-14T02:14:30+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"5f50b152-a7ca-42bb-9d51-a61492616519\",\n \"identifier\": {\n \"system\": \"http://sys-ids.kemkes.go.id/creator\",\n \"value\": \"10000005\"\n },\n \"item\": [\n {\n \"answer\": [\n {\n \"valueBoolean\": true\n }\n ],\n \"linkId\": \"1\",\n \"text\": \"Apakah mengikuti kelas ibu balita\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:23:01.118769+00:00\",\n \"versionId\": \"MTcyMTI5MDk4MTExODc2OTAwMA\"\n },\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0004\",\n \"resourceType\": \"QuestionnaireResponse\",\n \"source\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "09. Diagnosis",
|
|
"item": [
|
|
{
|
|
"name": "Condition - Primary Asfiksia Sedang",
|
|
"event": [
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"exec": [
|
|
"var data = pm.response.json();\r",
|
|
"pm.collectionVariables.set('Diagnosis_Utama', data.id);\r",
|
|
"var Diagnosis_Name= '';\r",
|
|
"Diagnosis_Name= data.code.coding[0].display;\r",
|
|
"pm.collectionVariables.set('DiagnosisUtama_Name', Diagnosis_Name);"
|
|
],
|
|
"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\": \"P21.1\",\n \"display\": \"Mild and moderate birth asphyxia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"onsetDateTime\": \"2022-06-14T02:15:55+00:00\",\n \"recordedDate\": \"2022-06-14T02:15:55+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami Asfiksia Sedang\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Condition",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Condition"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Condition - Primary Asfiksia Sedang",
|
|
"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\": \"P21.1\",\n \"display\": \"Mild and moderate birth asphyxia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"onsetDateTime\": \"2022-06-14T02:15:55+00:00\",\n \"recordedDate\": \"2022-06-14T02:15:55+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami Asfiksia Sedang\"\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/\"MTcyMTI5MTMyNzYzMTgwNjAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:28:47 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/aa8d4a36-0866-4d82-90f9-5aa71227c05d/_history/MTcyMTI5MTMyNzYzMTgwNjAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:28:47 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": "2fe68d2d-1234-4c1c-88a5-4c0124b205de"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"P21.1\",\n \"display\": \"Mild and moderate birth asphyxia\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"aa8d4a36-0866-4d82-90f9-5aa71227c05d\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:28:47.631806+00:00\",\n \"versionId\": \"MTcyMTI5MTMyNzYzMTgwNjAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien mengalami Asfiksia Sedang\"\n }\n ],\n \"onsetDateTime\": \"2022-06-14T02:15:55+00:00\",\n \"recordedDate\": \"2022-06-14T02:15:55+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
},
|
|
{
|
|
"name": "Condition - Primary Asfiksia Sedang",
|
|
"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\": \"P21.1\",\n \"display\": \"Mild and moderate birth asphyxia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"onsetDateTime\": \"2022-06-14T02:15:55+00:00\",\n \"recordedDate\": \"2022-06-14T02:15:55+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami Asfiksia Sedang\"\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/\"MTcyMTI5MTMyNzYzMTgwNjAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:28:47 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/aa8d4a36-0866-4d82-90f9-5aa71227c05d/_history/MTcyMTI5MTMyNzYzMTgwNjAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:28:47 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": "2fe68d2d-1234-4c1c-88a5-4c0124b205de"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"P21.1\",\n \"display\": \"Mild and moderate birth asphyxia\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"aa8d4a36-0866-4d82-90f9-5aa71227c05d\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:28:47.631806+00:00\",\n \"versionId\": \"MTcyMTI5MTMyNzYzMTgwNjAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien mengalami Asfiksia Sedang\"\n }\n ],\n \"onsetDateTime\": \"2022-06-14T02:15:55+00:00\",\n \"recordedDate\": \"2022-06-14T02:15:55+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Condition - Secondary Respiratory Failure",
|
|
"event": [
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"exec": [
|
|
"var data = pm.response.json();\r",
|
|
"pm.collectionVariables.set('Diagnosis_Sekunder', data.id);\r",
|
|
"var Diagnosis_Name = data.code.coding[0].display;\r",
|
|
"pm.collectionVariables.set('DiagnosisSekunder_Name', Diagnosis_Name);"
|
|
],
|
|
"type": "text/javascript",
|
|
"packages": {}
|
|
}
|
|
}
|
|
],
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Condition\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/condition/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\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\": \"P28.5\",\n \"display\": \"Respiratory failure of newborn\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"onsetDateTime\": \"2022-06-14T02:17:20+00:00\",\n \"recordedDate\": \"2022-06-14T02:17:20+00:00\"\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Condition",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Condition"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Condition - Secondary Respiratory Failure",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Condition\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/condition/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\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\": \"P28.5\",\n \"display\": \"Respiratory failure of newborn\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"onsetDateTime\": \"2022-06-14T02:17:20+00:00\",\n \"recordedDate\": \"2022-06-14T02:17:20+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": "etag",
|
|
"value": "W/\"MTcyMTI5NDg5MDM2Mzg2NDAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/ed15356d-dc9b-4490-b8c6-d6b132fbdce7/_history/MTcyMTI5NDg5MDM2Mzg2NDAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 09:28:10 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 09:28:10 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "979"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "dcb164dc-0725-4cee-9436-0cae0eb9f922"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"P28.5\",\n \"display\": \"Respiratory failure of newborn\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"encounter\": {\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"ed15356d-dc9b-4490-b8c6-d6b132fbdce7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/condition/10000005\",\n \"value\": \"2024071854390\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T09:28:10.363864+00:00\",\n \"versionId\": \"MTcyMTI5NDg5MDM2Mzg2NDAwMA\"\n },\n \"onsetDateTime\": \"2022-06-14T02:17:20+00:00\",\n \"recordedDate\": \"2022-06-14T02:17:20+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
},
|
|
{
|
|
"name": "Condition - Secondary Respiratory Failure",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Condition\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/condition/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\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\": \"P28.5\",\n \"display\": \"Respiratory failure of newborn\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"onsetDateTime\": \"2022-06-14T02:17:20+00:00\",\n \"recordedDate\": \"2022-06-14T02:17:20+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": "etag",
|
|
"value": "W/\"MTcyMTI5NDg5MDM2Mzg2NDAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/ed15356d-dc9b-4490-b8c6-d6b132fbdce7/_history/MTcyMTI5NDg5MDM2Mzg2NDAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 09:28:10 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 09:28:10 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "979"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "dcb164dc-0725-4cee-9436-0cae0eb9f922"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"P28.5\",\n \"display\": \"Respiratory failure of newborn\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"encounter\": {\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"ed15356d-dc9b-4490-b8c6-d6b132fbdce7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/condition/10000005\",\n \"value\": \"2024071854390\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T09:28:10.363864+00:00\",\n \"versionId\": \"MTcyMTI5NDg5MDM2Mzg2NDAwMA\"\n },\n \"onsetDateTime\": \"2022-06-14T02:17:20+00:00\",\n \"recordedDate\": \"2022-06-14T02:17:20+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Condition - Secondary Respiratory Failure",
|
|
"event": [
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"exec": [
|
|
"var data = pm.response.json();\r",
|
|
"pm.collectionVariables.set('Diagnosis_Sekunder', data.id);\r",
|
|
"var Diagnosis_Name = data.code.coding[0].display;\r",
|
|
"pm.collectionVariables.set('DiagnosisSekunder_Name', Diagnosis_Name);"
|
|
],
|
|
"type": "text/javascript",
|
|
"packages": {}
|
|
}
|
|
}
|
|
],
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Condition\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/condition/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\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\": \"P28.5\",\n \"display\": \"Respiratory failure of newborn\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"onsetDateTime\": \"2022-06-14T02:17:20+00:00\",\n \"recordedDate\": \"2022-06-14T02:17:20+00:00\"\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Condition",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Condition"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Condition - Secondary Respiratory Failure",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Condition\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/condition/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\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\": \"P28.5\",\n \"display\": \"Respiratory failure of newborn\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"onsetDateTime\": \"2022-06-14T02:17:20+00:00\",\n \"recordedDate\": \"2022-06-14T02:17:20+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": "etag",
|
|
"value": "W/\"MTcyMTI5NDg5MDM2Mzg2NDAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/ed15356d-dc9b-4490-b8c6-d6b132fbdce7/_history/MTcyMTI5NDg5MDM2Mzg2NDAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 09:28:10 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 09:28:10 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "979"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "dcb164dc-0725-4cee-9436-0cae0eb9f922"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"P28.5\",\n \"display\": \"Respiratory failure of newborn\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"encounter\": {\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"ed15356d-dc9b-4490-b8c6-d6b132fbdce7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/condition/10000005\",\n \"value\": \"2024071854390\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T09:28:10.363864+00:00\",\n \"versionId\": \"MTcyMTI5NDg5MDM2Mzg2NDAwMA\"\n },\n \"onsetDateTime\": \"2022-06-14T02:17:20+00:00\",\n \"recordedDate\": \"2022-06-14T02:17:20+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
},
|
|
{
|
|
"name": "Condition - Secondary Respiratory Failure",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Condition\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/condition/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\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\": \"P28.5\",\n \"display\": \"Respiratory failure of newborn\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"onsetDateTime\": \"2022-06-14T02:17:20+00:00\",\n \"recordedDate\": \"2022-06-14T02:17:20+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": "etag",
|
|
"value": "W/\"MTcyMTI5NDg5MDM2Mzg2NDAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/ed15356d-dc9b-4490-b8c6-d6b132fbdce7/_history/MTcyMTI5NDg5MDM2Mzg2NDAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 09:28:10 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 09:28:10 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "979"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "dcb164dc-0725-4cee-9436-0cae0eb9f922"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"P28.5\",\n \"display\": \"Respiratory failure of newborn\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"encounter\": {\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"ed15356d-dc9b-4490-b8c6-d6b132fbdce7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/condition/10000005\",\n \"value\": \"2024071854390\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T09:28:10.363864+00:00\",\n \"versionId\": \"MTcyMTI5NDg5MDM2Mzg2NDAwMA\"\n },\n \"onsetDateTime\": \"2022-06-14T02:17:20+00:00\",\n \"recordedDate\": \"2022-06-14T02:17:20+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Condition - Primary Asfiksia Sedang",
|
|
"event": [
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"exec": [
|
|
"var data = pm.response.json();\r",
|
|
"pm.collectionVariables.set('Diagnosis_Utama', data.id);\r",
|
|
"var Diagnosis_Name= '';\r",
|
|
"Diagnosis_Name= data.code.coding[0].display;\r",
|
|
"pm.collectionVariables.set('DiagnosisUtama_Name', Diagnosis_Name);"
|
|
],
|
|
"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\": \"P21.1\",\n \"display\": \"Mild and moderate birth asphyxia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"onsetDateTime\": \"2022-06-14T02:15:55+00:00\",\n \"recordedDate\": \"2022-06-14T02:15:55+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami Asfiksia Sedang\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Condition",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Condition"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Condition - Primary Asfiksia Sedang",
|
|
"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\": \"P21.1\",\n \"display\": \"Mild and moderate birth asphyxia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"onsetDateTime\": \"2022-06-14T02:15:55+00:00\",\n \"recordedDate\": \"2022-06-14T02:15:55+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami Asfiksia Sedang\"\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/\"MTcyMTI5MTMyNzYzMTgwNjAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:28:47 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/aa8d4a36-0866-4d82-90f9-5aa71227c05d/_history/MTcyMTI5MTMyNzYzMTgwNjAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:28:47 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": "2fe68d2d-1234-4c1c-88a5-4c0124b205de"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"P21.1\",\n \"display\": \"Mild and moderate birth asphyxia\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"aa8d4a36-0866-4d82-90f9-5aa71227c05d\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:28:47.631806+00:00\",\n \"versionId\": \"MTcyMTI5MTMyNzYzMTgwNjAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien mengalami Asfiksia Sedang\"\n }\n ],\n \"onsetDateTime\": \"2022-06-14T02:15:55+00:00\",\n \"recordedDate\": \"2022-06-14T02:15:55+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
},
|
|
{
|
|
"name": "Condition - Primary Asfiksia Sedang",
|
|
"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\": \"P21.1\",\n \"display\": \"Mild and moderate birth asphyxia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"onsetDateTime\": \"2022-06-14T02:15:55+00:00\",\n \"recordedDate\": \"2022-06-14T02:15:55+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami Asfiksia Sedang\"\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/\"MTcyMTI5MTMyNzYzMTgwNjAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:28:47 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/aa8d4a36-0866-4d82-90f9-5aa71227c05d/_history/MTcyMTI5MTMyNzYzMTgwNjAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:28:47 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": "2fe68d2d-1234-4c1c-88a5-4c0124b205de"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"P21.1\",\n \"display\": \"Mild and moderate birth asphyxia\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"aa8d4a36-0866-4d82-90f9-5aa71227c05d\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:28:47.631806+00:00\",\n \"versionId\": \"MTcyMTI5MTMyNzYzMTgwNjAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien mengalami Asfiksia Sedang\"\n }\n ],\n \"onsetDateTime\": \"2022-06-14T02:15:55+00:00\",\n \"recordedDate\": \"2022-06-14T02:15:55+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "10. Tindakan",
|
|
"item": [
|
|
{
|
|
"name": "Procedure - Resusitasi Neonatus",
|
|
"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\": \"373110003\",\n \"display\": \"Emergency procedure\"\n }\n ],\n \"text\": \"Emergency procedure\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"93.93\",\n \"display\": \"Nonmechanical methods of resuscitation\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Tindakan Resusitasi Anak Smith pada Selasa tanggal 14 Juni 2022\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T02:20:00+00:00\",\n \"end\": \"2022-06-14T02:23:25+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\": \"P21.1\",\n \"display\": \"Mild and moderate birth asphyxia\"\n }\n ]\n }\n ],\n \"bodySite\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"123851003\",\n \"display\": \"Mouth region structure\"\n },\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"45206002\",\n \"display\": \"Nasal structure\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Pemberian resusitasi neonatus melalui mulut dan hidung.\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Procedure",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Procedure"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Procedure - Resusitasi Neonatus",
|
|
"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\": \"373110003\",\n \"display\": \"Emergency procedure\"\n }\n ],\n \"text\": \"Emergency procedure\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"93.93\",\n \"display\": \"Nonmechanical methods of resuscitation\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Tindakan Resusitasi Anak Smith pada Selasa tanggal 14 Juni 2022\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T02:20:00+00:00\",\n \"end\": \"2022-06-14T02:23:25+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\": \"P21.1\",\n \"display\": \"Mild and moderate birth asphyxia\"\n }\n ]\n }\n ],\n \"bodySite\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"123851003\",\n \"display\": \"Mouth region structure\"\n },\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"45206002\",\n \"display\": \"Nasal structure\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Pemberian resusitasi neonatus melalui mulut dan hidung.\"\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/44895060-6c6f-463c-a727-306f42655c19/_history/MTcyMTI5MTM4NTY3NzAxODAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:29:45 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MTM4NTY3NzAxODAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:29:45 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": "6c9ded42-6f10-4cd5-a17e-e5df9562b295"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"bodySite\": [\n {\n \"coding\": [\n {\n \"code\": \"123851003\",\n \"display\": \"Mouth region structure\",\n \"system\": \"http://snomed.info/sct\"\n },\n {\n \"code\": \"45206002\",\n \"display\": \"Nasal structure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"category\": {\n \"coding\": [\n {\n \"code\": \"373110003\",\n \"display\": \"Emergency procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Emergency procedure\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93.93\",\n \"display\": \"Nonmechanical methods of resuscitation\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"display\": \"Tindakan Resusitasi Anak Smith pada Selasa tanggal 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"44895060-6c6f-463c-a727-306f42655c19\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:29:45.677018+00:00\",\n \"versionId\": \"MTcyMTI5MTM4NTY3NzAxODAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pemberian resusitasi neonatus melalui mulut dan hidung.\"\n }\n ],\n \"performedPeriod\": {\n \"end\": \"2022-06-14T02:23:25+00:00\",\n \"start\": \"2022-06-14T02:20: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\": \"P21.1\",\n \"display\": \"Mild and moderate birth asphyxia\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
},
|
|
{
|
|
"name": "Procedure - Resusitasi Neonatus",
|
|
"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\": \"373110003\",\n \"display\": \"Emergency procedure\"\n }\n ],\n \"text\": \"Emergency procedure\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"93.93\",\n \"display\": \"Nonmechanical methods of resuscitation\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Tindakan Resusitasi Anak Smith pada Selasa tanggal 14 Juni 2022\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T02:20:00+00:00\",\n \"end\": \"2022-06-14T02:23:25+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\": \"P21.1\",\n \"display\": \"Mild and moderate birth asphyxia\"\n }\n ]\n }\n ],\n \"bodySite\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"123851003\",\n \"display\": \"Mouth region structure\"\n },\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"45206002\",\n \"display\": \"Nasal structure\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Pemberian resusitasi neonatus melalui mulut dan hidung.\"\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/44895060-6c6f-463c-a727-306f42655c19/_history/MTcyMTI5MTM4NTY3NzAxODAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:29:45 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MTM4NTY3NzAxODAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:29:45 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": "6c9ded42-6f10-4cd5-a17e-e5df9562b295"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"bodySite\": [\n {\n \"coding\": [\n {\n \"code\": \"123851003\",\n \"display\": \"Mouth region structure\",\n \"system\": \"http://snomed.info/sct\"\n },\n {\n \"code\": \"45206002\",\n \"display\": \"Nasal structure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"category\": {\n \"coding\": [\n {\n \"code\": \"373110003\",\n \"display\": \"Emergency procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Emergency procedure\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93.93\",\n \"display\": \"Nonmechanical methods of resuscitation\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"display\": \"Tindakan Resusitasi Anak Smith pada Selasa tanggal 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"44895060-6c6f-463c-a727-306f42655c19\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:29:45.677018+00:00\",\n \"versionId\": \"MTcyMTI5MTM4NTY3NzAxODAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pemberian resusitasi neonatus melalui mulut dan hidung.\"\n }\n ],\n \"performedPeriod\": {\n \"end\": \"2022-06-14T02:23:25+00:00\",\n \"start\": \"2022-06-14T02:20: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\": \"P21.1\",\n \"display\": \"Mild and moderate birth asphyxia\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Procedure - Resusitasi Neonatus",
|
|
"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\": \"373110003\",\n \"display\": \"Emergency procedure\"\n }\n ],\n \"text\": \"Emergency procedure\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"93.93\",\n \"display\": \"Nonmechanical methods of resuscitation\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Tindakan Resusitasi Anak Smith pada Selasa tanggal 14 Juni 2022\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T02:20:00+00:00\",\n \"end\": \"2022-06-14T02:23:25+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\": \"P21.1\",\n \"display\": \"Mild and moderate birth asphyxia\"\n }\n ]\n }\n ],\n \"bodySite\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"123851003\",\n \"display\": \"Mouth region structure\"\n },\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"45206002\",\n \"display\": \"Nasal structure\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Pemberian resusitasi neonatus melalui mulut dan hidung.\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Procedure",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Procedure"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Procedure - Resusitasi Neonatus",
|
|
"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\": \"373110003\",\n \"display\": \"Emergency procedure\"\n }\n ],\n \"text\": \"Emergency procedure\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"93.93\",\n \"display\": \"Nonmechanical methods of resuscitation\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Tindakan Resusitasi Anak Smith pada Selasa tanggal 14 Juni 2022\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T02:20:00+00:00\",\n \"end\": \"2022-06-14T02:23:25+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\": \"P21.1\",\n \"display\": \"Mild and moderate birth asphyxia\"\n }\n ]\n }\n ],\n \"bodySite\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"123851003\",\n \"display\": \"Mouth region structure\"\n },\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"45206002\",\n \"display\": \"Nasal structure\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Pemberian resusitasi neonatus melalui mulut dan hidung.\"\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/44895060-6c6f-463c-a727-306f42655c19/_history/MTcyMTI5MTM4NTY3NzAxODAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:29:45 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MTM4NTY3NzAxODAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:29:45 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": "6c9ded42-6f10-4cd5-a17e-e5df9562b295"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"bodySite\": [\n {\n \"coding\": [\n {\n \"code\": \"123851003\",\n \"display\": \"Mouth region structure\",\n \"system\": \"http://snomed.info/sct\"\n },\n {\n \"code\": \"45206002\",\n \"display\": \"Nasal structure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"category\": {\n \"coding\": [\n {\n \"code\": \"373110003\",\n \"display\": \"Emergency procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Emergency procedure\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93.93\",\n \"display\": \"Nonmechanical methods of resuscitation\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"display\": \"Tindakan Resusitasi Anak Smith pada Selasa tanggal 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"44895060-6c6f-463c-a727-306f42655c19\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:29:45.677018+00:00\",\n \"versionId\": \"MTcyMTI5MTM4NTY3NzAxODAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pemberian resusitasi neonatus melalui mulut dan hidung.\"\n }\n ],\n \"performedPeriod\": {\n \"end\": \"2022-06-14T02:23:25+00:00\",\n \"start\": \"2022-06-14T02:20: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\": \"P21.1\",\n \"display\": \"Mild and moderate birth asphyxia\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
},
|
|
{
|
|
"name": "Procedure - Resusitasi Neonatus",
|
|
"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\": \"373110003\",\n \"display\": \"Emergency procedure\"\n }\n ],\n \"text\": \"Emergency procedure\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"93.93\",\n \"display\": \"Nonmechanical methods of resuscitation\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Tindakan Resusitasi Anak Smith pada Selasa tanggal 14 Juni 2022\"\n },\n \"performedPeriod\": {\n \"start\": \"2022-06-14T02:20:00+00:00\",\n \"end\": \"2022-06-14T02:23:25+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\": \"P21.1\",\n \"display\": \"Mild and moderate birth asphyxia\"\n }\n ]\n }\n ],\n \"bodySite\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"123851003\",\n \"display\": \"Mouth region structure\"\n },\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"45206002\",\n \"display\": \"Nasal structure\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Pemberian resusitasi neonatus melalui mulut dan hidung.\"\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/44895060-6c6f-463c-a727-306f42655c19/_history/MTcyMTI5MTM4NTY3NzAxODAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 08:29:45 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5MTM4NTY3NzAxODAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 08:29:45 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": "6c9ded42-6f10-4cd5-a17e-e5df9562b295"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"bodySite\": [\n {\n \"coding\": [\n {\n \"code\": \"123851003\",\n \"display\": \"Mouth region structure\",\n \"system\": \"http://snomed.info/sct\"\n },\n {\n \"code\": \"45206002\",\n \"display\": \"Nasal structure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"category\": {\n \"coding\": [\n {\n \"code\": \"373110003\",\n \"display\": \"Emergency procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Emergency procedure\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93.93\",\n \"display\": \"Nonmechanical methods of resuscitation\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"display\": \"Tindakan Resusitasi Anak Smith pada Selasa tanggal 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"44895060-6c6f-463c-a727-306f42655c19\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T08:29:45.677018+00:00\",\n \"versionId\": \"MTcyMTI5MTM4NTY3NzAxODAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pemberian resusitasi neonatus melalui mulut dan hidung.\"\n }\n ],\n \"performedPeriod\": {\n \"end\": \"2022-06-14T02:23:25+00:00\",\n \"start\": \"2022-06-14T02:20: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\": \"P21.1\",\n \"display\": \"Mild and moderate birth asphyxia\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "11. Tatalaksana",
|
|
"item": [
|
|
{
|
|
"name": "Allergi Obat",
|
|
"item": [
|
|
{
|
|
"name": "AllergyIntolerance - Alergi Obat",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"AllergyIntolerance\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/allergy/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"98457729\"\n }\n ],\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"verificationStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-verification\",\n \"code\": \"confirmed\",\n \"display\": \"Confirmed\"\n }\n ]\n },\n \"category\": [\n \"medication\"\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000101\",\n \"display\": \"Paracetamol\"\n }\n ],\n \"text\": \"Alergi Paracetamol\"\n },\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"recordedDate\": \"2022-06-14T15:37:31+07:00\",\n \"recorder\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/AllergyIntolerance",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"AllergyIntolerance"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "AllergyIntolerance - Alergi Obat",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"AllergyIntolerance\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/allergy/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"98457729\"\n }\n ],\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"verificationStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-verification\",\n \"code\": \"confirmed\",\n \"display\": \"Confirmed\"\n }\n ]\n },\n \"category\": [\n \"medication\"\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000101\",\n \"display\": \"Paracetamol\"\n }\n ],\n \"text\": \"Alergi Paracetamol\"\n },\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"recordedDate\": \"2022-06-14T15:37:31+07:00\",\n \"recorder\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/AllergyIntolerance",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"AllergyIntolerance"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 14 Nov 2024 01:40:04 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTczMTU0ODQwNDQ1NDUzNzAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-stg/locations/asia-southeast2/datasets/stg/fhirStores/fhir-r4-staging/fhir/AllergyIntolerance/2d5845e4-afb0-4689-8342-eab43a40e510/_history/MTczMTU0ODQwNDQ1NDUzNzAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 14 Nov 2024 01:40:04 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1081"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "919a0c08-a826-4336-ad51-add45c05b987"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"category\": [\n \"medication\"\n ],\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"code\": \"active\",\n \"display\": \"Active\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"91000101\",\n \"display\": \"Paracetamol\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ],\n \"text\": \"Alergi Paracetamol\"\n },\n \"encounter\": {\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/06500350-79df-40e2-b49f-5e8ecbb01410\"\n },\n \"id\": \"2d5845e4-afb0-4689-8342-eab43a40e510\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/allergy/10000005\",\n \"use\": \"official\",\n \"value\": \"98457729\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-11-14T01:40:04.454537+00:00\",\n \"versionId\": \"MTczMTU0ODQwNDQ1NDUzNzAwMA\"\n },\n \"patient\": {\n \"display\": \"John Smith\",\n \"reference\": \"Patient/P20394847304\"\n },\n \"recordedDate\": \"2022-06-14T15:37:31+07:00\",\n \"recorder\": {\n \"display\": \"Practitioner 1\",\n \"reference\": \"Practitioner/10009880728\"\n },\n \"resourceType\": \"AllergyIntolerance\",\n \"verificationStatus\": {\n \"coding\": [\n {\n \"code\": \"confirmed\",\n \"display\": \"Confirmed\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-verification\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "AllergyIntolerance - Alergi Obat",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"AllergyIntolerance\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/allergy/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"98457729\"\n }\n ],\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"verificationStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-verification\",\n \"code\": \"confirmed\",\n \"display\": \"Confirmed\"\n }\n ]\n },\n \"category\": [\n \"medication\"\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000101\",\n \"display\": \"Paracetamol\"\n }\n ],\n \"text\": \"Alergi Paracetamol\"\n },\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"recordedDate\": \"2022-06-14T15:37:31+07:00\",\n \"recorder\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/AllergyIntolerance",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"AllergyIntolerance"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 14 Nov 2024 01:40:04 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTczMTU0ODQwNDQ1NDUzNzAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-stg/locations/asia-southeast2/datasets/stg/fhirStores/fhir-r4-staging/fhir/AllergyIntolerance/2d5845e4-afb0-4689-8342-eab43a40e510/_history/MTczMTU0ODQwNDQ1NDUzNzAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 14 Nov 2024 01:40:04 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1081"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "919a0c08-a826-4336-ad51-add45c05b987"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"category\": [\n \"medication\"\n ],\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"code\": \"active\",\n \"display\": \"Active\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"91000101\",\n \"display\": \"Paracetamol\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ],\n \"text\": \"Alergi Paracetamol\"\n },\n \"encounter\": {\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/06500350-79df-40e2-b49f-5e8ecbb01410\"\n },\n \"id\": \"2d5845e4-afb0-4689-8342-eab43a40e510\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/allergy/10000005\",\n \"use\": \"official\",\n \"value\": \"98457729\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-11-14T01:40:04.454537+00:00\",\n \"versionId\": \"MTczMTU0ODQwNDQ1NDUzNzAwMA\"\n },\n \"patient\": {\n \"display\": \"John Smith\",\n \"reference\": \"Patient/P20394847304\"\n },\n \"recordedDate\": \"2022-06-14T15:37:31+07:00\",\n \"recorder\": {\n \"display\": \"Practitioner 1\",\n \"reference\": \"Practitioner/10009880728\"\n },\n \"resourceType\": \"AllergyIntolerance\",\n \"verificationStatus\": {\n \"coding\": [\n {\n \"code\": \"confirmed\",\n \"display\": \"Confirmed\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-verification\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "AllergyIntolerance - Alergi Obat",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"AllergyIntolerance\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/allergy/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"98457729\"\n }\n ],\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"verificationStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-verification\",\n \"code\": \"confirmed\",\n \"display\": \"Confirmed\"\n }\n ]\n },\n \"category\": [\n \"medication\"\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000101\",\n \"display\": \"Paracetamol\"\n }\n ],\n \"text\": \"Alergi Paracetamol\"\n },\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"recordedDate\": \"2022-06-14T15:37:31+07:00\",\n \"recorder\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/AllergyIntolerance",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"AllergyIntolerance"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "AllergyIntolerance - Alergi Obat",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"AllergyIntolerance\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/allergy/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"98457729\"\n }\n ],\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"verificationStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-verification\",\n \"code\": \"confirmed\",\n \"display\": \"Confirmed\"\n }\n ]\n },\n \"category\": [\n \"medication\"\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000101\",\n \"display\": \"Paracetamol\"\n }\n ],\n \"text\": \"Alergi Paracetamol\"\n },\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"recordedDate\": \"2022-06-14T15:37:31+07:00\",\n \"recorder\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/AllergyIntolerance",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"AllergyIntolerance"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 14 Nov 2024 01:40:04 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTczMTU0ODQwNDQ1NDUzNzAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-stg/locations/asia-southeast2/datasets/stg/fhirStores/fhir-r4-staging/fhir/AllergyIntolerance/2d5845e4-afb0-4689-8342-eab43a40e510/_history/MTczMTU0ODQwNDQ1NDUzNzAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 14 Nov 2024 01:40:04 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1081"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "919a0c08-a826-4336-ad51-add45c05b987"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"category\": [\n \"medication\"\n ],\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"code\": \"active\",\n \"display\": \"Active\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"91000101\",\n \"display\": \"Paracetamol\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ],\n \"text\": \"Alergi Paracetamol\"\n },\n \"encounter\": {\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/06500350-79df-40e2-b49f-5e8ecbb01410\"\n },\n \"id\": \"2d5845e4-afb0-4689-8342-eab43a40e510\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/allergy/10000005\",\n \"use\": \"official\",\n \"value\": \"98457729\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-11-14T01:40:04.454537+00:00\",\n \"versionId\": \"MTczMTU0ODQwNDQ1NDUzNzAwMA\"\n },\n \"patient\": {\n \"display\": \"John Smith\",\n \"reference\": \"Patient/P20394847304\"\n },\n \"recordedDate\": \"2022-06-14T15:37:31+07:00\",\n \"recorder\": {\n \"display\": \"Practitioner 1\",\n \"reference\": \"Practitioner/10009880728\"\n },\n \"resourceType\": \"AllergyIntolerance\",\n \"verificationStatus\": {\n \"coding\": [\n {\n \"code\": \"confirmed\",\n \"display\": \"Confirmed\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-verification\"\n }\n ]\n }\n}"
|
|
},
|
|
{
|
|
"name": "AllergyIntolerance - Alergi Obat",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"AllergyIntolerance\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/allergy/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"98457729\"\n }\n ],\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"verificationStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-verification\",\n \"code\": \"confirmed\",\n \"display\": \"Confirmed\"\n }\n ]\n },\n \"category\": [\n \"medication\"\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000101\",\n \"display\": \"Paracetamol\"\n }\n ],\n \"text\": \"Alergi Paracetamol\"\n },\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"recordedDate\": \"2022-06-14T15:37:31+07:00\",\n \"recorder\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/AllergyIntolerance",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"AllergyIntolerance"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 14 Nov 2024 01:40:04 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTczMTU0ODQwNDQ1NDUzNzAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-stg/locations/asia-southeast2/datasets/stg/fhirStores/fhir-r4-staging/fhir/AllergyIntolerance/2d5845e4-afb0-4689-8342-eab43a40e510/_history/MTczMTU0ODQwNDQ1NDUzNzAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 14 Nov 2024 01:40:04 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1081"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "919a0c08-a826-4336-ad51-add45c05b987"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"category\": [\n \"medication\"\n ],\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"code\": \"active\",\n \"display\": \"Active\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"91000101\",\n \"display\": \"Paracetamol\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ],\n \"text\": \"Alergi Paracetamol\"\n },\n \"encounter\": {\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/06500350-79df-40e2-b49f-5e8ecbb01410\"\n },\n \"id\": \"2d5845e4-afb0-4689-8342-eab43a40e510\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/allergy/10000005\",\n \"use\": \"official\",\n \"value\": \"98457729\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-11-14T01:40:04.454537+00:00\",\n \"versionId\": \"MTczMTU0ODQwNDQ1NDUzNzAwMA\"\n },\n \"patient\": {\n \"display\": \"John Smith\",\n \"reference\": \"Patient/P20394847304\"\n },\n \"recordedDate\": \"2022-06-14T15:37:31+07:00\",\n \"recorder\": {\n \"display\": \"Practitioner 1\",\n \"reference\": \"Practitioner/10009880728\"\n },\n \"resourceType\": \"AllergyIntolerance\",\n \"verificationStatus\": {\n \"coding\": [\n {\n \"code\": \"confirmed\",\n \"display\": \"Confirmed\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-verification\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Peresepan Obat",
|
|
"item": [
|
|
{
|
|
"name": "MedicationRequest - Create",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"MedicationRequest\",\n \"contained\": [\n {\n \"resourceType\": \"Medication\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n }\n ],\n \"id\": \"123456789\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001129\",\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/10000005\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS034\",\n \"display\": \"Larutan Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000219\",\n \"display\": \"VITAMIN K1\"\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\": \"Ampule - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\"\n }\n }\n }\n ],\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\n \"code\": \"NC\",\n \"display\": \"Non-compound\"\n }\n ]\n }\n }\n ]\n }\n ],\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456788\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456788-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\": \"#123456789\",\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"authoredOn\": \"2022-06-14T02:30:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n },\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"Injeksi Vitamin K secara intramuskular di paha kiri bayi bagian anterolateral sebanyak 1 mg dosis tunggal\",\n \"timing\": {\n \"repeat\": {\n \"count\": 1\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\"\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\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n }\n }\n ]\n }\n ],\n \"dispenseRequest\": {\n \"dispenseInterval\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"validityPeriod\": {\n \"start\": \"2022-06-14T02:30:00+00:00\",\n \"end\": \"2022-06-15T02:30:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Ampule - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\"\n },\n \"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 - Create",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"MedicationRequest\",\n \"contained\": [\n {\n \"resourceType\": \"Medication\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n }\n ],\n \"id\": \"123456789\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001129\",\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/10000005\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS034\",\n \"display\": \"Larutan Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000219\",\n \"display\": \"VITAMIN K1\"\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\": \"Ampule - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\"\n }\n }\n }\n ],\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\n \"code\": \"NC\",\n \"display\": \"Non-compound\"\n }\n ]\n }\n }\n ]\n }\n ],\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456788\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456788-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\": \"#123456789\",\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"authoredOn\": \"2022-06-14T02:30:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n },\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"Injeksi Vitamin K secara intramuskular di paha kiri bayi bagian anterolateral sebanyak 1 mg dosis tunggal\",\n \"timing\": {\n \"repeat\": {\n \"count\": 1\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\"\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\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n }\n }\n ]\n }\n ],\n \"dispenseRequest\": {\n \"dispenseInterval\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"validityPeriod\": {\n \"start\": \"2022-06-14T02:30:00+00:00\",\n \"end\": \"2022-06-15T02:30:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Ampule - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\"\n },\n \"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-stg/locations/asia-southeast2/datasets/stg/fhirStores/fhir-r4-staging/fhir/MedicationRequest/e5dff9ad-d8a5-4f1e-a49c-5f6b9a89e432/_history/MTczMDgwNDQ5NTczNTU4NjAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTczMDgwNDQ5NTczNTU4NjAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Tue, 05 Nov 2024 11:01:35 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Tue, 05 Nov 2024 11:01:35 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "3123"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "05440ea4-f2a1-4754-9fc1-e513a8469053"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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\": \"2022-06-14T02:30: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 \"contained\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93001129\",\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"NC\",\n \"display\": \"Non-compound\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\"\n }\n ]\n }\n }\n ],\n \"form\": {\n \"coding\": [\n {\n \"code\": \"BS034\",\n \"display\": \"Larutan Injeksi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"123456789\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000005\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000219\",\n \"display\": \"VITAMIN K1\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"413516001\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Ampule - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 10\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/10000005\"\n },\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n }\n ],\n \"dispenseRequest\": {\n \"dispenseInterval\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"numberOfRepeatsAllowed\": 0,\n \"performer\": {\n \"reference\": \"Organization/10000005\"\n },\n \"quantity\": {\n \"code\": \"413516001\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Ampule - unit of product usage\",\n \"value\": 1\n },\n \"validityPeriod\": {\n \"end\": \"2022-06-15T02:30:00+00:00\",\n \"start\": \"2022-06-14T02:30:00+00:00\"\n }\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mg\",\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 \"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\": \"Injeksi Vitamin K secara intramuskular di paha kiri bayi bagian anterolateral sebanyak 1 mg dosis tunggal\",\n \"timing\": {\n \"repeat\": {\n \"count\": 1\n }\n }\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/06500350-79df-40e2-b49f-5e8ecbb01410\"\n },\n \"id\": \"e5dff9ad-d8a5-4f1e-a49c-5f6b9a89e432\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000005\",\n \"use\": \"official\",\n \"value\": \"123456788\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000005\",\n \"use\": \"official\",\n \"value\": \"123456788-1\"\n }\n ],\n \"intent\": \"order\",\n \"medicationReference\": {\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\",\n \"reference\": \"#123456789\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-11-05T11:01:35.735586+00:00\",\n \"versionId\": \"MTczMDgwNDQ5NTczNTU4NjAwMA\"\n },\n \"priority\": \"routine\",\n \"requester\": {\n \"display\": \"Practitioner 1\",\n \"reference\": \"Practitioner/10009880728\"\n },\n \"resourceType\": \"MedicationRequest\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/P20394847304\"\n }\n}"
|
|
},
|
|
{
|
|
"name": "MedicationRequest - Create",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"MedicationRequest\",\n \"contained\": [\n {\n \"resourceType\": \"Medication\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n }\n ],\n \"id\": \"123456789\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001129\",\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/10000005\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS034\",\n \"display\": \"Larutan Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000219\",\n \"display\": \"VITAMIN K1\"\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\": \"Ampule - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\"\n }\n }\n }\n ],\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\n \"code\": \"NC\",\n \"display\": \"Non-compound\"\n }\n ]\n }\n }\n ]\n }\n ],\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456788\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456788-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\": \"#123456789\",\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"authoredOn\": \"2022-06-14T02:30:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n },\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"Injeksi Vitamin K secara intramuskular di paha kiri bayi bagian anterolateral sebanyak 1 mg dosis tunggal\",\n \"timing\": {\n \"repeat\": {\n \"count\": 1\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\"\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\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n }\n }\n ]\n }\n ],\n \"dispenseRequest\": {\n \"dispenseInterval\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"validityPeriod\": {\n \"start\": \"2022-06-14T02:30:00+00:00\",\n \"end\": \"2022-06-15T02:30:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Ampule - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\"\n },\n \"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-stg/locations/asia-southeast2/datasets/stg/fhirStores/fhir-r4-staging/fhir/MedicationRequest/e5dff9ad-d8a5-4f1e-a49c-5f6b9a89e432/_history/MTczMDgwNDQ5NTczNTU4NjAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTczMDgwNDQ5NTczNTU4NjAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Tue, 05 Nov 2024 11:01:35 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Tue, 05 Nov 2024 11:01:35 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "3123"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "05440ea4-f2a1-4754-9fc1-e513a8469053"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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\": \"2022-06-14T02:30: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 \"contained\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93001129\",\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"NC\",\n \"display\": \"Non-compound\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\"\n }\n ]\n }\n }\n ],\n \"form\": {\n \"coding\": [\n {\n \"code\": \"BS034\",\n \"display\": \"Larutan Injeksi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"123456789\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000005\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000219\",\n \"display\": \"VITAMIN K1\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"413516001\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Ampule - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 10\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/10000005\"\n },\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n }\n ],\n \"dispenseRequest\": {\n \"dispenseInterval\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"numberOfRepeatsAllowed\": 0,\n \"performer\": {\n \"reference\": \"Organization/10000005\"\n },\n \"quantity\": {\n \"code\": \"413516001\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Ampule - unit of product usage\",\n \"value\": 1\n },\n \"validityPeriod\": {\n \"end\": \"2022-06-15T02:30:00+00:00\",\n \"start\": \"2022-06-14T02:30:00+00:00\"\n }\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mg\",\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 \"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\": \"Injeksi Vitamin K secara intramuskular di paha kiri bayi bagian anterolateral sebanyak 1 mg dosis tunggal\",\n \"timing\": {\n \"repeat\": {\n \"count\": 1\n }\n }\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/06500350-79df-40e2-b49f-5e8ecbb01410\"\n },\n \"id\": \"e5dff9ad-d8a5-4f1e-a49c-5f6b9a89e432\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000005\",\n \"use\": \"official\",\n \"value\": \"123456788\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000005\",\n \"use\": \"official\",\n \"value\": \"123456788-1\"\n }\n ],\n \"intent\": \"order\",\n \"medicationReference\": {\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\",\n \"reference\": \"#123456789\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-11-05T11:01:35.735586+00:00\",\n \"versionId\": \"MTczMDgwNDQ5NTczNTU4NjAwMA\"\n },\n \"priority\": \"routine\",\n \"requester\": {\n \"display\": \"Practitioner 1\",\n \"reference\": \"Practitioner/10009880728\"\n },\n \"resourceType\": \"MedicationRequest\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/P20394847304\"\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "MedicationRequest - Create",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"MedicationRequest\",\n \"contained\": [\n {\n \"resourceType\": \"Medication\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n }\n ],\n \"id\": \"123456789\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001129\",\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/10000005\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS034\",\n \"display\": \"Larutan Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000219\",\n \"display\": \"VITAMIN K1\"\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\": \"Ampule - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\"\n }\n }\n }\n ],\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\n \"code\": \"NC\",\n \"display\": \"Non-compound\"\n }\n ]\n }\n }\n ]\n }\n ],\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456788\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456788-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\": \"#123456789\",\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"authoredOn\": \"2022-06-14T02:30:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n },\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"Injeksi Vitamin K secara intramuskular di paha kiri bayi bagian anterolateral sebanyak 1 mg dosis tunggal\",\n \"timing\": {\n \"repeat\": {\n \"count\": 1\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\"\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\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n }\n }\n ]\n }\n ],\n \"dispenseRequest\": {\n \"dispenseInterval\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"validityPeriod\": {\n \"start\": \"2022-06-14T02:30:00+00:00\",\n \"end\": \"2022-06-15T02:30:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Ampule - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\"\n },\n \"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 - Create",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"MedicationRequest\",\n \"contained\": [\n {\n \"resourceType\": \"Medication\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n }\n ],\n \"id\": \"123456789\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001129\",\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/10000005\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS034\",\n \"display\": \"Larutan Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000219\",\n \"display\": \"VITAMIN K1\"\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\": \"Ampule - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\"\n }\n }\n }\n ],\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\n \"code\": \"NC\",\n \"display\": \"Non-compound\"\n }\n ]\n }\n }\n ]\n }\n ],\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456788\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456788-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\": \"#123456789\",\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"authoredOn\": \"2022-06-14T02:30:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n },\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"Injeksi Vitamin K secara intramuskular di paha kiri bayi bagian anterolateral sebanyak 1 mg dosis tunggal\",\n \"timing\": {\n \"repeat\": {\n \"count\": 1\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\"\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\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n }\n }\n ]\n }\n ],\n \"dispenseRequest\": {\n \"dispenseInterval\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"validityPeriod\": {\n \"start\": \"2022-06-14T02:30:00+00:00\",\n \"end\": \"2022-06-15T02:30:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Ampule - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\"\n },\n \"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-stg/locations/asia-southeast2/datasets/stg/fhirStores/fhir-r4-staging/fhir/MedicationRequest/e5dff9ad-d8a5-4f1e-a49c-5f6b9a89e432/_history/MTczMDgwNDQ5NTczNTU4NjAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTczMDgwNDQ5NTczNTU4NjAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Tue, 05 Nov 2024 11:01:35 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Tue, 05 Nov 2024 11:01:35 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "3123"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "05440ea4-f2a1-4754-9fc1-e513a8469053"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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\": \"2022-06-14T02:30: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 \"contained\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93001129\",\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"NC\",\n \"display\": \"Non-compound\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\"\n }\n ]\n }\n }\n ],\n \"form\": {\n \"coding\": [\n {\n \"code\": \"BS034\",\n \"display\": \"Larutan Injeksi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"123456789\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000005\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000219\",\n \"display\": \"VITAMIN K1\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"413516001\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Ampule - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 10\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/10000005\"\n },\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n }\n ],\n \"dispenseRequest\": {\n \"dispenseInterval\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"numberOfRepeatsAllowed\": 0,\n \"performer\": {\n \"reference\": \"Organization/10000005\"\n },\n \"quantity\": {\n \"code\": \"413516001\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Ampule - unit of product usage\",\n \"value\": 1\n },\n \"validityPeriod\": {\n \"end\": \"2022-06-15T02:30:00+00:00\",\n \"start\": \"2022-06-14T02:30:00+00:00\"\n }\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mg\",\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 \"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\": \"Injeksi Vitamin K secara intramuskular di paha kiri bayi bagian anterolateral sebanyak 1 mg dosis tunggal\",\n \"timing\": {\n \"repeat\": {\n \"count\": 1\n }\n }\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/06500350-79df-40e2-b49f-5e8ecbb01410\"\n },\n \"id\": \"e5dff9ad-d8a5-4f1e-a49c-5f6b9a89e432\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000005\",\n \"use\": \"official\",\n \"value\": \"123456788\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000005\",\n \"use\": \"official\",\n \"value\": \"123456788-1\"\n }\n ],\n \"intent\": \"order\",\n \"medicationReference\": {\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\",\n \"reference\": \"#123456789\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-11-05T11:01:35.735586+00:00\",\n \"versionId\": \"MTczMDgwNDQ5NTczNTU4NjAwMA\"\n },\n \"priority\": \"routine\",\n \"requester\": {\n \"display\": \"Practitioner 1\",\n \"reference\": \"Practitioner/10009880728\"\n },\n \"resourceType\": \"MedicationRequest\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/P20394847304\"\n }\n}"
|
|
},
|
|
{
|
|
"name": "MedicationRequest - Create",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"MedicationRequest\",\n \"contained\": [\n {\n \"resourceType\": \"Medication\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n }\n ],\n \"id\": \"123456789\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001129\",\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/10000005\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS034\",\n \"display\": \"Larutan Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000219\",\n \"display\": \"VITAMIN K1\"\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\": \"Ampule - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\"\n }\n }\n }\n ],\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\n \"code\": \"NC\",\n \"display\": \"Non-compound\"\n }\n ]\n }\n }\n ]\n }\n ],\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456788\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456788-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\": \"#123456789\",\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"authoredOn\": \"2022-06-14T02:30:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n },\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"Injeksi Vitamin K secara intramuskular di paha kiri bayi bagian anterolateral sebanyak 1 mg dosis tunggal\",\n \"timing\": {\n \"repeat\": {\n \"count\": 1\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\"\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\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n }\n }\n ]\n }\n ],\n \"dispenseRequest\": {\n \"dispenseInterval\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"validityPeriod\": {\n \"start\": \"2022-06-14T02:30:00+00:00\",\n \"end\": \"2022-06-15T02:30:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"Ampule - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\"\n },\n \"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-stg/locations/asia-southeast2/datasets/stg/fhirStores/fhir-r4-staging/fhir/MedicationRequest/e5dff9ad-d8a5-4f1e-a49c-5f6b9a89e432/_history/MTczMDgwNDQ5NTczNTU4NjAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTczMDgwNDQ5NTczNTU4NjAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Tue, 05 Nov 2024 11:01:35 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Tue, 05 Nov 2024 11:01:35 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "3123"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "05440ea4-f2a1-4754-9fc1-e513a8469053"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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\": \"2022-06-14T02:30: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 \"contained\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93001129\",\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"NC\",\n \"display\": \"Non-compound\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\"\n }\n ]\n }\n }\n ],\n \"form\": {\n \"coding\": [\n {\n \"code\": \"BS034\",\n \"display\": \"Larutan Injeksi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"123456789\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000005\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000219\",\n \"display\": \"VITAMIN K1\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"413516001\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Ampule - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 10\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/10000005\"\n },\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n }\n ],\n \"dispenseRequest\": {\n \"dispenseInterval\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"numberOfRepeatsAllowed\": 0,\n \"performer\": {\n \"reference\": \"Organization/10000005\"\n },\n \"quantity\": {\n \"code\": \"413516001\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Ampule - unit of product usage\",\n \"value\": 1\n },\n \"validityPeriod\": {\n \"end\": \"2022-06-15T02:30:00+00:00\",\n \"start\": \"2022-06-14T02:30:00+00:00\"\n }\n },\n \"dosageInstruction\": [\n {\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mg\",\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 \"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\": \"Injeksi Vitamin K secara intramuskular di paha kiri bayi bagian anterolateral sebanyak 1 mg dosis tunggal\",\n \"timing\": {\n \"repeat\": {\n \"count\": 1\n }\n }\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/06500350-79df-40e2-b49f-5e8ecbb01410\"\n },\n \"id\": \"e5dff9ad-d8a5-4f1e-a49c-5f6b9a89e432\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000005\",\n \"use\": \"official\",\n \"value\": \"123456788\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000005\",\n \"use\": \"official\",\n \"value\": \"123456788-1\"\n }\n ],\n \"intent\": \"order\",\n \"medicationReference\": {\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\",\n \"reference\": \"#123456789\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-11-05T11:01:35.735586+00:00\",\n \"versionId\": \"MTczMDgwNDQ5NTczNTU4NjAwMA\"\n },\n \"priority\": \"routine\",\n \"requester\": {\n \"display\": \"Practitioner 1\",\n \"reference\": \"Practitioner/10009880728\"\n },\n \"resourceType\": \"MedicationRequest\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/P20394847304\"\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_id}}\"\n },\n \"authored\": \"2022-06-14T02:30:00+00:00\",\n \"author\": {\n \"reference\": \"Practitioner/10009880728\",\n \"display\": \"Apoteker A\"\n },\n \"source\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\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 },\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 \"linkId\": \"4\",\n \"text\": \"Resep yang dilakukan pengkajian resep\",\n \"answer\": [\n {\n \"valueReference\": {\n \"reference\": \"MedicationRequest/{{MedicationRequest_id}}\"\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_id}}\"\n },\n \"authored\": \"2022-06-14T02: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 },\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 \"linkId\": \"4\",\n \"text\": \"Resep yang dilakukan pengkajian resep\",\n \"answer\": [\n {\n \"valueReference\": {\n \"reference\": \"MedicationRequest/{{MedicationRequest_id}}\"\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": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-stg/locations/asia-southeast2/datasets/stg/fhirStores/fhir-r4-staging/fhir/QuestionnaireResponse/f71d51e0-41ca-4bcf-a71e-205a153faeeb/_history/MTczMDgwNDYyMzYwODE2MDAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTczMDgwNDYyMzYwODE2MDAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Tue, 05 Nov 2024 11:03:43 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Tue, 05 Nov 2024 11:03:43 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "3354"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "520dbe52-0a67-4e78-a144-9d393fc35b17"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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\": \"2022-06-14T02:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/06500350-79df-40e2-b49f-5e8ecbb01410\"\n },\n \"id\": \"f71d51e0-41ca-4bcf-a71e-205a153faeeb\",\n \"identifier\": {\n \"system\": \"http://sys-ids.kemkes.go.id/creator\",\n \"value\": \"10000005\"\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 \"linkId\": \"1\",\n \"text\": \"Persyaratan Administrasi\"\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 \"answer\": [\n {\n \"valueReference\": {\n \"reference\": \"MedicationRequest/e5dff9ad-d8a5-4f1e-a49c-5f6b9a89e432\"\n }\n }\n ],\n \"linkId\": \"4\",\n \"text\": \"Resep yang dilakukan pengkajian resep\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-11-05T11:03:43.608160+00:00\",\n \"versionId\": \"MTczMDgwNDYyMzYwODE2MDAwMA\"\n },\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0007\",\n \"resourceType\": \"QuestionnaireResponse\",\n \"source\": {\n \"reference\": \"Patient/P20394847304\"\n },\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"John Smith\",\n \"reference\": \"Patient/P20394847304\"\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_id}}\"\n },\n \"authored\": \"2022-06-14T02: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 },\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 \"linkId\": \"4\",\n \"text\": \"Resep yang dilakukan pengkajian resep\",\n \"answer\": [\n {\n \"valueReference\": {\n \"reference\": \"MedicationRequest/{{MedicationRequest_id}}\"\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": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-stg/locations/asia-southeast2/datasets/stg/fhirStores/fhir-r4-staging/fhir/QuestionnaireResponse/f71d51e0-41ca-4bcf-a71e-205a153faeeb/_history/MTczMDgwNDYyMzYwODE2MDAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTczMDgwNDYyMzYwODE2MDAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Tue, 05 Nov 2024 11:03:43 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Tue, 05 Nov 2024 11:03:43 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "3354"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "520dbe52-0a67-4e78-a144-9d393fc35b17"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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\": \"2022-06-14T02:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/06500350-79df-40e2-b49f-5e8ecbb01410\"\n },\n \"id\": \"f71d51e0-41ca-4bcf-a71e-205a153faeeb\",\n \"identifier\": {\n \"system\": \"http://sys-ids.kemkes.go.id/creator\",\n \"value\": \"10000005\"\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 \"linkId\": \"1\",\n \"text\": \"Persyaratan Administrasi\"\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 \"answer\": [\n {\n \"valueReference\": {\n \"reference\": \"MedicationRequest/e5dff9ad-d8a5-4f1e-a49c-5f6b9a89e432\"\n }\n }\n ],\n \"linkId\": \"4\",\n \"text\": \"Resep yang dilakukan pengkajian resep\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-11-05T11:03:43.608160+00:00\",\n \"versionId\": \"MTczMDgwNDYyMzYwODE2MDAwMA\"\n },\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0007\",\n \"resourceType\": \"QuestionnaireResponse\",\n \"source\": {\n \"reference\": \"Patient/P20394847304\"\n },\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"John Smith\",\n \"reference\": \"Patient/P20394847304\"\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_id}}\"\n },\n \"authored\": \"2022-06-14T02:30:00+00:00\",\n \"author\": {\n \"reference\": \"Practitioner/10009880728\",\n \"display\": \"Apoteker A\"\n },\n \"source\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\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 },\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 \"linkId\": \"4\",\n \"text\": \"Resep yang dilakukan pengkajian resep\",\n \"answer\": [\n {\n \"valueReference\": {\n \"reference\": \"MedicationRequest/{{MedicationRequest_id}}\"\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_id}}\"\n },\n \"authored\": \"2022-06-14T02: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 },\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 \"linkId\": \"4\",\n \"text\": \"Resep yang dilakukan pengkajian resep\",\n \"answer\": [\n {\n \"valueReference\": {\n \"reference\": \"MedicationRequest/{{MedicationRequest_id}}\"\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": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-stg/locations/asia-southeast2/datasets/stg/fhirStores/fhir-r4-staging/fhir/QuestionnaireResponse/f71d51e0-41ca-4bcf-a71e-205a153faeeb/_history/MTczMDgwNDYyMzYwODE2MDAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTczMDgwNDYyMzYwODE2MDAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Tue, 05 Nov 2024 11:03:43 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Tue, 05 Nov 2024 11:03:43 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "3354"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "520dbe52-0a67-4e78-a144-9d393fc35b17"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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\": \"2022-06-14T02:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/06500350-79df-40e2-b49f-5e8ecbb01410\"\n },\n \"id\": \"f71d51e0-41ca-4bcf-a71e-205a153faeeb\",\n \"identifier\": {\n \"system\": \"http://sys-ids.kemkes.go.id/creator\",\n \"value\": \"10000005\"\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 \"linkId\": \"1\",\n \"text\": \"Persyaratan Administrasi\"\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 \"answer\": [\n {\n \"valueReference\": {\n \"reference\": \"MedicationRequest/e5dff9ad-d8a5-4f1e-a49c-5f6b9a89e432\"\n }\n }\n ],\n \"linkId\": \"4\",\n \"text\": \"Resep yang dilakukan pengkajian resep\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-11-05T11:03:43.608160+00:00\",\n \"versionId\": \"MTczMDgwNDYyMzYwODE2MDAwMA\"\n },\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0007\",\n \"resourceType\": \"QuestionnaireResponse\",\n \"source\": {\n \"reference\": \"Patient/P20394847304\"\n },\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"John Smith\",\n \"reference\": \"Patient/P20394847304\"\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_id}}\"\n },\n \"authored\": \"2022-06-14T02: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 },\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 \"linkId\": \"4\",\n \"text\": \"Resep yang dilakukan pengkajian resep\",\n \"answer\": [\n {\n \"valueReference\": {\n \"reference\": \"MedicationRequest/{{MedicationRequest_id}}\"\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": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-stg/locations/asia-southeast2/datasets/stg/fhirStores/fhir-r4-staging/fhir/QuestionnaireResponse/f71d51e0-41ca-4bcf-a71e-205a153faeeb/_history/MTczMDgwNDYyMzYwODE2MDAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTczMDgwNDYyMzYwODE2MDAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Tue, 05 Nov 2024 11:03:43 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Tue, 05 Nov 2024 11:03:43 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "3354"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "520dbe52-0a67-4e78-a144-9d393fc35b17"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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\": \"2022-06-14T02:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/06500350-79df-40e2-b49f-5e8ecbb01410\"\n },\n \"id\": \"f71d51e0-41ca-4bcf-a71e-205a153faeeb\",\n \"identifier\": {\n \"system\": \"http://sys-ids.kemkes.go.id/creator\",\n \"value\": \"10000005\"\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 \"linkId\": \"1\",\n \"text\": \"Persyaratan Administrasi\"\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 \"answer\": [\n {\n \"valueReference\": {\n \"reference\": \"MedicationRequest/e5dff9ad-d8a5-4f1e-a49c-5f6b9a89e432\"\n }\n }\n ],\n \"linkId\": \"4\",\n \"text\": \"Resep yang dilakukan pengkajian resep\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-11-05T11:03:43.608160+00:00\",\n \"versionId\": \"MTczMDgwNDYyMzYwODE2MDAwMA\"\n },\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0007\",\n \"resourceType\": \"QuestionnaireResponse\",\n \"source\": {\n \"reference\": \"Patient/P20394847304\"\n },\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"John Smith\",\n \"reference\": \"Patient/P20394847304\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Pengeluaran Obat",
|
|
"item": [
|
|
{
|
|
"name": "MedicationDispense - Create",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"MedicationDispense\",\n \"contained\": [\n {\n \"resourceType\": \"Medication\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n }\n ],\n \"id\": \"123456789\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001129\",\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/10000005\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS034\",\n \"display\": \"Larutan Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000219\",\n \"display\": \"VITAMIN K1\"\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\": \"Ampule - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\"\n }\n }\n }\n ],\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\n \"code\": \"NC\",\n \"display\": \"Non-compound\"\n }\n ]\n }\n }\n ],\n \"batch\": {\n \"lotNumber\": \"159902A\",\n \"expirationDate\": \"2025-07-01\"\n }\n }\n ],\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456788\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456788-1\"\n }\n ],\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category\",\n \"code\": \"outpatient\",\n \"display\": \"Outpatient\"\n }\n ]\n },\n \"medicationReference\": {\n \"reference\": \"#123456789\",\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_Apotek}}\",\n \"display\": \"Apotek Puskesmas Sangat Waras\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/{{MedicationRequest_id}}\"\n }\n ],\n \"quantity\": {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\",\n \"unit\": \"Ampule - unit of product usage\",\n \"value\": 1\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2022-06-14T02:30:00+00:00\",\n \"whenHandedOver\": \"2022-06-14T02:50:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"Injeksi Vitamin K secara intramuskular di paha kiri bayi bagian anterolateral sebanyak 1 mg dosis tunggal\",\n \"timing\": {\n \"repeat\": {\n \"count\": 1\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\"\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\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n }\n }\n ]\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/MedicationDispense",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"MedicationDispense"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "MedicationDispense - Create",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"MedicationDispense\",\n \"contained\": [\n {\n \"resourceType\": \"Medication\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n }\n ],\n \"id\": \"123456789\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001129\",\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/10000005\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS034\",\n \"display\": \"Larutan Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000219\",\n \"display\": \"VITAMIN K1\"\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\": \"Ampule - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\"\n }\n }\n }\n ],\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\n \"code\": \"NC\",\n \"display\": \"Non-compound\"\n }\n ]\n }\n }\n ],\n \"batch\": {\n \"lotNumber\": \"159902A\",\n \"expirationDate\": \"2025-07-01\"\n }\n }\n ],\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456788\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456788-1\"\n }\n ],\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category\",\n \"code\": \"outpatient\",\n \"display\": \"Outpatient\"\n }\n ]\n },\n \"medicationReference\": {\n \"reference\": \"#123456789\",\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_Apotek}}\",\n \"display\": \"Apotek Puskesmas Sangat Waras\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/{{MedicationRequest_id}}\"\n }\n ],\n \"quantity\": {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\",\n \"unit\": \"Ampule - unit of product usage\",\n \"value\": 1\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2022-06-14T02:30:00+00:00\",\n \"whenHandedOver\": \"2022-06-14T02:50:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"Injeksi Vitamin K secara intramuskular di paha kiri bayi bagian anterolateral sebanyak 1 mg dosis tunggal\",\n \"timing\": {\n \"repeat\": {\n \"count\": 1\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\"\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\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\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, 05 Nov 2024 11:10:21 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-stg/locations/asia-southeast2/datasets/stg/fhirStores/fhir-r4-staging/fhir/MedicationDispense/66966693-16c1-4ce2-bc02-51b0776e699d/_history/MTczMDgwNTAyMTI1NzA4ODAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTczMDgwNTAyMTI1NzA4ODAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Tue, 05 Nov 2024 11:10:21 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "3231"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "1500aa27-b219-48fa-ba04-9f0f434062a3"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/e5dff9ad-d8a5-4f1e-a49c-5f6b9a89e432\"\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 \"contained\": [\n {\n \"batch\": {\n \"expirationDate\": \"2025-07-01\",\n \"lotNumber\": \"159902A\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93001129\",\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"NC\",\n \"display\": \"Non-compound\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\"\n }\n ]\n }\n }\n ],\n \"form\": {\n \"coding\": [\n {\n \"code\": \"BS034\",\n \"display\": \"Larutan Injeksi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"123456789\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000005\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000219\",\n \"display\": \"VITAMIN K1\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"413516001\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Ampule - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 10\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/10000005\"\n },\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n }\n ],\n \"context\": {\n \"reference\": \"Encounter/06500350-79df-40e2-b49f-5e8ecbb01410\"\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\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mg\",\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 \"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\": \"Injeksi Vitamin K secara intramuskular di paha kiri bayi bagian anterolateral sebanyak 1 mg dosis tunggal\",\n \"timing\": {\n \"repeat\": {\n \"count\": 1\n }\n }\n }\n ],\n \"id\": \"66966693-16c1-4ce2-bc02-51b0776e699d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000005\",\n \"use\": \"official\",\n \"value\": \"123456788\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000005\",\n \"use\": \"official\",\n \"value\": \"123456788-1\"\n }\n ],\n \"location\": {\n \"display\": \"Apotek Puskesmas Sangat Waras\",\n \"reference\": \"Location/158f4bd6-1cee-4902-a36f-cab97f964208\"\n },\n \"medicationReference\": {\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\",\n \"reference\": \"#123456789\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-11-05T11:10:21.257088+00:00\",\n \"versionId\": \"MTczMDgwNTAyMTI1NzA4ODAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Practitioner 1\",\n \"reference\": \"Practitioner/10009880728\"\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\": \"John Smith\",\n \"reference\": \"Patient/P20394847304\"\n },\n \"whenHandedOver\": \"2022-06-14T02:50:00+00:00\",\n \"whenPrepared\": \"2022-06-14T02:30:00+00:00\"\n}"
|
|
},
|
|
{
|
|
"name": "MedicationDispense - Create",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"MedicationDispense\",\n \"contained\": [\n {\n \"resourceType\": \"Medication\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n }\n ],\n \"id\": \"123456789\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001129\",\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/10000005\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS034\",\n \"display\": \"Larutan Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000219\",\n \"display\": \"VITAMIN K1\"\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\": \"Ampule - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\"\n }\n }\n }\n ],\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\n \"code\": \"NC\",\n \"display\": \"Non-compound\"\n }\n ]\n }\n }\n ],\n \"batch\": {\n \"lotNumber\": \"159902A\",\n \"expirationDate\": \"2025-07-01\"\n }\n }\n ],\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456788\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456788-1\"\n }\n ],\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category\",\n \"code\": \"outpatient\",\n \"display\": \"Outpatient\"\n }\n ]\n },\n \"medicationReference\": {\n \"reference\": \"#123456789\",\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_Apotek}}\",\n \"display\": \"Apotek Puskesmas Sangat Waras\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/{{MedicationRequest_id}}\"\n }\n ],\n \"quantity\": {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\",\n \"unit\": \"Ampule - unit of product usage\",\n \"value\": 1\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2022-06-14T02:30:00+00:00\",\n \"whenHandedOver\": \"2022-06-14T02:50:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"Injeksi Vitamin K secara intramuskular di paha kiri bayi bagian anterolateral sebanyak 1 mg dosis tunggal\",\n \"timing\": {\n \"repeat\": {\n \"count\": 1\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\"\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\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\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, 05 Nov 2024 11:10:21 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-stg/locations/asia-southeast2/datasets/stg/fhirStores/fhir-r4-staging/fhir/MedicationDispense/66966693-16c1-4ce2-bc02-51b0776e699d/_history/MTczMDgwNTAyMTI1NzA4ODAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTczMDgwNTAyMTI1NzA4ODAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Tue, 05 Nov 2024 11:10:21 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "3231"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "1500aa27-b219-48fa-ba04-9f0f434062a3"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/e5dff9ad-d8a5-4f1e-a49c-5f6b9a89e432\"\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 \"contained\": [\n {\n \"batch\": {\n \"expirationDate\": \"2025-07-01\",\n \"lotNumber\": \"159902A\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93001129\",\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"NC\",\n \"display\": \"Non-compound\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\"\n }\n ]\n }\n }\n ],\n \"form\": {\n \"coding\": [\n {\n \"code\": \"BS034\",\n \"display\": \"Larutan Injeksi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"123456789\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000005\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000219\",\n \"display\": \"VITAMIN K1\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"413516001\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Ampule - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 10\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/10000005\"\n },\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n }\n ],\n \"context\": {\n \"reference\": \"Encounter/06500350-79df-40e2-b49f-5e8ecbb01410\"\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\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mg\",\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 \"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\": \"Injeksi Vitamin K secara intramuskular di paha kiri bayi bagian anterolateral sebanyak 1 mg dosis tunggal\",\n \"timing\": {\n \"repeat\": {\n \"count\": 1\n }\n }\n }\n ],\n \"id\": \"66966693-16c1-4ce2-bc02-51b0776e699d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000005\",\n \"use\": \"official\",\n \"value\": \"123456788\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000005\",\n \"use\": \"official\",\n \"value\": \"123456788-1\"\n }\n ],\n \"location\": {\n \"display\": \"Apotek Puskesmas Sangat Waras\",\n \"reference\": \"Location/158f4bd6-1cee-4902-a36f-cab97f964208\"\n },\n \"medicationReference\": {\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\",\n \"reference\": \"#123456789\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-11-05T11:10:21.257088+00:00\",\n \"versionId\": \"MTczMDgwNTAyMTI1NzA4ODAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Practitioner 1\",\n \"reference\": \"Practitioner/10009880728\"\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\": \"John Smith\",\n \"reference\": \"Patient/P20394847304\"\n },\n \"whenHandedOver\": \"2022-06-14T02:50:00+00:00\",\n \"whenPrepared\": \"2022-06-14T02:30:00+00:00\"\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "MedicationDispense - Create",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"MedicationDispense\",\n \"contained\": [\n {\n \"resourceType\": \"Medication\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n }\n ],\n \"id\": \"123456789\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001129\",\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/10000005\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS034\",\n \"display\": \"Larutan Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000219\",\n \"display\": \"VITAMIN K1\"\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\": \"Ampule - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\"\n }\n }\n }\n ],\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\n \"code\": \"NC\",\n \"display\": \"Non-compound\"\n }\n ]\n }\n }\n ],\n \"batch\": {\n \"lotNumber\": \"159902A\",\n \"expirationDate\": \"2025-07-01\"\n }\n }\n ],\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456788\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456788-1\"\n }\n ],\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category\",\n \"code\": \"outpatient\",\n \"display\": \"Outpatient\"\n }\n ]\n },\n \"medicationReference\": {\n \"reference\": \"#123456789\",\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_Apotek}}\",\n \"display\": \"Apotek Puskesmas Sangat Waras\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/{{MedicationRequest_id}}\"\n }\n ],\n \"quantity\": {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\",\n \"unit\": \"Ampule - unit of product usage\",\n \"value\": 1\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2022-06-14T02:30:00+00:00\",\n \"whenHandedOver\": \"2022-06-14T02:50:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"Injeksi Vitamin K secara intramuskular di paha kiri bayi bagian anterolateral sebanyak 1 mg dosis tunggal\",\n \"timing\": {\n \"repeat\": {\n \"count\": 1\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\"\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\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n }\n }\n ]\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/MedicationDispense",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"MedicationDispense"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "MedicationDispense - Create",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"MedicationDispense\",\n \"contained\": [\n {\n \"resourceType\": \"Medication\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n }\n ],\n \"id\": \"123456789\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001129\",\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/10000005\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS034\",\n \"display\": \"Larutan Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000219\",\n \"display\": \"VITAMIN K1\"\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\": \"Ampule - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\"\n }\n }\n }\n ],\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\n \"code\": \"NC\",\n \"display\": \"Non-compound\"\n }\n ]\n }\n }\n ],\n \"batch\": {\n \"lotNumber\": \"159902A\",\n \"expirationDate\": \"2025-07-01\"\n }\n }\n ],\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456788\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456788-1\"\n }\n ],\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category\",\n \"code\": \"outpatient\",\n \"display\": \"Outpatient\"\n }\n ]\n },\n \"medicationReference\": {\n \"reference\": \"#123456789\",\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_Apotek}}\",\n \"display\": \"Apotek Puskesmas Sangat Waras\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/{{MedicationRequest_id}}\"\n }\n ],\n \"quantity\": {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\",\n \"unit\": \"Ampule - unit of product usage\",\n \"value\": 1\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2022-06-14T02:30:00+00:00\",\n \"whenHandedOver\": \"2022-06-14T02:50:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"Injeksi Vitamin K secara intramuskular di paha kiri bayi bagian anterolateral sebanyak 1 mg dosis tunggal\",\n \"timing\": {\n \"repeat\": {\n \"count\": 1\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\"\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\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\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, 05 Nov 2024 11:10:21 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-stg/locations/asia-southeast2/datasets/stg/fhirStores/fhir-r4-staging/fhir/MedicationDispense/66966693-16c1-4ce2-bc02-51b0776e699d/_history/MTczMDgwNTAyMTI1NzA4ODAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTczMDgwNTAyMTI1NzA4ODAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Tue, 05 Nov 2024 11:10:21 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "3231"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "1500aa27-b219-48fa-ba04-9f0f434062a3"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/e5dff9ad-d8a5-4f1e-a49c-5f6b9a89e432\"\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 \"contained\": [\n {\n \"batch\": {\n \"expirationDate\": \"2025-07-01\",\n \"lotNumber\": \"159902A\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93001129\",\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"NC\",\n \"display\": \"Non-compound\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\"\n }\n ]\n }\n }\n ],\n \"form\": {\n \"coding\": [\n {\n \"code\": \"BS034\",\n \"display\": \"Larutan Injeksi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"123456789\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000005\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000219\",\n \"display\": \"VITAMIN K1\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"413516001\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Ampule - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 10\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/10000005\"\n },\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n }\n ],\n \"context\": {\n \"reference\": \"Encounter/06500350-79df-40e2-b49f-5e8ecbb01410\"\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\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mg\",\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 \"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\": \"Injeksi Vitamin K secara intramuskular di paha kiri bayi bagian anterolateral sebanyak 1 mg dosis tunggal\",\n \"timing\": {\n \"repeat\": {\n \"count\": 1\n }\n }\n }\n ],\n \"id\": \"66966693-16c1-4ce2-bc02-51b0776e699d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000005\",\n \"use\": \"official\",\n \"value\": \"123456788\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000005\",\n \"use\": \"official\",\n \"value\": \"123456788-1\"\n }\n ],\n \"location\": {\n \"display\": \"Apotek Puskesmas Sangat Waras\",\n \"reference\": \"Location/158f4bd6-1cee-4902-a36f-cab97f964208\"\n },\n \"medicationReference\": {\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\",\n \"reference\": \"#123456789\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-11-05T11:10:21.257088+00:00\",\n \"versionId\": \"MTczMDgwNTAyMTI1NzA4ODAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Practitioner 1\",\n \"reference\": \"Practitioner/10009880728\"\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\": \"John Smith\",\n \"reference\": \"Patient/P20394847304\"\n },\n \"whenHandedOver\": \"2022-06-14T02:50:00+00:00\",\n \"whenPrepared\": \"2022-06-14T02:30:00+00:00\"\n}"
|
|
},
|
|
{
|
|
"name": "MedicationDispense - Create",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"MedicationDispense\",\n \"contained\": [\n {\n \"resourceType\": \"Medication\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n }\n ],\n \"id\": \"123456789\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001129\",\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/10000005\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS034\",\n \"display\": \"Larutan Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000219\",\n \"display\": \"VITAMIN K1\"\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\": \"Ampule - unit of product usage\",\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\"\n }\n }\n }\n ],\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\n \"code\": \"NC\",\n \"display\": \"Non-compound\"\n }\n ]\n }\n }\n ],\n \"batch\": {\n \"lotNumber\": \"159902A\",\n \"expirationDate\": \"2025-07-01\"\n }\n }\n ],\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456788\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456788-1\"\n }\n ],\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category\",\n \"code\": \"outpatient\",\n \"display\": \"Outpatient\"\n }\n ]\n },\n \"medicationReference\": {\n \"reference\": \"#123456789\",\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"{{Practitioner_Name}}\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_Apotek}}\",\n \"display\": \"Apotek Puskesmas Sangat Waras\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/{{MedicationRequest_id}}\"\n }\n ],\n \"quantity\": {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\",\n \"unit\": \"Ampule - unit of product usage\",\n \"value\": 1\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2022-06-14T02:30:00+00:00\",\n \"whenHandedOver\": \"2022-06-14T02:50:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"Injeksi Vitamin K secara intramuskular di paha kiri bayi bagian anterolateral sebanyak 1 mg dosis tunggal\",\n \"timing\": {\n \"repeat\": {\n \"count\": 1\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\"\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\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\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, 05 Nov 2024 11:10:21 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-stg/locations/asia-southeast2/datasets/stg/fhirStores/fhir-r4-staging/fhir/MedicationDispense/66966693-16c1-4ce2-bc02-51b0776e699d/_history/MTczMDgwNTAyMTI1NzA4ODAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTczMDgwNTAyMTI1NzA4ODAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Tue, 05 Nov 2024 11:10:21 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "3231"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "1500aa27-b219-48fa-ba04-9f0f434062a3"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/e5dff9ad-d8a5-4f1e-a49c-5f6b9a89e432\"\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 \"contained\": [\n {\n \"batch\": {\n \"expirationDate\": \"2025-07-01\",\n \"lotNumber\": \"159902A\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93001129\",\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"NC\",\n \"display\": \"Non-compound\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\"\n }\n ]\n }\n }\n ],\n \"form\": {\n \"coding\": [\n {\n \"code\": \"BS034\",\n \"display\": \"Larutan Injeksi\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"123456789\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000005\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000219\",\n \"display\": \"VITAMIN K1\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"413516001\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Ampule - unit of product usage\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 10\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/10000005\"\n },\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n }\n ],\n \"context\": {\n \"reference\": \"Encounter/06500350-79df-40e2-b49f-5e8ecbb01410\"\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\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mg\",\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 \"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\": \"Injeksi Vitamin K secara intramuskular di paha kiri bayi bagian anterolateral sebanyak 1 mg dosis tunggal\",\n \"timing\": {\n \"repeat\": {\n \"count\": 1\n }\n }\n }\n ],\n \"id\": \"66966693-16c1-4ce2-bc02-51b0776e699d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000005\",\n \"use\": \"official\",\n \"value\": \"123456788\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000005\",\n \"use\": \"official\",\n \"value\": \"123456788-1\"\n }\n ],\n \"location\": {\n \"display\": \"Apotek Puskesmas Sangat Waras\",\n \"reference\": \"Location/158f4bd6-1cee-4902-a36f-cab97f964208\"\n },\n \"medicationReference\": {\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\",\n \"reference\": \"#123456789\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-11-05T11:10:21.257088+00:00\",\n \"versionId\": \"MTczMDgwNTAyMTI1NzA4ODAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Practitioner 1\",\n \"reference\": \"Practitioner/10009880728\"\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\": \"John Smith\",\n \"reference\": \"Patient/P20394847304\"\n },\n \"whenHandedOver\": \"2022-06-14T02:50:00+00:00\",\n \"whenPrepared\": \"2022-06-14T02:30:00+00:00\"\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "12. Rencana Tindak Lanjut",
|
|
"item": [
|
|
{
|
|
"name": "ServiceRequest - Kontrol 1 minggu",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"ServiceRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/{{Org_id}}\",\n \"value\": \"00001\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"original-order\",\n \"priority\": \"routine\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"3457005\",\n \"display\": \"Patient referral\"\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 },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"occurrenceDateTime\": \"2022-06-14T02:31:55+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Fatma\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"P21.1\",\n \"display\": \"Mild and moderate birth asphyxia\"\n }\n ],\n \"text\": \"Pemeriksaan lanjutan asfiksia\"\n }\n ],\n \"locationReference\": [\n {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"{{Location_Name}}\"\n }\n ],\n \"patientInstruction\": \"Kontrol dalam 1 minggu, apabila ada ada keadaan darurat hubungi hotline Fasyankes di 14045\"\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/ServiceRequest",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"ServiceRequest"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "ServiceRequest - Kontrol 1 minggu",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"ServiceRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/{{Org_id}}\",\n \"value\": \"00001\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"original-order\",\n \"priority\": \"routine\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"3457005\",\n \"display\": \"Patient referral\"\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 },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"occurrenceDateTime\": \"2022-06-14T02:31:55+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Fatma\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"P21.1\",\n \"display\": \"Mild and moderate birth asphyxia\"\n }\n ],\n \"text\": \"Pemeriksaan lanjutan asfiksia\"\n }\n ],\n \"locationReference\": [\n {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"{{Location_Name}}\"\n }\n ],\n \"patientInstruction\": \"Kontrol dalam 1 minggu, apabila ada ada keadaan darurat hubungi hotline Fasyankes di 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/\"MTcyMTI5NDY1OTE5MTg3OTAwMA\""
|
|
},
|
|
{
|
|
"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/4b452762-8f76-4030-9151-cfb67554cf2c/_history/MTcyMTI5NDY1OTE5MTg3OTAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 09:24:19 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 09:24:19 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1482"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "3dfa6b2d-4392-4401-a546-f93fb3429069"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"3457005\",\n \"display\": \"Patient referral\"\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 },\n \"encounter\": {\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"4b452762-8f76-4030-9151-cfb67554cf2c\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/10000005\",\n \"value\": \"00001\"\n }\n ],\n \"intent\": \"original-order\",\n \"locationReference\": [\n {\n \"display\": \"Ruang Poli Tumbuh Kembang\",\n \"reference\": \"Location/308680cc-4007-46c3-9818-21d3d6340467\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T09:24:19.191879+00:00\",\n \"versionId\": \"MTcyMTI5NDY1OTE5MTg3OTAwMA\"\n },\n \"occurrenceDateTime\": \"2022-06-14T02:31:55+00:00\",\n \"patientInstruction\": \"Kontrol dalam 1 minggu, apabila ada ada keadaan darurat hubungi hotline Fasyankes di 14045\",\n \"performer\": [\n {\n \"display\": \"Fatma\",\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"priority\": \"routine\",\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"P21.1\",\n \"display\": \"Mild and moderate birth asphyxia\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ],\n \"text\": \"Pemeriksaan lanjutan asfiksia\"\n }\n ],\n \"requester\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"resourceType\": \"ServiceRequest\",\n \"status\": \"active\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
},
|
|
{
|
|
"name": "ServiceRequest - Kontrol 1 minggu",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"ServiceRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/{{Org_id}}\",\n \"value\": \"00001\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"original-order\",\n \"priority\": \"routine\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"3457005\",\n \"display\": \"Patient referral\"\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 },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"occurrenceDateTime\": \"2022-06-14T02:31:55+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Fatma\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"P21.1\",\n \"display\": \"Mild and moderate birth asphyxia\"\n }\n ],\n \"text\": \"Pemeriksaan lanjutan asfiksia\"\n }\n ],\n \"locationReference\": [\n {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"{{Location_Name}}\"\n }\n ],\n \"patientInstruction\": \"Kontrol dalam 1 minggu, apabila ada ada keadaan darurat hubungi hotline Fasyankes di 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/\"MTcyMTI5NDY1OTE5MTg3OTAwMA\""
|
|
},
|
|
{
|
|
"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/4b452762-8f76-4030-9151-cfb67554cf2c/_history/MTcyMTI5NDY1OTE5MTg3OTAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 09:24:19 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 09:24:19 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1482"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "3dfa6b2d-4392-4401-a546-f93fb3429069"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"3457005\",\n \"display\": \"Patient referral\"\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 },\n \"encounter\": {\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"4b452762-8f76-4030-9151-cfb67554cf2c\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/10000005\",\n \"value\": \"00001\"\n }\n ],\n \"intent\": \"original-order\",\n \"locationReference\": [\n {\n \"display\": \"Ruang Poli Tumbuh Kembang\",\n \"reference\": \"Location/308680cc-4007-46c3-9818-21d3d6340467\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T09:24:19.191879+00:00\",\n \"versionId\": \"MTcyMTI5NDY1OTE5MTg3OTAwMA\"\n },\n \"occurrenceDateTime\": \"2022-06-14T02:31:55+00:00\",\n \"patientInstruction\": \"Kontrol dalam 1 minggu, apabila ada ada keadaan darurat hubungi hotline Fasyankes di 14045\",\n \"performer\": [\n {\n \"display\": \"Fatma\",\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"priority\": \"routine\",\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"P21.1\",\n \"display\": \"Mild and moderate birth asphyxia\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ],\n \"text\": \"Pemeriksaan lanjutan asfiksia\"\n }\n ],\n \"requester\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"resourceType\": \"ServiceRequest\",\n \"status\": \"active\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "ServiceRequest - Kontrol 1 minggu",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"ServiceRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/{{Org_id}}\",\n \"value\": \"00001\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"original-order\",\n \"priority\": \"routine\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"3457005\",\n \"display\": \"Patient referral\"\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 },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"occurrenceDateTime\": \"2022-06-14T02:31:55+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Fatma\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"P21.1\",\n \"display\": \"Mild and moderate birth asphyxia\"\n }\n ],\n \"text\": \"Pemeriksaan lanjutan asfiksia\"\n }\n ],\n \"locationReference\": [\n {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"{{Location_Name}}\"\n }\n ],\n \"patientInstruction\": \"Kontrol dalam 1 minggu, apabila ada ada keadaan darurat hubungi hotline Fasyankes di 14045\"\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/ServiceRequest",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"ServiceRequest"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "ServiceRequest - Kontrol 1 minggu",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"ServiceRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/{{Org_id}}\",\n \"value\": \"00001\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"original-order\",\n \"priority\": \"routine\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"3457005\",\n \"display\": \"Patient referral\"\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 },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"occurrenceDateTime\": \"2022-06-14T02:31:55+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Fatma\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"P21.1\",\n \"display\": \"Mild and moderate birth asphyxia\"\n }\n ],\n \"text\": \"Pemeriksaan lanjutan asfiksia\"\n }\n ],\n \"locationReference\": [\n {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"{{Location_Name}}\"\n }\n ],\n \"patientInstruction\": \"Kontrol dalam 1 minggu, apabila ada ada keadaan darurat hubungi hotline Fasyankes di 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/\"MTcyMTI5NDY1OTE5MTg3OTAwMA\""
|
|
},
|
|
{
|
|
"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/4b452762-8f76-4030-9151-cfb67554cf2c/_history/MTcyMTI5NDY1OTE5MTg3OTAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 09:24:19 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 09:24:19 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1482"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "3dfa6b2d-4392-4401-a546-f93fb3429069"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"3457005\",\n \"display\": \"Patient referral\"\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 },\n \"encounter\": {\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"4b452762-8f76-4030-9151-cfb67554cf2c\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/10000005\",\n \"value\": \"00001\"\n }\n ],\n \"intent\": \"original-order\",\n \"locationReference\": [\n {\n \"display\": \"Ruang Poli Tumbuh Kembang\",\n \"reference\": \"Location/308680cc-4007-46c3-9818-21d3d6340467\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T09:24:19.191879+00:00\",\n \"versionId\": \"MTcyMTI5NDY1OTE5MTg3OTAwMA\"\n },\n \"occurrenceDateTime\": \"2022-06-14T02:31:55+00:00\",\n \"patientInstruction\": \"Kontrol dalam 1 minggu, apabila ada ada keadaan darurat hubungi hotline Fasyankes di 14045\",\n \"performer\": [\n {\n \"display\": \"Fatma\",\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"priority\": \"routine\",\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"P21.1\",\n \"display\": \"Mild and moderate birth asphyxia\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ],\n \"text\": \"Pemeriksaan lanjutan asfiksia\"\n }\n ],\n \"requester\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"resourceType\": \"ServiceRequest\",\n \"status\": \"active\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
},
|
|
{
|
|
"name": "ServiceRequest - Kontrol 1 minggu",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"ServiceRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/{{Org_id}}\",\n \"value\": \"00001\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"original-order\",\n \"priority\": \"routine\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"3457005\",\n \"display\": \"Patient referral\"\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 },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\n },\n \"occurrenceDateTime\": \"2022-06-14T02:31:55+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Fatma\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"P21.1\",\n \"display\": \"Mild and moderate birth asphyxia\"\n }\n ],\n \"text\": \"Pemeriksaan lanjutan asfiksia\"\n }\n ],\n \"locationReference\": [\n {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"{{Location_Name}}\"\n }\n ],\n \"patientInstruction\": \"Kontrol dalam 1 minggu, apabila ada ada keadaan darurat hubungi hotline Fasyankes di 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/\"MTcyMTI5NDY1OTE5MTg3OTAwMA\""
|
|
},
|
|
{
|
|
"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/4b452762-8f76-4030-9151-cfb67554cf2c/_history/MTcyMTI5NDY1OTE5MTg3OTAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 18 Jul 2024 09:24:19 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 09:24:19 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1482"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "3dfa6b2d-4392-4401-a546-f93fb3429069"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"3457005\",\n \"display\": \"Patient referral\"\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 },\n \"encounter\": {\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"4b452762-8f76-4030-9151-cfb67554cf2c\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/10000005\",\n \"value\": \"00001\"\n }\n ],\n \"intent\": \"original-order\",\n \"locationReference\": [\n {\n \"display\": \"Ruang Poli Tumbuh Kembang\",\n \"reference\": \"Location/308680cc-4007-46c3-9818-21d3d6340467\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T09:24:19.191879+00:00\",\n \"versionId\": \"MTcyMTI5NDY1OTE5MTg3OTAwMA\"\n },\n \"occurrenceDateTime\": \"2022-06-14T02:31:55+00:00\",\n \"patientInstruction\": \"Kontrol dalam 1 minggu, apabila ada ada keadaan darurat hubungi hotline Fasyankes di 14045\",\n \"performer\": [\n {\n \"display\": \"Fatma\",\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"priority\": \"routine\",\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"P21.1\",\n \"display\": \"Mild and moderate birth asphyxia\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ],\n \"text\": \"Pemeriksaan lanjutan asfiksia\"\n }\n ],\n \"requester\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"resourceType\": \"ServiceRequest\",\n \"status\": \"active\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "13. 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\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Condition",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Condition"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Condition - Stabil",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Condition\",\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\n \"code\": \"problem-list-item\",\n \"display\": \"Problem List Item\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"359746009\",\n \"display\": \"Patient's condition stable\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\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": "Thu, 18 Jul 2024 09:24:07 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5NDY0NzM4OTI5MTAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/440d3df1-9086-4cdc-b4de-2a726695154b/_history/MTcyMTI5NDY0NzM4OTI5MTAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 09:24:07 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "796"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "7273c9f6-97a6-42e2-bde0-b8a8658a68fc"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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 \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"440d3df1-9086-4cdc-b4de-2a726695154b\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T09:24:07.389291+00:00\",\n \"versionId\": \"MTcyMTI5NDY0NzM4OTI5MTAwMA\"\n },\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\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\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\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": "Thu, 18 Jul 2024 09:24:07 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5NDY0NzM4OTI5MTAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/440d3df1-9086-4cdc-b4de-2a726695154b/_history/MTcyMTI5NDY0NzM4OTI5MTAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 09:24:07 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "796"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "7273c9f6-97a6-42e2-bde0-b8a8658a68fc"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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 \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"440d3df1-9086-4cdc-b4de-2a726695154b\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T09:24:07.389291+00:00\",\n \"versionId\": \"MTcyMTI5NDY0NzM4OTI5MTAwMA\"\n },\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\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\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Condition",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Condition"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Condition - Stabil",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Condition\",\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\n \"code\": \"problem-list-item\",\n \"display\": \"Problem List Item\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"359746009\",\n \"display\": \"Patient's condition stable\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\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": "Thu, 18 Jul 2024 09:24:07 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5NDY0NzM4OTI5MTAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/440d3df1-9086-4cdc-b4de-2a726695154b/_history/MTcyMTI5NDY0NzM4OTI5MTAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 09:24:07 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "796"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "7273c9f6-97a6-42e2-bde0-b8a8658a68fc"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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 \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"440d3df1-9086-4cdc-b4de-2a726695154b\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T09:24:07.389291+00:00\",\n \"versionId\": \"MTcyMTI5NDY0NzM4OTI5MTAwMA\"\n },\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\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\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\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": "Thu, 18 Jul 2024 09:24:07 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMTI5NDY0NzM4OTI5MTAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/440d3df1-9086-4cdc-b4de-2a726695154b/_history/MTcyMTI5NDY0NzM4OTI5MTAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 18 Jul 2024 09:24:07 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "796"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "7273c9f6-97a6-42e2-bde0-b8a8658a68fc"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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 \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\",\n \"reference\": \"Encounter/34900edc-5f65-4ef6-9dd6-764cee4df65b\"\n },\n \"id\": \"440d3df1-9086-4cdc-b4de-2a726695154b\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-07-18T09:24:07.389291+00:00\",\n \"versionId\": \"MTcyMTI5NDY0NzM4OTI5MTAwMA\"\n },\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "14. Cara Keluar RS",
|
|
"item": [
|
|
{
|
|
"name": "Encounter - Update (Pulang dan Kontrol Kembali)",
|
|
"request": {
|
|
"method": "PUT",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n },\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare/neonate\",\n \"value\": \"KN1\"\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\": \"Anak Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\",\n \"end\": \"2022-06-14T03:01:55+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\",\n \"end\": \"2022-06-14T03:01:55+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/{{Diagnosis_Utama}}\",\n \"display\": \"{{DiagnosisUtama_Name}}\"\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 \"rank\": 1\n },\n {\n \"condition\": {\n \"reference\": \"Condition/{{Diagnosis_Sekunder}}\",\n \"display\": \"{{DiagnosisSekunder_Name}}\"\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 \"rank\": 2\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\",\n \"end\": \"2022-06-14T00:15:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2022-06-14T00:15:00+00:00\",\n \"end\": \"2022-06-14T03:01:55+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2022-06-14T03:01:55+00:00\",\n \"end\": \"2022-06-14T03:01:55+00:00\"\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\": \"Anjuran dokter untuk pulang dan kontrol kembali 3 hari setelah Kelahiran\"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_id}}\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Encounter/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Encounter",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "{{Encounter_id}}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Encounter - Update (Pulang dan Kontrol Kembali)",
|
|
"originalRequest": {
|
|
"method": "PUT",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n },\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare/neonate\",\n \"value\": \"KN1\"\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\": \"Anak Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\",\n \"end\": \"2022-06-14T03:01:55+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\",\n \"end\": \"2022-06-14T03:01:55+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/{{Diagnosis_Utama}}\",\n \"display\": \"{{DiagnosisUtama_Name}}\"\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 \"rank\": 1\n },\n {\n \"condition\": {\n \"reference\": \"Condition/{{Diagnosis_Sekunder}}\",\n \"display\": \"{{DiagnosisSekunder_Name}}\"\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 \"rank\": 2\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\",\n \"end\": \"2022-06-14T00:15:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2022-06-14T00:15:00+00:00\",\n \"end\": \"2022-06-14T03:01:55+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2022-06-14T03:01:55+00:00\",\n \"end\": \"2022-06-14T03:01:55+00:00\"\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\": \"Anjuran dokter untuk pulang dan kontrol kembali 3 hari setelah Kelahiran\"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_id}}\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Encounter/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Encounter",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "{{Encounter_id}}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMjIzNjk5MTExNzY4MTAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Encounter/c9b5d68b-caad-4d8b-9c29-b4a788bcd215/_history/MTcyMjIzNjk5MTExNzY4MTAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 29 Jul 2024 07:09:51 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 29 Jul 2024 07:09:51 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "2806"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "bc81be38-0413-4390-ac57-a7a3e040e464"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"class\": {\n \"code\": \"AMB\",\n \"display\": \"ambulatory\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"diagnosis\": [\n {\n \"condition\": {\n \"display\": \"Mild and moderate birth asphyxia\",\n \"reference\": \"Condition/aa8d4a36-0866-4d82-90f9-5aa71227c05d\"\n },\n \"rank\": 1,\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 \"condition\": {\n \"display\": \"Respiratory failure of newborn\",\n \"reference\": \"Condition/ed15356d-dc9b-4490-b8c6-d6b132fbdce7\"\n },\n \"rank\": 2,\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/75b1e7df-ba3d-4d46-92cb-45d7ece4f5ac\"\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\": \"Anjuran dokter untuk pulang dan kontrol kembali 3 hari setelah Kelahiran\"\n }\n },\n \"id\": \"c9b5d68b-caad-4d8b-9c29-b4a788bcd215\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000005\",\n \"value\": \"2024072921126\"\n },\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare/neonate\",\n \"value\": \"KN1\"\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\": \"Ruang Poli Anak, Departemen KIA\",\n \"reference\": \"Location/4581505e-5742-41a9-b3d8-cf5c668aa8c6\"\n },\n \"period\": {\n \"end\": \"2022-06-14T03:01:55+00:00\",\n \"start\": \"2022-06-14T00:00:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-07-29T07:09:51.117681+00:00\",\n \"versionId\": \"MTcyMjIzNjk5MTExNzY4MTAwMA\"\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\": \"2022-06-14T03:01:55+00:00\",\n \"start\": \"2022-06-14T00:00:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000005\"\n },\n \"status\": \"finished\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2022-06-14T00:15:00+00:00\",\n \"start\": \"2022-06-14T00:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"end\": \"2022-06-14T03:01:55+00:00\",\n \"start\": \"2022-06-14T00:15:00+00:00\"\n },\n \"status\": \"in-progress\"\n },\n {\n \"period\": {\n \"end\": \"2022-06-14T03:01:55+00:00\",\n \"start\": \"2022-06-14T03:01:55+00:00\"\n },\n \"status\": \"finished\"\n }\n ],\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
},
|
|
{
|
|
"name": "Encounter - Update (Pulang dan Kontrol Kembali)",
|
|
"originalRequest": {
|
|
"method": "PUT",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n },\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare/neonate\",\n \"value\": \"KN1\"\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\": \"Anak Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\",\n \"end\": \"2022-06-14T03:01:55+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\",\n \"end\": \"2022-06-14T03:01:55+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/{{Diagnosis_Utama}}\",\n \"display\": \"{{DiagnosisUtama_Name}}\"\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 \"rank\": 1\n },\n {\n \"condition\": {\n \"reference\": \"Condition/{{Diagnosis_Sekunder}}\",\n \"display\": \"{{DiagnosisSekunder_Name}}\"\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 \"rank\": 2\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\",\n \"end\": \"2022-06-14T00:15:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2022-06-14T00:15:00+00:00\",\n \"end\": \"2022-06-14T03:01:55+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2022-06-14T03:01:55+00:00\",\n \"end\": \"2022-06-14T03:01:55+00:00\"\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\": \"Anjuran dokter untuk pulang dan kontrol kembali 3 hari setelah Kelahiran\"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_id}}\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Encounter/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Encounter",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "{{Encounter_id}}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMjIzNjk5MTExNzY4MTAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Encounter/c9b5d68b-caad-4d8b-9c29-b4a788bcd215/_history/MTcyMjIzNjk5MTExNzY4MTAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 29 Jul 2024 07:09:51 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 29 Jul 2024 07:09:51 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "2806"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "bc81be38-0413-4390-ac57-a7a3e040e464"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"class\": {\n \"code\": \"AMB\",\n \"display\": \"ambulatory\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"diagnosis\": [\n {\n \"condition\": {\n \"display\": \"Mild and moderate birth asphyxia\",\n \"reference\": \"Condition/aa8d4a36-0866-4d82-90f9-5aa71227c05d\"\n },\n \"rank\": 1,\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 \"condition\": {\n \"display\": \"Respiratory failure of newborn\",\n \"reference\": \"Condition/ed15356d-dc9b-4490-b8c6-d6b132fbdce7\"\n },\n \"rank\": 2,\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/75b1e7df-ba3d-4d46-92cb-45d7ece4f5ac\"\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\": \"Anjuran dokter untuk pulang dan kontrol kembali 3 hari setelah Kelahiran\"\n }\n },\n \"id\": \"c9b5d68b-caad-4d8b-9c29-b4a788bcd215\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000005\",\n \"value\": \"2024072921126\"\n },\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare/neonate\",\n \"value\": \"KN1\"\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\": \"Ruang Poli Anak, Departemen KIA\",\n \"reference\": \"Location/4581505e-5742-41a9-b3d8-cf5c668aa8c6\"\n },\n \"period\": {\n \"end\": \"2022-06-14T03:01:55+00:00\",\n \"start\": \"2022-06-14T00:00:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-07-29T07:09:51.117681+00:00\",\n \"versionId\": \"MTcyMjIzNjk5MTExNzY4MTAwMA\"\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\": \"2022-06-14T03:01:55+00:00\",\n \"start\": \"2022-06-14T00:00:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000005\"\n },\n \"status\": \"finished\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2022-06-14T00:15:00+00:00\",\n \"start\": \"2022-06-14T00:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"end\": \"2022-06-14T03:01:55+00:00\",\n \"start\": \"2022-06-14T00:15:00+00:00\"\n },\n \"status\": \"in-progress\"\n },\n {\n \"period\": {\n \"end\": \"2022-06-14T03:01:55+00:00\",\n \"start\": \"2022-06-14T03:01:55+00:00\"\n },\n \"status\": \"finished\"\n }\n ],\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Encounter - Update (Pulang dan Kontrol Kembali)",
|
|
"request": {
|
|
"method": "PUT",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n },\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare/neonate\",\n \"value\": \"KN1\"\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\": \"Anak Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\",\n \"end\": \"2022-06-14T03:01:55+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\",\n \"end\": \"2022-06-14T03:01:55+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/{{Diagnosis_Utama}}\",\n \"display\": \"{{DiagnosisUtama_Name}}\"\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 \"rank\": 1\n },\n {\n \"condition\": {\n \"reference\": \"Condition/{{Diagnosis_Sekunder}}\",\n \"display\": \"{{DiagnosisSekunder_Name}}\"\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 \"rank\": 2\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\",\n \"end\": \"2022-06-14T00:15:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2022-06-14T00:15:00+00:00\",\n \"end\": \"2022-06-14T03:01:55+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2022-06-14T03:01:55+00:00\",\n \"end\": \"2022-06-14T03:01:55+00:00\"\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\": \"Anjuran dokter untuk pulang dan kontrol kembali 3 hari setelah Kelahiran\"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_id}}\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Encounter/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Encounter",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "{{Encounter_id}}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Encounter - Update (Pulang dan Kontrol Kembali)",
|
|
"originalRequest": {
|
|
"method": "PUT",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n },\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare/neonate\",\n \"value\": \"KN1\"\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\": \"Anak Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\",\n \"end\": \"2022-06-14T03:01:55+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\",\n \"end\": \"2022-06-14T03:01:55+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/{{Diagnosis_Utama}}\",\n \"display\": \"{{DiagnosisUtama_Name}}\"\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 \"rank\": 1\n },\n {\n \"condition\": {\n \"reference\": \"Condition/{{Diagnosis_Sekunder}}\",\n \"display\": \"{{DiagnosisSekunder_Name}}\"\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 \"rank\": 2\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\",\n \"end\": \"2022-06-14T00:15:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2022-06-14T00:15:00+00:00\",\n \"end\": \"2022-06-14T03:01:55+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2022-06-14T03:01:55+00:00\",\n \"end\": \"2022-06-14T03:01:55+00:00\"\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\": \"Anjuran dokter untuk pulang dan kontrol kembali 3 hari setelah Kelahiran\"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_id}}\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Encounter/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Encounter",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "{{Encounter_id}}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMjIzNjk5MTExNzY4MTAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Encounter/c9b5d68b-caad-4d8b-9c29-b4a788bcd215/_history/MTcyMjIzNjk5MTExNzY4MTAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 29 Jul 2024 07:09:51 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 29 Jul 2024 07:09:51 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "2806"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "bc81be38-0413-4390-ac57-a7a3e040e464"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"class\": {\n \"code\": \"AMB\",\n \"display\": \"ambulatory\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"diagnosis\": [\n {\n \"condition\": {\n \"display\": \"Mild and moderate birth asphyxia\",\n \"reference\": \"Condition/aa8d4a36-0866-4d82-90f9-5aa71227c05d\"\n },\n \"rank\": 1,\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 \"condition\": {\n \"display\": \"Respiratory failure of newborn\",\n \"reference\": \"Condition/ed15356d-dc9b-4490-b8c6-d6b132fbdce7\"\n },\n \"rank\": 2,\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/75b1e7df-ba3d-4d46-92cb-45d7ece4f5ac\"\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\": \"Anjuran dokter untuk pulang dan kontrol kembali 3 hari setelah Kelahiran\"\n }\n },\n \"id\": \"c9b5d68b-caad-4d8b-9c29-b4a788bcd215\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000005\",\n \"value\": \"2024072921126\"\n },\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare/neonate\",\n \"value\": \"KN1\"\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\": \"Ruang Poli Anak, Departemen KIA\",\n \"reference\": \"Location/4581505e-5742-41a9-b3d8-cf5c668aa8c6\"\n },\n \"period\": {\n \"end\": \"2022-06-14T03:01:55+00:00\",\n \"start\": \"2022-06-14T00:00:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-07-29T07:09:51.117681+00:00\",\n \"versionId\": \"MTcyMjIzNjk5MTExNzY4MTAwMA\"\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\": \"2022-06-14T03:01:55+00:00\",\n \"start\": \"2022-06-14T00:00:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000005\"\n },\n \"status\": \"finished\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2022-06-14T00:15:00+00:00\",\n \"start\": \"2022-06-14T00:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"end\": \"2022-06-14T03:01:55+00:00\",\n \"start\": \"2022-06-14T00:15:00+00:00\"\n },\n \"status\": \"in-progress\"\n },\n {\n \"period\": {\n \"end\": \"2022-06-14T03:01:55+00:00\",\n \"start\": \"2022-06-14T03:01:55+00:00\"\n },\n \"status\": \"finished\"\n }\n ],\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
},
|
|
{
|
|
"name": "Encounter - Update (Pulang dan Kontrol Kembali)",
|
|
"originalRequest": {
|
|
"method": "PUT",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n },\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare/neonate\",\n \"value\": \"KN1\"\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\": \"Anak Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\",\n \"end\": \"2022-06-14T03:01:55+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"{{Location_Name}}\"\n },\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\",\n \"end\": \"2022-06-14T03:01:55+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/{{Diagnosis_Utama}}\",\n \"display\": \"{{DiagnosisUtama_Name}}\"\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 \"rank\": 1\n },\n {\n \"condition\": {\n \"reference\": \"Condition/{{Diagnosis_Sekunder}}\",\n \"display\": \"{{DiagnosisSekunder_Name}}\"\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 \"rank\": 2\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2022-06-14T00:00:00+00:00\",\n \"end\": \"2022-06-14T00:15:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2022-06-14T00:15:00+00:00\",\n \"end\": \"2022-06-14T03:01:55+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2022-06-14T03:01:55+00:00\",\n \"end\": \"2022-06-14T03:01:55+00:00\"\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\": \"Anjuran dokter untuk pulang dan kontrol kembali 3 hari setelah Kelahiran\"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_id}}\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Encounter/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Encounter",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "{{Encounter_id}}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMjIzNjk5MTExNzY4MTAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Encounter/c9b5d68b-caad-4d8b-9c29-b4a788bcd215/_history/MTcyMjIzNjk5MTExNzY4MTAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 29 Jul 2024 07:09:51 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 29 Jul 2024 07:09:51 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "2806"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "bc81be38-0413-4390-ac57-a7a3e040e464"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"class\": {\n \"code\": \"AMB\",\n \"display\": \"ambulatory\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"diagnosis\": [\n {\n \"condition\": {\n \"display\": \"Mild and moderate birth asphyxia\",\n \"reference\": \"Condition/aa8d4a36-0866-4d82-90f9-5aa71227c05d\"\n },\n \"rank\": 1,\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 \"condition\": {\n \"display\": \"Respiratory failure of newborn\",\n \"reference\": \"Condition/ed15356d-dc9b-4490-b8c6-d6b132fbdce7\"\n },\n \"rank\": 2,\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/75b1e7df-ba3d-4d46-92cb-45d7ece4f5ac\"\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\": \"Anjuran dokter untuk pulang dan kontrol kembali 3 hari setelah Kelahiran\"\n }\n },\n \"id\": \"c9b5d68b-caad-4d8b-9c29-b4a788bcd215\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000005\",\n \"value\": \"2024072921126\"\n },\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare/neonate\",\n \"value\": \"KN1\"\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\": \"Ruang Poli Anak, Departemen KIA\",\n \"reference\": \"Location/4581505e-5742-41a9-b3d8-cf5c668aa8c6\"\n },\n \"period\": {\n \"end\": \"2022-06-14T03:01:55+00:00\",\n \"start\": \"2022-06-14T00:00:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-07-29T07:09:51.117681+00:00\",\n \"versionId\": \"MTcyMjIzNjk5MTExNzY4MTAwMA\"\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\": \"2022-06-14T03:01:55+00:00\",\n \"start\": \"2022-06-14T00:00:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000005\"\n },\n \"status\": \"finished\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2022-06-14T00:15:00+00:00\",\n \"start\": \"2022-06-14T00:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"end\": \"2022-06-14T03:01:55+00:00\",\n \"start\": \"2022-06-14T00:15:00+00:00\"\n },\n \"status\": \"in-progress\"\n },\n {\n \"period\": {\n \"end\": \"2022-06-14T03:01:55+00:00\",\n \"start\": \"2022-06-14T03:01:55+00:00\"\n },\n \"status\": \"finished\"\n }\n ],\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "15. Menutup Episode Neonatus",
|
|
"item": [
|
|
{
|
|
"name": "EpisodeOfCare - Menutup Episode Kunjungan Neonatus",
|
|
"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/0/period/end\",\n \"value\": \"2022-06-14T08:00:00+07:00\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/1\",\n \"value\": {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-02-06T07:00:00+07:00\",\n \"end\": \"2023-02-06T07:00:00+07:00\"\n }\n }\n },\n {\n \"op\": \"add\",\n \"path\": \"/period/end\",\n \"value\": \"2023-02-06T07:00:00+07:00\"\n }\n]",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/EpisodeOfCare/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"EpisodeOfCare",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "{{EpisodeOfCare_id}}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "EpisodeOfCare - Menutup Episode Kunjungan Neonatus",
|
|
"originalRequest": {
|
|
"method": "PUT",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "[\n {\n \"op\": \"replace\",\n \"path\": \"/status\",\n \"value\": \"finished\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/0/period/end\",\n \"value\": \"2022-06-14T08:00:00+07:00\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/1\",\n \"value\": {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-02-06T07:00:00+07:00\",\n \"end\": \"2023-02-06T07:00:00+07:00\"\n }\n }\n },\n {\n \"op\": \"add\",\n \"path\": \"/period/end\",\n \"value\": \"2023-02-06T07:00:00+07:00\"\n }\n]",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/EpisodeOfCare/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"EpisodeOfCare",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "{{EpisodeOfCare_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/EpisodeOfCare/1eb705d9-92cd-4c18-93dc-498e16a1fb26/_history/MTY3OTAwODAxNjcxMDQwOTAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 16 Mar 2023 23:06:56 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY3OTAwODAxNjcxMDQwOTAwMA\""
|
|
},
|
|
{
|
|
"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": "Thu, 16 Mar 2023 23:06:56 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1179"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "8d7143e5-21e0-45df-b96a-2ef0b010d74f"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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\": \"85860705-a658-4dde-8df8-2286bc6f906e\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000004\",\n \"value\": \"EOC998800\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000004\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-07-02T08:43:31.752994+00:00\",\n \"versionId\": \"MTcxOTkwOTgxMTc1Mjk5NDAwMA\"\n },\n \"patient\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"period\": {\n \"end\": \"2023-02-06T07:00:00+07:00\",\n \"start\": \"2022-06-14T07:00:00+07:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"finished\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2022-06-14T08:00:00+07:00\",\n \"start\": \"2022-06-14T07:00:00+07:00\"\n },\n \"status\": \"active\"\n },\n {\n \"period\": {\n \"end\": \"2023-02-06T07:00:00+07:00\",\n \"start\": \"2023-02-06T07:00:00+07:00\"\n },\n \"status\": \"finished\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"Neonate\",\n \"display\": \"Neonate\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\"\n }\n ]\n }\n ]\n}"
|
|
},
|
|
{
|
|
"name": "EpisodeOfCare - Menutup Episode Kunjungan Neonatus",
|
|
"originalRequest": {
|
|
"method": "PUT",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "[\n {\n \"op\": \"replace\",\n \"path\": \"/status\",\n \"value\": \"finished\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/0/period/end\",\n \"value\": \"2022-06-14T08:00:00+07:00\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/1\",\n \"value\": {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-02-06T07:00:00+07:00\",\n \"end\": \"2023-02-06T07:00:00+07:00\"\n }\n }\n },\n {\n \"op\": \"add\",\n \"path\": \"/period/end\",\n \"value\": \"2023-02-06T07:00:00+07:00\"\n }\n]",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/EpisodeOfCare/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"EpisodeOfCare",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "{{EpisodeOfCare_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/EpisodeOfCare/1eb705d9-92cd-4c18-93dc-498e16a1fb26/_history/MTY3OTAwODAxNjcxMDQwOTAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 16 Mar 2023 23:06:56 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY3OTAwODAxNjcxMDQwOTAwMA\""
|
|
},
|
|
{
|
|
"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": "Thu, 16 Mar 2023 23:06:56 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1179"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "8d7143e5-21e0-45df-b96a-2ef0b010d74f"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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\": \"85860705-a658-4dde-8df8-2286bc6f906e\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000004\",\n \"value\": \"EOC998800\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000004\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-07-02T08:43:31.752994+00:00\",\n \"versionId\": \"MTcxOTkwOTgxMTc1Mjk5NDAwMA\"\n },\n \"patient\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"period\": {\n \"end\": \"2023-02-06T07:00:00+07:00\",\n \"start\": \"2022-06-14T07:00:00+07:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"finished\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2022-06-14T08:00:00+07:00\",\n \"start\": \"2022-06-14T07:00:00+07:00\"\n },\n \"status\": \"active\"\n },\n {\n \"period\": {\n \"end\": \"2023-02-06T07:00:00+07:00\",\n \"start\": \"2023-02-06T07:00:00+07:00\"\n },\n \"status\": \"finished\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"Neonate\",\n \"display\": \"Neonate\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\"\n }\n ]\n }\n ]\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "EpisodeOfCare - Menutup Episode Kunjungan Neonatus",
|
|
"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/0/period/end\",\n \"value\": \"2022-06-14T08:00:00+07:00\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/1\",\n \"value\": {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-02-06T07:00:00+07:00\",\n \"end\": \"2023-02-06T07:00:00+07:00\"\n }\n }\n },\n {\n \"op\": \"add\",\n \"path\": \"/period/end\",\n \"value\": \"2023-02-06T07:00:00+07:00\"\n }\n]",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/EpisodeOfCare/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"EpisodeOfCare",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "{{EpisodeOfCare_id}}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "EpisodeOfCare - Menutup Episode Kunjungan Neonatus",
|
|
"originalRequest": {
|
|
"method": "PUT",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "[\n {\n \"op\": \"replace\",\n \"path\": \"/status\",\n \"value\": \"finished\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/0/period/end\",\n \"value\": \"2022-06-14T08:00:00+07:00\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/1\",\n \"value\": {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-02-06T07:00:00+07:00\",\n \"end\": \"2023-02-06T07:00:00+07:00\"\n }\n }\n },\n {\n \"op\": \"add\",\n \"path\": \"/period/end\",\n \"value\": \"2023-02-06T07:00:00+07:00\"\n }\n]",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/EpisodeOfCare/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"EpisodeOfCare",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "{{EpisodeOfCare_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/EpisodeOfCare/1eb705d9-92cd-4c18-93dc-498e16a1fb26/_history/MTY3OTAwODAxNjcxMDQwOTAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 16 Mar 2023 23:06:56 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY3OTAwODAxNjcxMDQwOTAwMA\""
|
|
},
|
|
{
|
|
"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": "Thu, 16 Mar 2023 23:06:56 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1179"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "8d7143e5-21e0-45df-b96a-2ef0b010d74f"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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\": \"85860705-a658-4dde-8df8-2286bc6f906e\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000004\",\n \"value\": \"EOC998800\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000004\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-07-02T08:43:31.752994+00:00\",\n \"versionId\": \"MTcxOTkwOTgxMTc1Mjk5NDAwMA\"\n },\n \"patient\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"period\": {\n \"end\": \"2023-02-06T07:00:00+07:00\",\n \"start\": \"2022-06-14T07:00:00+07:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"finished\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2022-06-14T08:00:00+07:00\",\n \"start\": \"2022-06-14T07:00:00+07:00\"\n },\n \"status\": \"active\"\n },\n {\n \"period\": {\n \"end\": \"2023-02-06T07:00:00+07:00\",\n \"start\": \"2023-02-06T07:00:00+07:00\"\n },\n \"status\": \"finished\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"Neonate\",\n \"display\": \"Neonate\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\"\n }\n ]\n }\n ]\n}"
|
|
},
|
|
{
|
|
"name": "EpisodeOfCare - Menutup Episode Kunjungan Neonatus",
|
|
"originalRequest": {
|
|
"method": "PUT",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "[\n {\n \"op\": \"replace\",\n \"path\": \"/status\",\n \"value\": \"finished\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/0/period/end\",\n \"value\": \"2022-06-14T08:00:00+07:00\"\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/1\",\n \"value\": {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-02-06T07:00:00+07:00\",\n \"end\": \"2023-02-06T07:00:00+07:00\"\n }\n }\n },\n {\n \"op\": \"add\",\n \"path\": \"/period/end\",\n \"value\": \"2023-02-06T07:00:00+07:00\"\n }\n]",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/EpisodeOfCare/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"EpisodeOfCare",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "{{EpisodeOfCare_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/EpisodeOfCare/1eb705d9-92cd-4c18-93dc-498e16a1fb26/_history/MTY3OTAwODAxNjcxMDQwOTAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 16 Mar 2023 23:06:56 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY3OTAwODAxNjcxMDQwOTAwMA\""
|
|
},
|
|
{
|
|
"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": "Thu, 16 Mar 2023 23:06:56 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1179"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "8d7143e5-21e0-45df-b96a-2ef0b010d74f"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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\": \"85860705-a658-4dde-8df8-2286bc6f906e\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000004\",\n \"value\": \"EOC998800\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000004\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-07-02T08:43:31.752994+00:00\",\n \"versionId\": \"MTcxOTkwOTgxMTc1Mjk5NDAwMA\"\n },\n \"patient\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"period\": {\n \"end\": \"2023-02-06T07:00:00+07:00\",\n \"start\": \"2022-06-14T07:00:00+07:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"finished\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2022-06-14T08:00:00+07:00\",\n \"start\": \"2022-06-14T07:00:00+07:00\"\n },\n \"status\": \"active\"\n },\n {\n \"period\": {\n \"end\": \"2023-02-06T07:00:00+07:00\",\n \"start\": \"2023-02-06T07:00:00+07:00\"\n },\n \"status\": \"finished\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"Neonate\",\n \"display\": \"Neonate\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\"\n }\n ]\n }\n ]\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Bundle - bundle kunjungan neonatus",
|
|
"event": [
|
|
{
|
|
"listen": "prerequest",
|
|
"script": {
|
|
"exec": [
|
|
"// Defining yyyymmdd 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);\r",
|
|
"\r",
|
|
"var bundle = JSON.parse(pm.request.body.raw);\r",
|
|
"\r",
|
|
"bundle.entry.forEach(entry => {\r",
|
|
" let data = entry.resource;\r",
|
|
" if (data.resourceType === 'Condition' && data.category && data.category[0] && data.category[0].coding) {\r",
|
|
" if (data.category[0].coding.some(coding => coding.code === 'encounter-diagnosis')) {\r",
|
|
" if (data.code && data.code.coding) {\r",
|
|
" if (data.code.coding.some(coding => coding.code === 'P28.5')) {\r",
|
|
" pm.collectionVariables.set('Diagnosis_Utama', entry.fullUrl);\r",
|
|
" pm.collectionVariables.set('DiagnosisUtama_Name', data.code.coding.find(coding => coding.code === 'P28.5').display);\r",
|
|
" } else if (data.code.coding.some(coding => coding.code === 'P21.1')) {\r",
|
|
" pm.collectionVariables.set('Diagnosis_Sekunder', entry.fullUrl);\r",
|
|
" pm.collectionVariables.set('DiagnosisSekunder_Name', data.code.coding.find(coding => coding.code === 'P21.1').display);\r",
|
|
" }\r",
|
|
" }\r",
|
|
" }\r",
|
|
" } else if (data.resourceType === 'Encounter') {\r",
|
|
" pm.collectionVariables.set('Encounter_id', entry.fullUrl);\r",
|
|
" } else if (data.code && data.code.coding && data.code.coding.some(coding => coding.code === '29575-8')) {\r",
|
|
" if (data.resourceType === 'ServiceRequest') {\r",
|
|
" pm.collectionVariables.set('ServiceRequest_SHK', entry.fullUrl);\r",
|
|
" } else if (data.resourceType === 'Observation') {\r",
|
|
" pm.collectionVariables.set('Observation_SHK', entry.fullUrl);\r",
|
|
" }\r",
|
|
" } else if (data.resourceType === 'Specimen' && data.type && data.type.coding && data.type.coding.some(coding => coding.code === '119294007')) {\r",
|
|
" pm.collectionVariables.set('Specimen_SHK', entry.fullUrl);\r",
|
|
" }\r",
|
|
" else if (data.resourceType === 'MedicationRequest'){pm.collectionVariables.set('Medication_Request', entry.fullUrl)};\r",
|
|
"});\r",
|
|
"\r",
|
|
"pm.collectionVariables.set('Medication_forRequest', 'urn:uuid:9759ef07-078d-46a5-b52a-cc30ff710432');\r",
|
|
"pm.collectionVariables.set('Medication_forDispense', 'urn:uuid:9abdbb18-b0eb-4013-961a-f1a75b5d084d');\r",
|
|
""
|
|
],
|
|
"type": "text/javascript",
|
|
"packages": {}
|
|
}
|
|
}
|
|
],
|
|
"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:e9828704-1f6c-4cf8-afa7-96029d88a834\",\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 \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare/neonate\",\r\n \"value\": \"KN1\"\r\n }\r\n ],\r\n \"status\": \"finished\",\r\n \"statusHistory\": [\r\n {\r\n \"status\": \"arrived\",\r\n \"period\": {\r\n \"start\": \"2022-06-14T00:00:00+00:00\",\r\n \"end\": \"2022-06-14T00:15:00+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"in-progress\",\r\n \"period\": {\r\n \"start\": \"2022-06-14T00:15:00+00:00\",\r\n \"end\": \"2022-06-14T03:01:55+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"finished\",\r\n \"period\": {\r\n \"start\": \"2022-06-14T03:01:55+00:00\",\r\n \"end\": \"2022-06-14T03:01:55+00:00\"\r\n }\r\n }\r\n ],\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\": \"Anak Smith\"\r\n },\r\n \"episodeOfCare\": [\r\n {\r\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_id}}\"\r\n }\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\": \"2022-06-14T00:00:00+00:00\",\r\n \"end\": \"2022-06-14T03:01:55+00:00\"\r\n },\r\n \"diagnosis\": [\r\n {\r\n \"condition\": {\r\n \"reference\": \"{{Diagnosis_Utama}}\",\r\n \"display\": \"{{DiagnosisUtama_Name}}\"\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 \"rank\": 1\r\n },\r\n {\r\n \"condition\": {\r\n \"reference\": \"{{Diagnosis_Sekunder}}\",\r\n \"display\": \"{{DiagnosisSekunder_Name}}\"\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 \"rank\": 2\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\": \"Anjuran dokter untuk pulang dan kontrol kembali 3 hari setelah Kelahiran\"\r\n }\r\n },\r\n \"location\": [\r\n {\r\n \"extension\": [\r\n {\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 \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ServiceClass\"\r\n }\r\n ],\r\n \"location\": {\r\n \"reference\": \"Location/{{Location_id}}\",\r\n \"display\": \"{{Location_Name}}\"\r\n },\r\n \"period\": {\r\n \"start\": \"2022-06-14T00:00:00+00:00\",\r\n \"end\": \"2022-06-14T03:01:55+00:00\"\r\n }\r\n }\r\n ],\r\n \"serviceProvider\": {\r\n \"reference\": \"Organization/{{Org_id}}\"\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:d2c4b932-21e2-48b3-91d2-5942323f85c5\",\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://loinc.org\",\r\n \"code\": \"57715-5\",\r\n \"display\": \"Birth time\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T00:16:25+00:00\",\r\n \"issued\": \"2022-06-14T00:16:25+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueTime\": \"14:35:21\"\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:74775a1b-7590-4ca4-b807-af58248835e4\",\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\": \"365475008\",\r\n \"display\": \"Place in family order\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T00:17:50+00:00\",\r\n \"issued\": \"2022-06-14T00:17:50+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueInteger\": 1\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:f7030da4-31da-4946-9fe0-0ef224cf8edc\",\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://loinc.org\",\r\n \"code\": \"76516-4\",\r\n \"display\": \"Gestational age--at birth\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T00:19:15+00:00\",\r\n \"issued\": \"2022-06-14T00:19:15+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\": \"wk\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"wk\"\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:200030ed-0d88-4638-84a7-2ef6f08e5265\",\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\": \"77362009\",\r\n \"display\": \"Mild to moderate birth asphyxia\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Anamnesa Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"note\": [\r\n {\r\n \"text\": \"Bayi mengalami asfiksia sedang. Dilaporkan oleh Ibu pasien\"\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:aa78d3de-27bb-49fb-8673-bf13ba80f126\",\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\": \"409063005\",\r\n \"display\": \"Counseling\"\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\": \"PC000003\",\r\n \"display\": \"Manajemen Terpadu Bayi Muda (MTBM)\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2022-06-14T00:23:20+00:00\",\r\n \"end\": \"2022-06-14T00:26:45+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 },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Procedure\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:518558b2-072f-47fd-9b04-210d508f80b3\",\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://loinc.org\",\r\n \"code\": \"8339-4\",\r\n \"display\": \"Birth weight Measured\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T00:28:10+00:00\",\r\n \"issued\": \"2022-06-14T00:28:10+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": 3470,\r\n \"unit\": \"g\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"g\"\r\n },\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"276712009\",\r\n \"display\": \"Normal birth weight\"\r\n }\r\n ],\r\n \"text\": \"BBLC (Bayi Berat Lahir Cukup)\"\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:c3fddbfa-3e8d-4aa2-8606-3d30617a43bd\",\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\": \"vital-signs\",\r\n \"display\": \"Vital Signs\"\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\": \"89269-5\",\r\n \"display\": \"Body height Measured --at birth\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T00:29:35+00:00\",\r\n \"issued\": \"2022-06-14T00:29:35+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": 45,\r\n \"unit\": \"cm\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"cm\"\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:5b01ebd1-755c-4c24-ac80-18e91d5831d9\",\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\": \"vital-signs\",\r\n \"display\": \"Vital Signs\"\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\": \"9843-4\",\r\n \"display\": \"Head Occipital-frontal circumference\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T00:31:00+00:00\",\r\n \"issued\": \"2022-06-14T00:31:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": 50,\r\n \"unit\": \"cm\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"cm\"\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:f8346563-bd0e-445c-819c-4dfbf1d7e796\",\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\": \"vital-signs\",\r\n \"display\": \"Vital Signs\"\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\": \"8867-4\",\r\n \"display\": \"Heart rate\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T00:32:25+00:00\",\r\n \"issued\": \"2022-06-14T00:32:25+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": 80,\r\n \"unit\": \"beats/minute\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"/min\"\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:2629597e-0a43-44b1-9a44-17ebd026130a\",\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\": \"vital-signs\",\r\n \"display\": \"Vital Signs\"\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\": \"8310-5\",\r\n \"display\": \"Body temperature\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T00:33:50+00:00\",\r\n \"issued\": \"2022-06-14T00:33:50+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": 36.7,\r\n \"unit\": \"C\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"Cel\"\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:212d9aef-ecd7-4d91-8793-47ad4cfd1bc8\",\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\": \"vital-signs\",\r\n \"display\": \"Vital Signs\"\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\": \"9279-1\",\r\n \"display\": \"Respiratory rate\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T00:35:15+00:00\",\r\n \"issued\": \"2022-06-14T00:35:15+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\": \"breaths/minute\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"/min\"\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:20b58892-1e63-4fb5-9c6d-7d39b90b19ba\",\r\n \"resource\": {\r\n \"resourceType\": \"Immunization\",\r\n \"status\": \"completed\",\r\n \"vaccineCode\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\r\n \"code\": \"93008995\",\r\n \"display\": \"Vaksin Hepatitis B Recombinant 20 ug/1 mL Suspensi Injeksi (1, HBV)\"\r\n }\r\n ]\r\n },\r\n \"patient\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"occurrenceDateTime\": \"2022-01-10T00:00:00+00:00\",\r\n \"recorded\": \"2022-01-10T00:00:00+00:00\",\r\n \"primarySource\": true,\r\n \"location\": {\r\n \"reference\": \"Location/{{Location_id}}\",\r\n \"display\": \"{{Location_Name}}\"\r\n },\r\n \"lotNumber\": \"202009007\",\r\n \"expirationDate\": \"2025-07-01\",\r\n \"route\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://www.whocc.no/atc\",\r\n \"code\": \"inj.intramuscular\",\r\n \"display\": \"Injection Intramuscular\"\r\n }\r\n ]\r\n },\r\n \"doseQuantity\": {\r\n \"value\": 1,\r\n \"unit\": \"mL\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"ml\"\r\n },\r\n \"performer\": [\r\n {\r\n \"function\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0443\",\r\n \"code\": \"AP\",\r\n \"display\": \"Administering Provider\"\r\n }\r\n ]\r\n },\r\n \"actor\": {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n }\r\n ],\r\n \"reasonCode\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-reason\",\r\n \"code\": \"IM-Dasar\",\r\n \"display\": \"Imunisasi Program Rutin Dasar\"\r\n },\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-routine-timing\",\r\n \"code\": \"IM-Ideal\",\r\n \"display\": \"Imunisasi Ideal\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"protocolApplied\": [\r\n {\r\n \"doseNumberPositiveInt\": 1\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Immunization\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:ebdbff99-cb64-46d4-ad03-c5fed72f0cdf\",\r\n \"resource\": {\r\n \"resourceType\": \"Immunization\",\r\n \"status\": \"not-done\",\r\n \"statusReason\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActReason\",\r\n \"code\": \"MEDPREC\",\r\n \"display\": \"medical precaution\"\r\n }\r\n ],\r\n \"text\": \"Anak sedang demam\"\r\n },\r\n \"vaccineCode\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\r\n \"code\": \"VG45\",\r\n \"display\": \"HepB\"\r\n }\r\n ]\r\n },\r\n \"patient\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"occurrenceDateTime\": \"2022-01-10T00:00:00+00:00\",\r\n \"recorded\": \"2022-01-10T00:00:00+00:00\",\r\n \"primarySource\": true,\r\n \"location\": {\r\n \"reference\": \"Location/{{Location_id}}\",\r\n \"display\": \"{{Location_Name}}\"\r\n },\r\n \"performer\": [\r\n {\r\n \"function\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0443\",\r\n \"code\": \"OP\",\r\n \"display\": \"Ordering Provider\"\r\n }\r\n ]\r\n },\r\n \"actor\": {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n }\r\n ],\r\n \"reasonCode\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-reason\",\r\n \"code\": \"IM-Dasar\",\r\n \"display\": \"Imunisasi Program Rutin Dasar\"\r\n },\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-routine-timing\",\r\n \"code\": \"IM-Ideal\",\r\n \"display\": \"Imunisasi Ideal\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"protocolApplied\": [\r\n {\r\n \"doseNumberPositiveInt\": 1\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Immunization\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:49957ab2-bb29-464e-97e7-6fd767e3146e\",\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\": \"409063005\",\r\n \"display\": \"Counseling\"\r\n }\r\n ]\r\n },\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"448883004\",\r\n \"display\": \"Injection of vitamin K1\"\r\n }\r\n ],\r\n \"text\": \"Injection of vitamin K1\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2022-06-14T00:37:55+00:00\",\r\n \"end\": \"2022-06-14T00:41:20+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 },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Procedure\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:dcc48456-addb-44c2-ae9e-ab677c469186\",\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\": \"409063005\",\r\n \"display\": \"Counseling\"\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\": \"PC000001\",\r\n \"display\": \"Perawatan Tali Pusat\"\r\n }\r\n ],\r\n \"text\": \"Perawatan Tali Pusat\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2022-06-14T00:44:00+00:00\",\r\n \"end\": \"2022-06-14T00:47:25+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 },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Procedure\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:2cdd7b14-1fc7-41d0-aedd-7bd27e32aa4b\",\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\": \"409063005\",\r\n \"display\": \"Counseling\"\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\": \"PC000002\",\r\n \"display\": \"Pemberian Salep Antibiotik Mata\"\r\n }\r\n ],\r\n \"text\": \"Pemberian Salep Antibiotik Mata\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2022-06-14T00:50:05+00:00\",\r\n \"end\": \"2022-06-14T00:53:30+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 },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Procedure\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:35eee7cc-8ede-4558-8a15-46a3c4fac487\",\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\": \"440626008\",\r\n \"display\": \"Procedure related to breastfeeding\"\r\n }\r\n ]\r\n },\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"431868002\",\r\n \"display\": \"Initiation of breastfeeding\"\r\n }\r\n ],\r\n \"text\": \"Inisiasi Menyusui Dini\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2022-06-14T00:56:10+00:00\",\r\n \"end\": \"2022-06-14T00:59:35+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 },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Procedure\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:44cef6b1-903b-438e-8e4c-c2074c22e896\",\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\": \"OC000016\",\r\n \"display\": \"Waktu Inisiasi Menyusui Dini\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:01:00+00:00\",\r\n \"issued\": \"2022-06-14T01:01: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\": \"OV000014\",\r\n \"display\": \"Kurang dari 1 jam\"\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:f4119a89-53bd-4f0d-9d0a-ae6c71c09357\",\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://loinc.org\",\r\n \"code\": \"32406-1\",\r\n \"display\": \"1 minute Apgar Color\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:02:25+00:00\",\r\n \"issued\": \"2022-06-14T01:02:25+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://loinc.org\",\r\n \"code\": \"LA6724-4\",\r\n \"display\": \"Good color all over\"\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:d695e16c-a394-417b-abc7-da27c81cd36c\",\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://loinc.org\",\r\n \"code\": \"32407-9\",\r\n \"display\": \"1 minute Apgar Heart rate\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:03:50+00:00\",\r\n \"issued\": \"2022-06-14T01:03:50+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://loinc.org\",\r\n \"code\": \"LA6717-8\",\r\n \"display\": \"Fewer than 100 beats per minute\"\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:82ba4f89-d1a7-45dc-bb40-28ea995d3b99\",\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://loinc.org\",\r\n \"code\": \"32409-5\",\r\n \"display\": \"1 minute Apgar Reflex irritability\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:05:15+00:00\",\r\n \"issued\": \"2022-06-14T01:05:15+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://loinc.org\",\r\n \"code\": \"LA6720-2\",\r\n \"display\": \"Grimace during suctioning\"\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:92ba1926-1566-4ef9-82c2-5e364710bc6d\",\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://loinc.org\",\r\n \"code\": \"32408-7\",\r\n \"display\": \"1 minute Apgar Muscle tone\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:06:40+00:00\",\r\n \"issued\": \"2022-06-14T01:06:40+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://loinc.org\",\r\n \"code\": \"LA6714-5\",\r\n \"display\": \"Some flexion of arms and legs\"\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:65702e10-a329-448f-b02d-45f2da53bf44\",\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://loinc.org\",\r\n \"code\": \"32410-3\",\r\n \"display\": \"1 minute Apgar Respiratory effort\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:08:05+00:00\",\r\n \"issued\": \"2022-06-14T01:08:05+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://loinc.org\",\r\n \"code\": \"LA6726-9\",\r\n \"display\": \"Weak cry; may sound like whimpering, slow or irregular breathing\"\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:b74bb968-55c3-4895-9435-d5394e30b180\",\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://loinc.org\",\r\n \"code\": \"9272-6\",\r\n \"display\": \"1 minute Apgar Score\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:09:30+00:00\",\r\n \"issued\": \"2022-06-14T01:09:30+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": 6,\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://snomed.info/sct\",\r\n \"code\": \"77362009\",\r\n \"display\": \"Mild to moderate birth asphyxia\"\r\n }\r\n ],\r\n \"text\": \"Asfiksia sedang\"\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:4e3c623a-cf32-4c90-bf82-4dd6c70195fe\",\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://loinc.org\",\r\n \"code\": \"32411-1\",\r\n \"display\": \"5 minute Apgar Color\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:10:55+00:00\",\r\n \"issued\": \"2022-06-14T01:10:55+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://loinc.org\",\r\n \"code\": \"LA6724-4\",\r\n \"display\": \"Good color all over\"\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:e58a9a4a-5df7-4660-a261-64244a051771\",\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://loinc.org\",\r\n \"code\": \"32412-9\",\r\n \"display\": \"5 minute Apgar Heart rate\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:12:20+00:00\",\r\n \"issued\": \"2022-06-14T01:12:20+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://loinc.org\",\r\n \"code\": \"LA6717-8\",\r\n \"display\": \"Fewer than 100 beats per minute\"\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:28bf8c11-d7ff-4f40-b804-87c0e0f180bb\",\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://loinc.org\",\r\n \"code\": \"32414-5\",\r\n \"display\": \"5 minute Apgar Reflex irritability\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:13:45+00:00\",\r\n \"issued\": \"2022-06-14T01:13:45+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://loinc.org\",\r\n \"code\": \"LA6720-2\",\r\n \"display\": \"Grimace during suctioning\"\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:faa3b4ff-f998-460a-9a27-d2f816adf073\",\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://loinc.org\",\r\n \"code\": \"32413-7\",\r\n \"display\": \"5 minute Apgar Muscle tone\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:15:10+00:00\",\r\n \"issued\": \"2022-06-14T01:15:10+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://loinc.org\",\r\n \"code\": \"LA6714-5\",\r\n \"display\": \"Some flexion of arms and legs\"\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:06b64ed7-b953-4838-93b5-4af4e6cffafc\",\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://loinc.org\",\r\n \"code\": \"32415-2\",\r\n \"display\": \"5 minute Apgar Respiratory effort\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:16:35+00:00\",\r\n \"issued\": \"2022-06-14T01:16:35+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://loinc.org\",\r\n \"code\": \"LA6726-9\",\r\n \"display\": \"Weak cry; may sound like whimpering, slow or irregular breathing\"\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:93c579ce-7e32-4f80-aec3-96d0c77a4a7a\",\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://loinc.org\",\r\n \"code\": \"9274-2\",\r\n \"display\": \"5 minute Apgar Score\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:18:00+00:00\",\r\n \"issued\": \"2022-06-14T01:18:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": 6,\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://snomed.info/sct\",\r\n \"code\": \"77362009\",\r\n \"display\": \"Mild to moderate birth asphyxia\"\r\n }\r\n ],\r\n \"text\": \"Asfiksia sedang\"\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:1c942a71-d0e5-4260-95ae-6e68d0291119\",\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://loinc.org\",\r\n \"code\": \"32401-2\",\r\n \"display\": \"10 minute Apgar Color\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:19:25+00:00\",\r\n \"issued\": \"2022-06-14T01:19:25+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://loinc.org\",\r\n \"code\": \"LA6724-4\",\r\n \"display\": \"Good color all over\"\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:3e2b512e-e625-4857-9f9e-ae5aba57525f\",\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://loinc.org\",\r\n \"code\": \"32402-0\",\r\n \"display\": \"10 minute Apgar Heart rate\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:20:50+00:00\",\r\n \"issued\": \"2022-06-14T01:20:50+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://loinc.org\",\r\n \"code\": \"LA6717-8\",\r\n \"display\": \"Fewer than 100 beats per minute\"\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:01b7b7ec-9926-4e9d-b47a-ec069a1d98cb\",\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://loinc.org\",\r\n \"code\": \"32404-6\",\r\n \"display\": \"10 minute Apgar Reflex irritability\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:22:15+00:00\",\r\n \"issued\": \"2022-06-14T01:22:15+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://loinc.org\",\r\n \"code\": \"LA6720-2\",\r\n \"display\": \"Grimace during suctioning\"\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:6c07eb0f-8532-488a-b774-9915916703be\",\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://loinc.org\",\r\n \"code\": \"32403-8\",\r\n \"display\": \"10 minute Apgar Muscle tone\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:23:40+00:00\",\r\n \"issued\": \"2022-06-14T01:23:40+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://loinc.org\",\r\n \"code\": \"LA6714-5\",\r\n \"display\": \"Some flexion of arms and legs\"\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:44fe3617-dff9-4ac9-9a43-85d6e0442df7\",\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://loinc.org\",\r\n \"code\": \"32405-3\",\r\n \"display\": \"10 minute Apgar Respiratory effort\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:25:05+00:00\",\r\n \"issued\": \"2022-06-14T01:25:05+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://loinc.org\",\r\n \"code\": \"LA6726-9\",\r\n \"display\": \"Weak cry; may sound like whimpering, slow or irregular breathing\"\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:81c7bf51-e535-4ebe-8381-bcc8506cf010\",\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://loinc.org\",\r\n \"code\": \"9271-8\",\r\n \"display\": \"10 minute Apgar Score\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:26:30+00:00\",\r\n \"issued\": \"2022-06-14T01:26:30+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": 6,\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://snomed.info/sct\",\r\n \"code\": \"77362009\",\r\n \"display\": \"Mild to moderate birth asphyxia\"\r\n }\r\n ],\r\n \"text\": \"Asfiksia sedang\"\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:00339ff5-8f76-45bb-b5a7-285fdc258ffe\",\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\": \"O111111\"\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\": \"laboratory\",\r\n \"display\": \"Laboratory\"\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\": \"883-9\",\r\n \"display\": \"ABO group [Type] in Blood\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:27:55+00:00\",\r\n \"issued\": \"2022-06-14T01:27:55+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://loinc.org\",\r\n \"code\": \"LA19710-5\",\r\n \"display\": \"Group A\"\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:3250fbbd-e924-48a7-9351-069ad473dacb\",\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\": \"O111112\"\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\": \"laboratory\",\r\n \"display\": \"Laboratory\"\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\": \"10331-7\",\r\n \"display\": \"Rh [Type] in Blood\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:29:20+00:00\",\r\n \"issued\": \"2022-06-14T01:29:20+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://loinc.org\",\r\n \"code\": \"LA6576-8\",\r\n \"display\": \"Positive\"\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:83254213-0c95-4a49-b208-b897a35896c8\",\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\": \"373110003\",\r\n \"display\": \"Emergency procedure\"\r\n }\r\n ]\r\n },\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"386412000\",\r\n \"display\": \"Resuscitation of neonate\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2022-06-14T01:32:00+00:00\",\r\n \"end\": \"2022-06-14T01:35:25+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 },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Procedure\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:356edf15-720f-4b7c-9d2a-252b27b47e97\",\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\": \"373110003\",\r\n \"display\": \"Emergency procedure\"\r\n }\r\n ]\r\n },\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"386412000\",\r\n \"display\": \"Resuscitation of neonate\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2022-06-14T01:38:05+00:00\",\r\n \"end\": \"2022-06-14T01:41:30+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 },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Procedure\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:e7770b41-9fc5-4b19-b0f2-4b1674310885\",\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\": \"10206-1\",\r\n \"display\": \"Physical findings of Skin Narrative\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:42:55+00:00\",\r\n \"issued\": \"2022-06-14T01:42:55+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueString\": \"Abnormal\",\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\r\n \"code\": \"A\",\r\n \"display\": \"Abnormal\"\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:06f734f4-62ad-47d7-b5c8-b8d87da60113\",\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\": \"10199-8\",\r\n \"display\": \"Physical findings of Head Narrative\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:44:20+00:00\",\r\n \"issued\": \"2022-06-14T01:44:20+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueString\": \"Dalam Batas Normal (dbn)\",\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\r\n \"code\": \"N\",\r\n \"display\": \"Normal\"\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:d099fdf2-ad9e-462c-a57e-743fcc3c53f7\",\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\": \"10197-2\",\r\n \"display\": \"Physical findings of Eye Narrative\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:45:45+00:00\",\r\n \"issued\": \"2022-06-14T01:45:45+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueString\": \"Dalam Batas Normal (dbn)\",\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\r\n \"code\": \"N\",\r\n \"display\": \"Normal\"\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:9551116e-491b-44ad-8b0d-0e98d233e8be\",\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\": \"32453-3\",\r\n \"display\": \"Physical findings of Mouth\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:47:10+00:00\",\r\n \"issued\": \"2022-06-14T01:47:10+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueString\": \"Dalam Batas Normal (dbn)\",\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\r\n \"code\": \"N\",\r\n \"display\": \"Normal\"\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:a3ff7966-c43e-471b-86af-807c12433f66\",\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\": \"10191-5\",\r\n \"display\": \"Physical findings of Abdomen Narrative\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:48:35+00:00\",\r\n \"issued\": \"2022-06-14T01:48:35+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueString\": \"Dalam Batas Normal (dbn)\",\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\r\n \"code\": \"N\",\r\n \"display\": \"Normal\"\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:86819eac-cde9-47b9-93de-499d5a93eff0\",\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\": \"10192-3\",\r\n \"display\": \"Physical findings of Back Narrative\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:50:00+00:00\",\r\n \"issued\": \"2022-06-14T01:50:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueString\": \"Dalam Batas Normal (dbn)\",\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\r\n \"code\": \"N\",\r\n \"display\": \"Normal\"\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:0012628a-ae77-473b-a0bd-ad5e754433a4\",\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\": \"11388-6\",\r\n \"display\": \"Physical findings of Buttocks Narrative\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:51:25+00:00\",\r\n \"issued\": \"2022-06-14T01:51:25+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueString\": \"Dalam Batas Normal (dbn)\",\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\r\n \"code\": \"N\",\r\n \"display\": \"Normal\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"bodySite\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"53505006\",\r\n \"display\": \"Anal structure\"\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:a6f7c80b-6216-42ca-ad5f-a85569cef875\",\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\": \"11400-9\",\r\n \"display\": \"Physical findings of Genitalia Narrative\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:52:50+00:00\",\r\n \"issued\": \"2022-06-14T01:52:50+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueString\": \"Dalam Batas Normal (dbn)\",\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\r\n \"code\": \"N\",\r\n \"display\": \"Normal\"\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:e7d41e73-d16d-4eba-8e65-3304fd8a819c\",\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://snomed.info/sct\",\r\n \"code\": \"400984005\",\r\n \"display\": \"Congenital hypothyroidism screening test\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2022-06-14T01:55:30+00:00\",\r\n \"end\": \"2022-06-14T01:58:55+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 },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Procedure\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:3fe5dc9c-038d-406d-a7f3-26d0b17245f5\",\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\": \"202403A0004687\"\r\n }\r\n ],\r\n \"status\": \"active\",\r\n \"intent\": \"order\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"108252007\",\r\n \"display\": \"Laboratory procedure\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"priority\": \"routine\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"29575-8\",\r\n \"display\": \"Thyrotropin [Units/volume] in DBS\"\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_id}}\",\r\n \"display\": \"Kunjungan {{Patient_Name}} pada tanggal 14 Juni 2022\"\r\n },\r\n \"occurrenceDateTime\": \"2022-06-14T01:55:30+00:00\",\r\n \"authoredOn\": \"2022-06-14T01:55:30+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\": \"{{Practitioner_Name}}\"\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:32718b53-6abb-4a4b-9862-fd7c8f834a28\",\r\n \"resource\": {\r\n \"resourceType\": \"Specimen\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/specimen/{{Org_id}}\",\r\n \"value\": \"202403A0004689\"\r\n }\r\n ],\r\n \"status\": \"available\",\r\n \"type\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"119294007\",\r\n \"display\": \"Dried blood specimen\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"{{Patient_Name}}\"\r\n },\r\n \"receivedTime\": \"2022-06-14T01:55:30+00:00\",\r\n \"request\": [\r\n {\r\n \"reference\": \"{{ServiceRequest_SHK}}\",\r\n \"display\": \"ServiceRequest - SHK\"\r\n }\r\n ],\r\n \"collection\": {\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ServiceClass\",\r\n \"valueReference\": {\r\n \"reference\": \"Organization/{{Org_id}}\"\r\n }\r\n }\r\n ],\r\n \"collectedDateTime\": \"2022-06-14T01:55:30+00:00\",\r\n \"bodySite\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"76853006\",\r\n \"display\": \"Heel structure\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Specimen\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:06e1b8d5-9741-428c-ae56-a2b820ec7505\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"basedOn\": [\r\n {\r\n \"reference\": \"{{ServiceRequest_SHK}}\"\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\": \"laboratory\",\r\n \"display\": \"Laboratory\"\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\": \"29575-8\",\r\n \"display\": \"Thyrotropin [Units/volume] in DBS\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T02:00:20+00:00\",\r\n \"issued\": \"2022-06-14T02:00:20+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 \"valueQuantity\": {\r\n \"value\": 30,\r\n \"unit\": \"m[IU]/L\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"m[IU]/L\"\r\n },\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\r\n \"code\": \"H\",\r\n \"display\": \"High\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"specimen\": {\r\n \"reference\": \"{{Specimen_SHK}}\"\r\n },\r\n \"referenceRange\": [\r\n {\r\n \"high\": {\r\n \"value\": 20,\r\n \"unit\": \"m[IU]/L\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"m[IU]/L\"\r\n },\r\n \"text\": \"Normal\"\r\n },\r\n {\r\n \"low\": {\r\n \"value\": 20,\r\n \"unit\": \"m[IU]/L\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"m[IU]/L\"\r\n },\r\n \"text\": \"High\"\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:d4643ba9-48d0-4476-a2f7-c9682c224cd5\",\r\n \"resource\": {\r\n \"resourceType\": \"DiagnosticReport\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/{{Org_id}}/lab\",\r\n \"value\": \"202403A0004692\"\r\n }\r\n ],\r\n \"basedOn\": [\r\n {\r\n \"reference\": \"{{ServiceRequest_SHK}}\",\r\n \"display\": \"ServiceRequest - SHK\"\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\": \"CH\",\r\n \"display\": \"Chemistry\"\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\": \"29575-8\",\r\n \"display\": \"Thyrotropin [Units/volume] in DBS\"\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_id}}\",\r\n \"display\": \"Kunjungan {{Patient_Name}} pada tanggal 14 Juni 2022\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:58:55+00:00\",\r\n \"issued\": \"2022-06-14T01:58:55+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\r\n \"display\": \"{{Practitioner_Name}}\"\r\n }\r\n ],\r\n \"specimen\": [\r\n {\r\n \"reference\": \"{{Specimen_SHK}}\",\r\n \"display\": \"Specimen - SHK\"\r\n }\r\n ],\r\n \"result\": [\r\n {\r\n \"reference\": \"{{Observation_SHK}}\",\r\n \"display\": \"Observation - SHK\"\r\n }\r\n ],\r\n \"conclusionCode\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\r\n \"code\": \"H\",\r\n \"display\": \"High\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"DiagnosticReport\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:ead9de2b-4e47-4099-9dc2-d111293591c1\",\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\": \"1145307003\",\r\n \"display\": \"Exclusively breastfed\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Pemeriksaan Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T02:01:45+00:00\",\r\n \"issued\": \"2022-06-14T02:01:45+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueBoolean\": true\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:4f9dc7d7-0cca-4ab1-bbcb-3e93a941ac42\",\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\": \"1145307003\",\r\n \"display\": \"Exclusively breastfed\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Pemeriksaan Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T02:03:10+00:00\",\r\n \"issued\": \"2022-06-14T02:03:10+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\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:576818d6-5c46-4449-8c89-730d76423b9c\",\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\": \"1153593003\",\r\n \"display\": \"Weight for age z-score\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T02:04:35+00:00\",\r\n \"issued\": \"2022-06-14T02:04:35+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": -2.5,\r\n \"unit\": \"{Zscore}\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"{Zscore}\"\r\n },\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"248342006\",\r\n \"display\": \"Underweight\"\r\n }\r\n ],\r\n \"text\": \"Underweight\"\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:5d7dc1ae-7aff-443e-a8e7-b3aabe407585\",\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\": \"1153590000\",\r\n \"display\": \"Length for age z-score\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T02:06:00+00:00\",\r\n \"issued\": \"2022-06-14T02:06:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": -2,\r\n \"unit\": \"{Zscore}\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"{Zscore}\"\r\n },\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"17489000\",\r\n \"display\": \"Body height normal for age\"\r\n }\r\n ],\r\n \"text\": \"Normal\"\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:15f75770-71ab-40db-b2f7-dc6f246b9a1b\",\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\": \"1153598007\",\r\n \"display\": \"Body height for age z-score\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T02:07:25+00:00\",\r\n \"issued\": \"2022-06-14T02:07:25+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": -2,\r\n \"unit\": \"{Zscore}\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"{Zscore}\"\r\n },\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"17489000\",\r\n \"display\": \"Body height normal for age\"\r\n }\r\n ],\r\n \"text\": \"Normal\"\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:782b7ac5-d210-4753-a2d8-28ca9f42f72e\",\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\": \"1153598007\",\r\n \"display\": \"Weight for length z score\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T02:08:50+00:00\",\r\n \"issued\": \"2022-06-14T02:08:50+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": -2,\r\n \"unit\": \"{Zscore}\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"{Zscore}\"\r\n },\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"248325000\",\r\n \"display\": \"Undernourished\"\r\n }\r\n ],\r\n \"text\": \"Gizi Kurang\"\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:52316391-730b-40ea-8bae-204f056a6870\",\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\": \"1153600001\",\r\n \"display\": \"Weight for height z-score\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T02:10:15+00:00\",\r\n \"issued\": \"2022-06-14T02:10:15+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": -2,\r\n \"unit\": \"{Zscore}\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"{Zscore}\"\r\n },\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"248325000\",\r\n \"display\": \"Undernourished\"\r\n }\r\n ],\r\n \"text\": \"Gizi Kurang\"\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:5bcc058c-30b5-4e71-b0ea-31d201cb2314\",\r\n \"resource\": {\r\n \"resourceType\": \"QuestionnaireResponse\",\r\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0004\",\r\n \"status\": \"completed\",\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"authored\": \"2022-06-14T02:14:30+00:00\",\r\n \"author\": {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\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\": \"Apakah mengikuti kelas ibu balita\",\r\n \"answer\": [\r\n {\r\n \"valueBoolean\": true\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:3baeee33-9cd2-441b-a166-ac7f52e760ea\",\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\": \"P21.1\",\r\n \"display\": \"Mild and moderate birth asphyxia\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"onsetDateTime\": \"2022-06-14T02:15:55+00:00\",\r\n \"recordedDate\": \"2022-06-14T02:15:55+00:00\",\r\n \"note\": [\r\n {\r\n \"text\": \"Pasien mengalami Asfiksia Sedang\"\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:8f0aff9f-88af-462e-8e8a-07c3bb565bd6\",\r\n \"resource\": {\r\n \"resourceType\": \"Condition\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/condition/{{Org_id}}\",\r\n \"value\": \"{{Registration_ID}}\"\r\n }\r\n ],\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\": \"P28.5\",\r\n \"display\": \"Respiratory failure of newborn\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"onsetDateTime\": \"2022-06-14T02:17:20+00:00\",\r\n \"recordedDate\": \"2022-06-14T02:17:20+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:b54a993d-3f50-44ae-8b52-9d7e45ef7c4c\",\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\": \"373110003\",\r\n \"display\": \"Emergency procedure\"\r\n }\r\n ],\r\n \"text\": \"Emergency 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\": \"93.93\",\r\n \"display\": \"Nonmechanical methods of resuscitation\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Tindakan Resusitasi Anak Smith pada Selasa tanggal 14 Juni 2022\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2022-06-14T02:20:00+00:00\",\r\n \"end\": \"2022-06-14T02:23:25+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\": \"P21.1\",\r\n \"display\": \"Mild and moderate birth asphyxia\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"bodySite\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"123851003\",\r\n \"display\": \"Mouth region structure\"\r\n },\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"45206002\",\r\n \"display\": \"Nasal structure\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"note\": [\r\n {\r\n \"text\": \"Pemberian resusitasi neonatus melalui mulut dan hidung.\"\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:9456c2ab-e1c5-483e-93b0-1239f069ca81\",\r\n \"resource\": {\r\n \"resourceType\": \"AllergyIntolerance\",\r\n \"identifier\": [\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"http://sys-ids.kemkes.go.id/allergy/{{Org_id}}\",\r\n \"value\": \"98457729\"\r\n }\r\n ],\r\n \"clinicalStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical\",\r\n \"code\": \"active\",\r\n \"display\": \"Active\"\r\n }\r\n ]\r\n },\r\n \"verificationStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-verification\",\r\n \"code\": \"confirmed\",\r\n \"display\": \"Confirmed\"\r\n }\r\n ]\r\n },\r\n \"category\": [\r\n \"food\"\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\r\n \"code\": \"91000101\",\r\n \"display\": \"Paracetamol\"\r\n }\r\n ],\r\n \"text\": \"Alergi Paracetamol\"\r\n },\r\n \"patient\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"recordedDate\": \"2022-06-14T15:37:31+07:00\",\r\n \"recorder\": {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"AllergyIntolerance\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:9759ef07-078d-46a5-b52a-cc30ff710432\",\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 \"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 \"identifier\": [\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\r\n \"value\": \"123456789\"\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\": \"93001129\",\r\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\"\r\n }\r\n ]\r\n },\r\n \"status\": \"active\",\r\n \"manufacturer\": {\r\n \"reference\": \"Organization/{{Org_id}}\"\r\n },\r\n \"form\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\r\n \"code\": \"BS034\",\r\n \"display\": \"Larutan Injeksi\"\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:4e51aac6-acde-4967-9480-c16251f047d9\",\r\n \"resource\": {\r\n \"resourceType\": \"MedicationRequest\",\r\n \"identifier\": [\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\r\n \"value\": \"{{Registration_ID}}\"\r\n },\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\r\n \"value\": \"{{Registration_ID}}-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\": \"outpatient\",\r\n \"display\": \"Outpatient\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"priority\": \"routine\",\r\n \"medicationReference\": {\r\n \"reference\": \"Medication/{{Medication_forRequest}}\",\r\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"authoredOn\": \"2022-06-14T02:24:50+00:00\",\r\n \"requester\": {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\r\n \"display\": \"Dokter Bronsig\"\r\n },\r\n \"dosageInstruction\": [\r\n {\r\n \"sequence\": 1,\r\n \"text\": \"Injeksi Vitamin K secara intramuskular di paha kiri bayi bagian anterolateral sebanyak 1 mg dosis tunggal\",\r\n \"timing\": {\r\n \"repeat\": {\r\n \"count\": 1\r\n }\r\n },\r\n \"route\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://www.whocc.no/atc\",\r\n \"code\": \"inj.intramuscular\",\r\n \"display\": \"Injection Intramuscular\"\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\": \"Liquid\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\r\n \"code\": \"_Liquid\"\r\n }\r\n }\r\n ]\r\n }\r\n ],\r\n \"dispenseRequest\": {\r\n \"dispenseInterval\": {\r\n \"value\": 1,\r\n \"unit\": \"Day\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"d\"\r\n },\r\n \"validityPeriod\": {\r\n \"start\": \"2022-06-14T02:24:50+00:00\",\r\n \"end\": \"2022-06-15T02:24:50+00:00\"\r\n },\r\n \"numberOfRepeatsAllowed\": 0,\r\n \"quantity\": {\r\n \"value\": 1,\r\n \"unit\": \"Liquid\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\r\n \"code\": \"_Liquid\"\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:1de950d4-4ce5-4d8b-86f4-ce7b7d0bec19\",\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_id}}\"\r\n },\r\n \"authored\": \"2022-06-14T02:26:15+00:00\",\r\n \"author\": {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\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:9abdbb18-b0eb-4013-961a-f1a75b5d084d\",\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 \"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 \"identifier\": [\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\r\n \"value\": \"{{Registration_ID}}\"\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\": \"93001129\",\r\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\"\r\n }\r\n ]\r\n },\r\n \"status\": \"active\",\r\n \"manufacturer\": {\r\n \"reference\": \"Organization/{{Org_id}}\"\r\n },\r\n \"form\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\r\n \"code\": \"BS034\",\r\n \"display\": \"Larutan Injeksi\"\r\n }\r\n ]\r\n },\r\n \"batch\": {\r\n \"lotNumber\": \"1625043A\",\r\n \"expirationDate\": \"2025-08-22T14:27:00+00:00\"\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:87532ac8-fd2b-4790-bc22-9ec6f22f0990\",\r\n \"resource\": {\r\n \"resourceType\": \"MedicationDispense\",\r\n \"identifier\": [\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\r\n \"value\": \"{{Registration_ID}}\"\r\n },\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\r\n \"value\": \"{{Registration_ID}}\"\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\": \"outpatient\",\r\n \"display\": \"Outpatient\"\r\n }\r\n ]\r\n },\r\n \"medicationReference\": {\r\n \"reference\": \"Medication/{{Medication_forDispense}}\",\r\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"context\": {\r\n \"reference\": \"{{Encounter_id}}\"\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 \"location\": {\r\n \"reference\": \"Location/52e135eb-1956-4871-ba13-e833e662484d\",\r\n \"display\": \"Apotek Puskesmas Sangat Waras\"\r\n },\r\n \"authorizingPrescription\": [\r\n {\r\n \"reference\": \"MedicationRequest/{{Medication_Request}}\"\r\n }\r\n ],\r\n \"quantity\": {\r\n \"value\": 1,\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\r\n \"code\": \"_Liquid\"\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\": \"2022-06-14T03:07:45+00:00\",\r\n \"whenHandedOver\": \"2022-06-14T03:19:45+00:00\",\r\n \"dosageInstruction\": [\r\n {\r\n \"sequence\": 1,\r\n \"text\": \"Injeksi Vitamin K secara intramuskular di paha kiri bayi bagian anterolateral sebanyak 1 mg dosis tunggal\",\r\n \"timing\": {\r\n \"repeat\": {\r\n \"count\": 1\r\n }\r\n },\r\n \"route\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://www.whocc.no/atc\",\r\n \"code\": \"inj.intramuscular\",\r\n \"display\": \"Injection Intramuscular\"\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\": \"Liquid\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\r\n \"code\": \"_Liquid\"\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:0e9dae4c-ecb6-443f-af53-6f33d95aceb0\",\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\": \"00001\"\r\n }\r\n ],\r\n \"status\": \"active\",\r\n \"intent\": \"original-order\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"3457005\",\r\n \"display\": \"Patient referral\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"priority\": \"routine\",\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 },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"occurrenceDateTime\": \"2022-06-14T02:31:55+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\": \"Fatma\"\r\n }\r\n ],\r\n \"locationReference\": [\r\n {\r\n \"reference\": \"Location/{{Location_id}}\",\r\n \"display\": \"{{Location_Name}}\"\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\": \"P21.1\",\r\n \"display\": \"Mild and moderate birth asphyxia\"\r\n }\r\n ],\r\n \"text\": \"Pemeriksaan lanjutan asfiksia\"\r\n }\r\n ],\r\n \"patientInstruction\": \"Kontrol dalam 1 minggu, apabila ada ada keadaan darurat hubungi hotline Fasyankes di 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:b94e6ff0-50ba-4371-9f75-5ad37b5486ca\",\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\": \"359746009\",\r\n \"display\": \"Patient's condition stable\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Condition\"\r\n }\r\n }\r\n ]\r\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}",
|
|
"host": [
|
|
"{{base_url}}"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Bundle - bundle kunjungan neonatus",
|
|
"originalRequest": {
|
|
"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:e9828704-1f6c-4cf8-afa7-96029d88a834\",\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 \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare/neonate\",\r\n \"value\": \"KN1\"\r\n }\r\n ],\r\n \"status\": \"finished\",\r\n \"statusHistory\": [\r\n {\r\n \"status\": \"arrived\",\r\n \"period\": {\r\n \"start\": \"2022-06-14T00:00:00+00:00\",\r\n \"end\": \"2022-06-14T00:15:00+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"in-progress\",\r\n \"period\": {\r\n \"start\": \"2022-06-14T00:15:00+00:00\",\r\n \"end\": \"2022-06-14T03:01:55+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"finished\",\r\n \"period\": {\r\n \"start\": \"2022-06-14T03:01:55+00:00\",\r\n \"end\": \"2022-06-14T03:01:55+00:00\"\r\n }\r\n }\r\n ],\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\": \"Anak Smith\"\r\n },\r\n \"episodeOfCare\": [\r\n {\r\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_id}}\"\r\n }\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\": \"2022-06-14T00:00:00+00:00\",\r\n \"end\": \"2022-06-14T03:01:55+00:00\"\r\n },\r\n \"diagnosis\": [\r\n {\r\n \"condition\": {\r\n \"reference\": \"{{Diagnosis_Utama}}\",\r\n \"display\": \"{{DiagnosisUtama_Name}}\"\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 \"rank\": 1\r\n },\r\n {\r\n \"condition\": {\r\n \"reference\": \"{{Diagnosis_Sekunder}}\",\r\n \"display\": \"{{DiagnosisSekunder_Name}}\"\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 \"rank\": 2\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\": \"Anjuran dokter untuk pulang dan kontrol kembali 3 hari setelah Kelahiran\"\r\n }\r\n },\r\n \"location\": [\r\n {\r\n \"extension\": [\r\n {\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 \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ServiceClass\"\r\n }\r\n ],\r\n \"location\": {\r\n \"reference\": \"Location/{{Location_id}}\",\r\n \"display\": \"{{Location_Name}}\"\r\n },\r\n \"period\": {\r\n \"start\": \"2022-06-14T00:00:00+00:00\",\r\n \"end\": \"2022-06-14T03:01:55+00:00\"\r\n }\r\n }\r\n ],\r\n \"serviceProvider\": {\r\n \"reference\": \"Organization/{{Org_id}}\"\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:d2c4b932-21e2-48b3-91d2-5942323f85c5\",\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://loinc.org\",\r\n \"code\": \"57715-5\",\r\n \"display\": \"Birth time\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T00:16:25+00:00\",\r\n \"issued\": \"2022-06-14T00:16:25+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueTime\": \"14:35:21\"\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:74775a1b-7590-4ca4-b807-af58248835e4\",\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\": \"365475008\",\r\n \"display\": \"Place in family order\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T00:17:50+00:00\",\r\n \"issued\": \"2022-06-14T00:17:50+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueInteger\": 1\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:f7030da4-31da-4946-9fe0-0ef224cf8edc\",\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://loinc.org\",\r\n \"code\": \"76516-4\",\r\n \"display\": \"Gestational age--at birth\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T00:19:15+00:00\",\r\n \"issued\": \"2022-06-14T00:19:15+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\": \"wk\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"wk\"\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:200030ed-0d88-4638-84a7-2ef6f08e5265\",\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\": \"77362009\",\r\n \"display\": \"Mild to moderate birth asphyxia\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Anamnesa Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"note\": [\r\n {\r\n \"text\": \"Bayi mengalami asfiksia sedang. Dilaporkan oleh Ibu pasien\"\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:aa78d3de-27bb-49fb-8673-bf13ba80f126\",\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\": \"409063005\",\r\n \"display\": \"Counseling\"\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\": \"PC000003\",\r\n \"display\": \"Manajemen Terpadu Bayi Muda (MTBM)\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2022-06-14T00:23:20+00:00\",\r\n \"end\": \"2022-06-14T00:26:45+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 },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Procedure\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:518558b2-072f-47fd-9b04-210d508f80b3\",\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://loinc.org\",\r\n \"code\": \"8339-4\",\r\n \"display\": \"Birth weight Measured\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T00:28:10+00:00\",\r\n \"issued\": \"2022-06-14T00:28:10+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": 3470,\r\n \"unit\": \"g\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"g\"\r\n },\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"276712009\",\r\n \"display\": \"Normal birth weight\"\r\n }\r\n ],\r\n \"text\": \"BBLC (Bayi Berat Lahir Cukup)\"\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:c3fddbfa-3e8d-4aa2-8606-3d30617a43bd\",\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\": \"vital-signs\",\r\n \"display\": \"Vital Signs\"\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\": \"89269-5\",\r\n \"display\": \"Body height Measured --at birth\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T00:29:35+00:00\",\r\n \"issued\": \"2022-06-14T00:29:35+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": 45,\r\n \"unit\": \"cm\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"cm\"\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:5b01ebd1-755c-4c24-ac80-18e91d5831d9\",\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\": \"vital-signs\",\r\n \"display\": \"Vital Signs\"\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\": \"9843-4\",\r\n \"display\": \"Head Occipital-frontal circumference\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T00:31:00+00:00\",\r\n \"issued\": \"2022-06-14T00:31:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": 50,\r\n \"unit\": \"cm\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"cm\"\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:f8346563-bd0e-445c-819c-4dfbf1d7e796\",\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\": \"vital-signs\",\r\n \"display\": \"Vital Signs\"\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\": \"8867-4\",\r\n \"display\": \"Heart rate\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T00:32:25+00:00\",\r\n \"issued\": \"2022-06-14T00:32:25+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": 80,\r\n \"unit\": \"beats/minute\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"/min\"\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:2629597e-0a43-44b1-9a44-17ebd026130a\",\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\": \"vital-signs\",\r\n \"display\": \"Vital Signs\"\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\": \"8310-5\",\r\n \"display\": \"Body temperature\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T00:33:50+00:00\",\r\n \"issued\": \"2022-06-14T00:33:50+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": 36.7,\r\n \"unit\": \"C\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"Cel\"\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:212d9aef-ecd7-4d91-8793-47ad4cfd1bc8\",\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\": \"vital-signs\",\r\n \"display\": \"Vital Signs\"\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\": \"9279-1\",\r\n \"display\": \"Respiratory rate\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T00:35:15+00:00\",\r\n \"issued\": \"2022-06-14T00:35:15+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\": \"breaths/minute\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"/min\"\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:20b58892-1e63-4fb5-9c6d-7d39b90b19ba\",\r\n \"resource\": {\r\n \"resourceType\": \"Immunization\",\r\n \"status\": \"completed\",\r\n \"vaccineCode\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\r\n \"code\": \"93008995\",\r\n \"display\": \"Vaksin Hepatitis B Recombinant 20 ug/1 mL Suspensi Injeksi (1, HBV)\"\r\n }\r\n ]\r\n },\r\n \"patient\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"occurrenceDateTime\": \"2022-01-10T00:00:00+00:00\",\r\n \"recorded\": \"2022-01-10T00:00:00+00:00\",\r\n \"primarySource\": true,\r\n \"location\": {\r\n \"reference\": \"Location/{{Location_id}}\",\r\n \"display\": \"{{Location_Name}}\"\r\n },\r\n \"lotNumber\": \"202009007\",\r\n \"expirationDate\": \"2025-07-01\",\r\n \"route\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://www.whocc.no/atc\",\r\n \"code\": \"inj.intramuscular\",\r\n \"display\": \"Injection Intramuscular\"\r\n }\r\n ]\r\n },\r\n \"doseQuantity\": {\r\n \"value\": 1,\r\n \"unit\": \"mL\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"ml\"\r\n },\r\n \"performer\": [\r\n {\r\n \"function\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0443\",\r\n \"code\": \"AP\",\r\n \"display\": \"Administering Provider\"\r\n }\r\n ]\r\n },\r\n \"actor\": {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n }\r\n ],\r\n \"reasonCode\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-reason\",\r\n \"code\": \"IM-Dasar\",\r\n \"display\": \"Imunisasi Program Rutin Dasar\"\r\n },\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-routine-timing\",\r\n \"code\": \"IM-Ideal\",\r\n \"display\": \"Imunisasi Ideal\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"protocolApplied\": [\r\n {\r\n \"doseNumberPositiveInt\": 1\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Immunization\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:ebdbff99-cb64-46d4-ad03-c5fed72f0cdf\",\r\n \"resource\": {\r\n \"resourceType\": \"Immunization\",\r\n \"status\": \"not-done\",\r\n \"statusReason\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActReason\",\r\n \"code\": \"MEDPREC\",\r\n \"display\": \"medical precaution\"\r\n }\r\n ],\r\n \"text\": \"Anak sedang demam\"\r\n },\r\n \"vaccineCode\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\r\n \"code\": \"VG45\",\r\n \"display\": \"HepB\"\r\n }\r\n ]\r\n },\r\n \"patient\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"occurrenceDateTime\": \"2022-01-10T00:00:00+00:00\",\r\n \"recorded\": \"2022-01-10T00:00:00+00:00\",\r\n \"primarySource\": true,\r\n \"location\": {\r\n \"reference\": \"Location/{{Location_id}}\",\r\n \"display\": \"{{Location_Name}}\"\r\n },\r\n \"performer\": [\r\n {\r\n \"function\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0443\",\r\n \"code\": \"OP\",\r\n \"display\": \"Ordering Provider\"\r\n }\r\n ]\r\n },\r\n \"actor\": {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n }\r\n ],\r\n \"reasonCode\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-reason\",\r\n \"code\": \"IM-Dasar\",\r\n \"display\": \"Imunisasi Program Rutin Dasar\"\r\n },\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-routine-timing\",\r\n \"code\": \"IM-Ideal\",\r\n \"display\": \"Imunisasi Ideal\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"protocolApplied\": [\r\n {\r\n \"doseNumberPositiveInt\": 1\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Immunization\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:49957ab2-bb29-464e-97e7-6fd767e3146e\",\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\": \"409063005\",\r\n \"display\": \"Counseling\"\r\n }\r\n ]\r\n },\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"448883004\",\r\n \"display\": \"Injection of vitamin K1\"\r\n }\r\n ],\r\n \"text\": \"Injection of vitamin K1\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2022-06-14T00:37:55+00:00\",\r\n \"end\": \"2022-06-14T00:41:20+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 },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Procedure\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:dcc48456-addb-44c2-ae9e-ab677c469186\",\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\": \"409063005\",\r\n \"display\": \"Counseling\"\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\": \"PC000001\",\r\n \"display\": \"Perawatan Tali Pusat\"\r\n }\r\n ],\r\n \"text\": \"Perawatan Tali Pusat\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2022-06-14T00:44:00+00:00\",\r\n \"end\": \"2022-06-14T00:47:25+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 },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Procedure\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:2cdd7b14-1fc7-41d0-aedd-7bd27e32aa4b\",\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\": \"409063005\",\r\n \"display\": \"Counseling\"\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\": \"PC000002\",\r\n \"display\": \"Pemberian Salep Antibiotik Mata\"\r\n }\r\n ],\r\n \"text\": \"Pemberian Salep Antibiotik Mata\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2022-06-14T00:50:05+00:00\",\r\n \"end\": \"2022-06-14T00:53:30+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 },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Procedure\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:35eee7cc-8ede-4558-8a15-46a3c4fac487\",\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\": \"440626008\",\r\n \"display\": \"Procedure related to breastfeeding\"\r\n }\r\n ]\r\n },\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"431868002\",\r\n \"display\": \"Initiation of breastfeeding\"\r\n }\r\n ],\r\n \"text\": \"Inisiasi Menyusui Dini\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2022-06-14T00:56:10+00:00\",\r\n \"end\": \"2022-06-14T00:59:35+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 },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Procedure\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:44cef6b1-903b-438e-8e4c-c2074c22e896\",\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\": \"OC000016\",\r\n \"display\": \"Waktu Inisiasi Menyusui Dini\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:01:00+00:00\",\r\n \"issued\": \"2022-06-14T01:01: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\": \"OV000014\",\r\n \"display\": \"Kurang dari 1 jam\"\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:f4119a89-53bd-4f0d-9d0a-ae6c71c09357\",\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://loinc.org\",\r\n \"code\": \"32406-1\",\r\n \"display\": \"1 minute Apgar Color\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:02:25+00:00\",\r\n \"issued\": \"2022-06-14T01:02:25+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://loinc.org\",\r\n \"code\": \"LA6724-4\",\r\n \"display\": \"Good color all over\"\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:d695e16c-a394-417b-abc7-da27c81cd36c\",\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://loinc.org\",\r\n \"code\": \"32407-9\",\r\n \"display\": \"1 minute Apgar Heart rate\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:03:50+00:00\",\r\n \"issued\": \"2022-06-14T01:03:50+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://loinc.org\",\r\n \"code\": \"LA6717-8\",\r\n \"display\": \"Fewer than 100 beats per minute\"\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:82ba4f89-d1a7-45dc-bb40-28ea995d3b99\",\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://loinc.org\",\r\n \"code\": \"32409-5\",\r\n \"display\": \"1 minute Apgar Reflex irritability\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:05:15+00:00\",\r\n \"issued\": \"2022-06-14T01:05:15+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://loinc.org\",\r\n \"code\": \"LA6720-2\",\r\n \"display\": \"Grimace during suctioning\"\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:92ba1926-1566-4ef9-82c2-5e364710bc6d\",\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://loinc.org\",\r\n \"code\": \"32408-7\",\r\n \"display\": \"1 minute Apgar Muscle tone\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:06:40+00:00\",\r\n \"issued\": \"2022-06-14T01:06:40+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://loinc.org\",\r\n \"code\": \"LA6714-5\",\r\n \"display\": \"Some flexion of arms and legs\"\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:65702e10-a329-448f-b02d-45f2da53bf44\",\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://loinc.org\",\r\n \"code\": \"32410-3\",\r\n \"display\": \"1 minute Apgar Respiratory effort\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:08:05+00:00\",\r\n \"issued\": \"2022-06-14T01:08:05+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://loinc.org\",\r\n \"code\": \"LA6726-9\",\r\n \"display\": \"Weak cry; may sound like whimpering, slow or irregular breathing\"\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:b74bb968-55c3-4895-9435-d5394e30b180\",\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://loinc.org\",\r\n \"code\": \"9272-6\",\r\n \"display\": \"1 minute Apgar Score\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:09:30+00:00\",\r\n \"issued\": \"2022-06-14T01:09:30+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": 6,\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://snomed.info/sct\",\r\n \"code\": \"77362009\",\r\n \"display\": \"Mild to moderate birth asphyxia\"\r\n }\r\n ],\r\n \"text\": \"Asfiksia sedang\"\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:4e3c623a-cf32-4c90-bf82-4dd6c70195fe\",\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://loinc.org\",\r\n \"code\": \"32411-1\",\r\n \"display\": \"5 minute Apgar Color\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:10:55+00:00\",\r\n \"issued\": \"2022-06-14T01:10:55+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://loinc.org\",\r\n \"code\": \"LA6724-4\",\r\n \"display\": \"Good color all over\"\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:e58a9a4a-5df7-4660-a261-64244a051771\",\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://loinc.org\",\r\n \"code\": \"32412-9\",\r\n \"display\": \"5 minute Apgar Heart rate\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:12:20+00:00\",\r\n \"issued\": \"2022-06-14T01:12:20+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://loinc.org\",\r\n \"code\": \"LA6717-8\",\r\n \"display\": \"Fewer than 100 beats per minute\"\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:28bf8c11-d7ff-4f40-b804-87c0e0f180bb\",\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://loinc.org\",\r\n \"code\": \"32414-5\",\r\n \"display\": \"5 minute Apgar Reflex irritability\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:13:45+00:00\",\r\n \"issued\": \"2022-06-14T01:13:45+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://loinc.org\",\r\n \"code\": \"LA6720-2\",\r\n \"display\": \"Grimace during suctioning\"\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:faa3b4ff-f998-460a-9a27-d2f816adf073\",\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://loinc.org\",\r\n \"code\": \"32413-7\",\r\n \"display\": \"5 minute Apgar Muscle tone\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:15:10+00:00\",\r\n \"issued\": \"2022-06-14T01:15:10+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://loinc.org\",\r\n \"code\": \"LA6714-5\",\r\n \"display\": \"Some flexion of arms and legs\"\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:06b64ed7-b953-4838-93b5-4af4e6cffafc\",\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://loinc.org\",\r\n \"code\": \"32415-2\",\r\n \"display\": \"5 minute Apgar Respiratory effort\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:16:35+00:00\",\r\n \"issued\": \"2022-06-14T01:16:35+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://loinc.org\",\r\n \"code\": \"LA6726-9\",\r\n \"display\": \"Weak cry; may sound like whimpering, slow or irregular breathing\"\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:93c579ce-7e32-4f80-aec3-96d0c77a4a7a\",\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://loinc.org\",\r\n \"code\": \"9274-2\",\r\n \"display\": \"5 minute Apgar Score\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:18:00+00:00\",\r\n \"issued\": \"2022-06-14T01:18:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": 6,\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://snomed.info/sct\",\r\n \"code\": \"77362009\",\r\n \"display\": \"Mild to moderate birth asphyxia\"\r\n }\r\n ],\r\n \"text\": \"Asfiksia sedang\"\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:1c942a71-d0e5-4260-95ae-6e68d0291119\",\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://loinc.org\",\r\n \"code\": \"32401-2\",\r\n \"display\": \"10 minute Apgar Color\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:19:25+00:00\",\r\n \"issued\": \"2022-06-14T01:19:25+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://loinc.org\",\r\n \"code\": \"LA6724-4\",\r\n \"display\": \"Good color all over\"\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:3e2b512e-e625-4857-9f9e-ae5aba57525f\",\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://loinc.org\",\r\n \"code\": \"32402-0\",\r\n \"display\": \"10 minute Apgar Heart rate\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:20:50+00:00\",\r\n \"issued\": \"2022-06-14T01:20:50+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://loinc.org\",\r\n \"code\": \"LA6717-8\",\r\n \"display\": \"Fewer than 100 beats per minute\"\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:01b7b7ec-9926-4e9d-b47a-ec069a1d98cb\",\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://loinc.org\",\r\n \"code\": \"32404-6\",\r\n \"display\": \"10 minute Apgar Reflex irritability\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:22:15+00:00\",\r\n \"issued\": \"2022-06-14T01:22:15+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://loinc.org\",\r\n \"code\": \"LA6720-2\",\r\n \"display\": \"Grimace during suctioning\"\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:6c07eb0f-8532-488a-b774-9915916703be\",\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://loinc.org\",\r\n \"code\": \"32403-8\",\r\n \"display\": \"10 minute Apgar Muscle tone\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:23:40+00:00\",\r\n \"issued\": \"2022-06-14T01:23:40+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://loinc.org\",\r\n \"code\": \"LA6714-5\",\r\n \"display\": \"Some flexion of arms and legs\"\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:44fe3617-dff9-4ac9-9a43-85d6e0442df7\",\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://loinc.org\",\r\n \"code\": \"32405-3\",\r\n \"display\": \"10 minute Apgar Respiratory effort\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:25:05+00:00\",\r\n \"issued\": \"2022-06-14T01:25:05+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://loinc.org\",\r\n \"code\": \"LA6726-9\",\r\n \"display\": \"Weak cry; may sound like whimpering, slow or irregular breathing\"\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:81c7bf51-e535-4ebe-8381-bcc8506cf010\",\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://loinc.org\",\r\n \"code\": \"9271-8\",\r\n \"display\": \"10 minute Apgar Score\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:26:30+00:00\",\r\n \"issued\": \"2022-06-14T01:26:30+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": 6,\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://snomed.info/sct\",\r\n \"code\": \"77362009\",\r\n \"display\": \"Mild to moderate birth asphyxia\"\r\n }\r\n ],\r\n \"text\": \"Asfiksia sedang\"\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:00339ff5-8f76-45bb-b5a7-285fdc258ffe\",\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\": \"O111111\"\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\": \"laboratory\",\r\n \"display\": \"Laboratory\"\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\": \"883-9\",\r\n \"display\": \"ABO group [Type] in Blood\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:27:55+00:00\",\r\n \"issued\": \"2022-06-14T01:27:55+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://loinc.org\",\r\n \"code\": \"LA19710-5\",\r\n \"display\": \"Group A\"\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:3250fbbd-e924-48a7-9351-069ad473dacb\",\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\": \"O111112\"\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\": \"laboratory\",\r\n \"display\": \"Laboratory\"\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\": \"10331-7\",\r\n \"display\": \"Rh [Type] in Blood\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:29:20+00:00\",\r\n \"issued\": \"2022-06-14T01:29:20+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://loinc.org\",\r\n \"code\": \"LA6576-8\",\r\n \"display\": \"Positive\"\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:83254213-0c95-4a49-b208-b897a35896c8\",\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\": \"373110003\",\r\n \"display\": \"Emergency procedure\"\r\n }\r\n ]\r\n },\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"386412000\",\r\n \"display\": \"Resuscitation of neonate\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2022-06-14T01:32:00+00:00\",\r\n \"end\": \"2022-06-14T01:35:25+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 },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Procedure\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:356edf15-720f-4b7c-9d2a-252b27b47e97\",\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\": \"373110003\",\r\n \"display\": \"Emergency procedure\"\r\n }\r\n ]\r\n },\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"386412000\",\r\n \"display\": \"Resuscitation of neonate\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2022-06-14T01:38:05+00:00\",\r\n \"end\": \"2022-06-14T01:41:30+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 },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Procedure\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:e7770b41-9fc5-4b19-b0f2-4b1674310885\",\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\": \"10206-1\",\r\n \"display\": \"Physical findings of Skin Narrative\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:42:55+00:00\",\r\n \"issued\": \"2022-06-14T01:42:55+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueString\": \"Abnormal\",\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\r\n \"code\": \"A\",\r\n \"display\": \"Abnormal\"\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:06f734f4-62ad-47d7-b5c8-b8d87da60113\",\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\": \"10199-8\",\r\n \"display\": \"Physical findings of Head Narrative\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:44:20+00:00\",\r\n \"issued\": \"2022-06-14T01:44:20+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueString\": \"Dalam Batas Normal (dbn)\",\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\r\n \"code\": \"N\",\r\n \"display\": \"Normal\"\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:d099fdf2-ad9e-462c-a57e-743fcc3c53f7\",\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\": \"10197-2\",\r\n \"display\": \"Physical findings of Eye Narrative\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:45:45+00:00\",\r\n \"issued\": \"2022-06-14T01:45:45+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueString\": \"Dalam Batas Normal (dbn)\",\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\r\n \"code\": \"N\",\r\n \"display\": \"Normal\"\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:9551116e-491b-44ad-8b0d-0e98d233e8be\",\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\": \"32453-3\",\r\n \"display\": \"Physical findings of Mouth\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:47:10+00:00\",\r\n \"issued\": \"2022-06-14T01:47:10+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueString\": \"Dalam Batas Normal (dbn)\",\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\r\n \"code\": \"N\",\r\n \"display\": \"Normal\"\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:a3ff7966-c43e-471b-86af-807c12433f66\",\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\": \"10191-5\",\r\n \"display\": \"Physical findings of Abdomen Narrative\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:48:35+00:00\",\r\n \"issued\": \"2022-06-14T01:48:35+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueString\": \"Dalam Batas Normal (dbn)\",\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\r\n \"code\": \"N\",\r\n \"display\": \"Normal\"\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:86819eac-cde9-47b9-93de-499d5a93eff0\",\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\": \"10192-3\",\r\n \"display\": \"Physical findings of Back Narrative\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:50:00+00:00\",\r\n \"issued\": \"2022-06-14T01:50:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueString\": \"Dalam Batas Normal (dbn)\",\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\r\n \"code\": \"N\",\r\n \"display\": \"Normal\"\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:0012628a-ae77-473b-a0bd-ad5e754433a4\",\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\": \"11388-6\",\r\n \"display\": \"Physical findings of Buttocks Narrative\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:51:25+00:00\",\r\n \"issued\": \"2022-06-14T01:51:25+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueString\": \"Dalam Batas Normal (dbn)\",\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\r\n \"code\": \"N\",\r\n \"display\": \"Normal\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"bodySite\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"53505006\",\r\n \"display\": \"Anal structure\"\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:a6f7c80b-6216-42ca-ad5f-a85569cef875\",\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\": \"11400-9\",\r\n \"display\": \"Physical findings of Genitalia Narrative\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:52:50+00:00\",\r\n \"issued\": \"2022-06-14T01:52:50+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueString\": \"Dalam Batas Normal (dbn)\",\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\r\n \"code\": \"N\",\r\n \"display\": \"Normal\"\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:e7d41e73-d16d-4eba-8e65-3304fd8a819c\",\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://snomed.info/sct\",\r\n \"code\": \"400984005\",\r\n \"display\": \"Congenital hypothyroidism screening test\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2022-06-14T01:55:30+00:00\",\r\n \"end\": \"2022-06-14T01:58:55+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 },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Procedure\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:3fe5dc9c-038d-406d-a7f3-26d0b17245f5\",\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\": \"202403A0004687\"\r\n }\r\n ],\r\n \"status\": \"active\",\r\n \"intent\": \"order\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"108252007\",\r\n \"display\": \"Laboratory procedure\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"priority\": \"routine\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"29575-8\",\r\n \"display\": \"Thyrotropin [Units/volume] in DBS\"\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_id}}\",\r\n \"display\": \"Kunjungan {{Patient_Name}} pada tanggal 14 Juni 2022\"\r\n },\r\n \"occurrenceDateTime\": \"2022-06-14T01:55:30+00:00\",\r\n \"authoredOn\": \"2022-06-14T01:55:30+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\": \"{{Practitioner_Name}}\"\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:32718b53-6abb-4a4b-9862-fd7c8f834a28\",\r\n \"resource\": {\r\n \"resourceType\": \"Specimen\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/specimen/{{Org_id}}\",\r\n \"value\": \"202403A0004689\"\r\n }\r\n ],\r\n \"status\": \"available\",\r\n \"type\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"119294007\",\r\n \"display\": \"Dried blood specimen\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"{{Patient_Name}}\"\r\n },\r\n \"receivedTime\": \"2022-06-14T01:55:30+00:00\",\r\n \"request\": [\r\n {\r\n \"reference\": \"{{ServiceRequest_SHK}}\",\r\n \"display\": \"ServiceRequest - SHK\"\r\n }\r\n ],\r\n \"collection\": {\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ServiceClass\",\r\n \"valueReference\": {\r\n \"reference\": \"Organization/{{Org_id}}\"\r\n }\r\n }\r\n ],\r\n \"collectedDateTime\": \"2022-06-14T01:55:30+00:00\",\r\n \"bodySite\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"76853006\",\r\n \"display\": \"Heel structure\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Specimen\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:06e1b8d5-9741-428c-ae56-a2b820ec7505\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"basedOn\": [\r\n {\r\n \"reference\": \"{{ServiceRequest_SHK}}\"\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\": \"laboratory\",\r\n \"display\": \"Laboratory\"\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\": \"29575-8\",\r\n \"display\": \"Thyrotropin [Units/volume] in DBS\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T02:00:20+00:00\",\r\n \"issued\": \"2022-06-14T02:00:20+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 \"valueQuantity\": {\r\n \"value\": 30,\r\n \"unit\": \"m[IU]/L\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"m[IU]/L\"\r\n },\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\r\n \"code\": \"H\",\r\n \"display\": \"High\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"specimen\": {\r\n \"reference\": \"{{Specimen_SHK}}\"\r\n },\r\n \"referenceRange\": [\r\n {\r\n \"high\": {\r\n \"value\": 20,\r\n \"unit\": \"m[IU]/L\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"m[IU]/L\"\r\n },\r\n \"text\": \"Normal\"\r\n },\r\n {\r\n \"low\": {\r\n \"value\": 20,\r\n \"unit\": \"m[IU]/L\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"m[IU]/L\"\r\n },\r\n \"text\": \"High\"\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:d4643ba9-48d0-4476-a2f7-c9682c224cd5\",\r\n \"resource\": {\r\n \"resourceType\": \"DiagnosticReport\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/{{Org_id}}/lab\",\r\n \"value\": \"202403A0004692\"\r\n }\r\n ],\r\n \"basedOn\": [\r\n {\r\n \"reference\": \"{{ServiceRequest_SHK}}\",\r\n \"display\": \"ServiceRequest - SHK\"\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\": \"CH\",\r\n \"display\": \"Chemistry\"\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\": \"29575-8\",\r\n \"display\": \"Thyrotropin [Units/volume] in DBS\"\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_id}}\",\r\n \"display\": \"Kunjungan {{Patient_Name}} pada tanggal 14 Juni 2022\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:58:55+00:00\",\r\n \"issued\": \"2022-06-14T01:58:55+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\r\n \"display\": \"{{Practitioner_Name}}\"\r\n }\r\n ],\r\n \"specimen\": [\r\n {\r\n \"reference\": \"{{Specimen_SHK}}\",\r\n \"display\": \"Specimen - SHK\"\r\n }\r\n ],\r\n \"result\": [\r\n {\r\n \"reference\": \"{{Observation_SHK}}\",\r\n \"display\": \"Observation - SHK\"\r\n }\r\n ],\r\n \"conclusionCode\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\r\n \"code\": \"H\",\r\n \"display\": \"High\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"DiagnosticReport\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:ead9de2b-4e47-4099-9dc2-d111293591c1\",\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\": \"1145307003\",\r\n \"display\": \"Exclusively breastfed\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Pemeriksaan Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T02:01:45+00:00\",\r\n \"issued\": \"2022-06-14T02:01:45+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueBoolean\": true\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:4f9dc7d7-0cca-4ab1-bbcb-3e93a941ac42\",\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\": \"1145307003\",\r\n \"display\": \"Exclusively breastfed\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Pemeriksaan Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T02:03:10+00:00\",\r\n \"issued\": \"2022-06-14T02:03:10+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\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:576818d6-5c46-4449-8c89-730d76423b9c\",\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\": \"1153593003\",\r\n \"display\": \"Weight for age z-score\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T02:04:35+00:00\",\r\n \"issued\": \"2022-06-14T02:04:35+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": -2.5,\r\n \"unit\": \"{Zscore}\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"{Zscore}\"\r\n },\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"248342006\",\r\n \"display\": \"Underweight\"\r\n }\r\n ],\r\n \"text\": \"Underweight\"\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:5d7dc1ae-7aff-443e-a8e7-b3aabe407585\",\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\": \"1153590000\",\r\n \"display\": \"Length for age z-score\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T02:06:00+00:00\",\r\n \"issued\": \"2022-06-14T02:06:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": -2,\r\n \"unit\": \"{Zscore}\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"{Zscore}\"\r\n },\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"17489000\",\r\n \"display\": \"Body height normal for age\"\r\n }\r\n ],\r\n \"text\": \"Normal\"\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:15f75770-71ab-40db-b2f7-dc6f246b9a1b\",\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\": \"1153598007\",\r\n \"display\": \"Body height for age z-score\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T02:07:25+00:00\",\r\n \"issued\": \"2022-06-14T02:07:25+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": -2,\r\n \"unit\": \"{Zscore}\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"{Zscore}\"\r\n },\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"17489000\",\r\n \"display\": \"Body height normal for age\"\r\n }\r\n ],\r\n \"text\": \"Normal\"\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:782b7ac5-d210-4753-a2d8-28ca9f42f72e\",\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\": \"1153598007\",\r\n \"display\": \"Weight for length z score\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T02:08:50+00:00\",\r\n \"issued\": \"2022-06-14T02:08:50+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": -2,\r\n \"unit\": \"{Zscore}\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"{Zscore}\"\r\n },\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"248325000\",\r\n \"display\": \"Undernourished\"\r\n }\r\n ],\r\n \"text\": \"Gizi Kurang\"\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:52316391-730b-40ea-8bae-204f056a6870\",\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\": \"1153600001\",\r\n \"display\": \"Weight for height z-score\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T02:10:15+00:00\",\r\n \"issued\": \"2022-06-14T02:10:15+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": -2,\r\n \"unit\": \"{Zscore}\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"{Zscore}\"\r\n },\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"248325000\",\r\n \"display\": \"Undernourished\"\r\n }\r\n ],\r\n \"text\": \"Gizi Kurang\"\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:5bcc058c-30b5-4e71-b0ea-31d201cb2314\",\r\n \"resource\": {\r\n \"resourceType\": \"QuestionnaireResponse\",\r\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0004\",\r\n \"status\": \"completed\",\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"authored\": \"2022-06-14T02:14:30+00:00\",\r\n \"author\": {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\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\": \"Apakah mengikuti kelas ibu balita\",\r\n \"answer\": [\r\n {\r\n \"valueBoolean\": true\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:3baeee33-9cd2-441b-a166-ac7f52e760ea\",\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\": \"P21.1\",\r\n \"display\": \"Mild and moderate birth asphyxia\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"onsetDateTime\": \"2022-06-14T02:15:55+00:00\",\r\n \"recordedDate\": \"2022-06-14T02:15:55+00:00\",\r\n \"note\": [\r\n {\r\n \"text\": \"Pasien mengalami Asfiksia Sedang\"\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:8f0aff9f-88af-462e-8e8a-07c3bb565bd6\",\r\n \"resource\": {\r\n \"resourceType\": \"Condition\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/condition/{{Org_id}}\",\r\n \"value\": \"{{Registration_ID}}\"\r\n }\r\n ],\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\": \"P28.5\",\r\n \"display\": \"Respiratory failure of newborn\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"onsetDateTime\": \"2022-06-14T02:17:20+00:00\",\r\n \"recordedDate\": \"2022-06-14T02:17:20+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:b54a993d-3f50-44ae-8b52-9d7e45ef7c4c\",\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\": \"373110003\",\r\n \"display\": \"Emergency procedure\"\r\n }\r\n ],\r\n \"text\": \"Emergency 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\": \"93.93\",\r\n \"display\": \"Nonmechanical methods of resuscitation\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Tindakan Resusitasi Anak Smith pada Selasa tanggal 14 Juni 2022\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2022-06-14T02:20:00+00:00\",\r\n \"end\": \"2022-06-14T02:23:25+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\": \"P21.1\",\r\n \"display\": \"Mild and moderate birth asphyxia\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"bodySite\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"123851003\",\r\n \"display\": \"Mouth region structure\"\r\n },\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"45206002\",\r\n \"display\": \"Nasal structure\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"note\": [\r\n {\r\n \"text\": \"Pemberian resusitasi neonatus melalui mulut dan hidung.\"\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:9456c2ab-e1c5-483e-93b0-1239f069ca81\",\r\n \"resource\": {\r\n \"resourceType\": \"AllergyIntolerance\",\r\n \"identifier\": [\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"http://sys-ids.kemkes.go.id/allergy/{{Org_id}}\",\r\n \"value\": \"98457729\"\r\n }\r\n ],\r\n \"clinicalStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical\",\r\n \"code\": \"active\",\r\n \"display\": \"Active\"\r\n }\r\n ]\r\n },\r\n \"verificationStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-verification\",\r\n \"code\": \"confirmed\",\r\n \"display\": \"Confirmed\"\r\n }\r\n ]\r\n },\r\n \"category\": [\r\n \"food\"\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\r\n \"code\": \"91000101\",\r\n \"display\": \"Paracetamol\"\r\n }\r\n ],\r\n \"text\": \"Alergi Paracetamol\"\r\n },\r\n \"patient\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"recordedDate\": \"2022-06-14T15:37:31+07:00\",\r\n \"recorder\": {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"AllergyIntolerance\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:9759ef07-078d-46a5-b52a-cc30ff710432\",\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 \"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 \"identifier\": [\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\r\n \"value\": \"123456789\"\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\": \"93001129\",\r\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\"\r\n }\r\n ]\r\n },\r\n \"status\": \"active\",\r\n \"manufacturer\": {\r\n \"reference\": \"Organization/{{Org_id}}\"\r\n },\r\n \"form\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\r\n \"code\": \"BS034\",\r\n \"display\": \"Larutan Injeksi\"\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:4e51aac6-acde-4967-9480-c16251f047d9\",\r\n \"resource\": {\r\n \"resourceType\": \"MedicationRequest\",\r\n \"identifier\": [\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\r\n \"value\": \"{{Registration_ID}}\"\r\n },\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\r\n \"value\": \"{{Registration_ID}}-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\": \"outpatient\",\r\n \"display\": \"Outpatient\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"priority\": \"routine\",\r\n \"medicationReference\": {\r\n \"reference\": \"Medication/{{Medication_forRequest}}\",\r\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"authoredOn\": \"2022-06-14T02:24:50+00:00\",\r\n \"requester\": {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\r\n \"display\": \"Dokter Bronsig\"\r\n },\r\n \"dosageInstruction\": [\r\n {\r\n \"sequence\": 1,\r\n \"text\": \"Injeksi Vitamin K secara intramuskular di paha kiri bayi bagian anterolateral sebanyak 1 mg dosis tunggal\",\r\n \"timing\": {\r\n \"repeat\": {\r\n \"count\": 1\r\n }\r\n },\r\n \"route\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://www.whocc.no/atc\",\r\n \"code\": \"inj.intramuscular\",\r\n \"display\": \"Injection Intramuscular\"\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\": \"Liquid\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\r\n \"code\": \"_Liquid\"\r\n }\r\n }\r\n ]\r\n }\r\n ],\r\n \"dispenseRequest\": {\r\n \"dispenseInterval\": {\r\n \"value\": 1,\r\n \"unit\": \"Day\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"d\"\r\n },\r\n \"validityPeriod\": {\r\n \"start\": \"2022-06-14T02:24:50+00:00\",\r\n \"end\": \"2022-06-15T02:24:50+00:00\"\r\n },\r\n \"numberOfRepeatsAllowed\": 0,\r\n \"quantity\": {\r\n \"value\": 1,\r\n \"unit\": \"Liquid\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\r\n \"code\": \"_Liquid\"\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:1de950d4-4ce5-4d8b-86f4-ce7b7d0bec19\",\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_id}}\"\r\n },\r\n \"authored\": \"2022-06-14T02:26:15+00:00\",\r\n \"author\": {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\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:9abdbb18-b0eb-4013-961a-f1a75b5d084d\",\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 \"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 \"identifier\": [\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\r\n \"value\": \"{{Registration_ID}}\"\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\": \"93001129\",\r\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\"\r\n }\r\n ]\r\n },\r\n \"status\": \"active\",\r\n \"manufacturer\": {\r\n \"reference\": \"Organization/{{Org_id}}\"\r\n },\r\n \"form\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\r\n \"code\": \"BS034\",\r\n \"display\": \"Larutan Injeksi\"\r\n }\r\n ]\r\n },\r\n \"batch\": {\r\n \"lotNumber\": \"1625043A\",\r\n \"expirationDate\": \"2025-08-22T14:27:00+00:00\"\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:87532ac8-fd2b-4790-bc22-9ec6f22f0990\",\r\n \"resource\": {\r\n \"resourceType\": \"MedicationDispense\",\r\n \"identifier\": [\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\r\n \"value\": \"{{Registration_ID}}\"\r\n },\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\r\n \"value\": \"{{Registration_ID}}\"\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\": \"outpatient\",\r\n \"display\": \"Outpatient\"\r\n }\r\n ]\r\n },\r\n \"medicationReference\": {\r\n \"reference\": \"Medication/{{Medication_forDispense}}\",\r\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"context\": {\r\n \"reference\": \"{{Encounter_id}}\"\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 \"location\": {\r\n \"reference\": \"Location/52e135eb-1956-4871-ba13-e833e662484d\",\r\n \"display\": \"Apotek Puskesmas Sangat Waras\"\r\n },\r\n \"authorizingPrescription\": [\r\n {\r\n \"reference\": \"MedicationRequest/{{Medication_Request}}\"\r\n }\r\n ],\r\n \"quantity\": {\r\n \"value\": 1,\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\r\n \"code\": \"_Liquid\"\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\": \"2022-06-14T03:07:45+00:00\",\r\n \"whenHandedOver\": \"2022-06-14T03:19:45+00:00\",\r\n \"dosageInstruction\": [\r\n {\r\n \"sequence\": 1,\r\n \"text\": \"Injeksi Vitamin K secara intramuskular di paha kiri bayi bagian anterolateral sebanyak 1 mg dosis tunggal\",\r\n \"timing\": {\r\n \"repeat\": {\r\n \"count\": 1\r\n }\r\n },\r\n \"route\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://www.whocc.no/atc\",\r\n \"code\": \"inj.intramuscular\",\r\n \"display\": \"Injection Intramuscular\"\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\": \"Liquid\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\r\n \"code\": \"_Liquid\"\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:0e9dae4c-ecb6-443f-af53-6f33d95aceb0\",\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\": \"00001\"\r\n }\r\n ],\r\n \"status\": \"active\",\r\n \"intent\": \"original-order\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"3457005\",\r\n \"display\": \"Patient referral\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"priority\": \"routine\",\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 },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"occurrenceDateTime\": \"2022-06-14T02:31:55+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\": \"Fatma\"\r\n }\r\n ],\r\n \"locationReference\": [\r\n {\r\n \"reference\": \"Location/{{Location_id}}\",\r\n \"display\": \"{{Location_Name}}\"\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\": \"P21.1\",\r\n \"display\": \"Mild and moderate birth asphyxia\"\r\n }\r\n ],\r\n \"text\": \"Pemeriksaan lanjutan asfiksia\"\r\n }\r\n ],\r\n \"patientInstruction\": \"Kontrol dalam 1 minggu, apabila ada ada keadaan darurat hubungi hotline Fasyankes di 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:b94e6ff0-50ba-4371-9f75-5ad37b5486ca\",\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\": \"359746009\",\r\n \"display\": \"Patient's condition stable\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Condition\"\r\n }\r\n }\r\n ]\r\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, 02 Aug 2024 05:41:24 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "26615"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "5e4410d2-fa58-46e3-8d3e-68be53f43151"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Encounter/a8b69580-18d7-42dd-95e0-068836cfb21c/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Encounter\",\n \"resourceID\": \"a8b69580-18d7-42dd-95e0-068836cfb21c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/9155663a-cee5-4d73-82b4-1e1047a601fc/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"9155663a-cee5-4d73-82b4-1e1047a601fc\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/7d236fae-2564-4a95-b0f9-218e2543e558/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"7d236fae-2564-4a95-b0f9-218e2543e558\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/6cdf247e-4841-4f27-99a8-0523c152ac5b/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"6cdf247e-4841-4f27-99a8-0523c152ac5b\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/55b3746b-0208-4908-8261-fdf841f251dd/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"55b3746b-0208-4908-8261-fdf841f251dd\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/f74eb940-4d34-4185-9840-87b5d610c6ab/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"f74eb940-4d34-4185-9840-87b5d610c6ab\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/e9174284-a8e6-40a4-9a5d-bddb6941c703/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"e9174284-a8e6-40a4-9a5d-bddb6941c703\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/9ca695cf-5c4f-4967-8a53-aaaf255fece3/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"9ca695cf-5c4f-4967-8a53-aaaf255fece3\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/0348303a-ff75-444c-b88a-5206e1343f1e/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"0348303a-ff75-444c-b88a-5206e1343f1e\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/7b0bd618-0775-4155-a3ee-98c92c4e9d2c/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"7b0bd618-0775-4155-a3ee-98c92c4e9d2c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/6dfedbd1-8ff1-4692-9cd7-a33d0ca2f4f0/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"6dfedbd1-8ff1-4692-9cd7-a33d0ca2f4f0\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/3e286763-7422-4bf6-847a-7f8f74b67520/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"3e286763-7422-4bf6-847a-7f8f74b67520\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Immunization/c0907840-062c-473d-954c-41d858c0e22b/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Immunization\",\n \"resourceID\": \"c0907840-062c-473d-954c-41d858c0e22b\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Immunization/35211d7d-9497-4344-b592-feccc3a73daa/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Immunization\",\n \"resourceID\": \"35211d7d-9497-4344-b592-feccc3a73daa\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/04e586b3-d7c5-444b-9c12-b2dc4cf123c0/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"04e586b3-d7c5-444b-9c12-b2dc4cf123c0\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/741fcae5-645f-413d-a268-8f3ce8c06cca/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"741fcae5-645f-413d-a268-8f3ce8c06cca\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/e0e4e0c5-605a-44d6-a9cd-fa1b49486d02/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"e0e4e0c5-605a-44d6-a9cd-fa1b49486d02\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/12ab0574-b7e3-4a04-bc7f-7982fdc589c7/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"12ab0574-b7e3-4a04-bc7f-7982fdc589c7\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/a360217a-d2ad-4cd0-a92e-7e35c3057b53/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"a360217a-d2ad-4cd0-a92e-7e35c3057b53\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/daef29ad-6e4b-43d2-9283-98217f5e5bee/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"daef29ad-6e4b-43d2-9283-98217f5e5bee\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/d86acf12-811c-4689-9b63-b864687dff0e/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"d86acf12-811c-4689-9b63-b864687dff0e\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/017071e4-d908-4ee2-9d97-c52b8d16987f/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"017071e4-d908-4ee2-9d97-c52b8d16987f\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/465408ac-c9d8-426a-be67-1052d9fdebda/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"465408ac-c9d8-426a-be67-1052d9fdebda\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/8c261618-99ef-421e-b503-fb82cc3a30f6/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"8c261618-99ef-421e-b503-fb82cc3a30f6\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/03de8c63-cf3e-4773-ba98-0e9bc0efcdf4/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"03de8c63-cf3e-4773-ba98-0e9bc0efcdf4\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/50233ff6-ff1a-4acf-8732-c71909863115/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"50233ff6-ff1a-4acf-8732-c71909863115\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/5f1e5ad6-422c-46db-b146-17ec167216a4/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"5f1e5ad6-422c-46db-b146-17ec167216a4\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/e4674439-150b-4ac2-b7b6-722f10cbb21b/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"e4674439-150b-4ac2-b7b6-722f10cbb21b\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/9c223660-6a94-491e-b3b8-bde3302f3ff1/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"9c223660-6a94-491e-b3b8-bde3302f3ff1\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/a21ef219-ec65-4540-9a41-acee524ff21c/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"a21ef219-ec65-4540-9a41-acee524ff21c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/c39a96ae-24ef-406d-996e-a070378aecba/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"c39a96ae-24ef-406d-996e-a070378aecba\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/e10190b7-51b9-475a-af82-9f3293497471/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"e10190b7-51b9-475a-af82-9f3293497471\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/bdd98b1f-1c50-44e2-ab94-c832802c635c/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"bdd98b1f-1c50-44e2-ab94-c832802c635c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/54fef401-7ba4-42c5-a643-662648225091/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"54fef401-7ba4-42c5-a643-662648225091\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/a79ff4fb-0723-4c91-bac0-7eb617d6a160/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"a79ff4fb-0723-4c91-bac0-7eb617d6a160\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/1940e085-9c57-41e7-b0b2-e9cf1dee7f0f/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"1940e085-9c57-41e7-b0b2-e9cf1dee7f0f\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/5c091abc-80df-41ca-b1ec-6460120529db/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"5c091abc-80df-41ca-b1ec-6460120529db\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/1c9ae4d6-9a09-400f-a1db-79e81e6d85e5/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"1c9ae4d6-9a09-400f-a1db-79e81e6d85e5\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/735855c4-16bc-4356-8c1b-61cf6aab4f13/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"735855c4-16bc-4356-8c1b-61cf6aab4f13\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/32c11e6b-283f-45aa-a1d8-d45e16094846/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"32c11e6b-283f-45aa-a1d8-d45e16094846\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/e9c9c74e-d7ba-4f35-b91a-abab3615a821/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"e9c9c74e-d7ba-4f35-b91a-abab3615a821\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/f2111fd4-0383-4214-8500-63460ce2b5fc/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"f2111fd4-0383-4214-8500-63460ce2b5fc\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/5f34a9ab-8143-4f31-aa56-fb19adfe6ccb/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"5f34a9ab-8143-4f31-aa56-fb19adfe6ccb\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/07c39128-6b31-411d-9139-7a3ce64436c3/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"07c39128-6b31-411d-9139-7a3ce64436c3\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/8c77907e-355b-4ed7-8cca-4a7d0dda3e10/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"8c77907e-355b-4ed7-8cca-4a7d0dda3e10\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/f1ab5e75-4d54-4851-9622-e9d01b510471/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"f1ab5e75-4d54-4851-9622-e9d01b510471\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/7062aa9c-b6e5-46be-bf42-e2b279eb9867/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"7062aa9c-b6e5-46be-bf42-e2b279eb9867\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/9e091602-d9d4-4143-bc1b-36229ea13cbd/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"9e091602-d9d4-4143-bc1b-36229ea13cbd\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/3812d997-bf26-4830-a1d7-718e1bce634b/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"3812d997-bf26-4830-a1d7-718e1bce634b\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/b7e671aa-90ae-418d-9a34-01a1a25bf7b9/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"b7e671aa-90ae-418d-9a34-01a1a25bf7b9\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/0a304630-7537-45d9-a16c-6e0d93e05ae1/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"0a304630-7537-45d9-a16c-6e0d93e05ae1\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Specimen/b5504260-165a-44e6-95f7-904ee32c5408/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Specimen\",\n \"resourceID\": \"b5504260-165a-44e6-95f7-904ee32c5408\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/7c3f4aa5-aea5-4a36-bda7-4ad0df76e23a/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"7c3f4aa5-aea5-4a36-bda7-4ad0df76e23a\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/DiagnosticReport/ada4a722-f2c5-4a9e-8964-4c96ed8caaf2/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"DiagnosticReport\",\n \"resourceID\": \"ada4a722-f2c5-4a9e-8964-4c96ed8caaf2\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/a682d8e5-0965-4bfd-982c-56ca5ee95b6b/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"a682d8e5-0965-4bfd-982c-56ca5ee95b6b\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/fa146d7e-c23a-4965-808a-06185affdbbc/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"fa146d7e-c23a-4965-808a-06185affdbbc\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/89414d3b-bf46-4107-9c90-e1c9f7b502bf/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"89414d3b-bf46-4107-9c90-e1c9f7b502bf\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/e447bdf1-7a77-4844-a3a9-f7e4704759eb/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"e447bdf1-7a77-4844-a3a9-f7e4704759eb\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/d53600f3-61c6-454a-aedc-e18524883763/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"d53600f3-61c6-454a-aedc-e18524883763\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/5517737e-f3f1-428e-bef8-648cac558974/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"5517737e-f3f1-428e-bef8-648cac558974\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/4502136c-a2b5-4915-92a9-2e19da796713/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"4502136c-a2b5-4915-92a9-2e19da796713\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/QuestionnaireResponse/1a772488-6166-4be6-a455-51c10f57e3fd/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"QuestionnaireResponse\",\n \"resourceID\": \"1a772488-6166-4be6-a455-51c10f57e3fd\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/48a7275d-341f-4357-8ae6-bf5796bf0251/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"48a7275d-341f-4357-8ae6-bf5796bf0251\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/eb89d01f-895b-4b5c-add9-1ed2cadb2520/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"eb89d01f-895b-4b5c-add9-1ed2cadb2520\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/16360710-61a7-40b7-9bf5-c39dfad84817/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"16360710-61a7-40b7-9bf5-c39dfad84817\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/AllergyIntolerance/8dae6ec1-499b-4e6e-baae-a0814e7c4bb2/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"AllergyIntolerance\",\n \"resourceID\": \"8dae6ec1-499b-4e6e-baae-a0814e7c4bb2\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Medication/9a7f9da9-f1da-4abf-a9b0-0f126ddc61dd/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Medication\",\n \"resourceID\": \"9a7f9da9-f1da-4abf-a9b0-0f126ddc61dd\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationRequest/f8605c9f-aecd-49ac-b0c9-b628b4a1835a/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationRequest\",\n \"resourceID\": \"f8605c9f-aecd-49ac-b0c9-b628b4a1835a\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/QuestionnaireResponse/57a99616-5a3a-4520-8b7a-0c74bf7c4252/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"QuestionnaireResponse\",\n \"resourceID\": \"57a99616-5a3a-4520-8b7a-0c74bf7c4252\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Medication/ee6b3ca1-4dc7-40da-9c6c-6b356b9c2d5c/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Medication\",\n \"resourceID\": \"ee6b3ca1-4dc7-40da-9c6c-6b356b9c2d5c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/668b404a-0876-4b15-8ba9-f9afd995f5ce/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationDispense\",\n \"resourceID\": \"668b404a-0876-4b15-8ba9-f9afd995f5ce\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/b1db8da1-7f8d-4821-b3a9-a1d96ff2c58b/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"b1db8da1-7f8d-4821-b3a9-a1d96ff2c58b\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/9248fb09-3972-4541-ad11-11d058b5b321/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"9248fb09-3972-4541-ad11-11d058b5b321\"\n }\n }\n ],\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction-response\",\n \"total\": 73\n}"
|
|
},
|
|
{
|
|
"name": "Bundle - bundle kunjungan neonatus",
|
|
"originalRequest": {
|
|
"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:e9828704-1f6c-4cf8-afa7-96029d88a834\",\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 \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare/neonate\",\r\n \"value\": \"KN1\"\r\n }\r\n ],\r\n \"status\": \"finished\",\r\n \"statusHistory\": [\r\n {\r\n \"status\": \"arrived\",\r\n \"period\": {\r\n \"start\": \"2022-06-14T00:00:00+00:00\",\r\n \"end\": \"2022-06-14T00:15:00+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"in-progress\",\r\n \"period\": {\r\n \"start\": \"2022-06-14T00:15:00+00:00\",\r\n \"end\": \"2022-06-14T03:01:55+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"finished\",\r\n \"period\": {\r\n \"start\": \"2022-06-14T03:01:55+00:00\",\r\n \"end\": \"2022-06-14T03:01:55+00:00\"\r\n }\r\n }\r\n ],\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\": \"Anak Smith\"\r\n },\r\n \"episodeOfCare\": [\r\n {\r\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_id}}\"\r\n }\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\": \"2022-06-14T00:00:00+00:00\",\r\n \"end\": \"2022-06-14T03:01:55+00:00\"\r\n },\r\n \"diagnosis\": [\r\n {\r\n \"condition\": {\r\n \"reference\": \"{{Diagnosis_Utama}}\",\r\n \"display\": \"{{DiagnosisUtama_Name}}\"\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 \"rank\": 1\r\n },\r\n {\r\n \"condition\": {\r\n \"reference\": \"{{Diagnosis_Sekunder}}\",\r\n \"display\": \"{{DiagnosisSekunder_Name}}\"\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 \"rank\": 2\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\": \"Anjuran dokter untuk pulang dan kontrol kembali 3 hari setelah Kelahiran\"\r\n }\r\n },\r\n \"location\": [\r\n {\r\n \"extension\": [\r\n {\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 \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ServiceClass\"\r\n }\r\n ],\r\n \"location\": {\r\n \"reference\": \"Location/{{Location_id}}\",\r\n \"display\": \"{{Location_Name}}\"\r\n },\r\n \"period\": {\r\n \"start\": \"2022-06-14T00:00:00+00:00\",\r\n \"end\": \"2022-06-14T03:01:55+00:00\"\r\n }\r\n }\r\n ],\r\n \"serviceProvider\": {\r\n \"reference\": \"Organization/{{Org_id}}\"\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:d2c4b932-21e2-48b3-91d2-5942323f85c5\",\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://loinc.org\",\r\n \"code\": \"57715-5\",\r\n \"display\": \"Birth time\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T00:16:25+00:00\",\r\n \"issued\": \"2022-06-14T00:16:25+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueTime\": \"14:35:21\"\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:74775a1b-7590-4ca4-b807-af58248835e4\",\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\": \"365475008\",\r\n \"display\": \"Place in family order\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T00:17:50+00:00\",\r\n \"issued\": \"2022-06-14T00:17:50+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueInteger\": 1\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:f7030da4-31da-4946-9fe0-0ef224cf8edc\",\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://loinc.org\",\r\n \"code\": \"76516-4\",\r\n \"display\": \"Gestational age--at birth\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T00:19:15+00:00\",\r\n \"issued\": \"2022-06-14T00:19:15+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\": \"wk\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"wk\"\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:200030ed-0d88-4638-84a7-2ef6f08e5265\",\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\": \"77362009\",\r\n \"display\": \"Mild to moderate birth asphyxia\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Anamnesa Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"note\": [\r\n {\r\n \"text\": \"Bayi mengalami asfiksia sedang. Dilaporkan oleh Ibu pasien\"\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:aa78d3de-27bb-49fb-8673-bf13ba80f126\",\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\": \"409063005\",\r\n \"display\": \"Counseling\"\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\": \"PC000003\",\r\n \"display\": \"Manajemen Terpadu Bayi Muda (MTBM)\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2022-06-14T00:23:20+00:00\",\r\n \"end\": \"2022-06-14T00:26:45+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 },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Procedure\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:518558b2-072f-47fd-9b04-210d508f80b3\",\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://loinc.org\",\r\n \"code\": \"8339-4\",\r\n \"display\": \"Birth weight Measured\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T00:28:10+00:00\",\r\n \"issued\": \"2022-06-14T00:28:10+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": 3470,\r\n \"unit\": \"g\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"g\"\r\n },\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"276712009\",\r\n \"display\": \"Normal birth weight\"\r\n }\r\n ],\r\n \"text\": \"BBLC (Bayi Berat Lahir Cukup)\"\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:c3fddbfa-3e8d-4aa2-8606-3d30617a43bd\",\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\": \"vital-signs\",\r\n \"display\": \"Vital Signs\"\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\": \"89269-5\",\r\n \"display\": \"Body height Measured --at birth\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T00:29:35+00:00\",\r\n \"issued\": \"2022-06-14T00:29:35+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": 45,\r\n \"unit\": \"cm\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"cm\"\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:5b01ebd1-755c-4c24-ac80-18e91d5831d9\",\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\": \"vital-signs\",\r\n \"display\": \"Vital Signs\"\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\": \"9843-4\",\r\n \"display\": \"Head Occipital-frontal circumference\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T00:31:00+00:00\",\r\n \"issued\": \"2022-06-14T00:31:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": 50,\r\n \"unit\": \"cm\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"cm\"\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:f8346563-bd0e-445c-819c-4dfbf1d7e796\",\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\": \"vital-signs\",\r\n \"display\": \"Vital Signs\"\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\": \"8867-4\",\r\n \"display\": \"Heart rate\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T00:32:25+00:00\",\r\n \"issued\": \"2022-06-14T00:32:25+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": 80,\r\n \"unit\": \"beats/minute\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"/min\"\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:2629597e-0a43-44b1-9a44-17ebd026130a\",\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\": \"vital-signs\",\r\n \"display\": \"Vital Signs\"\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\": \"8310-5\",\r\n \"display\": \"Body temperature\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T00:33:50+00:00\",\r\n \"issued\": \"2022-06-14T00:33:50+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": 36.7,\r\n \"unit\": \"C\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"Cel\"\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:212d9aef-ecd7-4d91-8793-47ad4cfd1bc8\",\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\": \"vital-signs\",\r\n \"display\": \"Vital Signs\"\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\": \"9279-1\",\r\n \"display\": \"Respiratory rate\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T00:35:15+00:00\",\r\n \"issued\": \"2022-06-14T00:35:15+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\": \"breaths/minute\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"/min\"\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:20b58892-1e63-4fb5-9c6d-7d39b90b19ba\",\r\n \"resource\": {\r\n \"resourceType\": \"Immunization\",\r\n \"status\": \"completed\",\r\n \"vaccineCode\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\r\n \"code\": \"93008995\",\r\n \"display\": \"Vaksin Hepatitis B Recombinant 20 ug/1 mL Suspensi Injeksi (1, HBV)\"\r\n }\r\n ]\r\n },\r\n \"patient\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"occurrenceDateTime\": \"2022-01-10T00:00:00+00:00\",\r\n \"recorded\": \"2022-01-10T00:00:00+00:00\",\r\n \"primarySource\": true,\r\n \"location\": {\r\n \"reference\": \"Location/{{Location_id}}\",\r\n \"display\": \"{{Location_Name}}\"\r\n },\r\n \"lotNumber\": \"202009007\",\r\n \"expirationDate\": \"2025-07-01\",\r\n \"route\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://www.whocc.no/atc\",\r\n \"code\": \"inj.intramuscular\",\r\n \"display\": \"Injection Intramuscular\"\r\n }\r\n ]\r\n },\r\n \"doseQuantity\": {\r\n \"value\": 1,\r\n \"unit\": \"mL\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"ml\"\r\n },\r\n \"performer\": [\r\n {\r\n \"function\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0443\",\r\n \"code\": \"AP\",\r\n \"display\": \"Administering Provider\"\r\n }\r\n ]\r\n },\r\n \"actor\": {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n }\r\n ],\r\n \"reasonCode\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-reason\",\r\n \"code\": \"IM-Dasar\",\r\n \"display\": \"Imunisasi Program Rutin Dasar\"\r\n },\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-routine-timing\",\r\n \"code\": \"IM-Ideal\",\r\n \"display\": \"Imunisasi Ideal\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"protocolApplied\": [\r\n {\r\n \"doseNumberPositiveInt\": 1\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Immunization\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:ebdbff99-cb64-46d4-ad03-c5fed72f0cdf\",\r\n \"resource\": {\r\n \"resourceType\": \"Immunization\",\r\n \"status\": \"not-done\",\r\n \"statusReason\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActReason\",\r\n \"code\": \"MEDPREC\",\r\n \"display\": \"medical precaution\"\r\n }\r\n ],\r\n \"text\": \"Anak sedang demam\"\r\n },\r\n \"vaccineCode\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\r\n \"code\": \"VG45\",\r\n \"display\": \"HepB\"\r\n }\r\n ]\r\n },\r\n \"patient\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"occurrenceDateTime\": \"2022-01-10T00:00:00+00:00\",\r\n \"recorded\": \"2022-01-10T00:00:00+00:00\",\r\n \"primarySource\": true,\r\n \"location\": {\r\n \"reference\": \"Location/{{Location_id}}\",\r\n \"display\": \"{{Location_Name}}\"\r\n },\r\n \"performer\": [\r\n {\r\n \"function\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0443\",\r\n \"code\": \"OP\",\r\n \"display\": \"Ordering Provider\"\r\n }\r\n ]\r\n },\r\n \"actor\": {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n }\r\n ],\r\n \"reasonCode\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-reason\",\r\n \"code\": \"IM-Dasar\",\r\n \"display\": \"Imunisasi Program Rutin Dasar\"\r\n },\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-routine-timing\",\r\n \"code\": \"IM-Ideal\",\r\n \"display\": \"Imunisasi Ideal\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"protocolApplied\": [\r\n {\r\n \"doseNumberPositiveInt\": 1\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Immunization\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:49957ab2-bb29-464e-97e7-6fd767e3146e\",\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\": \"409063005\",\r\n \"display\": \"Counseling\"\r\n }\r\n ]\r\n },\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"448883004\",\r\n \"display\": \"Injection of vitamin K1\"\r\n }\r\n ],\r\n \"text\": \"Injection of vitamin K1\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2022-06-14T00:37:55+00:00\",\r\n \"end\": \"2022-06-14T00:41:20+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 },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Procedure\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:dcc48456-addb-44c2-ae9e-ab677c469186\",\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\": \"409063005\",\r\n \"display\": \"Counseling\"\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\": \"PC000001\",\r\n \"display\": \"Perawatan Tali Pusat\"\r\n }\r\n ],\r\n \"text\": \"Perawatan Tali Pusat\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2022-06-14T00:44:00+00:00\",\r\n \"end\": \"2022-06-14T00:47:25+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 },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Procedure\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:2cdd7b14-1fc7-41d0-aedd-7bd27e32aa4b\",\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\": \"409063005\",\r\n \"display\": \"Counseling\"\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\": \"PC000002\",\r\n \"display\": \"Pemberian Salep Antibiotik Mata\"\r\n }\r\n ],\r\n \"text\": \"Pemberian Salep Antibiotik Mata\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2022-06-14T00:50:05+00:00\",\r\n \"end\": \"2022-06-14T00:53:30+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 },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Procedure\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:35eee7cc-8ede-4558-8a15-46a3c4fac487\",\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\": \"440626008\",\r\n \"display\": \"Procedure related to breastfeeding\"\r\n }\r\n ]\r\n },\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"431868002\",\r\n \"display\": \"Initiation of breastfeeding\"\r\n }\r\n ],\r\n \"text\": \"Inisiasi Menyusui Dini\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2022-06-14T00:56:10+00:00\",\r\n \"end\": \"2022-06-14T00:59:35+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 },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Procedure\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:44cef6b1-903b-438e-8e4c-c2074c22e896\",\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\": \"OC000016\",\r\n \"display\": \"Waktu Inisiasi Menyusui Dini\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:01:00+00:00\",\r\n \"issued\": \"2022-06-14T01:01: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\": \"OV000014\",\r\n \"display\": \"Kurang dari 1 jam\"\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:f4119a89-53bd-4f0d-9d0a-ae6c71c09357\",\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://loinc.org\",\r\n \"code\": \"32406-1\",\r\n \"display\": \"1 minute Apgar Color\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:02:25+00:00\",\r\n \"issued\": \"2022-06-14T01:02:25+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://loinc.org\",\r\n \"code\": \"LA6724-4\",\r\n \"display\": \"Good color all over\"\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:d695e16c-a394-417b-abc7-da27c81cd36c\",\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://loinc.org\",\r\n \"code\": \"32407-9\",\r\n \"display\": \"1 minute Apgar Heart rate\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:03:50+00:00\",\r\n \"issued\": \"2022-06-14T01:03:50+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://loinc.org\",\r\n \"code\": \"LA6717-8\",\r\n \"display\": \"Fewer than 100 beats per minute\"\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:82ba4f89-d1a7-45dc-bb40-28ea995d3b99\",\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://loinc.org\",\r\n \"code\": \"32409-5\",\r\n \"display\": \"1 minute Apgar Reflex irritability\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:05:15+00:00\",\r\n \"issued\": \"2022-06-14T01:05:15+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://loinc.org\",\r\n \"code\": \"LA6720-2\",\r\n \"display\": \"Grimace during suctioning\"\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:92ba1926-1566-4ef9-82c2-5e364710bc6d\",\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://loinc.org\",\r\n \"code\": \"32408-7\",\r\n \"display\": \"1 minute Apgar Muscle tone\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:06:40+00:00\",\r\n \"issued\": \"2022-06-14T01:06:40+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://loinc.org\",\r\n \"code\": \"LA6714-5\",\r\n \"display\": \"Some flexion of arms and legs\"\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:65702e10-a329-448f-b02d-45f2da53bf44\",\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://loinc.org\",\r\n \"code\": \"32410-3\",\r\n \"display\": \"1 minute Apgar Respiratory effort\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:08:05+00:00\",\r\n \"issued\": \"2022-06-14T01:08:05+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://loinc.org\",\r\n \"code\": \"LA6726-9\",\r\n \"display\": \"Weak cry; may sound like whimpering, slow or irregular breathing\"\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:b74bb968-55c3-4895-9435-d5394e30b180\",\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://loinc.org\",\r\n \"code\": \"9272-6\",\r\n \"display\": \"1 minute Apgar Score\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:09:30+00:00\",\r\n \"issued\": \"2022-06-14T01:09:30+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": 6,\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://snomed.info/sct\",\r\n \"code\": \"77362009\",\r\n \"display\": \"Mild to moderate birth asphyxia\"\r\n }\r\n ],\r\n \"text\": \"Asfiksia sedang\"\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:4e3c623a-cf32-4c90-bf82-4dd6c70195fe\",\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://loinc.org\",\r\n \"code\": \"32411-1\",\r\n \"display\": \"5 minute Apgar Color\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:10:55+00:00\",\r\n \"issued\": \"2022-06-14T01:10:55+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://loinc.org\",\r\n \"code\": \"LA6724-4\",\r\n \"display\": \"Good color all over\"\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:e58a9a4a-5df7-4660-a261-64244a051771\",\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://loinc.org\",\r\n \"code\": \"32412-9\",\r\n \"display\": \"5 minute Apgar Heart rate\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:12:20+00:00\",\r\n \"issued\": \"2022-06-14T01:12:20+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://loinc.org\",\r\n \"code\": \"LA6717-8\",\r\n \"display\": \"Fewer than 100 beats per minute\"\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:28bf8c11-d7ff-4f40-b804-87c0e0f180bb\",\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://loinc.org\",\r\n \"code\": \"32414-5\",\r\n \"display\": \"5 minute Apgar Reflex irritability\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:13:45+00:00\",\r\n \"issued\": \"2022-06-14T01:13:45+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://loinc.org\",\r\n \"code\": \"LA6720-2\",\r\n \"display\": \"Grimace during suctioning\"\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:faa3b4ff-f998-460a-9a27-d2f816adf073\",\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://loinc.org\",\r\n \"code\": \"32413-7\",\r\n \"display\": \"5 minute Apgar Muscle tone\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:15:10+00:00\",\r\n \"issued\": \"2022-06-14T01:15:10+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://loinc.org\",\r\n \"code\": \"LA6714-5\",\r\n \"display\": \"Some flexion of arms and legs\"\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:06b64ed7-b953-4838-93b5-4af4e6cffafc\",\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://loinc.org\",\r\n \"code\": \"32415-2\",\r\n \"display\": \"5 minute Apgar Respiratory effort\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:16:35+00:00\",\r\n \"issued\": \"2022-06-14T01:16:35+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://loinc.org\",\r\n \"code\": \"LA6726-9\",\r\n \"display\": \"Weak cry; may sound like whimpering, slow or irregular breathing\"\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:93c579ce-7e32-4f80-aec3-96d0c77a4a7a\",\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://loinc.org\",\r\n \"code\": \"9274-2\",\r\n \"display\": \"5 minute Apgar Score\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:18:00+00:00\",\r\n \"issued\": \"2022-06-14T01:18:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": 6,\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://snomed.info/sct\",\r\n \"code\": \"77362009\",\r\n \"display\": \"Mild to moderate birth asphyxia\"\r\n }\r\n ],\r\n \"text\": \"Asfiksia sedang\"\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:1c942a71-d0e5-4260-95ae-6e68d0291119\",\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://loinc.org\",\r\n \"code\": \"32401-2\",\r\n \"display\": \"10 minute Apgar Color\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:19:25+00:00\",\r\n \"issued\": \"2022-06-14T01:19:25+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://loinc.org\",\r\n \"code\": \"LA6724-4\",\r\n \"display\": \"Good color all over\"\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:3e2b512e-e625-4857-9f9e-ae5aba57525f\",\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://loinc.org\",\r\n \"code\": \"32402-0\",\r\n \"display\": \"10 minute Apgar Heart rate\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:20:50+00:00\",\r\n \"issued\": \"2022-06-14T01:20:50+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://loinc.org\",\r\n \"code\": \"LA6717-8\",\r\n \"display\": \"Fewer than 100 beats per minute\"\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:01b7b7ec-9926-4e9d-b47a-ec069a1d98cb\",\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://loinc.org\",\r\n \"code\": \"32404-6\",\r\n \"display\": \"10 minute Apgar Reflex irritability\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:22:15+00:00\",\r\n \"issued\": \"2022-06-14T01:22:15+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://loinc.org\",\r\n \"code\": \"LA6720-2\",\r\n \"display\": \"Grimace during suctioning\"\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:6c07eb0f-8532-488a-b774-9915916703be\",\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://loinc.org\",\r\n \"code\": \"32403-8\",\r\n \"display\": \"10 minute Apgar Muscle tone\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:23:40+00:00\",\r\n \"issued\": \"2022-06-14T01:23:40+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://loinc.org\",\r\n \"code\": \"LA6714-5\",\r\n \"display\": \"Some flexion of arms and legs\"\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:44fe3617-dff9-4ac9-9a43-85d6e0442df7\",\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://loinc.org\",\r\n \"code\": \"32405-3\",\r\n \"display\": \"10 minute Apgar Respiratory effort\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:25:05+00:00\",\r\n \"issued\": \"2022-06-14T01:25:05+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://loinc.org\",\r\n \"code\": \"LA6726-9\",\r\n \"display\": \"Weak cry; may sound like whimpering, slow or irregular breathing\"\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:81c7bf51-e535-4ebe-8381-bcc8506cf010\",\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://loinc.org\",\r\n \"code\": \"9271-8\",\r\n \"display\": \"10 minute Apgar Score\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:26:30+00:00\",\r\n \"issued\": \"2022-06-14T01:26:30+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": 6,\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://snomed.info/sct\",\r\n \"code\": \"77362009\",\r\n \"display\": \"Mild to moderate birth asphyxia\"\r\n }\r\n ],\r\n \"text\": \"Asfiksia sedang\"\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:00339ff5-8f76-45bb-b5a7-285fdc258ffe\",\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\": \"O111111\"\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\": \"laboratory\",\r\n \"display\": \"Laboratory\"\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\": \"883-9\",\r\n \"display\": \"ABO group [Type] in Blood\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:27:55+00:00\",\r\n \"issued\": \"2022-06-14T01:27:55+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://loinc.org\",\r\n \"code\": \"LA19710-5\",\r\n \"display\": \"Group A\"\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:3250fbbd-e924-48a7-9351-069ad473dacb\",\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\": \"O111112\"\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\": \"laboratory\",\r\n \"display\": \"Laboratory\"\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\": \"10331-7\",\r\n \"display\": \"Rh [Type] in Blood\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:29:20+00:00\",\r\n \"issued\": \"2022-06-14T01:29:20+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://loinc.org\",\r\n \"code\": \"LA6576-8\",\r\n \"display\": \"Positive\"\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:83254213-0c95-4a49-b208-b897a35896c8\",\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\": \"373110003\",\r\n \"display\": \"Emergency procedure\"\r\n }\r\n ]\r\n },\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"386412000\",\r\n \"display\": \"Resuscitation of neonate\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2022-06-14T01:32:00+00:00\",\r\n \"end\": \"2022-06-14T01:35:25+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 },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Procedure\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:356edf15-720f-4b7c-9d2a-252b27b47e97\",\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\": \"373110003\",\r\n \"display\": \"Emergency procedure\"\r\n }\r\n ]\r\n },\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"386412000\",\r\n \"display\": \"Resuscitation of neonate\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2022-06-14T01:38:05+00:00\",\r\n \"end\": \"2022-06-14T01:41:30+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 },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Procedure\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:e7770b41-9fc5-4b19-b0f2-4b1674310885\",\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\": \"10206-1\",\r\n \"display\": \"Physical findings of Skin Narrative\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:42:55+00:00\",\r\n \"issued\": \"2022-06-14T01:42:55+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueString\": \"Abnormal\",\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\r\n \"code\": \"A\",\r\n \"display\": \"Abnormal\"\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:06f734f4-62ad-47d7-b5c8-b8d87da60113\",\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\": \"10199-8\",\r\n \"display\": \"Physical findings of Head Narrative\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:44:20+00:00\",\r\n \"issued\": \"2022-06-14T01:44:20+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueString\": \"Dalam Batas Normal (dbn)\",\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\r\n \"code\": \"N\",\r\n \"display\": \"Normal\"\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:d099fdf2-ad9e-462c-a57e-743fcc3c53f7\",\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\": \"10197-2\",\r\n \"display\": \"Physical findings of Eye Narrative\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:45:45+00:00\",\r\n \"issued\": \"2022-06-14T01:45:45+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueString\": \"Dalam Batas Normal (dbn)\",\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\r\n \"code\": \"N\",\r\n \"display\": \"Normal\"\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:9551116e-491b-44ad-8b0d-0e98d233e8be\",\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\": \"32453-3\",\r\n \"display\": \"Physical findings of Mouth\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:47:10+00:00\",\r\n \"issued\": \"2022-06-14T01:47:10+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueString\": \"Dalam Batas Normal (dbn)\",\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\r\n \"code\": \"N\",\r\n \"display\": \"Normal\"\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:a3ff7966-c43e-471b-86af-807c12433f66\",\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\": \"10191-5\",\r\n \"display\": \"Physical findings of Abdomen Narrative\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:48:35+00:00\",\r\n \"issued\": \"2022-06-14T01:48:35+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueString\": \"Dalam Batas Normal (dbn)\",\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\r\n \"code\": \"N\",\r\n \"display\": \"Normal\"\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:86819eac-cde9-47b9-93de-499d5a93eff0\",\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\": \"10192-3\",\r\n \"display\": \"Physical findings of Back Narrative\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:50:00+00:00\",\r\n \"issued\": \"2022-06-14T01:50:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueString\": \"Dalam Batas Normal (dbn)\",\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\r\n \"code\": \"N\",\r\n \"display\": \"Normal\"\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:0012628a-ae77-473b-a0bd-ad5e754433a4\",\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\": \"11388-6\",\r\n \"display\": \"Physical findings of Buttocks Narrative\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:51:25+00:00\",\r\n \"issued\": \"2022-06-14T01:51:25+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueString\": \"Dalam Batas Normal (dbn)\",\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\r\n \"code\": \"N\",\r\n \"display\": \"Normal\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"bodySite\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"53505006\",\r\n \"display\": \"Anal structure\"\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:a6f7c80b-6216-42ca-ad5f-a85569cef875\",\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\": \"11400-9\",\r\n \"display\": \"Physical findings of Genitalia Narrative\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:52:50+00:00\",\r\n \"issued\": \"2022-06-14T01:52:50+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueString\": \"Dalam Batas Normal (dbn)\",\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\r\n \"code\": \"N\",\r\n \"display\": \"Normal\"\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:e7d41e73-d16d-4eba-8e65-3304fd8a819c\",\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://snomed.info/sct\",\r\n \"code\": \"400984005\",\r\n \"display\": \"Congenital hypothyroidism screening test\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2022-06-14T01:55:30+00:00\",\r\n \"end\": \"2022-06-14T01:58:55+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 },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Procedure\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:3fe5dc9c-038d-406d-a7f3-26d0b17245f5\",\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\": \"202403A0004687\"\r\n }\r\n ],\r\n \"status\": \"active\",\r\n \"intent\": \"order\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"108252007\",\r\n \"display\": \"Laboratory procedure\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"priority\": \"routine\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"29575-8\",\r\n \"display\": \"Thyrotropin [Units/volume] in DBS\"\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_id}}\",\r\n \"display\": \"Kunjungan {{Patient_Name}} pada tanggal 14 Juni 2022\"\r\n },\r\n \"occurrenceDateTime\": \"2022-06-14T01:55:30+00:00\",\r\n \"authoredOn\": \"2022-06-14T01:55:30+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\": \"{{Practitioner_Name}}\"\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:32718b53-6abb-4a4b-9862-fd7c8f834a28\",\r\n \"resource\": {\r\n \"resourceType\": \"Specimen\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/specimen/{{Org_id}}\",\r\n \"value\": \"202403A0004689\"\r\n }\r\n ],\r\n \"status\": \"available\",\r\n \"type\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"119294007\",\r\n \"display\": \"Dried blood specimen\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"{{Patient_Name}}\"\r\n },\r\n \"receivedTime\": \"2022-06-14T01:55:30+00:00\",\r\n \"request\": [\r\n {\r\n \"reference\": \"{{ServiceRequest_SHK}}\",\r\n \"display\": \"ServiceRequest - SHK\"\r\n }\r\n ],\r\n \"collection\": {\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ServiceClass\",\r\n \"valueReference\": {\r\n \"reference\": \"Organization/{{Org_id}}\"\r\n }\r\n }\r\n ],\r\n \"collectedDateTime\": \"2022-06-14T01:55:30+00:00\",\r\n \"bodySite\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"76853006\",\r\n \"display\": \"Heel structure\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Specimen\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:06e1b8d5-9741-428c-ae56-a2b820ec7505\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"basedOn\": [\r\n {\r\n \"reference\": \"{{ServiceRequest_SHK}}\"\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\": \"laboratory\",\r\n \"display\": \"Laboratory\"\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\": \"29575-8\",\r\n \"display\": \"Thyrotropin [Units/volume] in DBS\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T02:00:20+00:00\",\r\n \"issued\": \"2022-06-14T02:00:20+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 \"valueQuantity\": {\r\n \"value\": 30,\r\n \"unit\": \"m[IU]/L\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"m[IU]/L\"\r\n },\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\r\n \"code\": \"H\",\r\n \"display\": \"High\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"specimen\": {\r\n \"reference\": \"{{Specimen_SHK}}\"\r\n },\r\n \"referenceRange\": [\r\n {\r\n \"high\": {\r\n \"value\": 20,\r\n \"unit\": \"m[IU]/L\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"m[IU]/L\"\r\n },\r\n \"text\": \"Normal\"\r\n },\r\n {\r\n \"low\": {\r\n \"value\": 20,\r\n \"unit\": \"m[IU]/L\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"m[IU]/L\"\r\n },\r\n \"text\": \"High\"\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:d4643ba9-48d0-4476-a2f7-c9682c224cd5\",\r\n \"resource\": {\r\n \"resourceType\": \"DiagnosticReport\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/{{Org_id}}/lab\",\r\n \"value\": \"202403A0004692\"\r\n }\r\n ],\r\n \"basedOn\": [\r\n {\r\n \"reference\": \"{{ServiceRequest_SHK}}\",\r\n \"display\": \"ServiceRequest - SHK\"\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\": \"CH\",\r\n \"display\": \"Chemistry\"\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\": \"29575-8\",\r\n \"display\": \"Thyrotropin [Units/volume] in DBS\"\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_id}}\",\r\n \"display\": \"Kunjungan {{Patient_Name}} pada tanggal 14 Juni 2022\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T01:58:55+00:00\",\r\n \"issued\": \"2022-06-14T01:58:55+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\r\n \"display\": \"{{Practitioner_Name}}\"\r\n }\r\n ],\r\n \"specimen\": [\r\n {\r\n \"reference\": \"{{Specimen_SHK}}\",\r\n \"display\": \"Specimen - SHK\"\r\n }\r\n ],\r\n \"result\": [\r\n {\r\n \"reference\": \"{{Observation_SHK}}\",\r\n \"display\": \"Observation - SHK\"\r\n }\r\n ],\r\n \"conclusionCode\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\r\n \"code\": \"H\",\r\n \"display\": \"High\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"DiagnosticReport\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:ead9de2b-4e47-4099-9dc2-d111293591c1\",\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\": \"1145307003\",\r\n \"display\": \"Exclusively breastfed\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Pemeriksaan Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T02:01:45+00:00\",\r\n \"issued\": \"2022-06-14T02:01:45+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueBoolean\": true\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:4f9dc7d7-0cca-4ab1-bbcb-3e93a941ac42\",\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\": \"1145307003\",\r\n \"display\": \"Exclusively breastfed\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Pemeriksaan Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T02:03:10+00:00\",\r\n \"issued\": \"2022-06-14T02:03:10+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\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:576818d6-5c46-4449-8c89-730d76423b9c\",\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\": \"1153593003\",\r\n \"display\": \"Weight for age z-score\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T02:04:35+00:00\",\r\n \"issued\": \"2022-06-14T02:04:35+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": -2.5,\r\n \"unit\": \"{Zscore}\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"{Zscore}\"\r\n },\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"248342006\",\r\n \"display\": \"Underweight\"\r\n }\r\n ],\r\n \"text\": \"Underweight\"\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:5d7dc1ae-7aff-443e-a8e7-b3aabe407585\",\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\": \"1153590000\",\r\n \"display\": \"Length for age z-score\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T02:06:00+00:00\",\r\n \"issued\": \"2022-06-14T02:06:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": -2,\r\n \"unit\": \"{Zscore}\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"{Zscore}\"\r\n },\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"17489000\",\r\n \"display\": \"Body height normal for age\"\r\n }\r\n ],\r\n \"text\": \"Normal\"\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:15f75770-71ab-40db-b2f7-dc6f246b9a1b\",\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\": \"1153598007\",\r\n \"display\": \"Body height for age z-score\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T02:07:25+00:00\",\r\n \"issued\": \"2022-06-14T02:07:25+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": -2,\r\n \"unit\": \"{Zscore}\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"{Zscore}\"\r\n },\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"17489000\",\r\n \"display\": \"Body height normal for age\"\r\n }\r\n ],\r\n \"text\": \"Normal\"\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:782b7ac5-d210-4753-a2d8-28ca9f42f72e\",\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\": \"1153598007\",\r\n \"display\": \"Weight for length z score\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T02:08:50+00:00\",\r\n \"issued\": \"2022-06-14T02:08:50+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": -2,\r\n \"unit\": \"{Zscore}\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"{Zscore}\"\r\n },\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"248325000\",\r\n \"display\": \"Undernourished\"\r\n }\r\n ],\r\n \"text\": \"Gizi Kurang\"\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:52316391-730b-40ea-8bae-204f056a6870\",\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\": \"1153600001\",\r\n \"display\": \"Weight for height z-score\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"effectiveDateTime\": \"2022-06-14T02:10:15+00:00\",\r\n \"issued\": \"2022-06-14T02:10:15+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": -2,\r\n \"unit\": \"{Zscore}\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"{Zscore}\"\r\n },\r\n \"interpretation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"248325000\",\r\n \"display\": \"Undernourished\"\r\n }\r\n ],\r\n \"text\": \"Gizi Kurang\"\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:5bcc058c-30b5-4e71-b0ea-31d201cb2314\",\r\n \"resource\": {\r\n \"resourceType\": \"QuestionnaireResponse\",\r\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0004\",\r\n \"status\": \"completed\",\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"authored\": \"2022-06-14T02:14:30+00:00\",\r\n \"author\": {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\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\": \"Apakah mengikuti kelas ibu balita\",\r\n \"answer\": [\r\n {\r\n \"valueBoolean\": true\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:3baeee33-9cd2-441b-a166-ac7f52e760ea\",\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\": \"P21.1\",\r\n \"display\": \"Mild and moderate birth asphyxia\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"onsetDateTime\": \"2022-06-14T02:15:55+00:00\",\r\n \"recordedDate\": \"2022-06-14T02:15:55+00:00\",\r\n \"note\": [\r\n {\r\n \"text\": \"Pasien mengalami Asfiksia Sedang\"\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:8f0aff9f-88af-462e-8e8a-07c3bb565bd6\",\r\n \"resource\": {\r\n \"resourceType\": \"Condition\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/condition/{{Org_id}}\",\r\n \"value\": \"{{Registration_ID}}\"\r\n }\r\n ],\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\": \"P28.5\",\r\n \"display\": \"Respiratory failure of newborn\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"onsetDateTime\": \"2022-06-14T02:17:20+00:00\",\r\n \"recordedDate\": \"2022-06-14T02:17:20+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:b54a993d-3f50-44ae-8b52-9d7e45ef7c4c\",\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\": \"373110003\",\r\n \"display\": \"Emergency procedure\"\r\n }\r\n ],\r\n \"text\": \"Emergency 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\": \"93.93\",\r\n \"display\": \"Nonmechanical methods of resuscitation\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Tindakan Resusitasi Anak Smith pada Selasa tanggal 14 Juni 2022\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2022-06-14T02:20:00+00:00\",\r\n \"end\": \"2022-06-14T02:23:25+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\": \"P21.1\",\r\n \"display\": \"Mild and moderate birth asphyxia\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"bodySite\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"123851003\",\r\n \"display\": \"Mouth region structure\"\r\n },\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"45206002\",\r\n \"display\": \"Nasal structure\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"note\": [\r\n {\r\n \"text\": \"Pemberian resusitasi neonatus melalui mulut dan hidung.\"\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:9456c2ab-e1c5-483e-93b0-1239f069ca81\",\r\n \"resource\": {\r\n \"resourceType\": \"AllergyIntolerance\",\r\n \"identifier\": [\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"http://sys-ids.kemkes.go.id/allergy/{{Org_id}}\",\r\n \"value\": \"98457729\"\r\n }\r\n ],\r\n \"clinicalStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical\",\r\n \"code\": \"active\",\r\n \"display\": \"Active\"\r\n }\r\n ]\r\n },\r\n \"verificationStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-verification\",\r\n \"code\": \"confirmed\",\r\n \"display\": \"Confirmed\"\r\n }\r\n ]\r\n },\r\n \"category\": [\r\n \"food\"\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\r\n \"code\": \"91000101\",\r\n \"display\": \"Paracetamol\"\r\n }\r\n ],\r\n \"text\": \"Alergi Paracetamol\"\r\n },\r\n \"patient\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"recordedDate\": \"2022-06-14T15:37:31+07:00\",\r\n \"recorder\": {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"AllergyIntolerance\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:9759ef07-078d-46a5-b52a-cc30ff710432\",\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 \"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 \"identifier\": [\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\r\n \"value\": \"123456789\"\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\": \"93001129\",\r\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\"\r\n }\r\n ]\r\n },\r\n \"status\": \"active\",\r\n \"manufacturer\": {\r\n \"reference\": \"Organization/{{Org_id}}\"\r\n },\r\n \"form\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\r\n \"code\": \"BS034\",\r\n \"display\": \"Larutan Injeksi\"\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:4e51aac6-acde-4967-9480-c16251f047d9\",\r\n \"resource\": {\r\n \"resourceType\": \"MedicationRequest\",\r\n \"identifier\": [\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\r\n \"value\": \"{{Registration_ID}}\"\r\n },\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\r\n \"value\": \"{{Registration_ID}}-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\": \"outpatient\",\r\n \"display\": \"Outpatient\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"priority\": \"routine\",\r\n \"medicationReference\": {\r\n \"reference\": \"Medication/{{Medication_forRequest}}\",\r\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\"\r\n },\r\n \"authoredOn\": \"2022-06-14T02:24:50+00:00\",\r\n \"requester\": {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\r\n \"display\": \"Dokter Bronsig\"\r\n },\r\n \"dosageInstruction\": [\r\n {\r\n \"sequence\": 1,\r\n \"text\": \"Injeksi Vitamin K secara intramuskular di paha kiri bayi bagian anterolateral sebanyak 1 mg dosis tunggal\",\r\n \"timing\": {\r\n \"repeat\": {\r\n \"count\": 1\r\n }\r\n },\r\n \"route\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://www.whocc.no/atc\",\r\n \"code\": \"inj.intramuscular\",\r\n \"display\": \"Injection Intramuscular\"\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\": \"Liquid\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\r\n \"code\": \"_Liquid\"\r\n }\r\n }\r\n ]\r\n }\r\n ],\r\n \"dispenseRequest\": {\r\n \"dispenseInterval\": {\r\n \"value\": 1,\r\n \"unit\": \"Day\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"code\": \"d\"\r\n },\r\n \"validityPeriod\": {\r\n \"start\": \"2022-06-14T02:24:50+00:00\",\r\n \"end\": \"2022-06-15T02:24:50+00:00\"\r\n },\r\n \"numberOfRepeatsAllowed\": 0,\r\n \"quantity\": {\r\n \"value\": 1,\r\n \"unit\": \"Liquid\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\r\n \"code\": \"_Liquid\"\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:1de950d4-4ce5-4d8b-86f4-ce7b7d0bec19\",\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_id}}\"\r\n },\r\n \"authored\": \"2022-06-14T02:26:15+00:00\",\r\n \"author\": {\r\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\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:9abdbb18-b0eb-4013-961a-f1a75b5d084d\",\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 \"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 \"identifier\": [\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\r\n \"value\": \"{{Registration_ID}}\"\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\": \"93001129\",\r\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\"\r\n }\r\n ]\r\n },\r\n \"status\": \"active\",\r\n \"manufacturer\": {\r\n \"reference\": \"Organization/{{Org_id}}\"\r\n },\r\n \"form\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\r\n \"code\": \"BS034\",\r\n \"display\": \"Larutan Injeksi\"\r\n }\r\n ]\r\n },\r\n \"batch\": {\r\n \"lotNumber\": \"1625043A\",\r\n \"expirationDate\": \"2025-08-22T14:27:00+00:00\"\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:87532ac8-fd2b-4790-bc22-9ec6f22f0990\",\r\n \"resource\": {\r\n \"resourceType\": \"MedicationDispense\",\r\n \"identifier\": [\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\r\n \"value\": \"{{Registration_ID}}\"\r\n },\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\r\n \"value\": \"{{Registration_ID}}\"\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\": \"outpatient\",\r\n \"display\": \"Outpatient\"\r\n }\r\n ]\r\n },\r\n \"medicationReference\": {\r\n \"reference\": \"Medication/{{Medication_forDispense}}\",\r\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"context\": {\r\n \"reference\": \"{{Encounter_id}}\"\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 \"location\": {\r\n \"reference\": \"Location/52e135eb-1956-4871-ba13-e833e662484d\",\r\n \"display\": \"Apotek Puskesmas Sangat Waras\"\r\n },\r\n \"authorizingPrescription\": [\r\n {\r\n \"reference\": \"MedicationRequest/{{Medication_Request}}\"\r\n }\r\n ],\r\n \"quantity\": {\r\n \"value\": 1,\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\r\n \"code\": \"_Liquid\"\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\": \"2022-06-14T03:07:45+00:00\",\r\n \"whenHandedOver\": \"2022-06-14T03:19:45+00:00\",\r\n \"dosageInstruction\": [\r\n {\r\n \"sequence\": 1,\r\n \"text\": \"Injeksi Vitamin K secara intramuskular di paha kiri bayi bagian anterolateral sebanyak 1 mg dosis tunggal\",\r\n \"timing\": {\r\n \"repeat\": {\r\n \"count\": 1\r\n }\r\n },\r\n \"route\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://www.whocc.no/atc\",\r\n \"code\": \"inj.intramuscular\",\r\n \"display\": \"Injection Intramuscular\"\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\": \"Liquid\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\r\n \"code\": \"_Liquid\"\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:0e9dae4c-ecb6-443f-af53-6f33d95aceb0\",\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\": \"00001\"\r\n }\r\n ],\r\n \"status\": \"active\",\r\n \"intent\": \"original-order\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"3457005\",\r\n \"display\": \"Patient referral\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"priority\": \"routine\",\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 },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\r\n },\r\n \"occurrenceDateTime\": \"2022-06-14T02:31:55+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\": \"Fatma\"\r\n }\r\n ],\r\n \"locationReference\": [\r\n {\r\n \"reference\": \"Location/{{Location_id}}\",\r\n \"display\": \"{{Location_Name}}\"\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\": \"P21.1\",\r\n \"display\": \"Mild and moderate birth asphyxia\"\r\n }\r\n ],\r\n \"text\": \"Pemeriksaan lanjutan asfiksia\"\r\n }\r\n ],\r\n \"patientInstruction\": \"Kontrol dalam 1 minggu, apabila ada ada keadaan darurat hubungi hotline Fasyankes di 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:b94e6ff0-50ba-4371-9f75-5ad37b5486ca\",\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\": \"359746009\",\r\n \"display\": \"Patient's condition stable\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/{{Patient_id}}\",\r\n \"display\": \"Anak Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"{{Encounter_id}}\",\r\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 14 Juni 2022\"\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Condition\"\r\n }\r\n }\r\n ]\r\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, 02 Aug 2024 05:41:24 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "26615"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "5e4410d2-fa58-46e3-8d3e-68be53f43151"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Encounter/a8b69580-18d7-42dd-95e0-068836cfb21c/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Encounter\",\n \"resourceID\": \"a8b69580-18d7-42dd-95e0-068836cfb21c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/9155663a-cee5-4d73-82b4-1e1047a601fc/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"9155663a-cee5-4d73-82b4-1e1047a601fc\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/7d236fae-2564-4a95-b0f9-218e2543e558/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"7d236fae-2564-4a95-b0f9-218e2543e558\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/6cdf247e-4841-4f27-99a8-0523c152ac5b/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"6cdf247e-4841-4f27-99a8-0523c152ac5b\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/55b3746b-0208-4908-8261-fdf841f251dd/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"55b3746b-0208-4908-8261-fdf841f251dd\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/f74eb940-4d34-4185-9840-87b5d610c6ab/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"f74eb940-4d34-4185-9840-87b5d610c6ab\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/e9174284-a8e6-40a4-9a5d-bddb6941c703/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"e9174284-a8e6-40a4-9a5d-bddb6941c703\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/9ca695cf-5c4f-4967-8a53-aaaf255fece3/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"9ca695cf-5c4f-4967-8a53-aaaf255fece3\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/0348303a-ff75-444c-b88a-5206e1343f1e/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"0348303a-ff75-444c-b88a-5206e1343f1e\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/7b0bd618-0775-4155-a3ee-98c92c4e9d2c/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"7b0bd618-0775-4155-a3ee-98c92c4e9d2c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/6dfedbd1-8ff1-4692-9cd7-a33d0ca2f4f0/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"6dfedbd1-8ff1-4692-9cd7-a33d0ca2f4f0\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/3e286763-7422-4bf6-847a-7f8f74b67520/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"3e286763-7422-4bf6-847a-7f8f74b67520\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Immunization/c0907840-062c-473d-954c-41d858c0e22b/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Immunization\",\n \"resourceID\": \"c0907840-062c-473d-954c-41d858c0e22b\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Immunization/35211d7d-9497-4344-b592-feccc3a73daa/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Immunization\",\n \"resourceID\": \"35211d7d-9497-4344-b592-feccc3a73daa\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/04e586b3-d7c5-444b-9c12-b2dc4cf123c0/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"04e586b3-d7c5-444b-9c12-b2dc4cf123c0\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/741fcae5-645f-413d-a268-8f3ce8c06cca/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"741fcae5-645f-413d-a268-8f3ce8c06cca\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/e0e4e0c5-605a-44d6-a9cd-fa1b49486d02/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"e0e4e0c5-605a-44d6-a9cd-fa1b49486d02\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/12ab0574-b7e3-4a04-bc7f-7982fdc589c7/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"12ab0574-b7e3-4a04-bc7f-7982fdc589c7\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/a360217a-d2ad-4cd0-a92e-7e35c3057b53/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"a360217a-d2ad-4cd0-a92e-7e35c3057b53\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/daef29ad-6e4b-43d2-9283-98217f5e5bee/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"daef29ad-6e4b-43d2-9283-98217f5e5bee\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/d86acf12-811c-4689-9b63-b864687dff0e/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"d86acf12-811c-4689-9b63-b864687dff0e\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/017071e4-d908-4ee2-9d97-c52b8d16987f/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"017071e4-d908-4ee2-9d97-c52b8d16987f\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/465408ac-c9d8-426a-be67-1052d9fdebda/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"465408ac-c9d8-426a-be67-1052d9fdebda\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/8c261618-99ef-421e-b503-fb82cc3a30f6/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"8c261618-99ef-421e-b503-fb82cc3a30f6\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/03de8c63-cf3e-4773-ba98-0e9bc0efcdf4/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"03de8c63-cf3e-4773-ba98-0e9bc0efcdf4\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/50233ff6-ff1a-4acf-8732-c71909863115/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"50233ff6-ff1a-4acf-8732-c71909863115\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/5f1e5ad6-422c-46db-b146-17ec167216a4/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"5f1e5ad6-422c-46db-b146-17ec167216a4\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/e4674439-150b-4ac2-b7b6-722f10cbb21b/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"e4674439-150b-4ac2-b7b6-722f10cbb21b\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/9c223660-6a94-491e-b3b8-bde3302f3ff1/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"9c223660-6a94-491e-b3b8-bde3302f3ff1\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/a21ef219-ec65-4540-9a41-acee524ff21c/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"a21ef219-ec65-4540-9a41-acee524ff21c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/c39a96ae-24ef-406d-996e-a070378aecba/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"c39a96ae-24ef-406d-996e-a070378aecba\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/e10190b7-51b9-475a-af82-9f3293497471/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"e10190b7-51b9-475a-af82-9f3293497471\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/bdd98b1f-1c50-44e2-ab94-c832802c635c/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"bdd98b1f-1c50-44e2-ab94-c832802c635c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/54fef401-7ba4-42c5-a643-662648225091/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"54fef401-7ba4-42c5-a643-662648225091\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/a79ff4fb-0723-4c91-bac0-7eb617d6a160/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"a79ff4fb-0723-4c91-bac0-7eb617d6a160\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/1940e085-9c57-41e7-b0b2-e9cf1dee7f0f/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"1940e085-9c57-41e7-b0b2-e9cf1dee7f0f\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/5c091abc-80df-41ca-b1ec-6460120529db/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"5c091abc-80df-41ca-b1ec-6460120529db\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/1c9ae4d6-9a09-400f-a1db-79e81e6d85e5/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"1c9ae4d6-9a09-400f-a1db-79e81e6d85e5\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/735855c4-16bc-4356-8c1b-61cf6aab4f13/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"735855c4-16bc-4356-8c1b-61cf6aab4f13\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/32c11e6b-283f-45aa-a1d8-d45e16094846/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"32c11e6b-283f-45aa-a1d8-d45e16094846\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/e9c9c74e-d7ba-4f35-b91a-abab3615a821/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"e9c9c74e-d7ba-4f35-b91a-abab3615a821\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/f2111fd4-0383-4214-8500-63460ce2b5fc/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"f2111fd4-0383-4214-8500-63460ce2b5fc\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/5f34a9ab-8143-4f31-aa56-fb19adfe6ccb/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"5f34a9ab-8143-4f31-aa56-fb19adfe6ccb\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/07c39128-6b31-411d-9139-7a3ce64436c3/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"07c39128-6b31-411d-9139-7a3ce64436c3\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/8c77907e-355b-4ed7-8cca-4a7d0dda3e10/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"8c77907e-355b-4ed7-8cca-4a7d0dda3e10\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/f1ab5e75-4d54-4851-9622-e9d01b510471/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"f1ab5e75-4d54-4851-9622-e9d01b510471\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/7062aa9c-b6e5-46be-bf42-e2b279eb9867/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"7062aa9c-b6e5-46be-bf42-e2b279eb9867\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/9e091602-d9d4-4143-bc1b-36229ea13cbd/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"9e091602-d9d4-4143-bc1b-36229ea13cbd\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/3812d997-bf26-4830-a1d7-718e1bce634b/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"3812d997-bf26-4830-a1d7-718e1bce634b\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/b7e671aa-90ae-418d-9a34-01a1a25bf7b9/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"b7e671aa-90ae-418d-9a34-01a1a25bf7b9\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/0a304630-7537-45d9-a16c-6e0d93e05ae1/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"0a304630-7537-45d9-a16c-6e0d93e05ae1\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Specimen/b5504260-165a-44e6-95f7-904ee32c5408/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Specimen\",\n \"resourceID\": \"b5504260-165a-44e6-95f7-904ee32c5408\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/7c3f4aa5-aea5-4a36-bda7-4ad0df76e23a/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"7c3f4aa5-aea5-4a36-bda7-4ad0df76e23a\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/DiagnosticReport/ada4a722-f2c5-4a9e-8964-4c96ed8caaf2/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"DiagnosticReport\",\n \"resourceID\": \"ada4a722-f2c5-4a9e-8964-4c96ed8caaf2\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/a682d8e5-0965-4bfd-982c-56ca5ee95b6b/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"a682d8e5-0965-4bfd-982c-56ca5ee95b6b\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/fa146d7e-c23a-4965-808a-06185affdbbc/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"fa146d7e-c23a-4965-808a-06185affdbbc\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/89414d3b-bf46-4107-9c90-e1c9f7b502bf/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"89414d3b-bf46-4107-9c90-e1c9f7b502bf\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/e447bdf1-7a77-4844-a3a9-f7e4704759eb/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"e447bdf1-7a77-4844-a3a9-f7e4704759eb\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/d53600f3-61c6-454a-aedc-e18524883763/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"d53600f3-61c6-454a-aedc-e18524883763\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/5517737e-f3f1-428e-bef8-648cac558974/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"5517737e-f3f1-428e-bef8-648cac558974\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/4502136c-a2b5-4915-92a9-2e19da796713/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"4502136c-a2b5-4915-92a9-2e19da796713\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/QuestionnaireResponse/1a772488-6166-4be6-a455-51c10f57e3fd/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"QuestionnaireResponse\",\n \"resourceID\": \"1a772488-6166-4be6-a455-51c10f57e3fd\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/48a7275d-341f-4357-8ae6-bf5796bf0251/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"48a7275d-341f-4357-8ae6-bf5796bf0251\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/eb89d01f-895b-4b5c-add9-1ed2cadb2520/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"eb89d01f-895b-4b5c-add9-1ed2cadb2520\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/16360710-61a7-40b7-9bf5-c39dfad84817/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"16360710-61a7-40b7-9bf5-c39dfad84817\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/AllergyIntolerance/8dae6ec1-499b-4e6e-baae-a0814e7c4bb2/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"AllergyIntolerance\",\n \"resourceID\": \"8dae6ec1-499b-4e6e-baae-a0814e7c4bb2\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Medication/9a7f9da9-f1da-4abf-a9b0-0f126ddc61dd/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Medication\",\n \"resourceID\": \"9a7f9da9-f1da-4abf-a9b0-0f126ddc61dd\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationRequest/f8605c9f-aecd-49ac-b0c9-b628b4a1835a/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationRequest\",\n \"resourceID\": \"f8605c9f-aecd-49ac-b0c9-b628b4a1835a\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/QuestionnaireResponse/57a99616-5a3a-4520-8b7a-0c74bf7c4252/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"QuestionnaireResponse\",\n \"resourceID\": \"57a99616-5a3a-4520-8b7a-0c74bf7c4252\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Medication/ee6b3ca1-4dc7-40da-9c6c-6b356b9c2d5c/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Medication\",\n \"resourceID\": \"ee6b3ca1-4dc7-40da-9c6c-6b356b9c2d5c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/668b404a-0876-4b15-8ba9-f9afd995f5ce/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationDispense\",\n \"resourceID\": \"668b404a-0876-4b15-8ba9-f9afd995f5ce\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/b1db8da1-7f8d-4821-b3a9-a1d96ff2c58b/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"b1db8da1-7f8d-4821-b3a9-a1d96ff2c58b\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU3NzI4NDM1MjcyNDAwMA\\\"\",\n \"lastModified\": \"2024-08-02T05:41:24.352724+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/9248fb09-3972-4541-ad11-11d058b5b321/_history/MTcyMjU3NzI4NDM1MjcyNDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"9248fb09-3972-4541-ad11-11d058b5b321\"\n }\n }\n ],\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction-response\",\n \"total\": 73\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": "org_list",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "Location_id",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "Location_Name",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "Practitioner_id",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "Practitioner_Name",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "Patient_id",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "Patient_Name",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "Registration_ID",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "EpisodeOfCare_id",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "Diagnosis_Utama",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "DiagnosisUtama_Name",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "Medication_forRequest",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "Medication_forDispense",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "Medication_Request",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "Diagnosis_Sekunder",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "DiagnosisSekunder_Name",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "Encounter_id",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "Condition_KeluhanUtama",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "Observation_Nadi",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "Observation_Kesadaran",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "CarePlan_RencanaRawat",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "CarePlan_Instruksi",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "Procedure_PraRad",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "Observation_PraRad",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "AllergyIntolerance_PraRad",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "ServiceRequest_Rad",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "Observation_Rad",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "DiagnosticReport_Rad",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "Procedure_Terapetik",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "Procedure_Konseling",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "Condition_DiagnosisPrimer",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "Condition_DiagnosisSekunder",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "Procedure_Edukasi",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "MedicationRequest_id",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "MedicationDispense_id",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "QuestionnaireResponse_KajianResep",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "ClinicalImpression_Prognosis",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "ServiceRequest_Rujukan",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "Condition_Stabil",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "ServiceRequest_SHK",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "Specimen_SHK",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "Observation_SHK",
|
|
"value": ""
|
|
}
|
|
]
|
|
} |