Files
satusehat-worker/internal/interfaces/satusehat/json_postman/07. Use Case - Intranatal Care (INC).postman_collection.json
T
2026-04-14 01:21:54 +00:00

11640 lines
861 KiB
JSON
Executable File

{
"info": {
"_postman_id": "93b0936b-70c1-402f-8e75-3ea14582a01f",
"name": "07. Use Case - Intranatal Care (INC)",
"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| 5 Mar 2024 | [](https://mailto:[email protected])Versi Pertama - Perubahan API berdasarkan perubahan pada playbook. Pada folder kini diterapkan parameterization. <br> <br>API sesuai dengan Playbook Modul INC V2.3 | Thomas Chaidir <br> <br>Luthfi Nabilah Qonitah |\n| 2 Jul 2024 | Versi Kedua - Pembaruan API sesuai dengan Playbook INC V2.6 <br> <br>Catatan: Perubahan metode untuk Menutup Episode Kehamilan ANC Saat Persalinan (sebelumnya menggunakan metode PUT menjadi metode PATCH)) | Thomas Chaidir <br> <br>Luthfi Nabilah Qonitah <br> <br>Raden Nurilma Hidayatullah |\n| 28 Okt 2024 | Versi Ketiga - Penambahan QuestionnaireResponse Pengkajian Resep | 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/uhfiwu1/07-use-case-intranatal-care-inc?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": "00. Membuat 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 Layanan INC",
"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-INC\"\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 INC\",\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/352401cc-66d5-4720-9aae-231327805053\",\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 INC",
"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-INC\"\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 INC\",\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/352401cc-66d5-4720-9aae-231327805053\",\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": "content-type",
"value": "application/json"
},
{
"key": "location",
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Organization/0db06dbf-6f01-4c3c-92db-66e021b81fe7/_history/MTY3OTM2NzkyMDI4MjgxMDAwMA"
},
{
"key": "etag",
"value": "W/\"MTY3OTM2NzkyMDI4MjgxMDAwMA\""
},
{
"key": "last-modified",
"value": "Tue, 21 Mar 2023 03:05:20 UTC"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Tue, 21 Mar 2023 03:05:20 GMT"
},
{
"key": "content-length",
"value": "1237"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "beffe9f4-01d8-4ef7-b585-b48e73f6d401"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-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\": \"0db06dbf-6f01-4c3c-92db-66e021b81fe7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000004\",\n \"use\": \"official\",\n \"value\": \"SW-KIA-INC\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-21T03:05:20.282810+00:00\",\n \"versionId\": \"MTY3OTM2NzkyMDI4MjgxMDAwMA\"\n },\n \"name\": \"Layanan INC\",\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 Resusitasi Bayi",
"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-INC\"\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 Resusitasi Bayi\",\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/352401cc-66d5-4720-9aae-231327805053\",\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 Resusitasi Bayi",
"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-INC\"\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 Resusitasi Bayi\",\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/352401cc-66d5-4720-9aae-231327805053\",\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/638843ce-204d-48f1-b2c6-71af6c67fef1/_history/MTY4MDE0MTc3Mzk1NTIyNTAwMA"
},
{
"key": "etag",
"value": "W/\"MTY4MDE0MTc3Mzk1NTIyNTAwMA\""
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "last-modified",
"value": "Thu, 30 Mar 2023 02:02:53 UTC"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Thu, 30 Mar 2023 02:02:53 GMT"
},
{
"key": "content-length",
"value": "1249"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "e267409d-3cd2-4d18-8c8c-b677fbd1e2d4"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-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\": \"638843ce-204d-48f1-b2c6-71af6c67fef1\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000004\",\n \"use\": \"official\",\n \"value\": \"SW-KIA-INC\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-30T02:02:53.955225+00:00\",\n \"versionId\": \"MTY4MDE0MTc3Mzk1NTIyNTAwMA\"\n },\n \"name\": \"Layanan Resusitasi Bayi\",\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 Ruang INC",
"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-INC-KIA\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruang INC, Departemen KIA\",\n \"description\": \"Ruang INC, 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/0db06dbf-6f01-4c3c-92db-66e021b81fe7\"\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Location",
"host": [
"{{base_url}}"
],
"path": [
"Location"
]
}
},
"response": [
{
"name": "Location - Create Ruang INC",
"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-INC-KIA\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruang INC, Departemen KIA\",\n \"description\": \"Ruang INC, 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/0db06dbf-6f01-4c3c-92db-66e021b81fe7\"\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/f4d54b69-4425-4ff2-a0ab-faffd8e3de77/_history/MTY5OTU4ODkxNzIzNjU4MzAwMA"
},
{
"key": "etag",
"value": "W/\"MTY5OTU4ODkxNzIzNjU4MzAwMA\""
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "last-modified",
"value": "Fri, 10 Nov 2023 04:01:57 UTC"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Fri, 10 Nov 2023 04:01:57 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": "fff2b38f-5542-4068-90b5-19aa39fe8405"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-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 INC, Departemen KIA, Lantai 2, Gedung Utama\",\n \"id\": \"f4d54b69-4425-4ff2-a0ab-faffd8e3de77\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000004\",\n \"value\": \"P-INC-KIA\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/0db06dbf-6f01-4c3c-92db-66e021b81fe7\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-10T04:01:57.236583+00:00\",\n \"versionId\": \"MTY5OTU4ODkxNzIzNjU4MzAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang INC, 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 Ruang Resusitasi Bayi",
"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\": \"Ruang-Resusitasi-KIA\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruang Resusitasi Bayi, Departemen KIA\",\n \"description\": \"Ruang Resusitasi Bayi, 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/638843ce-204d-48f1-b2c6-71af6c67fef1\"\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Location",
"host": [
"{{base_url}}"
],
"path": [
"Location"
]
}
},
"response": [
{
"name": "Location - Create Ruang Resusitasi Bayi",
"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\": \"Ruang-Resusitasi-KIA\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruang Resusitasi Bayi, Departemen KIA\",\n \"description\": \"Ruang Resusitasi Bayi, 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/638843ce-204d-48f1-b2c6-71af6c67fef1\"\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Location",
"host": [
"{{base_url}}"
],
"path": [
"Location"
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "json",
"header": [
{
"key": "content-type",
"value": "application/json"
},
{
"key": "etag",
"value": "W/\"MTY4MDE0MTkxMTUyMzYwNzAwMA\""
},
{
"key": "last-modified",
"value": "Thu, 30 Mar 2023 02:05:11 UTC"
},
{
"key": "location",
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Location/879a81e3-828d-479b-9b78-859bef3b7494/_history/MTY4MDE0MTkxMTUyMzYwNzAwMA"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Thu, 30 Mar 2023 02:05:11 GMT"
},
{
"key": "content-length",
"value": "950"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "3ddd8678-f25f-4fd2-9537-e059667421f5"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-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 Resusitasi Bayi, Departemen KIA, Lantai 2, Gedung Utama\",\n \"id\": \"879a81e3-828d-479b-9b78-859bef3b7494\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000004\",\n \"value\": \"Ruang-Resusitasi-KIA\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/638843ce-204d-48f1-b2c6-71af6c67fef1\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-03-30T02:05:11.523607+00:00\",\n \"versionId\": \"MTY4MDE0MTkxMTUyMzYwNzAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Resusitasi Bayi, 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 Bed INC",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"resourceType\": \"Location\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/organization/{{Org_id}}\",\r\n \"use\": \"official\",\r\n \"value\": \"SW-KIA-INC\"\r\n }\r\n ],\r\n\"status\": \"active\",\r\n\"name\": \"Bed INC, Ruang INC, Rawat INC, Layanan INC\",\r\n\"description\": \"Bed INC, Ruang INC, Rawat INC, Layanan INC, Lantai 2, Gedung Utama\",\r\n\"mode\": \"instance\",\r\n\"telecom\": [\r\n {\r\n \"system\": \"phone\",\r\n \"use\": \"work\",\r\n \"value\": \"+6221-14045\"\r\n },\r\n {\r\n \"system\": \"email\",\r\n \"use\": \"work\",\r\n \"value\": \"[email protected]\"\r\n },\r\n {\r\n \"system\": \"url\",\r\n \"use\": \"work\",\r\n \"value\": \"www.puskesmassangatwaras.com\"\r\n }\r\n],\r\n\"type\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\",\r\n \"code\": \"RT0004\",\r\n \"display\": \"Tempat Tidur\"\r\n }\r\n ]\r\n }\r\n],\r\n\"physicalType\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/location-physical-type\",\r\n \"code\": \"bd\",\r\n \"display\": \"Bed\"\r\n }\r\n ]\r\n},\r\n\"operationalStatus\": {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0116\",\r\n \"code\": \"U\",\r\n \"display\": \"Unoccupied\"\r\n},\r\n\"position\": {\r\n \"longitude\": -6.23115426275766,\r\n \"latitude\": 106.83239885393944,\r\n \"altitude\": 0\r\n},\r\n\"managingOrganization\": {\r\n \"reference\": \"Organization/0db06dbf-6f01-4c3c-92db-66e021b81fe7\"\r\n},\r\n\"partOf\": {\r\n \"reference\": \"Location/f4d54b69-4425-4ff2-a0ab-faffd8e3de77\",\r\n \"display\": \"Ruang INC, Departemen KIA, Lantai 2, Gedung Utama\"\r\n}\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Location",
"host": [
"{{base_url}}"
],
"path": [
"Location"
]
}
},
"response": [
{
"name": "Location - Create Bed INC",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"resourceType\": \"Location\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/organization/{{Org_id}}\",\r\n \"use\": \"official\",\r\n \"value\": \"SW-KIA-INC\"\r\n }\r\n ],\r\n\"status\": \"active\",\r\n\"name\": \"Bed INC, Ruang INC, Rawat INC, Layanan INC\",\r\n\"description\": \"Bed INC, Ruang INC, Rawat INC, Layanan INC, Lantai 2, Gedung Utama\",\r\n\"mode\": \"instance\",\r\n\"telecom\": [\r\n {\r\n \"system\": \"phone\",\r\n \"use\": \"work\",\r\n \"value\": \"+6221-14045\"\r\n },\r\n {\r\n \"system\": \"email\",\r\n \"use\": \"work\",\r\n \"value\": \"[email protected]\"\r\n },\r\n {\r\n \"system\": \"url\",\r\n \"use\": \"work\",\r\n \"value\": \"www.puskesmassangatwaras.com\"\r\n }\r\n],\r\n\"type\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\",\r\n \"code\": \"RT0004\",\r\n \"display\": \"Tempat Tidur\"\r\n }\r\n ]\r\n }\r\n],\r\n\"physicalType\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/location-physical-type\",\r\n \"code\": \"bd\",\r\n \"display\": \"Bed\"\r\n }\r\n ]\r\n},\r\n\"operationalStatus\": {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0116\",\r\n \"code\": \"U\",\r\n \"display\": \"Unoccupied\"\r\n},\r\n\"position\": {\r\n \"longitude\": -6.23115426275766,\r\n \"latitude\": 106.83239885393944,\r\n \"altitude\": 0\r\n},\r\n\"managingOrganization\": {\r\n \"reference\": \"Organization/0db06dbf-6f01-4c3c-92db-66e021b81fe7\"\r\n},\r\n\"partOf\": {\r\n \"reference\": \"Location/f4d54b69-4425-4ff2-a0ab-faffd8e3de77\",\r\n \"display\": \"Ruang INC, Departemen KIA, Lantai 2, Gedung Utama\"\r\n}\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Location",
"host": [
"{{base_url}}"
],
"path": [
"Location"
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "json",
"header": [
{
"key": "last-modified",
"value": "Fri, 10 Nov 2023 04:19:21 UTC"
},
{
"key": "location",
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Location/fca60c53-c798-4350-ba94-859fb79ac7c7/_history/MTY5OTU4OTk2MTA0NzE5MjAwMA"
},
{
"key": "etag",
"value": "W/\"MTY5OTU4OTk2MTA0NzE5MjAwMA\""
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Fri, 10 Nov 2023 04:19:21 GMT"
},
{
"key": "content-length",
"value": "1349"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "6b88ab7e-c987-4f0a-bcb8-45fdd02abbb5"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
},
{
"key": "Alt-Svc",
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
}
],
"cookie": [],
"body": "{\n \"description\": \"Bed INC, Ruang INC, Rawat INC, Layanan INC, Lantai 2, Gedung Utama\",\n \"id\": \"fca60c53-c798-4350-ba94-859fb79ac7c7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000004\",\n \"use\": \"official\",\n \"value\": \"SW-KIA-INC\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/0db06dbf-6f01-4c3c-92db-66e021b81fe7\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-10T04:19:21.047192+00:00\",\n \"versionId\": \"MTY5OTU4OTk2MTA0NzE5MjAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Bed INC, Ruang INC, Rawat INC, Layanan INC\",\n \"operationalStatus\": {\n \"code\": \"U\",\n \"display\": \"Unoccupied\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0116\"\n },\n \"partOf\": {\n \"display\": \"Ruang INC, Departemen KIA, Lantai 2, Gedung Utama\",\n \"reference\": \"Location/f4d54b69-4425-4ff2-a0ab-faffd8e3de77\"\n },\n \"physicalType\": {\n \"coding\": [\n {\n \"code\": \"bd\",\n \"display\": \"Bed\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/location-physical-type\"\n }\n ]\n },\n \"position\": {\n \"altitude\": 0,\n \"latitude\": 106.83239885393944,\n \"longitude\": -6.23115426275766\n },\n \"resourceType\": \"Location\",\n \"status\": \"active\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-14045\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[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\": \"RT0004\",\n \"display\": \"Tempat Tidur\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\"\n }\n ]\n }\n ]\n}"
}
]
}
]
},
{
"name": "01. Mencari Data Pasien dan Nakes",
"item": [
{
"name": "Patient - ID Ibu",
"protocolProfileBehavior": {
"disableBodyPruning": true,
"disabledSystemHeaders": {
"content-type": true
}
},
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Patient/:id",
"host": [
"{{base_url}}"
],
"path": [
"Patient",
":id"
],
"variable": [
{
"key": "id",
"value": "P02029385155"
}
]
}
},
"response": [
{
"name": "Patient - ID Ibu",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "{{base_url}}/Patient/:id",
"host": [
"{{base_url}}"
],
"path": [
"Patient",
":id"
],
"variable": [
{
"key": "id",
"value": "100000030006"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "last-modified",
"value": "Wed, 23 Nov 2022 02:55:12 UTC"
},
{
"key": "etag",
"value": "W/\"MTY2OTE3MjExMjcxMjgxODAwMA\""
},
{
"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": "Mon, 13 Feb 2023 08:14:39 GMT"
},
{
"key": "content-length",
"value": "2458"
},
{
"key": "x-xss-protection",
"value": "0"
},
{
"key": "x-frame-options",
"value": "SAMEORIGIN"
},
{
"key": "x-content-type-options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "414f6a3b-fcc1-43bf-976d-e4f0cd8ff2e1"
},
{
"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 \"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\": \"I\"\n }\n ],\n \"id\": \"100000030006\",\n \"identifier\": [\n {\n \"use\": \"official\",\n \"value\": \"1000000\"\n },\n {\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"use\": \"official\",\n \"value\": \"367400001111388\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/paspor\",\n \"use\": \"official\",\n \"value\": \"A01111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/kk\",\n \"value\": \"367400001111111\"\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\": \"2022-11-23T02:55:12.712818+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\",\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient|4.0.1\"\n ],\n \"versionId\": \"MTY2OTE3MjExMjcxMjgxODAwMA\"\n },\n \"multipleBirthBoolean\": false,\n \"name\": [\n {\n \"text\": \"John Smith\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"john.smith.A\"\n }\n ]\n}"
},
{
"name": "Patient - ID Ibu",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "{{base_url}}/Patient/:id",
"host": [
"{{base_url}}"
],
"path": [
"Patient",
":id"
],
"variable": [
{
"key": "id",
"value": "P01654557057"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "etag",
"value": "W/\"MTY4ODY1ODc3MTU4NzM1MDAwMA\""
},
{
"key": "last-modified",
"value": "Thu, 06 Jul 2023 15:52:51 UTC"
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sat, 11 Nov 2023 01:52:24 GMT"
},
{
"key": "content-length",
"value": "4721"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "c0d8c0f5-27e9-4ce0-8274-34ab85e8c4ac"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-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\": \"NABIRE\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"91\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"4\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"22\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"2004\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"3\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"JL. DIPONEGORO\"\n ],\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1970-06-06\",\n \"communication\": [\n {\n \"language\": {\n \"coding\": [\n {\n \"code\": \"id-ID\",\n \"display\": \"Indonesian\",\n \"system\": \"urn:ietf:bcp:47\"\n }\n ],\n \"text\": \"Indonesian\"\n },\n \"preferred\": true\n }\n ],\n \"deceasedBoolean\": false,\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/citizenshipStatus\",\n \"valueCode\": \"WNI\"\n }\n ],\n \"gender\": \"female\",\n \"id\": \"P01654557057\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P01654557057\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"9104224606000005\"\n }\n ],\n \"link\": [\n {\n \"other\": {\n \"reference\": \"RelatedPerson/b5a93483-0130-47b0-b538-206a2481d695\"\n },\n \"type\": \"refer\"\n },\n {\n \"other\": {\n \"reference\": \"RelatedPerson/0351f2bb-3682-4b30-b2e8-7247ebd8f1a7\"\n },\n \"type\": \"refer\"\n },\n {\n \"other\": {\n \"reference\": \"RelatedPerson/93f5e908-10b0-410b-b502-98ace59f897e\"\n },\n \"type\": \"refer\"\n },\n {\n \"other\": {\n \"reference\": \"RelatedPerson/5071f689-f1fc-4e04-967c-221d33fbbf48\"\n },\n \"type\": \"refer\"\n },\n {\n \"other\": {\n \"reference\": \"RelatedPerson/e0482758-c1a2-499e-8248-7ed5097740cd\"\n },\n \"type\": \"refer\"\n },\n {\n \"other\": {\n \"reference\": \"RelatedPerson/c92f16af-fa09-476b-bf9b-87dbbe246454\"\n },\n \"type\": \"refer\"\n },\n {\n \"other\": {\n \"reference\": \"RelatedPerson/3dc71cc4-b97b-4fcf-9668-7378057d8c7a\"\n },\n \"type\": \"refer\"\n },\n {\n \"other\": {\n \"reference\": \"RelatedPerson/861cc47d-4f36-4b7f-ac3e-606d7644cac2\"\n },\n \"type\": \"refer\"\n },\n {\n \"other\": {\n \"reference\": \"RelatedPerson/7d1d81f4-1866-40d4-a6c4-661556a9a0d8\"\n },\n \"type\": \"refer\"\n },\n {\n \"other\": {\n \"reference\": \"RelatedPerson/bcd1e629-b516-433b-aa12-ef124389b134\"\n },\n \"type\": \"refer\"\n },\n {\n \"other\": {\n \"reference\": \"RelatedPerson/8f717e80-1fbe-4db1-8a2f-8ab4d94206c1\"\n },\n \"type\": \"refer\"\n },\n {\n \"other\": {\n \"reference\": \"RelatedPerson/4659988d-c00c-44d8-aef6-1f9738ebbe5f\"\n },\n \"type\": \"refer\"\n },\n {\n \"other\": {\n \"reference\": \"RelatedPerson/c11038f2-6c97-4344-acae-040ce25ec986\"\n },\n \"type\": \"refer\"\n },\n {\n \"other\": {\n \"reference\": \"RelatedPerson/bc3cfc10-d4ea-4faa-ae6d-873ce66a1873\"\n },\n \"type\": \"refer\"\n },\n {\n \"other\": {\n \"reference\": \"RelatedPerson/46cb8b30-e183-4c9d-b9a7-fab4e09edaf7\"\n },\n \"type\": \"refer\"\n },\n {\n \"other\": {\n \"reference\": \"RelatedPerson/93748f6b-0164-4c10-9121-a939dce7b13c\"\n },\n \"type\": \"refer\"\n },\n {\n \"other\": {\n \"reference\": \"RelatedPerson/e5b2f2e9-df61-4522-bfde-c3d9819c8fea\"\n },\n \"type\": \"refer\"\n },\n {\n \"other\": {\n \"reference\": \"RelatedPerson/6baebf9b-454e-489c-9c90-50d03cc3e26d\"\n },\n \"type\": \"refer\"\n },\n {\n \"other\": {\n \"reference\": \"RelatedPerson/6a854f41-1adf-43c7-9228-ea315dcf1e7a\"\n },\n \"type\": \"refer\"\n },\n {\n \"other\": {\n \"reference\": \"RelatedPerson/0b37f39b-db99-470e-aa68-44294948818e\"\n },\n \"type\": \"refer\"\n },\n {\n \"other\": {\n \"reference\": \"RelatedPerson/6e73a0e7-a383-42a1-90cf-0027e887f236\"\n },\n \"type\": \"refer\"\n },\n {\n \"other\": {\n \"reference\": \"RelatedPerson/29ba2327-78b1-4b70-82d6-3caf22490e71\"\n },\n \"type\": \"refer\"\n },\n {\n \"other\": {\n \"reference\": \"RelatedPerson/9e008c92-94f4-4e34-90ce-cc16ad92bd66\"\n },\n \"type\": \"refer\"\n },\n {\n \"other\": {\n \"reference\": \"RelatedPerson/ad3c9b20-f3f8-48ed-acf9-0f30971202d0\"\n },\n \"type\": \"refer\"\n },\n {\n \"other\": {\n \"reference\": \"RelatedPerson/3dc93364-afdf-455e-8b96-166f10fdf195\"\n },\n \"type\": \"refer\"\n },\n {\n \"other\": {\n \"reference\": \"RelatedPerson/87a6936d-a0ce-40cb-b1ea-ae350bcddec8\"\n },\n \"type\": \"refer\"\n },\n {\n \"other\": {\n \"reference\": \"RelatedPerson/267fcd77-849c-4928-8bed-22481f217529\"\n },\n \"type\": \"refer\"\n },\n {\n \"other\": {\n \"reference\": \"RelatedPerson/314f35f9-fde1-4915-b873-20294dcf2788\"\n },\n \"type\": \"refer\"\n },\n {\n \"other\": {\n \"reference\": \"RelatedPerson/5c922caa-f516-463a-87af-487437b93a91\"\n },\n \"type\": \"refer\"\n },\n {\n \"other\": {\n \"reference\": \"RelatedPerson/291bfc10-8e50-4e4a-b3c2-cc4df8664988\"\n },\n \"type\": \"refer\"\n },\n {\n \"other\": {\n \"reference\": \"RelatedPerson/b8da871a-1e4a-4358-a789-0a869a881139\"\n },\n \"type\": \"refer\"\n },\n {\n \"other\": {\n \"reference\": \"RelatedPerson/350c047a-1b6e-41bd-b3a8-65066287417e\"\n },\n \"type\": \"refer\"\n },\n {\n \"other\": {\n \"reference\": \"RelatedPerson/243a3151-3e4e-4ae5-8acd-b440db93d36f\"\n },\n \"type\": \"refer\"\n },\n {\n \"other\": {\n \"reference\": \"RelatedPerson/9f1aa8a3-b115-44e5-ba08-265249fecbf6\"\n },\n \"type\": \"refer\"\n },\n {\n \"other\": {\n \"reference\": \"RelatedPerson/a78998dd-ea9c-4776-89c2-ab5493179d63\"\n },\n \"type\": \"refer\"\n },\n {\n \"other\": {\n \"reference\": \"RelatedPerson/70804835-0d4a-4bc2-aaf4-20624209aef5\"\n },\n \"type\": \"refer\"\n },\n {\n \"other\": {\n \"reference\": \"RelatedPerson/0ff94e29-523d-4d82-945d-fdf967d61ab9\"\n },\n \"type\": \"refer\"\n },\n {\n \"other\": {\n \"reference\": \"RelatedPerson/ea633fca-d3a2-4bc6-91a7-3c52b3e39c71\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-07-06T15:52:51.587350+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY4ODY1ODc3MTU4NzM1MDAwMA\"\n },\n \"multipleBirthBoolean\": false,\n \"name\": [\n {\n \"text\": \"patient 5\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n}"
}
]
},
{
"name": "Patient - Search Name, Birthdate, Gender",
"protocolProfileBehavior": {
"disableBodyPruning": true,
"disabledSystemHeaders": {
"content-type": true
}
},
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Patient?name=SRI SARTIKA DEWI&birthdate=1996-07-06&gender=female",
"host": [
"{{base_url}}"
],
"path": [
"Patient"
],
"query": [
{
"key": "name",
"value": "SRI SARTIKA DEWI"
},
{
"key": "birthdate",
"value": "1996-07-06"
},
{
"key": "gender",
"value": "female"
}
]
}
},
"response": [
{
"name": "Patient - Search Name, Birthdate, Gender Copy",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "{{base_url}}/Patient?name=SRI SARTIKA DEWI&birthdate=1996-07-06&gender=female",
"host": [
"{{base_url}}"
],
"path": [
"Patient"
],
"query": [
{
"key": "name",
"value": "SRI SARTIKA DEWI"
},
{
"key": "birthdate",
"value": "1996-07-06"
},
{
"key": "gender",
"value": "female"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "content-type",
"value": "application/json"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Tue, 17 Oct 2023 08:07:53 GMT"
},
{
"key": "content-length",
"value": "1779"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "cf89e2a1-8626-43f4-8e30-5f6f69f0096b"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-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/P02029381697\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"2\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"PASIRJENGKOL, TELUKJAMBE BARAT, KARANGMULYA, KARAWANG\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1996-07-06\",\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/birthPlace\",\n \"valueAddress\": {\n \"city\": \"TANGERANG\",\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\": \"P02029381697\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"3603154607960009\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029381697\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-08-31T15:03:52.962667+00:00\",\n \"versionId\": \"MTY5MzQ5NDIzMjk2MjY2NzAwMA\"\n },\n \"multipleBirthInteger\": 0,\n \"name\": [\n {\n \"text\": \"SRI SARTIKA DEWI\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n }\n ],\n \"link\": [\n {\n \"relation\": \"search\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1996-07-06&gender=female&name=SRI+SARTIKA+DEWI\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1996-07-06&gender=female&name=SRI+SARTIKA+DEWI\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1996-07-06&gender=female&name=SRI+SARTIKA+DEWI\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}"
}
]
},
{
"name": "Practitioner - By ID",
"protocolProfileBehavior": {
"disableBodyPruning": true,
"disabledSystemHeaders": {
"content-type": true
}
},
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Practitioner/:id",
"host": [
"{{base_url}}"
],
"path": [
"Practitioner",
":id"
],
"variable": [
{
"key": "id",
"value": "N10000001"
}
]
}
},
"response": [
{
"name": "Practitioner - By ID",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "{{base_url}}/Practitioner/:id",
"host": [
"{{base_url}}"
],
"path": [
"Practitioner",
":id"
],
"variable": [
{
"key": "id",
"value": "N10000001"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "etag",
"value": "W/\"MTY2OTE3MjI5NTIzMTQ1MjAwMA\""
},
{
"key": "content-type",
"value": "application/fhir+json;charset=utf-8"
},
{
"key": "last-modified",
"value": "Wed, 23 Nov 2022 02:58:15 UTC"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Thu, 24 Nov 2022 00:22:35 GMT"
},
{
"key": "content-length",
"value": "3189"
},
{
"key": "x-xss-protection",
"value": "0"
},
{
"key": "x-frame-options",
"value": "SAMEORIGIN"
},
{
"key": "x-content-type-options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "a0a33bde-3338-437c-bd7f-15de9fb3e8e8"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Alt-Svc",
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
}
],
"cookie": [],
"body": "{\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000001\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000001\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T02:58:15.231452+00:00\",\n \"versionId\": \"MTY2OTE3MjI5NTIzMTQ1MjAwMA\"\n },\n \"name\": [\n {\n \"prefix\": [\n \"Dr.\",\n \"dr.\"\n ],\n \"suffix\": [\n \"MARS.\"\n ],\n \"text\": \"Voigt\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"[email protected]\"\n }\n ]\n}"
}
]
}
]
},
{
"name": "02. Pendaftaran Kunjungan Pasien",
"item": [
{
"name": "Pembuatan Kunjungan Baru",
"item": [
{
"name": "GET EpisodeOfCareANC by Patient, type, status, organization",
"event": [
{
"listen": "test",
"script": {
"exec": [
"var bundle= pm.response.json();\r",
"var data = bundle.entry[0].resource\r",
"pm.collectionVariables.set(\"EpisodeOfCare_uuid\", data.id)"
],
"type": "text/javascript"
}
}
],
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{base_url}}/EpisodeOfCare?patient=100000030006&type=ANC&status=active",
"host": [
"{{base_url}}"
],
"path": [
"EpisodeOfCare"
],
"query": [
{
"key": "patient",
"value": "100000030006"
},
{
"key": "type",
"value": "ANC"
},
{
"key": "status",
"value": "active"
},
{
"key": "organization",
"value": "{{Org_id}}",
"disabled": true
}
]
}
},
"response": [
{
"name": "GET EpisodeOfCareANC by Patient, type, status, organization, creator",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{base_url}}/EpisodeOfCare?patient=100000030006&type=ANC&status=active&organization={{Org_id}}",
"host": [
"{{base_url}}"
],
"path": [
"EpisodeOfCare"
],
"query": [
{
"key": "patient",
"value": "100000030006"
},
{
"key": "type",
"value": "ANC"
},
{
"key": "status",
"value": "active"
},
{
"key": "organization",
"value": "{{Org_id}}"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "content-type",
"value": "application/json"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sat, 27 Jan 2024 02:25:31 GMT"
},
{
"key": "content-length",
"value": "3514"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "328f6208-be55-463f-a382-54a4119f1b5d"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-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/dd9937f7-d17f-4033-9cda-b6a1d59e5c29\",\n \"resource\": {\n \"id\": \"dd9937f7-d17f-4033-9cda-b6a1d59e5c29\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000004\",\n \"value\": \"EOC9981231202\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000004\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-13T14:19:35.272635+00:00\",\n \"versionId\": \"MTY5OTg4NTE3NTI3MjYzNTAwMA\"\n },\n \"patient\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"period\": {\n \"start\": \"2022-08-31T00:00:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2022-08-31T00:00:00+00:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"ANC\",\n \"display\": \"Antenatal Care\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/6a05bae8-cfea-4809-a92a-f773ee109d2d\",\n \"resource\": {\n \"id\": \"6a05bae8-cfea-4809-a92a-f773ee109d2d\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000004\",\n \"value\": \"EOC998800\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/creator\",\n \"value\": \"10000004\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000004\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-10-11T03:46:08.442365+00:00\",\n \"versionId\": \"MTY5Njk5NTk2ODQ0MjM2NTAwMA\"\n },\n \"patient\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"period\": {\n \"start\": \"2022-08-31T00:00:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2022-08-31T01:00:00+00:00\",\n \"start\": \"2022-08-31T00:00:00+00:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"ANC\",\n \"display\": \"Antenatal Care\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/b4e2f467-a1ba-4126-9dc9-6ba5ab2b5761\",\n \"resource\": {\n \"id\": \"b4e2f467-a1ba-4126-9dc9-6ba5ab2b5761\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000004\",\n \"value\": \"EOC998800\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/creator\",\n \"value\": \"10000004\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000004\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-02-19T10:15:40.455459+00:00\",\n \"versionId\": \"MTY3NjgwMTc0MDQ1NTQ1OTAwMA\"\n },\n \"patient\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"period\": {\n \"start\": \"2022-05-02T07:00:00+07:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\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 \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"ANC\",\n \"display\": \"Antenatal Care\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\"\n }\n ]\n }\n ]\n }\n }\n ],\n \"link\": [\n {\n \"relation\": \"search\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?identifier=http%3A%2F%2Fsys-ids.kemkes.go.id%2Fcreator%7C10000004&organization=10000004&patient=100000030006&status=active&type=ANC\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?identifier=http%3A%2F%2Fsys-ids.kemkes.go.id%2Fcreator%7C10000004&organization=10000004&patient=100000030006&status=active&type=ANC\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/?identifier=http%3A%2F%2Fsys-ids.kemkes.go.id%2Fcreator%7C10000004&organization=10000004&patient=100000030006&status=active&type=ANC\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 3,\n \"type\": \"searchset\"\n}"
}
]
},
{
"name": "Encounter - Kunjungan Ibu",
"event": [
{
"listen": "test",
"script": {
"exec": [
"var data = pm.response.json();\r",
"pm.collectionVariables.set(\"Encounter_uuid\", data.id)"
],
"type": "text/javascript"
}
}
],
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"resourceType\": \"Encounter\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"P20240001\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_uuid}}\"\n }\n ],\n \"status\": \"arrived\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"IMP\",\n \"display\": \"inpatient encounter\"\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-10-31T00:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/f4d54b69-4425-4ff2-a0ab-faffd8e3de77\",\n \"display\": \"Ruang INC, Rawat INC, Layanan INC\"\n }\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-10-31T00: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 Ibu",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"resourceType\": \"Encounter\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"P20240001\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_uuid}}\"\n }\n ],\n \"status\": \"arrived\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"IMP\",\n \"display\": \"inpatient encounter\"\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-10-31T00:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/f4d54b69-4425-4ff2-a0ab-faffd8e3de77\",\n \"display\": \"Ruang INC, Rawat INC, Layanan INC\"\n }\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-10-31T00: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": "Bad Request",
"code": 400,
"_postman_previewlanguage": "json",
"header": [
{
"key": "content-type",
"value": "application/json"
},
{
"key": "x-request-id",
"value": "687d7a34-463e-4363-89e0-c4d99b6ef7e0"
},
{
"key": "content-length",
"value": "172"
},
{
"key": "date",
"value": "Sat, 27 Jan 2024 01:45:34 GMT"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
},
{
"key": "Alt-Svc",
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
}
],
"cookie": [],
"body": "{\n \"resourceType\": \"OperationOutcome\",\n \"text\": {\n \"status\": \"generated\"\n },\n \"issue\": [\n {\n \"severity\": \"error\",\n \"code\": \"duplicate\",\n \"details\": {\n \"text\": \"Found duplicate resource: Encounter\"\n }\n }\n ]\n}"
}
]
}
]
},
{
"name": "Masuk ke Ruang Ranap INC",
"item": [
{
"name": "Location - Bed INC",
"protocolProfileBehavior": {
"disabledSystemHeaders": {
"content-type": true
}
},
"request": {
"method": "PATCH",
"header": [
{
"key": "Content-Type",
"value": "application/json-patch+json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "[\n {\n \"op\": \"replace\",\n \"path\": \"/operationalStatus/code\",\n \"value\": \"O\"\n },\n {\n \"op\": \"replace\",\n \"path\": \"/operationalStatus/display\",\n \"value\": \"Occupied\"\n }\n]",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Location/:id",
"host": [
"{{base_url}}"
],
"path": [
"Location",
":id"
],
"variable": [
{
"key": "id",
"value": "fca60c53-c798-4350-ba94-859fb79ac7c7"
}
]
}
},
"response": [
{
"name": "Location - Bed INC",
"originalRequest": {
"method": "PATCH",
"header": [
{
"key": "Content-Type",
"value": "application/json-patch+json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "[\n {\n \"op\": \"replace\",\n \"path\": \"/operationalStatus/code\",\n \"value\": \"O\"\n },\n {\n \"op\": \"replace\",\n \"path\": \"/operationalStatus/display\",\n \"value\": \"Occupied\"\n }\n]",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Location/:id",
"host": [
"{{base_url}}"
],
"path": [
"Location",
":id"
],
"variable": [
{
"key": "id",
"value": "fca60c53-c798-4350-ba94-859fb79ac7c7"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "content-type",
"value": "application/json"
},
{
"key": "last-modified",
"value": "Mon, 13 Nov 2023 10:24: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/Location/fca60c53-c798-4350-ba94-859fb79ac7c7/_history/MTY5OTg3MTA4MjIxNjI2MzAwMA"
},
{
"key": "etag",
"value": "W/\"MTY5OTg3MTA4MjIxNjI2MzAwMA\""
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Mon, 13 Nov 2023 10:24:42 GMT"
},
{
"key": "content-length",
"value": "1347"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "50297655-f85f-4b91-9cfd-71064c1af659"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
},
{
"key": "Alt-Svc",
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
}
],
"cookie": [],
"body": "{\n \"description\": \"Bed INC, Ruang INC, Rawat INC, Layanan INC, Lantai 2, Gedung Utama\",\n \"id\": \"fca60c53-c798-4350-ba94-859fb79ac7c7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000004\",\n \"use\": \"official\",\n \"value\": \"SW-KIA-INC\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/0db06dbf-6f01-4c3c-92db-66e021b81fe7\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-13T10:24:42.216263+00:00\",\n \"versionId\": \"MTY5OTg3MTA4MjIxNjI2MzAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Bed INC, Ruang INC, Rawat INC, Layanan INC\",\n \"operationalStatus\": {\n \"code\": \"O\",\n \"display\": \"Occupied\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0116\"\n },\n \"partOf\": {\n \"display\": \"Ruang INC, Departemen KIA, Lantai 2, Gedung Utama\",\n \"reference\": \"Location/f4d54b69-4425-4ff2-a0ab-faffd8e3de77\"\n },\n \"physicalType\": {\n \"coding\": [\n {\n \"code\": \"bd\",\n \"display\": \"Bed\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/location-physical-type\"\n }\n ]\n },\n \"position\": {\n \"altitude\": 0,\n \"latitude\": 106.83239885393944,\n \"longitude\": -6.23115426275766\n },\n \"resourceType\": \"Location\",\n \"status\": \"active\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-14045\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[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\": \"RT0004\",\n \"display\": \"Tempat Tidur\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\"\n }\n ]\n }\n ]\n}"
}
]
},
{
"name": "Encounter - Masuk ruang (Ibu)",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter_uuid}}\",\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_uuid}}\"\n }\n ],\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"P20240001\"\n }\n ],\n \"status\": \"in-progress\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"IMP\",\n \"display\": \"inpatient encounter\"\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-10-31T00:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/f4d54b69-4425-4ff2-a0ab-faffd8e3de77\",\n \"display\": \"Ruang INC, Rawat INC, Layanan INC\"\n },\n \"period\": {\n \"start\": \"2023-10-31T00:00:00+00:00\",\n \"end\": \"2023-10-31T00:30:10+00:00\"\n }\n },\n {\n \"location\": {\n \"reference\": \"Location/fca60c53-c798-4350-ba94-859fb79ac7c7\",\n \"display\": \"Bed INC, Ruang INC, Rawat INC, Layanan INC\"\n },\n \"period\": {\n \"start\": \"2023-10-31T00:30:10+00:00\"\n }\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-10-31T00:00:00+00:00\",\n \"end\": \"2023-10-31T00:30:10+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-10-31T00:30:10+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_uuid}}"
}
]
}
},
"response": [
{
"name": "Encounter - Masuk ruang (Ibu)",
"originalRequest": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter_uuid}}\",\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_uuid}}\"\n }\n ],\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"P20240001\"\n }\n ],\n \"status\": \"in-progress\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"IMP\",\n \"display\": \"inpatient encounter\"\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-10-31T00:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/f4d54b69-4425-4ff2-a0ab-faffd8e3de77\",\n \"display\": \"Ruang INC, Rawat INC, Layanan INC\"\n },\n \"period\": {\n \"start\": \"2023-10-31T00:00:00+00:00\",\n \"end\": \"2023-10-31T00:30:10+00:00\"\n }\n },\n {\n \"location\": {\n \"reference\": \"Location/fca60c53-c798-4350-ba94-859fb79ac7c7\",\n \"display\": \"Bed INC, Ruang INC, Rawat INC, Layanan INC\"\n },\n \"period\": {\n \"start\": \"2023-10-31T00:30:10+00:00\"\n }\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-10-31T00:00:00+00:00\",\n \"end\": \"2023-10-31T00:30:10+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-10-31T00:30:10+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_uuid}}"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "location",
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Encounter/9d017ac3-44a4-49c7-82a0-ea29081eab9e/_history/MTcwNjMyMDI4Nzk5Njc5MTAwMA"
},
{
"key": "etag",
"value": "W/\"MTcwNjMyMDI4Nzk5Njc5MTAwMA\""
},
{
"key": "last-modified",
"value": "Sat, 27 Jan 2024 01:51:27 UTC"
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sat, 27 Jan 2024 01:51:28 GMT"
},
{
"key": "content-length",
"value": "1540"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "eb70a984-f934-48a0-b4a2-5dacda609cf9"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
},
{
"key": "Alt-Svc",
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
}
],
"cookie": [],
"body": "{\n \"class\": {\n \"code\": \"IMP\",\n \"display\": \"inpatient encounter\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/dd9937f7-d17f-4033-9cda-b6a1d59e5c29\"\n }\n ],\n \"id\": \"9d017ac3-44a4-49c7-82a0-ea29081eab9e\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000004\",\n \"value\": \"P20240001\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/creator\",\n \"value\": \"10000004\"\n }\n ],\n \"location\": [\n {\n \"location\": {\n \"display\": \"Ruang INC, Rawat INC, Layanan INC\",\n \"reference\": \"Location/f4d54b69-4425-4ff2-a0ab-faffd8e3de77\"\n },\n \"period\": {\n \"end\": \"2023-10-31T00:30:10+00:00\",\n \"start\": \"2023-10-31T00:00:00+00:00\"\n }\n },\n {\n \"location\": {\n \"display\": \"Bed INC, Ruang INC, Rawat INC, Layanan INC\",\n \"reference\": \"Location/fca60c53-c798-4350-ba94-859fb79ac7c7\"\n },\n \"period\": {\n \"start\": \"2023-10-31T00:30:10+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-01-27T01:51:27.996791+00:00\",\n \"versionId\": \"MTcwNjMyMDI4Nzk5Njc5MTAwMA\"\n },\n \"participant\": [\n {\n \"individual\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"ATND\",\n \"display\": \"attender\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\"\n }\n ]\n }\n ]\n }\n ],\n \"period\": {\n \"start\": \"2023-10-31T00:00:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000004\"\n },\n \"status\": \"in-progress\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-10-31T00:30:10+00:00\",\n \"start\": \"2023-10-31T00:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"start\": \"2023-10-31T00:30:10+00:00\"\n },\n \"status\": \"in-progress\"\n }\n ],\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n }\n}"
}
]
}
]
}
]
},
{
"name": "03. Data Persalinan",
"item": [
{
"name": "Usia Kehamilan (UK)",
"item": [
{
"name": "Observation - UK",
"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\": \"18185-9\",\n \"display\": \"Gestational age\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-10-31T01:00:00+00:00\",\n \"issued\": \"2023-10-31T01:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 38,\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 - UK",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"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\": \"18185-9\",\n \"display\": \"Gestational age\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-10-31T01:00:00+00:00\",\n \"issued\": \"2023-10-31T01:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 38,\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": "Fri, 10 Nov 2023 05:57:58 UTC"
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "etag",
"value": "W/\"MTY5OTU5NTg3ODE1OTYzMzAwMA\""
},
{
"key": "location",
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/0d182415-1961-4cfc-b698-013cb863ee65/_history/MTY5OTU5NTg3ODE1OTYzMzAwMA"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Fri, 10 Nov 2023 05:57:58 GMT"
},
{
"key": "content-length",
"value": "807"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "5f1f17d0-99f7-4047-8513-5694b35bf68b"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"18185-9\",\n \"display\": \"Gestational age\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-10-31T01:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/9d017ac3-44a4-49c7-82a0-ea29081eab9e\"\n },\n \"id\": \"0d182415-1961-4cfc-b698-013cb863ee65\",\n \"identifier\": [],\n \"issued\": \"2023-10-31T01:00:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-10T05:57:58.159633+00:00\",\n \"versionId\": \"MTY5OTU5NTg3ODE1OTYzMzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"valueQuantity\": {\n \"code\": \"wk\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"wk\",\n \"value\": 38\n }\n}"
}
]
}
]
},
{
"name": "Gravida",
"item": [
{
"name": "Observation - Gravida",
"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\": \"11996-6\",\n \"display\": \"[#] Pregnancies\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-10-31T01:02:00+00:00\",\n \"issued\": \"2023-10-31T01:02:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueInteger\": 2\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Observation",
"host": [
"{{base_url}}"
],
"path": [
"Observation"
]
}
},
"response": [
{
"name": "Observation - Gravida",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"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\": \"11996-6\",\n \"display\": \"[#] Pregnancies\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-10-31T01:02:00+00:00\",\n \"issued\": \"2023-10-31T01:02:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueInteger\": 2\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/d46ae6cf-546c-4d2f-9254-c975afe89fe1/_history/MTY5OTU5Nzg0NjE4NzQyOTAwMA"
},
{
"key": "etag",
"value": "W/\"MTY5OTU5Nzg0NjE4NzQyOTAwMA\""
},
{
"key": "last-modified",
"value": "Fri, 10 Nov 2023 06:30:46 UTC"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Fri, 10 Nov 2023 06:30:46 GMT"
},
{
"key": "content-length",
"value": "734"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "3360148c-a2b8-44bc-bf18-63321f02b678"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"11996-6\",\n \"display\": \"[#] Pregnancies\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-10-31T01:02:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/9d017ac3-44a4-49c7-82a0-ea29081eab9e\"\n },\n \"id\": \"d46ae6cf-546c-4d2f-9254-c975afe89fe1\",\n \"identifier\": [],\n \"issued\": \"2023-10-31T01:02:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-10T06:30:46.187429+00:00\",\n \"versionId\": \"MTY5OTU5Nzg0NjE4NzQyOTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"valueInteger\": 2\n}"
}
]
}
]
},
{
"name": "Partus",
"item": [
{
"name": "Observation - Partus",
"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\": \"64708-1\",\n \"display\": \"Including live births, stillbirths, miscarriages, abortions, and tubal and other ectopic pregnancies, how many times have you been pregnant\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-10-31T01:03:00+00:00\",\n \"issued\": \"2023-10-31T01:03:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueInteger\": 2\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Observation",
"host": [
"{{base_url}}"
],
"path": [
"Observation"
]
}
},
"response": [
{
"name": "Observation - Partus",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"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\": \"64708-1\",\n \"display\": \"Including live births, stillbirths, miscarriages, abortions, and tubal and other ectopic pregnancies, how many times have you been pregnant\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-10-31T01:03:00+00:00\",\n \"issued\": \"2023-10-31T01:03:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueInteger\": 2\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/a3982322-bc6a-46f7-8c64-631914e99b46/_history/MTY5OTU5NzkxNTM2NDM5NTAwMA"
},
{
"key": "etag",
"value": "W/\"MTY5OTU5NzkxNTM2NDM5NTAwMA\""
},
{
"key": "last-modified",
"value": "Fri, 10 Nov 2023 06:31:55 UTC"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Fri, 10 Nov 2023 06:31:55 GMT"
},
{
"key": "content-length",
"value": "729"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "a62b596e-f133-4bde-b169-50c3149dc1b9"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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 \"system\": \"http://loinc.org\",\n \"code\": \"64708-1\",\n \"display\": \"Including live births, stillbirths, miscarriages, abortions, and tubal and other ectopic pregnancies, how many times have you been pregnant\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-10-31T01:03:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/9d017ac3-44a4-49c7-82a0-ea29081eab9e\"\n },\n \"id\": \"a3982322-bc6a-46f7-8c64-631914e99b46\",\n \"identifier\": [],\n \"issued\": \"2023-10-31T01:03:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-10T06:31:55.364395+00:00\",\n \"versionId\": \"MTY5OTU5NzkxNTM2NDM5NTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"valueInteger\": 2\n}"
}
]
}
]
},
{
"name": "Abortus",
"item": [
{
"name": "Observation - Abortus",
"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\": \"69043-8\",\n \"display\": \"Other pregnancy outcomes #\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-10-31T01:05:00+00:00\",\n \"issued\": \"2023-10-31T01:05:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueInteger\": 0\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Observation",
"host": [
"{{base_url}}"
],
"path": [
"Observation"
]
}
},
"response": [
{
"name": "Observation - Abortus",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"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\": \"69043-8\",\n \"display\": \"Other pregnancy outcomes #\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-10-31T01:05:00+00:00\",\n \"issued\": \"2023-10-31T01:05:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueInteger\": 0\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/\"MTY5OTU5ODIyNTY0MTg5MTAwMA\""
},
{
"key": "location",
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/957da19e-1bac-4fbe-b4fd-a9f465b6343a/_history/MTY5OTU5ODIyNTY0MTg5MTAwMA"
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "last-modified",
"value": "Fri, 10 Nov 2023 06:37:05 UTC"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Fri, 10 Nov 2023 06:37:05 GMT"
},
{
"key": "content-length",
"value": "745"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "2596fdc1-3b2a-40ca-9de1-75d90b3b22c8"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"69043-8\",\n \"display\": \"Other pregnancy outcomes #\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-10-31T01:05:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/9d017ac3-44a4-49c7-82a0-ea29081eab9e\"\n },\n \"id\": \"957da19e-1bac-4fbe-b4fd-a9f465b6343a\",\n \"identifier\": [],\n \"issued\": \"2023-10-31T01:05:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-10T06:37:05.641891+00:00\",\n \"versionId\": \"MTY5OTU5ODIyNTY0MTg5MTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"valueInteger\": 0\n}"
}
]
}
]
},
{
"name": "Tanggal dan Jam Persalinan",
"item": [
{
"name": "Observation - Tanggal dan Jam Persalinan",
"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\": \"93857-1\",\n \"display\": \"Date and time of obstetric delivery\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-10-31T01:06:00+00:00\",\n \"issued\": \"2023-10-31T01:06:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueDateTime\": \"2022-08-24T15:30:10+00:00\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Observation",
"host": [
"{{base_url}}"
],
"path": [
"Observation"
]
}
},
"response": [
{
"name": "Observation - Tanggal dan Jam Persalinan",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"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\": \"93857-1\",\n \"display\": \"Date and time of obstetric delivery\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-10-31T01:06:00+00:00\",\n \"issued\": \"2023-10-31T01:06:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueDateTime\": \"2022-08-24T15:30:10+00:00\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Observation",
"host": [
"{{base_url}}"
],
"path": [
"Observation"
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "json",
"header": [
{
"key": "last-modified",
"value": "Fri, 10 Nov 2023 06:39:18 UTC"
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "etag",
"value": "W/\"MTY5OTU5ODM1ODM1Mzc2NzAwMA\""
},
{
"key": "location",
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/ad2ffd2d-941d-409c-a04c-a37dc9311bef/_history/MTY5OTU5ODM1ODM1Mzc2NzAwMA"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Fri, 10 Nov 2023 06:39:18 GMT"
},
{
"key": "content-length",
"value": "781"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "09ff9706-4649-407a-b305-07932f39165b"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"93857-1\",\n \"display\": \"Date and time of obstetric delivery\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-10-31T01:06:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/9d017ac3-44a4-49c7-82a0-ea29081eab9e\"\n },\n \"id\": \"ad2ffd2d-941d-409c-a04c-a37dc9311bef\",\n \"identifier\": [],\n \"issued\": \"2023-10-31T01:06:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-10T06:39:18.353767+00:00\",\n \"versionId\": \"MTY5OTU5ODM1ODM1Mzc2NzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"valueDateTime\": \"2022-08-24T15:30:10+00:00\"\n}"
}
]
}
]
}
]
},
{
"name": "04. Pelayanan Persalinan",
"item": [
{
"name": "Data Ibu",
"item": [
{
"name": "Keadaan Ibu",
"item": [
{
"name": "Observation - Keadaan Ibu Sehat",
"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\": \"249197004\",\n \"display\": \"Postpartum condition of mother\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-10-31T01:10:00+00:00\",\n \"issued\": \"2023-10-31T01:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"102514002\",\n \"display\": \"Well female adult\"\n }\n ]\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Observation",
"host": [
"{{base_url}}"
],
"path": [
"Observation"
]
}
},
"response": [
{
"name": "Observation - Keadaan Ibu Sehat",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"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\": \"249197004\",\n \"display\": \"Postpartum condition of mother\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-10-31T01:10:00+00:00\",\n \"issued\": \"2023-10-31T01:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"102514002\",\n \"display\": \"Well female adult\"\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/\"MTY5OTU5ODQ3OTAwOTY1NDAwMA\""
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "last-modified",
"value": "Fri, 10 Nov 2023 06:41: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/0c5e6f8a-5f20-4f23-b186-6386c8b2a8d3/_history/MTY5OTU5ODQ3OTAwOTY1NDAwMA"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Fri, 10 Nov 2023 06:41:19 GMT"
},
{
"key": "content-length",
"value": "861"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "c83cb31e-7a1b-4ad6-a7db-0c679a5228ec"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"249197004\",\n \"display\": \"Postpartum condition of mother\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-10-31T01:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/9d017ac3-44a4-49c7-82a0-ea29081eab9e\"\n },\n \"id\": \"0c5e6f8a-5f20-4f23-b186-6386c8b2a8d3\",\n \"identifier\": [],\n \"issued\": \"2023-10-31T01:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-10T06:41:19.009654+00:00\",\n \"versionId\": \"MTY5OTU5ODQ3OTAwOTY1NDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"102514002\",\n \"display\": \"Well female adult\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}"
}
]
}
]
},
{
"name": "Penolong Persalinan",
"item": [
{
"name": "Observation - Penolong Persalinan",
"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\": \"OC000013\",\n \"display\": \"Penolong Persalinan\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-10-31T01:12:00+00:00\",\n \"issued\": \"2023-10-31T01:12:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"309343006\",\n \"display\": \"Physician Occupation\"\n }\n ]\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Observation",
"host": [
"{{base_url}}"
],
"path": [
"Observation"
]
}
},
"response": [
{
"name": "Observation - Penolong Persalinan",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"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\": \"OC000013\",\n \"display\": \"Penolong Persalinan\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-10-31T01:12:00+00:00\",\n \"issued\": \"2023-10-31T01:12:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"309343006\",\n \"display\": \"Physician Occupation\"\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/b3cdf4a0-6052-456b-ae58-1a158112b42d/_history/MTY5OTYwMjAxMTQ2NDAxNzAwMA"
},
{
"key": "etag",
"value": "W/\"MTY5OTYwMjAxMTQ2NDAxNzAwMA\""
},
{
"key": "last-modified",
"value": "Fri, 10 Nov 2023 07:40:11 UTC"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Fri, 10 Nov 2023 07:40:11 GMT"
},
{
"key": "content-length",
"value": "886"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "9028ae83-2905-4b0f-872c-3abf1e36f9b8"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"OC000013\",\n \"display\": \"Penolong Persalinan\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-10-31T01:12:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/9d017ac3-44a4-49c7-82a0-ea29081eab9e\"\n },\n \"id\": \"b3cdf4a0-6052-456b-ae58-1a158112b42d\",\n \"identifier\": [],\n \"issued\": \"2023-10-31T01:12:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-10T07:40:11.464017+00:00\",\n \"versionId\": \"MTY5OTYwMjAxMTQ2NDAxNzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"309343006\",\n \"display\": \"Physician Occupation\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}"
}
]
}
]
},
{
"name": "Cara Persalinan",
"item": [
{
"name": "Observation - Cara Persalinan",
"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\": \"57071-3\",\n \"display\": \"Obstetric delivery method\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-10-31T01:14:00+00:00\",\n \"issued\": \"2023-10-31T01:14:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"48782003\",\n \"display\": \"Delivery normal\"\n }\n ]\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Observation",
"host": [
"{{base_url}}"
],
"path": [
"Observation"
]
}
},
"response": [
{
"name": "Observation - Cara Persalinan",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"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\": \"57071-3\",\n \"display\": \"Obstetric delivery method\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-10-31T01:14:00+00:00\",\n \"issued\": \"2023-10-31T01:14:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"48782003\",\n \"display\": \"Delivery normal\"\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/e309a260-8765-4dee-b011-13253826525d/_history/MTY5OTYwNDU1NDE1MzI1MjAwMA"
},
{
"key": "etag",
"value": "W/\"MTY5OTYwNDU1NDE1MzI1MjAwMA\""
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "last-modified",
"value": "Fri, 10 Nov 2023 08:22:34 UTC"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Fri, 10 Nov 2023 08:22:34 GMT"
},
{
"key": "content-length",
"value": "845"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "0b69eccd-1b2a-418f-bc77-fa6c007e36d2"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"57071-3\",\n \"display\": \"Obstetric delivery method\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-10-31T01:14:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/9d017ac3-44a4-49c7-82a0-ea29081eab9e\"\n },\n \"id\": \"e309a260-8765-4dee-b011-13253826525d\",\n \"identifier\": [],\n \"issued\": \"2023-10-31T01:14:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-10T08:22:34.153252+00:00\",\n \"versionId\": \"MTY5OTYwNDU1NDE1MzI1MjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"48782003\",\n \"display\": \"Delivery normal\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}"
}
]
}
]
},
{
"name": "Layanan Kala",
"item": [
{
"name": "Observation - Kala I",
"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\": \"249120008\",\n \"display\": \"Onset of labor first stage\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-10-31T05:30:10+00:00\",\n \"issued\": \"2023-10-31T05:30:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueDateTime\": \"2023-10-31T05:30:10+00:00\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Observation",
"host": [
"{{base_url}}"
],
"path": [
"Observation"
]
}
},
"response": [
{
"name": "Observation - Kala I",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"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\": \"249120008\",\n \"display\": \"Onset of labor first stage\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-10-31\",\n \"issued\": \"2023-10-31T12:30:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueDateTime\": \"2023-10-31T12:30:10+00:00\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Observation",
"host": [
"{{base_url}}"
],
"path": [
"Observation"
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "json",
"header": [
{
"key": "last-modified",
"value": "Tue, 04 Apr 2023 09:04: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/00e3e53a-4b1e-4a01-b939-9e5842ff14b3/_history/MTY4MDU5OTA5OTA1NDAxNjAwMA"
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "etag",
"value": "W/\"MTY4MDU5OTA5OTA1NDAxNjAwMA\""
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Tue, 04 Apr 2023 09:04:59 GMT"
},
{
"key": "content-length",
"value": "765"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "2238a99a-3f49-4c5a-964a-fb46b786b86e"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"249120008\",\n \"display\": \"Onset of labor first stage\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-10-31\",\n \"encounter\": {\n \"reference\": \"Encounter/9d017ac3-44a4-49c7-82a0-ea29081eab9e\"\n },\n \"id\": \"00e3e53a-4b1e-4a01-b939-9e5842ff14b3\",\n \"identifier\": [],\n \"issued\": \"2023-10-31T12:30:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-04-04T09:04:59.054016+00:00\",\n \"versionId\": \"MTY4MDU5OTA5OTA1NDAxNjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"valueDateTime\": \"2023-10-31T12:30:10+00:00\"\n}"
}
]
},
{
"name": "Observation - Kala II",
"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\": \"249160009\",\n \"display\": \"Onset of labor second stage\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-10-31T07:30:10+00:00\",\n \"issued\": \"2023-10-31T07:30:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueDateTime\": \"2023-10-31T07:30:10+00:00\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Observation",
"host": [
"{{base_url}}"
],
"path": [
"Observation"
]
}
},
"response": [
{
"name": "Observation - Kala II",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"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\": \"249160009\",\n \"display\": \"Onset of labor second stage\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-10-31T07:30:10+00:00\",\n \"issued\": \"2023-10-31T07:30:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueDateTime\": \"2023-10-31T07:30:10+00:00\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Observation",
"host": [
"{{base_url}}"
],
"path": [
"Observation"
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "json",
"header": [
{
"key": "content-type",
"value": "application/json"
},
{
"key": "etag",
"value": "W/\"MTY5OTYwNTY5NTExOTA0NDAwMA\""
},
{
"key": "location",
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/ab2c4cdf-c756-43c2-9704-066513cf4f4f/_history/MTY5OTYwNTY5NTExOTA0NDAwMA"
},
{
"key": "last-modified",
"value": "Fri, 10 Nov 2023 08:41:35 UTC"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Fri, 10 Nov 2023 08:41:35 GMT"
},
{
"key": "content-length",
"value": "781"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "98c5d69a-d9fc-4ea2-8d2b-beb068f7455a"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"249160009\",\n \"display\": \"Onset of labor second stage\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-10-31T07:30:10+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/9d017ac3-44a4-49c7-82a0-ea29081eab9e\"\n },\n \"id\": \"ab2c4cdf-c756-43c2-9704-066513cf4f4f\",\n \"identifier\": [],\n \"issued\": \"2023-10-31T07:30:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-10T08:41:35.119044+00:00\",\n \"versionId\": \"MTY5OTYwNTY5NTExOTA0NDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"valueDateTime\": \"2023-10-31T07:30:10+00:00\"\n}"
}
]
},
{
"name": "Observation - Kala III",
"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\": \"OC000018\",\n \"display\": \"Onset Kala III\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:30:10+00:00\",\n \"issued\": \"2023-10-31T08:30:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueDateTime\": \"2023-10-31T08:30:10+00:00\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Observation",
"host": [
"{{base_url}}"
],
"path": [
"Observation"
]
}
},
"response": [
{
"name": "Observation - Kala III",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"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\": \"OC000018\",\n \"display\": \"Onset Kala III\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:30:10+00:00\",\n \"issued\": \"2023-10-31T08:30:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueDateTime\": \"2023-10-31T08:30:10+00:00\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Observation",
"host": [
"{{base_url}}"
],
"path": [
"Observation"
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "json",
"header": [
{
"key": "location",
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/febbde86-7aac-4fed-bff6-63f48746cb98/_history/MTY5OTYwNTc2OTM4NTI3MTAwMA"
},
{
"key": "etag",
"value": "W/\"MTY5OTYwNTc2OTM4NTI3MTAwMA\""
},
{
"key": "last-modified",
"value": "Fri, 10 Nov 2023 08:42:49 UTC"
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Fri, 10 Nov 2023 08:42:49 GMT"
},
{
"key": "content-length",
"value": "801"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "53c15f3d-6d38-41ec-8f6e-6ab4360768cc"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"OC000018\",\n \"display\": \"Onset Kala III\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-10-31T08:30:10+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/9d017ac3-44a4-49c7-82a0-ea29081eab9e\"\n },\n \"id\": \"febbde86-7aac-4fed-bff6-63f48746cb98\",\n \"identifier\": [],\n \"issued\": \"2023-10-31T08:30:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-10T08:42:49.385271+00:00\",\n \"versionId\": \"MTY5OTYwNTc2OTM4NTI3MTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"valueDateTime\": \"2023-10-31T08:30:10+00:00\"\n}"
}
]
},
{
"name": "Observation - Kala IV",
"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\": \"OC000019\",\n \"display\": \"Onset Kala IV\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:40:10+00:00\",\n \"issued\": \"2023-10-31T08:40:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueDateTime\": \"2023-10-31T08:40:10+00:00\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Observation",
"host": [
"{{base_url}}"
],
"path": [
"Observation"
]
}
},
"response": [
{
"name": "Observation - Kala IV",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"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\": \"OC000019\",\n \"display\": \"Onset Kala IV\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:40:10+00:00\",\n \"issued\": \"2023-10-31T08:40:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueDateTime\": \"2023-10-31T08:40:10+00:00\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Observation",
"host": [
"{{base_url}}"
],
"path": [
"Observation"
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "json",
"header": [
{
"key": "last-modified",
"value": "Fri, 10 Nov 2023 08:43: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/81fc727b-07ca-4d40-ac76-18f2bd24cbf9/_history/MTY5OTYwNTgyMjE4MDAxNzAwMA"
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "etag",
"value": "W/\"MTY5OTYwNTgyMjE4MDAxNzAwMA\""
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Fri, 10 Nov 2023 08:43:42 GMT"
},
{
"key": "content-length",
"value": "800"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "a879406b-0f65-498d-9aaa-5aab87e82b65"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"OC000019\",\n \"display\": \"Onset Kala IV\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-10-31T08:40:10+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/9d017ac3-44a4-49c7-82a0-ea29081eab9e\"\n },\n \"id\": \"81fc727b-07ca-4d40-ac76-18f2bd24cbf9\",\n \"identifier\": [],\n \"issued\": \"2023-10-31T08:40:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-10T08:43:42.180017+00:00\",\n \"versionId\": \"MTY5OTYwNTgyMjE4MDAxNzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"valueDateTime\": \"2023-10-31T08:40:10+00:00\"\n}"
}
]
}
]
},
{
"name": "Menutup EpisodeOfCare Kehamilan",
"item": [
{
"name": "PATCH - EpisodeOfCare, menutup episode kehamilan dengan metode PATCH",
"event": [
{
"listen": "prerequest",
"script": {
"exec": [
""
],
"type": "text/javascript"
}
}
],
"request": {
"method": "PATCH",
"header": [
{
"key": "Content-Type",
"value": "application/json-patch+json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "[\r\n {\r\n \"op\": \"replace\",\r\n \"path\": \"/status\",\r\n \"value\": \"finished\"\r\n },\r\n {\r\n \"op\": \"add\",\r\n \"path\": \"/period/end\",\r\n \"value\": \"2023-08-31T08:00:00+00:00\"\r\n },\r\n {\r\n \"op\": \"replace\",\r\n \"path\": \"/statusHistory/0\",\r\n \"value\": {\r\n \"status\": \"active\",\r\n \"period\": {\r\n \"start\": \"2022-08-31T00:00:00+00:00\",\r\n \"end\": \"2023-08-31T08:00:00+00:00\"\r\n }\r\n }\r\n },\r\n {\r\n \"op\": \"add\",\r\n \"path\": \"/statusHistory/1\",\r\n \"value\": {\r\n \"status\": \"finished\",\r\n \"period\": {\r\n \"start\": \"2022-08-31T00:00:00+00:00\",\r\n \"end\": \"2023-08-31T08:00:00+00:00\"\r\n }\r\n }\r\n }\r\n]",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/EpisodeOfCare/:id",
"host": [
"{{base_url}}"
],
"path": [
"EpisodeOfCare",
":id"
],
"variable": [
{
"key": "id",
"value": "{{EpisodeOfCare_uuid}}"
}
]
}
},
"response": [
{
"name": "PATCH - EpisodeOfCare, menutup episode kehamilan dengan metode PATCH",
"originalRequest": {
"method": "PATCH",
"header": [
{
"key": "Content-Type",
"value": "application/json-patch+json"
}
],
"body": {
"mode": "raw",
"raw": "[\r\n {\r\n \"op\": \"replace\",\r\n \"path\": \"/status\",\r\n \"value\": \"finished\"\r\n },\r\n {\r\n \"op\": \"add\",\r\n \"path\": \"/period/end\",\r\n \"value\": \"2023-08-31T08:00:00+00:00\"\r\n },\r\n {\r\n \"op\": \"replace\",\r\n \"path\": \"/statusHistory/0\",\r\n \"value\": {\r\n \"status\": \"active\",\r\n \"period\": {\r\n \"start\": \"2022-08-31T00:00:00+00:00\",\r\n \"end\": \"2023-08-31T08:00:00+00:00\"\r\n }\r\n }\r\n },\r\n {\r\n \"op\": \"add\",\r\n \"path\": \"/statusHistory/1\",\r\n \"value\": {\r\n \"status\": \"finished\",\r\n \"period\": {\r\n \"start\": \"2022-08-31T00:00:00+00:00\",\r\n \"end\": \"2023-08-31T08:00:00+00:00\"\r\n }\r\n }\r\n }\r\n]",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/EpisodeOfCare/:id",
"host": [
"{{base_url}}"
],
"path": [
"EpisodeOfCare",
":id"
],
"variable": [
{
"key": "id",
"value": "{{EpisodeOfCare_uuid}}"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "etag",
"value": "W/\"MTcxOTg5NTcxMzczMzYwMTAwMA\""
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "location",
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/EpisodeOfCare/70ce4410-f91a-4f36-a470-62bd44388028/_history/MTcxOTg5NTcxMzczMzYwMTAwMA"
},
{
"key": "last-modified",
"value": "Tue, 02 Jul 2024 04:48:33 UTC"
},
{
"key": "vary",
"value": "Origin,X-Origin,Referer"
},
{
"key": "date",
"value": "Tue, 02 Jul 2024 04:48:33 GMT"
},
{
"key": "Content-Length",
"value": "2278"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "2944abe6-c5f0-47e1-8367-c51636124ec6"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-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\": \"70ce4410-f91a-4f36-a470-62bd44388028\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-02T04:48:33.733601+00:00\",\n \"versionId\": \"MTcxOTg5NTcxMzczMzYwMTAwMA\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"finished\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-08-31T08:00:00+00:00\",\n \"start\": \"2022-08-31T00:00:00+00:00\"\n },\n \"status\": \"active\"\n },\n {\n \"period\": {\n \"end\": \"2023-08-31T08:00:00+00:00\",\n \"start\": \"2022-08-31T00:00:00+00:00\"\n },\n \"status\": \"finished\"\n }\n ]\n}"
}
]
},
{
"name": "GET- EpisodeOfCare by uuid",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{base_url}}/EpisodeOfCare/:id",
"host": [
"{{base_url}}"
],
"path": [
"EpisodeOfCare",
":id"
],
"variable": [
{
"key": "id",
"value": "{{EpisodeOfCare_uuid}}"
}
]
}
},
"response": [
{
"name": "GET- EpisodeOfCare by uuid",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{base_url}}/EpisodeOfCare/:id",
"host": [
"{{base_url}}"
],
"path": [
"EpisodeOfCare",
":id"
],
"variable": [
{
"key": "id",
"value": "{{EpisodeOfCare_uuid}}"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "etag",
"value": "W/\"MTcxOTg5NTcxMzczMzYwMTAwMA\""
},
{
"key": "last-modified",
"value": "Tue, 02 Jul 2024 04:48:33 UTC"
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "vary",
"value": "Origin,X-Origin,Referer"
},
{
"key": "date",
"value": "Tue, 02 Jul 2024 04:49:08 GMT"
},
{
"key": "Content-Length",
"value": "4984"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "acf37d5b-713e-485b-817d-3c71ea870ab9"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-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\": \"70ce4410-f91a-4f36-a470-62bd44388028\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/948c54ad-981d-455c-862f-c4eec424955c\",\n \"value\": \"EOC998803\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/creator\",\n \"value\": \"948c54ad-981d-455c-862f-c4eec424955c\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/948c54ad-981d-455c-862f-c4eec424955c\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-07-02T04:48:33.733601+00:00\",\n \"versionId\": \"MTcxOTg5NTcxMzczMzYwMTAwMA\"\n },\n \"patient\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"period\": {\n \"end\": \"2023-08-31T08:00:00+00:00\",\n \"start\": \"2022-08-31T00:00:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"finished\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-08-31T08:00:00+00:00\",\n \"start\": \"2022-08-31T00:00:00+00:00\"\n },\n \"status\": \"active\"\n },\n {\n \"period\": {\n \"end\": \"2023-08-31T08:00:00+00:00\",\n \"start\": \"2022-08-31T00:00:00+00:00\"\n },\n \"status\": \"finished\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"ANC\",\n \"display\": \"Antenatal Care\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\"\n }\n ]\n }\n ]\n}"
}
]
}
]
}
]
},
{
"name": "Create Pasien - Bayi",
"item": [
{
"name": "Patient (Newborn) - Create by Mother's NIK",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"resourceType\": \"Patient\",\r\n \"meta\": {\r\n \"profile\": [\r\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\r\n ]\r\n },\r\n \"identifier\": [\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\r\n \"value\": \"367400003311111\"\r\n }\r\n ],\r\n \"active\": true,\r\n \"name\": [\r\n {\r\n \"use\": \"official\",\r\n \"text\": \"John Smith\"\r\n }\r\n ],\r\n \"telecom\": [\r\n {\r\n \"system\": \"phone\",\r\n \"value\": \"08123456789\",\r\n \"use\": \"mobile\"\r\n },\r\n {\r\n \"system\": \"phone\",\r\n \"value\": \"+622123456789\",\r\n \"use\": \"home\"\r\n },\r\n {\r\n \"system\": \"email\",\r\n \"value\": \"[email protected]\",\r\n \"use\": \"home\"\r\n }\r\n ],\r\n \"gender\": \"male\",\r\n \"birthDate\": \"2023-10-31\", //birthDate value can only be currentDate - 60 days\r\n \"deceasedBoolean\": false,\r\n \"address\": [\r\n {\r\n \"use\": \"home\",\r\n \"line\": [\r\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\r\n ],\r\n \"city\": \"Jakarta\",\r\n \"postalCode\": \"12950\",\r\n \"country\": \"ID\",\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\",\r\n \"extension\": [\r\n {\r\n \"url\": \"province\",\r\n \"valueCode\": \"10\"\r\n },\r\n {\r\n \"url\": \"city\",\r\n \"valueCode\": \"1010\"\r\n },\r\n {\r\n \"url\": \"district\",\r\n \"valueCode\": \"1010101\"\r\n },\r\n {\r\n \"url\": \"village\",\r\n \"valueCode\": \"1010101101\"\r\n },\r\n {\r\n \"url\": \"rt\",\r\n \"valueCode\": \"2\"\r\n },\r\n {\r\n \"url\": \"rw\",\r\n \"valueCode\": \"2\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"maritalStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus\",\r\n \"code\": \"U\",\r\n \"display\": \"Unmarried\"\r\n }\r\n ],\r\n \"text\": \"Unmarried\"\r\n },\r\n \"multipleBirthInteger\": 0,\r\n \"contact\": [\r\n {\r\n \"relationship\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0131\",\r\n \"code\": \"C\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"name\": {\r\n \"use\": \"official\",\r\n \"text\": \"Jane Smith\"\r\n },\r\n \"telecom\": [\r\n {\r\n \"system\": \"phone\",\r\n \"value\": \"0690383372\",\r\n \"use\": \"mobile\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"communication\": [\r\n {\r\n \"language\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"urn:ietf:bcp:47\",\r\n \"code\": \"id-ID\",\r\n \"display\": \"Indonesian\"\r\n }\r\n ],\r\n \"text\": \"Indonesian\"\r\n },\r\n \"preferred\": true\r\n }\r\n ],\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/birthPlace\",\r\n \"valueAddress\": {\r\n \"city\": \"Bandung\",\r\n \"country\": \"ID\"\r\n }\r\n },\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/citizenshipStatus\",\r\n \"valueCode\": \"I\"\r\n }\r\n ]\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Patient",
"host": [
"{{base_url}}"
],
"path": [
"Patient"
]
}
},
"response": [
{
"name": "Patient Created Notification",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"resourceType\": \"Patient\",\r\n \"meta\": {\r\n \"profile\": [\r\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\r\n ]\r\n },\r\n \"identifier\": [\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\r\n \"value\": \"360328xxxxxxx\"\r\n }\r\n ],\r\n \"active\": true,\r\n \"name\": [\r\n {\r\n \"use\": \"official\",\r\n \"text\": \"John Smith\"\r\n }\r\n ],\r\n \"telecom\": [\r\n {\r\n \"system\": \"phone\",\r\n \"value\": \"08123456789\",\r\n \"use\": \"mobile\"\r\n },\r\n {\r\n \"system\": \"phone\",\r\n \"value\": \"+622123456789\",\r\n \"use\": \"home\"\r\n },\r\n {\r\n \"system\": \"email\",\r\n \"value\": \"[email protected]\",\r\n \"use\": \"home\"\r\n }\r\n ],\r\n \"gender\": \"female\",\r\n \"birthDate\": \"1920-02-28\",\r\n \"deceasedBoolean\": false,\r\n \"address\": [\r\n {\r\n \"use\": \"home\",\r\n \"line\": [\r\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\r\n ],\r\n \"city\": \"Jakarta\",\r\n \"postalCode\": \"12950\",\r\n \"country\": \"ID\",\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\",\r\n \"extension\": [\r\n {\r\n \"url\": \"province\",\r\n \"valueCode\": \"10\"\r\n },\r\n {\r\n \"url\": \"city\",\r\n \"valueCode\": \"1010\"\r\n },\r\n {\r\n \"url\": \"district\",\r\n \"valueCode\": \"1010101\"\r\n },\r\n {\r\n \"url\": \"village\",\r\n \"valueCode\": \"1010101101\"\r\n },\r\n {\r\n \"url\": \"rt\",\r\n \"valueCode\": \"2\"\r\n },\r\n {\r\n \"url\": \"rw\",\r\n \"valueCode\": \"2\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"maritalStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus\",\r\n \"code\": \"M\",\r\n \"display\": \"Married\"\r\n }\r\n ],\r\n \"text\": \"Married\"\r\n },\r\n \"multipleBirthBoolean\": false,\r\n \"contact\": [\r\n {\r\n \"relationship\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0131\",\r\n \"code\": \"C\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"name\": {\r\n \"use\": \"official\",\r\n \"text\": \"Jane Smith\"\r\n },\r\n \"telecom\": [\r\n {\r\n \"system\": \"phone\",\r\n \"value\": \"0690383372\",\r\n \"use\": \"mobile\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"communication\": [\r\n {\r\n \"language\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"urn:ietf:bcp:47\",\r\n \"code\": \"id-ID\",\r\n \"display\": \"Indonesian\"\r\n }\r\n ],\r\n \"text\": \"Indonesian\"\r\n },\r\n \"preferred\": true\r\n }\r\n ],\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/birthPlace\",\r\n \"valueAddress\": {\r\n \"city\": \"Bandung\",\r\n \"country\": \"ID\"\r\n }\r\n },\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/citizenshipStatus\",\r\n \"valueCode\": \"I\"\r\n }\r\n ]\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Patient",
"host": [
"{{base_url}}"
],
"path": [
"Patient"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "content-type",
"value": "application/json"
},
{
"key": "x-request-id",
"value": "7f34b485-e4ec-47fd-802d-84e2334f0270"
},
{
"key": "content-length",
"value": "108"
},
{
"key": "date",
"value": "Wed, 08 Mar 2023 04:13:12 GMT"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
},
{
"key": "Alt-Svc",
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
}
],
"cookie": [],
"body": "{\n \"success\": true,\n \"message\": \"New Patient has been created successfully\",\n \"data\": {\n \"Patient ID:\": \"P02029382690\"\n }\n}"
},
{
"name": "Patient (Newborn) - Create by Mother's NIK",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"resourceType\": \"Patient\",\r\n \"meta\": {\r\n \"profile\": [\r\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\r\n ]\r\n },\r\n \"identifier\": [\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\r\n \"value\": \"9104224606000005\"\r\n }\r\n ],\r\n \"active\": true,\r\n \"name\": [\r\n {\r\n \"use\": \"official\",\r\n \"text\": \"John Smith\"\r\n }\r\n ],\r\n \"telecom\": [\r\n {\r\n \"system\": \"phone\",\r\n \"value\": \"08123456789\",\r\n \"use\": \"mobile\"\r\n },\r\n {\r\n \"system\": \"phone\",\r\n \"value\": \"+622123456789\",\r\n \"use\": \"home\"\r\n },\r\n {\r\n \"system\": \"email\",\r\n \"value\": \"[email protected]\",\r\n \"use\": \"home\"\r\n }\r\n ],\r\n \"gender\": \"male\",\r\n \"birthDate\": \"2023-10-31\",\r\n \"deceasedBoolean\": false,\r\n \"address\": [\r\n {\r\n \"use\": \"home\",\r\n \"line\": [\r\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\r\n ],\r\n \"city\": \"Jakarta\",\r\n \"postalCode\": \"12950\",\r\n \"country\": \"ID\",\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\",\r\n \"extension\": [\r\n {\r\n \"url\": \"province\",\r\n \"valueCode\": \"10\"\r\n },\r\n {\r\n \"url\": \"city\",\r\n \"valueCode\": \"1010\"\r\n },\r\n {\r\n \"url\": \"district\",\r\n \"valueCode\": \"1010101\"\r\n },\r\n {\r\n \"url\": \"village\",\r\n \"valueCode\": \"1010101101\"\r\n },\r\n {\r\n \"url\": \"rt\",\r\n \"valueCode\": \"2\"\r\n },\r\n {\r\n \"url\": \"rw\",\r\n \"valueCode\": \"2\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"maritalStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus\",\r\n \"code\": \"M\",\r\n \"display\": \"Married\"\r\n }\r\n ],\r\n \"text\": \"Married\"\r\n },\r\n \"multipleBirthInteger\": 0,\r\n \"contact\": [\r\n {\r\n \"relationship\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0131\",\r\n \"code\": \"C\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"name\": {\r\n \"use\": \"official\",\r\n \"text\": \"Jane Smith\"\r\n },\r\n \"telecom\": [\r\n {\r\n \"system\": \"phone\",\r\n \"value\": \"0690383372\",\r\n \"use\": \"mobile\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"communication\": [\r\n {\r\n \"language\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"urn:ietf:bcp:47\",\r\n \"code\": \"id-ID\",\r\n \"display\": \"Indonesian\"\r\n }\r\n ],\r\n \"text\": \"Indonesian\"\r\n },\r\n \"preferred\": true\r\n }\r\n ],\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/birthPlace\",\r\n \"valueAddress\": {\r\n \"city\": \"Bandung\",\r\n \"country\": \"ID\"\r\n }\r\n },\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/citizenshipStatus\",\r\n \"valueCode\": \"I\"\r\n }\r\n ]\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Patient",
"host": [
"{{base_url}}"
],
"path": [
"Patient"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "content-type",
"value": "application/json"
},
{
"key": "x-request-id",
"value": "f37d55ec-86e1-4491-ac95-562078e6824e"
},
{
"key": "content-length",
"value": "739"
},
{
"key": "date",
"value": "Sat, 11 Nov 2023 02:38:12 GMT"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
},
{
"key": "Alt-Svc",
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
}
],
"cookie": [],
"body": "{\n \"create_patient\": {\n \"success\": true,\n \"message\": \"New Patient has been created successfully\",\n \"data\": {\n \"patient_id\": \"P02029382690\"\n }\n },\n \"create_related_patient\": {\n \"success\": true,\n \"message\": \"New Related Patient has been created successfully\",\n \"data\": {\n \"related_patient_id\": \"4f4d3e24-aebf-431c-afc9-59e1e83e7fc5\"\n }\n },\n \"update_link_patient\": {\n \"success\": true,\n \"message\": \"Link Patient has been updated successfully\",\n \"data\": {\n \"patient_id\": \"P01654557057\"\n }\n },\n \"log_time\": {\n \"start_time\": \"2023-11-11 02:38:12.178472\",\n \"getNikIbu_time\": \"2023-11-11 02:38:12.416433\",\n \"getAnak_time\": \"2023-11-11 02:38:12.804372\",\n \"createPatientMPI_time\": \"2023-11-11 02:38:12.931293\",\n \"createPatientFHIR_time\": \"2023-11-11 02:38:13.051555\",\n \"createRelatedPatient_time\": \"2023-11-11 02:38:13.175787\"\n }\n}"
},
{
"name": "Patient Exist",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"resourceType\": \"Patient\",\r\n \"meta\": {\r\n \"profile\": [\r\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\r\n ]\r\n },\r\n \"identifier\": [\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\r\n \"value\": \"367400001111222\"\r\n }\r\n ],\r\n \"active\": true,\r\n \"name\": [\r\n {\r\n \"use\": \"official\",\r\n \"text\": \"John Smith\"\r\n }\r\n ],\r\n \"telecom\": [\r\n {\r\n \"system\": \"phone\",\r\n \"value\": \"08123456789\",\r\n \"use\": \"mobile\"\r\n },\r\n {\r\n \"system\": \"phone\",\r\n \"value\": \"+622123456789\",\r\n \"use\": \"home\"\r\n },\r\n {\r\n \"system\": \"email\",\r\n \"value\": \"[email protected]\",\r\n \"use\": \"home\"\r\n }\r\n ],\r\n \"gender\": \"female\",\r\n \"birthDate\": \"1920-02-28\",\r\n \"deceasedBoolean\": false,\r\n \"address\": [\r\n {\r\n \"use\": \"home\",\r\n \"line\": [\r\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\r\n ],\r\n \"city\": \"Jakarta\",\r\n \"postalCode\": \"12950\",\r\n \"country\": \"ID\",\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\",\r\n \"extension\": [\r\n {\r\n \"url\": \"province\",\r\n \"valueCode\": \"10\"\r\n },\r\n {\r\n \"url\": \"city\",\r\n \"valueCode\": \"1010\"\r\n },\r\n {\r\n \"url\": \"district\",\r\n \"valueCode\": \"1010101\"\r\n },\r\n {\r\n \"url\": \"village\",\r\n \"valueCode\": \"1010101101\"\r\n },\r\n {\r\n \"url\": \"rt\",\r\n \"valueCode\": \"2 \"\r\n },\r\n {\r\n \"url\": \"rw\",\r\n \"valueCode\": \"2\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"maritalStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus\",\r\n \"code\": \"M\",\r\n \"display\": \"Married\"\r\n }\r\n ],\r\n \"text\": \"Married\"\r\n },\r\n \"multipleBirthBoolean\": false,\r\n \"contact\": [\r\n {\r\n \"relationship\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0131\",\r\n \"code\": \"C\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"name\": {\r\n \"use\": \"official\",\r\n \"text\": \"Jane Smith\"\r\n },\r\n \"telecom\": [\r\n {\r\n \"system\": \"phone\",\r\n \"value\": \"0690383372\",\r\n \"use\": \"mobile\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"communication\": [\r\n {\r\n \"language\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"urn:ietf:bcp:47\",\r\n \"code\": \"id-ID\",\r\n \"display\": \"Indonesian\"\r\n }\r\n ],\r\n \"text\": \"Indonesian\"\r\n },\r\n \"preferred\": true\r\n }\r\n ],\r\n \"extension\": [\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/birthPlace\",\r\n \"valueAddress\": {\r\n \"city\": \"Bandung\",\r\n \"country\": \"ID\"\r\n }\r\n },\r\n {\r\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/citizenshipStatus\",\r\n \"valueCode\": \"I\"\r\n }\r\n ]\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Patient",
"host": [
"{{base_url}}"
],
"path": [
"Patient"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "content-type",
"value": "application/json"
},
{
"key": "x-request-id",
"value": "1348ba7a-9c91-4723-b663-75fe0658f3c9"
},
{
"key": "content-length",
"value": "125"
},
{
"key": "date",
"value": "Fri, 03 Mar 2023 13:26:45 GMT"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
},
{
"key": "Alt-Svc",
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
}
],
"cookie": [],
"body": "{\n \"success\": false,\n \"message\": \"Failed to create new patient, another identifier has found\",\n \"data\": {\n \"resourceID\": \"P02029102427\"\n }\n}"
}
]
}
]
},
{
"name": "Pendaftaran Kunjungan Bayi",
"item": [
{
"name": "Encounter - Kunjungan Bayi",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"resourceType\": \"Encounter\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"P02029382690\"\n }\n ],\n \"status\": \"in-progress\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"IMP\",\n \"display\": \"inpatient encounter\"\n },\n \"subject\": {\n \"reference\": \"Patient/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-10-31T08:30:10+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/879a81e3-828d-479b-9b78-859bef3b7494\",\n \"display\": \"Ruang Resusitasi Bayi, Departemen KIA, Lantai 2, Gedung Utama\"\n },\n \"period\": {\n \"start\": \"2023-10-31T08:30:10+00:00\"\n }\n } \n ],\n \"statusHistory\": [\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-10-31T08:30:10+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 Bayi",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"resourceType\": \"Encounter\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"P02029382690\"\n }\n ],\n \"status\": \"in-progress\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"IMP\",\n \"display\": \"inpatient encounter\"\n },\n \"subject\": {\n \"reference\": \"Patient/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-10-31T08:30:10+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/879a81e3-828d-479b-9b78-859bef3b7494\",\n \"display\": \"Ruang Resusitasi Bayi, Departemen KIA, Lantai 2, Gedung Utama\"\n },\n \"period\": {\n \"start\": \"2023-10-31T08:30:10+00:00\"\n }\n } \n ],\n \"statusHistory\": [\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-10-31T08:30:10+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": "content-type",
"value": "application/json"
},
{
"key": "etag",
"value": "W/\"MTY5OTY3MDYwMTQ3MzQ1MDAwMA\""
},
{
"key": "last-modified",
"value": "Sat, 11 Nov 2023 02:43:21 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/f53e1a35-516d-4ef6-a5a0-7176652d8526/_history/MTY5OTY3MDYwMTQ3MzQ1MDAwMA"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sat, 11 Nov 2023 02:43:21 GMT"
},
{
"key": "content-length",
"value": "1108"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "3870eaed-a49f-41ce-8273-a2938519bf00"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
},
{
"key": "Alt-Svc",
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
}
],
"cookie": [],
"body": "{\n \"class\": {\n \"code\": \"IMP\",\n \"display\": \"inpatient encounter\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"id\": \"f53e1a35-516d-4ef6-a5a0-7176652d8526\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000004\",\n \"value\": \"P02029382690\"\n }\n ],\n \"location\": [\n {\n \"location\": {\n \"display\": \"Ruang Resusitasi Bayi, Departemen KIA, Lantai 2, Gedung Utama\",\n \"reference\": \"Location/879a81e3-828d-479b-9b78-859bef3b7494\"\n },\n \"period\": {\n \"start\": \"2023-10-31T08:30:10+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-11-11T02:43:21.473450+00:00\",\n \"versionId\": \"MTY5OTY3MDYwMTQ3MzQ1MDAwMA\"\n },\n \"participant\": [\n {\n \"individual\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"ATND\",\n \"display\": \"attender\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\"\n }\n ]\n }\n ]\n }\n ],\n \"period\": {\n \"start\": \"2023-10-31T08:30:10+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000004\"\n },\n \"status\": \"in-progress\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-10-31T08:30:10+00:00\"\n },\n \"status\": \"in-progress\"\n }\n ],\n \"subject\": {\n \"display\": \"By. Ny. Smith\",\n \"reference\": \"Patient/P02029382690\"\n }\n}"
}
]
}
]
},
{
"name": "Data Bayi",
"item": [
{
"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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:31:10+00:00\",\n \"issued\": \"2023-10-31T08:31:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\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) - Seluruh tubuh merah muda",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:31:10+00:00\",\n \"issued\": \"2023-10-31T08:31:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\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": "Sat, 11 Nov 2023 02:56:03 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/6f06e9b7-8582-4907-aaa7-89b40e4dc0bc/_history/MTY5OTY3MTM2MzE2MzAyNzAwMA"
},
{
"key": "etag",
"value": "W/\"MTY5OTY3MTM2MzE2MzAyNzAwMA\""
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sat, 11 Nov 2023 02:56:03 GMT"
},
{
"key": "content-length",
"value": "841"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "dd87b301-273d-449c-af75-928e5dde5d13"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"2023-10-31T08:31:10+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"id\": \"6f06e9b7-8582-4907-aaa7-89b40e4dc0bc\",\n \"identifier\": [],\n \"issued\": \"2023-10-31T08:31:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-11T02:56:03.163027+00:00\",\n \"versionId\": \"MTY5OTY3MTM2MzE2MzAyNzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"By. Ny. Smith\",\n \"reference\": \"Patient/P02029382690\"\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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:31:10+00:00\",\n \"issued\": \"2023-10-31T08:31:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6718-6\",\n \"display\": \"At least 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) - <100/mnt",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:31:10+00:00\",\n \"issued\": \"2023-10-31T08:31:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\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": "Sat, 11 Nov 2023 02:58:36 UTC"
},
{
"key": "etag",
"value": "W/\"MTY5OTY3MTUxNjg1OTMyODAwMA\""
},
{
"key": "location",
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/a0d8f56e-eaf1-4cf1-8ace-b55231219e82/_history/MTY5OTY3MTUxNjg1OTMyODAwMA"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sat, 11 Nov 2023 02:58:36 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": "229e1a24-2add-4fc9-8c70-3a755694a567"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"2023-10-31T08:31:10+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"id\": \"a0d8f56e-eaf1-4cf1-8ace-b55231219e82\",\n \"identifier\": [],\n \"issued\": \"2023-10-31T08:31:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-11T02:58:36.859328+00:00\",\n \"versionId\": \"MTY5OTY3MTUxNjg1OTMyODAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"By. Ny. Smith\",\n \"reference\": \"Patient/P02029382690\"\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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:31:10+00:00\",\n \"issued\": \"2023-10-31T08:31:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6721-0\",\n \"display\": \"Grimace and pulling away, cough, or sneeze 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) - Terbatuk atau bersin",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:31:10+00:00\",\n \"issued\": \"2023-10-31T08:31:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6721-0\",\n \"display\": \"Grimace and pulling away, cough, or sneeze 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": "location",
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/0110a660-57c0-4a82-8044-70f02f364ba5/_history/MTY5OTY3MzE2NjMxOTY5NDAwMA"
},
{
"key": "last-modified",
"value": "Sat, 11 Nov 2023 03:26:06 UTC"
},
{
"key": "etag",
"value": "W/\"MTY5OTY3MzE2NjMxOTY5NDAwMA\""
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sat, 11 Nov 2023 03:26:06 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": "2175697e-562f-4b0c-ac36-65f988333dcd"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"2023-10-31T08:31:10+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"id\": \"0110a660-57c0-4a82-8044-70f02f364ba5\",\n \"identifier\": [],\n \"issued\": \"2023-10-31T08:31:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-11T03:26:06.319694+00:00\",\n \"versionId\": \"MTY5OTY3MzE2NjMxOTY5NDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"By. Ny. Smith\",\n \"reference\": \"Patient/P02029382690\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6721-0\",\n \"display\": \"Grimace and pulling away, cough, or sneeze 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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:31:10+00:00\",\n \"issued\": \"2023-10-31T08:31:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:31:10+00:00\",\n \"issued\": \"2023-10-31T08:31:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\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/\"MTY5OTY3Mzk1MDEzODMwNTAwMA\""
},
{
"key": "location",
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/0e74a551-0874-4c65-a91f-508b10ec62f6/_history/MTY5OTY3Mzk1MDEzODMwNTAwMA"
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "last-modified",
"value": "Sat, 11 Nov 2023 03:39:10 UTC"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sat, 11 Nov 2023 03:39:10 GMT"
},
{
"key": "content-length",
"value": "857"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "56884ba4-4013-43df-b024-3c7542c00791"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"2023-10-31T08:31:10+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"id\": \"0e74a551-0874-4c65-a91f-508b10ec62f6\",\n \"identifier\": [],\n \"issued\": \"2023-10-31T08:31:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-11T03:39:10.138305+00:00\",\n \"versionId\": \"MTY5OTY3Mzk1MDEzODMwNTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"By. Ny. Smith\",\n \"reference\": \"Patient/P02029382690\"\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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:31:10+00:00\",\n \"issued\": \"2023-10-31T08:31:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:31:10+00:00\",\n \"issued\": \"2023-10-31T08:31:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\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": "location",
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/ac347158-8182-460b-8241-2cda43241251/_history/MTY5OTY3NDA4MjcyMDk1MjAwMA"
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "etag",
"value": "W/\"MTY5OTY3NDA4MjcyMDk1MjAwMA\""
},
{
"key": "last-modified",
"value": "Sat, 11 Nov 2023 03:41:22 UTC"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sat, 11 Nov 2023 03:41:22 GMT"
},
{
"key": "content-length",
"value": "899"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "91274398-c61b-4c39-b26d-ca07d42e0f06"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"2023-10-31T08:31:10+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"id\": \"ac347158-8182-460b-8241-2cda43241251\",\n \"identifier\": [],\n \"issued\": \"2023-10-31T08:31:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-11T03:41:22.720952+00:00\",\n \"versionId\": \"MTY5OTY3NDA4MjcyMDk1MjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"By. Ny. Smith\",\n \"reference\": \"Patient/P02029382690\"\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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:31:10+00:00\",\n \"issued\": \"2023-10-31T08:31:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:31:10+00:00\",\n \"issued\": \"2023-10-31T08:31:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\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": "Sat, 11 Nov 2023 03:56:21 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/6e76cad1-aa6b-4ecc-af8c-07bab74343f4/_history/MTY5OTY3NDk4MTc0MTg3OTAwMA"
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "etag",
"value": "W/\"MTY5OTY3NDk4MTc0MTg3OTAwMA\""
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sat, 11 Nov 2023 03:56:21 GMT"
},
{
"key": "content-length",
"value": "978"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "1c3d598e-c796-4fc3-8dfb-5f917eeadba2"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"2023-10-31T08:31:10+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"id\": \"6e76cad1-aa6b-4ecc-af8c-07bab74343f4\",\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\": \"2023-10-31T08:31:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-11T03:56:21.741879+00:00\",\n \"versionId\": \"MTY5OTY3NDk4MTc0MTg3OTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"By. Ny. Smith\",\n \"reference\": \"Patient/P02029382690\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 6\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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:35:10+00:00\",\n \"issued\": \"2023-10-31T08:35:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:35:10+00:00\",\n \"issued\": \"2023-10-31T08:35:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\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": "Sat, 11 Nov 2023 03:57:28 UTC"
},
{
"key": "etag",
"value": "W/\"MTY5OTY3NTA0ODk2MTkyMzAwMA\""
},
{
"key": "content-type",
"value": "application/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/024fe6d5-4329-4344-9543-1a4de04a00c2/_history/MTY5OTY3NTA0ODk2MTkyMzAwMA"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sat, 11 Nov 2023 03:57:28 GMT"
},
{
"key": "content-length",
"value": "841"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "5f27e52e-c3b0-4b6a-a280-57ca2affee3e"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"2023-10-31T08:35:10+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"id\": \"024fe6d5-4329-4344-9543-1a4de04a00c2\",\n \"identifier\": [],\n \"issued\": \"2023-10-31T08:35:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-11T03:57:28.961923+00:00\",\n \"versionId\": \"MTY5OTY3NTA0ODk2MTkyMzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"By. Ny. Smith\",\n \"reference\": \"Patient/P02029382690\"\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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:36:10+00:00\",\n \"issued\": \"2023-10-31T08:36:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:36:10+00:00\",\n \"issued\": \"2023-10-31T08:36:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\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": "location",
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/47152b20-576f-4bde-ae4d-a383cf0c7f6c/_history/MTY5OTY3NTA3NTU5NDk4NTAwMA"
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "etag",
"value": "W/\"MTY5OTY3NTA3NTU5NDk4NTAwMA\""
},
{
"key": "last-modified",
"value": "Sat, 11 Nov 2023 03:57:55 UTC"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sat, 11 Nov 2023 03:57:55 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": "c8e2896d-fd57-47ca-8674-0f23b2a610f4"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"2023-10-31T08:36:10+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"id\": \"47152b20-576f-4bde-ae4d-a383cf0c7f6c\",\n \"identifier\": [],\n \"issued\": \"2023-10-31T08:36:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-11T03:57:55.594985+00:00\",\n \"versionId\": \"MTY5OTY3NTA3NTU5NDk4NTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"By. Ny. Smith\",\n \"reference\": \"Patient/P02029382690\"\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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:35:10+00:00\",\n \"issued\": \"2023-10-31T08:35:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:35:10+00:00\",\n \"issued\": \"2023-10-31T08:35:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\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/3882a342-19ce-44dc-b647-a40ecf173eaf/_history/MTY5OTY3NTA5OTYwNjI5MjAwMA"
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "etag",
"value": "W/\"MTY5OTY3NTA5OTYwNjI5MjAwMA\""
},
{
"key": "last-modified",
"value": "Sat, 11 Nov 2023 03:58:19 UTC"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sat, 11 Nov 2023 03:58:19 GMT"
},
{
"key": "content-length",
"value": "861"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "e4322e95-74a3-441b-9c00-02b5a1024177"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"2023-10-31T08:35:10+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"id\": \"3882a342-19ce-44dc-b647-a40ecf173eaf\",\n \"identifier\": [],\n \"issued\": \"2023-10-31T08:35:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-11T03:58:19.606292+00:00\",\n \"versionId\": \"MTY5OTY3NTA5OTYwNjI5MjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"By. Ny. Smith\",\n \"reference\": \"Patient/P02029382690\"\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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:35:10+00:00\",\n \"issued\": \"2023-10-31T08:35:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:35:10+00:00\",\n \"issued\": \"2023-10-31T08:35:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\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/\"MTY5OTY3NTEyNTg2MTI1ODAwMA\""
},
{
"key": "location",
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/ac1b7358-2d07-4439-bc57-d9ec260839a5/_history/MTY5OTY3NTEyNTg2MTI1ODAwMA"
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "last-modified",
"value": "Sat, 11 Nov 2023 03:58:45 UTC"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sat, 11 Nov 2023 03:58:45 GMT"
},
{
"key": "content-length",
"value": "857"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "a23b1893-a93d-42a0-bb60-d28d647f9969"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"2023-10-31T08:35:10+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"id\": \"ac1b7358-2d07-4439-bc57-d9ec260839a5\",\n \"identifier\": [],\n \"issued\": \"2023-10-31T08:35:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-11T03:58:45.861258+00:00\",\n \"versionId\": \"MTY5OTY3NTEyNTg2MTI1ODAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"By. Ny. Smith\",\n \"reference\": \"Patient/P02029382690\"\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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:35:10+00:00\",\n \"issued\": \"2023-10-31T08:35:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:35:10+00:00\",\n \"issued\": \"2023-10-31T08:35:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\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/\"MTY5OTY3NTE1MTgyNDkxODAwMA\""
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "last-modified",
"value": "Sat, 11 Nov 2023 03:59:11 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/c482203f-c374-4364-96ff-0ebe235c3c03/_history/MTY5OTY3NTE1MTgyNDkxODAwMA"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sat, 11 Nov 2023 03:59:11 GMT"
},
{
"key": "content-length",
"value": "899"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "9ef55415-0bb3-4936-8083-0cea88dfb0f3"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"2023-10-31T08:35:10+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"id\": \"c482203f-c374-4364-96ff-0ebe235c3c03\",\n \"identifier\": [],\n \"issued\": \"2023-10-31T08:35:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-11T03:59:11.824918+00:00\",\n \"versionId\": \"MTY5OTY3NTE1MTgyNDkxODAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"By. Ny. Smith\",\n \"reference\": \"Patient/P02029382690\"\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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:35:10+00:00\",\n \"issued\": \"2023-10-31T08:35:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:35:10+00:00\",\n \"issued\": \"2023-10-31T08:35:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\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": "location",
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/5b8353c1-07f6-4b83-b814-1fc3922d4c0d/_history/MTY5OTY3NTE3NzQ0NTE1NzAwMA"
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "last-modified",
"value": "Sat, 11 Nov 2023 03:59:37 UTC"
},
{
"key": "etag",
"value": "W/\"MTY5OTY3NTE3NzQ0NTE1NzAwMA\""
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sat, 11 Nov 2023 03:59:37 GMT"
},
{
"key": "content-length",
"value": "978"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "f884da77-6cf5-4dff-ad7e-bca621a59d94"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"2023-10-31T08:35:10+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"id\": \"5b8353c1-07f6-4b83-b814-1fc3922d4c0d\",\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\": \"2023-10-31T08:35:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-11T03:59:37.445157+00:00\",\n \"versionId\": \"MTY5OTY3NTE3NzQ0NTE1NzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"By. Ny. Smith\",\n \"reference\": \"Patient/P02029382690\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 6\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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:40:10+00:00\",\n \"issued\": \"2023-10-31T08:40:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:40:10+00:00\",\n \"issued\": \"2023-10-31T08:40:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\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": "etag",
"value": "W/\"MTY5OTY3NjI2NDQ3OTcyMzAwMA\""
},
{
"key": "last-modified",
"value": "Sat, 11 Nov 2023 04:17:44 UTC"
},
{
"key": "location",
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/761ca9b0-933f-4d8a-a124-fe0d49afdb40/_history/MTY5OTY3NjI2NDQ3OTcyMzAwMA"
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sat, 11 Nov 2023 04:17:44 GMT"
},
{
"key": "content-length",
"value": "842"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "6aa3db2b-cda2-4f86-879b-2a9d0b2b077f"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"2023-10-31T08:40:10+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"id\": \"761ca9b0-933f-4d8a-a124-fe0d49afdb40\",\n \"identifier\": [],\n \"issued\": \"2023-10-31T08:40:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-11T04:17:44.479723+00:00\",\n \"versionId\": \"MTY5OTY3NjI2NDQ3OTcyMzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"By. Ny. Smith\",\n \"reference\": \"Patient/P02029382690\"\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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:40:10+00:00\",\n \"issued\": \"2023-10-31T08:40:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:40:10+00:00\",\n \"issued\": \"2023-10-31T08:40:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\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": "etag",
"value": "W/\"MTY5OTY3NjI5MjU2NzUyMjAwMA\""
},
{
"key": "last-modified",
"value": "Sat, 11 Nov 2023 04:18:12 UTC"
},
{
"key": "location",
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/2e6f7980-af54-42b3-870b-5a90e5d1126e/_history/MTY5OTY3NjI5MjU2NzUyMjAwMA"
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sat, 11 Nov 2023 04:18:12 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": "4c259079-4f42-40b8-b9ca-bb8fa3285c4c"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"2023-10-31T08:40:10+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"id\": \"2e6f7980-af54-42b3-870b-5a90e5d1126e\",\n \"identifier\": [],\n \"issued\": \"2023-10-31T08:40:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-11T04:18:12.567522+00:00\",\n \"versionId\": \"MTY5OTY3NjI5MjU2NzUyMjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"By. Ny. Smith\",\n \"reference\": \"Patient/P02029382690\"\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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:40:10+00:00\",\n \"issued\": \"2023-10-31T08:40:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:40:10+00:00\",\n \"issued\": \"2023-10-31T08:40:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\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/d97d0357-76ce-4611-ab8e-eade5fab2307/_history/MTY5OTY3NjM3MTMzNzA3ODAwMA"
},
{
"key": "etag",
"value": "W/\"MTY5OTY3NjM3MTMzNzA3ODAwMA\""
},
{
"key": "last-modified",
"value": "Sat, 11 Nov 2023 04:19:31 UTC"
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sat, 11 Nov 2023 04:19:31 GMT"
},
{
"key": "content-length",
"value": "862"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "af545d8b-50bb-4655-b977-365d70d5e1ff"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"2023-10-31T08:40:10+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"id\": \"d97d0357-76ce-4611-ab8e-eade5fab2307\",\n \"identifier\": [],\n \"issued\": \"2023-10-31T08:40:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-11T04:19:31.337078+00:00\",\n \"versionId\": \"MTY5OTY3NjM3MTMzNzA3ODAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"By. Ny. Smith\",\n \"reference\": \"Patient/P02029382690\"\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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:40:10+00:00\",\n \"issued\": \"2023-10-31T08:40:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:40:10+00:00\",\n \"issued\": \"2023-10-31T08:40:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\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/0b7a3a06-c563-4537-af1c-0ef6fae62330/_history/MTY5OTY3NjQxNTg1OTYwOTAwMA"
},
{
"key": "etag",
"value": "W/\"MTY5OTY3NjQxNTg1OTYwOTAwMA\""
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "last-modified",
"value": "Sat, 11 Nov 2023 04:20:15 UTC"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sat, 11 Nov 2023 04:20:15 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": "9ce3bb40-9f37-4b69-b613-a43ad3c3ed13"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"2023-10-31T08:40:10+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"id\": \"0b7a3a06-c563-4537-af1c-0ef6fae62330\",\n \"identifier\": [],\n \"issued\": \"2023-10-31T08:40:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-11T04:20:15.859609+00:00\",\n \"versionId\": \"MTY5OTY3NjQxNTg1OTYwOTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"By. Ny. Smith\",\n \"reference\": \"Patient/P02029382690\"\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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:40:10+00:00\",\n \"issued\": \"2023-10-31T08:40:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:40:10+00:00\",\n \"issued\": \"2023-10-31T08:40:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\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": "Sat, 11 Nov 2023 04:29:47 UTC"
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "etag",
"value": "W/\"MTY5OTY3Njk4NzQyMzMyNjAwMA\""
},
{
"key": "location",
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/1f3e8524-631e-4fde-9747-db357f0bdb67/_history/MTY5OTY3Njk4NzQyMzMyNjAwMA"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sat, 11 Nov 2023 04:29:47 GMT"
},
{
"key": "content-length",
"value": "900"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "d5bcd3a8-abde-4492-a549-0a72f4dc9c28"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"2023-10-31T08:40:10+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"id\": \"1f3e8524-631e-4fde-9747-db357f0bdb67\",\n \"identifier\": [],\n \"issued\": \"2023-10-31T08:40:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-11T04:29:47.423326+00:00\",\n \"versionId\": \"MTY5OTY3Njk4NzQyMzMyNjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"By. Ny. Smith\",\n \"reference\": \"Patient/P02029382690\"\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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:40:10+00:00\",\n \"issued\": \"2023-10-31T08:40:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:40:10+00:00\",\n \"issued\": \"2023-10-31T08:40:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\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/\"MTY5OTY3NzAwNDg2NTEwMDAwMA\""
},
{
"key": "location",
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/57bf7ac8-1222-42dc-8720-eb30456e8a62/_history/MTY5OTY3NzAwNDg2NTEwMDAwMA"
},
{
"key": "last-modified",
"value": "Sat, 11 Nov 2023 04:30:04 UTC"
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sat, 11 Nov 2023 04:30:04 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": "2f5bd112-a031-4284-9af4-c0e04a1a92b8"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"2023-10-31T08:40:10+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"id\": \"57bf7ac8-1222-42dc-8720-eb30456e8a62\",\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\": \"2023-10-31T08:40:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-11T04:30:04.865100+00:00\",\n \"versionId\": \"MTY5OTY3NzAwNDg2NTEwMDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"By. Ny. Smith\",\n \"reference\": \"Patient/P02029382690\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 6\n }\n}"
}
]
}
]
}
]
},
{
"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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:45:10+00:00\",\n \"issued\": \"2023-10-31T08:45:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 4510,\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\": \"276613009\",\n \"display\": \"High birth weight\"\n }\n ],\n \"text\": \"BBLB (Bayi Berat Lahir Besar)\"\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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:45:10+00:00\",\n \"issued\": \"2023-10-31T08:45:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 4510,\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\": \"276613009\",\n \"display\": \"High birth weight\"\n }\n ],\n \"text\": \"BBLB (Bayi Berat Lahir Besar)\"\n }\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Observation",
"host": [
"{{base_url}}"
],
"path": [
"Observation"
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "json",
"header": [
{
"key": "last-modified",
"value": "Sat, 11 Nov 2023 04:31: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/c22980fa-99bf-4b34-9888-1b3ae2cf2163/_history/MTY5OTY3NzA2MDUzNzQ0MTAwMA"
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "etag",
"value": "W/\"MTY5OTY3NzA2MDUzNzQ0MTAwMA\""
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sat, 11 Nov 2023 04:31:00 GMT"
},
{
"key": "content-length",
"value": "971"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "932e3328-d8d9-48d0-82fe-c90cf2cfe5ac"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"2023-10-31T08:45:10+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"id\": \"c22980fa-99bf-4b34-9888-1b3ae2cf2163\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"276613009\",\n \"display\": \"High birth weight\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"BBLB (Bayi Berat Lahir Besar)\"\n }\n ],\n \"issued\": \"2023-10-31T08:45:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-11T04:31:00.537441+00:00\",\n \"versionId\": \"MTY5OTY3NzA2MDUzNzQ0MTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"By. Ny. Smith\",\n \"reference\": \"Patient/P02029382690\"\n },\n \"valueQuantity\": {\n \"code\": \"g\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"g\",\n \"value\": 4510\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/N10000001\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 31 Oktober 2023\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:45:10+00:00\",\n \"issued\": \"2023-10-31T08:45:10+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/N10000001\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\",\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 31 Oktober 2023\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:45:10+00:00\",\n \"issued\": \"2023-10-31T08:45:10+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/cbdc4848-0e5b-4559-993a-ef5af7f1baea/_history/MTY5OTY3NzA4ODYxODYxNzAwMA"
},
{
"key": "etag",
"value": "W/\"MTY5OTY3NzA4ODYxODYxNzAwMA\""
},
{
"key": "last-modified",
"value": "Sat, 11 Nov 2023 04:31:28 UTC"
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sat, 11 Nov 2023 04:31:28 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": "1709897f-65e7-4223-bd62-a72e3c5277b1"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"2023-10-31T08:45:10+00:00\",\n \"encounter\": {\n \"display\": \"Pemeriksaan Antropometri Anak Smith di hari Selasa, 31 Oktober 2023\",\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"id\": \"cbdc4848-0e5b-4559-993a-ef5af7f1baea\",\n \"identifier\": [],\n \"issued\": \"2023-10-31T08:45:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-11T04:31:28.618617+00:00\",\n \"versionId\": \"MTY5OTY3NzA4ODYxODYxNzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"By. Ny. Smith\",\n \"reference\": \"Patient/P02029382690\"\n },\n \"valueQuantity\": {\n \"code\": \"cm\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"cm\",\n \"value\": 45\n }\n}"
}
]
}
]
},
{
"name": "Lokasi Kelahiran",
"item": [
{
"name": "Observation - Lokasi Kelahiran",
"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\": \"72150-6\",\n \"display\": \"Delivery location\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:30:10+00:00\",\n \"issued\": \"2023-10-31T08:30:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/organization-type\",\n \"code\": \"102\",\n \"display\": \"Pusat Kesehatan Masyarakat\"\n }\n ]\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Observation",
"host": [
"{{base_url}}"
],
"path": [
"Observation"
]
}
},
"response": [
{
"name": "Observation - Lokasi Kelahiran",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"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\": \"72150-6\",\n \"display\": \"Delivery location\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:30:10+00:00\",\n \"issued\": \"2023-10-31T08:30:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/organization-type\",\n \"code\": \"102\",\n \"display\": \"Pusat Kesehatan Masyarakat\"\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/\"MTY5OTY3NzExNDI4NTM0OTAwMA\""
},
{
"key": "location",
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/59f65534-df97-4b4b-a6c0-d5476dda03cd/_history/MTY5OTY3NzExNDI4NTM0OTAwMA"
},
{
"key": "last-modified",
"value": "Sat, 11 Nov 2023 04:31:54 UTC"
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sat, 11 Nov 2023 04:31:54 GMT"
},
{
"key": "content-length",
"value": "884"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "5df9a362-62f8-46de-9a8c-5fb82ac1e06e"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"72150-6\",\n \"display\": \"Delivery location\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-10-31T08:30:10+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"id\": \"59f65534-df97-4b4b-a6c0-d5476dda03cd\",\n \"identifier\": [],\n \"issued\": \"2023-10-31T08:30:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-11T04:31:54.285349+00:00\",\n \"versionId\": \"MTY5OTY3NzExNDI4NTM0OTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"By. Ny. Smith\",\n \"reference\": \"Patient/P02029382690\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"102\",\n \"display\": \"Pusat Kesehatan Masyarakat\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/organization-type\"\n }\n ]\n }\n}"
}
]
}
]
},
{
"name": "Masuk Ruang (Bayi)",
"item": [
{
"name": "Encounter - Masuk ruang (Bayi)",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"f53e1a35-516d-4ef6-a5a0-7176652d8526\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"P20240001\"\n }\n ],\n \"status\": \"in-progress\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"IMP\",\n \"display\": \"inpatient encounter\"\n },\n \"subject\": {\n \"reference\": \"Patient/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-10-31T08:30:10+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/879a81e3-828d-479b-9b78-859bef3b7494\",\n \"display\": \"Ruang Resusitasi Bayi, Departemen KIA, Lantai 2, Gedung Utama\"\n },\n \"period\": {\n \"start\": \"2023-10-31T08:30:10+00:00\",\n \"end\": \"2023-10-31T08:45:10+00:00\"\n }\n },\n {\n \"location\": {\n \"reference\": \"Location/fca60c53-c798-4350-ba94-859fb79ac7c7\",\n \"display\": \"Bed INC, Ruang INC, Rawat INC, Layanan INC\"\n },\n \"period\": {\n \"start\": \"2023-10-31T08:45:10+00:00\"\n }\n } \n ],\n \"statusHistory\": [\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-10-31T08:45:10+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": "f53e1a35-516d-4ef6-a5a0-7176652d8526"
}
]
}
},
"response": [
{
"name": "Encounter - Masuk ruang (Bayi)",
"originalRequest": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"f53e1a35-516d-4ef6-a5a0-7176652d8526\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"P20240001\"\n }\n ],\n \"status\": \"in-progress\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"IMP\",\n \"display\": \"inpatient encounter\"\n },\n \"subject\": {\n \"reference\": \"Patient/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-10-31T08:30:10+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/879a81e3-828d-479b-9b78-859bef3b7494\",\n \"display\": \"Ruang Resusitasi Bayi, Departemen KIA, Lantai 2, Gedung Utama\"\n },\n \"period\": {\n \"start\": \"2023-10-31T08:30:10+00:00\",\n \"end\": \"2023-10-31T08:45:10+00:00\"\n }\n },\n {\n \"location\": {\n \"reference\": \"Location/fca60c53-c798-4350-ba94-859fb79ac7c7\",\n \"display\": \"Bed INC, Ruang INC, Rawat INC, Layanan INC\"\n },\n \"period\": {\n \"start\": \"2023-10-31T08:45:10+00:00\"\n }\n } \n ],\n \"statusHistory\": [\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-10-31T08:45:10+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": "f53e1a35-516d-4ef6-a5a0-7176652d8526"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "last-modified",
"value": "Sat, 11 Nov 2023 04:32:18 UTC"
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "etag",
"value": "W/\"MTY5OTY3NzEzODE4MjY1MDAwMA\""
},
{
"key": "location",
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526/_history/MTY5OTY3NzEzODE4MjY1MDAwMA"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sat, 11 Nov 2023 04:32:18 GMT"
},
{
"key": "content-length",
"value": "1323"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "5ede4309-9745-4aca-b3fc-fa32b3f05be3"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
},
{
"key": "Alt-Svc",
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
}
],
"cookie": [],
"body": "{\n \"class\": {\n \"code\": \"IMP\",\n \"display\": \"inpatient encounter\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"id\": \"f53e1a35-516d-4ef6-a5a0-7176652d8526\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000004\",\n \"value\": \"P20240001\"\n }\n ],\n \"location\": [\n {\n \"location\": {\n \"display\": \"Ruang Resusitasi Bayi, Departemen KIA, Lantai 2, Gedung Utama\",\n \"reference\": \"Location/879a81e3-828d-479b-9b78-859bef3b7494\"\n },\n \"period\": {\n \"end\": \"2023-10-31T08:45:10+00:00\",\n \"start\": \"2023-10-31T08:30:10+00:00\"\n }\n },\n {\n \"location\": {\n \"display\": \"Bed INC, Ruang INC, Rawat INC, Layanan INC\",\n \"reference\": \"Location/fca60c53-c798-4350-ba94-859fb79ac7c7\"\n },\n \"period\": {\n \"start\": \"2023-10-31T08:45:10+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-11-11T04:32:18.182650+00:00\",\n \"versionId\": \"MTY5OTY3NzEzODE4MjY1MDAwMA\"\n },\n \"participant\": [\n {\n \"individual\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"ATND\",\n \"display\": \"attender\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\"\n }\n ]\n }\n ]\n }\n ],\n \"period\": {\n \"start\": \"2023-10-31T08:30:10+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000004\"\n },\n \"status\": \"in-progress\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-10-31T08:45:10+00:00\"\n },\n \"status\": \"in-progress\"\n }\n ],\n \"subject\": {\n \"display\": \"By. Ny. Smith\",\n \"reference\": \"Patient/P02029382690\"\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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-10-31T08:45:10+00:00\",\n \"end\": \"2023-10-31T09:30:10+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000001\",\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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-10-31T08:45:10+00:00\",\n \"end\": \"2023-10-31T09:30:10+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000001\",\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/45636f8c-40eb-4e20-bfa1-0420bd8c51ed/_history/MTY5OTY3NzE1NTIwODMzNzAwMA"
},
{
"key": "last-modified",
"value": "Sat, 11 Nov 2023 04:32:35 UTC"
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "etag",
"value": "W/\"MTY5OTY3NzE1NTIwODMzNzAwMA\""
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sat, 11 Nov 2023 04:32:35 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": "343d527a-f376-4783-be77-b78b6054b38a"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
},
{
"key": "Alt-Svc",
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
}
],
"cookie": [],
"body": "{\n \"category\": {\n \"coding\": [\n {\n \"code\": \"277132007\",\n \"display\": \"Therapeutic procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"440626008\",\n \"display\": \"Procedure related to breastfeeding\"\n }\n ],\n \"text\": \"Inisiasi Menyusui Dini\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"id\": \"45636f8c-40eb-4e20-bfa1-0420bd8c51ed\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2023-11-11T04:32:35.208337+00:00\",\n \"versionId\": \"MTY5OTY3NzE1NTIwODMzNzAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2023-10-31T09:30:10+00:00\",\n \"start\": \"2023-10-31T08:45: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\": \"By. Ny. Smith\",\n \"reference\": \"Patient/P02029382690\"\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/N10000001\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 31 Oktober 2023\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:45:10+00:00\",\n \"issued\": \"2023-10-31T08:45:10+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/N10000001\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 31 Oktober 2023\"\n },\n \"effectiveDateTime\": \"2023-10-31T08:45:10+00:00\",\n \"issued\": \"2023-10-31T08:45:10+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": "etag",
"value": "W/\"MTY5OTY3NzE4MTE1ODg0MjAwMA\""
},
{
"key": "location",
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/4a6283ec-1edb-4e92-b377-afb6d54d8d6c/_history/MTY5OTY3NzE4MTE1ODg0MjAwMA"
},
{
"key": "last-modified",
"value": "Sat, 11 Nov 2023 04:33:01 UTC"
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sat, 11 Nov 2023 04:33:01 GMT"
},
{
"key": "content-length",
"value": "993"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "fbf463d6-cf00-4bb4-9857-0604bbbb96e9"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"2023-10-31T08:45:10+00:00\",\n \"encounter\": {\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 31 Oktober 2023\",\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"id\": \"4a6283ec-1edb-4e92-b377-afb6d54d8d6c\",\n \"identifier\": [],\n \"issued\": \"2023-10-31T08:45:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-11T04:33:01.158842+00:00\",\n \"versionId\": \"MTY5OTY3NzE4MTE1ODg0MjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"By. Ny. Smith\",\n \"reference\": \"Patient/P02029382690\"\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": "05. Diagnosis",
"item": [
{
"name": "Diagnosis Ibu",
"item": [
{
"name": "Condition - Primary Moderate Pre-Eclampsia",
"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\": \"O14.0\",\n \"display\": \"Moderate Pre-Eclampsia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"onsetDateTime\": \"2023-10-31T08:55:10+00:00\",\n \"recordedDate\": \"2023-10-31T08:55:10+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami Pre-Eklampsia Sedang\"\n }\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Condition",
"host": [
"{{base_url}}"
],
"path": [
"Condition"
]
}
},
"response": [
{
"name": "Condition - Primary Moderate Pre-Eclampsia",
"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\": \"O14.0\",\n \"display\": \"Moderate Pre-Eclampsia\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"onsetDateTime\": \"2023-10-31T08:55:10+00:00\",\n \"recordedDate\": \"2023-10-31T08:55:10+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami Pre-Eklampsia 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": "content-type",
"value": "application/json"
},
{
"key": "last-modified",
"value": "Sat, 11 Nov 2023 04:34:08 UTC"
},
{
"key": "etag",
"value": "W/\"MTY5OTY3NzI0ODUwNTI1MTAwMA\""
},
{
"key": "location",
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/ecffaf24-ad2e-47f8-8540-2caf2faa2e35/_history/MTY5OTY3NzI0ODUwNTI1MTAwMA"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sat, 11 Nov 2023 04:34:08 GMT"
},
{
"key": "content-length",
"value": "883"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "f6a9a8a5-ba5e-435d-8270-052035460cf4"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"O14.0\",\n \"display\": \"Moderate Pre-Eclampsia\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/9d017ac3-44a4-49c7-82a0-ea29081eab9e\"\n },\n \"id\": \"ecffaf24-ad2e-47f8-8540-2caf2faa2e35\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2023-11-11T04:34:08.505251+00:00\",\n \"versionId\": \"MTY5OTY3NzI0ODUwNTI1MTAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien mengalami Pre-Eklampsia Sedang\"\n }\n ],\n \"onsetDateTime\": \"2023-10-31T08:55:10+00:00\",\n \"recordedDate\": \"2023-10-31T08:55:10+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n }\n}"
}
]
},
{
"name": "Condition - Secondary Assisted Single Delivery",
"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\": \"O83.9\",\n \"display\": \"Assisted single delivery, unspecified\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\",\n \"display\": \"Kunjungan INC Jane Smith di hari Selasa, 31 Oktober 2023\"\n },\n \"onsetDateTime\": \"2023-10-31T08:55:10+00:00\",\n \"recordedDate\": \"2023-10-31T08:55:10+00:00\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Condition",
"host": [
"{{base_url}}"
],
"path": [
"Condition"
]
}
},
"response": [
{
"name": "Condition - Secondary Assisted Single Delivery",
"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\": \"O83.9\",\n \"display\": \"Assisted single delivery, unspecified\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\",\n \"display\": \"Kunjungan INC Jane Smith di hari Selasa, 31 Oktober 2023\"\n },\n \"onsetDateTime\": \"2023-10-31T08:55:10+00:00\",\n \"recordedDate\": \"2023-10-31T08:55:10+00:00\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Condition",
"host": [
"{{base_url}}"
],
"path": [
"Condition"
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "json",
"header": [
{
"key": "etag",
"value": "W/\"MTY5OTY3NzI2OTk4NTc1NjAwMA\""
},
{
"key": "last-modified",
"value": "Sat, 11 Nov 2023 04:34:29 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/75aab933-7131-4ece-84a8-84613ad407ca/_history/MTY5OTY3NzI2OTk4NTc1NjAwMA"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sat, 11 Nov 2023 04:34:30 GMT"
},
{
"key": "content-length",
"value": "909"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "babe4b1f-74ef-470d-b9ea-8568889a1fd6"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"O83.9\",\n \"display\": \"Assisted single delivery, unspecified\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"encounter\": {\n \"display\": \"Kunjungan INC Jane Smith di hari Selasa, 31 Oktober 2023\",\n \"reference\": \"Encounter/9d017ac3-44a4-49c7-82a0-ea29081eab9e\"\n },\n \"id\": \"75aab933-7131-4ece-84a8-84613ad407ca\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2023-11-11T04:34:29.985756+00:00\",\n \"versionId\": \"MTY5OTY3NzI2OTk4NTc1NjAwMA\"\n },\n \"onsetDateTime\": \"2023-10-31T08:55:10+00:00\",\n \"recordedDate\": \"2023-10-31T08:55:10+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n }\n}"
}
]
},
{
"name": "Condition - Secondary Single Live Birth",
"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\": \"Z37.0\",\n \"display\": \"Single Live Birth\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\",\n \"display\": \"Kunjungan INC Jane Smith di hari Selasa, 31 Oktober 2023\"\n },\n \"onsetDateTime\": \"2023-10-31T08:55:10+00:00\",\n \"recordedDate\": \"2023-10-31T08:55:10+00:00\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Condition",
"host": [
"{{base_url}}"
],
"path": [
"Condition"
]
}
},
"response": [
{
"name": "Condition - Secondary Single Live Birth",
"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\": \"Z37.0\",\n \"display\": \"Single Live Birth\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\",\n \"display\": \"Kunjungan INC Jane Smith di hari Selasa, 31 Oktober 2023\"\n },\n \"onsetDateTime\": \"2023-10-31T08:55:10+00:00\",\n \"recordedDate\": \"2023-10-31T08:55:10+00:00\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Condition",
"host": [
"{{base_url}}"
],
"path": [
"Condition"
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "json",
"header": [
{
"key": "last-modified",
"value": "Sat, 11 Nov 2023 04:34:51 UTC"
},
{
"key": "etag",
"value": "W/\"MTY5OTY3NzI5MTc3NjU5NjAwMA\""
},
{
"key": "content-type",
"value": "application/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/18e15f1d-2a94-4c46-8070-8f9fb66f9eac/_history/MTY5OTY3NzI5MTc3NjU5NjAwMA"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sat, 11 Nov 2023 04:34:51 GMT"
},
{
"key": "content-length",
"value": "889"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "00e78682-4889-4441-b79d-63c87a016be9"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"Z37.0\",\n \"display\": \"Single Live Birth\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"encounter\": {\n \"display\": \"Kunjungan INC Jane Smith di hari Selasa, 31 Oktober 2023\",\n \"reference\": \"Encounter/9d017ac3-44a4-49c7-82a0-ea29081eab9e\"\n },\n \"id\": \"18e15f1d-2a94-4c46-8070-8f9fb66f9eac\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2023-11-11T04:34:51.776596+00:00\",\n \"versionId\": \"MTY5OTY3NzI5MTc3NjU5NjAwMA\"\n },\n \"onsetDateTime\": \"2023-10-31T08:55:10+00:00\",\n \"recordedDate\": \"2023-10-31T08:55:10+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n }\n}"
}
]
}
]
},
{
"name": "Diagnosis Bayi",
"item": [
{
"name": "Condition - Primary Mild and moderate birth asphyxia",
"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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"onsetDateTime\": \"2023-10-31T08:55:10+00:00\",\n \"recordedDate\": \"2023-10-31T08:55:10+00:00\",\n \"note\": [\n {\n \"text\": \"Bayi Ny. Smith mengalami Asfiksia Sedang\"\n }\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Condition",
"host": [
"{{base_url}}"
],
"path": [
"Condition"
]
}
},
"response": [
{
"name": "Condition - Primary Mild and moderate birth asphyxia",
"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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"onsetDateTime\": \"2023-10-31T08:55:10+00:00\",\n \"recordedDate\": \"2023-10-31T08:55:10+00:00\",\n \"note\": [\n {\n \"text\": \"Bayi Ny. Smith 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": "last-modified",
"value": "Sat, 11 Nov 2023 04:35:16 UTC"
},
{
"key": "etag",
"value": "W/\"MTY5OTY3NzMxNjk1Mzg2NTAwMA\""
},
{
"key": "content-type",
"value": "application/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/b23b8f58-5432-4527-90ef-63fc56d3cdb5/_history/MTY5OTY3NzMxNjk1Mzg2NTAwMA"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sat, 11 Nov 2023 04:35:16 GMT"
},
{
"key": "content-length",
"value": "899"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "cdede6c3-ba05-4e84-b280-ee0c220ba35a"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"id\": \"b23b8f58-5432-4527-90ef-63fc56d3cdb5\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2023-11-11T04:35:16.953865+00:00\",\n \"versionId\": \"MTY5OTY3NzMxNjk1Mzg2NTAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Bayi Ny. Smith mengalami Asfiksia Sedang\"\n }\n ],\n \"onsetDateTime\": \"2023-10-31T08:55:10+00:00\",\n \"recordedDate\": \"2023-10-31T08:55:10+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"By. Ny. Smith\",\n \"reference\": \"Patient/P02029382690\"\n }\n}"
}
]
},
{
"name": "Condition - Secondary Exceptionally Large Baby",
"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\": \"P08.0\",\n \"display\": \"Exceptionally large baby\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"onsetDateTime\": \"2023-10-31T08:55:10+00:00\",\n \"recordedDate\": \"2023-10-31T08:55:10+00:00\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Condition",
"host": [
"{{base_url}}"
],
"path": [
"Condition"
]
}
},
"response": [
{
"name": "Condition - Secondary Exceptionally Large Baby",
"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\": \"P08.0\",\n \"display\": \"Exceptionally large baby\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"onsetDateTime\": \"2023-10-31T08:55:10+00:00\",\n \"recordedDate\": \"2023-10-31T08:55:10+00:00\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Condition",
"host": [
"{{base_url}}"
],
"path": [
"Condition"
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "json",
"header": [
{
"key": "etag",
"value": "W/\"MTY5OTY3NzMzOTQ2OTA2ODAwMA\""
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "last-modified",
"value": "Sat, 11 Nov 2023 04:35: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/Condition/6129ec07-f533-4e49-8010-c6146ec2979e/_history/MTY5OTY3NzMzOTQ2OTA2ODAwMA"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sat, 11 Nov 2023 04:35:39 GMT"
},
{
"key": "content-length",
"value": "830"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "15c515fc-7569-438e-970f-20dc830f9915"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"P08.0\",\n \"display\": \"Exceptionally large baby\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"id\": \"6129ec07-f533-4e49-8010-c6146ec2979e\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2023-11-11T04:35:39.469068+00:00\",\n \"versionId\": \"MTY5OTY3NzMzOTQ2OTA2ODAwMA\"\n },\n \"onsetDateTime\": \"2023-10-31T08:55:10+00:00\",\n \"recordedDate\": \"2023-10-31T08:55:10+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"By. Ny. Smith\",\n \"reference\": \"Patient/P02029382690\"\n }\n}"
}
]
},
{
"name": "Condition - Secondary Singleton, born in hospital",
"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\": \"Z38.0\",\n \"display\": \"Singleton, born in hospital\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"onsetDateTime\": \"2023-10-31T08:55:10+00:00\",\n \"recordedDate\": \"2023-10-31T08:55:10+00:00\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Condition",
"host": [
"{{base_url}}"
],
"path": [
"Condition"
]
}
},
"response": [
{
"name": "Condition - Secondary Singleton, born in hospital",
"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\": \"Z38.0\",\n \"display\": \"Singleton, born in hospital\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"onsetDateTime\": \"2023-10-31T08:55:10+00:00\",\n \"recordedDate\": \"2023-10-31T08:55:10+00:00\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Condition",
"host": [
"{{base_url}}"
],
"path": [
"Condition"
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "json",
"header": [
{
"key": "last-modified",
"value": "Wed, 15 Nov 2023 08:07:10 UTC"
},
{
"key": "location",
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/06f52daf-6188-4403-8548-70a658dfe013/_history/MTcwMDAzNTYzMDcyOTU4NjAwMA"
},
{
"key": "etag",
"value": "W/\"MTcwMDAzNTYzMDcyOTU4NjAwMA\""
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Wed, 15 Nov 2023 08:07:10 GMT"
},
{
"key": "content-length",
"value": "833"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "1b34e369-6a80-4a0a-bbb6-d3956259d5c2"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"Z38.0\",\n \"display\": \"Singleton, born in hospital\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"id\": \"06f52daf-6188-4403-8548-70a658dfe013\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2023-11-15T08:07:10.729586+00:00\",\n \"versionId\": \"MTcwMDAzNTYzMDcyOTU4NjAwMA\"\n },\n \"onsetDateTime\": \"2023-10-31T08:55:10+00:00\",\n \"recordedDate\": \"2023-10-31T08:55:10+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"By. Ny. Smith\",\n \"reference\": \"Patient/P02029382690\"\n }\n}"
}
]
}
]
}
]
},
{
"name": "06. Tindakan",
"item": [
{
"name": "Tindakan Ibu",
"item": [
{
"name": "Procedure - Persalinan Normal",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"103693007\",\n \"display\": \"Diagnostic procedure\"\n }\n ],\n \"text\": \"Diagnostic procedure\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"73.59\",\n \"display\": \"Other manually assisted delivery\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-10-31T08:30:10+00:00\",\n \"end\": \"2023-10-31T08:30:10+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000001\",\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 - Persalinan Normal",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"103693007\",\n \"display\": \"Diagnostic procedure\"\n }\n ],\n \"text\": \"Diagnostic procedure\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"73.59\",\n \"display\": \"Other manually assisted delivery\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-10-31T08:30:10+00:00\",\n \"end\": \"2023-10-31T08:30:10+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000001\",\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/c3f333e8-7c36-4d17-898b-c65cbadbccc4/_history/MTY5OTY3NzM2MzEyNjk5NzAwMA"
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "etag",
"value": "W/\"MTY5OTY3NzM2MzEyNjk5NzAwMA\""
},
{
"key": "last-modified",
"value": "Sat, 11 Nov 2023 04:36:03 UTC"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sat, 11 Nov 2023 04:36:03 GMT"
},
{
"key": "content-length",
"value": "801"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "21971f10-d902-494e-b7d1-38326e0b2c54"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' 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\": \"73.59\",\n \"display\": \"Other manually assisted delivery\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/9d017ac3-44a4-49c7-82a0-ea29081eab9e\"\n },\n \"id\": \"c3f333e8-7c36-4d17-898b-c65cbadbccc4\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2023-11-11T04:36:03.126997+00:00\",\n \"versionId\": \"MTY5OTY3NzM2MzEyNjk5NzAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2023-10-31T08:30:10+00:00\",\n \"start\": \"2023-10-31T08:30: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\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n }\n}"
}
]
}
]
},
{
"name": "Tindakan Bayi",
"item": [
{
"name": "Procedure - Nonmechanical methods of resuscitation",
"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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\",\n \"display\": \"Tindakan Resusitasi Anak Smith pada Selasa tanggal 31 Oktober 2023\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-10-31T08:30:10+00:00\",\n \"end\": \"2023-10-31T08:40:10+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000001\",\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 - Nonmechanical methods of resuscitation",
"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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\",\n \"display\": \"Tindakan Resusitasi Anak Smith pada Selasa tanggal 31 Oktober 2023\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-10-31T08:30:10+00:00\",\n \"end\": \"2023-10-31T08:40:10+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000001\",\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": "last-modified",
"value": "Wed, 15 Nov 2023 08:34:57 UTC"
},
{
"key": "etag",
"value": "W/\"MTcwMDAzNzI5NzAxNzQ0MDAwMA\""
},
{
"key": "content-type",
"value": "application/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/1745a866-7d68-439b-b7b0-8364b236c3a2/_history/MTcwMDAzNzI5NzAxNzQ0MDAwMA"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Wed, 15 Nov 2023 08:34:57 GMT"
},
{
"key": "content-length",
"value": "1293"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "085bffe4-fd39-44c1-ad23-e9dd2f8df3b7"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-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 31 Oktober 2023\",\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"id\": \"1745a866-7d68-439b-b7b0-8364b236c3a2\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2023-11-15T08:34:57.017440+00:00\",\n \"versionId\": \"MTcwMDAzNzI5NzAxNzQ0MDAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pemberian resusitasi neonatus melalui mulut dan hidung.\"\n }\n ],\n \"performedPeriod\": {\n \"end\": \"2023-10-31T08:40:10+00:00\",\n \"start\": \"2023-10-31T08:30:10+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\": \"By. Ny. Smith\",\n \"reference\": \"Patient/P02029382690\"\n }\n}"
}
]
}
]
}
]
},
{
"name": "07. Farmasi",
"item": [
{
"name": "Obat Ibu",
"item": [
{
"name": "Medication - Create (for Request)",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"resourceType\": \"Medication\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93002340\",\n \"display\": \"Methylprednisolone 4 mg Tablet (METILON)\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000150\",\n \"display\": \"METHYLPREDNISOLONE\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 4,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n }\n }\n }\n ],\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS066\",\n \"display\": \"Tablet\"\n }\n ]\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\n \"code\": \"NC\",\n \"display\": \"Non-compound\"\n }\n ]\n }\n }\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Medication",
"host": [
"{{base_url}}"
],
"path": [
"Medication"
]
}
},
"response": [
{
"name": "Medication - Create (for Request)",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"resourceType\": \"Medication\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93002340\",\n \"display\": \"Methylprednisolone 4 mg Tablet (METILON)\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000150\",\n \"display\": \"METHYLPREDNISOLONE\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 4,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n }\n }\n }\n ],\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS066\",\n \"display\": \"Tablet\"\n }\n ]\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\n \"code\": \"NC\",\n \"display\": \"Non-compound\"\n }\n ]\n }\n }\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Medication",
"host": [
"{{base_url}}"
],
"path": [
"Medication"
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "json",
"header": [
{
"key": "location",
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Medication/c9f2028e-9e26-4ea7-8afe-84e1d9a4f0df/_history/MTcwMDQwNDExMTA5ODk2ODAwMA"
},
{
"key": "etag",
"value": "W/\"MTcwMDQwNDExMTA5ODk2ODAwMA\""
},
{
"key": "last-modified",
"value": "Sun, 19 Nov 2023 14:28:31 UTC"
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sun, 19 Nov 2023 14:28:31 GMT"
},
{
"key": "content-length",
"value": "1293"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "f3d9b862-1667-4ce8-b657-5a31ce3151e3"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
},
{
"key": "Alt-Svc",
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
}
],
"cookie": [],
"body": "{\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93002340\",\n \"display\": \"Methylprednisolone 4 mg Tablet (METILON)\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"NC\",\n \"display\": \"Non-compound\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\"\n }\n ]\n }\n }\n ],\n \"form\": {\n \"coding\": [\n {\n \"code\": \"BS066\",\n \"display\": \"Tablet\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"c9f2028e-9e26-4ea7-8afe-84e1d9a4f0df\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000004\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000150\",\n \"display\": \"METHYLPREDNISOLONE\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"TAB\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 4\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-19T14:28:31.098968+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcwMDQwNDExMTA5ODk2ODAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}"
}
]
},
{
"name": "MedicationRequest - Create",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"resourceType\": \"MedicationRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456788\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456788-1\"\n }\n ],\n \"status\": \"completed\",\n \"intent\": \"order\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/medicationrequest-category\",\n \"code\": \"inpatient\",\n \"display\": \"Inpatient\"\n }\n ]\n }\n ],\n \"priority\": \"asap\",\n \"medicationReference\": {\n \"reference\": \"Medication/c9f2028e-9e26-4ea7-8afe-84e1d9a4f0df\",\n \"display\": \"Methylprednisolone 4 mg Tablet (METILON)\"\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"authoredOn\": \"2023-10-31T09:05:10+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n },\n \"courseOfTherapyType\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy\",\n \"code\": \"acute\",\n \"display\": \"Short course (acute) therapy\"\n }\n ]\n },\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 tablet per hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet per hari\"\n }\n ],\n \"patientInstruction\": \"1 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"O\",\n \"display\": \"Oral\"\n }\n ]\n },\n \"doseAndRate\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\",\n \"code\": \"ordered\",\n \"display\": \"Ordered\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 1,\n \"unit\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n }\n }\n ]\n }\n ],\n \"dispenseRequest\": {\n \"dispenseInterval\": {\n \"value\": 1,\n \"unit\": \"days\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"validityPeriod\": {\n \"start\": \"2023-09-01T09:05:10+00:00\",\n \"end\": \"2023-10-31T09:05:10+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n },\n \"expectedSupplyDuration\": {\n \"value\": 1,\n \"unit\": \"days\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"performer\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/MedicationRequest",
"host": [
"{{base_url}}"
],
"path": [
"MedicationRequest"
]
}
},
"response": [
{
"name": "MedicationRequest - Create",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"resourceType\": \"MedicationRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456788\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456788-1\"\n }\n ],\n \"status\": \"completed\",\n \"intent\": \"order\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/medicationrequest-category\",\n \"code\": \"inpatient\",\n \"display\": \"Inpatient\"\n }\n ]\n }\n ],\n \"priority\": \"asap\",\n \"medicationReference\": {\n \"reference\": \"Medication/c9f2028e-9e26-4ea7-8afe-84e1d9a4f0df\",\n \"display\": \"Methylprednisolone 4 mg Tablet (METILON)\"\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"authoredOn\": \"2023-10-31T09:05:10+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n },\n \"courseOfTherapyType\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy\",\n \"code\": \"acute\",\n \"display\": \"Short course (acute) therapy\"\n }\n ]\n },\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 tablet per hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet per hari\"\n }\n ],\n \"patientInstruction\": \"1 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"O\",\n \"display\": \"Oral\"\n }\n ]\n },\n \"doseAndRate\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\",\n \"code\": \"ordered\",\n \"display\": \"Ordered\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 1,\n \"unit\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n }\n }\n ]\n }\n ],\n \"dispenseRequest\": {\n \"dispenseInterval\": {\n \"value\": 1,\n \"unit\": \"days\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"validityPeriod\": {\n \"start\": \"2023-09-01T09:05:10+00:00\",\n \"end\": \"2023-10-31T09:05:10+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 1,\n \"unit\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n },\n \"expectedSupplyDuration\": {\n \"value\": 1,\n \"unit\": \"days\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"performer\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/MedicationRequest",
"host": [
"{{base_url}}"
],
"path": [
"MedicationRequest"
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "json",
"header": [
{
"key": "etag",
"value": "W/\"MTcwMDQwNDI4MTgzNDY0OTAwMA\""
},
{
"key": "location",
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/MedicationRequest/3e530bab-4f82-441c-baf5-ece349c7b688/_history/MTcwMDQwNDI4MTgzNDY0OTAwMA"
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "last-modified",
"value": "Sun, 19 Nov 2023 14:31:21 UTC"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sun, 19 Nov 2023 14:31:21 GMT"
},
{
"key": "content-length",
"value": "2254"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "e1518ff2-8553-4016-a8a0-b4bea88ffd91"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
},
{
"key": "Alt-Svc",
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
}
],
"cookie": [],
"body": "{\n \"authoredOn\": \"2023-10-31T09:05:10+00:00\",\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"inpatient\",\n \"display\": \"Inpatient\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/medicationrequest-category\"\n }\n ]\n }\n ],\n \"courseOfTherapyType\": {\n \"coding\": [\n {\n \"code\": \"acute\",\n \"display\": \"Short course (acute) therapy\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy\"\n }\n ]\n },\n \"dispenseRequest\": {\n \"dispenseInterval\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"days\",\n \"value\": 1\n },\n \"expectedSupplyDuration\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"days\",\n \"value\": 1\n },\n \"numberOfRepeatsAllowed\": 0,\n \"performer\": {\n \"reference\": \"Organization/10000004\"\n },\n \"quantity\": {\n \"code\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"TAB\",\n \"value\": 1\n },\n \"validityPeriod\": {\n \"end\": \"2023-10-31T09:05:10+00:00\",\n \"start\": \"2023-09-01T09:05:10+00:00\"\n }\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet per hari\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"TAB\",\n \"value\": 1\n },\n \"type\": {\n \"coding\": [\n {\n \"code\": \"ordered\",\n \"display\": \"Ordered\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\"\n }\n ]\n }\n }\n ],\n \"patientInstruction\": \"1 tablet per hari\",\n \"route\": {\n \"coding\": [\n {\n \"code\": \"O\",\n \"display\": \"Oral\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/9d017ac3-44a4-49c7-82a0-ea29081eab9e\"\n },\n \"id\": \"3e530bab-4f82-441c-baf5-ece349c7b688\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000004\",\n \"use\": \"official\",\n \"value\": \"123456788\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000004\",\n \"use\": \"official\",\n \"value\": \"123456788-1\"\n }\n ],\n \"intent\": \"order\",\n \"medicationReference\": {\n \"display\": \"Methylprednisolone 4 mg Tablet (METILON)\",\n \"reference\": \"Medication/c9f2028e-9e26-4ea7-8afe-84e1d9a4f0df\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-19T14:31:21.834649+00:00\",\n \"versionId\": \"MTcwMDQwNDI4MTgzNDY0OTAwMA\"\n },\n \"priority\": \"asap\",\n \"requester\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"resourceType\": \"MedicationRequest\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\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\": \"2023-08-31T03:00: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"
]
}
},
"response": [
{
"name": "QuestionnaireResponse - Pengkajian Resep",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n\t\"resourceType\": \"QuestionnaireResponse\",\n\t\"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0007\",\n\t\"status\": \"completed\",\n\t\"subject\": {\n\t\t\"reference\": \"Patient/{{Patient_ID}}\",\n\t\t\"display\": \"{{Patient_Name}}\"\n\t},\n\t\"encounter\": {\n\t\t\"reference\": \"Encounter/{{Encounter_id}}\"\n\t},\n\t\"authored\": \"2023-08-31T03:00:00+00:00\",\n\t\"author\": {\n\t\t\"reference\": \"Practitioner/10009880728\",\n\t\t\"display\": \"Apoteker A\"\n\t},\n\t\"source\": {\n\t\t\"reference\": \"Patient/{{Patient_ID}}\"\n\t},\n\t\"item\": [\n\t\t{\n\t\t\t\"linkId\": \"1\",\n\t\t\t\"text\": \"Persyaratan Administrasi\",\n\t\t\t\"item\": [\n\t\t\t\t{\n\t\t\t\t\t\"linkId\": \"1.1\",\n\t\t\t\t\t\"text\": \"Apakah nama, umur, jenis kelamin, berat badan dan tinggi badan pasien sudah sesuai?\",\n\t\t\t\t\t\"answer\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"valueCoding\": {\n\t\t\t\t\t\t\t\t\"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n\t\t\t\t\t\t\t\t\"code\": \"OV000052\",\n\t\t\t\t\t\t\t\t\"display\": \"Sesuai\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t]\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"linkId\": \"1.2\",\n\t\t\t\t\t\"text\": \"Apakah nama, nomor ijin, alamat dan paraf dokter sudah sesuai?\",\n\t\t\t\t\t\"answer\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"valueCoding\": {\n\t\t\t\t\t\t\t\t\"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n\t\t\t\t\t\t\t\t\"code\": \"OV000052\",\n\t\t\t\t\t\t\t\t\"display\": \"Sesuai\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t]\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"linkId\": \"1.3\",\n\t\t\t\t\t\"text\": \"Apakah tanggal resep sudah sesuai?\",\n\t\t\t\t\t\"answer\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"valueCoding\": {\n\t\t\t\t\t\t\t\t\"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n\t\t\t\t\t\t\t\t\"code\": \"OV000052\",\n\t\t\t\t\t\t\t\t\"display\": \"Sesuai\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t]\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"linkId\": \"1.4\",\n\t\t\t\t\t\"text\": \"Apakah ruangan/unit asal resep sudah sesuai?\",\n\t\t\t\t\t\"answer\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"valueCoding\": {\n\t\t\t\t\t\t\t\t\"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n\t\t\t\t\t\t\t\t\"code\": \"OV000052\",\n\t\t\t\t\t\t\t\t\"display\": \"Sesuai\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t]\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"linkId\": \"2\",\n\t\t\t\t\t\"text\": \"Persyaratan Farmasetik\",\n\t\t\t\t\t\"item\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"linkId\": \"2.1\",\n\t\t\t\t\t\t\t\"text\": \"Apakah nama obat, bentuk dan kekuatan sediaan sudah sesuai?\",\n\t\t\t\t\t\t\t\"answer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"valueCoding\": {\n\t\t\t\t\t\t\t\t\t\t\"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n\t\t\t\t\t\t\t\t\t\t\"code\": \"OV000052\",\n\t\t\t\t\t\t\t\t\t\t\"display\": \"Sesuai\"\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"linkId\": \"2.2\",\n\t\t\t\t\t\t\t\"text\": \"Apakah dosis dan jumlah obat sudah sesuai?\",\n\t\t\t\t\t\t\t\"answer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"valueCoding\": {\n\t\t\t\t\t\t\t\t\t\t\"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n\t\t\t\t\t\t\t\t\t\t\"code\": \"OV000052\",\n\t\t\t\t\t\t\t\t\t\t\"display\": \"Sesuai\"\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"linkId\": \"2.3\",\n\t\t\t\t\t\t\t\"text\": \"Apakah stabilitas obat sudah sesuai?\",\n\t\t\t\t\t\t\t\"answer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"valueCoding\": {\n\t\t\t\t\t\t\t\t\t\t\"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n\t\t\t\t\t\t\t\t\t\t\"code\": \"OV000052\",\n\t\t\t\t\t\t\t\t\t\t\"display\": \"Sesuai\"\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"linkId\": \"2.4\",\n\t\t\t\t\t\t\t\"text\": \"Apakah aturan dan cara penggunaan obat sudah sesuai?\",\n\t\t\t\t\t\t\t\"answer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"valueCoding\": {\n\t\t\t\t\t\t\t\t\t\t\"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n\t\t\t\t\t\t\t\t\t\t\"code\": \"OV000052\",\n\t\t\t\t\t\t\t\t\t\t\"display\": \"Sesuai\"\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t}\n\t\t\t\t\t]\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"linkId\": \"3\",\n\t\t\t\t\t\"text\": \"Persyaratan Klinis\",\n\t\t\t\t\t\"item\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"linkId\": \"3.1\",\n\t\t\t\t\t\t\t\"text\": \"Apakah ketepatan indikasi, dosis, dan waktu penggunaan obat sudah sesuai?\",\n\t\t\t\t\t\t\t\"answer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"valueCoding\": {\n\t\t\t\t\t\t\t\t\t\t\"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n\t\t\t\t\t\t\t\t\t\t\"code\": \"OV000052\",\n\t\t\t\t\t\t\t\t\t\t\"display\": \"Sesuai\"\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"linkId\": \"3.2\",\n\t\t\t\t\t\t\t\"text\": \"Apakah terdapat duplikasi pengobatan?\",\n\t\t\t\t\t\t\t\"answer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"valueBoolean\": false\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"linkId\": \"3.3\",\n\t\t\t\t\t\t\t\"text\": \"Apakah terdapat alergi dan reaksi obat yang tidak dikehendaki (ROTD)?\",\n\t\t\t\t\t\t\t\"answer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"valueBoolean\": false\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"linkId\": \"3.4\",\n\t\t\t\t\t\t\t\"text\": \"Apakah terdapat kontraindikasi pengobatan?\",\n\t\t\t\t\t\t\t\"answer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"valueBoolean\": false\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"linkId\": \"3.5\",\n\t\t\t\t\t\t\t\"text\": \"Apakah terdapat dampak interaksi obat?\",\n\t\t\t\t\t\t\t\"answer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"valueBoolean\": false\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t}\n\t\t\t\t\t]\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"linkId\": \"4\",\n\t\t\t\t\t\"text\": \"Resep yang dilakukan pengkajian resep\",\n\t\t\t\t\t\"answer\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"valueReference\": {\n\t\t\t\t\t\t\t\t\"reference\": \"MedicationRequest/{{MedicationRequest_id}}\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t]\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/QuestionnaireResponse",
"host": [
"{{base_url}}"
],
"path": [
"QuestionnaireResponse"
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "json",
"header": [
{
"key": "last-modified",
"value": "Thu, 18 Apr 2024 05:44:53 UTC"
},
{
"key": "location",
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/QuestionnaireResponse/98d9e5c7-9d69-47e2-af0e-db119b9fee94/_history/MTcxMzQxOTA5MzEyODA2NDAwMA"
},
{
"key": "etag",
"value": "W/\"MTcxMzQxOTA5MzEyODA2NDAwMA\""
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "vary",
"value": "Origin,X-Origin,Referer"
},
{
"key": "date",
"value": "Thu, 18 Apr 2024 05:44:53 GMT"
},
{
"key": "Content-Length",
"value": "3190"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "a6f72e06-9393-4b57-b5cf-4e3e52151caf"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
},
{
"key": "Alt-Svc",
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
}
],
"cookie": [],
"body": "{\n \"author\": {\n \"display\": \"Apoteker A\",\n \"reference\": \"Practitioner/10009880728\"\n },\n \"authored\": \"2023-08-31T03:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/81888bcb-44ff-4504-bac4-7226e9a9a144\"\n },\n \"id\": \"ca97ab60-a3b0-42ed-a8af-aa0bf31e0bb2\",\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 \"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/0ec14685-c5b5-4b8e-9fed-08c6fa13e1e9\"\n }\n }\n ],\n \"linkId\": \"4\",\n \"text\": \"Resep yang dilakukan pengkajian resep\"\n }\n ],\n \"linkId\": \"1\",\n \"text\": \"Persyaratan Administrasi\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-10-04T04:08:16.989696+00:00\",\n \"versionId\": \"MTcyODAxNDg5Njk4OTY5NjAwMA\"\n },\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0007\",\n \"resourceType\": \"QuestionnaireResponse\",\n \"source\": {\n \"reference\": \"Patient/P00883356749\"\n },\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Patient B\",\n \"reference\": \"Patient/P00883356749\"\n }\n}"
}
]
},
{
"name": "Medication - Create (for Dispense)",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"resourceType\": \"Medication\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93002340\",\n \"display\": \"Methylprednisolone 4 mg Tablet (METILON)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS066\",\n \"display\": \"Tablet\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000150\",\n \"display\": \"METHYLPREDNISOLONE\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 4,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n }\n }\n }\n ],\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\n \"code\": \"NC\",\n \"display\": \"Non-compound\"\n }\n ]\n }\n }\n ],\n \"batch\": {\n \"lotNumber\": \"188901A\",\n \"expirationDate\": \"2025-12-31\"\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Medication",
"host": [
"{{base_url}}"
],
"path": [
"Medication"
]
}
},
"response": [
{
"name": "Medication - Create (for Dispense)",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"resourceType\": \"Medication\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93002340\",\n \"display\": \"Methylprednisolone 4 mg Tablet (METILON)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS066\",\n \"display\": \"Tablet\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000150\",\n \"display\": \"METHYLPREDNISOLONE\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 4,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n }\n }\n }\n ],\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\n \"code\": \"NC\",\n \"display\": \"Non-compound\"\n }\n ]\n }\n }\n ],\n \"batch\": {\n \"lotNumber\": \"188901A\",\n \"expirationDate\": \"2025-12-31\"\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Medication",
"host": [
"{{base_url}}"
],
"path": [
"Medication"
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "json",
"header": [
{
"key": "location",
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Medication/6ba1bd7b-b3da-4620-b002-1389f4ed10f7/_history/MTcwMDQwNDQwNjI3NTYwNzAwMA"
},
{
"key": "last-modified",
"value": "Sun, 19 Nov 2023 14:33:26 UTC"
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "etag",
"value": "W/\"MTcwMDQwNDQwNjI3NTYwNzAwMA\""
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sun, 19 Nov 2023 14:33:26 GMT"
},
{
"key": "content-length",
"value": "1355"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "ee64b147-a551-45ba-8083-6ac4ec0db79e"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
},
{
"key": "Alt-Svc",
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
}
],
"cookie": [],
"body": "{\n \"batch\": {\n \"expirationDate\": \"2025-12-31\",\n \"lotNumber\": \"188901A\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93002340\",\n \"display\": \"Methylprednisolone 4 mg Tablet (METILON)\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"NC\",\n \"display\": \"Non-compound\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\"\n }\n ]\n }\n }\n ],\n \"form\": {\n \"coding\": [\n {\n \"code\": \"BS066\",\n \"display\": \"Tablet\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"6ba1bd7b-b3da-4620-b002-1389f4ed10f7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000004\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000150\",\n \"display\": \"METHYLPREDNISOLONE\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"TAB\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 4\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-19T14:33:26.275607+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcwMDQwNDQwNjI3NTYwNzAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}"
}
]
},
{
"name": "MedicationDispense - Create",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"resourceType\": \"MedicationDispense\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"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\": \"inpatient\",\n \"display\": \"Inpatient\"\n }\n ]\n },\n \"medicationReference\": {\n \"reference\": \"Medication/6ba1bd7b-b3da-4620-b002-1389f4ed10f7\",\n \"display\": \"Methylprednisolone 4 mg Tablet (METILON)\"\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000003\",\n \"display\": \"John Miller\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/52e135eb-1956-4871-ba13-e833e662484d\",\n \"display\": \"Apotek Puskesmas Sangat Waras\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/3e530bab-4f82-441c-baf5-ece349c7b688\"\n }\n ],\n \"quantity\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\",\n \"value\": 1\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2023-10-31T09:25:10+00:00\",\n \"whenHandedOver\": \"2023-10-31T09:55:10+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 tablet per hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet per hari\"\n }\n ],\n \"patientInstruction\": \"1 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"O\",\n \"display\": \"Oral\"\n }\n ]\n },\n \"doseAndRate\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\",\n \"code\": \"ordered\",\n \"display\": \"Ordered\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 1,\n \"unit\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n }\n }\n ]\n }\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/MedicationDispense",
"host": [
"{{base_url}}"
],
"path": [
"MedicationDispense"
]
}
},
"response": [
{
"name": "MedicationDispense - Create",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"resourceType\": \"MedicationDispense\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"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\": \"inpatient\",\n \"display\": \"Inpatient\"\n }\n ]\n },\n \"medicationReference\": {\n \"reference\": \"Medication/6ba1bd7b-b3da-4620-b002-1389f4ed10f7\",\n \"display\": \"Methylprednisolone 4 mg Tablet (METILON)\"\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000003\",\n \"display\": \"John Miller\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/52e135eb-1956-4871-ba13-e833e662484d\",\n \"display\": \"Apotek Puskesmas Sangat Waras\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/3e530bab-4f82-441c-baf5-ece349c7b688\"\n }\n ],\n \"quantity\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\",\n \"value\": 1\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2023-10-31T09:25:10+00:00\",\n \"whenHandedOver\": \"2023-10-31T09:55:10+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 tablet per hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet per hari\"\n }\n ],\n \"patientInstruction\": \"1 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"O\",\n \"display\": \"Oral\"\n }\n ]\n },\n \"doseAndRate\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\",\n \"code\": \"ordered\",\n \"display\": \"Ordered\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 1,\n \"unit\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"TAB\"\n }\n }\n ]\n }\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/MedicationDispense",
"host": [
"{{base_url}}"
],
"path": [
"MedicationDispense"
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "json",
"header": [
{
"key": "content-type",
"value": "application/json"
},
{
"key": "last-modified",
"value": "Sun, 19 Nov 2023 14:53:10 UTC"
},
{
"key": "location",
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/MedicationDispense/a01c33ec-b59f-466e-8fde-de1383cbaa93/_history/MTcwMDQwNTU5MDAzNjM5MzAwMA"
},
{
"key": "etag",
"value": "W/\"MTcwMDQwNTU5MDAzNjM5MzAwMA\""
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sun, 19 Nov 2023 14:53:10 GMT"
},
{
"key": "content-length",
"value": "2009"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "cb033d35-8b19-402f-acfd-61204d49ec52"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-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/3e530bab-4f82-441c-baf5-ece349c7b688\"\n }\n ],\n \"category\": {\n \"coding\": [\n {\n \"code\": \"inpatient\",\n \"display\": \"Inpatient\",\n \"system\": \"http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category\"\n }\n ]\n },\n \"context\": {\n \"reference\": \"Encounter/9d017ac3-44a4-49c7-82a0-ea29081eab9e\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"1 tablet per hari\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"TAB\",\n \"value\": 1\n },\n \"type\": {\n \"coding\": [\n {\n \"code\": \"ordered\",\n \"display\": \"Ordered\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\"\n }\n ]\n }\n }\n ],\n \"patientInstruction\": \"1 tablet per hari\",\n \"route\": {\n \"coding\": [\n {\n \"code\": \"O\",\n \"display\": \"Oral\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 tablet per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"a01c33ec-b59f-466e-8fde-de1383cbaa93\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000004\",\n \"use\": \"official\",\n \"value\": \"123456788\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000004\",\n \"use\": \"official\",\n \"value\": \"123456788-1\"\n }\n ],\n \"location\": {\n \"display\": \"Apotek Puskesmas Sangat Waras\",\n \"reference\": \"Location/52e135eb-1956-4871-ba13-e833e662484d\"\n },\n \"medicationReference\": {\n \"display\": \"Methylprednisolone 4 mg Tablet (METILON)\",\n \"reference\": \"Medication/6ba1bd7b-b3da-4620-b002-1389f4ed10f7\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-19T14:53:10.036393+00:00\",\n \"versionId\": \"MTcwMDQwNTU5MDAzNjM5MzAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"John Miller\",\n \"reference\": \"Practitioner/N10000003\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"TAB\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 1\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"whenHandedOver\": \"2023-10-31T09:55:10+00:00\",\n \"whenPrepared\": \"2023-10-31T09:25:10+00:00\"\n}"
}
]
}
]
},
{
"name": "Obat Bayi",
"item": [
{
"name": "AllergyIntolerance - Alergi Laktosa",
"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 \"food\"\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"47703008\",\n \"display\": \"Lactose\"\n }\n ],\n \"text\": \"Alergi Laktosa\"\n },\n \"patient\": {\n \"reference\": \"Patient/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 31 Oktober 2023\"\n },\n \"recordedDate\": \"2023-10-31T09:35:10+00:00\",\n \"recorder\": {\n \"reference\": \"Practitioner/N10000001\"\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/AllergyIntolerance",
"host": [
"{{base_url}}"
],
"path": [
"AllergyIntolerance"
]
}
},
"response": [
{
"name": "AllergyIntolerance - Alergi Laktosa",
"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 \"food\"\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"47703008\",\n \"display\": \"Lactose\"\n }\n ],\n \"text\": \"Alergi Laktosa\"\n },\n \"patient\": {\n \"reference\": \"Patient/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 31 Oktober 2023\"\n },\n \"recordedDate\": \"2023-10-31T09:35:10+00:00\",\n \"recorder\": {\n \"reference\": \"Practitioner/N10000001\"\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": "location",
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/AllergyIntolerance/c12e723f-326d-453b-aa2a-ad14a3b0ad18/_history/MTY5OTY4MjgwNzk4NjE3NjAwMA"
},
{
"key": "etag",
"value": "W/\"MTY5OTY4MjgwNzk4NjE3NjAwMA\""
},
{
"key": "last-modified",
"value": "Sat, 11 Nov 2023 06:06:47 UTC"
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sat, 11 Nov 2023 06:06:48 GMT"
},
{
"key": "content-length",
"value": "1034"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "2fd2a6d6-5948-4406-9b40-28f39204a589"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
},
{
"key": "Alt-Svc",
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
}
],
"cookie": [],
"body": "{\n \"category\": [\n \"food\"\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\": \"47703008\",\n \"display\": \"Lactose\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Alergi Laktosa\"\n },\n \"encounter\": {\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 31 Oktober 2023\",\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"id\": \"c12e723f-326d-453b-aa2a-ad14a3b0ad18\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/allergy/10000004\",\n \"use\": \"official\",\n \"value\": \"98457729\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-11-11T06:06:47.986176+00:00\",\n \"versionId\": \"MTY5OTY4MjgwNzk4NjE3NjAwMA\"\n },\n \"patient\": {\n \"display\": \"By. Ny. Smith\",\n \"reference\": \"Patient/P02029382690\"\n },\n \"recordedDate\": \"2023-10-31T09:35:10+00:00\",\n \"recorder\": {\n \"reference\": \"Practitioner/N10000001\"\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": "Medication - Create (for Request)",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"resourceType\": \"Medication\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001129\",\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS034\",\n \"display\": \"Larutan Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"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}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Medication",
"host": [
"{{base_url}}"
],
"path": [
"Medication"
]
}
},
"response": [
{
"name": "Medication - Create (for Request)",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"resourceType\": \"Medication\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n }\n ],\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/900001\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS034\",\n \"display\": \"Larutan Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"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}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Medication",
"host": [
"{{base_url}}"
],
"path": [
"Medication"
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "json",
"header": [
{
"key": "last-modified",
"value": "Sun, 19 Nov 2023 15:04:18 UTC"
},
{
"key": "etag",
"value": "W/\"MTcwMDQwNjI1ODU3ODc1NTAwMA\""
},
{
"key": "location",
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Medication/24fb0f70-5291-4a17-8113-51d132ed29f4/_history/MTcwMDQwNjI1ODU3ODc1NTAwMA"
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sun, 19 Nov 2023 15:04:18 GMT"
},
{
"key": "content-length",
"value": "1306"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "d6a1ce11-2d39-4021-8fb4-a8bbdb1a2e97"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
},
{
"key": "Alt-Svc",
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
}
],
"cookie": [],
"body": "{\n \"code\": {\n \"coding\": [\n {\n \"code\": \"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\": \"24fb0f70-5291-4a17-8113-51d132ed29f4\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000004\",\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/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-19T15:04:18.578755+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcwMDQwNjI1ODU3ODc1NTAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}"
}
]
},
{
"name": "MedicationRequest - Create",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"resourceType\": \"MedicationRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456788\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456788-1\"\n }\n ],\n \"status\": \"completed\",\n \"intent\": \"order\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/medicationrequest-category\",\n \"code\": \"inpatient\",\n \"display\": \"Inpatient\"\n }\n ]\n }\n ],\n \"priority\": \"routine\",\n \"medicationReference\": {\n \"reference\": \"Medication/24fb0f70-5291-4a17-8113-51d132ed29f4\",\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\"\n },\n \"subject\": {\n \"reference\": \"Patient/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/b576b8eb-b26c-43a1-81f0-8bea3f4ebc55\"\n },\n \"authoredOn\": \"2023-10-31T09:45:10+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\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\": \"2023-10-31T09:35:10+00:00\",\n \"end\": \"2023-11-01T09:35:10+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 \"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\": \"inpatient\",\n \"display\": \"Inpatient\"\n }\n ]\n }\n ],\n \"priority\": \"routine\",\n \"medicationReference\": {\n \"reference\": \"Medication/24fb0f70-5291-4a17-8113-51d132ed29f4\",\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\"\n },\n \"subject\": {\n \"reference\": \"Patient/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/b576b8eb-b26c-43a1-81f0-8bea3f4ebc55\"\n },\n \"authoredOn\": \"2023-10-31T09:45:10+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\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\": \"2023-10-31T09:35:10+00:00\",\n \"end\": \"2023-11-01T09:35:10+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-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/MedicationRequest/fd6585f3-0d5b-4abc-8b9e-911522731131/_history/MTcwMDQwNzU3ODg5MDY4MjAwMA"
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "etag",
"value": "W/\"MTcwMDQwNzU3ODg5MDY4MjAwMA\""
},
{
"key": "last-modified",
"value": "Sun, 19 Nov 2023 15:26:18 UTC"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sun, 19 Nov 2023 15:26:18 GMT"
},
{
"key": "content-length",
"value": "1955"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "14bc2386-f459-43d5-9a92-480146095f97"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
},
{
"key": "Alt-Svc",
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
}
],
"cookie": [],
"body": "{\n \"authoredOn\": \"2023-10-31T09:45:10+00:00\",\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"inpatient\",\n \"display\": \"Inpatient\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/medicationrequest-category\"\n }\n ]\n }\n ],\n \"dispenseRequest\": {\n \"dispenseInterval\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 1\n },\n \"numberOfRepeatsAllowed\": 0,\n \"performer\": {\n \"reference\": \"Organization/10000004\"\n },\n \"quantity\": {\n \"code\": \"413516001\",\n \"system\": \"http://snomed.info/sct\",\n \"unit\": \"Ampule - unit of product usage\",\n \"value\": 1\n },\n \"validityPeriod\": {\n \"end\": \"2023-11-01T09:35:10+00:00\",\n \"start\": \"2023-10-31T09:35:10+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/b576b8eb-b26c-43a1-81f0-8bea3f4ebc55\"\n },\n \"id\": \"fd6585f3-0d5b-4abc-8b9e-911522731131\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000004\",\n \"use\": \"official\",\n \"value\": \"123456788\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000004\",\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\": \"Medication/24fb0f70-5291-4a17-8113-51d132ed29f4\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-19T15:26:18.890682+00:00\",\n \"versionId\": \"MTcwMDQwNzU3ODg5MDY4MjAwMA\"\n },\n \"priority\": \"routine\",\n \"requester\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"resourceType\": \"MedicationRequest\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"By. Ny. Smith\",\n \"reference\": \"Patient/P02029382690\"\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\": \"2023-08-31T03:00: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"
]
}
},
"response": [
{
"name": "QuestionnaireResponse - Pengkajian Resep",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n\t\"resourceType\": \"QuestionnaireResponse\",\n\t\"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0007\",\n\t\"status\": \"completed\",\n\t\"subject\": {\n\t\t\"reference\": \"Patient/{{Patient_ID}}\",\n\t\t\"display\": \"{{Patient_Name}}\"\n\t},\n\t\"encounter\": {\n\t\t\"reference\": \"Encounter/{{Encounter_id}}\"\n\t},\n\t\"authored\": \"2023-08-31T03:00:00+00:00\",\n\t\"author\": {\n\t\t\"reference\": \"Practitioner/10009880728\",\n\t\t\"display\": \"Apoteker A\"\n\t},\n\t\"source\": {\n\t\t\"reference\": \"Patient/{{Patient_ID}}\"\n\t},\n\t\"item\": [\n\t\t{\n\t\t\t\"linkId\": \"1\",\n\t\t\t\"text\": \"Persyaratan Administrasi\",\n\t\t\t\"item\": [\n\t\t\t\t{\n\t\t\t\t\t\"linkId\": \"1.1\",\n\t\t\t\t\t\"text\": \"Apakah nama, umur, jenis kelamin, berat badan dan tinggi badan pasien sudah sesuai?\",\n\t\t\t\t\t\"answer\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"valueCoding\": {\n\t\t\t\t\t\t\t\t\"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n\t\t\t\t\t\t\t\t\"code\": \"OV000052\",\n\t\t\t\t\t\t\t\t\"display\": \"Sesuai\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t]\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"linkId\": \"1.2\",\n\t\t\t\t\t\"text\": \"Apakah nama, nomor ijin, alamat dan paraf dokter sudah sesuai?\",\n\t\t\t\t\t\"answer\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"valueCoding\": {\n\t\t\t\t\t\t\t\t\"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n\t\t\t\t\t\t\t\t\"code\": \"OV000052\",\n\t\t\t\t\t\t\t\t\"display\": \"Sesuai\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t]\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"linkId\": \"1.3\",\n\t\t\t\t\t\"text\": \"Apakah tanggal resep sudah sesuai?\",\n\t\t\t\t\t\"answer\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"valueCoding\": {\n\t\t\t\t\t\t\t\t\"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n\t\t\t\t\t\t\t\t\"code\": \"OV000052\",\n\t\t\t\t\t\t\t\t\"display\": \"Sesuai\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t]\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"linkId\": \"1.4\",\n\t\t\t\t\t\"text\": \"Apakah ruangan/unit asal resep sudah sesuai?\",\n\t\t\t\t\t\"answer\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"valueCoding\": {\n\t\t\t\t\t\t\t\t\"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n\t\t\t\t\t\t\t\t\"code\": \"OV000052\",\n\t\t\t\t\t\t\t\t\"display\": \"Sesuai\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t]\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"linkId\": \"2\",\n\t\t\t\t\t\"text\": \"Persyaratan Farmasetik\",\n\t\t\t\t\t\"item\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"linkId\": \"2.1\",\n\t\t\t\t\t\t\t\"text\": \"Apakah nama obat, bentuk dan kekuatan sediaan sudah sesuai?\",\n\t\t\t\t\t\t\t\"answer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"valueCoding\": {\n\t\t\t\t\t\t\t\t\t\t\"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n\t\t\t\t\t\t\t\t\t\t\"code\": \"OV000052\",\n\t\t\t\t\t\t\t\t\t\t\"display\": \"Sesuai\"\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"linkId\": \"2.2\",\n\t\t\t\t\t\t\t\"text\": \"Apakah dosis dan jumlah obat sudah sesuai?\",\n\t\t\t\t\t\t\t\"answer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"valueCoding\": {\n\t\t\t\t\t\t\t\t\t\t\"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n\t\t\t\t\t\t\t\t\t\t\"code\": \"OV000052\",\n\t\t\t\t\t\t\t\t\t\t\"display\": \"Sesuai\"\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"linkId\": \"2.3\",\n\t\t\t\t\t\t\t\"text\": \"Apakah stabilitas obat sudah sesuai?\",\n\t\t\t\t\t\t\t\"answer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"valueCoding\": {\n\t\t\t\t\t\t\t\t\t\t\"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n\t\t\t\t\t\t\t\t\t\t\"code\": \"OV000052\",\n\t\t\t\t\t\t\t\t\t\t\"display\": \"Sesuai\"\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"linkId\": \"2.4\",\n\t\t\t\t\t\t\t\"text\": \"Apakah aturan dan cara penggunaan obat sudah sesuai?\",\n\t\t\t\t\t\t\t\"answer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"valueCoding\": {\n\t\t\t\t\t\t\t\t\t\t\"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n\t\t\t\t\t\t\t\t\t\t\"code\": \"OV000052\",\n\t\t\t\t\t\t\t\t\t\t\"display\": \"Sesuai\"\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t}\n\t\t\t\t\t]\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"linkId\": \"3\",\n\t\t\t\t\t\"text\": \"Persyaratan Klinis\",\n\t\t\t\t\t\"item\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"linkId\": \"3.1\",\n\t\t\t\t\t\t\t\"text\": \"Apakah ketepatan indikasi, dosis, dan waktu penggunaan obat sudah sesuai?\",\n\t\t\t\t\t\t\t\"answer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"valueCoding\": {\n\t\t\t\t\t\t\t\t\t\t\"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n\t\t\t\t\t\t\t\t\t\t\"code\": \"OV000052\",\n\t\t\t\t\t\t\t\t\t\t\"display\": \"Sesuai\"\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"linkId\": \"3.2\",\n\t\t\t\t\t\t\t\"text\": \"Apakah terdapat duplikasi pengobatan?\",\n\t\t\t\t\t\t\t\"answer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"valueBoolean\": false\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"linkId\": \"3.3\",\n\t\t\t\t\t\t\t\"text\": \"Apakah terdapat alergi dan reaksi obat yang tidak dikehendaki (ROTD)?\",\n\t\t\t\t\t\t\t\"answer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"valueBoolean\": false\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"linkId\": \"3.4\",\n\t\t\t\t\t\t\t\"text\": \"Apakah terdapat kontraindikasi pengobatan?\",\n\t\t\t\t\t\t\t\"answer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"valueBoolean\": false\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"linkId\": \"3.5\",\n\t\t\t\t\t\t\t\"text\": \"Apakah terdapat dampak interaksi obat?\",\n\t\t\t\t\t\t\t\"answer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"valueBoolean\": false\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t}\n\t\t\t\t\t]\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"linkId\": \"4\",\n\t\t\t\t\t\"text\": \"Resep yang dilakukan pengkajian resep\",\n\t\t\t\t\t\"answer\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"valueReference\": {\n\t\t\t\t\t\t\t\t\"reference\": \"MedicationRequest/{{MedicationRequest_id}}\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t]\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/QuestionnaireResponse",
"host": [
"{{base_url}}"
],
"path": [
"QuestionnaireResponse"
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "json",
"header": [
{
"key": "last-modified",
"value": "Thu, 18 Apr 2024 05:44:53 UTC"
},
{
"key": "location",
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/QuestionnaireResponse/98d9e5c7-9d69-47e2-af0e-db119b9fee94/_history/MTcxMzQxOTA5MzEyODA2NDAwMA"
},
{
"key": "etag",
"value": "W/\"MTcxMzQxOTA5MzEyODA2NDAwMA\""
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "vary",
"value": "Origin,X-Origin,Referer"
},
{
"key": "date",
"value": "Thu, 18 Apr 2024 05:44:53 GMT"
},
{
"key": "Content-Length",
"value": "3190"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "a6f72e06-9393-4b57-b5cf-4e3e52151caf"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
},
{
"key": "Alt-Svc",
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
}
],
"cookie": [],
"body": "{\n \"author\": {\n \"display\": \"Apoteker A\",\n \"reference\": \"Practitioner/10009880728\"\n },\n \"authored\": \"2023-08-31T03:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/81888bcb-44ff-4504-bac4-7226e9a9a144\"\n },\n \"id\": \"ca97ab60-a3b0-42ed-a8af-aa0bf31e0bb2\",\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 \"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/0ec14685-c5b5-4b8e-9fed-08c6fa13e1e9\"\n }\n }\n ],\n \"linkId\": \"4\",\n \"text\": \"Resep yang dilakukan pengkajian resep\"\n }\n ],\n \"linkId\": \"1\",\n \"text\": \"Persyaratan Administrasi\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-10-04T04:08:16.989696+00:00\",\n \"versionId\": \"MTcyODAxNDg5Njk4OTY5NjAwMA\"\n },\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0007\",\n \"resourceType\": \"QuestionnaireResponse\",\n \"source\": {\n \"reference\": \"Patient/P00883356749\"\n },\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Patient B\",\n \"reference\": \"Patient/P00883356749\"\n }\n}"
}
]
},
{
"name": "Medication - Create (for Dispense)",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"resourceType\": \"Medication\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n }\n ],\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/900001\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS034\",\n \"display\": \"Larutan Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"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}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Medication",
"host": [
"{{base_url}}"
],
"path": [
"Medication"
]
}
},
"response": [
{
"name": "Medication - Create (for Dispense)",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"resourceType\": \"Medication\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n }\n ],\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/900001\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS034\",\n \"display\": \"Larutan Injeksi\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"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}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Medication",
"host": [
"{{base_url}}"
],
"path": [
"Medication"
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "json",
"header": [
{
"key": "etag",
"value": "W/\"MTcwMDQwNjk1Nzg3MzIyMTAwMA\""
},
{
"key": "location",
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Medication/1131e978-507e-412b-8c2e-00aef82834f2/_history/MTcwMDQwNjk1Nzg3MzIyMTAwMA"
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "last-modified",
"value": "Sun, 19 Nov 2023 15:15:57 UTC"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sun, 19 Nov 2023 15:15:57 GMT"
},
{
"key": "content-length",
"value": "1368"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "572f321d-23bb-4103-b363-d02cff87ad79"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
},
{
"key": "Alt-Svc",
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
}
],
"cookie": [],
"body": "{\n \"batch\": {\n \"expirationDate\": \"2025-07-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\": \"1131e978-507e-412b-8c2e-00aef82834f2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000004\",\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/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-19T15:15:57.873221+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcwMDQwNjk1Nzg3MzIyMTAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}"
}
]
},
{
"name": "MedicationDispense - Create",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"resourceType\": \"MedicationDispense\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"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\": \"inpatient\",\n \"display\": \"Inpatient\"\n }\n ]\n },\n \"medicationReference\": {\n \"reference\": \"Medication/1131e978-507e-412b-8c2e-00aef82834f2\",\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\" \n },\n \"subject\": {\n \"reference\": \"Patient/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"context\": {\n \"reference\": \"Encounter/b576b8eb-b26c-43a1-81f0-8bea3f4ebc55\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/52e135eb-1956-4871-ba13-e833e662484d\",\n \"display\": \"Apotek Puskesmas Sangat Waras\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/fd6585f3-0d5b-4abc-8b9e-911522731131\"\n }\n ],\n \"quantity\": {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\",\n \"value\": 1\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2023-10-31T09:55:10+00:00\",\n \"whenHandedOver\": \"2023-10-31T10:15:10+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 \"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\": \"inpatient\",\n \"display\": \"Inpatient\"\n }\n ]\n },\n \"medicationReference\": {\n \"reference\": \"Medication/1131e978-507e-412b-8c2e-00aef82834f2\",\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\" \n },\n \"subject\": {\n \"reference\": \"Patient/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"context\": {\n \"reference\": \"Encounter/b576b8eb-b26c-43a1-81f0-8bea3f4ebc55\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/52e135eb-1956-4871-ba13-e833e662484d\",\n \"display\": \"Apotek Puskesmas Sangat Waras\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/fd6585f3-0d5b-4abc-8b9e-911522731131\"\n }\n ],\n \"quantity\": {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"413516001\",\n \"value\": 1\n },\n \"daysSupply\": {\n \"value\": 1,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2023-10-31T09:55:10+00:00\",\n \"whenHandedOver\": \"2023-10-31T10:15:10+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": "location",
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/MedicationDispense/6c3669d7-700e-4c06-aaf9-1402f28e8b9e/_history/MTcwMDQwNzcyNjYyODA5MTAwMA"
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "last-modified",
"value": "Sun, 19 Nov 2023 15:28:46 UTC"
},
{
"key": "etag",
"value": "W/\"MTcwMDQwNzcyNjYyODA5MTAwMA\""
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sun, 19 Nov 2023 15:28:46 GMT"
},
{
"key": "content-length",
"value": "1961"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "333c3d59-03b2-404a-a14c-7263877d967b"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-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/fd6585f3-0d5b-4abc-8b9e-911522731131\"\n }\n ],\n \"category\": {\n \"coding\": [\n {\n \"code\": \"inpatient\",\n \"display\": \"Inpatient\",\n \"system\": \"http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category\"\n }\n ]\n },\n \"context\": {\n \"reference\": \"Encounter/b576b8eb-b26c-43a1-81f0-8bea3f4ebc55\"\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\": \"6c3669d7-700e-4c06-aaf9-1402f28e8b9e\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000004\",\n \"use\": \"official\",\n \"value\": \"123456788\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000004\",\n \"use\": \"official\",\n \"value\": \"123456788-1\"\n }\n ],\n \"location\": {\n \"display\": \"Apotek Puskesmas Sangat Waras\",\n \"reference\": \"Location/52e135eb-1956-4871-ba13-e833e662484d\"\n },\n \"medicationReference\": {\n \"display\": \"Phytomenadione / Vitamin K1 10 mg/mL Injeksi (PHAPROS)\",\n \"reference\": \"Medication/1131e978-507e-412b-8c2e-00aef82834f2\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-19T15:28:46.628091+00:00\",\n \"versionId\": \"MTcwMDQwNzcyNjYyODA5MTAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"413516001\",\n \"system\": \"http://snomed.info/sct\",\n \"value\": 1\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"By. Ny. Smith\",\n \"reference\": \"Patient/P02029382690\"\n },\n \"whenHandedOver\": \"2023-10-31T10:15:10+00:00\",\n \"whenPrepared\": \"2023-10-31T09:55:10+00:00\"\n}"
}
]
}
]
}
]
},
{
"name": "08. Kondisi Meninggalkan RS",
"item": [
{
"name": "Kondisi Ibu",
"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/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\",\n \"display\": \"Kunjungan Jane Smith di hari Selasa, 31 Oktober 2023\"\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/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\",\n \"display\": \"Kunjungan Jane Smith di hari Selasa, 31 Oktober 2023\"\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Condition",
"host": [
"{{base_url}}"
],
"path": [
"Condition"
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "json",
"header": [
{
"key": "location",
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/81af691d-27d8-4f7b-9ea9-c2d27012274d/_history/MTY5OTY4MzA2ODcxMDQ3MzAwMA"
},
{
"key": "etag",
"value": "W/\"MTY5OTY4MzA2ODcxMDQ3MzAwMA\""
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "last-modified",
"value": "Sat, 11 Nov 2023 06:11:08 UTC"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sat, 11 Nov 2023 06:11:08 GMT"
},
{
"key": "content-length",
"value": "799"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "61257152-96d0-4d68-a45d-3a516dc5a945"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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 Jane Smith di hari Selasa, 31 Oktober 2023\",\n \"reference\": \"Encounter/9d017ac3-44a4-49c7-82a0-ea29081eab9e\"\n },\n \"id\": \"81af691d-27d8-4f7b-9ea9-c2d27012274d\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2023-11-11T06:11:08.710473+00:00\",\n \"versionId\": \"MTY5OTY4MzA2ODcxMDQ3MzAwMA\"\n },\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n }\n}"
}
]
}
]
},
{
"name": "Kondisi Bayi",
"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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 31 Oktober 2023\"\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/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 31 Oktober 2023\"\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Condition",
"host": [
"{{base_url}}"
],
"path": [
"Condition"
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "json",
"header": [
{
"key": "content-type",
"value": "application/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/d41907e3-8420-45b3-bb60-dc63278312d4/_history/MTY5OTY4MzA4ODg0MzUxNTAwMA"
},
{
"key": "last-modified",
"value": "Sat, 11 Nov 2023 06:11:28 UTC"
},
{
"key": "etag",
"value": "W/\"MTY5OTY4MzA4ODg0MzUxNTAwMA\""
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sat, 11 Nov 2023 06:11:28 GMT"
},
{
"key": "content-length",
"value": "802"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "ec8f56b9-0dac-48e5-9cbb-ba416a24fec2"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-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, 31 Oktober 2023\",\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"id\": \"d41907e3-8420-45b3-bb60-dc63278312d4\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2023-11-11T06:11:28.843515+00:00\",\n \"versionId\": \"MTY5OTY4MzA4ODg0MzUxNTAwMA\"\n },\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"By. Ny. Smith\",\n \"reference\": \"Patient/P02029382690\"\n }\n}"
}
]
}
]
}
]
},
{
"name": "09. Cara Keluar RS",
"item": [
{
"name": "Ibu",
"item": [
{
"name": "Encounter - Update (Pulang dan Kontrol Kembali) - Ibu",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter_uuid}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"P20240001\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_uuid}}\"\n }\n ],\n \"status\": \"finished\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"IMP\",\n \"display\": \"inpatient encounter\"\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-10-31T00:00:00+00:00\",\n \"end\": \"2023-10-31T08:00:10+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/f4d54b69-4425-4ff2-a0ab-faffd8e3de77\",\n \"display\": \"Ruang INC, Rawat INC, Layanan INC\"\n },\n \"period\": {\n \"start\": \"2023-10-31T00:00:00+00:00\",\n \"end\": \"2023-10-31T00:30:10+00:00\"\n }\n },\n {\n \"location\": {\n \"reference\": \"Location/fca60c53-c798-4350-ba94-859fb79ac7c7\",\n \"display\": \"Bed INC, Ruang INC, Rawat INC, Layanan INC\"\n },\n \"period\": {\n \"start\": \"2023-10-31T00:30:10+00:00\",\n \"end\": \"2023-10-31T08:00:10+00:00\"\n }\n }\n ],\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/3137a681-8feb-451b-839d-6eac4080e679\",\n \"display\": \"Moderate Pre-Eclampsia\"\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/056db47c-6606-40f2-a6f3-98f109e6e5c8\",\n \"display\": \"Assisted single delivery, unspecified\"\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 \"condition\": {\n \"reference\": \"Condition/a07dd204-74a8-4054-9f86-489ca60735a7\",\n \"display\": \"Single Live Birth\"\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\": 3\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-10-31T00:00:00+00:00\",\n \"end\": \"2023-10-31T00:30:10+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-10-31T00:30:10+00:00\",\n \"end\": \"2023-10-31T08:00:10+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-10-31T08:00:10+00:00\",\n \"end\": \"2023-10-31T08:00:10+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\"\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_uuid}}"
}
]
}
},
"response": [
{
"name": "Encounter - Update (Pulang dan Kontrol Kembali) - Ibu",
"originalRequest": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter_uuid}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"P20240001\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_uuid}}\"\n }\n ],\n \"status\": \"finished\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"IMP\",\n \"display\": \"inpatient encounter\"\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-10-31T00:00:00+00:00\",\n \"end\": \"2023-10-31T08:00:10+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/f4d54b69-4425-4ff2-a0ab-faffd8e3de77\",\n \"display\": \"Ruang INC, Rawat INC, Layanan INC\"\n },\n \"period\": {\n \"start\": \"2023-10-31T00:00:00+00:00\",\n \"end\": \"2023-10-31T00:30:10+00:00\"\n }\n },\n {\n \"location\": {\n \"reference\": \"Location/fca60c53-c798-4350-ba94-859fb79ac7c7\",\n \"display\": \"Bed INC, Ruang INC, Rawat INC, Layanan INC\"\n },\n \"period\": {\n \"start\": \"2023-10-31T00:30:10+00:00\",\n \"end\": \"2023-10-31T08:00:10+00:00\"\n }\n }\n ],\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/3137a681-8feb-451b-839d-6eac4080e679\",\n \"display\": \"Moderate Pre-Eclampsia\"\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/056db47c-6606-40f2-a6f3-98f109e6e5c8\",\n \"display\": \"Assisted single delivery, unspecified\"\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 \"condition\": {\n \"reference\": \"Condition/a07dd204-74a8-4054-9f86-489ca60735a7\",\n \"display\": \"Single Live Birth\"\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\": 3\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-10-31T00:00:00+00:00\",\n \"end\": \"2023-10-31T00:30:10+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-10-31T00:30:10+00:00\",\n \"end\": \"2023-10-31T08:00:10+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-10-31T08:00:10+00:00\",\n \"end\": \"2023-10-31T08:00:10+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\"\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_uuid}}"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "location",
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Encounter/9d017ac3-44a4-49c7-82a0-ea29081eab9e/_history/MTcwNjMyMDMxODM3Njk5OTAwMA"
},
{
"key": "last-modified",
"value": "Sat, 27 Jan 2024 01:51:58 UTC"
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "etag",
"value": "W/\"MTcwNjMyMDMxODM3Njk5OTAwMA\""
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sat, 27 Jan 2024 01:51:58 GMT"
},
{
"key": "content-length",
"value": "2733"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "a3318702-32f6-44bd-bc51-57ce580a3715"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
},
{
"key": "Alt-Svc",
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
}
],
"cookie": [],
"body": "{\n \"class\": {\n \"code\": \"IMP\",\n \"display\": \"inpatient encounter\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"diagnosis\": [\n {\n \"condition\": {\n \"display\": \"Moderate Pre-Eclampsia\",\n \"reference\": \"Condition/3137a681-8feb-451b-839d-6eac4080e679\"\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\": \"Assisted single delivery, unspecified\",\n \"reference\": \"Condition/056db47c-6606-40f2-a6f3-98f109e6e5c8\"\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 \"condition\": {\n \"display\": \"Single Live Birth\",\n \"reference\": \"Condition/a07dd204-74a8-4054-9f86-489ca60735a7\"\n },\n \"rank\": 3,\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/dd9937f7-d17f-4033-9cda-b6a1d59e5c29\"\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\"\n }\n },\n \"id\": \"9d017ac3-44a4-49c7-82a0-ea29081eab9e\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000004\",\n \"value\": \"P20240001\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/creator\",\n \"value\": \"10000004\"\n }\n ],\n \"location\": [\n {\n \"location\": {\n \"display\": \"Ruang INC, Rawat INC, Layanan INC\",\n \"reference\": \"Location/f4d54b69-4425-4ff2-a0ab-faffd8e3de77\"\n },\n \"period\": {\n \"end\": \"2023-10-31T00:30:10+00:00\",\n \"start\": \"2023-10-31T00:00:00+00:00\"\n }\n },\n {\n \"location\": {\n \"display\": \"Bed INC, Ruang INC, Rawat INC, Layanan INC\",\n \"reference\": \"Location/fca60c53-c798-4350-ba94-859fb79ac7c7\"\n },\n \"period\": {\n \"end\": \"2023-10-31T08:00:10+00:00\",\n \"start\": \"2023-10-31T00:30:10+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-01-27T01:51:58.376999+00:00\",\n \"versionId\": \"MTcwNjMyMDMxODM3Njk5OTAwMA\"\n },\n \"participant\": [\n {\n \"individual\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"ATND\",\n \"display\": \"attender\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\"\n }\n ]\n }\n ]\n }\n ],\n \"period\": {\n \"end\": \"2023-10-31T08:00:10+00:00\",\n \"start\": \"2023-10-31T00:00:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000004\"\n },\n \"status\": \"finished\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-10-31T00:30:10+00:00\",\n \"start\": \"2023-10-31T00:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"end\": \"2023-10-31T08:00:10+00:00\",\n \"start\": \"2023-10-31T00:30:10+00:00\"\n },\n \"status\": \"in-progress\"\n },\n {\n \"period\": {\n \"end\": \"2023-10-31T08:00:10+00:00\",\n \"start\": \"2023-10-31T08:00:10+00:00\"\n },\n \"status\": \"finished\"\n }\n ],\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n }\n}"
}
]
},
{
"name": "ServiceRequest - Follow Up Visit",
"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\": \"185389009\",\n \"display\": \"Follow-up visit (procedure)\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"185389009\",\n \"display\": \"Follow-up visit (procedure)\"\n }\n ],\n \"text\": \"Pemeriksaan lanjutan pasca melahirkan\"\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\",\n \"display\": \"Kunjungan Melahirkan Jane Smith di hari Selasa, 31 Oktober 2023\"\n },\n \"occurrenceDateTime\": \"2022-06-15T08:00:10+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"O14.0\",\n \"display\": \"Moderate Pre-Eclampsia\"\n }\n ],\n \"text\": \"Pemeriksaan lanjutan Pre-Eklampsia pasca melahirkan\"\n }\n ],\n \"patientInstruction\": \"Pemeriksaan lanjutan Pre-Eklampsia pasca melahirkan\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/ServiceRequest",
"host": [
"{{base_url}}"
],
"path": [
"ServiceRequest"
]
}
},
"response": [
{
"name": "ServiceRequest - Follow Up Visit",
"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\": \"185389009\",\n \"display\": \"Follow-up visit (procedure)\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"185389009\",\n \"display\": \"Follow-up visit (procedure)\"\n }\n ],\n \"text\": \"Pemeriksaan lanjutan pasca melahirkan\"\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\",\n \"display\": \"Kunjungan Melahirkan Jane Smith di hari Selasa, 31 Oktober 2023\"\n },\n \"occurrenceDateTime\": \"2022-06-15T08:00:10+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"O14.0\",\n \"display\": \"Moderate Pre-Eclampsia\"\n }\n ],\n \"text\": \"Pemeriksaan lanjutan Pre-Eklampsia pasca melahirkan\"\n }\n ],\n \"patientInstruction\": \"Pemeriksaan lanjutan Pre-Eklampsia pasca melahirkan\"\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/\"MTY4MDE0NzM4NDQwMDgwMDAwMA\""
},
{
"key": "content-type",
"value": "application/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/151c71c9-baa5-4210-a34e-bfbc4b7ed138/_history/MTY4MDE0NzM4NDQwMDgwMDAwMA"
},
{
"key": "last-modified",
"value": "Thu, 30 Mar 2023 03:36:24 UTC"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Thu, 30 Mar 2023 03:36:24 GMT"
},
{
"key": "content-length",
"value": "1271"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "de722cbd-f92b-45c0-a882-6c4b563f39b6"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
},
{
"key": "Alt-Svc",
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
}
],
"cookie": [],
"body": "{\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"185389009\",\n \"display\": \"Follow-up visit (procedure)\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"185389009\",\n \"display\": \"Follow-up visit (procedure)\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Pemeriksaan lanjutan pasca melahirkan\"\n },\n \"encounter\": {\n \"display\": \"Kunjungan Melahirkan Jane Smith di hari Selasa, 31 Oktober 2023\",\n \"reference\": \"Encounter/9d017ac3-44a4-49c7-82a0-ea29081eab9e\"\n },\n \"id\": \"151c71c9-baa5-4210-a34e-bfbc4b7ed138\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/10000004\",\n \"value\": \"00001\"\n }\n ],\n \"intent\": \"original-order\",\n \"meta\": {\n \"lastUpdated\": \"2023-03-30T03:36:24.400800+00:00\",\n \"versionId\": \"MTY4MDE0NzM4NDQwMDgwMDAwMA\"\n },\n \"occurrenceDateTime\": \"2022-06-15T08:00:10+00:00\",\n \"patientInstruction\": \"Pemeriksaan lanjutan Pre-Eklampsia pasca melahirkan\",\n \"performer\": [\n {\n \"display\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\n }\n ],\n \"priority\": \"routine\",\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"O14.0\",\n \"display\": \"Moderate Pre-Eclampsia\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ],\n \"text\": \"Pemeriksaan lanjutan Pre-Eklampsia pasca melahirkan\"\n }\n ],\n \"requester\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"resourceType\": \"ServiceRequest\",\n \"status\": \"active\",\n \"subject\": {\n \"reference\": \"Patient/100000030006\"\n }\n}"
}
]
},
{
"name": "Location - Bed INC",
"protocolProfileBehavior": {
"disabledSystemHeaders": {
"content-type": true
}
},
"request": {
"method": "PATCH",
"header": [
{
"key": "Content-Type",
"value": "application/json-patch+json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "[\n {\n \"op\": \"replace\",\n \"path\": \"/operationalStatus/code\",\n \"value\": \"U\"\n },\n {\n \"op\": \"replace\",\n \"path\": \"/operationalStatus/display\",\n \"value\": \"Unoccupied\"\n }\n]",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Location/:id",
"host": [
"{{base_url}}"
],
"path": [
"Location",
":id"
],
"variable": [
{
"key": "id",
"value": "fca60c53-c798-4350-ba94-859fb79ac7c7"
}
]
}
},
"response": [
{
"name": "Location - Bed INC",
"originalRequest": {
"method": "PATCH",
"header": [
{
"key": "Content-Type",
"value": "application/json-patch+json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "[\n {\n \"op\": \"replace\",\n \"path\": \"/operationalStatus/code\",\n \"value\": \"U\"\n },\n {\n \"op\": \"replace\",\n \"path\": \"/operationalStatus/display\",\n \"value\": \"Unoccupied\"\n }\n]",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/Location/:id",
"host": [
"{{base_url}}"
],
"path": [
"Location",
":id"
],
"variable": [
{
"key": "id",
"value": "fca60c53-c798-4350-ba94-859fb79ac7c7"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "last-modified",
"value": "Mon, 13 Nov 2023 10:25:33 UTC"
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "etag",
"value": "W/\"MTY5OTg3MTEzMzY5NzY5MDAwMA\""
},
{
"key": "location",
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Location/fca60c53-c798-4350-ba94-859fb79ac7c7/_history/MTY5OTg3MTEzMzY5NzY5MDAwMA"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Mon, 13 Nov 2023 10:25:33 GMT"
},
{
"key": "content-length",
"value": "1349"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "4a500323-a133-4fc9-b714-d5bcfcdacd44"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
},
{
"key": "Alt-Svc",
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
}
],
"cookie": [],
"body": "{\n \"description\": \"Bed INC, Ruang INC, Rawat INC, Layanan INC, Lantai 2, Gedung Utama\",\n \"id\": \"fca60c53-c798-4350-ba94-859fb79ac7c7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000004\",\n \"use\": \"official\",\n \"value\": \"SW-KIA-INC\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/0db06dbf-6f01-4c3c-92db-66e021b81fe7\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-13T10:25:33.697690+00:00\",\n \"versionId\": \"MTY5OTg3MTEzMzY5NzY5MDAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Bed INC, Ruang INC, Rawat INC, Layanan INC\",\n \"operationalStatus\": {\n \"code\": \"U\",\n \"display\": \"Unoccupied\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0116\"\n },\n \"partOf\": {\n \"display\": \"Ruang INC, Departemen KIA, Lantai 2, Gedung Utama\",\n \"reference\": \"Location/f4d54b69-4425-4ff2-a0ab-faffd8e3de77\"\n },\n \"physicalType\": {\n \"coding\": [\n {\n \"code\": \"bd\",\n \"display\": \"Bed\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/location-physical-type\"\n }\n ]\n },\n \"position\": {\n \"altitude\": 0,\n \"latitude\": 106.83239885393944,\n \"longitude\": -6.23115426275766\n },\n \"resourceType\": \"Location\",\n \"status\": \"active\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-14045\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[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\": \"RT0004\",\n \"display\": \"Tempat Tidur\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/location-type\"\n }\n ]\n }\n ]\n}"
}
]
}
]
},
{
"name": "Bayi",
"item": [
{
"name": "Encounter - Update (Pulang dan Kontrol Kembali) - Bayi",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"f53e1a35-516d-4ef6-a5a0-7176652d8526\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"P20240001\"\n }\n ],\n \"status\": \"finished\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"IMP\",\n \"display\": \"inpatient encounter\"\n },\n \"subject\": {\n \"reference\": \"Patient/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-10-31T08:30:10+00:00\",\n \"end\": \"2023-10-31T11:00:10+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/fca60c53-c798-4350-ba94-859fb79ac7c7\",\n \"display\": \"Bed INC, Ruang INC, Rawat INC, Layanan INC\"\n },\n \"period\": {\n \"start\": \"2023-10-31T08:00:10+00:00\",\n \"end\": \"2023-10-31T10:00:10+00:00\"\n }\n } \n ],\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/fa52be7d-3f4b-45bd-85ab-6b4e1ed6a353\",\n \"display\": \"Mild and moderate birth asphyxia\"\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/d166d71d-21f7-4e90-8d5e-a254b9eac3b5\",\n \"display\": \"Exceptionally large baby\"\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 \"condition\": {\n \"reference\": \"Condition/94cd157b-b010-4426-b390-af25b195259a\",\n \"display\": \"Singleton, born in hospital\"\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\": 3\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-10-31T08:30:10+00:00\",\n \"end\": \"2023-10-31T10:00:10+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-10-31T08:00:10+00:00\",\n \"end\": \"2023-10-31T10:00:10+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\"\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": "f53e1a35-516d-4ef6-a5a0-7176652d8526"
}
]
}
},
"response": [
{
"name": "Encounter - Update (Pulang dan Kontrol Kembali) - Bayi",
"originalRequest": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"f53e1a35-516d-4ef6-a5a0-7176652d8526\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"P20240001\"\n }\n ],\n \"status\": \"finished\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"IMP\",\n \"display\": \"inpatient encounter\"\n },\n \"subject\": {\n \"reference\": \"Patient/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-10-31T08:30:10+00:00\",\n \"end\": \"2023-10-31T11:00:10+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/fca60c53-c798-4350-ba94-859fb79ac7c7\",\n \"display\": \"Bed INC, Ruang INC, Rawat INC, Layanan INC\"\n },\n \"period\": {\n \"start\": \"2023-10-31T08:00:10+00:00\",\n \"end\": \"2023-10-31T10:00:10+00:00\"\n }\n } \n ],\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/fa52be7d-3f4b-45bd-85ab-6b4e1ed6a353\",\n \"display\": \"Mild and moderate birth asphyxia\"\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/d166d71d-21f7-4e90-8d5e-a254b9eac3b5\",\n \"display\": \"Exceptionally large baby\"\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 \"condition\": {\n \"reference\": \"Condition/94cd157b-b010-4426-b390-af25b195259a\",\n \"display\": \"Singleton, born in hospital\"\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\": 3\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-10-31T08:30:10+00:00\",\n \"end\": \"2023-10-31T10:00:10+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-10-31T08:00:10+00:00\",\n \"end\": \"2023-10-31T10:00:10+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\"\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": "f53e1a35-516d-4ef6-a5a0-7176652d8526"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "etag",
"value": "W/\"MTY5OTY4MzI5NDgyNTAzNDAwMA\""
},
{
"key": "last-modified",
"value": "Sat, 11 Nov 2023 06:14:54 UTC"
},
{
"key": "location",
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526/_history/MTY5OTY4MzI5NDgyNTAzNDAwMA"
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sat, 11 Nov 2023 06:14:54 GMT"
},
{
"key": "content-length",
"value": "2292"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "713af599-681c-4746-99e1-319731e2d7e4"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
},
{
"key": "Alt-Svc",
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
}
],
"cookie": [],
"body": "{\n \"class\": {\n \"code\": \"IMP\",\n \"display\": \"inpatient encounter\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"diagnosis\": [\n {\n \"condition\": {\n \"display\": \"Mild and moderate birth asphyxia\",\n \"reference\": \"Condition/fa52be7d-3f4b-45bd-85ab-6b4e1ed6a353\"\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\": \"Exceptionally large baby\",\n \"reference\": \"Condition/d166d71d-21f7-4e90-8d5e-a254b9eac3b5\"\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 \"condition\": {\n \"display\": \"Singleton, born in hospital\",\n \"reference\": \"Condition/94cd157b-b010-4426-b390-af25b195259a\"\n },\n \"rank\": 3,\n \"use\": {\n \"coding\": [\n {\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\"\n }\n ]\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"code\": \"home\",\n \"display\": \"Home\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\"\n }\n ],\n \"text\": \"Anjuran dokter untuk pulang dan kontrol kembali\"\n }\n },\n \"id\": \"f53e1a35-516d-4ef6-a5a0-7176652d8526\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000004\",\n \"value\": \"P20240001\"\n }\n ],\n \"location\": [\n {\n \"location\": {\n \"display\": \"Bed INC, Ruang INC, Rawat INC, Layanan INC\",\n \"reference\": \"Location/fca60c53-c798-4350-ba94-859fb79ac7c7\"\n },\n \"period\": {\n \"end\": \"2023-10-31T10:00:10+00:00\",\n \"start\": \"2023-10-31T08:00:10+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-11-11T06:14:54.825034+00:00\",\n \"versionId\": \"MTY5OTY4MzI5NDgyNTAzNDAwMA\"\n },\n \"participant\": [\n {\n \"individual\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"ATND\",\n \"display\": \"attender\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\"\n }\n ]\n }\n ]\n }\n ],\n \"period\": {\n \"end\": \"2023-10-31T11:00:10+00:00\",\n \"start\": \"2023-10-31T08:30:10+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000004\"\n },\n \"status\": \"finished\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-10-31T10:00:10+00:00\",\n \"start\": \"2023-10-31T08:30:10+00:00\"\n },\n \"status\": \"in-progress\"\n },\n {\n \"period\": {\n \"end\": \"2023-10-31T10:00:10+00:00\",\n \"start\": \"2023-10-31T08:00:10+00:00\"\n },\n \"status\": \"finished\"\n }\n ],\n \"subject\": {\n \"display\": \"By. Ny. Smith\",\n \"reference\": \"Patient/P02029382690\"\n }\n}"
}
]
},
{
"name": "ServiceRequest - Follow Up Visit",
"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\": \"185389009\",\n \"display\": \"Follow-up visit (procedure)\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"185389009\",\n \"display\": \"Follow-up visit (procedure)\"\n }\n ],\n \"text\": \"Pemeriksaan lanjutan pasaca lahir\"\n },\n \"subject\": {\n \"reference\": \"Patient/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 31 Oktober 2023\"\n },\n \"occurrenceDateTime\": \"2023-10-31T10:00:10+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\",\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 Mild and moderate birth asphyxia pasaca lahir\"\n }\n ],\n \"patientInstruction\": \"Pemeriksaan lanjutan Mild and moderate birth asphyxia pasca lahir\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/ServiceRequest",
"host": [
"{{base_url}}"
],
"path": [
"ServiceRequest"
]
}
},
"response": [
{
"name": "ServiceRequest - Follow Up Visit",
"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\": \"185389009\",\n \"display\": \"Follow-up visit (procedure)\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"185389009\",\n \"display\": \"Follow-up visit (procedure)\"\n }\n ],\n \"text\": \"Pemeriksaan lanjutan pasaca lahir\"\n },\n \"subject\": {\n \"reference\": \"Patient/P02029382690\",\n \"display\": \"By. Ny. Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\",\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 31 Oktober 2023\"\n },\n \"occurrenceDateTime\": \"2023-10-31T10:00:10+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\",\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 Mild and moderate birth asphyxia pasaca lahir\"\n }\n ],\n \"patientInstruction\": \"Pemeriksaan lanjutan Mild and moderate birth asphyxia pasca lahir\"\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": "Sat, 11 Nov 2023 06:15:29 UTC"
},
{
"key": "location",
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/ServiceRequest/d2b115aa-d1c4-4c89-a531-2025d48f1d74/_history/MTY5OTY4MzMyOTY3MzkwMjAwMA"
},
{
"key": "etag",
"value": "W/\"MTY5OTY4MzMyOTY3MzkwMjAwMA\""
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Sat, 11 Nov 2023 06:15:29 GMT"
},
{
"key": "content-length",
"value": "1324"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "b7ca4391-9463-4df5-8445-d9c7c3e59df2"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
},
{
"key": "Alt-Svc",
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
}
],
"cookie": [],
"body": "{\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"185389009\",\n \"display\": \"Follow-up visit (procedure)\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"185389009\",\n \"display\": \"Follow-up visit (procedure)\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Pemeriksaan lanjutan pasaca lahir\"\n },\n \"encounter\": {\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 31 Oktober 2023\",\n \"reference\": \"Encounter/f53e1a35-516d-4ef6-a5a0-7176652d8526\"\n },\n \"id\": \"d2b115aa-d1c4-4c89-a531-2025d48f1d74\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/10000004\",\n \"value\": \"00001\"\n }\n ],\n \"intent\": \"original-order\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-11T06:15:29.673902+00:00\",\n \"versionId\": \"MTY5OTY4MzMyOTY3MzkwMjAwMA\"\n },\n \"occurrenceDateTime\": \"2023-10-31T10:00:10+00:00\",\n \"patientInstruction\": \"Pemeriksaan lanjutan Mild and moderate birth asphyxia pasca lahir\",\n \"performer\": [\n {\n \"display\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\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 Mild and moderate birth asphyxia pasaca lahir\"\n }\n ],\n \"requester\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"resourceType\": \"ServiceRequest\",\n \"status\": \"active\",\n \"subject\": {\n \"display\": \"By. Ny. Smith\",\n \"reference\": \"Patient/P02029382690\"\n }\n}"
}
]
}
]
}
]
},
{
"name": "Bundle INC Ibu",
"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:6c4915d4-a8d9-4b36-a58c-055ce6a5035f\",\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\": \"P202470405\"\r\n }\r\n ],\r\n \"status\": \"finished\",\r\n \"class\": {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\r\n \"code\": \"IMP\",\r\n \"display\": \"inpatient encounter\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/100000030006\",\r\n \"display\": \"Jane Smith\"\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/N10000001\",\r\n \"display\": \"Dokter Bronsig\"\r\n }\r\n }\r\n ],\r\n \"period\": {\r\n \"start\": \"2023-10-31T00:00:00+00:00\",\r\n \"end\": \"2023-10-31T08:00:10+00:00\"\r\n },\r\n \"location\": [\r\n {\r\n \"location\": {\r\n \"reference\": \"Location/f4d54b69-4425-4ff2-a0ab-faffd8e3de77\",\r\n \"display\": \"Ruang INC, Rawat INC, Layanan INC\"\r\n },\r\n \"period\": {\r\n \"start\": \"2023-10-31T00:00:00+00:00\",\r\n \"end\": \"2023-10-31T00:30:10+00:00\"\r\n }\r\n },\r\n {\r\n \"location\": {\r\n \"reference\": \"Location/fca60c53-c798-4350-ba94-859fb79ac7c7\",\r\n \"display\": \"Bed INC, Ruang INC, Rawat INC, Layanan INC\"\r\n },\r\n \"period\": {\r\n \"start\": \"2023-10-31T00:30:10+00:00\",\r\n \"end\": \"2023-10-31T08:00:10+00:00\"\r\n }\r\n }\r\n ],\r\n \"diagnosis\": [\r\n {\r\n \"condition\": {\r\n \"reference\": \"Condition/ec0353ec-22ca-4360-9445-89a05a5cf566\",\r\n \"display\": \"Moderate Pre-Eclampsia\"\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\": \"Condition/30ff16d1-a22e-4707-a518-5fb60f330fae\",\r\n \"display\": \"Assisted single delivery, unspecified\"\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 \"condition\": {\r\n \"reference\": \"Condition/32e881ca-1f2d-4215-9634-e82d8b56a29b\",\r\n \"display\": \"Single Live Birth\"\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\": 3\r\n }\r\n ],\r\n \"statusHistory\": [\r\n {\r\n \"status\": \"arrived\",\r\n \"period\": {\r\n \"start\": \"2023-10-31T00:00:00+00:00\",\r\n \"end\": \"2023-10-31T00:30:10+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"in-progress\",\r\n \"period\": {\r\n \"start\": \"2023-10-31T00:30:10+00:00\",\r\n \"end\": \"2023-10-31T08:00:10+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"finished\",\r\n \"period\": {\r\n \"start\": \"2022-06-15T08:00:10+00:00\",\r\n \"end\": \"2022-06-15T08:00:10+00:00\"\r\n }\r\n }\r\n ],\r\n \"hospitalization\": {\r\n \"dischargeDisposition\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\r\n \"code\": \"home\",\r\n \"display\": \"Home\"\r\n }\r\n ],\r\n \"text\": \"Anjuran dokter untuk pulang dan kontrol kembali\"\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:ec0353ec-22ca-4360-9445-89a05a5cf566\",\r\n \"resource\": {\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"code\": \"encounter-diagnosis\",\r\n \"display\": \"Encounter Diagnosis\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"clinicalStatus\": {\r\n \"coding\": [\r\n {\r\n \"code\": \"active\",\r\n \"display\": \"Active\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\"\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\": \"O14.0\",\r\n \"display\": \"Moderate Pre-Eclampsia\"\r\n }\r\n ]\r\n },\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:6c4915d4-a8d9-4b36-a58c-055ce6a5035f\"\r\n },\r\n \"meta\": {\r\n \"lastUpdated\": \"2023-11-01T08:12:21.445698+00:00\",\r\n \"versionId\": \"MTY2OTc5NTk0MTQ0NTY5ODAwMA\"\r\n },\r\n \"onsetDateTime\": \"2023-10-31T00:00:00+00:00\",\r\n \"recordedDate\": \"2023-10-31T00:00:00+00:00\",\r\n \"note\": [\r\n {\r\n \"text\": \"Pasien mengalami Pre-Eklampsia Sedang\"\r\n }\r\n ],\r\n \"resourceType\": \"Condition\",\r\n \"subject\": {\r\n \"display\": \"Jane Smith\",\r\n \"reference\": \"Patient/100000030006\"\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:30ff16d1-a22e-4707-a518-5fb60f330fae\",\r\n \"resource\": {\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"code\": \"encounter-diagnosis\",\r\n \"display\": \"Encounter Diagnosis\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"clinicalStatus\": {\r\n \"coding\": [\r\n {\r\n \"code\": \"active\",\r\n \"display\": \"Active\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\"\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\": \"O14.0\",\r\n \"display\": \"Moderate Pre-Eclampsia\"\r\n }\r\n ]\r\n },\r\n \"encounter\": {\r\n \"display\": \"Kunjungan Jane Smith di hari Selasa, 31 Oktober 2023\",\r\n \"reference\": \"urn:uuid:6c4915d4-a8d9-4b36-a58c-055ce6a5035f\"\r\n },\r\n \"meta\": {\r\n \"lastUpdated\": \"2023-11-01T08:17:52.530758+00:00\",\r\n \"versionId\": \"MTY2OTc5NjI3MjUzMDc1ODAwMA\"\r\n },\r\n \"onsetDateTime\": \"2023-10-31T08:55:10+00:00\",\r\n \"recordedDate\": \"2023-10-31T08:55:10+00:00\",\r\n \"resourceType\": \"Condition\",\r\n \"subject\": {\r\n \"display\": \"Jane Smith\",\r\n \"reference\": \"Patient/100000030006\"\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:32e881ca-1f2d-4215-9634-e82d8b56a29b\",\r\n \"resource\": {\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"code\": \"encounter-diagnosis\",\r\n \"display\": \"Encounter Diagnosis\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"clinicalStatus\": {\r\n \"coding\": [\r\n {\r\n \"code\": \"active\",\r\n \"display\": \"Active\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\"\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\": \"O83.9\",\r\n \"display\": \"Assisted single delivery, unspecified\"\r\n }\r\n ]\r\n },\r\n \"encounter\": {\r\n \"display\": \"Kunjungan Jane Smith di hari Selasa, 31 Oktober 2023\",\r\n \"reference\": \"urn:uuid:6c4915d4-a8d9-4b36-a58c-055ce6a5035f\"\r\n },\r\n \"meta\": {\r\n \"lastUpdated\": \"2023-11-01T08:17:52.530758+00:00\",\r\n \"versionId\": \"MTY2OTc5NjI3MjUzMDc1ODAwMA\"\r\n },\r\n \"onsetDateTime\": \"2023-10-31T08:55:10+00:00\",\r\n \"recordedDate\": \"2023-10-31T08:55:10+00:00\",\r\n \"resourceType\": \"Condition\",\r\n \"subject\": {\r\n \"display\": \"Jane Smith\",\r\n \"reference\": \"Patient/100000030006\"\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:574984af-dc42-403d-bfb0-0a508dcf3d6d\",\r\n \"resource\": {\r\n \"resourceType\": \"Procedure\",\r\n \"status\": \"completed\",\r\n \"category\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"103693007\",\r\n \"display\": \"Diagnostic procedure\"\r\n }\r\n ],\r\n \"text\": \"Diagnostic procedure\"\r\n },\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\r\n \"code\": \"73.59\",\r\n \"display\": \"Other manually assisted delivery\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/100000030006\",\r\n \"display\": \"Jane Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:6c4915d4-a8d9-4b36-a58c-055ce6a5035f\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2023-10-31T08:30:10+00:00\",\r\n \"end\": \"2023-10-31T08:30:10+00:00\"\r\n },\r\n \"performer\": [\r\n {\r\n \"actor\": {\r\n \"reference\": \"Practitioner/N10000001\",\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:75c6814e-42e0-48b9-b59b-2e4456096e64\",\r\n \"resource\": {\r\n \"resourceType\": \"Condition\",\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 \"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 \"subject\": {\r\n \"reference\": \"Patient/100000030006\",\r\n \"display\": \"Jane Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:6c4915d4-a8d9-4b36-a58c-055ce6a5035f\"\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 },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Condition\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:65a4bb13-ca97-4671-8e0a-e0b9d7dc0e34\",\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\": \"OC000013\",\r\n \"display\": \"Penolong Persalinan\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/100000030006\",\r\n \"display\": \"Jane Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:6c4915d4-a8d9-4b36-a58c-055ce6a5035f\"\r\n },\r\n \"effectiveDateTime\": \"2023-10-31T01:12:00+00:00\",\r\n \"issued\": \"2023-10-31T01:12:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/N10000001\"\r\n }\r\n ],\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"309343006\",\r\n \"display\": \"Physician Occupation\"\r\n }\r\n ]\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n }\r\n ]\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}",
"host": [
"{{base_url}}"
]
}
},
"response": [
{
"name": "Bundle INC Ibu",
"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:6c4915d4-a8d9-4b36-a58c-055ce6a5035f\",\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\": \"P202470405\"\r\n }\r\n ],\r\n \"status\": \"finished\",\r\n \"class\": {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\r\n \"code\": \"IMP\",\r\n \"display\": \"inpatient encounter\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/100000030006\",\r\n \"display\": \"Jane Smith\"\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/N10000001\",\r\n \"display\": \"Dokter Bronsig\"\r\n }\r\n }\r\n ],\r\n \"period\": {\r\n \"start\": \"2023-10-31T00:00:00+00:00\",\r\n \"end\": \"2023-10-31T08:00:10+00:00\"\r\n },\r\n \"location\": [\r\n {\r\n \"location\": {\r\n \"reference\": \"Location/f4d54b69-4425-4ff2-a0ab-faffd8e3de77\",\r\n \"display\": \"Ruang INC, Rawat INC, Layanan INC\"\r\n },\r\n \"period\": {\r\n \"start\": \"2023-10-31T00:00:00+00:00\",\r\n \"end\": \"2023-10-31T00:30:10+00:00\"\r\n }\r\n },\r\n {\r\n \"location\": {\r\n \"reference\": \"Location/fca60c53-c798-4350-ba94-859fb79ac7c7\",\r\n \"display\": \"Bed INC, Ruang INC, Rawat INC, Layanan INC\"\r\n },\r\n \"period\": {\r\n \"start\": \"2023-10-31T00:30:10+00:00\",\r\n \"end\": \"2023-10-31T08:00:10+00:00\"\r\n }\r\n }\r\n ],\r\n \"diagnosis\": [\r\n {\r\n \"condition\": {\r\n \"reference\": \"Condition/ec0353ec-22ca-4360-9445-89a05a5cf566\",\r\n \"display\": \"Moderate Pre-Eclampsia\"\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\": \"Condition/30ff16d1-a22e-4707-a518-5fb60f330fae\",\r\n \"display\": \"Assisted single delivery, unspecified\"\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 \"condition\": {\r\n \"reference\": \"Condition/32e881ca-1f2d-4215-9634-e82d8b56a29b\",\r\n \"display\": \"Single Live Birth\"\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\": 3\r\n }\r\n ],\r\n \"statusHistory\": [\r\n {\r\n \"status\": \"arrived\",\r\n \"period\": {\r\n \"start\": \"2023-10-31T00:00:00+00:00\",\r\n \"end\": \"2023-10-31T00:30:10+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"in-progress\",\r\n \"period\": {\r\n \"start\": \"2023-10-31T00:30:10+00:00\",\r\n \"end\": \"2023-10-31T08:00:10+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"finished\",\r\n \"period\": {\r\n \"start\": \"2022-06-15T08:00:10+00:00\",\r\n \"end\": \"2022-06-15T08:00:10+00:00\"\r\n }\r\n }\r\n ],\r\n \"hospitalization\": {\r\n \"dischargeDisposition\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\r\n \"code\": \"home\",\r\n \"display\": \"Home\"\r\n }\r\n ],\r\n \"text\": \"Anjuran dokter untuk pulang dan kontrol kembali\"\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:ec0353ec-22ca-4360-9445-89a05a5cf566\",\r\n \"resource\": {\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"code\": \"encounter-diagnosis\",\r\n \"display\": \"Encounter Diagnosis\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"clinicalStatus\": {\r\n \"coding\": [\r\n {\r\n \"code\": \"active\",\r\n \"display\": \"Active\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\"\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\": \"O14.0\",\r\n \"display\": \"Moderate Pre-Eclampsia\"\r\n }\r\n ]\r\n },\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:6c4915d4-a8d9-4b36-a58c-055ce6a5035f\"\r\n },\r\n \"meta\": {\r\n \"lastUpdated\": \"2023-11-01T08:12:21.445698+00:00\",\r\n \"versionId\": \"MTY2OTc5NTk0MTQ0NTY5ODAwMA\"\r\n },\r\n \"onsetDateTime\": \"2023-10-31T00:00:00+00:00\",\r\n \"recordedDate\": \"2023-10-31T00:00:00+00:00\",\r\n \"note\": [\r\n {\r\n \"text\": \"Pasien mengalami Pre-Eklampsia Sedang\"\r\n }\r\n ],\r\n \"resourceType\": \"Condition\",\r\n \"subject\": {\r\n \"display\": \"Jane Smith\",\r\n \"reference\": \"Patient/100000030006\"\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:30ff16d1-a22e-4707-a518-5fb60f330fae\",\r\n \"resource\": {\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"code\": \"encounter-diagnosis\",\r\n \"display\": \"Encounter Diagnosis\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"clinicalStatus\": {\r\n \"coding\": [\r\n {\r\n \"code\": \"active\",\r\n \"display\": \"Active\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\"\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\": \"O14.0\",\r\n \"display\": \"Moderate Pre-Eclampsia\"\r\n }\r\n ]\r\n },\r\n \"encounter\": {\r\n \"display\": \"Kunjungan Jane Smith di hari Selasa, 31 Oktober 2023\",\r\n \"reference\": \"urn:uuid:6c4915d4-a8d9-4b36-a58c-055ce6a5035f\"\r\n },\r\n \"meta\": {\r\n \"lastUpdated\": \"2023-11-01T08:17:52.530758+00:00\",\r\n \"versionId\": \"MTY2OTc5NjI3MjUzMDc1ODAwMA\"\r\n },\r\n \"onsetDateTime\": \"2023-10-31T08:55:10+00:00\",\r\n \"recordedDate\": \"2023-10-31T08:55:10+00:00\",\r\n \"resourceType\": \"Condition\",\r\n \"subject\": {\r\n \"display\": \"Jane Smith\",\r\n \"reference\": \"Patient/100000030006\"\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:32e881ca-1f2d-4215-9634-e82d8b56a29b\",\r\n \"resource\": {\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"code\": \"encounter-diagnosis\",\r\n \"display\": \"Encounter Diagnosis\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"clinicalStatus\": {\r\n \"coding\": [\r\n {\r\n \"code\": \"active\",\r\n \"display\": \"Active\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\"\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\": \"O83.9\",\r\n \"display\": \"Assisted single delivery, unspecified\"\r\n }\r\n ]\r\n },\r\n \"encounter\": {\r\n \"display\": \"Kunjungan Jane Smith di hari Selasa, 31 Oktober 2023\",\r\n \"reference\": \"urn:uuid:6c4915d4-a8d9-4b36-a58c-055ce6a5035f\"\r\n },\r\n \"meta\": {\r\n \"lastUpdated\": \"2023-11-01T08:17:52.530758+00:00\",\r\n \"versionId\": \"MTY2OTc5NjI3MjUzMDc1ODAwMA\"\r\n },\r\n \"onsetDateTime\": \"2023-10-31T08:55:10+00:00\",\r\n \"recordedDate\": \"2023-10-31T08:55:10+00:00\",\r\n \"resourceType\": \"Condition\",\r\n \"subject\": {\r\n \"display\": \"Jane Smith\",\r\n \"reference\": \"Patient/100000030006\"\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:574984af-dc42-403d-bfb0-0a508dcf3d6d\",\r\n \"resource\": {\r\n \"resourceType\": \"Procedure\",\r\n \"status\": \"completed\",\r\n \"category\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"103693007\",\r\n \"display\": \"Diagnostic procedure\"\r\n }\r\n ],\r\n \"text\": \"Diagnostic procedure\"\r\n },\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\r\n \"code\": \"73.59\",\r\n \"display\": \"Other manually assisted delivery\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/100000030006\",\r\n \"display\": \"Jane Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:6c4915d4-a8d9-4b36-a58c-055ce6a5035f\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2023-10-31T08:30:10+00:00\",\r\n \"end\": \"2023-10-31T08:30:10+00:00\"\r\n },\r\n \"performer\": [\r\n {\r\n \"actor\": {\r\n \"reference\": \"Practitioner/N10000001\",\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:75c6814e-42e0-48b9-b59b-2e4456096e64\",\r\n \"resource\": {\r\n \"resourceType\": \"Condition\",\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 \"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 \"subject\": {\r\n \"reference\": \"Patient/100000030006\",\r\n \"display\": \"Jane Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:6c4915d4-a8d9-4b36-a58c-055ce6a5035f\"\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 },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Condition\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:65a4bb13-ca97-4671-8e0a-e0b9d7dc0e34\",\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\": \"OC000013\",\r\n \"display\": \"Penolong Persalinan\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/100000030006\",\r\n \"display\": \"Jane Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:6c4915d4-a8d9-4b36-a58c-055ce6a5035f\"\r\n },\r\n \"effectiveDateTime\": \"2023-10-31T01:12:00+00:00\",\r\n \"issued\": \"2023-10-31T01:12:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/N10000001\"\r\n }\r\n ],\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"309343006\",\r\n \"display\": \"Physician Occupation\"\r\n }\r\n ]\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n }\r\n ]\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}",
"host": [
"{{base_url}}"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "content-type",
"value": "application/json"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Fri, 22 Dec 2023 04:25:38 GMT"
},
{
"key": "content-length",
"value": "2592"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "9996f7eb-d827-46bd-a2a6-53da49d1436d"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-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/\\\"MTcwMzIxOTEzODEzNjA5MDAwMA\\\"\",\n \"lastModified\": \"2023-12-22T04:25:38.136090+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Encounter/767ae900-92f3-4dbd-a651-6b9c8bd0d4d9/_history/MTcwMzIxOTEzODEzNjA5MDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Encounter\",\n \"resourceID\": \"767ae900-92f3-4dbd-a651-6b9c8bd0d4d9\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwMzIxOTEzODEzNjA5MDAwMA\\\"\",\n \"lastModified\": \"2023-12-22T04:25:38.136090+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/9e58110a-fe42-401b-8a9c-3eded8681b03/_history/MTcwMzIxOTEzODEzNjA5MDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"9e58110a-fe42-401b-8a9c-3eded8681b03\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwMzIxOTEzODEzNjA5MDAwMA\\\"\",\n \"lastModified\": \"2023-12-22T04:25:38.136090+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/ed66c2a4-ebfc-4958-845a-7cf659854ff9/_history/MTcwMzIxOTEzODEzNjA5MDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"ed66c2a4-ebfc-4958-845a-7cf659854ff9\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwMzIxOTEzODEzNjA5MDAwMA\\\"\",\n \"lastModified\": \"2023-12-22T04:25:38.136090+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/d6c83039-a8f2-41e7-9ef4-a21188ee6345/_history/MTcwMzIxOTEzODEzNjA5MDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"d6c83039-a8f2-41e7-9ef4-a21188ee6345\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwMzIxOTEzODEzNjA5MDAwMA\\\"\",\n \"lastModified\": \"2023-12-22T04:25:38.136090+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/c2d48921-70e0-48db-9a8a-c4e83ab4b6aa/_history/MTcwMzIxOTEzODEzNjA5MDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"c2d48921-70e0-48db-9a8a-c4e83ab4b6aa\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwMzIxOTEzODEzNjA5MDAwMA\\\"\",\n \"lastModified\": \"2023-12-22T04:25:38.136090+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/2ca1bd6b-67a1-4fec-80b7-bc3da4ba1cbb/_history/MTcwMzIxOTEzODEzNjA5MDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"2ca1bd6b-67a1-4fec-80b7-bc3da4ba1cbb\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwMzIxOTEzODEzNjA5MDAwMA\\\"\",\n \"lastModified\": \"2023-12-22T04:25:38.136090+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/d0318589-4d06-4475-8364-955bc4623ed0/_history/MTcwMzIxOTEzODEzNjA5MDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"d0318589-4d06-4475-8364-955bc4623ed0\"\n }\n }\n ],\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction-response\",\n \"total\": 7\n}"
}
]
},
{
"name": "Bundle INC Bayi",
"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:371ef958-2aee-403d-9398-ff0efee452f0\",\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\": \"P202417287\"\r\n }\r\n ],\r\n \"status\": \"finished\",\r\n \"class\": {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\r\n \"code\": \"IMP\",\r\n \"display\": \"inpatient encounter\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/P02029382690\",\r\n \"display\": \"By. Ny. Smith\"\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/N10000001\",\r\n \"display\": \"Dokter Bronsig\"\r\n }\r\n }\r\n ],\r\n \"period\": {\r\n \"start\": \"2023-10-31T08:30:10+00:00\",\r\n \"end\": \"2023-10-31T11:00:10+00:00\"\r\n },\r\n \"location\": [\r\n {\r\n \"location\": {\r\n \"reference\": \"Location/fca60c53-c798-4350-ba94-859fb79ac7c7\",\r\n \"display\": \"Bed INC, Ruang INC, Rawat INC, Layanan INC\"\r\n },\r\n \"period\": {\r\n \"start\": \"2023-10-31T08:00:10+00:00\",\r\n \"end\": \"2023-10-31T10:00:10+00:00\"\r\n }\r\n }\r\n ],\r\n \"diagnosis\": [\r\n {\r\n \"condition\": {\r\n \"reference\": \"Condition/9807f922-6d0c-4c63-989b-d2af4b6e25b0\",\r\n \"display\": \"Mild and moderate birth asphyxia\"\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\": \"Condition/95e69530-a5cd-41f9-af46-7426580b2747\",\r\n \"display\": \"Exceptionally large baby\"\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 \"condition\": {\r\n \"reference\": \"Condition/6b1c0973-e29a-4002-87fe-37b486aabfeb\",\r\n \"display\": \"Singleton, born in hospital\"\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\": 3\r\n }\r\n ],\r\n \"statusHistory\": [\r\n {\r\n \"status\": \"in-progress\",\r\n \"period\": {\r\n \"start\": \"2023-10-31T08:30:10+00:00\",\r\n \"end\": \"2023-10-31T10:00:10+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"finished\",\r\n \"period\": {\r\n \"start\": \"2023-10-31T10:00:10+00:00\",\r\n \"end\": \"2023-10-31T10:00:10+00:00\"\r\n }\r\n }\r\n ],\r\n \"hospitalization\": {\r\n \"dischargeDisposition\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\r\n \"code\": \"home\",\r\n \"display\": \"Home\"\r\n }\r\n ],\r\n \"text\": \"Anjuran dokter untuk pulang dan kontrol kembali\"\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:9807f922-6d0c-4c63-989b-d2af4b6e25b0\",\r\n \"resource\": {\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"code\": \"encounter-diagnosis\",\r\n \"display\": \"Encounter Diagnosis\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"clinicalStatus\": {\r\n \"coding\": [\r\n {\r\n \"code\": \"active\",\r\n \"display\": \"Active\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\"\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 \"encounter\": {\r\n \"reference\": \"urn:uuid:371ef958-2aee-403d-9398-ff0efee452f0\"\r\n },\r\n \"meta\": {\r\n \"lastUpdated\": \"2023-11-01T08:12:21.445698+00:00\",\r\n \"versionId\": \"MTY2OTc5NTk0MTQ0NTY5ODAwMA\"\r\n },\r\n \"onsetDateTime\": \"2023-10-31T08:55:10+00:00\",\r\n \"recordedDate\": \"2023-10-31T08:55:10+00:00\",\r\n \"note\": [\r\n {\r\n \"text\": \"Pasien mengalami Asfiksia Sedang\"\r\n }\r\n ],\r\n \"resourceType\": \"Condition\",\r\n \"subject\": {\r\n \"reference\": \"Patient/P02029382690\",\r\n \"display\": \"By. Ny. Smith\"\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:95e69530-a5cd-41f9-af46-7426580b2747\",\r\n \"resource\": {\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 \"encounter\": {\r\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 31 Oktober 2023\",\r\n \"reference\": \"urn:uuid:371ef958-2aee-403d-9398-ff0efee452f0\"\r\n },\r\n \"meta\": {\r\n \"lastUpdated\": \"2023-11-01T08:17:52.530758+00:00\",\r\n \"versionId\": \"MTY2OTc5NjI3MjUzMDc1ODAwMA\"\r\n },\r\n \"onsetDateTime\": \"2023-10-31T08:55:10+00:00\",\r\n \"recordedDate\": \"2023-10-31T08:55:10+00:00\",\r\n \"resourceType\": \"Condition\",\r\n \"subject\": {\r\n \"display\": \"By. Ny. Smith\",\r\n \"reference\": \"Patient/P02029382690\"\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:6b1c0973-e29a-4002-87fe-37b486aabfeb\",\r\n \"resource\": {\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"code\": \"encounter-diagnosis\",\r\n \"display\": \"Encounter Diagnosis\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"clinicalStatus\": {\r\n \"coding\": [\r\n {\r\n \"code\": \"active\",\r\n \"display\": \"Active\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\"\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 \"encounter\": {\r\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 31 Oktober 2023\",\r\n \"reference\": \"urn:uuid:371ef958-2aee-403d-9398-ff0efee452f0\"\r\n },\r\n \"meta\": {\r\n \"lastUpdated\": \"2023-11-01T08:17:52.530758+00:00\",\r\n \"versionId\": \"MTY2OTc5NjI3MjUzMDc1ODAwMA\"\r\n },\r\n \"onsetDateTime\": \"2023-10-31T08:55:10+00:00\",\r\n \"recordedDate\": \"2023-10-31T08:55:10+00:00\",\r\n \"resourceType\": \"Condition\",\r\n \"subject\": {\r\n \"display\": \"By. Ny. Smith\",\r\n \"reference\": \"Patient/P02029382690\"\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:cff31270-9e99-4338-89b5-76875ddfc8ee\",\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/P02029382690\",\r\n \"display\": \"By. Ny. Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:371ef958-2aee-403d-9398-ff0efee452f0\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2023-10-31T08:30:10+00:00\",\r\n \"end\": \"2023-10-31T08:40:10+00:00\"\r\n },\r\n \"performer\": [\r\n {\r\n \"actor\": {\r\n \"reference\": \"Practitioner/N10000001\",\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:b2c3f958-6033-4f23-aaa4-4c612a2bacf7\",\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/P02029382690\",\r\n \"display\": \"By. Ny. Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:371ef958-2aee-403d-9398-ff0efee452f0\"\r\n },\r\n \"effectiveDateTime\": \"2023-10-31T08:45:10+00:00\",\r\n \"issued\": \"2023-10-31T08:45:10+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/N10000001\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": 4510,\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\": \"276613009\",\r\n \"display\": \"High birth weight\"\r\n }\r\n ],\r\n \"text\": \"BBLB (Bayi Berat Lahir Besar)\"\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:e5781195-e531-45a3-af18-f9c9a740651c\",\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\": \"89269-5\",\r\n \"display\": \"Body height Measured --at birth\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/P02029382690\",\r\n \"display\": \"By. Ny. Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:371ef958-2aee-403d-9398-ff0efee452f0\"\r\n },\r\n \"effectiveDateTime\": \"2023-10-31T08:45:10+00:00\",\r\n \"issued\": \"2023-10-31T08:45:10+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/N10000001\"\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:f85d32d7-d65c-4c68-8cf7-ac5e7cfe5f86\",\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\": \"72150-6\",\r\n \"display\": \"Delivery location\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/P02029382690\",\r\n \"display\": \"By. Ny. Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:371ef958-2aee-403d-9398-ff0efee452f0\"\r\n },\r\n \"effectiveDateTime\": \"2023-10-31T08:45:10+00:00\",\r\n \"issued\": \"2023-10-31T08:45:10+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/N10000001\"\r\n }\r\n ],\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/organization-type\",\r\n \"code\": \"102\",\r\n \"display\": \"Pusat Kesehatan Masyarakat\"\r\n }\r\n ]\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n }\r\n ]\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}",
"host": [
"{{base_url}}"
]
}
},
"response": [
{
"name": "Bundle INC Bayi",
"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:371ef958-2aee-403d-9398-ff0efee452f0\",\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\": \"P202417287\"\r\n }\r\n ],\r\n \"status\": \"finished\",\r\n \"class\": {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\r\n \"code\": \"IMP\",\r\n \"display\": \"inpatient encounter\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/P02029382690\",\r\n \"display\": \"By. Ny. Smith\"\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/N10000001\",\r\n \"display\": \"Dokter Bronsig\"\r\n }\r\n }\r\n ],\r\n \"period\": {\r\n \"start\": \"2023-10-31T08:30:10+00:00\",\r\n \"end\": \"2023-10-31T11:00:10+00:00\"\r\n },\r\n \"location\": [\r\n {\r\n \"location\": {\r\n \"reference\": \"Location/fca60c53-c798-4350-ba94-859fb79ac7c7\",\r\n \"display\": \"Bed INC, Ruang INC, Rawat INC, Layanan INC\"\r\n },\r\n \"period\": {\r\n \"start\": \"2023-10-31T08:00:10+00:00\",\r\n \"end\": \"2023-10-31T10:00:10+00:00\"\r\n }\r\n }\r\n ],\r\n \"diagnosis\": [\r\n {\r\n \"condition\": {\r\n \"reference\": \"Condition/9807f922-6d0c-4c63-989b-d2af4b6e25b0\",\r\n \"display\": \"Mild and moderate birth asphyxia\"\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\": \"Condition/95e69530-a5cd-41f9-af46-7426580b2747\",\r\n \"display\": \"Exceptionally large baby\"\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 \"condition\": {\r\n \"reference\": \"Condition/6b1c0973-e29a-4002-87fe-37b486aabfeb\",\r\n \"display\": \"Singleton, born in hospital\"\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\": 3\r\n }\r\n ],\r\n \"statusHistory\": [\r\n {\r\n \"status\": \"in-progress\",\r\n \"period\": {\r\n \"start\": \"2023-10-31T08:30:10+00:00\",\r\n \"end\": \"2023-10-31T10:00:10+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"finished\",\r\n \"period\": {\r\n \"start\": \"2023-10-31T10:00:10+00:00\",\r\n \"end\": \"2023-10-31T10:00:10+00:00\"\r\n }\r\n }\r\n ],\r\n \"hospitalization\": {\r\n \"dischargeDisposition\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\r\n \"code\": \"home\",\r\n \"display\": \"Home\"\r\n }\r\n ],\r\n \"text\": \"Anjuran dokter untuk pulang dan kontrol kembali\"\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:9807f922-6d0c-4c63-989b-d2af4b6e25b0\",\r\n \"resource\": {\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"code\": \"encounter-diagnosis\",\r\n \"display\": \"Encounter Diagnosis\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"clinicalStatus\": {\r\n \"coding\": [\r\n {\r\n \"code\": \"active\",\r\n \"display\": \"Active\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\"\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 \"encounter\": {\r\n \"reference\": \"urn:uuid:371ef958-2aee-403d-9398-ff0efee452f0\"\r\n },\r\n \"meta\": {\r\n \"lastUpdated\": \"2023-11-01T08:12:21.445698+00:00\",\r\n \"versionId\": \"MTY2OTc5NTk0MTQ0NTY5ODAwMA\"\r\n },\r\n \"onsetDateTime\": \"2023-10-31T08:55:10+00:00\",\r\n \"recordedDate\": \"2023-10-31T08:55:10+00:00\",\r\n \"note\": [\r\n {\r\n \"text\": \"Pasien mengalami Asfiksia Sedang\"\r\n }\r\n ],\r\n \"resourceType\": \"Condition\",\r\n \"subject\": {\r\n \"reference\": \"Patient/P02029382690\",\r\n \"display\": \"By. Ny. Smith\"\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:95e69530-a5cd-41f9-af46-7426580b2747\",\r\n \"resource\": {\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 \"encounter\": {\r\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 31 Oktober 2023\",\r\n \"reference\": \"urn:uuid:371ef958-2aee-403d-9398-ff0efee452f0\"\r\n },\r\n \"meta\": {\r\n \"lastUpdated\": \"2023-11-01T08:17:52.530758+00:00\",\r\n \"versionId\": \"MTY2OTc5NjI3MjUzMDc1ODAwMA\"\r\n },\r\n \"onsetDateTime\": \"2023-10-31T08:55:10+00:00\",\r\n \"recordedDate\": \"2023-10-31T08:55:10+00:00\",\r\n \"resourceType\": \"Condition\",\r\n \"subject\": {\r\n \"display\": \"By. Ny. Smith\",\r\n \"reference\": \"Patient/P02029382690\"\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:6b1c0973-e29a-4002-87fe-37b486aabfeb\",\r\n \"resource\": {\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"code\": \"encounter-diagnosis\",\r\n \"display\": \"Encounter Diagnosis\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"clinicalStatus\": {\r\n \"coding\": [\r\n {\r\n \"code\": \"active\",\r\n \"display\": \"Active\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\"\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 \"encounter\": {\r\n \"display\": \"Kunjungan Anak Smith di hari Selasa, 31 Oktober 2023\",\r\n \"reference\": \"urn:uuid:371ef958-2aee-403d-9398-ff0efee452f0\"\r\n },\r\n \"meta\": {\r\n \"lastUpdated\": \"2023-11-01T08:17:52.530758+00:00\",\r\n \"versionId\": \"MTY2OTc5NjI3MjUzMDc1ODAwMA\"\r\n },\r\n \"onsetDateTime\": \"2023-10-31T08:55:10+00:00\",\r\n \"recordedDate\": \"2023-10-31T08:55:10+00:00\",\r\n \"resourceType\": \"Condition\",\r\n \"subject\": {\r\n \"display\": \"By. Ny. Smith\",\r\n \"reference\": \"Patient/P02029382690\"\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:cff31270-9e99-4338-89b5-76875ddfc8ee\",\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/P02029382690\",\r\n \"display\": \"By. Ny. Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:371ef958-2aee-403d-9398-ff0efee452f0\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2023-10-31T08:30:10+00:00\",\r\n \"end\": \"2023-10-31T08:40:10+00:00\"\r\n },\r\n \"performer\": [\r\n {\r\n \"actor\": {\r\n \"reference\": \"Practitioner/N10000001\",\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:b2c3f958-6033-4f23-aaa4-4c612a2bacf7\",\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/P02029382690\",\r\n \"display\": \"By. Ny. Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:371ef958-2aee-403d-9398-ff0efee452f0\"\r\n },\r\n \"effectiveDateTime\": \"2023-10-31T08:45:10+00:00\",\r\n \"issued\": \"2023-10-31T08:45:10+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/N10000001\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"value\": 4510,\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\": \"276613009\",\r\n \"display\": \"High birth weight\"\r\n }\r\n ],\r\n \"text\": \"BBLB (Bayi Berat Lahir Besar)\"\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:e5781195-e531-45a3-af18-f9c9a740651c\",\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\": \"89269-5\",\r\n \"display\": \"Body height Measured --at birth\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/P02029382690\",\r\n \"display\": \"By. Ny. Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:371ef958-2aee-403d-9398-ff0efee452f0\"\r\n },\r\n \"effectiveDateTime\": \"2023-10-31T08:45:10+00:00\",\r\n \"issued\": \"2023-10-31T08:45:10+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/N10000001\"\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:f85d32d7-d65c-4c68-8cf7-ac5e7cfe5f86\",\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\": \"72150-6\",\r\n \"display\": \"Delivery location\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/P02029382690\",\r\n \"display\": \"By. Ny. Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:371ef958-2aee-403d-9398-ff0efee452f0\"\r\n },\r\n \"effectiveDateTime\": \"2023-10-31T08:45:10+00:00\",\r\n \"issued\": \"2023-10-31T08:45:10+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/N10000001\"\r\n }\r\n ],\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/organization-type\",\r\n \"code\": \"102\",\r\n \"display\": \"Pusat Kesehatan Masyarakat\"\r\n }\r\n ]\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n }\r\n ]\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}",
"host": [
"{{base_url}}"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "content-type",
"value": "application/json"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "vary",
"value": "X-Origin"
},
{
"key": "vary",
"value": "Referer"
},
{
"key": "date",
"value": "Thu, 21 Dec 2023 04:18:51 GMT"
},
{
"key": "content-length",
"value": "2959"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "x-request-id",
"value": "e9e841ff-c2f6-4363-bf7d-920acf2fce9d"
},
{
"key": "Via",
"value": "1.1 google"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
},
{
"key": "Content-Security-Policy",
"value": "default-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/\\\"MTcwMzEzMjMzMTY4OTQ2NDAwMA\\\"\",\n \"lastModified\": \"2023-12-21T04:18:51.689464+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Encounter/cfd3c2df-b5dd-454e-b9c7-e12928a9ba54/_history/MTcwMzEzMjMzMTY4OTQ2NDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Encounter\",\n \"resourceID\": \"cfd3c2df-b5dd-454e-b9c7-e12928a9ba54\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwMzEzMjMzMTY4OTQ2NDAwMA\\\"\",\n \"lastModified\": \"2023-12-21T04:18:51.689464+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/a0258452-7ea6-4c94-b507-7732031770b2/_history/MTcwMzEzMjMzMTY4OTQ2NDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"a0258452-7ea6-4c94-b507-7732031770b2\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwMzEzMjMzMTY4OTQ2NDAwMA\\\"\",\n \"lastModified\": \"2023-12-21T04:18:51.689464+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/9727fbb1-7f4a-41ea-befa-79bd7d364c44/_history/MTcwMzEzMjMzMTY4OTQ2NDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"9727fbb1-7f4a-41ea-befa-79bd7d364c44\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwMzEzMjMzMTY4OTQ2NDAwMA\\\"\",\n \"lastModified\": \"2023-12-21T04:18:51.689464+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/617e909e-bd1b-46d0-94c0-7d8fac47af5b/_history/MTcwMzEzMjMzMTY4OTQ2NDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"617e909e-bd1b-46d0-94c0-7d8fac47af5b\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwMzEzMjMzMTY4OTQ2NDAwMA\\\"\",\n \"lastModified\": \"2023-12-21T04:18:51.689464+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/b120fe87-c3e9-4839-b60b-acba9a5d365d/_history/MTcwMzEzMjMzMTY4OTQ2NDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"b120fe87-c3e9-4839-b60b-acba9a5d365d\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwMzEzMjMzMTY4OTQ2NDAwMA\\\"\",\n \"lastModified\": \"2023-12-21T04:18:51.689464+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/1ec159cf-60a5-4d8a-900e-dd255e082959/_history/MTcwMzEzMjMzMTY4OTQ2NDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"1ec159cf-60a5-4d8a-900e-dd255e082959\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwMzEzMjMzMTY4OTQ2NDAwMA\\\"\",\n \"lastModified\": \"2023-12-21T04:18:51.689464+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/a2a61fe1-c853-4e31-99c4-b49f4ed7944d/_history/MTcwMzEzMjMzMTY4OTQ2NDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"a2a61fe1-c853-4e31-99c4-b49f4ed7944d\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwMzEzMjMzMTY4OTQ2NDAwMA\\\"\",\n \"lastModified\": \"2023-12-21T04:18:51.689464+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/f426d5b9-3c0c-4646-987d-38c1eef9d76f/_history/MTcwMzEzMjMzMTY4OTQ2NDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"f426d5b9-3c0c-4646-987d-38c1eef9d76f\"\n }\n }\n ],\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction-response\",\n \"total\": 8\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": "EpisodeOfCare_uuid",
"value": ""
},
{
"key": "Encounter_uuid",
"value": ""
}
]
}