10888 lines
1.2 MiB
Plaintext
Executable File
10888 lines
1.2 MiB
Plaintext
Executable File
{
|
|
"info": {
|
|
"_postman_id": "180bab87-bfd1-4a01-9ab5-2cfb033089d1",
|
|
"name": "24. Use Case - Gigi",
|
|
"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| 15 May 2024 | Versi Pertama API sesuai dengan Playbook Modul Gigi V1.2 | Sania Fitria <br> <br>Kathy Salsabila |\n| 02 Jul 2024 | Versi KeduaAPI sesuai dengan Playbook Use case Gigi V1.4 <br> <br>Pembaruan Use case Gigi Folder 06. Pemeriksaan Penunjang → Radiologi <br> <br>ServiceRequest for MWL <br> <br>ServiceRequest for SATUSEHAT | Sania Fitria |\n| 20 Aug 2024 | Versi Ketiga - Pembaruan API sesuai dengan Playbook Use case Gigi V1.5 | Raden Nurilma Hidayatullah <br> <br>Thomas Adhi Nugroho Chaidir <br> <br>Anisatul Afifah |\n| 28 Okt 2024 | Versi Keempat - Penambahan API Kajian 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/z5selqz/24-use-case-gigi?action=share&source=collection_link&creator=20686328"
|
|
},
|
|
"item": [
|
|
{
|
|
"name": "O-Auth2",
|
|
"item": [
|
|
{
|
|
"name": "Generate Token",
|
|
"event": [
|
|
{
|
|
"listen": "prerequest",
|
|
"script": {
|
|
"exec": [
|
|
""
|
|
],
|
|
"type": "text/javascript"
|
|
}
|
|
},
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"exec": [
|
|
"var data = pm.response.json();",
|
|
"pm.environment.set(\"token\", data.access_token);"
|
|
],
|
|
"type": "text/javascript"
|
|
}
|
|
}
|
|
],
|
|
"request": {
|
|
"auth": {
|
|
"type": "noauth"
|
|
},
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "urlencoded",
|
|
"urlencoded": [
|
|
{
|
|
"key": "client_id",
|
|
"value": "{{client_id}}",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "client_secret",
|
|
"value": "{{client_secret}}",
|
|
"type": "text"
|
|
}
|
|
]
|
|
},
|
|
"url": {
|
|
"raw": "{{auth_url}}/accesstoken?grant_type=client_credentials",
|
|
"host": [
|
|
"{{auth_url}}"
|
|
],
|
|
"path": [
|
|
"accesstoken"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "grant_type",
|
|
"value": "client_credentials"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": []
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "00. Membuat Struktur Organisasi dan Lokasi",
|
|
"item": [
|
|
{
|
|
"name": "Organization - Create Divisi Pelayanan Medik dan Penunjang",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Organization\",\n \"active\": true,\n \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"http://sys-ids.kemkes.go.id/organization/{{Org_id}}\",\n \"value\": \"A735478\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\",\n \"code\": \"dept\",\n \"display\": \"Hospital Department\"\n }\n ]\n }\n ],\n \"name\": \"Divisi Pelayanan Medik dan Penunjang RS SatuSehat IHS\",\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.SatSetHospital.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, Jakarta\"\n ],\n \"city\": \"Jakarta\",\n \"postalCode\": \"42283\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\",\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"36\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3601\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"360101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"36010101\"\n }\n ]\n }\n ]\n }\n ],\n \"partOf\": {\n \"reference\": \"Organization/{{Org_id}}\",\n \"display\": \"RS SatuSehat IHS\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Organization",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Organization"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Organization - Create Divisi Pelayanan Medik dan Penunjang",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Organization\",\n \"active\": true,\n \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"http://sys-ids.kemkes.go.id/organization/{{Org_id}}\",\n \"value\": \"A735478\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\",\n \"code\": \"dept\",\n \"display\": \"Hospital Department\"\n }\n ]\n }\n ],\n \"name\": \"Divisi Pelayanan Medik dan Penunjang RS SatuSehat IHS\",\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.SatSetHospital.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, Jakarta\"\n ],\n \"city\": \"Jakarta\",\n \"postalCode\": \"42283\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\",\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"36\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3601\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"360101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"36010101\"\n }\n ]\n }\n ]\n }\n ],\n \"partOf\": {\n \"reference\": \"Organization/{{Org_id}}\",\n \"display\": \"RS SatuSehat IHS\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Organization",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Organization"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQzODYzMDQzNDc5ODAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 07:10:30 UTC"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Organization/68e9f74a-8a28-4819-9a21-794a2b9b6767/_history/MTcwNDQzODYzMDQzNDc5ODAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 07:10:30 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1194"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "48520c87-30bd-4d49-a8a1-5f8321e43e43"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"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, Jakarta\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"68e9f74a-8a28-4819-9a21-794a2b9b6767\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000002\",\n \"use\": \"official\",\n \"value\": \"A735478\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T07:10:30.434798+00:00\",\n \"versionId\": \"MTcwNDQzODYzMDQzNDc5ODAwMA\"\n },\n \"name\": \"Divisi Pelayanan Medik dan Penunjang RS SatuSehat IHS\",\n \"partOf\": {\n \"display\": \"RS SatuSehat IHS\",\n \"reference\": \"Organization/10000002\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-14045\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.SatSetHospital.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"dept\",\n \"display\": \"Hospital Department\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Organization - Create Layanan Gigi dan Mulut",
|
|
"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\": \"A735479\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\",\n \"code\": \"dept\",\n \"display\": \"Hospital Department\"\n }\n ]\n }\n ],\n \"name\": \"Pelayanan Kesehatan Gigi dan Mulut\",\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.SatSetHospital.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, Jakarta\"\n ],\n \"city\": \"Jakarta\",\n \"postalCode\": \"42283\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\",\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"36\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3601\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"360101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"36010101\"\n }\n ]\n }\n ]\n }\n ],\n \"partOf\": {\n \"reference\": \"Organization/{{Org_id}}\",\n \"display\": \"Divisi Pelayanan Medik dan Penunjang RS SatuSehat IHS\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": ""
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Organization - Create Layanan Gigi dan Mulut",
|
|
"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\": \"A735479\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\",\n \"code\": \"dept\",\n \"display\": \"Hospital Department\"\n }\n ]\n }\n ],\n \"name\": \"Pelayanan Kesehatan Gigi dan Mulut\",\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.SatSetHospital.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, Jakarta\"\n ],\n \"city\": \"Jakarta\",\n \"postalCode\": \"42283\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\",\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"36\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3601\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"360101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"36010101\"\n }\n ]\n }\n ]\n }\n ],\n \"partOf\": {\n \"reference\": \"Organization/{{Org_id}}\",\n \"display\": \"Divisi Pelayanan Medik dan Penunjang RS SatuSehat IHS\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Organization",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Organization"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQzODY5MjIxMTgyODAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/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/300473e7-83a6-4648-8463-10865584f271/_history/MTcwNDQzODY5MjIxMTgyODAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 07:11:32 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 07:11:32 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": "35cdd769-342c-48fa-86c4-088d430c1465"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"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, Jakarta\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"300473e7-83a6-4648-8463-10865584f271\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000002\",\n \"use\": \"official\",\n \"value\": \"A735479\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T07:11:32.211828+00:00\",\n \"versionId\": \"MTcwNDQzODY5MjIxMTgyODAwMA\"\n },\n \"name\": \"Pelayanan Kesehatan Gigi dan Mulut\",\n \"partOf\": {\n \"display\": \"Divisi Pelayanan Medik dan Penunjang RS SatuSehat IHS\",\n \"reference\": \"Organization/68e9f74a-8a28-4819-9a21-794a2b9b6767\"\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.SatSetHospital.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"dept\",\n \"display\": \"Hospital Department\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Location - Create Poli Gigi dan Mulut",
|
|
"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\": \"A735470\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Poli Gigi dan Mulut 1, Layanan Gigi dan Mulut\",\n \"description\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"mode\": \"instance\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"[email protected]\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.SatSetHospital.com\",\n \"use\": \"work\"\n }\n ],\n \"physicalType\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/location-physical-type\",\n \"code\": \"ro\",\n \"display\": \"Room\"\n }\n ]\n },\n \"position\": {\n \"longitude\": -6.23115426275766,\n \"latitude\": 106.83239885393944,\n \"altitude\": 0\n },\n \"managingOrganization\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/LocationServiceClass\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\n }\n ]\n }\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Location",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Location"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Location - Create Poli Gigi dan Mulut",
|
|
"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\": \"A735470\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Poli Gigi dan Mulut 1, Layanan Gigi dan Mulut\",\n \"description\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"mode\": \"instance\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"[email protected]\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.SatSetHospital.com\",\n \"use\": \"work\"\n }\n ],\n \"physicalType\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/location-physical-type\",\n \"code\": \"ro\",\n \"display\": \"Room\"\n }\n ]\n },\n \"position\": {\n \"longitude\": -6.23115426275766,\n \"latitude\": 106.83239885393944,\n \"altitude\": 0\n },\n \"managingOrganization\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/LocationServiceClass\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\n }\n ]\n }\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Location",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Location"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQzODc0MTk5MjAyNjAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 07:12:21 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Location/13e1ed8e-3271-4396-b287-4abbacb5eb85/_history/MTcwNDQzODc0MTk5MjAyNjAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 07:12:22 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1212"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "32d8d2bb-4db3-4907-93fb-0abc282f2878"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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 Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/LocationServiceClass\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Outpatient\"\n }\n ]\n }\n }\n ],\n \"id\": \"13e1ed8e-3271-4396-b287-4abbacb5eb85\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000002\",\n \"value\": \"A735470\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/300473e7-83a6-4648-8463-10865584f271\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T07:12:21.992026+00:00\",\n \"versionId\": \"MTcwNDQzODc0MTk5MjAyNjAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Poli Gigi dan Mulut 1, Layanan Gigi dan Mulut\",\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.SatSetHospital.com\"\n }\n ]\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "01. Mencari Data Pasien dan Nakes",
|
|
"item": [
|
|
{
|
|
"name": "Patient",
|
|
"item": [
|
|
{
|
|
"name": "Patient - Search NIK",
|
|
"protocolProfileBehavior": {
|
|
"disableBodyPruning": true,
|
|
"disabledSystemHeaders": {
|
|
"content-type": true
|
|
}
|
|
},
|
|
"request": {
|
|
"auth": {
|
|
"type": "bearer",
|
|
"bearer": [
|
|
{
|
|
"key": "token",
|
|
"value": "{{token}}",
|
|
"type": "string"
|
|
}
|
|
]
|
|
},
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json"
|
|
}
|
|
],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Patient?identifier=https://fhir.kemkes.go.id/id/nik|9271060312000001",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Patient"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "identifier",
|
|
"value": "https://fhir.kemkes.go.id/id/nik|9271060312000001"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Patient - Search NIK",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "{{base_url}}/Patient?identifier=https://fhir.kemkes.go.id/id/nik|9271060312000001",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Patient"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "identifier",
|
|
"value": "https://fhir.kemkes.go.id/id/nik|9271060312000001"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 27 Mar 2023 01:55:38 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1168"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "baa31c3c-3ab3-40a4-a9f1-574fbbc7af96"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"entry\": [\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02478375538\",\n \"resource\": {\n \"active\": true,\n \"id\": \"P02478375538\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02478375538\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"################\"\n }\n ],\n \"link\": [\n {\n \"other\": {\n \"reference\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\n },\n \"resourceType\": \"Patient\"\n }\n }\n ],\n \"link\": [\n {\n \"relation\": \"search\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Patient - Bayi Search NIK Ibu",
|
|
"protocolProfileBehavior": {
|
|
"disableBodyPruning": true,
|
|
"disabledSystemHeaders": {
|
|
"content-type": true
|
|
}
|
|
},
|
|
"request": {
|
|
"auth": {
|
|
"type": "bearer",
|
|
"bearer": [
|
|
{
|
|
"key": "token",
|
|
"value": "{{token}}",
|
|
"type": "string"
|
|
}
|
|
]
|
|
},
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json"
|
|
}
|
|
],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Patient?identifier=https://fhir.kemkes.go.id/id/nik-ibu|367400001111222",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Patient"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "identifier",
|
|
"value": "https://fhir.kemkes.go.id/id/nik-ibu|367400001111222"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Patient - Bayi Search NIK Ibu",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "{{base_url}}/Patient?identifier=https://fhir.kemkes.go.id/id/nik-ibu|367400001111222",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Patient"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "identifier",
|
|
"value": "https://fhir.kemkes.go.id/id/nik-ibu|367400001111222"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 27 Mar 2023 01:56:31 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "5974"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "a76a05fb-c56b-4291-b343-541ab756a0d4"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"entry\": [\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102825\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102825\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102825\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:22:27.873570+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTc0Nzg3MzU3MDAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Sambo\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102814\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102814\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102814\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:18:43.477704+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTUyMzQ3NzcwNDAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Roni\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102803\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102803\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102803\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:13:49.966892+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTIyOTk2Njg5MjAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Hulk\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102778\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102778\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102778\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T12:18:53.600353+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3NzkzMzYwMDM1MzAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Stark\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102767\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102767\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102767\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T11:11:12.338686+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3Mzg3MjMzODY4NjAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Toni\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102756\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102756\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102756\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T11:06:36.858381+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3MzU5Njg1ODM4MTAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Budi\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102745\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102745\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102745\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T11:05:37.879975+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3MzUzNzg3OTk3NTAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Mardigu\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102734\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102734\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102734\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T11:00:54.720631+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3MzI1NDcyMDYzMTAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Dodi\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029102723\",\n \"resource\": {\n \"active\": true,\n \"birthDate\": \"1920-02-28\",\n \"id\": \"P02029102723\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029102723\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T10:59:48.626894+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI3MzE4ODYyNjg5NDAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Anang\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n }\n ],\n \"link\": [\n {\n \"relation\": \"search\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik-ibu%7C367400001111222\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik-ibu%7C367400001111222\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik-ibu%7C367400001111222\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 9,\n \"type\": \"searchset\"\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Patient - Search Name, Birtdate, NIK",
|
|
"protocolProfileBehavior": {
|
|
"disableBodyPruning": true,
|
|
"disabledSystemHeaders": {
|
|
"content-type": true
|
|
}
|
|
},
|
|
"request": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json"
|
|
}
|
|
],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Patient?name=patient&birthdate=1980-12-03&identifier=https://fhir.kemkes.go.id/id/nik|9271060312000001",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Patient"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "name",
|
|
"value": "patient"
|
|
},
|
|
{
|
|
"key": "birthdate",
|
|
"value": "1980-12-03"
|
|
},
|
|
{
|
|
"key": "identifier",
|
|
"value": "https://fhir.kemkes.go.id/id/nik|9271060312000001"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Patient - Search Name, Birtdate, NIK",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "{{base_url}}/Patient?name=patient&birthdate=1980-12-03&identifier=https://fhir.kemkes.go.id/id/nik|9271060312000001",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Patient"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "name",
|
|
"value": "patient"
|
|
},
|
|
{
|
|
"key": "birthdate",
|
|
"value": "1980-12-03"
|
|
},
|
|
{
|
|
"key": "identifier",
|
|
"value": "https://fhir.kemkes.go.id/id/nik|9271060312000001"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 27 Mar 2023 01:53:47 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "2051"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "b442b266-7c36-4acd-a398-30b07d8296a1"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"entry\": [\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02478375538\",\n \"resource\": {\n \"active\": true,\n \"address\": [\n {\n \"city\": \"MUNA\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"74\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"26\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1008\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"KEL.TOMBULA\"\n ],\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1980-12-03\",\n \"communication\": [\n {\n \"language\": {\n \"coding\": [\n {\n \"code\": \"id-ID\",\n \"display\": \"Indonesian\",\n \"system\": \"urn:ietf:bcp:47\"\n }\n ],\n \"text\": \"Indonesian\"\n },\n \"preferred\": true\n }\n ],\n \"deceasedBoolean\": false,\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/citizenshipStatus\",\n \"valueCode\": \"WNI\"\n }\n ],\n \"gender\": \"male\",\n \"id\": \"P02478375538\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02478375538\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"9271060312000001\"\n }\n ],\n \"link\": [\n {\n \"other\": {\n \"reference\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\n },\n \"multipleBirthBoolean\": false,\n \"name\": [\n {\n \"text\": \"patient 1\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n }\n ],\n \"link\": [\n {\n \"relation\": \"search\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1980-12-03&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1980-12-03&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1980-12-03&identifier=https%3A%2F%2Ffhir.kemkes.go.id%2Fid%2Fnik%7C9271060312000001&name=patient\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Patient - By ID",
|
|
"event": [
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"exec": [
|
|
"var data = pm.response.json();\r",
|
|
"pm.collectionVariables.set('Patient_id', data.id);\r",
|
|
""
|
|
],
|
|
"type": "text/javascript",
|
|
"packages": {}
|
|
}
|
|
}
|
|
],
|
|
"protocolProfileBehavior": {
|
|
"disableBodyPruning": true,
|
|
"disabledSystemHeaders": {
|
|
"content-type": true
|
|
}
|
|
},
|
|
"request": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json"
|
|
}
|
|
],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Patient/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Patient",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "P02478375538"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Patient - By ID",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "{{base_url}}/Patient/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Patient",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "P02478375538"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY3ODI4MTExMzE5MTQ5NjAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Wed, 08 Mar 2023 13:11:53 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 27 Mar 2023 01:55:24 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "499"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "a811bc92-baea-4d60-a95b-de2b20ff0afe"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"active\": true,\n \"id\": \"P02478375538\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02478375538\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"################\"\n }\n ],\n \"link\": [\n {\n \"other\": {\n \"reference\": \"Patient/P02478375538\"\n },\n \"type\": \"refer\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T13:11:53.191496+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ],\n \"versionId\": \"MTY3ODI4MTExMzE5MTQ5NjAwMA\"\n },\n \"resourceType\": \"Patient\"\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Patient - Create by NIK",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Patient\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ]\n },\n \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"value\": \"3174031002890009\"\n },\n {\n \"use\": \"official\",\n \"system\": \"https://fhir.kemkes.go.id/id/paspor\",\n \"value\": \"A01111222\"\n },\n {\n \"use\": \"official\",\n \"system\": \"https://fhir.kemkes.go.id/id/kk\",\n \"value\": \"367400001111111\"\n }\n ],\n \"active\": true,\n \"name\": [\n {\n \"use\": \"official\",\n \"text\": \"John Smith\"\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"08123456789\",\n \"use\": \"mobile\"\n },\n {\n \"system\": \"phone\",\n \"value\": \"+622123456789\",\n \"use\": \"home\"\n },\n {\n \"system\": \"email\",\n \"value\": \"[email protected]\",\n \"use\": \"home\"\n }\n ],\n \"gender\": \"female\",\n \"birthDate\": \"1945-11-17\",\n \"deceasedBoolean\": false,\n \"address\": [\n {\n \"use\": \"home\",\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"city\": \"Jakarta\",\n \"postalCode\": \"12950\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\",\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"2\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ]\n }\n ]\n }\n ],\n \"maritalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus\",\n \"code\": \"M\",\n \"display\": \"Married\"\n }\n ],\n \"text\": \"Married\"\n },\n \"multipleBirthInteger\": 0,\n \"contact\": [\n {\n \"relationship\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0131\",\n \"code\": \"C\"\n }\n ]\n }\n ],\n \"name\": {\n \"use\": \"official\",\n \"text\": \"Jane Smith\"\n },\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"0690383372\",\n \"use\": \"mobile\"\n }\n ]\n }\n ],\n \"communication\": [\n {\n \"language\": {\n \"coding\": [\n {\n \"system\": \"urn:ietf:bcp:47\",\n \"code\": \"id-ID\",\n \"display\": \"Indonesian\"\n }\n ],\n \"text\": \"Indonesian\"\n },\n \"preferred\": true\n }\n ],\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/birthPlace\",\n \"valueAddress\": {\n \"city\": \"Bandung\",\n \"country\": \"ID\"\n }\n },\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/citizenshipStatus\",\n \"valueCode\": \"WNI\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Patient",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Patient"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "NIK Not Exist",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Patient\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ]\n },\n \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"value\": \"3174031002890009\"\n },\n {\n \"use\": \"official\",\n \"system\": \"https://fhir.kemkes.go.id/id/paspor\",\n \"value\": \"A01111222\"\n },\n {\n \"use\": \"official\",\n \"system\": \"https://fhir.kemkes.go.id/id/kk\",\n \"value\": \"367400001111111\"\n }\n ],\n \"active\": true,\n \"name\": [\n {\n \"use\": \"official\",\n \"text\": \"John Smith\"\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"08123456789\",\n \"use\": \"mobile\"\n },\n {\n \"system\": \"phone\",\n \"value\": \"+622123456789\",\n \"use\": \"home\"\n },\n {\n \"system\": \"email\",\n \"value\": \"[email protected]\",\n \"use\": \"home\"\n }\n ],\n \"gender\": \"female\",\n \"birthDate\": \"1945-11-17\",\n \"deceasedBoolean\": false,\n \"address\": [\n {\n \"use\": \"home\",\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"city\": \"Jakarta\",\n \"postalCode\": \"12950\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\",\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"2\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ]\n }\n ]\n }\n ],\n \"maritalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus\",\n \"code\": \"M\",\n \"display\": \"Married\"\n }\n ],\n \"text\": \"Married\"\n },\n \"multipleBirthInteger\": 0,\n \"contact\": [\n {\n \"relationship\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0131\",\n \"code\": \"C\"\n }\n ]\n }\n ],\n \"name\": {\n \"use\": \"official\",\n \"text\": \"Jane Smith\"\n },\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"0690383372\",\n \"use\": \"mobile\"\n }\n ]\n }\n ],\n \"communication\": [\n {\n \"language\": {\n \"coding\": [\n {\n \"system\": \"urn:ietf:bcp:47\",\n \"code\": \"id-ID\",\n \"display\": \"Indonesian\"\n }\n ],\n \"text\": \"Indonesian\"\n },\n \"preferred\": true\n }\n ],\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/birthPlace\",\n \"valueAddress\": {\n \"city\": \"Bandung\",\n \"country\": \"ID\"\n }\n },\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/citizenshipStatus\",\n \"valueCode\": \"WNI\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Patient",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Patient"
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "2ec41bb9-78b1-4297-aa8f-356b24e9594b"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "48"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Wed, 08 Mar 2023 04:05:08 GMT"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"success\": false,\n \"message\": \"Citizen Not Exists\"\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Patient - Create by Mother's NIK (Newborn)",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Patient\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ]\n },\n \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"value\": \"360328xxxxxxx\"\n }\n ],\n \"active\": true,\n \"name\": [\n {\n \"use\": \"official\",\n \"text\": \"John Smith\"\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"08123456789\",\n \"use\": \"mobile\"\n },\n {\n \"system\": \"phone\",\n \"value\": \"+622123456789\",\n \"use\": \"home\"\n },\n {\n \"system\": \"email\",\n \"value\": \"[email protected]\",\n \"use\": \"home\"\n }\n ],\n \"gender\": \"female\",\n \"birthDate\": \"1920-02-28\",\n \"deceasedBoolean\": false,\n \"address\": [\n {\n \"use\": \"home\",\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"city\": \"Jakarta\",\n \"postalCode\": \"12950\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\",\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"2\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ]\n }\n ]\n }\n ],\n \"maritalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus\",\n \"code\": \"M\",\n \"display\": \"Married\"\n }\n ],\n \"text\": \"Married\"\n },\n \"multipleBirthInteger\": 0,\n \"contact\": [\n {\n \"relationship\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0131\",\n \"code\": \"C\"\n }\n ]\n }\n ],\n \"name\": {\n \"use\": \"official\",\n \"text\": \"Jane Smith\"\n },\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"0690383372\",\n \"use\": \"mobile\"\n }\n ]\n }\n ],\n \"communication\": [\n {\n \"language\": {\n \"coding\": [\n {\n \"system\": \"urn:ietf:bcp:47\",\n \"code\": \"id-ID\",\n \"display\": \"Indonesian\"\n }\n ],\n \"text\": \"Indonesian\"\n },\n \"preferred\": true\n }\n ],\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/birthPlace\",\n \"valueAddress\": {\n \"city\": \"Bandung\",\n \"country\": \"ID\"\n }\n },\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/citizenshipStatus\",\n \"valueCode\": \"WNI\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Patient",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Patient"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Patient - Create by Mother's NIK (Newborn)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Patient\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\"\n ]\n },\n \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"https://fhir.kemkes.go.id/id/nik-ibu\",\n \"value\": \"360328xxxxxxx\"\n }\n ],\n \"active\": true,\n \"name\": [\n {\n \"use\": \"official\",\n \"text\": \"John Smith\"\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"08123456789\",\n \"use\": \"mobile\"\n },\n {\n \"system\": \"phone\",\n \"value\": \"+622123456789\",\n \"use\": \"home\"\n },\n {\n \"system\": \"email\",\n \"value\": \"[email protected]\",\n \"use\": \"home\"\n }\n ],\n \"gender\": \"female\",\n \"birthDate\": \"1920-02-28\",\n \"deceasedBoolean\": false,\n \"address\": [\n {\n \"use\": \"home\",\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"city\": \"Jakarta\",\n \"postalCode\": \"12950\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\",\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"2\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ]\n }\n ]\n }\n ],\n \"maritalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus\",\n \"code\": \"M\",\n \"display\": \"Married\"\n }\n ],\n \"text\": \"Married\"\n },\n \"multipleBirthInteger\": 0,\n \"contact\": [\n {\n \"relationship\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0131\",\n \"code\": \"C\"\n }\n ]\n }\n ],\n \"name\": {\n \"use\": \"official\",\n \"text\": \"Jane Smith\"\n },\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"0690383372\",\n \"use\": \"mobile\"\n }\n ]\n }\n ],\n \"communication\": [\n {\n \"language\": {\n \"coding\": [\n {\n \"system\": \"urn:ietf:bcp:47\",\n \"code\": \"id-ID\",\n \"display\": \"Indonesian\"\n }\n ],\n \"text\": \"Indonesian\"\n },\n \"preferred\": true\n }\n ],\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/birthPlace\",\n \"valueAddress\": {\n \"city\": \"Bandung\",\n \"country\": \"ID\"\n }\n },\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/citizenshipStatus\",\n \"valueCode\": \"WNI\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Patient",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Patient"
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "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:\": \"P02029102701\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Practitioner",
|
|
"item": [
|
|
{
|
|
"name": "Practitioner - Search NIK",
|
|
"protocolProfileBehavior": {
|
|
"disableBodyPruning": true,
|
|
"disabledSystemHeaders": {
|
|
"content-type": true
|
|
}
|
|
},
|
|
"request": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json"
|
|
}
|
|
],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Practitioner?identifier=https://fhir.kemkes.go.id/id/nik|367400001111222",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Practitioner"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "identifier",
|
|
"value": "https://fhir.kemkes.go.id/id/nik|367400001111222"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Practitioner - Search NIK",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "{{base_url}}/Practitioner?identifier=https://fhir.kemkes.go.id/id/nik|367400001111222",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Practitioner"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "identifier",
|
|
"value": "https://fhir.kemkes.go.id/id/nik|367400001111222"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/fhir+json;charset=utf-8"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Sat, 03 Dec 2022 04:46:23 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "37231"
|
|
},
|
|
{
|
|
"key": "x-xss-protection",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"key": "x-frame-options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "x-content-type-options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "e9cbc455-7f43-4079-925e-b1d31381d7a5"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"entry\": [\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000010\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000010\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000010\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T03:04:31.188115+00:00\",\n \"versionId\": \"MTY2OTE3MjY3MTE4ODExNTAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Dorothy Third Clone\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"[email protected]\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000009\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000009\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000009\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T03:04:02.773442+00:00\",\n \"versionId\": \"MTY2OTE3MjY0Mjc3MzQ0MjAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Dorothies Clone\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"[email protected]\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000008\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000008\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000008\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T03:03:35.594418+00:00\",\n \"versionId\": \"MTY2OTE3MjYxNTU5NDQxODAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Dorothy Clone\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"[email protected]\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000007\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000007\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000007\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T03:00:56.337787+00:00\",\n \"versionId\": \"MTY2OTE3MjQ1NjMzNzc4NzAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Dorothy\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"[email protected]\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000006\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000006\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000006\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T03:00:19.536151+00:00\",\n \"versionId\": \"MTY2OTE3MjQxOTUzNjE1MTAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Rus, MD.\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"[email protected]\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000005\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000005\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000005\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T02:59:54.410712+00:00\",\n \"versionId\": \"MTY2OTE3MjM5NDQxMDcxMjAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Paul Therapist, PT\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"[email protected]\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000004\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000004\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000004\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T02:59:32.514793+00:00\",\n \"versionId\": \"MTY2OTE3MjM3MjUxNDc5MzAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Pamela Educator, RN\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"[email protected]\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000003\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000003\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000003\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T02:59:10.522324+00:00\",\n \"versionId\": \"MTY2OTE3MjM1MDUyMjMyNDAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Ray Sp.Rad.\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"[email protected]\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/10018452434\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"10018452434\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"10018452434\"\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 },\n \"search\": {\n \"mode\": \"match\"\n }\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 9,\n \"type\": \"searchset\"\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Practitioner - Search Name, Gender, Birthdate",
|
|
"protocolProfileBehavior": {
|
|
"disableBodyPruning": true,
|
|
"disabledSystemHeaders": {
|
|
"content-type": true
|
|
}
|
|
},
|
|
"request": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json"
|
|
}
|
|
],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Practitioner?name=Voigt&gender=male&birthdate=1945",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Practitioner"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "name",
|
|
"value": "Voigt"
|
|
},
|
|
{
|
|
"key": "gender",
|
|
"value": "male"
|
|
},
|
|
{
|
|
"key": "birthdate",
|
|
"value": "1945"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Practitioner - Search Name, Gender, Birthdate",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "{{base_url}}/Practitioner?name=Voigt&gender=male&birthdate=1945",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Practitioner"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "name",
|
|
"value": "Voigt"
|
|
},
|
|
{
|
|
"key": "gender",
|
|
"value": "male"
|
|
},
|
|
{
|
|
"key": "birthdate",
|
|
"value": "1945"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/fhir+json;charset=utf-8"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Sat, 03 Dec 2022 04:53:01 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "8576"
|
|
},
|
|
{
|
|
"key": "x-xss-protection",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"key": "x-frame-options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "x-content-type-options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "c45e6850-c883-4d51-b6a0-d1a7644e9c66"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"entry\": [\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/N10000002\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"2000-12-12\",\n \"gender\": \"male\",\n \"id\": \"N10000002\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000002\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111223\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T02:58:44.125648+00:00\",\n \"versionId\": \"MTY2OTE3MjMyNDEyNTY0ODAwMA\"\n },\n \"name\": [\n {\n \"prefix\": [\n \"Dr.\",\n \"dr.\"\n ],\n \"suffix\": [\n \"MARS.\"\n ],\n \"text\": \"Voigt\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Regfristrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"2015\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"[email protected]\"\n }\n ]\n },\n \"search\": {\n \"mode\": \"match\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Practitioner/10018452434\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"10018452434\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"10018452434\"\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 },\n \"search\": {\n \"mode\": \"match\"\n }\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 2,\n \"type\": \"searchset\"\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Practitioner - By ID - 10018452434",
|
|
"event": [
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"exec": [
|
|
"var data = pm.response.json();\r",
|
|
"pm.collectionVariables.set('Practitioner_id', data.id);"
|
|
],
|
|
"type": "text/javascript",
|
|
"packages": {}
|
|
}
|
|
}
|
|
],
|
|
"protocolProfileBehavior": {
|
|
"disableBodyPruning": true,
|
|
"disabledSystemHeaders": {
|
|
"content-type": true
|
|
}
|
|
},
|
|
"request": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json"
|
|
}
|
|
],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Practitioner/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Practitioner",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "10018452434"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Practitioner - By ID - 10018452434",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "{{base_url}}/Practitioner/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Practitioner",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "N10000005"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Sat, 20 Aug 2022 16:27:02 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/fhir+json;charset=utf-8"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY2MTAxMjgyMjA5NzA1OTAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 01 Sep 2022 13:28:51 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "3103"
|
|
},
|
|
{
|
|
"key": "x-xss-protection",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"key": "x-frame-options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "x-content-type-options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "271d1de0-196f-4e32-94e2-c25336152617"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000005\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000005\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-08-20T16:27:02.097059+00:00\",\n \"versionId\": \"MTY2MTAxMjgyMjA5NzA1OTAwMA\"\n },\n \"name\": [\n {\n \"text\": \"Paul Therapist, PT\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"[email protected]\"\n }\n ]\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "02. Pendaftaran Kunjungan Rawat Jalan Gigi",
|
|
"item": [
|
|
{
|
|
"name": "Pembuatan Kunjungan Baru",
|
|
"item": [
|
|
{
|
|
"name": "Encounter - Masuk Kunjungan",
|
|
"event": [
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"exec": [
|
|
"var data = pm.response.json();\r",
|
|
"pm.environment.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\": \"O111112\"\n }\n ],\n \"status\": \"arrived\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-09-09T18:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ServiceClass\",\n \"extension\": [\n {\n \"url\": \"value\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\n }\n ]\n }\n },\n {\n \"url\": \"upgradeClassIndicator\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationUpgradeClass\",\n \"code\": \"kelas-tetap\",\n \"display\": \"Kelas Tetap Perawatan\"\n }\n ]\n }\n }\n ]\n }\n ]\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-09-09T18: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 - Masuk Kunjungan",
|
|
"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\": \"O111112\"\n }\n ],\n \"status\": \"arrived\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-09-09T18:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ServiceClass\",\n \"extension\": [\n {\n \"url\": \"value\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\n }\n ]\n }\n },\n {\n \"url\": \"upgradeClassIndicator\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationUpgradeClass\",\n \"code\": \"kelas-tetap\",\n \"display\": \"Kelas Tetap Perawatan\"\n }\n ]\n }\n }\n ]\n }\n ]\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-09-09T18:00:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Encounter",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Encounter"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8/_history/MTcwNDQzODg3NjQ5NjYwOTAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 07:14:36 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQzODg3NjQ5NjYwOTAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 07:14:36 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1536"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "fb15db74-90b4-4ec5-8bfe-97bb9fbb2753"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"class\": {\n \"code\": \"AMB\",\n \"display\": \"ambulatory\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"id\": \"5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"O111112\"\n }\n ],\n \"location\": [\n {\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"value\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Outpatient\"\n }\n ]\n }\n },\n {\n \"url\": \"upgradeClassIndicator\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"kelas-tetap\",\n \"display\": \"Kelas Tetap Perawatan\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationUpgradeClass\"\n }\n ]\n }\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ServiceClass\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/13e1ed8e-3271-4396-b287-4abbacb5eb85\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T07:14:36.496609+00:00\",\n \"versionId\": \"MTcwNDQzODg3NjQ5NjYwOTAwMA\"\n },\n \"participant\": [\n {\n \"individual\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\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-09-09T18:00:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000002\"\n },\n \"status\": \"arrived\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-09-09T18:00:00+00:00\"\n },\n \"status\": \"arrived\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Masuk ke Ruang Pemeriksaan",
|
|
"item": [
|
|
{
|
|
"name": "Encounter - Masuk ruang",
|
|
"request": {
|
|
"method": "PUT",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"O111112\"\n }\n ],\n \"status\": \"in-progress\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-09-09T18:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ServiceClass\",\n \"extension\": [\n {\n \"url\": \"value\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\n }\n ]\n }\n },\n {\n \"url\": \"upgradeClassIndicator\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationUpgradeClass\",\n \"code\": \"kelas-tetap\",\n \"display\": \"Kelas Tetap Perawatan\"\n }\n ]\n }\n }\n ]\n }\n ]\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-09-09T18:00:00+00:00\",\n \"end\": \"2023-09-09T18:15:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-09-09T18:15:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Encounter/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Encounter",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "{{Encounter_id}}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Encounter - Masuk ruang",
|
|
"originalRequest": {
|
|
"method": "PUT",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"O111112\"\n }\n ],\n \"status\": \"in-progress\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-09-09T18:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ServiceClass\",\n \"extension\": [\n {\n \"url\": \"value\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\n }\n ]\n }\n },\n {\n \"url\": \"upgradeClassIndicator\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationUpgradeClass\",\n \"code\": \"kelas-tetap\",\n \"display\": \"Kelas Tetap Perawatan\"\n }\n ]\n }\n }\n ]\n }\n ]\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-09-09T18:00:00+00:00\",\n \"end\": \"2023-09-09T18:15:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-09-09T18:15:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Encounter/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Encounter",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "{{Encounter_id}}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 07:14:45 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQzODg4NTI4NjUwNDAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8/_history/MTcwNDQzODg4NTI4NjUwNDAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 07:14:45 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1646"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "d5f55db8-3550-4d1f-8e19-4b9f821e593f"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"class\": {\n \"code\": \"AMB\",\n \"display\": \"ambulatory\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"id\": \"5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"O111112\"\n }\n ],\n \"location\": [\n {\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"value\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Outpatient\"\n }\n ]\n }\n },\n {\n \"url\": \"upgradeClassIndicator\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"kelas-tetap\",\n \"display\": \"Kelas Tetap Perawatan\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationUpgradeClass\"\n }\n ]\n }\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ServiceClass\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/13e1ed8e-3271-4396-b287-4abbacb5eb85\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T07:14:45.286504+00:00\",\n \"versionId\": \"MTcwNDQzODg4NTI4NjUwNDAwMA\"\n },\n \"participant\": [\n {\n \"individual\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\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-09-09T18:00:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000002\"\n },\n \"status\": \"in-progress\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-09-09T18:15:00+00:00\",\n \"start\": \"2023-09-09T18:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"start\": \"2023-09-09T18:15:00+00:00\"\n },\n \"status\": \"in-progress\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "03. Anamnesis",
|
|
"item": [
|
|
{
|
|
"name": "Keluhan Utama",
|
|
"item": [
|
|
{
|
|
"name": "Condition - Keluhan Utama",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Condition\",\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\n \"code\": \"problem-list-item\",\n \"display\": \"Problem List Item\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"86276007\",\n \"display\": \"Bleeding gums\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Diana Smith tanggal 9 September 2023\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Condition",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Condition"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Condition - Keluhan Utama",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Condition\",\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\n \"code\": \"problem-list-item\",\n \"display\": \"Problem List Item\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"86276007\",\n \"display\": \"Bleeding gums\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Diana Smith tanggal 9 September 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": "etag",
|
|
"value": "W/\"MTcwNDQzODkwOTE4MDYwNDAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/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/7a67641e-a3cb-4e5d-9710-b09a83e85267/_history/MTcwNDQzODkwOTE4MDYwNDAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 07:15:09 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 07:15:09 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "780"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "e379aa3a-dc22-4097-bb7c-029d8ab16b91"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"86276007\",\n \"display\": \"Bleeding gums\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"display\": \"Kunjungan Diana Smith tanggal 9 September 2023\",\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"7a67641e-a3cb-4e5d-9710-b09a83e85267\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T07:15:09.180604+00:00\",\n \"versionId\": \"MTcwNDQzODkwOTE4MDYwNDAwMA\"\n },\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Golongan Darah",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Golongan Darah",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"laboratory\",\n \"display\": \"Laboratory\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"883-9\",\n \"display\": \"ABO group [Type] in Blood\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:30:00+00:00\",\n \"issued\": \"2023-09-09T18:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA19710-5\",\n \"display\": \"Group A\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Golongan Darah",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"laboratory\",\n \"display\": \"Laboratory\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"883-9\",\n \"display\": \"ABO group [Type] in Blood\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:30:00+00:00\",\n \"issued\": \"2023-09-09T18:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA19710-5\",\n \"display\": \"Group A\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 07:15:18 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQzODkxODI3NDM4NDAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/6c2fe040-868b-46fd-952e-ec573ba87499/_history/MTcwNDQzODkxODI3NDM4NDAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 07:15:18 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "873"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "01a688cd-687c-4ce8-b679-40218bcc65f6"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"laboratory\",\n \"display\": \"Laboratory\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"883-9\",\n \"display\": \"ABO group [Type] in Blood\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-09-09T18:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"6c2fe040-868b-46fd-952e-ec573ba87499\",\n \"identifier\": [],\n \"issued\": \"2023-09-09T18:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T07:15:18.274384+00:00\",\n \"versionId\": \"MTcwNDQzODkxODI3NDM4NDAwMA\"\n },\n \"performer\": [\n {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA19710-5\",\n \"display\": \"Group A\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Rhesus",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Rhesus",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"laboratory\",\n \"display\": \"Laboratory\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"10331-7\",\n \"display\": \"Rh [Type] in Blood\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:30:00+00:00\",\n \"issued\": \"2023-09-09T18:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6576-8\",\n \"display\": \"Positive\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Rhesus",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"laboratory\",\n \"display\": \"Laboratory\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"10331-7\",\n \"display\": \"Rh [Type] in Blood\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:30:00+00:00\",\n \"issued\": \"2023-09-09T18:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6576-8\",\n \"display\": \"Positive\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/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/72887e6c-1139-4b7d-a234-e6289f8b5d3e/_history/MTcwNDQzODkyNzY2MjIwMTAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQzODkyNzY2MjIwMTAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 07:15:27 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 07:15:27 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "867"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "ce2b4b52-3e90-4ba8-a081-14d246668439"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"laboratory\",\n \"display\": \"Laboratory\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"10331-7\",\n \"display\": \"Rh [Type] in Blood\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-09-09T18:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"72887e6c-1139-4b7d-a234-e6289f8b5d3e\",\n \"identifier\": [],\n \"issued\": \"2023-09-09T18:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T07:15:27.662201+00:00\",\n \"versionId\": \"MTcwNDQzODkyNzY2MjIwMTAwMA\"\n },\n \"performer\": [\n {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Anak Smith\",\n \"reference\": \"Patient/100000030004\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"LA6576-8\",\n \"display\": \"Positive\",\n \"system\": \"http://loinc.org\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Riwayat Penyakit",
|
|
"item": [
|
|
{
|
|
"name": "Condition - Riwayat Penyakit",
|
|
"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\": \"472969004\",\n \"display\": \"History of diabetes mellitus type 2\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Diana Smith tanggal 9 September 2023\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Condition",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Condition"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Condition - Riwayat Penyakit",
|
|
"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\": \"472969004\",\n \"display\": \"History of diabetes mellitus type 2\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Diana Smith tanggal 9 September 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": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 07:24:41 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQzOTQ4MTkyMzk1NTAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/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/6491a759-c38e-4207-8a34-1de5a9f69980/_history/MTcwNDQzOTQ4MTkyMzk1NTAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 07:24:41 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "803"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "7e85abf4-36cc-4fb2-acab-d6e55d477cfd"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"472969004\",\n \"display\": \"History of diabetes mellitus type 2\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"display\": \"Kunjungan Diana Smith tanggal 9 September 2023\",\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"6491a759-c38e-4207-8a34-1de5a9f69980\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T07:24:41.923955+00:00\",\n \"versionId\": \"MTcwNDQzOTQ4MTkyMzk1NTAwMA\"\n },\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Riwayat Alergi",
|
|
"item": [
|
|
{
|
|
"name": "AllergyIntolerance - Alergi Aspirin",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"AllergyIntolerance\",\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"verificationStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-verification\",\n \"code\": \"confirmed\",\n \"display\": \"Confirmed\"\n }\n ]\n },\n \"category\": [\n \"medication\"\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000299\",\n \"display\": \"Aspirin\"\n }\n ],\n \"text\": \"Alergi Aspirin\"\n },\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Diana Smith tanggal 9 September 2023\"\n },\n \"recordedDate\": \"2023-09-09T18:30:00+00:00\",\n \"recorder\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/AllergyIntolerance",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"AllergyIntolerance"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "AllergyIntolerance - Alergi Aspirin",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"AllergyIntolerance\",\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"verificationStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-verification\",\n \"code\": \"confirmed\",\n \"display\": \"Confirmed\"\n }\n ]\n },\n \"category\": [\n \"medication\"\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000299\",\n \"display\": \"Aspirin\"\n }\n ],\n \"text\": \"Alergi Aspirin\"\n },\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Diana Smith tanggal 9 September 2023\"\n },\n \"recordedDate\": \"2023-09-09T18:30:00+00:00\",\n \"recorder\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\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": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/AllergyIntolerance/db13a68b-8c38-4238-8ddd-00556b5c7533/_history/MTcwNDQzOTQ5OTU5Nzc2NDAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 07:24:59 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQzOTQ5OTU5Nzc2NDAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 07:24:59 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "983"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "c106cc53-fc14-4acd-bf40-b54e94a80b77"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"category\": [\n \"medication\"\n ],\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"code\": \"active\",\n \"display\": \"Active\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"91000299\",\n \"display\": \"Aspirin\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ],\n \"text\": \"Alergi Aspirin\"\n },\n \"encounter\": {\n \"display\": \"Kunjungan Diana Smith tanggal 9 September 2023\",\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"db13a68b-8c38-4238-8ddd-00556b5c7533\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T07:24:59.597764+00:00\",\n \"versionId\": \"MTcwNDQzOTQ5OTU5Nzc2NDAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"recordedDate\": \"2023-09-09T18:30:00+00:00\",\n \"recorder\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\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": "Riwayat Pengobatan",
|
|
"item": [
|
|
{
|
|
"name": "MedicationDispense - Search by Subject",
|
|
"event": [
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"exec": [
|
|
"var bundle = pm.response.json();\r",
|
|
"var data = bundle.entry[0].resource;\r",
|
|
"pm.collectionVariables.set('Medication_Reference', data.medicationReference.reference.split('/')[1]);"
|
|
],
|
|
"type": "text/javascript",
|
|
"packages": {}
|
|
}
|
|
}
|
|
],
|
|
"protocolProfileBehavior": {
|
|
"disableBodyPruning": true
|
|
},
|
|
"request": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/MedicationDispense?subject=100000030015",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"MedicationDispense"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "subject",
|
|
"value": "100000030015"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "MedicationDispense - Search by Subject",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{base_url}}/MedicationDispense?subject=100000030015",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"MedicationDispense"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "subject",
|
|
"value": "100000030015"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"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, 09 Jan 2024 07:37:56 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "37060"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "ba301bbf-4b48-4b5b-a501-0bfd5da9c5f5"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"entry\": [\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/07100b31-e49b-41de-9a4c-91823d183e51\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"urn:uuid:62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\n }\n ],\n \"category\": {\n \"coding\": [\n {\n \"code\": \"outpatient\",\n \"display\": \"Outpatient\",\n \"system\": \"http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category\"\n }\n ]\n },\n \"context\": {\n \"reference\": \"Encounter/2d8385f3-ecfb-4cf3-8bb7-474cb4f41438\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"1 kapsul setiap 8 jam untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\n },\n \"type\": {\n \"coding\": [\n {\n \"code\": \"ordered\",\n \"display\": \"Ordered\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\"\n }\n ]\n }\n }\n ],\n \"patientInstruction\": \"1 kapsul setiap 8 jam untuk 7 hari mulai tanggal 9 September 2023\",\n \"route\": {\n \"coding\": [\n {\n \"code\": \"O\",\n \"display\": \"Oral\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kapsul setiap 8 jam untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 8,\n \"periodUnit\": \"h\"\n }\n }\n }\n ],\n \"id\": \"07100b31-e49b-41de-9a4c-91823d183e51\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000002\",\n \"use\": \"official\",\n \"value\": \"NK123456788999\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000002\",\n \"use\": \"official\",\n \"value\": \"NK123456788999-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/13e1ed8e-3271-4396-b287-4abbacb5eb85\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/c856fe2a-7661-41c9-b46c-b023dfd3fc54\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-09T06:42:06.953832+00:00\",\n \"versionId\": \"MTcwNDc4MjUyNjk1MzgzMjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/b229b665-fb2e-4698-a2f6-a50b64592504\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"urn:uuid:62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\n }\n ],\n \"category\": {\n \"coding\": [\n {\n \"code\": \"outpatient\",\n \"display\": \"Outpatient\",\n \"system\": \"http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category\"\n }\n ]\n },\n \"context\": {\n \"reference\": \"Encounter/21c363c0-7223-4213-875e-066734374aa2\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"1 kapsul setiap 8 jam untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\n },\n \"type\": {\n \"coding\": [\n {\n \"code\": \"ordered\",\n \"display\": \"Ordered\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\"\n }\n ]\n }\n }\n ],\n \"patientInstruction\": \"1 kapsul setiap 8 jam untuk 7 hari mulai tanggal 9 September 2023\",\n \"route\": {\n \"coding\": [\n {\n \"code\": \"O\",\n \"display\": \"Oral\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kapsul setiap 8 jam untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 8,\n \"periodUnit\": \"h\"\n }\n }\n }\n ],\n \"id\": \"b229b665-fb2e-4698-a2f6-a50b64592504\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000002\",\n \"use\": \"official\",\n \"value\": \"XC123456788999\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000002\",\n \"use\": \"official\",\n \"value\": \"XC123456788999-1\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/13e1ed8e-3271-4396-b287-4abbacb5eb85\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/691ad51b-b64f-40d1-9028-643c5a56afd7\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T08:19:17.910114+00:00\",\n \"versionId\": \"MTcwNDQ0Mjc1NzkxMDExNDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\"\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/09b81487-9718-4b7c-8991-e1cec3c2fc47\",\n \"resource\": {\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\n }\n ],\n \"category\": {\n \"coding\": [\n {\n \"code\": \"outpatient\",\n \"display\": \"Outpatient\",\n \"system\": \"http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category\"\n }\n ]\n },\n \"context\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"1 kapsul setiap 8 jam untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\n },\n \"type\": {\n \"coding\": [\n {\n \"code\": \"ordered\",\n \"display\": \"Ordered\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\"\n }\n ]\n }\n }\n ],\n \"patientInstruction\": \"1 kapsul setiap 8 jam untuk 7 hari mulai tanggal 9 September 2023\",\n \"route\": {\n \"coding\": [\n {\n \"code\": \"O\",\n \"display\": \"Oral\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kapsul setiap 8 jam untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 8,\n \"periodUnit\": \"h\"\n }\n }\n }\n ],\n \"id\": \"09b81487-9718-4b7c-8991-e1cec3c2fc47\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000002\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000002\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/13e1ed8e-3271-4396-b287-4abbacb5eb85\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/3ae9e76b-07c5-4297-9278-c0d4903142cc\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T08:18:02.450214+00:00\",\n \"versionId\": \"MTcwNDQ0MjY4MjQ1MDIxNDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\"\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/0e0a34d6-852f-4978-b697-261aef3ecc07\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/4e11c698-93b0-442b-9f2c-13810f60c5cc\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/355d1933-0957-4592-b225-351876d596a1\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/a0c4c76e-e502-43fc-a9b5-fc975b7c9622\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/35d5a24a-25e6-49a1-b618-bbad76209cf7\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/d3ff75c7-c54c-4b6f-a46d-89a15e17d99a\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/f4790e3e-7832-47ee-9169-60111d81cb09\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/16ecb336-ae1f-4090-b849-66a523d60ff6\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/c00ba810-8d58-4556-ba32-5653655f1894\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/6791da5e-a322-4e18-8a37-e6cfa21977d0\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/9ff1ee2c-33e3-4e46-a4f9-9f8cb8fc0e4d\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/5956a5b7-bf69-4271-bf25-a663c0c7840b\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/c217feea-e971-44bf-8f05-6c2222cdea55\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/7b91fc9d-9ec6-456e-b7e2-a7ef4a304f67\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/dd73164e-3e5e-485d-803c-192e37bdcecc\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/66e057f5-b201-46cd-9bf0-084c9e46fe0e\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/66cdfbb3-d288-42f1-9f81-99e3b3e075f7\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/a4306dd1-76b2-4588-a7dd-901ad469822f\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/6772053b-7cbf-43e2-81cb-cae54d2b3be5\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/f10dafea-4a8c-4318-a264-096b62e69ccb\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/2e86bbb7-f523-40a1-8fb7-0957362196cb\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/5a4e189b-075e-4352-8f74-92d466dde169\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/1f70400a-9f43-43cb-a944-cead897a891f\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/7c456507-6a12-43ae-964b-ad5601ef8e2b\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/b4d6f6be-abaf-476d-9741-43c33beac7b2\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/4438d81a-9102-4872-9672-c2b5138dbf90\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/a0c752be-9388-4f39-8f27-310844ad615b\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/f02fc546-705f-4ca0-9a45-1d1092b0eee7\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/416f2ae5-0ff5-48ed-be76-f3c2c214e428\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/5f245a73-d06f-470d-aa5e-c0df38346aad\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/e084c85f-b3e0-46ac-bb13-8863542ee18a\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/2b174cac-1b68-4d11-b26c-b7e90f060599\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/5831d88f-7199-4e90-bc9d-adceb475065e\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/0e74cd7f-4590-4876-87b0-2a664cbb06d9\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/86b8102e-aef7-4c3a-86a5-03cced3574e7\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/74ed40b4-ef14-45c6-b5a8-b6c0efb19006\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/5e5acf6d-203e-4482-bcbd-0f8d579f8d70\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/c93c6014-bf3d-455d-ac3e-bed4b8ca37bc\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/f5194892-0309-4333-8552-b872803bc65c\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/a05f2188-f5d5-4935-9510-a39ea305239b\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/7f48278d-0c63-47fd-93ff-f62d62b3af00\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/afa121e3-02b6-46a4-8cef-d74ab0deff2f\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/0b346675-ac5b-4a87-9336-713e8f90e226\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/afe94cbd-5932-449d-a146-c5cb290b0b72\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/58a770a4-2498-42eb-a123-7a3267969db6\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/45687ffa-7b31-48eb-954b-faf5d2bf9085\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/7300f349-30e6-4480-b0e6-9ca5b3ad148a\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/812e375a-86d5-4061-a5fc-87cb2ae8086f\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/b787c1e3-7890-4d9b-bc9b-dd9f31d4cfc2\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/2de44ff9-df80-4c80-8c46-85b68c954ead\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/ab847231-9503-43ee-8b4f-6678da9c792c\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/70727b40-a331-4e82-a74b-fd1753aeb5b0\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/4f41bb5f-ee5e-4d2b-a3a1-1aefa6222e86\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/e8a9a4f0-932f-4c4f-bf7b-bc28d7386935\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/7f0afd27-f706-4759-a473-1ee441658243\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/3627ef2c-2d8d-40e4-9910-3d79b7b0170d\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/2bec16f3-01ef-4414-9ba3-0a795014148b\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/cff6b548-eac4-41a6-b23a-0ec7fb310378\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/9532d221-0c06-4da4-a263-dd738116194a\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/5c5195e8-a934-4906-b479-786a5906458a\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/ffaee837-1e73-4961-b4d7-dabd8f611a94\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/f593bc88-2453-42cd-b74a-e70ab5619d90\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/dafafaa8-2df8-48f5-b14d-6de9247266dc\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/4908c9b8-3449-4710-a887-df0c62372e49\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/6fcd5011-7b62-4b7e-b0d5-fab50c65edd6\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/27da64e3-7578-4b46-a902-f885ab8fb347\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/de84d394-03cf-4171-b971-d781941f99d3\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/c775329a-d5da-4498-b039-618e8a3d0bcd\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/dbd2dfef-abe9-4e41-9d02-401ebf0ce270\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/b56f01eb-24f8-41a2-92cb-e3981e0e48ae\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/d2ff1684-e5eb-4275-82a4-0f29a3eb5115\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/2131c6c5-d069-4512-8f00-13fe669fa74a\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/c85e7307-e596-4aaa-8d8b-e95ac8c001b2\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/65677d7e-c787-4216-99bd-5be98762b712\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/24e4b29a-0034-4518-a3d6-badf670e022c\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/21d1cceb-f969-4421-adf8-f69cda7021ff\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/b370910a-9748-4814-9919-711a753b9376\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/b86c261a-0147-49b1-a420-e2d5fb135d49\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/076255b1-66c7-4283-b2dd-f51ee6d80805\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/756bbfda-9f0e-48ea-8888-0a79c31ec903\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/c6683ea3-4273-4b65-bc91-83eb4b258dc9\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/d2f0e0c2-58ac-4772-8cf7-3022afdac9f9\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/90d7ecb2-a987-4e8e-acec-fc0fc67b8975\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/7bacaf6e-52fb-49b1-96b0-3162abc5a75c\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/f0fbccb3-b509-4b64-a400-01591df40406\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/0c2def66-3972-420a-ae22-8a79a0bca738\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/8fc7265b-8e26-4d19-8274-47a8749e2eaa\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/c6a63172-9d2e-4c56-ab4f-c6a644b29a90\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/952de392-4679-4c15-809c-ec44dfbcbd20\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/c2335973-8118-45cb-82f0-3639bc0b7ef4\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/58ee01ea-58e0-4ea4-ad0b-4c635e95906a\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/7d905c3c-3ab8-4b7d-b52e-2a09fc26ff58\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/c1857fd8-a0af-473c-afc7-0545c1225ea8\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/979d8c74-1367-44ca-a25c-e1ea36c2ccf7\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/f3edfc0f-c55c-443e-b7b0-89a9c232627c\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/fe5624c0-4bfb-489d-9f0d-d962e4478188\"\n }\n ]\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"OperationOutcome\",\n \"issue\": [\n {\n \"severity\": \"information\",\n \"code\": \"suppressed\",\n \"details\": {\n \"text\": \"The operation did not return any information due to consent or privacy rules.\"\n },\n \"diagnostics\": \"No consent available for MedicationDispense/b2b77d1b-2b35-4956-a0aa-03892e5b2242\"\n }\n ]\n }\n }\n ],\n \"link\": [\n {\n \"relation\": \"search\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/?subject=100000030015\"\n },\n {\n \"relation\": \"next\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/?subject=100000030015&_page_token=AYrMtaKq7yyS9JtxguOVBLo6pvw7HNlJHXj-ifVWd2j0BOoh9LQzRaIUlcmSJwLKbA2ZELdIcvqg-9ENIhJ0W4UC7aowFFuohbPQ7BdVWvdVEIPXBugfhuMlalCvLLgQheJge6VzPH2qBv1MvSoLHw-qW_HN0O2EHMtZCBqbfcHSuYQONBIkX7-8bDNa_eSYNQ_VqCwH0sBE5Q%3D%3D\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/?subject=100000030015\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/?subject=100000030015\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 100,\n \"type\": \"searchset\"\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "MedicationStatement - Riwayat Pengobatan",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"MedicationStatement\",\n \"status\": \"active\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/medication-statement-category\",\n \"code\": \"outpatient\",\n \"display\": \"Outpatient\"\n }\n ]\n },\n \"medicationReference\": {\n \"reference\": \"Medication/{{Medication_Reference}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"dosage\": [\n {\n \"text\": \"1 kapsul setiap 8 jam untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 8,\n \"periodUnit\": \"h\"\n }\n }\n }\n ],\n \"effectiveDateTime\": \"2022-01-01T17:00:00+00:00\",\n \"dateAsserted\": \"2022-09-09T18:30:00+00:00\",\n \"informationSource\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/MedicationStatement",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"MedicationStatement"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "MedicationStatement - Riwayat Pengobatan",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"MedicationStatement\",\n \"status\": \"active\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/medication-statement-category\",\n \"code\": \"outpatient\",\n \"display\": \"Outpatient\"\n }\n ]\n },\n \"medicationReference\": {\n \"reference\": \"Medication/{{Medication_Reference}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"dosage\": [\n {\n \"text\": \"1 kapsul setiap 8 jam untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 8,\n \"periodUnit\": \"h\"\n }\n }\n }\n ],\n \"effectiveDateTime\": \"2022-01-01T17:00:00+00:00\",\n \"dateAsserted\": \"2022-09-09T18:30:00+00:00\",\n \"informationSource\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/MedicationStatement",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"MedicationStatement"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Tue, 09 Jan 2024 09:52:32 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDc5Mzk1MjQ1MTAxMDAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/MedicationStatement/ed6fc81c-c78b-405f-be2f-ef954e5ef5ea/_history/MTcwNDc5Mzk1MjQ1MTAxMDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Tue, 09 Jan 2024 09:52:32 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": "0241dceb-1c1e-4ae9-9462-dd857b553de7"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' 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\": \"outpatient\",\n \"display\": \"Outpatient\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/medication-statement-category\"\n }\n ]\n },\n \"context\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"dateAsserted\": \"2022-09-09T18:30:00+00:00\",\n \"dosage\": [\n {\n \"text\": \"1 kapsul setiap 8 jam untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 8,\n \"periodUnit\": \"h\"\n }\n }\n }\n ],\n \"effectiveDateTime\": \"2022-01-01T17:00:00+00:00\",\n \"id\": \"ed6fc81c-c78b-405f-be2f-ef954e5ef5ea\",\n \"identifier\": [],\n \"informationSource\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"medicationReference\": {\n \"reference\": \"Medication/c856fe2a-7661-41c9-b46c-b023dfd3fc54\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-09T09:52:32.451010+00:00\",\n \"versionId\": \"MTcwNDc5Mzk1MjQ1MTAxMDAwMA\"\n },\n \"resourceType\": \"MedicationStatement\",\n \"status\": \"active\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Status Kehamilan",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Status Kehamilan Pasien",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"82810-3\",\n \"display\": \"Pregnancy status\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:30:00+00:00\",\n \"issued\": \"2023-09-09T18:30:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"60001007\",\n \"display\": \"Not pregnant\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Status Kehamilan Pasien",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"82810-3\",\n \"display\": \"Pregnancy status\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:30:00+00:00\",\n \"issued\": \"2023-09-09T18:30:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"60001007\",\n \"display\": \"Not pregnant\"\n }\n ]\n }\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/d4a42a8f-1f7a-4bed-bdf5-9c01f71f59c7/_history/MTcwNDQzOTY4NTczNjU2MDAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQzOTY4NTczNjU2MDAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 07:28:05 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 07:28:05 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "844"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "f86bce4f-9ffb-421f-a3a8-4167a9d24450"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"82810-3\",\n \"display\": \"Pregnancy status\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-09-09T18:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"d4a42a8f-1f7a-4bed-bdf5-9c01f71f59c7\",\n \"identifier\": [],\n \"issued\": \"2023-09-09T18:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T07:28:05.736560+00:00\",\n \"versionId\": \"MTcwNDQzOTY4NTczNjU2MDAwMA\"\n },\n \"performer\": [\n {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"60001007\",\n \"display\": \"Not pregnant\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "04. Pemeriksaan Fisik",
|
|
"item": [
|
|
{
|
|
"name": "Tanda Vital",
|
|
"item": [
|
|
{
|
|
"name": "Nadi",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Nadi",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"8867-4\",\n \"display\": \"Heart rate\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:30:00+00:00\",\n \"issued\": \"2023-09-09T18:30:00+00:00\",\n \"valueQuantity\": {\n \"value\": 88,\n \"unit\": \"beats/minute\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"/min\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Nadi",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"8867-4\",\n \"display\": \"Heart rate\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:30:00+00:00\",\n \"issued\": \"2023-09-09T18:30:00+00:00\",\n \"valueQuantity\": {\n \"value\": 88,\n \"unit\": \"beats/minute\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"/min\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQzOTY5ODc4NzE3MTAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/6688d3ba-eb5a-42b3-8756-8da4aa3e34a5/_history/MTcwNDQzOTY5ODc4NzE3MTAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 07:28:18 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 07:28:18 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": "35faf817-42b7-4c34-a850-647d8cecc8b4"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"8867-4\",\n \"display\": \"Heart rate\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-09-09T18:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"6688d3ba-eb5a-42b3-8756-8da4aa3e34a5\",\n \"identifier\": [],\n \"issued\": \"2023-09-09T18:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T07:28:18.787171+00:00\",\n \"versionId\": \"MTcwNDQzOTY5ODc4NzE3MTAwMA\"\n },\n \"performer\": [\n {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"/min\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"beats/minute\",\n \"value\": 88\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Pernapasan",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Pernapasan",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"9279-1\",\n \"display\": \"Respiratory rate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:30:00+00:00\",\n \"issued\": \"2023-09-09T18:30:00+00:00\",\n \"valueQuantity\": {\n \"value\": 18,\n \"unit\": \"breaths/minute\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"/min\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Pernapasan",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"9279-1\",\n \"display\": \"Respiratory rate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:30:00+00:00\",\n \"issued\": \"2023-09-09T18:30:00+00:00\",\n \"valueQuantity\": {\n \"value\": 18,\n \"unit\": \"breaths/minute\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"/min\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/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/cf65c6c3-e305-4fa7-9c0a-fe1c9aec6c76/_history/MTcwNDQzOTcxNTAwNTk1MjAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 07:28:35 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQzOTcxNTAwNTk1MjAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 07:28:35 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "866"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "85f80fc5-7c04-4a14-b5e4-2b0df632799a"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"9279-1\",\n \"display\": \"Respiratory rate\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-09-09T18:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"cf65c6c3-e305-4fa7-9c0a-fe1c9aec6c76\",\n \"identifier\": [],\n \"issued\": \"2023-09-09T18:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T07:28:35.005952+00:00\",\n \"versionId\": \"MTcwNDQzOTcxNTAwNTk1MjAwMA\"\n },\n \"performer\": [\n {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"/min\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"breaths/minute\",\n \"value\": 18\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Tekanan Darah - Sistole",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Sistole",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"8480-6\",\n \"display\": \"Systolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:30:00+00:00\",\n \"issued\": \"2023-09-09T18:30:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 115,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Sistole",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"8480-6\",\n \"display\": \"Systolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:30:00+00:00\",\n \"issued\": \"2023-09-09T18:30:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 115,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQzOTcyODQ5NzY5MzAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/7c9fc45f-e9fe-4f60-9a90-e1ae5c101a23/_history/MTcwNDQzOTcyODQ5NzY5MzAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 07:28:48 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 07:28:48 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "969"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "6437bc18-ceb4-4f5a-843b-bc050ff1c779"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"bodySite\": {\n \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"8480-6\",\n \"display\": \"Systolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-09-09T18:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"7c9fc45f-e9fe-4f60-9a90-e1ae5c101a23\",\n \"identifier\": [],\n \"issued\": \"2023-09-09T18:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T07:28:48.497693+00:00\",\n \"versionId\": \"MTcwNDQzOTcyODQ5NzY5MzAwMA\"\n },\n \"performer\": [\n {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 115\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Tekanan Darah - Diastole",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Diastole",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:30:00+00:00\",\n \"issued\": \"2023-09-09T18:30:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 75,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Diastole",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:30:00+00:00\",\n \"issued\": \"2023-09-09T18:30:00+00:00\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n },\n \"valueQuantity\": {\n \"value\": 75,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 07:28:59 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQzOTczOTY0MDQzNDAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/e2b8362b-6b9d-4562-bc2f-0dee47501b94/_history/MTcwNDQzOTczOTY0MDQzNDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 07:28:59 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "969"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "bbb9214e-915b-41ca-9f07-860185e6fce1"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"bodySite\": {\n \"coding\": [\n {\n \"code\": \"368209003\",\n \"display\": \"Right arm\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-09-09T18:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"e2b8362b-6b9d-4562-bc2f-0dee47501b94\",\n \"identifier\": [],\n \"issued\": \"2023-09-09T18:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T07:28:59.640434+00:00\",\n \"versionId\": \"MTcwNDQzOTczOTY0MDQzNDAwMA\"\n },\n \"performer\": [\n {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 75\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Suhu",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Suhu",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"8310-5\",\n \"display\": \"Body temperature\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:30:00+00:00\",\n \"issued\": \"2023-09-09T18:30:00+00:00\",\n \"valueQuantity\": {\n \"value\": 37.5,\n \"unit\": \"C\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"Cel\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Suhu",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"8310-5\",\n \"display\": \"Body temperature\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:30:00+00:00\",\n \"issued\": \"2023-09-09T18:30:00+00:00\",\n \"valueQuantity\": {\n \"value\": 37.5,\n \"unit\": \"C\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"Cel\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/5473eff6-6f2c-4b15-b485-6ecc2a37f34a/_history/MTcwNDQzOTc1MTY4MDM3OTAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQzOTc1MTY4MDM3OTAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 07:29:11 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 07:29:11 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "854"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "07f32222-423d-42fa-984f-b82733424d12"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"8310-5\",\n \"display\": \"Body temperature\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-09-09T18:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"5473eff6-6f2c-4b15-b485-6ecc2a37f34a\",\n \"identifier\": [],\n \"issued\": \"2023-09-09T18:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T07:29:11.680379+00:00\",\n \"versionId\": \"MTcwNDQzOTc1MTY4MDM3OTAwMA\"\n },\n \"performer\": [\n {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"Cel\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"C\",\n \"value\": 37.5\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "OHIS",
|
|
"item": [
|
|
{
|
|
"name": "Debris Indeks",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Debris Indeks (Gigi 16)",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000062\",\n \"display\": \"Debris Indeks\"\n }\n ]\n },\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"865995000\",\n \"display\": \"Structure of permanent maxillary right first molar tooth\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:35:00+00:00\",\n \"issued\": \"2023-09-09T18:35:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000097\",\n \"display\": \"Terdapat debris pada 1/3 permukaan servikal gigi atau dijumpai stain ekstrinsik\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Debris Indeks (Gigi 16)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000062\",\n \"display\": \"Debris Indeks\"\n }\n ]\n },\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"865995000\",\n \"display\": \"Structure of permanent maxillary right first molar tooth\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:35:00+00:00\",\n \"issued\": \"2023-09-09T18:35:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000097\",\n \"display\": \"Terdapat debris pada 1/3 permukaan servikal gigi atau dijumpai stain ekstrinsik\"\n }\n ]\n }\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/\"MTcwNDQzOTkxNjI4NDY4MTAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/f288fcb7-5ddd-46f7-9fd6-4312f140cd8a/_history/MTcwNDQzOTkxNjI4NDY4MTAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 07:31:56 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 07:31:56 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1151"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "4c67e03a-d534-4e8f-ace2-bfbae7fbe6ae"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"bodySite\": {\n \"coding\": [\n {\n \"code\": \"865995000\",\n \"display\": \"Structure of permanent maxillary right first molar tooth\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000062\",\n \"display\": \"Debris Indeks\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-09-09T18:35:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"f288fcb7-5ddd-46f7-9fd6-4312f140cd8a\",\n \"identifier\": [],\n \"issued\": \"2023-09-09T18:35:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T07:31:56.284681+00:00\",\n \"versionId\": \"MTcwNDQzOTkxNjI4NDY4MTAwMA\"\n },\n \"performer\": [\n {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"OV000097\",\n \"display\": \"Terdapat debris pada 1/3 permukaan servikal gigi atau dijumpai stain ekstrinsik\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Skor Total Debris Indeks",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Skor Total Debris Indeks",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000056\",\n \"display\": \"Skor Total Debris Indeks\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:35:00+00:00\",\n \"issued\": \"2023-09-09T18:35:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 2.2,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Skor Total Debris Indeks",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000056\",\n \"display\": \"Skor Total Debris Indeks\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:35:00+00:00\",\n \"issued\": \"2023-09-09T18:35:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 2.2,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 07:36:20 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/24d78eb6-1fff-4213-9d20-6699b8650c41/_history/MTcwNDQ0MDE4MDE2MTg5NzAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQ0MDE4MDE2MTg5NzAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 07:36:20 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": "df75ad78-68a6-4b4d-8db0-1e6ab7a0e372"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000056\",\n \"display\": \"Skor Total Debris Indeks\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-09-09T18:35:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"24d78eb6-1fff-4213-9d20-6699b8650c41\",\n \"identifier\": [],\n \"issued\": \"2023-09-09T18:35:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T07:36:20.161897+00:00\",\n \"versionId\": \"MTcwNDQ0MDE4MDE2MTg5NzAwMA\"\n },\n \"performer\": [\n {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 2.2\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Kalkulus Indeks",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Kalkulus Indeks (Gigi 31)",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000063\",\n \"display\": \"Kalkulus Indeks\"\n }\n ]\n },\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"425106001\",\n \"display\": \"Structure of permanent mandibular left central incisor tooth\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:35:00+00:00\",\n \"issued\": \"2023-09-09T18:35:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000100\",\n \"display\": \"Terdapat kalkulus supragingiva pada 1/3 permukaan servikal gigi tanpa kalkulus subgingiva\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Kalkulus Indeks (Gigi 31)",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000063\",\n \"display\": \"Kalkulus Indeks\"\n }\n ]\n },\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"425106001\",\n \"display\": \"Structure of permanent mandibular left central incisor tooth\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:35:00+00:00\",\n \"issued\": \"2023-09-09T18:35:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000100\",\n \"display\": \"Terdapat kalkulus supragingiva pada 1/3 permukaan servikal gigi tanpa kalkulus subgingiva\"\n }\n ]\n }\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/a68c2262-6daf-475e-b19e-9fc435c74d82/_history/MTcwNDQ0MDE5MTMzNTMyODAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQ0MDE5MTMzNTMyODAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 07:36:31 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 07:36:31 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1167"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "4b7fe7a7-aff2-4d84-bc98-2b16d7755f02"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"bodySite\": {\n \"coding\": [\n {\n \"code\": \"425106001\",\n \"display\": \"Structure of permanent mandibular left central incisor tooth\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000063\",\n \"display\": \"Kalkulus Indeks\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-09-09T18:35:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"a68c2262-6daf-475e-b19e-9fc435c74d82\",\n \"identifier\": [],\n \"issued\": \"2023-09-09T18:35:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T07:36:31.335328+00:00\",\n \"versionId\": \"MTcwNDQ0MDE5MTMzNTMyODAwMA\"\n },\n \"performer\": [\n {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"OV000100\",\n \"display\": \"Terdapat kalkulus supragingiva pada 1/3 permukaan servikal gigi tanpa kalkulus subgingiva\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Skor Total Kalkulus Indeks",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Skor Total Kalkulus Indeks",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000057\",\n \"display\": \"Skor Total Kalkulus Indeks\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:34:00+00:00\",\n \"issued\": \"2023-09-09T18:35:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 1.2,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Skor Total Kalkulus Indeks",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000057\",\n \"display\": \"Skor Total Kalkulus Indeks\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:34:00+00:00\",\n \"issued\": \"2023-09-09T18:35:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 1.2,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 07:39:06 UTC"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/f619a2e7-8142-4fa7-bdd7-d48e16a0f929/_history/MTcwNDQ0MDM0NjU1NTY3MTAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQ0MDM0NjU1NTY3MTAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 07:39:06 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "901"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "b08bfefa-921e-44c9-80ab-50d3f4722491"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000057\",\n \"display\": \"Skor Total Kalkulus Indeks\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-09-09T18:34:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/d6ccb430-2510-4955-885b-332a0bbef7b1\"\n },\n \"id\": \"f619a2e7-8142-4fa7-bdd7-d48e16a0f929\",\n \"identifier\": [],\n \"issued\": \"2023-09-09T18:35:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T07:39:06.555671+00:00\",\n \"versionId\": \"MTcwNDQ0MDM0NjU1NTY3MTAwMA\"\n },\n \"performer\": [\n {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 1.2\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Skor Total OHIS",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Skor Total OHIS",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000058\",\n \"display\": \"Skor Total Oral Hygiene Index Simplified (OHIS)\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:35:00+00:00\",\n \"issued\": \"2023-09-09T18:35:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 3.4,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OI000031\",\n \"display\": \"Kondisi Gigi Buruk\"\n }\n ],\n \"text\": \"Buruk\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Skor Total OHIS",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000058\",\n \"display\": \"Skor Total Oral Hygiene Index Simplified (OHIS)\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:35:00+00:00\",\n \"issued\": \"2023-09-09T18:35:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 3.4,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OI000031\",\n \"display\": \"Kondisi Gigi Buruk\"\n }\n ],\n \"text\": \"Buruk\"\n }\n ]\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/7c57b082-2e05-4ee6-923e-d8402e3e5177/_history/MTcwNDQ0MDM5MDg2ODk0NjAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 07:39:50 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQ0MDM5MDg2ODk0NjAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 07:39:50 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1088"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "43f62115-48cd-4307-8ba5-86a34d4f022f"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000058\",\n \"display\": \"Skor Total Oral Hygiene Index Simplified (OHIS)\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-09-09T18:35:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"7c57b082-2e05-4ee6-923e-d8402e3e5177\",\n \"identifier\": [],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"OI000031\",\n \"display\": \"Kondisi Gigi Buruk\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ],\n \"text\": \"Buruk\"\n }\n ],\n \"issued\": \"2023-09-09T18:35:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T07:39:50.868946+00:00\",\n \"versionId\": \"MTcwNDQ0MDM5MDg2ODk0NjAwMA\"\n },\n \"performer\": [\n {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"{score}\",\n \"value\": 3.4\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "05. Formulir Pemeriksaan Odontogram",
|
|
"item": [
|
|
{
|
|
"name": "Odontogram",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Odontogram - Gigi 11",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000061\",\n \"display\": \"Pemeriksaan Odontogram\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"422653006\",\n \"display\": \"Structure of permanent maxillary right central incisor tooth\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"32889-8\",\n \"display\": \"Surface [Identifier] Tooth\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"46053002\",\n \"display\": \"Distal\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"32889-8\",\n \"display\": \"Surface [Identifier] Tooth\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"255579002\",\n \"display\": \"Palatal-lingual\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"32889-8\",\n \"display\": \"Surface [Identifier] Tooth\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"256452006\",\n \"display\": \"Composite dental filling material\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"432680005\",\n \"display\": \"Dental filling material\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"256452006\",\n \"display\": \"Composite dental filling material\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"251335007\",\n \"display\": \"Dental restoration or prosthesis shade\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"272287005\",\n \"display\": \"Inlay dental restoration\"\n }\n ]\n }\n }\n ],\n \"valueBoolean\": true\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Odontogram - Gigi 11",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000061\",\n \"display\": \"Pemeriksaan Odontogram\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"422653006\",\n \"display\": \"Structure of permanent maxillary right central incisor tooth\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"32889-8\",\n \"display\": \"Surface [Identifier] Tooth\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"46053002\",\n \"display\": \"Distal\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"32889-8\",\n \"display\": \"Surface [Identifier] Tooth\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"255579002\",\n \"display\": \"Palatal-lingual\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"32889-8\",\n \"display\": \"Surface [Identifier] Tooth\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"256452006\",\n \"display\": \"Composite dental filling material\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"432680005\",\n \"display\": \"Dental filling material\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"256452006\",\n \"display\": \"Composite dental filling material\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"251335007\",\n \"display\": \"Dental restoration or prosthesis shade\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"272287005\",\n \"display\": \"Inlay dental restoration\"\n }\n ]\n }\n }\n ],\n \"valueBoolean\": true\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMjU4MTU3NDQ5MTM5NjAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/2f6900a6-0d0e-4c1b-89a2-0685eb85f3a0/_history/MTcyMjU4MTU3NDQ5MTM5NjAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 02 Aug 2024 06:52:54 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 02 Aug 2024 06:52:54 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "2177"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "2958811d-b7af-456e-9ba7-52a3cbdec8da"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"bodySite\": {\n \"coding\": [\n {\n \"code\": \"422653006\",\n \"display\": \"Structure of permanent maxillary right central incisor tooth\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000061\",\n \"display\": \"Pemeriksaan Odontogram\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"32889-8\",\n \"display\": \"Surface [Identifier] Tooth\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"46053002\",\n \"display\": \"Distal\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"32889-8\",\n \"display\": \"Surface [Identifier] Tooth\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"255579002\",\n \"display\": \"Palatal-lingual\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"32889-8\",\n \"display\": \"Surface [Identifier] Tooth\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"256452006\",\n \"display\": \"Composite dental filling material\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"432680005\",\n \"display\": \"Dental filling material\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"256452006\",\n \"display\": \"Composite dental filling material\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"251335007\",\n \"display\": \"Dental restoration or prosthesis shade\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"272287005\",\n \"display\": \"Inlay dental restoration\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n }\n ],\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"2f6900a6-0d0e-4c1b-89a2-0685eb85f3a0\",\n \"identifier\": [],\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-08-02T06:52:54.491396+00:00\",\n \"versionId\": \"MTcyMjU4MTU3NDQ5MTM5NjAwMA\"\n },\n \"performer\": [\n {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"valueBoolean\": true\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Odontogram - Gigi 12",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000061\",\n \"display\": \"Pemeriksaan Odontogram\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"424877001\",\n \"display\": \"Structure of permanent maxillary right lateral incisor tooth\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"278544002\",\n \"display\": \"Tooth finding\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000093\",\n \"display\": \"Sisa Akar\"\n }\n ]\n }\n }\n ],\n \"valueBoolean\": true\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Odontogram - Gigi 12",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000061\",\n \"display\": \"Pemeriksaan Odontogram\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"424877001\",\n \"display\": \"Structure of permanent maxillary right lateral incisor tooth\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"278544002\",\n \"display\": \"Tooth finding\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000093\",\n \"display\": \"Sisa Akar\"\n }\n ]\n }\n }\n ],\n \"valueBoolean\": true\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQ0MDQwNTMzMjA1ODAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/211117ff-e571-4280-863b-70bdbdc396d0/_history/MTcwNDQ0MDQwNTMzMjA1ODAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 07:40:05 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 07:40:05 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1231"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "16916fd4-cb40-41cc-9d2e-de7bba9d0683"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"bodySite\": {\n \"coding\": [\n {\n \"code\": \"424877001\",\n \"display\": \"Structure of permanent maxillary right lateral incisor tooth\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000061\",\n \"display\": \"Pemeriksaan Odontogram\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"278544002\",\n \"display\": \"Tooth finding\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"OV000093\",\n \"display\": \"Sisa Akar\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n }\n }\n ],\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"211117ff-e571-4280-863b-70bdbdc396d0\",\n \"identifier\": [],\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T07:40:05.332058+00:00\",\n \"versionId\": \"MTcwNDQ0MDQwNTMzMjA1ODAwMA\"\n },\n \"performer\": [\n {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"valueBoolean\": true\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Odontogram - Gigi 15",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000061\",\n \"display\": \"Pemeriksaan Odontogram\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"36492000\",\n \"display\": \"Structure of permanent maxillary right second premolar tooth\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"34026-5\",\n \"display\": \"Dental prosthesis\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"706359004\",\n \"display\": \"Denture clasp\"\n }\n ]\n }\n }\n ],\n \"valueBoolean\": true\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Odontogram - Gigi 15",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000061\",\n \"display\": \"Pemeriksaan Odontogram\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"36492000\",\n \"display\": \"Structure of permanent maxillary right second premolar tooth\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"34026-5\",\n \"display\": \"Dental prosthesis\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"706359004\",\n \"display\": \"Denture clasp\"\n }\n ]\n }\n }\n ],\n \"valueBoolean\": true\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNTY2OTI3NDMzNzY2NDAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 19 Jan 2024 13:01:14 UTC"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/fccaa250-5399-4468-bc53-b1843ecb98a8/_history/MTcwNTY2OTI3NDMzNzY2NDAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 19 Jan 2024 13:01:14 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1197"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "65755b37-951a-4bf6-9f30-971560a78562"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"bodySite\": {\n \"coding\": [\n {\n \"code\": \"36492000\",\n \"display\": \"Structure of permanent maxillary right second premolar tooth\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000061\",\n \"display\": \"Pemeriksaan Odontogram\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"34026-5\",\n \"display\": \"Dental prosthesis\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"706359004\",\n \"display\": \"Denture clasp\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n }\n ],\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"fccaa250-5399-4468-bc53-b1843ecb98a8\",\n \"identifier\": [],\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-19T13:01:14.337664+00:00\",\n \"versionId\": \"MTcwNTY2OTI3NDMzNzY2NDAwMA\"\n },\n \"performer\": [\n {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"valueBoolean\": true\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Odontogram - Gigi 16",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000061\",\n \"display\": \"Pemeriksaan Odontogram\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"865995000\",\n \"display\": \"Structure of permanent maxillary right first molar tooth\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"34026-5\",\n \"display\": \"Dental prosthesis\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"272256008\",\n \"display\": \"Partial denture\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"256509009\",\n \"display\": \"Maxillofacial prosthesis and appliance material\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"256511000\",\n \"display\": \"Acrylic dental material \"\n }\n ]\n }\n }\n ],\n \"valueBoolean\": true\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Odontogram - Gigi 16",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000061\",\n \"display\": \"Pemeriksaan Odontogram\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"865995000\",\n \"display\": \"Structure of permanent maxillary right first molar tooth\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"34026-5\",\n \"display\": \"Dental prosthesis\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"272256008\",\n \"display\": \"Partial denture\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"256509009\",\n \"display\": \"Maxillofacial prosthesis and appliance material\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"256511000\",\n \"display\": \"Acrylic dental material \"\n }\n ]\n }\n }\n ],\n \"valueBoolean\": true\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNTY2OTE0MjU4MDgxNDAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/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/68650710-450a-423d-92ab-e74a5b72b352/_history/MTcwNTY2OTE0MjU4MDgxNDAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 19 Jan 2024 12:59:02 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 19 Jan 2024 12:59:02 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1461"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "23665812-fc27-4ea4-adfe-2aa04fb79874"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"bodySite\": {\n \"coding\": [\n {\n \"code\": \"865995000\",\n \"display\": \"Structure of permanent maxillary right first molar tooth\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000061\",\n \"display\": \"Pemeriksaan Odontogram\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"34026-5\",\n \"display\": \"Dental prosthesis\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"272256008\",\n \"display\": \"Partial denture\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"256509009\",\n \"display\": \"Maxillofacial prosthesis and appliance material\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"256511000\",\n \"display\": \"Acrylic dental material \",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n }\n ],\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"68650710-450a-423d-92ab-e74a5b72b352\",\n \"identifier\": [],\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-19T12:59:02.580814+00:00\",\n \"versionId\": \"MTcwNTY2OTE0MjU4MDgxNDAwMA\"\n },\n \"performer\": [\n {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"valueBoolean\": true\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Odontogram - Gigi 21",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000061\",\n \"display\": \"Pemeriksaan Odontogram\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"424399000\",\n \"display\": \"Structure of permanent maxillary left central incisor tooth\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"278544002\",\n \"display\": \"Tooth finding\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000091\",\n \"display\": \"Anomali\"\n }\n ]\n }\n }\n ],\n \"valueBoolean\": true\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Odontogram - Gigi 21",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000061\",\n \"display\": \"Pemeriksaan Odontogram\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"424399000\",\n \"display\": \"Structure of permanent maxillary left central incisor tooth\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"278544002\",\n \"display\": \"Tooth finding\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000091\",\n \"display\": \"Anomali\"\n }\n ]\n }\n }\n ],\n \"valueBoolean\": true\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/bbb59c64-f978-43eb-a2eb-6818fbc12243/_history/MTcwNDQ0MDQxNzA5NTgyNTAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQ0MDQxNzA5NTgyNTAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 07:40:17 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 07:40:17 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1228"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "1d173f29-b092-479a-a81e-9a6fe2036882"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"bodySite\": {\n \"coding\": [\n {\n \"code\": \"424399000\",\n \"display\": \"Structure of permanent maxillary left central incisor tooth\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000061\",\n \"display\": \"Pemeriksaan Odontogram\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"278544002\",\n \"display\": \"Tooth finding\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"OV000091\",\n \"display\": \"Anomali\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n }\n }\n ],\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"bbb59c64-f978-43eb-a2eb-6818fbc12243\",\n \"identifier\": [],\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T07:40:17.095825+00:00\",\n \"versionId\": \"MTcwNDQ0MDQxNzA5NTgyNTAwMA\"\n },\n \"performer\": [\n {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"valueBoolean\": true\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Odontogram - Gigi 47",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000061\",\n \"display\": \"Pemeriksaan Odontogram\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"863899008\",\n \"display\": \"Structure of permanent mandibular right second molar tooth\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"32889-8\",\n \"display\": \"Surface [Identifier] Tooth\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"257885003\",\n \"display\": \"Occlusion-action\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"278544002\",\n \"display\": \"Tooth finding\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"80967001\",\n \"display\": \"Dental caries\"\n },\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000092\",\n \"display\": \"Gigi Non-Vital\"\n }\n ]\n }\n }\n ],\n \"valueBoolean\": true\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Odontogram - Gigi 47",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000061\",\n \"display\": \"Pemeriksaan Odontogram\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"863899008\",\n \"display\": \"Structure of permanent mandibular right second molar tooth\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"32889-8\",\n \"display\": \"Surface [Identifier] Tooth\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"257885003\",\n \"display\": \"Occlusion-action\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"278544002\",\n \"display\": \"Tooth finding\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"80967001\",\n \"display\": \"Dental caries\"\n },\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000092\",\n \"display\": \"Gigi Non-Vital\"\n }\n ]\n }\n }\n ],\n \"valueBoolean\": true\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/d66b7d50-7673-476f-91e5-a13a74ee677b/_history/MTcyMjU4MTU4NDQyNzMxNjAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcyMjU4MTU4NDQyNzMxNjAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 02 Aug 2024 06:53:04 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 02 Aug 2024 06:53:04 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1542"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "673627d1-6bc4-4c80-9400-2a2e9f405bad"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"bodySite\": {\n \"coding\": [\n {\n \"code\": \"863899008\",\n \"display\": \"Structure of permanent mandibular right second molar tooth\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000061\",\n \"display\": \"Pemeriksaan Odontogram\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"32889-8\",\n \"display\": \"Surface [Identifier] Tooth\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"257885003\",\n \"display\": \"Occlusion-action\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"278544002\",\n \"display\": \"Tooth finding\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"80967001\",\n \"display\": \"Dental caries\",\n \"system\": \"http://snomed.info/sct\"\n },\n {\n \"code\": \"OV000092\",\n \"display\": \"Gigi Non-Vital\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n }\n }\n ],\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"d66b7d50-7673-476f-91e5-a13a74ee677b\",\n \"identifier\": [],\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-08-02T06:53:04.427316+00:00\",\n \"versionId\": \"MTcyMjU4MTU4NDQyNzMxNjAwMA\"\n },\n \"performer\": [\n {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"valueBoolean\": true\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Occlusi",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Occlusi",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"25272006\",\n \"display\": \"Dental occlusion\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"278683009\",\n \"display\": \"No malocclusion\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Occlusi",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"25272006\",\n \"display\": \"Dental occlusion\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"278683009\",\n \"display\": \"No malocclusion\"\n }\n ]\n }\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/\"MTcwNDQ0MDU0MjY2MTY0ODAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/0178e89c-5844-4648-84ac-47728713ae84/_history/MTcwNDQ0MDU0MjY2MTY0ODAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 07:42:22 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 07:42:22 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "851"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "1e040743-5d30-4435-933a-52c11a52d301"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"25272006\",\n \"display\": \"Dental occlusion\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"0178e89c-5844-4648-84ac-47728713ae84\",\n \"identifier\": [],\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T07:42:22.661648+00:00\",\n \"versionId\": \"MTcwNDQ0MDU0MjY2MTY0ODAwMA\"\n },\n \"performer\": [\n {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"278683009\",\n \"display\": \"No malocclusion\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Torus Palatinus",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Torus Palatinus",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"46752004\",\n \"display\": \"Torus palatinus\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000074\",\n \"display\": \"Tidak ada Torus Palatinus\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Torus Palatinus",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"46752004\",\n \"display\": \"Torus palatinus\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000074\",\n \"display\": \"Tidak ada Torus Palatinus\"\n }\n ]\n }\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/\"MTcwNDQ0MDU1NzQ4MTk2MzAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/0d545e9d-dd38-4ffa-b6cc-31fd90000dac/_history/MTcwNDQ0MDU1NzQ4MTk2MzAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 07:42:37 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 07:42:37 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "893"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "afe891e7-642c-44b8-b58d-5899c5479abf"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"46752004\",\n \"display\": \"Torus palatinus\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"0d545e9d-dd38-4ffa-b6cc-31fd90000dac\",\n \"identifier\": [],\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T07:42:37.481963+00:00\",\n \"versionId\": \"MTcwNDQ0MDU1NzQ4MTk2MzAwMA\"\n },\n \"performer\": [\n {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"OV000074\",\n \"display\": \"Tidak ada Torus Palatinus\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Torus Mandibularis",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Torus Mandibularis",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"11625007\",\n \"display\": \"Torus mandibularis\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000079\",\n \"display\": \"Tidak ada Torus Mandibularis\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Torus Mandibularis",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"11625007\",\n \"display\": \"Torus mandibularis\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000079\",\n \"display\": \"Tidak ada Torus Mandibularis\"\n }\n ]\n }\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/5665f810-f946-4ec1-be8c-8c406c370cbe/_history/MTcwNDQ0MDU3MzQwNDIyODAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQ0MDU3MzQwNDIyODAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 07:42:53 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 07:42:53 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": "d2718d5e-bd10-48ae-b7a2-fa46703c0f7c"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"11625007\",\n \"display\": \"Torus mandibularis\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"5665f810-f946-4ec1-be8c-8c406c370cbe\",\n \"identifier\": [],\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T07:42:53.404228+00:00\",\n \"versionId\": \"MTcwNDQ0MDU3MzQwNDIyODAwMA\"\n },\n \"performer\": [\n {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"OV000079\",\n \"display\": \"Tidak ada Torus Mandibularis\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Palatum",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Palatum",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"32460-8\",\n \"display\": \"Physical findings of Palate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000084\",\n \"display\": \"Palatum Sedang\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Palatum",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"32460-8\",\n \"display\": \"Physical findings of Palate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000084\",\n \"display\": \"Palatum Sedang\"\n }\n ]\n }\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, 05 Jan 2024 07:43:13 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/14f49737-7255-4be6-9313-b36903c6117a/_history/MTcwNDQ0MDU5MzM1MjY0MzAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQ0MDU5MzM1MjY0MzAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 07:43:13 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "887"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "ecb0e014-b21d-4fba-8b40-88603f0688b1"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"32460-8\",\n \"display\": \"Physical findings of Palate\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"14f49737-7255-4be6-9313-b36903c6117a\",\n \"identifier\": [],\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T07:43:13.352643+00:00\",\n \"versionId\": \"MTcwNDQ0MDU5MzM1MjY0MzAwMA\"\n },\n \"performer\": [\n {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"OV000084\",\n \"display\": \"Palatum Sedang\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Diastema",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Diastema",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"734009000\",\n \"display\": \"Diastema of teeth\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000087\",\n \"display\": \"Ada Diastema\"\n }\n ],\n \"text\": \"Diastema diantara gigi 11 dan 12, lebar celah 1 milimeter\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Diastema",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"734009000\",\n \"display\": \"Diastema of teeth\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000087\",\n \"display\": \"Ada Diastema\"\n }\n ],\n \"text\": \"Diastema diantara gigi 11 dan 12, lebar celah 1 milimeter\"\n }\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/a924c2ba-bd9d-4e0f-a84e-6af1b69ed280/_history/MTcwNDQ0MDYxMzMyODU4NDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 07:43:33 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQ0MDYxMzMyODU4NDAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 07:43:33 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": "419b41d4-f96f-45fa-a044-1acf1fc3dbe6"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"734009000\",\n \"display\": \"Diastema of teeth\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"a924c2ba-bd9d-4e0f-a84e-6af1b69ed280\",\n \"identifier\": [],\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T07:43:33.328584+00:00\",\n \"versionId\": \"MTcwNDQ0MDYxMzMyODU4NDAwMA\"\n },\n \"performer\": [\n {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"OV000087\",\n \"display\": \"Ada Diastema\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ],\n \"text\": \"Diastema diantara gigi 11 dan 12, lebar celah 1 milimeter\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Anomali",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Anomali",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"81256000\",\n \"display\": \"Anomaly of tooth position\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000089\",\n \"display\": \"Ada Gigi Anomali\"\n }\n ],\n \"text\": \"Gigi 21 anomali dilaserasi\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Anomali",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"81256000\",\n \"display\": \"Anomaly of tooth position\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000089\",\n \"display\": \"Ada Gigi Anomali\"\n }\n ],\n \"text\": \"Gigi 21 anomali dilaserasi\"\n }\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/\"MTcwNDQ0MDY1NDYxOTY4NDAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 07:44:14 UTC"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/9079e5fb-d06a-4910-933a-93896cf839a4/_history/MTcwNDQ0MDY1NDYxOTY4NDAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 07:44:14 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "951"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "9774e119-5ca8-4884-9d80-4c2261460e41"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"81256000\",\n \"display\": \"Anomaly of tooth position\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"9079e5fb-d06a-4910-933a-93896cf839a4\",\n \"identifier\": [],\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T07:44:14.619684+00:00\",\n \"versionId\": \"MTcwNDQ0MDY1NDYxOTY4NDAwMA\"\n },\n \"performer\": [\n {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"OV000089\",\n \"display\": \"Ada Gigi Anomali\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ],\n \"text\": \"Gigi 21 anomali dilaserasi\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Kondisi Gigi dan Mulut Lainnya",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Kondisi Gigi dan Mulut Lainnya",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000060\",\n \"display\": \"Kondisi Gigi dan Mulut Lainnya\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"valueString\": \"Gusi kemerahan, bengkak, dan terasa lunak saat disentuh. Ditemukan pustula pada bukal gigi 14 dengan diameter 3 mm, mobility negatuf, dan nyeri tekan positif\"\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Kondisi Gigi dan Mulut Lainnya",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000060\",\n \"display\": \"Kondisi Gigi dan Mulut Lainnya\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"valueString\": \"Gusi kemerahan, bengkak, dan terasa lunak saat disentuh. Ditemukan pustula pada bukal gigi 14 dengan diameter 3 mm, mobility negatuf, dan nyeri tekan positif\"\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/\"MTcwNDQ0MDY2MzQ0NjA4MzAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/b02a2cad-5cd6-4a3a-bc69-0dafbc85b6a7/_history/MTcwNDQ0MDY2MzQ0NjA4MzAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 07:44:23 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 07:44:23 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "954"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "8f38d27a-4765-40cf-9096-c606cf0023cd"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"OC000060\",\n \"display\": \"Kondisi Gigi dan Mulut Lainnya\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"b02a2cad-5cd6-4a3a-bc69-0dafbc85b6a7\",\n \"identifier\": [],\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T07:44:23.446083+00:00\",\n \"versionId\": \"MTcwNDQ0MDY2MzQ0NjA4MzAwMA\"\n },\n \"performer\": [\n {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueString\": \"Gusi kemerahan, bengkak, dan terasa lunak saat disentuh. Ditemukan pustula pada bukal gigi 14 dengan diameter 3 mm, mobility negatuf, dan nyeri tekan positif\"\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Jumlah Gigi Decayed",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Jumlah Gigi Decayed",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"251319000\",\n \"display\": \"Decayed tooth count\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"valueInteger\": 0\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Jumlah Gigi Decayed",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"251319000\",\n \"display\": \"Decayed tooth count\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\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": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/afc8ad49-0bbf-4fff-a281-6ece83979d66/_history/MTcwNDQ0MDY3NTE4NzkzODAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQ0MDY3NTE4NzkzODAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 07:44:35 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 07:44:35 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "753"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "02c47a85-fff8-4264-91a6-d34cbad1987a"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"251319000\",\n \"display\": \"Decayed tooth count\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"afc8ad49-0bbf-4fff-a281-6ece83979d66\",\n \"identifier\": [],\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T07:44:35.187938+00:00\",\n \"versionId\": \"MTcwNDQ0MDY3NTE4NzkzODAwMA\"\n },\n \"performer\": [\n {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueInteger\": 0\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Jumlah Gigi Missing",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Jumlah Gigi Missing",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"251317003\",\n \"display\": \"Missing tooth count\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"valueInteger\": 0\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Jumlah Gigi Missing",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"251317003\",\n \"display\": \"Missing tooth count\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\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": "content-type",
|
|
"value": "application/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/e9754139-90c4-441f-b1c7-b9ed11f53fbb/_history/MTcwNDQ0MDY4NDg3ODAwMTAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 07:44:44 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQ0MDY4NDg3ODAwMTAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 07:44:44 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "753"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "8e6dd498-ea17-4ead-9069-c737a92c9db7"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"251317003\",\n \"display\": \"Missing tooth count\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"e9754139-90c4-441f-b1c7-b9ed11f53fbb\",\n \"identifier\": [],\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T07:44:44.878001+00:00\",\n \"versionId\": \"MTcwNDQ0MDY4NDg3ODAwMTAwMA\"\n },\n \"performer\": [\n {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueInteger\": 0\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Jumlah Gigi Filled",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Jumlah Gigi Filled",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"251318008\",\n \"display\": \"Filled tooth count\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"valueInteger\": 0\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Jumlah Gigi Filled",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"251318008\",\n \"display\": \"Filled tooth count\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\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": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 07:44:56 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQ0MDY5NjA1ODQwNTAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/6c7a9c0b-5dc0-43ac-85be-b50e5c20c575/_history/MTcwNDQ0MDY5NjA1ODQwNTAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 07:44:56 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "752"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "81c30dcd-b9e3-4d2e-bc76-449a4dd14184"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"251318008\",\n \"display\": \"Filled tooth count\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"6c7a9c0b-5dc0-43ac-85be-b50e5c20c575\",\n \"identifier\": [],\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T07:44:56.058405+00:00\",\n \"versionId\": \"MTcwNDQ0MDY5NjA1ODQwNTAwMA\"\n },\n \"performer\": [\n {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueInteger\": 0\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "06. Pemeriksaan Penunjang",
|
|
"item": [
|
|
{
|
|
"name": "Laboratorium",
|
|
"item": [
|
|
{
|
|
"name": "Procedure - Create - Status Puasa",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Procedure\",\n \"status\": \"not-done\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"103693007\",\n \"display\": \"Diagnostic procedure\"\n }\n ],\n \"text\": \"Prosedur diagnostik\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"792805006\",\n \"display\": \"Fasting\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-09-09T18:55:00+00:00\",\n \"end\": \"2023-09-09T18:55:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"K05.0\",\n \"display\": \"Acute gingivitis\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Tidak puasa\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Procedure",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Procedure"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Procedure - Create - Status Puasa",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Procedure\",\n \"status\": \"not-done\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"103693007\",\n \"display\": \"Diagnostic procedure\"\n }\n ],\n \"text\": \"Prosedur diagnostik\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"792805006\",\n \"display\": \"Fasting\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-09-09T18:55:00+00:00\",\n \"end\": \"2023-09-09T18:55:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"K05.0\",\n \"display\": \"Acute gingivitis\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Tidak puasa\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Procedure",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Procedure"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Tue, 09 Jan 2024 09:55:16 UTC"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/5590aaeb-dbf4-4247-a076-932393376629/_history/MTcwNDc5NDExNjQxMzk1MDAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDc5NDExNjQxMzk1MDAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Tue, 09 Jan 2024 09:55:16 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "924"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "d8cd03f8-4464-43e3-a8f4-e50a0f98d96f"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"category\": {\n \"coding\": [\n {\n \"code\": \"103693007\",\n \"display\": \"Diagnostic procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Prosedur diagnostik\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"792805006\",\n \"display\": \"Fasting\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"5590aaeb-dbf4-4247-a076-932393376629\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-01-09T09:55:16.413950+00:00\",\n \"versionId\": \"MTcwNDc5NDExNjQxMzk1MDAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Tidak puasa\"\n }\n ],\n \"performedPeriod\": {\n \"end\": \"2023-09-09T18:55:00+00:00\",\n \"start\": \"2023-09-09T18:55:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"K05.0\",\n \"display\": \"Acute gingivitis\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"not-done\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "ServiceRequest - Create - Permintaan Pemeriksaan Laboratorium",
|
|
"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\": \"P2024000188\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"original-order\",\n \"priority\": \"routine\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"108252007\",\n \"display\": \"Laboratory procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"58410-2\",\n \"display\": \"CBC panel - Blood by Automated count\"\n }\n ],\n \"text\": \"Pemeriksaan darah lengkap\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Permintaan pemeriksaan darah lengkap 9 September 2023\"\n },\n \"occurrenceDateTime\": \"2023-09-09T18:55:00+00:00\",\n \"authoredOn\": \"2023-09-09T18:55:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Fatma\"\n }\n ],\n \"reasonCode\": [\n {\n \"text\": \"Periksa darah lengkap untuk rawat jalan gigi pasien Diana Smith dengan keluhan utama perdarahan gusi\"\n }\n ],\n \"reasonReference\": [\n {\n \"reference\": \"Condition/{{Condition_KeluhanUtama}}\"\n }\n ],\n \"supportingInfo\": [\n {\n \"reference\": \"Procedure/{{Procedure_Puasa}}\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Tidak ada persiapan spesial (termasuk puasa) sebelum pemeriksaan darah lengkap\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/ServiceRequest",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"ServiceRequest"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "ServiceRequest - Create - Permintaan Pemeriksaan Laboratorium",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"ServiceRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/{{Org_id}}\",\n \"value\": \"P2024000188\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"original-order\",\n \"priority\": \"routine\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"108252007\",\n \"display\": \"Laboratory procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"58410-2\",\n \"display\": \"CBC panel - Blood by Automated count\"\n }\n ],\n \"text\": \"Pemeriksaan darah lengkap\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Permintaan pemeriksaan darah lengkap 9 September 2023\"\n },\n \"occurrenceDateTime\": \"2023-09-09T18:55:00+00:00\",\n \"authoredOn\": \"2023-09-09T18:55:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Fatma\"\n }\n ],\n \"reasonCode\": [\n {\n \"text\": \"Periksa darah lengkap untuk rawat jalan gigi pasien Diana Smith dengan keluhan utama perdarahan gusi\"\n }\n ],\n \"reasonReference\": [\n {\n \"reference\": \"Condition/{{Condition_KeluhanUtama}}\"\n }\n ],\n \"supportingInfo\": [\n {\n \"reference\": \"Procedure/{{Procedure_Puasa}}\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Tidak ada persiapan spesial (termasuk puasa) sebelum pemeriksaan darah lengkap\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/ServiceRequest",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"ServiceRequest"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDc3NTQxNDc4MjQ5OTAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Tue, 09 Jan 2024 04:43:34 UTC"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/ServiceRequest/2f8c1db4-5f43-4b90-98c2-59b7bbddcb98/_history/MTcwNDc3NTQxNDc4MjQ5OTAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Tue, 09 Jan 2024 04:43:34 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1433"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "753bdb58-2bb3-48a7-b18a-7ada2f99435c"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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-09-09T18:55:00+00:00\",\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"108252007\",\n \"display\": \"Laboratory procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"58410-2\",\n \"display\": \"CBC panel - Blood by Automated count\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Pemeriksaan darah lengkap\"\n },\n \"encounter\": {\n \"display\": \"Permintaan pemeriksaan darah lengkap 9 September 2023\",\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"2f8c1db4-5f43-4b90-98c2-59b7bbddcb98\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/10000002\",\n \"value\": \"P2024000188\"\n }\n ],\n \"intent\": \"original-order\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-09T04:43:34.782499+00:00\",\n \"versionId\": \"MTcwNDc3NTQxNDc4MjQ5OTAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Tidak ada persiapan spesial (termasuk puasa) sebelum pemeriksaan darah lengkap\"\n }\n ],\n \"occurrenceDateTime\": \"2023-09-09T18:55:00+00:00\",\n \"performer\": [\n {\n \"display\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\n }\n ],\n \"priority\": \"routine\",\n \"reasonCode\": [\n {\n \"text\": \"Periksa darah lengkap untuk rawat jalan gigi pasien Diana Smith dengan keluhan utama perdarahan gusi\"\n }\n ],\n \"reasonReference\": [\n {\n \"reference\": \"Condition/89db9681-86a0-4bd6-bdc9-57859a2b0a67\"\n }\n ],\n \"requester\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n },\n \"resourceType\": \"ServiceRequest\",\n \"status\": \"active\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"supportingInfo\": [\n {\n \"reference\": \"Procedure/5590aaeb-dbf4-4247-a076-932393376629\"\n }\n ]\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Specimen - Create - Data Spesimen",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Specimen\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/specimen/{{Org_id}}\",\n \"value\": \"P20240001\",\n \"assigner\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n }\n ],\n \"status\": \"available\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"119297000\",\n \"display\": \"Blood specimen\"\n }\n ]\n },\n \"collection\": {\n \"method\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"82078001\",\n \"display\": \"Collection of blood specimen for laboratory\"\n }\n ]\n },\n \"collectedDateTime\": \"2023-09-09T19:05:00+00:00\",\n \"quantity\": {\n \"value\": 6,\n \"unit\": \"mL\"\n },\n \"collector\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n },\n \"fastingStatusCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0916\",\n \"code\": \"NF\",\n \"display\": \"The patient indicated they did not fast prior to the procedure.\"\n }\n ]\n }\n },\n \"processing\": [\n {\n \"timeDateTime\": \"2023-09-09T19:20:00+00:00\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"request\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_DarahLengkap}}\"\n }\n ],\n \"receivedTime\": \"2023-09-09T19:15:00+00:00\",\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/TransportedTime\",\n \"valueDateTime\": \"2023-09-09T19:10:00+00:00\"\n },\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/TransportedPerson\",\n \"valueContactDetail\": {\n \"name\": \"Burhan\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"021-5375162\"\n }\n ]\n }\n },\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ReceivedPerson\",\n \"valueReference\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dr. John Doe\"\n }\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Specimen",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Specimen"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Specimen - Create - Data Spesimen",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Specimen\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/specimen/{{Org_id}}\",\n \"value\": \"P20240001\",\n \"assigner\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n }\n ],\n \"status\": \"available\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"119297000\",\n \"display\": \"Blood specimen\"\n }\n ]\n },\n \"collection\": {\n \"method\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"82078001\",\n \"display\": \"Collection of blood specimen for laboratory\"\n }\n ]\n },\n \"collectedDateTime\": \"2023-09-09T19:05:00+00:00\",\n \"quantity\": {\n \"value\": 6,\n \"unit\": \"mL\"\n },\n \"collector\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n },\n \"fastingStatusCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0916\",\n \"code\": \"NF\",\n \"display\": \"The patient indicated they did not fast prior to the procedure.\"\n }\n ]\n }\n },\n \"processing\": [\n {\n \"timeDateTime\": \"2023-09-09T19:20:00+00:00\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"request\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_DarahLengkap}}\"\n }\n ],\n \"receivedTime\": \"2023-09-09T19:15:00+00:00\",\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/TransportedTime\",\n \"valueDateTime\": \"2023-09-09T19:10:00+00:00\"\n },\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/TransportedPerson\",\n \"valueContactDetail\": {\n \"name\": \"Burhan\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"021-5375162\"\n }\n ]\n }\n },\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ReceivedPerson\",\n \"valueReference\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dr. John Doe\"\n }\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Specimen",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Specimen"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 07:45:16 UTC"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Specimen/02fbacd6-d93e-4806-85b1-9f2d694484a5/_history/MTcwNDQ0MDcxNjEwOTEzMjAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQ0MDcxNjEwOTEzMjAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 07:45:16 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1655"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "f2222412-8fea-4676-91f6-9b38d8896c36"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"collection\": {\n \"collectedDateTime\": \"2023-09-09T19:05:00+00:00\",\n \"collector\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n },\n \"fastingStatusCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"NF\",\n \"display\": \"The patient indicated they did not fast prior to the procedure.\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0916\"\n }\n ]\n },\n \"method\": {\n \"coding\": [\n {\n \"code\": \"82078001\",\n \"display\": \"Collection of blood specimen for laboratory\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"quantity\": {\n \"unit\": \"mL\",\n \"value\": 6\n }\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/TransportedTime\",\n \"valueDateTime\": \"2023-09-09T19:10:00+00:00\"\n },\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/TransportedPerson\",\n \"valueContactDetail\": {\n \"name\": \"Burhan\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"021-5375162\"\n }\n ]\n }\n },\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ReceivedPerson\",\n \"valueReference\": {\n \"display\": \"Dr. John Doe\",\n \"reference\": \"Practitioner/10006926841\"\n }\n }\n ],\n \"id\": \"02fbacd6-d93e-4806-85b1-9f2d694484a5\",\n \"identifier\": [\n {\n \"assigner\": {\n \"reference\": \"Organization/10000002\"\n },\n \"system\": \"http://sys-ids.kemkes.go.id/specimen/10000002\",\n \"value\": \"P20240001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T07:45:16.109132+00:00\",\n \"versionId\": \"MTcwNDQ0MDcxNjEwOTEzMjAwMA\"\n },\n \"processing\": [\n {\n \"timeDateTime\": \"2023-09-09T19:20:00+00:00\"\n }\n ],\n \"receivedTime\": \"2023-09-09T19:15:00+00:00\",\n \"request\": [\n {\n \"reference\": \"ServiceRequest/2f8c1db4-5f43-4b90-98c2-59b7bbddcb98\"\n }\n ],\n \"resourceType\": \"Specimen\",\n \"status\": \"available\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"type\": {\n \"coding\": [\n {\n \"code\": \"119297000\",\n \"display\": \"Blood specimen\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Create - Hasil Pemeriksaan Hemoglobin",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\n \"value\": \"P20240001\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"laboratory\",\n \"display\": \"Laboratory\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"718-7\",\n \"display\": \"Hemoglobin [Mass/volume] in Blood\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T19:30:00+00:00\",\n \"issued\": \"2023-09-09T19:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"specimen\": {\n \"reference\": \"Specimen/{{Specimen_DarahLengkap}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_DarahLengkap}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 9,\n \"unit\": \"g/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g/dL\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"L\",\n \"display\": \"Low\"\n }\n ]\n }\n ],\n \"referenceRange\": [\n {\n \"high\": {\n \"value\": 15,\n \"unit\": \"g/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g/dL\"\n },\n \"low\": {\n \"value\": 12,\n \"unit\": \"g/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g/dL\"\n }\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Create - Hasil Pemeriksaan Hemoglobin",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\n \"value\": \"P20240001\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"laboratory\",\n \"display\": \"Laboratory\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"718-7\",\n \"display\": \"Hemoglobin [Mass/volume] in Blood\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T19:30:00+00:00\",\n \"issued\": \"2023-09-09T19:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"specimen\": {\n \"reference\": \"Specimen/{{Specimen_DarahLengkap}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_DarahLengkap}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 9,\n \"unit\": \"g/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g/dL\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"L\",\n \"display\": \"Low\"\n }\n ]\n }\n ],\n \"referenceRange\": [\n {\n \"high\": {\n \"value\": 15,\n \"unit\": \"g/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g/dL\"\n },\n \"low\": {\n \"value\": 12,\n \"unit\": \"g/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g/dL\"\n }\n }\n ]\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/214b2125-8b4d-40e4-a9e3-e2010b0aa4f9/_history/MTcwNDQ0MDcyNjI2MDk5NTAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQ0MDcyNjI2MDk5NTAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 07:45:26 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 07:45:26 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1414"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "ed3b2c54-6271-4cae-9fc2-a1addc130879"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/2f8c1db4-5f43-4b90-98c2-59b7bbddcb98\"\n }\n ],\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"laboratory\",\n \"display\": \"Laboratory\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"718-7\",\n \"display\": \"Hemoglobin [Mass/volume] in Blood\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-09-09T19:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"214b2125-8b4d-40e4-a9e3-e2010b0aa4f9\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000002\",\n \"value\": \"P20240001\"\n }\n ],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"L\",\n \"display\": \"Low\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\"\n }\n ]\n }\n ],\n \"issued\": \"2023-09-09T19:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T07:45:26.260995+00:00\",\n \"versionId\": \"MTcwNDQ0MDcyNjI2MDk5NTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/10018452434\"\n },\n {\n \"reference\": \"Organization/10000002\"\n }\n ],\n \"referenceRange\": [\n {\n \"high\": {\n \"code\": \"g/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"g/dL\",\n \"value\": 15\n },\n \"low\": {\n \"code\": \"g/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"g/dL\",\n \"value\": 12\n }\n }\n ],\n \"resourceType\": \"Observation\",\n \"specimen\": {\n \"reference\": \"Specimen/480e249a-930b-4eb1-8ca0-ce686d987a19\"\n },\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"g/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"g/dL\",\n \"value\": 9\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Create - Hasil Pemeriksaan MCV",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\n \"value\": \"P20240001\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"laboratory\",\n \"display\": \"Laboratory\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"787-2\",\n \"display\": \"MCV [Entitic volume] by Automated count\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T19:30:00+00:00\",\n \"issued\": \"2023-09-09T19:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"specimen\": {\n \"reference\": \"Specimen/{{Specimen_DarahLengkap}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_DarahLengkap}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 40,\n \"unit\": \"fL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"fL\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"L\",\n \"display\": \"Low\"\n }\n ]\n }\n ],\n \"referenceRange\": [\n {\n \"high\": {\n \"value\": 100,\n \"unit\": \"g/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g/dL\"\n },\n \"low\": {\n \"value\": 80,\n \"unit\": \"g/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g/dL\"\n }\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Create - Hasil Pemeriksaan MCV",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\n \"value\": \"P20240001\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"laboratory\",\n \"display\": \"Laboratory\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"787-2\",\n \"display\": \"MCV [Entitic volume] by Automated count\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T19:30:00+00:00\",\n \"issued\": \"2023-09-09T19:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"specimen\": {\n \"reference\": \"Specimen/{{Specimen_DarahLengkap}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_DarahLengkap}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 40,\n \"unit\": \"fL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"fL\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"L\",\n \"display\": \"Low\"\n }\n ]\n }\n ],\n \"referenceRange\": [\n {\n \"high\": {\n \"value\": 100,\n \"unit\": \"g/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g/dL\"\n },\n \"low\": {\n \"value\": 80,\n \"unit\": \"g/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g/dL\"\n }\n }\n ]\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, 05 Jan 2024 07:45:37 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQ0MDczNzYzMjA3NjAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/a57dcfc9-4b3d-417e-a1e9-992d6417899b/_history/MTcwNDQ0MDczNzYzMjA3NjAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 07:45:37 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1418"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "93105123-563c-4d45-99f6-b364705c4314"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/2f8c1db4-5f43-4b90-98c2-59b7bbddcb98\"\n }\n ],\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"laboratory\",\n \"display\": \"Laboratory\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"787-2\",\n \"display\": \"MCV [Entitic volume] by Automated count\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-09-09T19:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"a57dcfc9-4b3d-417e-a1e9-992d6417899b\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000002\",\n \"value\": \"P20240001\"\n }\n ],\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"code\": \"L\",\n \"display\": \"Low\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\"\n }\n ]\n }\n ],\n \"issued\": \"2023-09-09T19:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T07:45:37.632076+00:00\",\n \"versionId\": \"MTcwNDQ0MDczNzYzMjA3NjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/10018452434\"\n },\n {\n \"reference\": \"Organization/10000002\"\n }\n ],\n \"referenceRange\": [\n {\n \"high\": {\n \"code\": \"g/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"g/dL\",\n \"value\": 100\n },\n \"low\": {\n \"code\": \"g/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"g/dL\",\n \"value\": 80\n }\n }\n ],\n \"resourceType\": \"Observation\",\n \"specimen\": {\n \"reference\": \"Specimen/480e249a-930b-4eb1-8ca0-ce686d987a19\"\n },\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueQuantity\": {\n \"code\": \"fL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"fL\",\n \"value\": 40\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "DiagnosticReport - Create - Data Laporan Hasil Pemeriksaan Laboratorium",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"DiagnosticReport\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/{{Org_id}}/lab\",\n \"use\": \"official\",\n \"value\": \"P20240001\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\",\n \"code\": \"HM\",\n \"display\": \"Hematology\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"58410-2\",\n \"display\": \"CBC panel - Blood by Automated count\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T19:35:00+00:00\",\n \"issued\": \"2023-09-09T19:35:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"result\": [\n {\n \"id\": \"1\",\n \"reference\": \"Observation/{{Observation_Hemoglobin}}\"\n },\n {\n \"id\": \"2\",\n \"reference\": \"Observation/{{Observation_MCV}}\"\n }\n ],\n \"specimen\": [\n {\n \"reference\": \"Specimen/{{Specimen_DarahLengkap}}\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_DarahLengkap}}\"\n }\n ],\n \"conclusion\": \"Nilai Hb dan MCV dibawah nilai normal\"\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/DiagnosticReport",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"DiagnosticReport"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "DiagnosticReport - Create - Data Laporan Hasil Pemeriksaan Laboratorium",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"DiagnosticReport\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/{{Org_id}}/lab\",\n \"use\": \"official\",\n \"value\": \"P20240001\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\",\n \"code\": \"HM\",\n \"display\": \"Hematology\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"58410-2\",\n \"display\": \"CBC panel - Blood by Automated count\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T19:35:00+00:00\",\n \"issued\": \"2023-09-09T19:35:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"result\": [\n {\n \"id\": \"1\",\n \"reference\": \"Observation/{{Observation_Hemoglobin}}\"\n },\n {\n \"id\": \"2\",\n \"reference\": \"Observation/{{Observation_MCV}}\"\n }\n ],\n \"specimen\": [\n {\n \"reference\": \"Specimen/{{Specimen_DarahLengkap}}\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_DarahLengkap}}\"\n }\n ],\n \"conclusion\": \"Nilai Hb dan MCV dibawah nilai normal\"\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/DiagnosticReport",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"DiagnosticReport"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 07:45:46 UTC"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/DiagnosticReport/f774dd58-fbce-4e0b-a345-231010d99ffc/_history/MTcwNDQ0MDc0NjkyNDA5NDAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQ0MDc0NjkyNDA5NDAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 07:45:46 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1215"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "e5862ffd-50a4-4c8d-a2c0-02ac0c7d0e81"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/2f8c1db4-5f43-4b90-98c2-59b7bbddcb98\"\n }\n ],\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"HM\",\n \"display\": \"Hematology\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"58410-2\",\n \"display\": \"CBC panel - Blood by Automated count\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"conclusion\": \"Nilai Hb dan MCV dibawah nilai normal\",\n \"effectiveDateTime\": \"2023-09-09T19:35:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"f774dd58-fbce-4e0b-a345-231010d99ffc\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/10000002/lab\",\n \"use\": \"official\",\n \"value\": \"P20240001\"\n }\n ],\n \"issued\": \"2023-09-09T19:35:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T07:45:46.924094+00:00\",\n \"versionId\": \"MTcwNDQ0MDc0NjkyNDA5NDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/10018452434\"\n },\n {\n \"reference\": \"Organization/10000002\"\n }\n ],\n \"resourceType\": \"DiagnosticReport\",\n \"result\": [\n {\n \"id\": \"1\",\n \"reference\": \"Observation/fad93c02-de07-43f4-b733-6bcc82b55e8e\"\n },\n {\n \"id\": \"2\",\n \"reference\": \"Observation/f2eb2a14-9896-4b44-9854-6162cf7ae773\"\n }\n ],\n \"specimen\": [\n {\n \"reference\": \"Specimen/480e249a-930b-4eb1-8ca0-ce686d987a19\"\n }\n ],\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Radiologi",
|
|
"item": [
|
|
{
|
|
"name": "Procedure - Create - Status Puasa",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Procedure\",\n \"status\": \"not-done\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"103693007\",\n \"display\": \"Diagnostic procedure\"\n }\n ],\n \"text\": \"Prosedur diagnostik\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"792805006\",\n \"display\": \"Fasting\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-09-09T18:53:00+00:00\",\n \"end\": \"2023-09-09T18:53:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"K05.0\",\n \"display\": \"Acute gingivitis\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Tidak puasa\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Procedure",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Procedure"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Procedure - Create - Status Puasa",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Procedure\",\n \"status\": \"not-done\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"103693007\",\n \"display\": \"Diagnostic procedure\"\n }\n ],\n \"text\": \"Prosedur diagnostik\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"792805006\",\n \"display\": \"Fasting\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-09-09T18:53:00+00:00\",\n \"end\": \"2023-09-09T18:53:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"K05.0\",\n \"display\": \"Acute gingivitis\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Tidak puasa\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Procedure",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Procedure"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDc5NTE2MjEwMjMxNjAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Tue, 09 Jan 2024 10:12: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/Procedure/31c9a4f0-86fb-4222-8f2c-b640ff7742d4/_history/MTcwNDc5NTE2MjEwMjMxNjAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Tue, 09 Jan 2024 10:12:42 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "924"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "49a25da8-ad82-4ece-83f5-519714b97cb4"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"category\": {\n \"coding\": [\n {\n \"code\": \"103693007\",\n \"display\": \"Diagnostic procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Prosedur diagnostik\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"792805006\",\n \"display\": \"Fasting\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"31c9a4f0-86fb-4222-8f2c-b640ff7742d4\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-01-09T10:12:42.102316+00:00\",\n \"versionId\": \"MTcwNDc5NTE2MjEwMjMxNjAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Tidak puasa\"\n }\n ],\n \"performedPeriod\": {\n \"end\": \"2023-09-09T18:53:00+00:00\",\n \"start\": \"2023-09-09T18:53:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"K05.0\",\n \"display\": \"Acute gingivitis\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"not-done\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "AllergyIntolerance - Create - Status Alergi terhadap Bahan Kontras",
|
|
"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\": \"P20240001\"\n }\n ],\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"verificationStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-verification\",\n \"code\": \"confirmed\",\n \"display\": \"Confirmed\"\n }\n ]\n },\n \"category\": [\n \"medication\"\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000928\",\n \"display\": \"Barium Sulfate\"\n }\n ],\n \"text\": \"Alergi Barium Sulfate\"\n },\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Diana Smith 9 September 2023\"\n },\n \"recordedDate\": \"2023-09-09T18:53:00+00:00\",\n \"recorder\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/AllergyIntolerance",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"AllergyIntolerance"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "AllergyIntolerance - Create - Status Alergi terhadap Bahan Kontras",
|
|
"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\": \"P20240001\"\n }\n ],\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"verificationStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-verification\",\n \"code\": \"confirmed\",\n \"display\": \"Confirmed\"\n }\n ]\n },\n \"category\": [\n \"medication\"\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000928\",\n \"display\": \"Barium Sulfate\"\n }\n ],\n \"text\": \"Alergi Barium Sulfate\"\n },\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\",\n \"display\": \"Kunjungan Diana Smith 9 September 2023\"\n },\n \"recordedDate\": \"2023-09-09T18:53:00+00:00\",\n \"recorder\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\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/2c766fcc-ee29-404b-81c8-dd1997019450/_history/MTcwNDQ0MTMxNTEyMjc5NzAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 07:55:15 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQ0MTMxNTEyMjc5NzAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 07:55:15 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1051"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "a9fbdf65-10b3-4db3-ba0d-612825f8785c"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"category\": [\n \"medication\"\n ],\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"code\": \"active\",\n \"display\": \"Active\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"91000928\",\n \"display\": \"Barium Sulfate\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ],\n \"text\": \"Alergi Barium Sulfate\"\n },\n \"encounter\": {\n \"display\": \"Kunjungan Diana Smith 9 September 2023\",\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"2c766fcc-ee29-404b-81c8-dd1997019450\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/allergy/10000002\",\n \"use\": \"official\",\n \"value\": \"P20240001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T07:55:15.122797+00:00\",\n \"versionId\": \"MTcwNDQ0MTMxNTEyMjc5NzAwMA\"\n },\n \"patient\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"recordedDate\": \"2023-09-09T18:53:00+00:00\",\n \"recorder\": {\n \"reference\": \"Practitioner/10018452434\"\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": "ServiceRequest - Create - For MWL di dalam DICOM Router",
|
|
"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\": \"P20240001\"\n },\n {\n \"use\": \"usual\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"ACSN\"\n }\n ]\n },\n \"system\": \"http://sys-ids.kemkes.go.id/acsn/{{Org_id}}\",\n \"value\": \"P20240001AB\"\n }\n ],\n \"contained\": [\n {\n \"resourceType\": \"Patient\",\n \"id\": \"100000030006\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/mrn/{{Org_id}}\",\n \"value\": \"{{mrnPrivate}}\"\n }\n ],\n \"active\": true,\n \"name\": [\n {\n \"use\": \"official\",\n \"text\": \"Jane Smith\"\n }\n ],\n \"gender\": \"female\",\n \"birthDate\": \"1980-11-19\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"original-order\",\n \"priority\": \"routine\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"24828-6\",\n \"display\": \"XR tomography Mandible Panoramic\"\n }\n ],\n \"text\": \"Pemeriksaan orthopantogram/ panoramic\"\n },\n \"orderDetail\": [\n {\n \"coding\": [\n {\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\",\n \"code\": \"PX\"\n }\n ],\n \"text\": \"Modality Code: PX\"\n },\n {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/ae-title\",\n \"display\": \"PX001\"\n }\n ]\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"occurrenceDateTime\": \"2023-09-09T18:55:00+00:00\",\n \"authoredOn\": \"2023-09-09T18:55:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Fatma\"\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 }\n ],\n \"reasonReference\": [\n {\n \"reference\": \"Condition/7a67641e-a3cb-4e5d-9710-b09a83e85267\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Pemeriksaan Orthopantogram/ panoramic\"\n }\n ],\n \"supportingInfo\": [\n {\n \"reference\": \"Observation/d4a42a8f-1f7a-4bed-bdf5-9c01f71f59c7\"\n },\n {\n \"reference\": \"Procedure/31c9a4f0-86fb-4222-8f2c-b640ff7742d4\"\n },\n {\n \"reference\": \"AllergyIntolerance/2c766fcc-ee29-404b-81c8-dd1997019450\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{privateHost}}/fhir/ServiceRequest",
|
|
"host": [
|
|
"{{privateHost}}"
|
|
],
|
|
"path": [
|
|
"fhir",
|
|
"ServiceRequest"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "ServiceRequest - Create - For MWL di dalam DICOM Router",
|
|
"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\": \"P20240001\"\n },\n {\n \"use\": \"usual\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"ACSN\"\n }\n ]\n },\n \"system\": \"http://sys-ids.kemkes.go.id/acsn/{{Org_id}}\",\n \"value\": \"P20240001AB\"\n }\n ],\n \"contained\": [\n {\n \"resourceType\": \"Patient\",\n \"id\": \"100000030006\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/mrn/{{Org_id}}\",\n \"value\": \"{{mrnPrivate}}\"\n }\n ],\n \"active\": true,\n \"name\": [\n {\n \"use\": \"official\",\n \"text\": \"Jane Smith\"\n }\n ],\n \"gender\": \"female\",\n \"birthDate\": \"1980-11-19\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"original-order\",\n \"priority\": \"routine\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"24828-6\",\n \"display\": \"XR tomography Mandible Panoramic\"\n }\n ],\n \"text\": \"Pemeriksaan orthopantogram/ panoramic\"\n },\n \"orderDetail\": [\n {\n \"coding\": [\n {\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\",\n \"code\": \"PX\"\n }\n ],\n \"text\": \"Modality Code: PX\"\n },\n {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/ae-title\",\n \"display\": \"PX001\"\n }\n ]\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"occurrenceDateTime\": \"2023-09-09T18:55:00+00:00\",\n \"authoredOn\": \"2023-09-09T18:55:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Fatma\"\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 }\n ],\n \"reasonReference\": [\n {\n \"reference\": \"Condition/7a67641e-a3cb-4e5d-9710-b09a83e85267\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Pemeriksaan Orthopantogram/ panoramic\"\n }\n ],\n \"supportingInfo\": [\n {\n \"reference\": \"Observation/d4a42a8f-1f7a-4bed-bdf5-9c01f71f59c7\"\n },\n {\n \"reference\": \"Procedure/31c9a4f0-86fb-4222-8f2c-b640ff7742d4\"\n },\n {\n \"reference\": \"AllergyIntolerance/2c766fcc-ee29-404b-81c8-dd1997019450\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/ServiceRequest",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"ServiceRequest"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 23 Nov 2023 10:57:31 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwMDczNzA1MTk3NDg3NzAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/ServiceRequest/71402eba-9c42-4c9d-9d2e-aa1e7531f344/_history/MTcwMDczNzA1MTk3NDg3NzAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 23 Nov 2023 10:57:31 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1614"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "76b96773-a3fb-4a61-9351-a94ecbeb57ab"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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\": \"11525-3\",\n \"display\": \"US for pregnancy\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Pemeriksaan USG\"\n },\n \"contained\": [\n {\n \"active\": true,\n \"birthDate\": \"1980-11-19\",\n \"gender\": \"female\",\n \"id\": \"100000030006\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/mrn/10000004\",\n \"value\": \"MR2301000234\"\n }\n ],\n \"name\": [\n {\n \"text\": \"Jane Smith\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n ],\n \"encounter\": {\n \"display\": \"Permintaan pemeriksaan USG untuk kehamilan\",\n \"reference\": \"Encounter/46d243f7-6137-4bb1-8f33-b746f408b94a\"\n },\n \"id\": \"71402eba-9c42-4c9d-9d2e-aa1e7531f344\",\n \"identifier\": [\n {\n \"system\": \"urn:dicom:uid\",\n \"value\": \"urn:oid:2.25.360.1.100025594.20231115\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/10000004\",\n \"value\": \"00199\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/acsn/10000004\",\n \"type\": {\n \"coding\": [\n {\n \"code\": \"ACSN\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\"\n }\n ]\n },\n \"use\": \"usual\",\n \"value\": \"00403\"\n }\n ],\n \"intent\": \"original-order\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-23T10:57:31.974877+00:00\",\n \"versionId\": \"MTcwMDczNzA1MTk3NDg3NzAwMA\"\n },\n \"occurrenceDateTime\": \"2023-08-31T02:05:00+00:00\",\n \"orderDetail\": [\n {\n \"coding\": [\n {\n \"code\": \"US\",\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\"\n }\n ],\n \"text\": \"Modality Code: US\"\n },\n {\n \"coding\": [\n {\n \"display\": \"CT0001\",\n \"system\": \"http://sys-ids.kemkes.go.id/ae-title\"\n }\n ]\n }\n ],\n \"performer\": [\n {\n \"display\": \"Dokter Radiologist\",\n \"reference\": \"Practitioner/10012572188\"\n }\n ],\n \"priority\": \"routine\",\n \"reasonCode\": [\n {\n \"text\": \"Periksa rutin\"\n }\n ],\n \"requester\": {\n \"display\": \"Dokter Bambang Anta\",\n \"reference\": \"Practitioner/10012572188\"\n },\n \"resourceType\": \"ServiceRequest\",\n \"status\": \"active\",\n \"subject\": {\n \"reference\": \"Patient/100000030009\"\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "ServiceRequest - Create - For SATUSEHAT",
|
|
"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\": \"P20240001\"\n },\n {\n \"use\": \"usual\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"ACSN\"\n }\n ]\n },\n \"system\": \"http://sys-ids.kemkes.go.id/acsn/{{Org_id}}\",\n \"value\": \"P20240001AB\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"original-order\",\n \"priority\": \"routine\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"363679005\",\n \"display\": \"Imaging\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"24828-6\",\n \"display\": \"XR tomography Mandible Panoramic\"\n }\n ],\n \"text\": \"Pemeriksaan orthopantogram/ panoramic\"\n },\n \"orderDetail\": [\n {\n \"coding\": [\n {\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\",\n \"code\": \"PX\"\n }\n ],\n \"text\": \"Modality Code: PX\"\n },\n {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/ae-title\",\n \"display\": \"PX001\"\n }\n ]\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"occurrenceDateTime\": \"2023-09-09T18:55:00+00:00\",\n \"authoredOn\": \"2023-09-09T18:55:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Fatma\"\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 }\n ],\n \"reasonReference\": [\n {\n \"reference\": \"Condition/7a67641e-a3cb-4e5d-9710-b09a83e85267\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Orthopantogram/ panoramic, suspek periapical abscess\"\n }\n ],\n \"supportingInfo\": [\n {\n \"reference\": \"Observation/d4a42a8f-1f7a-4bed-bdf5-9c01f71f59c7\"\n },\n {\n \"reference\": \"Procedure/31c9a4f0-86fb-4222-8f2c-b640ff7742d4\"\n },\n {\n \"reference\": \"AllergyIntolerance/2c766fcc-ee29-404b-81c8-dd1997019450\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/ServiceRequest",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"ServiceRequest"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "ServiceRequest - Create - For SATUSEHAT",
|
|
"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\": \"P20240001\"\n },\n {\n \"use\": \"usual\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"ACSN\"\n }\n ]\n },\n \"system\": \"http://sys-ids.kemkes.go.id/acsn/{{Org_id}}\",\n \"value\": \"P20240001AB\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"original-order\",\n \"priority\": \"routine\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"363679005\",\n \"display\": \"Imaging\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"24828-6\",\n \"display\": \"XR tomography Mandible Panoramic\"\n }\n ],\n \"text\": \"Pemeriksaan orthopantogram/ panoramic\"\n },\n \"orderDetail\": [\n {\n \"coding\": [\n {\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\",\n \"code\": \"PX\"\n }\n ],\n \"text\": \"Modality Code: PX\"\n },\n {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/ae-title\",\n \"display\": \"PX001\"\n }\n ]\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"occurrenceDateTime\": \"2023-09-09T18:55:00+00:00\",\n \"authoredOn\": \"2023-09-09T18:55:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Fatma\"\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 }\n ],\n \"reasonReference\": [\n {\n \"reference\": \"Condition/7a67641e-a3cb-4e5d-9710-b09a83e85267\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Orthopantogram/ panoramic, suspek periapical abscess\"\n }\n ],\n \"supportingInfo\": [\n {\n \"reference\": \"Observation/d4a42a8f-1f7a-4bed-bdf5-9c01f71f59c7\"\n },\n {\n \"reference\": \"Procedure/31c9a4f0-86fb-4222-8f2c-b640ff7742d4\"\n },\n {\n \"reference\": \"AllergyIntolerance/2c766fcc-ee29-404b-81c8-dd1997019450\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/ServiceRequest",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"ServiceRequest"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Tue, 09 Jan 2024 04:44:32 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/a3a368de-148f-4281-bcdf-f8fc21be1cf0/_history/MTcwNDc3NTQ3MjA5NDE5NjAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDc3NTQ3MjA5NDE5NjAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Tue, 09 Jan 2024 04:44:32 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1915"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "aaa45d5a-3bfa-48ee-be79-eab12c88981c"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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-09-09T18:55:00+00:00\",\n \"bodySite\": [\n {\n \"coding\": [\n {\n \"code\": \"123851003\",\n \"display\": \"Mouth region structure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"363679005\",\n \"display\": \"Imaging\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"24828-6\",\n \"display\": \"XR tomography Mandible Panoramic\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Pemeriksaan orthopantogram/ panoramic\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"a3a368de-148f-4281-bcdf-f8fc21be1cf0\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/10000002\",\n \"value\": \"P20240001\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/acsn/10000002\",\n \"type\": {\n \"coding\": [\n {\n \"code\": \"ACSN\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\"\n }\n ]\n },\n \"use\": \"usual\",\n \"value\": \"P20240001AB\"\n }\n ],\n \"intent\": \"original-order\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-09T04:44:32.094196+00:00\",\n \"versionId\": \"MTcwNDc3NTQ3MjA5NDE5NjAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pemeriksaan Orthopantogram/ panoramic\"\n }\n ],\n \"occurrenceDateTime\": \"2023-09-09T18:55:00+00:00\",\n \"orderDetail\": [\n {\n \"coding\": [\n {\n \"code\": \"PX\",\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\"\n }\n ],\n \"text\": \"Modality Code: PX\"\n },\n {\n \"coding\": [\n {\n \"display\": \"PX001\",\n \"system\": \"http://sys-ids.kemkes.go.id/ae-title\"\n }\n ]\n }\n ],\n \"performer\": [\n {\n \"display\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\n }\n ],\n \"priority\": \"routine\",\n \"reasonCode\": [\n {\n \"text\": \"Orthopantogram/ panoramic, suspek periapical abscess\"\n }\n ],\n \"reasonReference\": [\n {\n \"reference\": \"Condition/7a67641e-a3cb-4e5d-9710-b09a83e85267\"\n }\n ],\n \"requester\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n },\n \"resourceType\": \"ServiceRequest\",\n \"status\": \"active\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"supportingInfo\": [\n {\n \"reference\": \"Observation/d4a42a8f-1f7a-4bed-bdf5-9c01f71f59c7\"\n },\n {\n \"reference\": \"Procedure/31c9a4f0-86fb-4222-8f2c-b640ff7742d4\"\n },\n {\n \"reference\": \"AllergyIntolerance/2c766fcc-ee29-404b-81c8-dd1997019450\"\n }\n ]\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "ImagingStudy - Get ID based on Accession Number",
|
|
"event": [
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"exec": [
|
|
"var bundle = pm.response.json();\r",
|
|
"var data = bundle.entry[0].resource;\r",
|
|
"pm.collectionVariables.set('ImagingStudy_Radiologi', data.id);"
|
|
],
|
|
"type": "text/javascript",
|
|
"packages": {}
|
|
}
|
|
}
|
|
],
|
|
"request": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{base_url}}/ImagingStudy?identifier=http://sys-ids.kemkes.go.id/acsn/{{Org_id}}|P20240001AB",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"ImagingStudy"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "identifier",
|
|
"value": "http://sys-ids.kemkes.go.id/acsn/{{Org_id}}|P20240001AB"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "ImagingStudy - Get ID based on Accession Number",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{base_url}}/ImagingStudy?identifier=http://sys-ids.kemkes.go.id/acsn/10000002|P20240001AB",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"ImagingStudy"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "identifier",
|
|
"value": "http://sys-ids.kemkes.go.id/acsn/10000002|P20240001AB"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"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, 05 Jan 2024 09:10:42 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1942"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "70e966e1-b6a1-4d06-97b9-42f7ba112418"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"entry\": [\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ImagingStudy/725cb05b-2949-4f15-94e2-9ba2810ac253\",\n \"resource\": {\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/a3a368de-148f-4281-bcdf-f8fc21be1cf0\"\n }\n ],\n \"id\": \"725cb05b-2949-4f15-94e2-9ba2810ac253\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/acsn/10000002\",\n \"type\": {\n \"coding\": [\n {\n \"code\": \"ACSN\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\"\n }\n ]\n },\n \"use\": \"usual\",\n \"value\": \"P20240001AB\"\n },\n {\n \"system\": \"urn:dicom:uid\",\n \"value\": \"urn:oid:2.16.380.31256.1.2449191199178232.20210610114926906\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T09:10:35.468713+00:00\",\n \"versionId\": \"MTcwNDQ0NTgzNTQ2ODcxMzAwMA\"\n },\n \"modality\": [\n {\n \"code\": \"OP\",\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\"\n }\n ],\n \"numberOfInstances\": 1,\n \"numberOfSeries\": 1,\n \"resourceType\": \"ImagingStudy\",\n \"series\": [\n {\n \"instance\": [\n {\n \"number\": 7,\n \"sopClass\": {\n \"code\": \"urn:oid:1.2.840.10008.5.1.4.1.1.77.1.5.1\",\n \"system\": \"urn:ietf:rfc:3986\"\n },\n \"title\": \"ORIGINAL\\\\PRIMARY\",\n \"uid\": \"2.16.380.31256.1.2449191199178232.20210610114930875.1.1\"\n }\n ],\n \"modality\": {\n \"code\": \"OP\",\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\"\n },\n \"number\": 1,\n \"numberOfInstances\": 1,\n \"started\": \"2021-06-10T11:45:01+07:00\",\n \"uid\": \"2.16.380.31256.1.2449191199178232.20210610114926922.1\"\n }\n ],\n \"started\": \"2023-06-10T11:41:46+07:00\",\n \"status\": \"available\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n }\n }\n }\n ],\n \"link\": [\n {\n \"relation\": \"search\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ImagingStudy/?identifier=http%3A%2F%2Fsys-ids.kemkes.go.id%2Facsn%2F10000002%7CP20240001AB\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ImagingStudy/?identifier=http%3A%2F%2Fsys-ids.kemkes.go.id%2Facsn%2F10000002%7CP20240001AB\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ImagingStudy/?identifier=http%3A%2F%2Fsys-ids.kemkes.go.id%2Facsn%2F10000002%7CP20240001AB\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Create - Hasil Pemeriksaan Periapical",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\n \"value\": \"P20240001\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"imaging\",\n \"display\": \"Imaging\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"24828-6\",\n \"display\": \"XR tomography Mandible Panoramic\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T19:20:00+00:00\",\n \"issued\": \"2023-09-09T19:20:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/a3a368de-148f-4281-bcdf-f8fc21be1cf0\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"123851003\",\n \"display\": \"Mouth region structure\"\n }\n ]\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_Radiologi}}\"\n }\n ],\n \"valueString\": \"Hasil orthopantogram/ panoramic: ada lesi di periapikal gigi 14. Lesi berdiameter 3 mm dengan batas tidak jelas tidak tegas. Lesi tidak menembus sinus maksilaris\"\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Create - Hasil Pemeriksaan Periapical",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\n \"value\": \"P20240001\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"imaging\",\n \"display\": \"Imaging\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"24828-6\",\n \"display\": \"XR tomography Mandible Panoramic\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T19:20:00+00:00\",\n \"issued\": \"2023-09-09T19:20:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/a3a368de-148f-4281-bcdf-f8fc21be1cf0\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"123851003\",\n \"display\": \"Mouth region structure\"\n }\n ]\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_Radiologi}}\"\n }\n ],\n \"valueString\": \"Hasil orthopantogram/ panoramic: ada lesi di periapikal gigi 14. Lesi berdiameter 3 mm dengan batas tidak jelas tidak tegas. Lesi tidak menembus sinus maksilaris\"\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/20c8e852-1e69-4afa-a96b-e87d18f70917/_history/MTcwNDQ0NTkxMTU1NDg1NTAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQ0NTkxMTU1NDg1NTAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 09:11:51 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 09:11:51 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1288"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "cee2289a-1126-4d34-8414-07ea1f18d1e2"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/a3a368de-148f-4281-bcdf-f8fc21be1cf0\"\n }\n ],\n \"bodySite\": {\n \"coding\": [\n {\n \"code\": \"123851003\",\n \"display\": \"Mouth region structure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"imaging\",\n \"display\": \"Imaging\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"24828-6\",\n \"display\": \"XR tomography Mandible Panoramic\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/725cb05b-2949-4f15-94e2-9ba2810ac253\"\n }\n ],\n \"effectiveDateTime\": \"2023-09-09T19:20:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"20c8e852-1e69-4afa-a96b-e87d18f70917\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000002\",\n \"value\": \"P20240001\"\n }\n ],\n \"issued\": \"2023-09-09T19:20:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T09:11:51.554855+00:00\",\n \"versionId\": \"MTcwNDQ0NTkxMTU1NDg1NTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/10018452434\"\n },\n {\n \"reference\": \"Organization/10000002\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n },\n \"valueString\": \"Hasil orthopantogram/ panoramic: ada lesi di periapikal gigi 14. Lesi berdiameter 3 mm dengan batas tidak jelas tidak tegas. Lesi tidak menembus sinus maksilaris\"\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "DiagnosticReport - Create - Data Laporan Hasil Pemeriksaan Periapical",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"DiagnosticReport\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/{{Org_id}}/rad\",\n \"use\": \"official\",\n \"value\": \"P20240001\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\",\n \"code\": \"RAD\",\n \"display\": \"Radiology\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"24828-6\",\n \"display\": \"XR tomography Mandible Panoramic\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T19:20:00+00:00\",\n \"issued\": \"2023-09-09T19:20:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"imagingStudy\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_Radiologi}}\"\n }\n ],\n \"result\": [\n {\n \"reference\": \"Observation/{{Observation_Periapikal}}\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/a3a368de-148f-4281-bcdf-f8fc21be1cf0\"\n }\n ],\n \"conclusion\": \"Lesi di periapikal gigi 14 dengan batas tidak jelas yang berukuran diameter 3 mm\"\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/DiagnosticReport",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"DiagnosticReport"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "DiagnosticReport - Create - Data Laporan Hasil Pemeriksaan Periapical",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"DiagnosticReport\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/{{Org_id}}/rad\",\n \"use\": \"official\",\n \"value\": \"P20240001\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\",\n \"code\": \"RAD\",\n \"display\": \"Radiology\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"24828-6\",\n \"display\": \"XR tomography Mandible Panoramic\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T19:20:00+00:00\",\n \"issued\": \"2023-09-09T19:20:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"imagingStudy\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_Radiologi}}\"\n }\n ],\n \"result\": [\n {\n \"reference\": \"Observation/{{Observation_Periapikal}}\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/a3a368de-148f-4281-bcdf-f8fc21be1cf0\"\n }\n ],\n \"conclusion\": \"Lesi di periapikal gigi 14 dengan batas tidak jelas yang berukuran diameter 3 mm\"\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/DiagnosticReport",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"DiagnosticReport"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 09:12:46 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQ0NTk2NjcxMDkyMzAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/DiagnosticReport/5cfc979d-8d4f-468c-ac7b-852f9b99268f/_history/MTcwNDQ0NTk2NjcxMDkyMzAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 09:12:46 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1179"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "ecec0a58-f83a-483a-8d91-7d3c381d7851"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/a3a368de-148f-4281-bcdf-f8fc21be1cf0\"\n }\n ],\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"RAD\",\n \"display\": \"Radiology\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"24828-6\",\n \"display\": \"XR tomography Mandible Panoramic\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"conclusion\": \"Lesi di periapikal gigi 14 dengan batas tidak jelas yang berukuran diameter 3 mm\",\n \"effectiveDateTime\": \"2023-09-09T19:20:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"5cfc979d-8d4f-468c-ac7b-852f9b99268f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/10000002/rad\",\n \"use\": \"official\",\n \"value\": \"P20240001\"\n }\n ],\n \"imagingStudy\": [\n {\n \"reference\": \"ImagingStudy/725cb05b-2949-4f15-94e2-9ba2810ac253\"\n }\n ],\n \"issued\": \"2023-09-09T19:20:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T09:12:46.710923+00:00\",\n \"versionId\": \"MTcwNDQ0NTk2NjcxMDkyMzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/10018452434\"\n },\n {\n \"reference\": \"Organization/10000002\"\n }\n ],\n \"resourceType\": \"DiagnosticReport\",\n \"result\": [\n {\n \"reference\": \"Observation/20c8e852-1e69-4afa-a96b-e87d18f70917\"\n }\n ],\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "07. Diagnosis",
|
|
"item": [
|
|
{
|
|
"name": "Condition - Diagnosis Awal/ Masuk",
|
|
"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\": \"K05.0\",\n \"display\": \"Acute gingivitis\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"onsetDateTime\": \"2023-09-09T18:15:00+00:00\",\n \"recordedDate\": \"2023-09-09T18:15:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami ginggivitis akut\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Condition",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Condition"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Condition - Diagnosis Awal/ Masuk",
|
|
"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\": \"K05.0\",\n \"display\": \"Acute gingivitis\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"onsetDateTime\": \"2023-09-09T18:15:00+00:00\",\n \"recordedDate\": \"2023-09-09T18:15:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami ginggivitis akut\"\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": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/019bd5ff-bda7-46e6-86d8-679835ab21c0/_history/MTcwNDQ0MjUzMDc2MTk3ODAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 08:15:30 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQ0MjUzMDc2MTk3ODAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 08:15:30 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "874"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "3229f312-9b88-4b92-9f26-0b32284662a6"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"K05.0\",\n \"display\": \"Acute gingivitis\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"019bd5ff-bda7-46e6-86d8-679835ab21c0\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T08:15:30.761978+00:00\",\n \"versionId\": \"MTcwNDQ0MjUzMDc2MTk3ODAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien mengalami ginggivitis akut\"\n }\n ],\n \"onsetDateTime\": \"2023-09-09T18:15:00+00:00\",\n \"recordedDate\": \"2023-09-09T18:15:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Condition - Diagnosis Primer",
|
|
"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\": \"K05.2\",\n \"display\": \"Acute periodontitis\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"onsetDateTime\": \"2023-09-09T19:35:00+00:00\",\n \"recordedDate\": \"2023-09-09T19:35:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami periodontitis akut\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Condition",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Condition"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Condition - Diagnosis Primer",
|
|
"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\": \"K05.2\",\n \"display\": \"Acute periodontitis\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"onsetDateTime\": \"2023-09-09T19:35:00+00:00\",\n \"recordedDate\": \"2023-09-09T19:35:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami periodontitis akut\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Condition",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Condition"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/1f91a38d-2b5a-4a0f-95e1-70760c01d08b/_history/MTcwNDQ0MjU0NTEyNTAyMDAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQ0MjU0NTEyNTAyMDAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 08:15:45 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 08:15:45 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "879"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "8f832f5a-7ebe-4f7f-834b-1426642ae5fa"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"K05.2\",\n \"display\": \"Acute periodontitis\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"1f91a38d-2b5a-4a0f-95e1-70760c01d08b\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T08:15:45.125020+00:00\",\n \"versionId\": \"MTcwNDQ0MjU0NTEyNTAyMDAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien mengalami periodontitis akut\"\n }\n ],\n \"onsetDateTime\": \"2023-09-09T19:35:00+00:00\",\n \"recordedDate\": \"2023-09-09T19:35:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Condition - Diagnosis Sekunder",
|
|
"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\": \"K04.7\",\n \"display\": \"Periapical abscess without sinus\"\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\": \"128472006\",\n \"display\": \"Structure of periapical tissue\"\n }\n ]\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"onsetDateTime\": \"2023-09-09T19:35:00+00:00\",\n \"recordedDate\": \"2023-09-09T19:35:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami periapikal abses tanpa sinus di area periapikal gigi 14\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Condition",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Condition"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Condition - Diagnosis Sekunder",
|
|
"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\": \"K04.7\",\n \"display\": \"Periapical abscess without sinus\"\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\": \"128472006\",\n \"display\": \"Structure of periapical tissue\"\n }\n ]\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"onsetDateTime\": \"2023-09-09T19:35:00+00:00\",\n \"recordedDate\": \"2023-09-09T19:35:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami periapikal abses tanpa sinus di area periapikal gigi 14\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Condition",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Condition"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQ0MjU1OTM5MzI0MTAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/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/1e8d6826-0100-4dbe-9063-fa3658d8ab01/_history/MTcwNDQ0MjU1OTM5MzI0MTAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 08:15:59 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 08:15:59 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1143"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "e0e81fca-05de-4bff-b6b7-ae32776cf025"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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\": \"128472006\",\n \"display\": \"Structure of periapical tissue\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\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\": \"K04.7\",\n \"display\": \"Periapical abscess without sinus\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"1e8d6826-0100-4dbe-9063-fa3658d8ab01\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T08:15:59.393241+00:00\",\n \"versionId\": \"MTcwNDQ0MjU1OTM5MzI0MTAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Pasien mengalami periapikal abses tanpa sinus di area periapikal gigi 14\"\n }\n ],\n \"onsetDateTime\": \"2023-09-09T19:35:00+00:00\",\n \"recordedDate\": \"2023-09-09T19:35:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "08. Tindakan",
|
|
"item": [
|
|
{
|
|
"name": "Procedure - Tindakan Scaling",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"277132007\",\n \"display\": \"Therapeutic procedure\"\n }\n ],\n \"text\": \"Therapeutic procedure\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"96.54\",\n \"display\": \"Dental scaling, polishing, and debridement\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-09-09T19:37:00+00:00\",\n \"end\": \"2023-09-09T20:10:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"K05.2\",\n \"display\": \"Acute periodontitis\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Tindakan pembersihan karang gigi, pemolesan, dan debridemen gigi\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Procedure",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Procedure"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Procedure - Tindakan Scaling",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"277132007\",\n \"display\": \"Therapeutic procedure\"\n }\n ],\n \"text\": \"Therapeutic procedure\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"96.54\",\n \"display\": \"Dental scaling, polishing, and debridement\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-09-09T19:37:00+00:00\",\n \"end\": \"2023-09-09T20:10:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"K05.2\",\n \"display\": \"Acute periodontitis\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Tindakan pembersihan karang gigi, pemolesan, dan debridemen gigi\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Procedure",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Procedure"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQ0MjU3Mjg2NDMxNjAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 08:16: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/Procedure/93e57d6b-b858-4818-9f50-3adbdc594c13/_history/MTcwNDQ0MjU3Mjg2NDMxNjAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 08:16:12 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1025"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "378ebad3-5624-4f12-8120-7fd058cfa3c9"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' 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 \"text\": \"Therapeutic procedure\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"96.54\",\n \"display\": \"Dental scaling, polishing, and debridement\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"93e57d6b-b858-4818-9f50-3adbdc594c13\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T08:16:12.864316+00:00\",\n \"versionId\": \"MTcwNDQ0MjU3Mjg2NDMxNjAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Tindakan pembersihan karang gigi, pemolesan, dan debridemen gigi\"\n }\n ],\n \"performedPeriod\": {\n \"end\": \"2023-09-09T20:10:00+00:00\",\n \"start\": \"2023-09-09T19:37:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"K05.2\",\n \"display\": \"Acute periodontitis\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Procedure - Tindakan Root Canal dengan Irigasi",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"277132007\",\n \"display\": \"Therapeutic procedure\"\n }\n ],\n \"text\": \"Therapeutic procedure\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"23.71\",\n \"display\": \"Root canal therapy with irrigation\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-09-09T20:10:00+00:00\",\n \"end\": \"2023-09-09T21:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"K04.7\",\n \"display\": \"Periapical abscess without sinus\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Terapi root canal beserta irigasi pada gigi 14\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Procedure",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Procedure"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Procedure - Tindakan Root Canal dengan Irigasi",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"277132007\",\n \"display\": \"Therapeutic procedure\"\n }\n ],\n \"text\": \"Therapeutic procedure\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"23.71\",\n \"display\": \"Root canal therapy with irrigation\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-09-09T20:10:00+00:00\",\n \"end\": \"2023-09-09T21:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"K04.7\",\n \"display\": \"Periapical abscess without sinus\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Terapi root canal beserta irigasi pada gigi 14\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Procedure",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Procedure"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQ0MjU4NTY3MjkxMjAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/bd628af5-18ad-4be3-9be9-ca852ebb2f73/_history/MTcwNDQ0MjU4NTY3MjkxMjAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 08:16:25 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 08:16:25 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1012"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "ce0fa551-203a-4306-991e-8e8bd13b2d1f"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' 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 \"text\": \"Therapeutic procedure\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"23.71\",\n \"display\": \"Root canal therapy with irrigation\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"bd628af5-18ad-4be3-9be9-ca852ebb2f73\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T08:16:25.672912+00:00\",\n \"versionId\": \"MTcwNDQ0MjU4NTY3MjkxMjAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Terapi root canal beserta irigasi pada gigi 14\"\n }\n ],\n \"performedPeriod\": {\n \"end\": \"2023-09-09T21:00:00+00:00\",\n \"start\": \"2023-09-09T20:10:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"K04.7\",\n \"display\": \"Periapical abscess without sinus\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "09. Tatalaksana",
|
|
"item": [
|
|
{
|
|
"name": "Edukasi",
|
|
"item": [
|
|
{
|
|
"name": "Procedure - Diberikan Edukasi",
|
|
"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\": \"409073007\",\n \"display\": \"Education\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"84635008\",\n \"display\": \"Disease process or condition education\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-09-09T21:05:00+00:00\",\n \"end\": \"2023-09-09T21:10:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"K05.2\",\n \"display\": \"Acute periodontitis\"\n }\n ]\n },\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"K04.7\",\n \"display\": \"Periapical abscess without sinus\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Edukasi terkait proses penyakit, diagnosis, dan rencana asuhan\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Procedure",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Procedure"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Procedure - Diberikan Edukasi",
|
|
"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\": \"409073007\",\n \"display\": \"Education\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"84635008\",\n \"display\": \"Disease process or condition education\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-09-09T21:05:00+00:00\",\n \"end\": \"2023-09-09T21:10:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"K05.2\",\n \"display\": \"Acute periodontitis\"\n }\n ]\n },\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"K04.7\",\n \"display\": \"Periapical abscess without sinus\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Edukasi terkait proses penyakit, diagnosis, dan rencana asuhan\"\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/3a9092a7-6d7b-4406-a61f-c1b5925b32c5/_history/MTcwNDQ0MjYwMzQ0OTg2NTAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 08:16:43 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQ0MjYwMzQ0OTg2NTAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 08:16:43 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1086"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "eb69bbc6-6a93-425a-b3ef-f78fee7e15c7"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' 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\": \"409073007\",\n \"display\": \"Education\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"84635008\",\n \"display\": \"Disease process or condition education\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"3a9092a7-6d7b-4406-a61f-c1b5925b32c5\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T08:16:43.449865+00:00\",\n \"versionId\": \"MTcwNDQ0MjYwMzQ0OTg2NTAwMA\"\n },\n \"note\": [\n {\n \"text\": \"Edukasi terkait proses penyakit, diagnosis, dan rencana asuhan\"\n }\n ],\n \"performedPeriod\": {\n \"end\": \"2023-09-09T21:10:00+00:00\",\n \"start\": \"2023-09-09T21:05:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"K05.2\",\n \"display\": \"Acute periodontitis\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n {\n \"coding\": [\n {\n \"code\": \"K04.7\",\n \"display\": \"Periapical abscess without sinus\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Procedure - Tidak Diberikan Edukasi",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Procedure\",\n \"status\": \"not-done\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"409073007\",\n \"display\": \"Education\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"409073007\",\n \"display\": \"Education\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-09-09T21:05:00+00:00\",\n \"end\": \"2023-09-09T21:05:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Procedure",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Procedure"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Procedure - Tidak Diberikan Edukasi",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Procedure\",\n \"status\": \"not-done\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"409073007\",\n \"display\": \"Education\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"409073007\",\n \"display\": \"Education\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-09-09T21:05:00+00:00\",\n \"end\": \"2023-09-09T21:05:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Procedure",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Procedure"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQ0MjYyMzk1NDk2MDAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 08:17:03 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/77ade8ad-8a20-407a-bc84-76c9794167a8/_history/MTcwNDQ0MjYyMzk1NDk2MDAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 08:17:03 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "738"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "577304af-c01d-485a-b978-1b4b8f787869"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' 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\": \"409073007\",\n \"display\": \"Education\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"409073007\",\n \"display\": \"Education\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"77ade8ad-8a20-407a-bc84-76c9794167a8\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T08:17:03.954960+00:00\",\n \"versionId\": \"MTcwNDQ0MjYyMzk1NDk2MDAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2023-09-09T21:05:00+00:00\",\n \"start\": \"2023-09-09T21:05:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"not-done\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Peresepan Obat",
|
|
"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\": \"93002013\",\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS019\",\n \"display\": \"Kapsul\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000598\",\n \"display\": \"CLINDAMYCIN\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 300,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"CAP\"\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\": \"93002013\",\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS019\",\n \"display\": \"Kapsul\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000598\",\n \"display\": \"CLINDAMYCIN\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 300,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"CAP\"\n }\n }\n }\n ],\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\n \"code\": \"NC\",\n \"display\": \"Non-compound\"\n }\n ]\n }\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Medication",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Medication"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQ0MjYzNDczNDg5NjAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Medication/2bb7b321-be56-4f1c-8b10-59c0f76052d7/_history/MTcwNDQ0MjYzNDczNDg5NjAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 08:17:14 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 08:17:14 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1288"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "010e8b00-6b92-4756-ac33-42983f08459f"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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\": \"93002013\",\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\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\": \"BS019\",\n \"display\": \"Kapsul\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"2bb7b321-be56-4f1c-8b10-59c0f76052d7\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000002\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000598\",\n \"display\": \"CLINDAMYCIN\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 300\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T08:17:14.734896+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcwNDQ0MjYzNDczNDg5NjAwMA\"\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\": \"outpatient\",\n \"display\": \"Outpatient\"\n }\n ]\n }\n ],\n \"priority\": \"routine\",\n \"medicationReference\": {\n \"reference\": \"Medication/{{Medication_forRequest}}\",\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"authoredOn\": \"2023-09-09T21:15:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n },\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 kapsul setiap 8 jam untuk 7 hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 kapsul setiap 8 jam untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"patientInstruction\": \"1 kapsul setiap 8 jam untuk 7 hari mulai tanggal 9 September 2023\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 8,\n \"periodUnit\": \"h\"\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"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\": 3,\n \"unit\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"CAP\"\n }\n }\n ]\n }\n ],\n \"dispenseRequest\": {\n \"dispenseInterval\": {\n \"value\": 8,\n \"unit\": \"hours\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"h\"\n },\n \"validityPeriod\": {\n \"start\": \"2022-09-09T21:15:00+00:00\",\n \"end\": \"2023-09-10T21:15:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 21,\n \"unit\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"CAP\"\n },\n \"expectedSupplyDuration\": {\n \"value\": 7,\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\": \"outpatient\",\n \"display\": \"Outpatient\"\n }\n ]\n }\n ],\n \"priority\": \"routine\",\n \"medicationReference\": {\n \"reference\": \"Medication/{{Medication_forRequest}}\",\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"authoredOn\": \"2023-09-09T21:15:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n },\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 kapsul setiap 8 jam untuk 7 hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 kapsul setiap 8 jam untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"patientInstruction\": \"1 kapsul setiap 8 jam untuk 7 hari mulai tanggal 9 September 2023\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 8,\n \"periodUnit\": \"h\"\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"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\": 3,\n \"unit\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"CAP\"\n }\n }\n ]\n }\n ],\n \"dispenseRequest\": {\n \"dispenseInterval\": {\n \"value\": 8,\n \"unit\": \"hours\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"h\"\n },\n \"validityPeriod\": {\n \"start\": \"2022-09-09T21:15:00+00:00\",\n \"end\": \"2023-09-10T21:15:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 21,\n \"unit\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"CAP\"\n },\n \"expectedSupplyDuration\": {\n \"value\": 7,\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/\"MTcwNDQ0MjY1MTI2Mzc1NDAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 08:17:31 UTC"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/MedicationRequest/075b0481-3427-4b9f-a98f-c6237d2209f4/_history/MTcwNDQ0MjY1MTI2Mzc1NDAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 08:17:31 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "2214"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "2836e059-1a18-4641-978c-decc4dc518c1"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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-09-09T21:15:00+00:00\",\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"outpatient\",\n \"display\": \"Outpatient\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/medicationrequest-category\"\n }\n ]\n }\n ],\n \"dispenseRequest\": {\n \"dispenseInterval\": {\n \"code\": \"h\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"hours\",\n \"value\": 8\n },\n \"expectedSupplyDuration\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"days\",\n \"value\": 7\n },\n \"numberOfRepeatsAllowed\": 0,\n \"performer\": {\n \"reference\": \"Organization/10000002\"\n },\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 21\n },\n \"validityPeriod\": {\n \"end\": \"2023-09-10T21:15:00+00:00\",\n \"start\": \"2022-09-09T21:15:00+00:00\"\n }\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"1 kapsul setiap 8 jam untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\n },\n \"type\": {\n \"coding\": [\n {\n \"code\": \"ordered\",\n \"display\": \"Ordered\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\"\n }\n ]\n }\n }\n ],\n \"patientInstruction\": \"1 kapsul setiap 8 jam untuk 7 hari mulai tanggal 9 September 2023\",\n \"route\": {\n \"coding\": [\n {\n \"code\": \"O\",\n \"display\": \"Oral\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kapsul setiap 8 jam untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 8,\n \"periodUnit\": \"h\"\n }\n }\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"075b0481-3427-4b9f-a98f-c6237d2209f4\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000002\",\n \"use\": \"official\",\n \"value\": \"123456788\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000002\",\n \"use\": \"official\",\n \"value\": \"123456788-1\"\n }\n ],\n \"intent\": \"order\",\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/7ee1a5a4-c37f-4ec9-bd20-1d1c95d904e6\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T08:17:31.263754+00:00\",\n \"versionId\": \"MTcwNDQ0MjY1MTI2Mzc1NDAwMA\"\n },\n \"priority\": \"routine\",\n \"requester\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n },\n \"resourceType\": \"MedicationRequest\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Pengkajian Resep",
|
|
"item": [
|
|
{
|
|
"name": "QuestionnaireResponse - Pengkajian Resep",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"QuestionnaireResponse\",\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0007\",\n \"status\": \"completed\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_ID}}\",\n \"display\": \"{{Patient_Name}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_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": "Pengeluaran Obat",
|
|
"item": [
|
|
{
|
|
"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\": \"123456790\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93002013\",\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS019\",\n \"display\": \"Kapsul\"\n }\n ]\n },\n \"batch\": {\n \"lotNumber\": \"1625042A\",\n \"expirationDate\": \"2026-07-28\"\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000598\",\n \"display\": \"CLINDAMYCIN\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 300,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"CAP\"\n }\n }\n }\n ],\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\n \"code\": \"NC\",\n \"display\": \"Non-compound\"\n }\n ]\n }\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Medication",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Medication"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Medication - Create (for Dispense)",
|
|
"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\": \"123456790\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93002013\",\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS019\",\n \"display\": \"Kapsul\"\n }\n ]\n },\n \"batch\": {\n \"lotNumber\": \"1625042A\",\n \"expirationDate\": \"2026-07-28\"\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000598\",\n \"display\": \"CLINDAMYCIN\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 300,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"CAP\"\n }\n }\n }\n ],\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\n \"code\": \"NC\",\n \"display\": \"Non-compound\"\n }\n ]\n }\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Medication",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Medication"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQ0MjY2ODAyNzE1NjAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 08:17:48 UTC"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Medication/717fdd5d-e6f4-41d0-a199-efa7edca096e/_history/MTcwNDQ0MjY2ODAyNzE1NjAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 08:17:48 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1351"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "21c4d3f9-9acb-4142-a4a3-37394674103e"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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\": \"2026-07-28\",\n \"lotNumber\": \"1625042A\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93002013\",\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\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\": \"BS019\",\n \"display\": \"Kapsul\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"717fdd5d-e6f4-41d0-a199-efa7edca096e\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000002\",\n \"use\": \"official\",\n \"value\": \"123456790\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000598\",\n \"display\": \"CLINDAMYCIN\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n },\n \"strength\": {\n \"denominator\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"mg\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 300\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T08:17:48.027156+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcwNDQ0MjY2ODAyNzE1NjAwMA\"\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\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\n }\n ],\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category\",\n \"code\": \"outpatient\",\n \"display\": \"Outpatient\"\n }\n ]\n },\n \"medicationReference\": {\n \"reference\": \"Medication/{{Medication_forDispense}}\",\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/{{MedicationRequest_Clinium}}\"\n }\n ],\n \"quantity\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"CAP\",\n \"value\": 21\n },\n \"daysSupply\": {\n \"value\": 7,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\",\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 kapsul setiap 8 jam untuk 7 hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 kapsul setiap 8 jam untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"patientInstruction\": \"1 kapsul setiap 8 jam untuk 7 hari mulai tanggal 9 September 2023\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 8,\n \"periodUnit\": \"h\"\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"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\": 3,\n \"unit\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"CAP\"\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\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\n }\n ],\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category\",\n \"code\": \"outpatient\",\n \"display\": \"Outpatient\"\n }\n ]\n },\n \"medicationReference\": {\n \"reference\": \"Medication/{{Medication_forDispense}}\",\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/{{MedicationRequest_Clinium}}\"\n }\n ],\n \"quantity\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"CAP\",\n \"value\": 21\n },\n \"daysSupply\": {\n \"value\": 7,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\",\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 kapsul setiap 8 jam untuk 7 hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 kapsul setiap 8 jam untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"patientInstruction\": \"1 kapsul setiap 8 jam untuk 7 hari mulai tanggal 9 September 2023\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 8,\n \"periodUnit\": \"h\"\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"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\": 3,\n \"unit\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"CAP\"\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/09b81487-9718-4b7c-8991-e1cec3c2fc47/_history/MTcwNDQ0MjY4MjQ1MDIxNDAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 08:18:02 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQ0MjY4MjQ1MDIxNDAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 08:18:02 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "2187"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "b6b288de-bed8-4c21-a871-dfe60bfcb1e9"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/62cacc77-4ac2-49d6-b3c7-78b66dcc9c16\"\n }\n ],\n \"category\": {\n \"coding\": [\n {\n \"code\": \"outpatient\",\n \"display\": \"Outpatient\",\n \"system\": \"http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category\"\n }\n ]\n },\n \"context\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 7\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"1 kapsul setiap 8 jam untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 3\n },\n \"type\": {\n \"coding\": [\n {\n \"code\": \"ordered\",\n \"display\": \"Ordered\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\"\n }\n ]\n }\n }\n ],\n \"patientInstruction\": \"1 kapsul setiap 8 jam untuk 7 hari mulai tanggal 9 September 2023\",\n \"route\": {\n \"coding\": [\n {\n \"code\": \"O\",\n \"display\": \"Oral\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"sequence\": 1,\n \"text\": \"1 kapsul setiap 8 jam untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 8,\n \"periodUnit\": \"h\"\n }\n }\n }\n ],\n \"id\": \"09b81487-9718-4b7c-8991-e1cec3c2fc47\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000002\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000002\",\n \"use\": \"official\",\n \"value\": \"123456788-2\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/13e1ed8e-3271-4396-b287-4abbacb5eb85\"\n },\n \"medicationReference\": {\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\",\n \"reference\": \"Medication/3ae9e76b-07c5-4297-9278-c0d4903142cc\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T08:18:02.450214+00:00\",\n \"versionId\": \"MTcwNDQ0MjY4MjQ1MDIxNDAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 21\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n },\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\"\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "10. Rencana Tindak Lanjut",
|
|
"item": [
|
|
{
|
|
"name": "ServiceRequest - Kontrol 1 minggu",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"ServiceRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/{{Org_id}}\",\n \"value\": \"00001\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"original-order\",\n \"priority\": \"routine\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"306098008\",\n \"display\": \"Self-referral\"\n }\n ]\n },\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"11429006\",\n \"display\": \"Consultation\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"185389009\",\n \"display\": \"Follow-up visit\"\n }\n ],\n \"text\": \"Kontrol 1 minggu untuk melihat perkembangan periodontitis akut dan periapikal abses gigi 14\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"occurrenceDateTime\": \"2023-09-09T21:40:00+00:00\",\n \"authoredOn\": \"2023-09-09T21:40:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"K05.2\",\n \"display\": \"Acute periodontitis\"\n }\n ]\n },\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"K04.7\",\n \"display\": \"Periapical abscess without sinus\"\n }\n ]\n }\n ],\n \"locationCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\",\n \"code\": \"OF\",\n \"display\": \"Outpatient Facility\"\n }\n ]\n }\n ],\n \"patientInstruction\": \"Kontrol rutin 1 minggu untuk perawatan saluran akar pada gigi 14 dan melihat perkembangan masalah gusi. Dalam keadaan darurat dapat menghubungi hotline Fasyankes di nomor +62215375162\"\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/ServiceRequest",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"ServiceRequest"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "ServiceRequest - Kontrol 1 minggu",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"ServiceRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/{{Org_id}}\",\n \"value\": \"00001\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"original-order\",\n \"priority\": \"routine\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"306098008\",\n \"display\": \"Self-referral\"\n }\n ]\n },\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"11429006\",\n \"display\": \"Consultation\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"185389009\",\n \"display\": \"Follow-up visit\"\n }\n ],\n \"text\": \"Kontrol 1 minggu untuk melihat perkembangan periodontitis akut dan periapikal abses gigi 14\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"occurrenceDateTime\": \"2023-09-09T21:40:00+00:00\",\n \"authoredOn\": \"2023-09-09T21:40:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"K05.2\",\n \"display\": \"Acute periodontitis\"\n }\n ]\n },\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"K04.7\",\n \"display\": \"Periapical abscess without sinus\"\n }\n ]\n }\n ],\n \"locationCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\",\n \"code\": \"OF\",\n \"display\": \"Outpatient Facility\"\n }\n ]\n }\n ],\n \"patientInstruction\": \"Kontrol rutin 1 minggu untuk perawatan saluran akar pada gigi 14 dan melihat perkembangan masalah gusi. Dalam keadaan darurat dapat menghubungi hotline Fasyankes di nomor +62215375162\"\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/\"MTcwNDQ0MjcxMDIyNDIzMzAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 08:18:30 UTC"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/ServiceRequest/eff71615-d60d-499e-a549-2fdfce83898b/_history/MTcwNDQ0MjcxMDIyNDIzMzAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 08:18:30 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1704"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "7a55f197-d57f-485b-87f5-4da9e46121e8"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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-09-09T21:40:00+00:00\",\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"306098008\",\n \"display\": \"Self-referral\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n {\n \"coding\": [\n {\n \"code\": \"11429006\",\n \"display\": \"Consultation\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"185389009\",\n \"display\": \"Follow-up visit\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Kontrol 1 minggu untuk melihat perkembangan periodontitis akut dan periapikal abses gigi 14\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"eff71615-d60d-499e-a549-2fdfce83898b\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/10000002\",\n \"value\": \"00001\"\n }\n ],\n \"intent\": \"original-order\",\n \"locationCode\": [\n {\n \"coding\": [\n {\n \"code\": \"OF\",\n \"display\": \"Outpatient Facility\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\"\n }\n ]\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T08:18:30.224233+00:00\",\n \"versionId\": \"MTcwNDQ0MjcxMDIyNDIzMzAwMA\"\n },\n \"occurrenceDateTime\": \"2023-09-09T21:40:00+00:00\",\n \"patientInstruction\": \"Kontrol rutin 1 minggu untuk perawatan saluran akar pada gigi 14 dan melihat perkembangan masalah gusi. Dalam keadaan darurat dapat menghubungi hotline Fasyankes di nomor +62215375162\",\n \"performer\": [\n {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n }\n ],\n \"priority\": \"routine\",\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"K05.2\",\n \"display\": \"Acute periodontitis\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n {\n \"coding\": [\n {\n \"code\": \"K04.7\",\n \"display\": \"Periapical abscess without sinus\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"requester\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\n },\n \"resourceType\": \"ServiceRequest\",\n \"status\": \"active\",\n \"subject\": {\n \"reference\": \"Patient/100000030015\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "11. Kondisi saat Meninggalkan RS",
|
|
"item": [
|
|
{
|
|
"name": "Condition - Stabil",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Condition\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/condition/{{Org_id}}\",\n \"value\": \"00001\"\n }\n ],\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\n \"code\": \"problem-list-item\",\n \"display\": \"Problem List Item\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"359746009\",\n \"display\": \"Patient's condition stable\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\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 \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/condition/{{Org_id}}\",\n \"value\": \"00001\"\n }\n ],\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\n \"code\": \"problem-list-item\",\n \"display\": \"Problem List Item\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"359746009\",\n \"display\": \"Patient's condition stable\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\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": "Fri, 05 Jan 2024 08:18:40 UTC"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/a01f6fb4-86ae-4922-b7f8-62dc04bae886/_history/MTcwNDQ0MjcyMDEwNTczOTAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQ0MjcyMDEwNTczOTAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 08:18:40 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "810"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "8f5fa7a4-c6bb-4202-8ae9-6d94d4819e69"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"problem-list-item\",\n \"display\": \"Problem List Item\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\"\n }\n ]\n }\n ],\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"code\": \"active\",\n \"display\": \"Active\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"359746009\",\n \"display\": \"Patient's condition stable\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\"\n },\n \"id\": \"a01f6fb4-86ae-4922-b7f8-62dc04bae886\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/condition/10000002\",\n \"value\": \"00001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T08:18:40.105739+00:00\",\n \"versionId\": \"MTcwNDQ0MjcyMDEwNTczOTAwMA\"\n },\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "12. Cara Keluar dari Rumah Sakit",
|
|
"item": [
|
|
{
|
|
"name": "Encounter - Update (Pulang dan Kontrol Kembali)",
|
|
"request": {
|
|
"method": "PUT",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"E8896121\"\n }\n ],\n \"status\": \"finished\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-09-09T18:00:00+00:00\",\n \"end\": \"2023-09-09T21:45:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-09-09T18:00:00+00:00\",\n \"end\": \"2023-09-09T21:45:00+00:00\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ServiceClass\",\n \"extension\": [\n {\n \"url\": \"value\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\n }\n ]\n }\n },\n {\n \"url\": \"upgradeClassIndicator\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationUpgradeClass\",\n \"code\": \"kelas-tetap\",\n \"display\": \"Kelas Tetap Perawatan\"\n }\n ]\n }\n }\n ]\n }\n ]\n }\n ],\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/{{Diagnosis_Utama}}\",\n \"display\": \"Acute periodontitis\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis\"\n }\n ]\n },\n \"rank\": 1\n },\n {\n \"condition\": {\n \"reference\": \"Condition/{{Diagnosis_Sekunder}}\",\n \"display\": \"Periapical abscess without sinus\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis\"\n }\n ]\n },\n \"rank\": 2\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-09-09T18:00:00+00:00\",\n \"end\": \"2023-09-09T18:15:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-09-09T18:15:00+00:00\",\n \"end\": \"2023-09-09T21:45:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-09-09T21:45:00+00:00\",\n \"end\": \"2023-09-09T21:45:00+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 1 minggu\"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Encounter/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Encounter",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "{{Encounter_id}}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Encounter - Update (Pulang dan Kontrol Kembali)",
|
|
"originalRequest": {
|
|
"method": "PUT",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"E8896121\"\n }\n ],\n \"status\": \"finished\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-09-09T18:00:00+00:00\",\n \"end\": \"2023-09-09T21:45:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-09-09T18:00:00+00:00\",\n \"end\": \"2023-09-09T21:45:00+00:00\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ServiceClass\",\n \"extension\": [\n {\n \"url\": \"value\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\n }\n ]\n }\n },\n {\n \"url\": \"upgradeClassIndicator\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationUpgradeClass\",\n \"code\": \"kelas-tetap\",\n \"display\": \"Kelas Tetap Perawatan\"\n }\n ]\n }\n }\n ]\n }\n ]\n }\n ],\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/{{Diagnosis_Utama}}\",\n \"display\": \"Acute periodontitis\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis\"\n }\n ]\n },\n \"rank\": 1\n },\n {\n \"condition\": {\n \"reference\": \"Condition/{{Diagnosis_Sekunder}}\",\n \"display\": \"Periapical abscess without sinus\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis\"\n }\n ]\n },\n \"rank\": 2\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-09-09T18:00:00+00:00\",\n \"end\": \"2023-09-09T18:15:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-09-09T18:15:00+00:00\",\n \"end\": \"2023-09-09T21:45:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-09-09T21:45:00+00:00\",\n \"end\": \"2023-09-09T21:45:00+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 1 minggu\"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Encounter/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Encounter",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "{{Encounter_id}}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDQ0MjczMzE3OTU1NTAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 05 Jan 2024 08:18: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/Encounter/5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8/_history/MTcwNDQ0MjczMzE3OTU1NTAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 05 Jan 2024 08:18:53 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "2635"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "15a72c63-ae0e-4875-96fd-2100896cf32d"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"class\": {\n \"code\": \"AMB\",\n \"display\": \"ambulatory\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"diagnosis\": [\n {\n \"condition\": {\n \"display\": \"Acute periodontitis\",\n \"reference\": \"Condition/62e140ce-c5b6-49ab-9075-392da50be195\"\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\": \"Periapical abscess without sinus\",\n \"reference\": \"Condition/d092025a-7ccf-43f3-9c18-adb2b7365c50\"\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 \"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 1 minggu\"\n }\n },\n \"id\": \"5c91ced6-62c3-4e9f-852a-b5ba2cb1ddd8\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000002\",\n \"value\": \"E8896121\"\n }\n ],\n \"location\": [\n {\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"value\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Outpatient\"\n }\n ]\n }\n },\n {\n \"url\": \"upgradeClassIndicator\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"kelas-tetap\",\n \"display\": \"Kelas Tetap Perawatan\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationUpgradeClass\"\n }\n ]\n }\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ServiceClass\"\n }\n ],\n \"location\": {\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\",\n \"reference\": \"Location/13e1ed8e-3271-4396-b287-4abbacb5eb85\"\n },\n \"period\": {\n \"end\": \"2023-09-09T21:45:00+00:00\",\n \"start\": \"2023-09-09T18:00:00+00:00\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-01-05T08:18:53.179555+00:00\",\n \"versionId\": \"MTcwNDQ0MjczMzE3OTU1NTAwMA\"\n },\n \"participant\": [\n {\n \"individual\": {\n \"display\": \"Dokter Gigi Budiman\",\n \"reference\": \"Practitioner/10018452434\"\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-09-09T21:45:00+00:00\",\n \"start\": \"2023-09-09T18:00:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000002\"\n },\n \"status\": \"finished\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-09-09T18:15:00+00:00\",\n \"start\": \"2023-09-09T18:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"end\": \"2023-09-09T21:45:00+00:00\",\n \"start\": \"2023-09-09T18:15:00+00:00\"\n },\n \"status\": \"in-progress\"\n },\n {\n \"period\": {\n \"end\": \"2023-09-09T21:45:00+00:00\",\n \"start\": \"2023-09-09T21:45:00+00:00\"\n },\n \"status\": \"finished\"\n }\n ],\n \"subject\": {\n \"display\": \"Diana Smith\",\n \"reference\": \"Patient/100000030015\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Bundle Rawat Jalan Gigi",
|
|
"event": [
|
|
{
|
|
"listen": "prerequest",
|
|
"script": {
|
|
"exec": [
|
|
"// Defining yyyymmdd as currentDate's YYYYMMDD in string format\r",
|
|
"var now = new Date();\r",
|
|
"var year = now.getFullYear();\r",
|
|
"var month = String(now.getMonth() + 1).padStart(2, '0');\r",
|
|
"var day = String(now.getDate()).padStart(2, '0');\r",
|
|
"var yyyymmdd = `${year}${month}${day}`;\r",
|
|
"\r",
|
|
"// Generating 5 digits of stringified random integer to make Registration_ID number (for test use cases)\r",
|
|
"var randomInt = Math.floor(Math.random() * 100000);\r",
|
|
"var randomIntPadded = String(randomInt).padStart(5, '0');\r",
|
|
"var Registration_ID = yyyymmdd + randomIntPadded;\r",
|
|
"\r",
|
|
"// Setting CollectionVariable Registration_ID to be used\r",
|
|
"pm.collectionVariables.set(\"Registration_ID\", Registration_ID);\r",
|
|
"\r",
|
|
"var bundle = JSON.parse(pm.request.body.raw);\r",
|
|
"\r",
|
|
"var Med_list = [];\r",
|
|
"\r",
|
|
"bundle.entry.forEach(entry => {\r",
|
|
" let data = entry.resource;\r",
|
|
" if (data.resourceType === 'Condition' && data.category && data.category[0] && data.category[0].coding) {\r",
|
|
" if (data.category[0].coding.some(coding => coding.code === 'encounter-diagnosis')) {\r",
|
|
" if (data.code && data.code.coding) {\r",
|
|
" if (data.code.coding.some(coding => coding.code === 'K05.0')) {\r",
|
|
" pm.collectionVariables.set('Diagnosis_Utama', entry.fullUrl);\r",
|
|
" pm.collectionVariables.set('DiagnosisUtama_Name', data.code.coding.find(coding => coding.code === 'K05.0').display);\r",
|
|
" } else if (data.code.coding.some(coding => coding.code === 'K05.2')) {\r",
|
|
" pm.collectionVariables.set('Diagnosis_Sekunder', entry.fullUrl);\r",
|
|
" pm.collectionVariables.set('DiagnosisSekunder_Name', data.code.coding.find(coding => coding.code === 'K05.2').display);\r",
|
|
" }\r",
|
|
" }\r",
|
|
" }\r",
|
|
" else if (data.category[0].coding.some(coding => coding.code === 'problem-list-item')){\r",
|
|
" pm.collectionVariables.set('Condition_KeluhanUtama', entry.fullUrl)\r",
|
|
" }\r",
|
|
" } else if (data.resourceType === 'Encounter') {\r",
|
|
" pm.collectionVariables.set('Encounter_id', entry.fullUrl);\r",
|
|
" } else if (data.code && data.code.coding && data.code.coding.some(coding => coding.code === '29575-8')) {\r",
|
|
" if (data.resourceType === 'ServiceRequest') {\r",
|
|
" pm.collectionVariables.set('ServiceRequest_DarahLengkap', entry.fullUrl);\r",
|
|
" }\r",
|
|
" } \r",
|
|
" else if (data.code && data.code.coding && data.code.coding.some(coding => coding.code === '24828-6')){\r",
|
|
" if (data.resourceType === 'ServiceRequest'){\r",
|
|
" pm.collectionVariables.set('ServiceRequest_Radiologi', entry.fullUrl);\r",
|
|
" } else if (data.resourceType === 'Observation'){\r",
|
|
" pm.collectionVariables.set('Observation_Periapikal', entry.fullUrl);\r",
|
|
" } \r",
|
|
" }else if (data.resourceType === 'Specimen' && data.type && data.type.coding && data.type.coding.some(coding => coding.code === '119297000')) {\r",
|
|
" pm.collectionVariables.set('Specimen_DarahLengkap', entry.fullUrl);\r",
|
|
" }\r",
|
|
" else if (data.resourceType === \"Observation\") {\r",
|
|
" if (data.code.coding.some(coding => coding.code === '718-7')) {\r",
|
|
" pm.collectionVariables.set('Observation_Hemoglobin', entry.fullUrl)\r",
|
|
" } else if (data.code.coding.some(coding => coding.code === '787-2')) {\r",
|
|
" pm.collectionVariables.set('Observation_MCV', entry.fullUrl)\r",
|
|
" }\r",
|
|
" }\r",
|
|
" else if (data.resourceType === 'MedicationRequest') { pm.collectionVariables.set('MedicationRequest_Clinium', entry.fullUrl) }\r",
|
|
" else if (data.resourceType === 'Medication') {\r",
|
|
" Med_list.push(entry.fullUrl);\r",
|
|
" }\r",
|
|
"});\r",
|
|
"pm.collectionVariables.set('Medication_forRequest', Med_list[0]);\r",
|
|
"pm.collectionVariables.set('Medication_forDispense', Med_list[1]);\r",
|
|
""
|
|
],
|
|
"type": "text/javascript",
|
|
"packages": {}
|
|
}
|
|
}
|
|
],
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction\",\n \"entry\": [\n {\n \"fullUrl\": \"urn:uuid:04a71641-3d8f-494f-b744-4583354c818c\",\n \"resource\": {\n \"resourceType\": \"Encounter\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"finished\",\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-09-09T18:00:00+00:00\",\n \"end\": \"2023-09-09T18:15:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-09-09T18:15:00+00:00\",\n \"end\": \"2023-09-09T21:45:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-09-09T21:45:00+00:00\",\n \"end\": \"2023-09-09T21:45:00+00:00\"\n }\n }\n ],\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-09-09T18:00:00+00:00\",\n \"end\": \"2023-09-09T21:45:00+00:00\"\n },\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"{{Diagnosis_Utama}}\",\n \"display\": \"Acute periodontitis\"\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\": \"{{Diagnosis_Sekunder}}\",\n \"display\": \"Periapical abscess without sinus\"\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 \"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 1 minggu\"\n }\n },\n \"location\": [\n {\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"value\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\n }\n ]\n }\n },\n {\n \"url\": \"upgradeClassIndicator\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationUpgradeClass\",\n \"code\": \"kelas-tetap\",\n \"display\": \"Kelas Tetap Perawatan\"\n }\n ]\n }\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ServiceClass\"\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-09-09T18:00:00+00:00\",\n \"end\": \"2023-09-09T21:45:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Encounter\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:bed94300-a468-48a6-9fad-f5dc77b9684d\",\n \"resource\": {\n \"resourceType\": \"Condition\",\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\n \"code\": \"problem-list-item\",\n \"display\": \"Problem List Item\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"86276007\",\n \"display\": \"Bleeding gums\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\",\n \"display\": \"Kunjungan Diana Smith tanggal 9 September 2023\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:c778b8c7-6734-47e8-b29b-01769324d575\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"laboratory\",\n \"display\": \"Laboratory\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"883-9\",\n \"display\": \"ABO group [Type] in Blood\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:30:00+00:00\",\n \"issued\": \"2023-09-09T18:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA19710-5\",\n \"display\": \"Group A\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:129ddb87-8b12-4072-9b66-1db70c1fd2f3\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"laboratory\",\n \"display\": \"Laboratory\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"10331-7\",\n \"display\": \"Rh [Type] in Blood\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:30:00+00:00\",\n \"issued\": \"2023-09-09T18:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6576-8\",\n \"display\": \"Positive\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:0593e7ff-226e-45b5-8be4-54fcf28ee412\",\n \"resource\": {\n \"resourceType\": \"Condition\",\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\n \"code\": \"problem-list-item\",\n \"display\": \"Problem List Item\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"472969004\",\n \"display\": \"History of diabetes mellitus type 2\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\",\n \"display\": \"Kunjungan Diana Smith tanggal 9 September 2023\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:3e6a8576-678f-4d5f-b4c7-b87d2cbd81b6\",\n \"resource\": {\n \"resourceType\": \"AllergyIntolerance\",\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"verificationStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-verification\",\n \"code\": \"confirmed\",\n \"display\": \"Confirmed\"\n }\n ]\n },\n \"category\": [\n \"medication\"\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000299\",\n \"display\": \"Aspirin\"\n }\n ],\n \"text\": \"Alergi Aspirin\"\n },\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\",\n \"display\": \"Kunjungan Diana Smith tanggal 9 September 2023\"\n },\n \"recordedDate\": \"2023-09-09T18:30:00+00:00\",\n \"recorder\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"AllergyIntolerance\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:f0dab95d-cc40-44c0-b5de-cd6639c08b23\",\n \"resource\": {\n \"resourceType\": \"MedicationStatement\",\n \"status\": \"active\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/medication-statement-category\",\n \"code\": \"outpatient\",\n \"display\": \"Outpatient\"\n }\n ]\n },\n \"medicationReference\": {\n \"reference\": \"Medication/{{Medication_Reference}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"context\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-01-01T17:00:00+00:00\",\n \"dateAsserted\": \"2022-09-09T18:30:00+00:00\",\n \"informationSource\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"dosage\": [\n {\n \"text\": \"1 kapsul setiap 8 jam untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 8,\n \"periodUnit\": \"h\"\n }\n }\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"MedicationStatement\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:630cd2a9-846b-4d64-9c32-28799b9d86ae\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"82810-3\",\n \"display\": \"Pregnancy status\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:30:00+00:00\",\n \"issued\": \"2023-09-09T18:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"60001007\",\n \"display\": \"Not pregnant\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:7ee67ff7-f5e7-4a38-9a87-74fc4d70347a\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"8867-4\",\n \"display\": \"Heart rate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:30:00+00:00\",\n \"issued\": \"2023-09-09T18:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 88,\n \"unit\": \"beats/minute\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"/min\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:db49d891-a097-4560-bfef-b5d663f61159\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"9279-1\",\n \"display\": \"Respiratory rate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:30:00+00:00\",\n \"issued\": \"2023-09-09T18:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 18,\n \"unit\": \"breaths/minute\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"/min\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:3551eca1-db16-44a1-99d9-4dba44fa5ade\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"8480-6\",\n \"display\": \"Systolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:30:00+00:00\",\n \"issued\": \"2023-09-09T18:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 115,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\n },\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:d0946480-0bac-45e0-b8e3-461a27e5ad4c\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:30:00+00:00\",\n \"issued\": \"2023-09-09T18:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 75,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\n },\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:d66cc608-c92c-4906-a998-96eea8f91445\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"8310-5\",\n \"display\": \"Body temperature\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:30:00+00:00\",\n \"issued\": \"2023-09-09T18:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 37.5,\n \"unit\": \"C\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"Cel\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:7fcb40d2-d917-4d05-b080-6a799e7f77f6\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000062\",\n \"display\": \"Debris Indeks\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:35:00+00:00\",\n \"issued\": \"2023-09-09T18:35:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000097\",\n \"display\": \"Terdapat debris pada 1/3 permukaan servikal gigi atau dijumpai stain ekstrinsik\"\n }\n ]\n },\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"865995000\",\n \"display\": \"Structure of permanent maxillary right first molar tooth\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:77b255cd-eca9-4321-af06-ebe8e4e9d94a\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000056\",\n \"display\": \"Skor Total Debris Indeks\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:35:00+00:00\",\n \"issued\": \"2023-09-09T18:35:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 2.2,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:e9c81aaf-4587-4946-b94e-b0ad4e349f98\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000063\",\n \"display\": \"Kalkulus Indeks\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:35:00+00:00\",\n \"issued\": \"2023-09-09T18:35:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000100\",\n \"display\": \"Terdapat kalkulus supragingiva pada 1/3 permukaan servikal gigi tanpa kalkulus subgingiva\"\n }\n ]\n },\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"425106001\",\n \"display\": \"Structure of permanent mandibular left central incisor tooth\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:30264276-6596-4327-b563-70a281c7553f\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000057\",\n \"display\": \"Skor Total Kalkulus Indeks\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:34:00+00:00\",\n \"issued\": \"2023-09-09T18:35:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 1.2,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:72d23ca3-e02e-4dbc-a085-93559df3fac2\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000058\",\n \"display\": \"Skor Total Oral Hygiene Index Simplified (OHIS)\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:35:00+00:00\",\n \"issued\": \"2023-09-09T18:35:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 3.4,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OI000031\",\n \"display\": \"Kondisi Gigi Buruk\"\n }\n ],\n \"text\": \"Buruk\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:941c4e2c-fb2e-4a55-a7db-7aee9a2a1045\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000061\",\n \"display\": \"Pemeriksaan Odontogram\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueBoolean\": true,\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"422653006\",\n \"display\": \"Structure of permanent maxillary right central incisor tooth\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"32889-8\",\n \"display\": \"Surface [Identifier] Tooth\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"46053002\",\n \"display\": \"Distal\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"32889-8\",\n \"display\": \"Surface [Identifier] Tooth\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"255579002\",\n \"display\": \"Palatal-lingual\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"32889-8\",\n \"display\": \"Surface [Identifier] Tooth\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"256452006\",\n \"display\": \"Composite dental filling material\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"432680005\",\n \"display\": \"Dental filling material\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"256452006\",\n \"display\": \"Composite dental filling material\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"251335007\",\n \"display\": \"Dental restoration or prosthesis shade\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"272287005\",\n \"display\": \"Inlay dental restoration\"\n }\n ]\n }\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:9370ccc9-03c1-475c-8400-1bf953add873\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000061\",\n \"display\": \"Pemeriksaan Odontogram\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueBoolean\": true,\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"424877001\",\n \"display\": \"Structure of permanent maxillary right lateral incisor tooth\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"278544002\",\n \"display\": \"Tooth finding\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000093\",\n \"display\": \"Sisa Akar\"\n }\n ]\n }\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:00003b39-5679-438a-904e-e25458ea9041\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000061\",\n \"display\": \"Pemeriksaan Odontogram\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueBoolean\": true,\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"36492000\",\n \"display\": \"Structure of permanent maxillary right second premolar tooth\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"34026-5\",\n \"display\": \"Dental prosthesis\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"706359004\",\n \"display\": \"Denture clasp\"\n }\n ]\n }\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:b9b1485d-a2c3-4de1-8a83-431ffa6176bf\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000061\",\n \"display\": \"Pemeriksaan Odontogram\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueBoolean\": true,\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"865995000\",\n \"display\": \"Structure of permanent maxillary right first molar tooth\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"34026-5\",\n \"display\": \"Dental prosthesis\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"272256008\",\n \"display\": \"Partial denture\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"256509009\",\n \"display\": \"Maxillofacial prosthesis and appliance material\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"256511000\",\n \"display\": \"Acrylic dental material \"\n }\n ]\n }\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:4f11043e-f137-496d-8d69-ed894a351783\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000061\",\n \"display\": \"Pemeriksaan Odontogram\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueBoolean\": true,\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"424399000\",\n \"display\": \"Structure of permanent maxillary left central incisor tooth\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"278544002\",\n \"display\": \"Tooth finding\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000091\",\n \"display\": \"Anomali\"\n }\n ]\n }\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:02a49a7c-b303-4303-a4be-5b0ddbe4b199\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000061\",\n \"display\": \"Pemeriksaan Odontogram\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueBoolean\": true,\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"863899008\",\n \"display\": \"Structure of permanent mandibular right second molar tooth\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"32889-8\",\n \"display\": \"Surface [Identifier] Tooth\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"257885003\",\n \"display\": \"Occlusion-action\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"278544002\",\n \"display\": \"Tooth finding\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"80967001\",\n \"display\": \"Dental caries\"\n },\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000092\",\n \"display\": \"Gigi Non-Vital\"\n }\n ]\n }\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:e0863afb-9002-407d-8e86-6f76565f4956\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"25272006\",\n \"display\": \"Dental occlusion\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"278683009\",\n \"display\": \"No malocclusion\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:221b0072-79af-4dc9-898b-49f3506e18a8\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"46752004\",\n \"display\": \"Torus palatinus\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000074\",\n \"display\": \"Tidak ada Torus Palatinus\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:8191e771-9eac-4dee-91d1-73329f0cfac4\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"11625007\",\n \"display\": \"Torus mandibularis\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000079\",\n \"display\": \"Tidak ada Torus Mandibularis\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:348c4b73-51ba-4834-bf5d-5477d9e1bf7b\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"32460-8\",\n \"display\": \"Physical findings of Palate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000084\",\n \"display\": \"Palatum Sedang\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:92703fb3-96ad-4675-a02e-d977beb9ca35\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"734009000\",\n \"display\": \"Diastema of teeth\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000087\",\n \"display\": \"Ada Diastema\"\n }\n ],\n \"text\": \"Diastema diantara gigi 11 dan 12, lebar celah 1 milimeter\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:5c1034f5-f2e2-411d-bcc8-8722a5838589\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"81256000\",\n \"display\": \"Anomaly of tooth position\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000089\",\n \"display\": \"Ada Gigi Anomali\"\n }\n ],\n \"text\": \"Gigi 21 anomali dilaserasi\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:a443a950-2a3b-48dd-bb85-d84f674d6bbc\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000060\",\n \"display\": \"Kondisi Gigi dan Mulut Lainnya\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueString\": \"Gusi kemerahan, bengkak, dan terasa lunak saat disentuh. Ditemukan pustula pada bukal gigi 14 dengan diameter 3 mm, mobility negatuf, dan nyeri tekan positif\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:2c4d6798-2180-4b60-9cd0-9245764ae968\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"251319000\",\n \"display\": \"Decayed tooth count\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueInteger\": 0\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:b6fef32b-af3b-4b2b-a2a5-4c4a6a27df8f\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"251317003\",\n \"display\": \"Missing tooth count\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueInteger\": 0\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:13d0bf14-c9a8-4ecf-9076-2037a1a8e3f0\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"251318008\",\n \"display\": \"Filled tooth count\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueInteger\": 0\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:15fa280b-efcc-4055-ae99-e5bd8608ccd1\",\n \"resource\": {\n \"resourceType\": \"Procedure\",\n \"status\": \"not-done\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"103693007\",\n \"display\": \"Diagnostic procedure\"\n }\n ],\n \"text\": \"Prosedur diagnostik\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"792805006\",\n \"display\": \"Fasting\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-09-09T18:55:00+00:00\",\n \"end\": \"2023-09-09T18:55:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"K05.0\",\n \"display\": \"Acute gingivitis\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Tidak puasa\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:73e60cef-1514-47df-8d0f-268961b0d2f9\",\n \"resource\": {\n \"resourceType\": \"ServiceRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/{{Org_id}}\",\n \"value\": \"P2024000188\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"original-order\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"108252007\",\n \"display\": \"Laboratory procedure\"\n }\n ]\n }\n ],\n \"priority\": \"routine\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"58410-2\",\n \"display\": \"CBC panel - Blood by Automated count\"\n }\n ],\n \"text\": \"Pemeriksaan darah lengkap\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\",\n \"display\": \"Permintaan pemeriksaan darah lengkap 9 September 2023\"\n },\n \"occurrenceDateTime\": \"2023-09-09T18:55:00+00:00\",\n \"authoredOn\": \"2023-09-09T18:55:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Fatma\"\n }\n ],\n \"reasonCode\": [\n {\n \"text\": \"Periksa darah lengkap untuk rawat jalan gigi pasien Diana Smith dengan keluhan utama perdarahan gusi\"\n }\n ],\n \"reasonReference\": [\n {\n \"reference\": \"{{Condition_KeluhanUtama}}\"\n }\n ],\n \"supportingInfo\": [\n {\n \"reference\": \"Procedure/{{Procedure_Puasa}}\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Tidak ada persiapan spesial (termasuk puasa) sebelum pemeriksaan darah lengkap\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"ServiceRequest\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:55cd7ea7-9ecc-4d8e-ae64-99fe0a3cc02f\",\n \"resource\": {\n \"resourceType\": \"Specimen\",\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/TransportedTime\",\n \"valueDateTime\": \"2023-09-09T19:10:00+00:00\"\n },\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/TransportedPerson\",\n \"valueContactDetail\": {\n \"name\": \"Burhan\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"021-5375162\"\n }\n ]\n }\n },\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ReceivedPerson\",\n \"valueReference\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dr. John Doe\"\n }\n }\n ],\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/specimen/{{Org_id}}\",\n \"value\": \"P20240001\",\n \"assigner\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n }\n ],\n \"status\": \"available\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"119297000\",\n \"display\": \"Blood specimen\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"receivedTime\": \"2023-09-09T19:15:00+00:00\",\n \"request\": [\n {\n \"reference\": \"{{ServiceRequest_DarahLengkap}}\"\n }\n ],\n \"collection\": {\n \"collector\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n },\n \"collectedDateTime\": \"2023-09-09T19:05:00+00:00\",\n \"quantity\": {\n \"value\": 6,\n \"unit\": \"mL\"\n },\n \"method\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"82078001\",\n \"display\": \"Collection of blood specimen for laboratory\"\n }\n ]\n },\n \"fastingStatusCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0916\",\n \"code\": \"NF\",\n \"display\": \"The patient indicated they did not fast prior to the procedure.\"\n }\n ]\n }\n },\n \"processing\": [\n {\n \"timeDateTime\": \"2023-09-09T19:20:00+00:00\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Specimen\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:7915615e-e6a0-42af-9f30-3285c356b502\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\n \"value\": \"P20240001\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"{{ServiceRequest_DarahLengkap}}\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"laboratory\",\n \"display\": \"Laboratory\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"718-7\",\n \"display\": \"Hemoglobin [Mass/volume] in Blood\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T19:30:00+00:00\",\n \"issued\": \"2023-09-09T19:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 9,\n \"unit\": \"g/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g/dL\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"L\",\n \"display\": \"Low\"\n }\n ]\n }\n ],\n \"specimen\": {\n \"reference\": \"{{Specimen_DarahLengkap}}\"\n },\n \"referenceRange\": [\n {\n \"low\": {\n \"value\": 12,\n \"unit\": \"g/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g/dL\"\n },\n \"high\": {\n \"value\": 15,\n \"unit\": \"g/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g/dL\"\n }\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:5e6785aa-e2eb-4fdc-a783-751d29fe17df\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\n \"value\": \"P20240001\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"{{ServiceRequest_DarahLengkap}}\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"laboratory\",\n \"display\": \"Laboratory\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"787-2\",\n \"display\": \"MCV [Entitic volume] by Automated count\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T19:30:00+00:00\",\n \"issued\": \"2023-09-09T19:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 40,\n \"unit\": \"fL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"fL\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"L\",\n \"display\": \"Low\"\n }\n ]\n }\n ],\n \"specimen\": {\n \"reference\": \"{{Specimen_DarahLengkap}}\"\n },\n \"referenceRange\": [\n {\n \"low\": {\n \"value\": 80,\n \"unit\": \"g/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g/dL\"\n },\n \"high\": {\n \"value\": 100,\n \"unit\": \"g/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g/dL\"\n }\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:503e0d8f-2588-4991-8026-c879fe333ed4\",\n \"resource\": {\n \"resourceType\": \"DiagnosticReport\",\n \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/{{Org_id}}/lab\",\n \"value\": \"P20240001\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"{{ServiceRequest_DarahLengkap}}\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\",\n \"code\": \"HM\",\n \"display\": \"Hematology\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"58410-2\",\n \"display\": \"CBC panel - Blood by Automated count\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T19:35:00+00:00\",\n \"issued\": \"2023-09-09T19:35:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"specimen\": [\n {\n \"reference\": \"{{Specimen_DarahLengkap}}\"\n }\n ],\n \"result\": [\n {\n \"id\": \"1\",\n \"reference\": \"{{Observation_Hemoglobin}}\"\n },\n {\n \"id\": \"2\",\n \"reference\": \"{{Observation_MCV}}\"\n }\n ],\n \"conclusion\": \"Nilai Hb dan MCV dibawah nilai normal\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"DiagnosticReport\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:f0ced1b1-de97-48c3-82d2-55d0401d2574\",\n \"resource\": {\n \"resourceType\": \"Procedure\",\n \"status\": \"not-done\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"103693007\",\n \"display\": \"Diagnostic procedure\"\n }\n ],\n \"text\": \"Prosedur diagnostik\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"792805006\",\n \"display\": \"Fasting\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-09-09T18:53:00+00:00\",\n \"end\": \"2023-09-09T18:53:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"K05.0\",\n \"display\": \"Acute gingivitis\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Tidak puasa\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:0b6160f5-ea8a-4249-986a-2428c9e302c5\",\n \"resource\": {\n \"resourceType\": \"AllergyIntolerance\",\n \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"http://sys-ids.kemkes.go.id/allergy/{{Org_id}}\",\n \"value\": \"P20240001\"\n }\n ],\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"verificationStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-verification\",\n \"code\": \"confirmed\",\n \"display\": \"Confirmed\"\n }\n ]\n },\n \"category\": [\n \"medication\"\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000928\",\n \"display\": \"Barium Sulfate\"\n }\n ],\n \"text\": \"Alergi Barium Sulfate\"\n },\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\",\n \"display\": \"Kunjungan Diana Smith 9 September 2023\"\n },\n \"recordedDate\": \"2023-09-09T18:53:00+00:00\",\n \"recorder\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"AllergyIntolerance\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:023b7e03-f319-4469-9c75-30e159e7dc82\",\n \"resource\": {\n \"resourceType\": \"ServiceRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/{{Org_id}}\",\n \"value\": \"P20240001\"\n },\n {\n \"use\": \"usual\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"ACSN\"\n }\n ]\n },\n \"system\": \"http://sys-ids.kemkes.go.id/acsn/{{Org_id}}\",\n \"value\": \"P20240001AB\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"original-order\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"363679005\",\n \"display\": \"Imaging\"\n }\n ]\n }\n ],\n \"priority\": \"routine\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"24828-6\",\n \"display\": \"XR tomography Mandible Panoramic\"\n }\n ],\n \"text\": \"Pemeriksaan orthopantogram/ panoramic\"\n },\n \"orderDetail\": [\n {\n \"coding\": [\n {\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\",\n \"code\": \"PX\"\n }\n ],\n \"text\": \"Modality Code: PX\"\n },\n {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/ae-title\",\n \"display\": \"PX001\"\n }\n ]\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"occurrenceDateTime\": \"2023-09-09T18:55:00+00:00\",\n \"authoredOn\": \"2023-09-09T18:55:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Fatma\"\n }\n ],\n \"reasonReference\": [\n {\n \"reference\": \"Condition/7a67641e-a3cb-4e5d-9710-b09a83e85267\"\n }\n ],\n \"supportingInfo\": [\n {\n \"reference\": \"Condition/d4a42a8f-1f7a-4bed-bdf5-9c01f71f59c7\"\n },\n {\n \"reference\": \"Procedure/31c9a4f0-86fb-4222-8f2c-b640ff7742d4\"\n },\n {\n \"reference\": \"AllergyIntolerance/2c766fcc-ee29-404b-81c8-dd1997019450\"\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 }\n ],\n \"note\": [\n {\n \"text\": \"Orthopantogram/ panoramic, suspek periapical abscess\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"ServiceRequest\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:c54a35a4-b24e-413f-b41a-8673d0d1ec36\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\n \"value\": \"P20240001\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Radiologi}}\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"imaging\",\n \"display\": \"Imaging\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"24828-6\",\n \"display\": \"XR tomography Mandible Panoramic\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T19:20:00+00:00\",\n \"issued\": \"2023-09-09T19:20:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"valueString\": \"Hasil orthopantogram/ panoramic: ada lesi di periapikal gigi 14. Lesi berdiameter 3 mm dengan batas tidak jelas tidak tegas. Lesi tidak menembus sinus maksilaris\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"123851003\",\n \"display\": \"Mouth region structure\"\n }\n ]\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_Radiologi}}\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:ce08b944-6674-4ff5-ba0f-42fffb716423\",\n \"resource\": {\n \"resourceType\": \"DiagnosticReport\",\n \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/{{Org_id}}/rad\",\n \"value\": \"P20240001\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Radiologi}}\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\",\n \"code\": \"RAD\",\n \"display\": \"Radiology\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"24828-6\",\n \"display\": \"XR tomography Mandible Panoramic\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T19:20:00+00:00\",\n \"issued\": \"2023-09-09T19:20:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"result\": [\n {\n \"reference\": \"{{Observation_Periapikal}}\"\n }\n ],\n \"imagingStudy\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_Radiologi}}\"\n }\n ],\n \"conclusion\": \"Lesi di periapikal gigi 14 dengan batas tidak jelas yang berukuran diameter 3 mm\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"DiagnosticReport\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:f3e55d36-b06f-46a8-a22e-3fd06dc5fc28\",\n \"resource\": {\n \"resourceType\": \"Condition\",\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\n \"code\": \"encounter-diagnosis\",\n \"display\": \"Encounter Diagnosis\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"K05.0\",\n \"display\": \"Acute gingivitis\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"onsetDateTime\": \"2023-09-09T18:15:00+00:00\",\n \"recordedDate\": \"2023-09-09T18:15:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami ginggivitis akut\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:0ac12f67-bd4f-4ea8-8a23-82efa2b661de\",\n \"resource\": {\n \"resourceType\": \"Condition\",\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\n \"code\": \"encounter-diagnosis\",\n \"display\": \"Encounter Diagnosis\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"K05.2\",\n \"display\": \"Acute periodontitis\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"onsetDateTime\": \"2023-09-09T19:35:00+00:00\",\n \"recordedDate\": \"2023-09-09T19:35:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami periodontitis akut\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:76624849-ca52-43cb-82d9-4e54cb3143e0\",\n \"resource\": {\n \"resourceType\": \"Condition\",\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\n \"code\": \"encounter-diagnosis\",\n \"display\": \"Encounter Diagnosis\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"K04.7\",\n \"display\": \"Periapical abscess without sinus\"\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\": \"128472006\",\n \"display\": \"Structure of periapical tissue\"\n }\n ]\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"onsetDateTime\": \"2023-09-09T19:35:00+00:00\",\n \"recordedDate\": \"2023-09-09T19:35:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami periapikal abses tanpa sinus di area periapikal gigi 14\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:3c502ec9-6ca3-4572-9549-fc30d7221496\",\n \"resource\": {\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"277132007\",\n \"display\": \"Therapeutic procedure\"\n }\n ],\n \"text\": \"Therapeutic procedure\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"96.54\",\n \"display\": \"Dental scaling, polishing, and debridement\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-09-09T19:37:00+00:00\",\n \"end\": \"2023-09-09T20:10:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"K05.2\",\n \"display\": \"Acute periodontitis\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Tindakan pembersihan karang gigi, pemolesan, dan debridemen gigi\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:e5ddc2b5-f5dd-4930-a14e-69004852c9bc\",\n \"resource\": {\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"277132007\",\n \"display\": \"Therapeutic procedure\"\n }\n ],\n \"text\": \"Therapeutic procedure\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"23.71\",\n \"display\": \"Root canal therapy with irrigation\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-09-09T20:10:00+00:00\",\n \"end\": \"2023-09-09T21:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"K04.7\",\n \"display\": \"Periapical abscess without sinus\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Terapi root canal beserta irigasi pada gigi 14\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:7885a08d-9d7e-46c2-a990-b0b9082da88d\",\n \"resource\": {\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"409073007\",\n \"display\": \"Education\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"84635008\",\n \"display\": \"Disease process or condition education\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-09-09T21:05:00+00:00\",\n \"end\": \"2023-09-09T21:10:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"K05.2\",\n \"display\": \"Acute periodontitis\"\n }\n ]\n },\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"K04.7\",\n \"display\": \"Periapical abscess without sinus\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Edukasi terkait proses penyakit, diagnosis, dan rencana asuhan\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:b535b285-20b1-47cf-ace8-d7b887c18090\",\n \"resource\": {\n \"resourceType\": \"Procedure\",\n \"status\": \"not-done\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"409073007\",\n \"display\": \"Education\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"409073007\",\n \"display\": \"Education\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-09-09T21:05:00+00:00\",\n \"end\": \"2023-09-09T21:05:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:d0f5c17c-f81b-4049-829b-c68a78777d46\",\n \"resource\": {\n \"resourceType\": \"Medication\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\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 \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"value\": \"123456789\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93002013\",\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS019\",\n \"display\": \"Kapsul\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000598\",\n \"display\": \"CLINDAMYCIN\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 300,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"CAP\"\n }\n }\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Medication\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:ed8035af-923c-4da1-99f8-70bc2e3a40b9\",\n \"resource\": {\n \"resourceType\": \"MedicationRequest\",\n \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\n \"value\": \"123456788\"\n },\n {\n \"use\": \"official\",\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"value\": \"123456788-1\"\n }\n ],\n \"status\": \"completed\",\n \"intent\": \"order\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/medicationrequest-category\",\n \"code\": \"outpatient\",\n \"display\": \"Outpatient\"\n }\n ]\n }\n ],\n \"priority\": \"routine\",\n \"medicationReference\": {\n \"reference\": \"{{Medication_forRequest}}\",\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"authoredOn\": \"2023-09-09T21:15:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n },\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 kapsul setiap 8 jam untuk 7 hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 kapsul setiap 8 jam untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"patientInstruction\": \"1 kapsul setiap 8 jam untuk 7 hari mulai tanggal 9 September 2023\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 8,\n \"periodUnit\": \"h\"\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"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\": 3,\n \"unit\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"CAP\"\n }\n }\n ]\n }\n ],\n \"dispenseRequest\": {\n \"dispenseInterval\": {\n \"value\": 8,\n \"unit\": \"hours\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"h\"\n },\n \"validityPeriod\": {\n \"start\": \"2022-09-09T21:15:00+00:00\",\n \"end\": \"2023-09-10T21:15:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 21,\n \"unit\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"CAP\"\n },\n \"expectedSupplyDuration\": {\n \"value\": 7,\n \"unit\": \"days\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"performer\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"MedicationRequest\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:4688aa22-7ebd-42d6-a2c4-7346de3d687f\",\n \"resource\": {\n \"resourceType\": \"Medication\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\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 \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"value\": \"123456790\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93002013\",\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS019\",\n \"display\": \"Kapsul\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000598\",\n \"display\": \"CLINDAMYCIN\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 300,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"CAP\"\n }\n }\n }\n ],\n \"batch\": {\n \"lotNumber\": \"1625042A\",\n \"expirationDate\": \"2026-07-28\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Medication\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:d62095e3-18d3-40fe-9e77-51037ab80ce1\",\n \"resource\": {\n \"resourceType\": \"MedicationDispense\",\n \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\n \"value\": \"123456789\"\n },\n {\n \"use\": \"official\",\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"value\": \"123456788-2\"\n }\n ],\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category\",\n \"code\": \"outpatient\",\n \"display\": \"Outpatient\"\n }\n ]\n },\n \"medicationReference\": {\n \"reference\": \"{{Medication_forDispense}}\",\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"context\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"{{MedicationRequest_Clinium}}\"\n }\n ],\n \"quantity\": {\n \"value\": 21,\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"CAP\"\n },\n \"daysSupply\": {\n \"value\": 7,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\",\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 kapsul setiap 8 jam untuk 7 hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 kapsul setiap 8 jam untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"patientInstruction\": \"1 kapsul setiap 8 jam untuk 7 hari mulai tanggal 9 September 2023\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 8,\n \"periodUnit\": \"h\"\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"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\": 3,\n \"unit\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"CAP\"\n }\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"MedicationDispense\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:fd1d23fb-f03c-4685-a858-6704a2147cdf\",\n \"resource\": {\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 \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"306098008\",\n \"display\": \"Self-referral\"\n }\n ]\n },\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"11429006\",\n \"display\": \"Consultation\"\n }\n ]\n }\n ],\n \"priority\": \"routine\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"185389009\",\n \"display\": \"Follow-up visit\"\n }\n ],\n \"text\": \"Kontrol 1 minggu untuk melihat perkembangan periodontitis akut dan periapikal abses gigi 14\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"occurrenceDateTime\": \"2023-09-09T21:40:00+00:00\",\n \"authoredOn\": \"2023-09-09T21:40:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"locationCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\",\n \"code\": \"OF\",\n \"display\": \"Outpatient Facility\"\n }\n ]\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"K05.2\",\n \"display\": \"Acute periodontitis\"\n }\n ]\n },\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"K04.7\",\n \"display\": \"Periapical abscess without sinus\"\n }\n ]\n }\n ],\n \"patientInstruction\": \"Kontrol rutin 1 minggu untuk perawatan saluran akar pada gigi 14 dan melihat perkembangan masalah gusi. Dalam keadaan darurat dapat menghubungi hotline Fasyankes di nomor +62215375162\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"ServiceRequest\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:9be46bb7-6b35-4ae0-b582-d111152f8575\",\n \"resource\": {\n \"resourceType\": \"Condition\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/condition/{{Org_id}}\",\n \"value\": \"00001\"\n }\n ],\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\n \"code\": \"problem-list-item\",\n \"display\": \"Problem List Item\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"359746009\",\n \"display\": \"Patient's condition stable\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n }\n ]\n}\n",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}",
|
|
"host": [
|
|
"{{base_url}}"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Bundle Rawat Jalan Gigi",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction\",\n \"entry\": [\n {\n \"fullUrl\": \"urn:uuid:04a71641-3d8f-494f-b744-4583354c818c\",\n \"resource\": {\n \"resourceType\": \"Encounter\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"finished\",\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-09-09T18:00:00+00:00\",\n \"end\": \"2023-09-09T18:15:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-09-09T18:15:00+00:00\",\n \"end\": \"2023-09-09T21:45:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-09-09T21:45:00+00:00\",\n \"end\": \"2023-09-09T21:45:00+00:00\"\n }\n }\n ],\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-09-09T18:00:00+00:00\",\n \"end\": \"2023-09-09T21:45:00+00:00\"\n },\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"{{Diagnosis_Utama}}\",\n \"display\": \"Acute periodontitis\"\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\": \"{{Diagnosis_Sekunder}}\",\n \"display\": \"Periapical abscess without sinus\"\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 \"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 1 minggu\"\n }\n },\n \"location\": [\n {\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"value\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationServiceClass-Outpatient\",\n \"code\": \"reguler\",\n \"display\": \"Kelas Reguler\"\n }\n ]\n }\n },\n {\n \"url\": \"upgradeClassIndicator\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/locationUpgradeClass\",\n \"code\": \"kelas-tetap\",\n \"display\": \"Kelas Tetap Perawatan\"\n }\n ]\n }\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ServiceClass\"\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\"\n },\n \"period\": {\n \"start\": \"2023-09-09T18:00:00+00:00\",\n \"end\": \"2023-09-09T21:45:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Encounter\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:bed94300-a468-48a6-9fad-f5dc77b9684d\",\n \"resource\": {\n \"resourceType\": \"Condition\",\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\n \"code\": \"problem-list-item\",\n \"display\": \"Problem List Item\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"86276007\",\n \"display\": \"Bleeding gums\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\",\n \"display\": \"Kunjungan Diana Smith tanggal 9 September 2023\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:c778b8c7-6734-47e8-b29b-01769324d575\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"laboratory\",\n \"display\": \"Laboratory\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"883-9\",\n \"display\": \"ABO group [Type] in Blood\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:30:00+00:00\",\n \"issued\": \"2023-09-09T18:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA19710-5\",\n \"display\": \"Group A\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:129ddb87-8b12-4072-9b66-1db70c1fd2f3\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"laboratory\",\n \"display\": \"Laboratory\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"10331-7\",\n \"display\": \"Rh [Type] in Blood\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Anak Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:30:00+00:00\",\n \"issued\": \"2023-09-09T18:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"LA6576-8\",\n \"display\": \"Positive\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:0593e7ff-226e-45b5-8be4-54fcf28ee412\",\n \"resource\": {\n \"resourceType\": \"Condition\",\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\n \"code\": \"problem-list-item\",\n \"display\": \"Problem List Item\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"472969004\",\n \"display\": \"History of diabetes mellitus type 2\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\",\n \"display\": \"Kunjungan Diana Smith tanggal 9 September 2023\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:3e6a8576-678f-4d5f-b4c7-b87d2cbd81b6\",\n \"resource\": {\n \"resourceType\": \"AllergyIntolerance\",\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"verificationStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-verification\",\n \"code\": \"confirmed\",\n \"display\": \"Confirmed\"\n }\n ]\n },\n \"category\": [\n \"medication\"\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000299\",\n \"display\": \"Aspirin\"\n }\n ],\n \"text\": \"Alergi Aspirin\"\n },\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\",\n \"display\": \"Kunjungan Diana Smith tanggal 9 September 2023\"\n },\n \"recordedDate\": \"2023-09-09T18:30:00+00:00\",\n \"recorder\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"AllergyIntolerance\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:f0dab95d-cc40-44c0-b5de-cd6639c08b23\",\n \"resource\": {\n \"resourceType\": \"MedicationStatement\",\n \"status\": \"active\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/medication-statement-category\",\n \"code\": \"outpatient\",\n \"display\": \"Outpatient\"\n }\n ]\n },\n \"medicationReference\": {\n \"reference\": \"Medication/{{Medication_Reference}}\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"context\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2022-01-01T17:00:00+00:00\",\n \"dateAsserted\": \"2022-09-09T18:30:00+00:00\",\n \"informationSource\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"dosage\": [\n {\n \"text\": \"1 kapsul setiap 8 jam untuk 7 hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 8,\n \"periodUnit\": \"h\"\n }\n }\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"MedicationStatement\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:630cd2a9-846b-4d64-9c32-28799b9d86ae\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"82810-3\",\n \"display\": \"Pregnancy status\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:30:00+00:00\",\n \"issued\": \"2023-09-09T18:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"60001007\",\n \"display\": \"Not pregnant\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:7ee67ff7-f5e7-4a38-9a87-74fc4d70347a\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"8867-4\",\n \"display\": \"Heart rate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:30:00+00:00\",\n \"issued\": \"2023-09-09T18:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 88,\n \"unit\": \"beats/minute\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"/min\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:db49d891-a097-4560-bfef-b5d663f61159\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"9279-1\",\n \"display\": \"Respiratory rate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:30:00+00:00\",\n \"issued\": \"2023-09-09T18:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 18,\n \"unit\": \"breaths/minute\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"/min\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:3551eca1-db16-44a1-99d9-4dba44fa5ade\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"8480-6\",\n \"display\": \"Systolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:30:00+00:00\",\n \"issued\": \"2023-09-09T18:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 115,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\n },\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:d0946480-0bac-45e0-b8e3-461a27e5ad4c\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:30:00+00:00\",\n \"issued\": \"2023-09-09T18:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 75,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\n },\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368209003\",\n \"display\": \"Right arm\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:d66cc608-c92c-4906-a998-96eea8f91445\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"8310-5\",\n \"display\": \"Body temperature\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:30:00+00:00\",\n \"issued\": \"2023-09-09T18:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 37.5,\n \"unit\": \"C\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"Cel\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:7fcb40d2-d917-4d05-b080-6a799e7f77f6\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000062\",\n \"display\": \"Debris Indeks\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:35:00+00:00\",\n \"issued\": \"2023-09-09T18:35:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000097\",\n \"display\": \"Terdapat debris pada 1/3 permukaan servikal gigi atau dijumpai stain ekstrinsik\"\n }\n ]\n },\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"865995000\",\n \"display\": \"Structure of permanent maxillary right first molar tooth\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:77b255cd-eca9-4321-af06-ebe8e4e9d94a\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000056\",\n \"display\": \"Skor Total Debris Indeks\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:35:00+00:00\",\n \"issued\": \"2023-09-09T18:35:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 2.2,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:e9c81aaf-4587-4946-b94e-b0ad4e349f98\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000063\",\n \"display\": \"Kalkulus Indeks\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:35:00+00:00\",\n \"issued\": \"2023-09-09T18:35:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000100\",\n \"display\": \"Terdapat kalkulus supragingiva pada 1/3 permukaan servikal gigi tanpa kalkulus subgingiva\"\n }\n ]\n },\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"425106001\",\n \"display\": \"Structure of permanent mandibular left central incisor tooth\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:30264276-6596-4327-b563-70a281c7553f\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000057\",\n \"display\": \"Skor Total Kalkulus Indeks\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:34:00+00:00\",\n \"issued\": \"2023-09-09T18:35:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 1.2,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:72d23ca3-e02e-4dbc-a085-93559df3fac2\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000058\",\n \"display\": \"Skor Total Oral Hygiene Index Simplified (OHIS)\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:35:00+00:00\",\n \"issued\": \"2023-09-09T18:35:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 3.4,\n \"unit\": \"{score}\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"{score}\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OI000031\",\n \"display\": \"Kondisi Gigi Buruk\"\n }\n ],\n \"text\": \"Buruk\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:941c4e2c-fb2e-4a55-a7db-7aee9a2a1045\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000061\",\n \"display\": \"Pemeriksaan Odontogram\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueBoolean\": true,\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"422653006\",\n \"display\": \"Structure of permanent maxillary right central incisor tooth\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"32889-8\",\n \"display\": \"Surface [Identifier] Tooth\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"46053002\",\n \"display\": \"Distal\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"32889-8\",\n \"display\": \"Surface [Identifier] Tooth\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"255579002\",\n \"display\": \"Palatal-lingual\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"32889-8\",\n \"display\": \"Surface [Identifier] Tooth\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"256452006\",\n \"display\": \"Composite dental filling material\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"432680005\",\n \"display\": \"Dental filling material\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"256452006\",\n \"display\": \"Composite dental filling material\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"251335007\",\n \"display\": \"Dental restoration or prosthesis shade\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"272287005\",\n \"display\": \"Inlay dental restoration\"\n }\n ]\n }\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:9370ccc9-03c1-475c-8400-1bf953add873\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000061\",\n \"display\": \"Pemeriksaan Odontogram\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueBoolean\": true,\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"424877001\",\n \"display\": \"Structure of permanent maxillary right lateral incisor tooth\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"278544002\",\n \"display\": \"Tooth finding\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000093\",\n \"display\": \"Sisa Akar\"\n }\n ]\n }\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:00003b39-5679-438a-904e-e25458ea9041\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000061\",\n \"display\": \"Pemeriksaan Odontogram\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueBoolean\": true,\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"36492000\",\n \"display\": \"Structure of permanent maxillary right second premolar tooth\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"34026-5\",\n \"display\": \"Dental prosthesis\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"706359004\",\n \"display\": \"Denture clasp\"\n }\n ]\n }\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:b9b1485d-a2c3-4de1-8a83-431ffa6176bf\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000061\",\n \"display\": \"Pemeriksaan Odontogram\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueBoolean\": true,\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"865995000\",\n \"display\": \"Structure of permanent maxillary right first molar tooth\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"34026-5\",\n \"display\": \"Dental prosthesis\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"272256008\",\n \"display\": \"Partial denture\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"256509009\",\n \"display\": \"Maxillofacial prosthesis and appliance material\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"256511000\",\n \"display\": \"Acrylic dental material \"\n }\n ]\n }\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:4f11043e-f137-496d-8d69-ed894a351783\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000061\",\n \"display\": \"Pemeriksaan Odontogram\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueBoolean\": true,\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"424399000\",\n \"display\": \"Structure of permanent maxillary left central incisor tooth\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"278544002\",\n \"display\": \"Tooth finding\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000091\",\n \"display\": \"Anomali\"\n }\n ]\n }\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:02a49a7c-b303-4303-a4be-5b0ddbe4b199\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000061\",\n \"display\": \"Pemeriksaan Odontogram\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueBoolean\": true,\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"863899008\",\n \"display\": \"Structure of permanent mandibular right second molar tooth\"\n }\n ]\n },\n \"component\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"32889-8\",\n \"display\": \"Surface [Identifier] Tooth\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"257885003\",\n \"display\": \"Occlusion-action\"\n }\n ]\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"278544002\",\n \"display\": \"Tooth finding\"\n }\n ]\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"80967001\",\n \"display\": \"Dental caries\"\n },\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000092\",\n \"display\": \"Gigi Non-Vital\"\n }\n ]\n }\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:e0863afb-9002-407d-8e86-6f76565f4956\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"25272006\",\n \"display\": \"Dental occlusion\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"278683009\",\n \"display\": \"No malocclusion\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:221b0072-79af-4dc9-898b-49f3506e18a8\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"46752004\",\n \"display\": \"Torus palatinus\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000074\",\n \"display\": \"Tidak ada Torus Palatinus\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:8191e771-9eac-4dee-91d1-73329f0cfac4\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"11625007\",\n \"display\": \"Torus mandibularis\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000079\",\n \"display\": \"Tidak ada Torus Mandibularis\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:348c4b73-51ba-4834-bf5d-5477d9e1bf7b\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"32460-8\",\n \"display\": \"Physical findings of Palate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000084\",\n \"display\": \"Palatum Sedang\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:92703fb3-96ad-4675-a02e-d977beb9ca35\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"734009000\",\n \"display\": \"Diastema of teeth\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000087\",\n \"display\": \"Ada Diastema\"\n }\n ],\n \"text\": \"Diastema diantara gigi 11 dan 12, lebar celah 1 milimeter\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:5c1034f5-f2e2-411d-bcc8-8722a5838589\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"81256000\",\n \"display\": \"Anomaly of tooth position\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000089\",\n \"display\": \"Ada Gigi Anomali\"\n }\n ],\n \"text\": \"Gigi 21 anomali dilaserasi\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:a443a950-2a3b-48dd-bb85-d84f674d6bbc\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000060\",\n \"display\": \"Kondisi Gigi dan Mulut Lainnya\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueString\": \"Gusi kemerahan, bengkak, dan terasa lunak saat disentuh. Ditemukan pustula pada bukal gigi 14 dengan diameter 3 mm, mobility negatuf, dan nyeri tekan positif\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:2c4d6798-2180-4b60-9cd0-9245764ae968\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"251319000\",\n \"display\": \"Decayed tooth count\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueInteger\": 0\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:b6fef32b-af3b-4b2b-a2a5-4c4a6a27df8f\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"251317003\",\n \"display\": \"Missing tooth count\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueInteger\": 0\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:13d0bf14-c9a8-4ecf-9076-2037a1a8e3f0\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"251318008\",\n \"display\": \"Filled tooth count\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T18:50:00+00:00\",\n \"issued\": \"2023-09-09T18:50:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"valueInteger\": 0\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:15fa280b-efcc-4055-ae99-e5bd8608ccd1\",\n \"resource\": {\n \"resourceType\": \"Procedure\",\n \"status\": \"not-done\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"103693007\",\n \"display\": \"Diagnostic procedure\"\n }\n ],\n \"text\": \"Prosedur diagnostik\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"792805006\",\n \"display\": \"Fasting\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-09-09T18:55:00+00:00\",\n \"end\": \"2023-09-09T18:55:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"K05.0\",\n \"display\": \"Acute gingivitis\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Tidak puasa\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:73e60cef-1514-47df-8d0f-268961b0d2f9\",\n \"resource\": {\n \"resourceType\": \"ServiceRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/{{Org_id}}\",\n \"value\": \"P2024000188\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"original-order\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"108252007\",\n \"display\": \"Laboratory procedure\"\n }\n ]\n }\n ],\n \"priority\": \"routine\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"58410-2\",\n \"display\": \"CBC panel - Blood by Automated count\"\n }\n ],\n \"text\": \"Pemeriksaan darah lengkap\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\",\n \"display\": \"Permintaan pemeriksaan darah lengkap 9 September 2023\"\n },\n \"occurrenceDateTime\": \"2023-09-09T18:55:00+00:00\",\n \"authoredOn\": \"2023-09-09T18:55:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Fatma\"\n }\n ],\n \"reasonCode\": [\n {\n \"text\": \"Periksa darah lengkap untuk rawat jalan gigi pasien Diana Smith dengan keluhan utama perdarahan gusi\"\n }\n ],\n \"reasonReference\": [\n {\n \"reference\": \"{{Condition_KeluhanUtama}}\"\n }\n ],\n \"supportingInfo\": [\n {\n \"reference\": \"Procedure/{{Procedure_Puasa}}\"\n }\n ],\n \"note\": [\n {\n \"text\": \"Tidak ada persiapan spesial (termasuk puasa) sebelum pemeriksaan darah lengkap\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"ServiceRequest\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:55cd7ea7-9ecc-4d8e-ae64-99fe0a3cc02f\",\n \"resource\": {\n \"resourceType\": \"Specimen\",\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/TransportedTime\",\n \"valueDateTime\": \"2023-09-09T19:10:00+00:00\"\n },\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/TransportedPerson\",\n \"valueContactDetail\": {\n \"name\": \"Burhan\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"021-5375162\"\n }\n ]\n }\n },\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/ReceivedPerson\",\n \"valueReference\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dr. John Doe\"\n }\n }\n ],\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/specimen/{{Org_id}}\",\n \"value\": \"P20240001\",\n \"assigner\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n }\n ],\n \"status\": \"available\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"119297000\",\n \"display\": \"Blood specimen\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"receivedTime\": \"2023-09-09T19:15:00+00:00\",\n \"request\": [\n {\n \"reference\": \"{{ServiceRequest_DarahLengkap}}\"\n }\n ],\n \"collection\": {\n \"collector\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n },\n \"collectedDateTime\": \"2023-09-09T19:05:00+00:00\",\n \"quantity\": {\n \"value\": 6,\n \"unit\": \"mL\"\n },\n \"method\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"82078001\",\n \"display\": \"Collection of blood specimen for laboratory\"\n }\n ]\n },\n \"fastingStatusCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0916\",\n \"code\": \"NF\",\n \"display\": \"The patient indicated they did not fast prior to the procedure.\"\n }\n ]\n }\n },\n \"processing\": [\n {\n \"timeDateTime\": \"2023-09-09T19:20:00+00:00\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Specimen\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:7915615e-e6a0-42af-9f30-3285c356b502\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\n \"value\": \"P20240001\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"{{ServiceRequest_DarahLengkap}}\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"laboratory\",\n \"display\": \"Laboratory\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"718-7\",\n \"display\": \"Hemoglobin [Mass/volume] in Blood\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T19:30:00+00:00\",\n \"issued\": \"2023-09-09T19:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 9,\n \"unit\": \"g/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g/dL\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"L\",\n \"display\": \"Low\"\n }\n ]\n }\n ],\n \"specimen\": {\n \"reference\": \"{{Specimen_DarahLengkap}}\"\n },\n \"referenceRange\": [\n {\n \"low\": {\n \"value\": 12,\n \"unit\": \"g/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g/dL\"\n },\n \"high\": {\n \"value\": 15,\n \"unit\": \"g/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g/dL\"\n }\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:5e6785aa-e2eb-4fdc-a783-751d29fe17df\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\n \"value\": \"P20240001\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"{{ServiceRequest_DarahLengkap}}\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"laboratory\",\n \"display\": \"Laboratory\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"787-2\",\n \"display\": \"MCV [Entitic volume] by Automated count\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T19:30:00+00:00\",\n \"issued\": \"2023-09-09T19:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 40,\n \"unit\": \"fL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"fL\"\n },\n \"interpretation\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\",\n \"code\": \"L\",\n \"display\": \"Low\"\n }\n ]\n }\n ],\n \"specimen\": {\n \"reference\": \"{{Specimen_DarahLengkap}}\"\n },\n \"referenceRange\": [\n {\n \"low\": {\n \"value\": 80,\n \"unit\": \"g/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g/dL\"\n },\n \"high\": {\n \"value\": 100,\n \"unit\": \"g/dL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"g/dL\"\n }\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:503e0d8f-2588-4991-8026-c879fe333ed4\",\n \"resource\": {\n \"resourceType\": \"DiagnosticReport\",\n \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/{{Org_id}}/lab\",\n \"value\": \"P20240001\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"{{ServiceRequest_DarahLengkap}}\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\",\n \"code\": \"HM\",\n \"display\": \"Hematology\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"58410-2\",\n \"display\": \"CBC panel - Blood by Automated count\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T19:35:00+00:00\",\n \"issued\": \"2023-09-09T19:35:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"specimen\": [\n {\n \"reference\": \"{{Specimen_DarahLengkap}}\"\n }\n ],\n \"result\": [\n {\n \"id\": \"1\",\n \"reference\": \"{{Observation_Hemoglobin}}\"\n },\n {\n \"id\": \"2\",\n \"reference\": \"{{Observation_MCV}}\"\n }\n ],\n \"conclusion\": \"Nilai Hb dan MCV dibawah nilai normal\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"DiagnosticReport\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:f0ced1b1-de97-48c3-82d2-55d0401d2574\",\n \"resource\": {\n \"resourceType\": \"Procedure\",\n \"status\": \"not-done\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"103693007\",\n \"display\": \"Diagnostic procedure\"\n }\n ],\n \"text\": \"Prosedur diagnostik\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"792805006\",\n \"display\": \"Fasting\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-09-09T18:53:00+00:00\",\n \"end\": \"2023-09-09T18:53:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"K05.0\",\n \"display\": \"Acute gingivitis\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Tidak puasa\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:0b6160f5-ea8a-4249-986a-2428c9e302c5\",\n \"resource\": {\n \"resourceType\": \"AllergyIntolerance\",\n \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"http://sys-ids.kemkes.go.id/allergy/{{Org_id}}\",\n \"value\": \"P20240001\"\n }\n ],\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"verificationStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-verification\",\n \"code\": \"confirmed\",\n \"display\": \"Confirmed\"\n }\n ]\n },\n \"category\": [\n \"medication\"\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000928\",\n \"display\": \"Barium Sulfate\"\n }\n ],\n \"text\": \"Alergi Barium Sulfate\"\n },\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\",\n \"display\": \"Kunjungan Diana Smith 9 September 2023\"\n },\n \"recordedDate\": \"2023-09-09T18:53:00+00:00\",\n \"recorder\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"AllergyIntolerance\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:023b7e03-f319-4469-9c75-30e159e7dc82\",\n \"resource\": {\n \"resourceType\": \"ServiceRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/{{Org_id}}\",\n \"value\": \"P20240001\"\n },\n {\n \"use\": \"usual\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0203\",\n \"code\": \"ACSN\"\n }\n ]\n },\n \"system\": \"http://sys-ids.kemkes.go.id/acsn/{{Org_id}}\",\n \"value\": \"P20240001AB\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"original-order\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"363679005\",\n \"display\": \"Imaging\"\n }\n ]\n }\n ],\n \"priority\": \"routine\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"24828-6\",\n \"display\": \"XR tomography Mandible Panoramic\"\n }\n ],\n \"text\": \"Pemeriksaan orthopantogram/ panoramic\"\n },\n \"orderDetail\": [\n {\n \"coding\": [\n {\n \"system\": \"http://dicom.nema.org/resources/ontology/DCM\",\n \"code\": \"PX\"\n }\n ],\n \"text\": \"Modality Code: PX\"\n },\n {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/ae-title\",\n \"display\": \"PX001\"\n }\n ]\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"occurrenceDateTime\": \"2023-09-09T18:55:00+00:00\",\n \"authoredOn\": \"2023-09-09T18:55:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Fatma\"\n }\n ],\n \"reasonReference\": [\n {\n \"reference\": \"Condition/7a67641e-a3cb-4e5d-9710-b09a83e85267\"\n }\n ],\n \"supportingInfo\": [\n {\n \"reference\": \"Observation/d4a42a8f-1f7a-4bed-bdf5-9c01f71f59c7\"\n },\n {\n \"reference\": \"Procedure/31c9a4f0-86fb-4222-8f2c-b640ff7742d4\"\n },\n {\n \"reference\": \"AllergyIntolerance/2c766fcc-ee29-404b-81c8-dd1997019450\"\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 }\n ],\n \"note\": [\n {\n \"text\": \"Orthopantogram/ panoramic, suspek periapical abscess\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"ServiceRequest\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:c54a35a4-b24e-413f-b41a-8673d0d1ec36\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\n \"value\": \"P20240001\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Radiologi}}\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"imaging\",\n \"display\": \"Imaging\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"24828-6\",\n \"display\": \"XR tomography Mandible Panoramic\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T19:20:00+00:00\",\n \"issued\": \"2023-09-09T19:20:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"valueString\": \"Hasil orthopantogram/ panoramic: ada lesi di periapikal gigi 14. Lesi berdiameter 3 mm dengan batas tidak jelas tidak tegas. Lesi tidak menembus sinus maksilaris\",\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"123851003\",\n \"display\": \"Mouth region structure\"\n }\n ]\n },\n \"derivedFrom\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_Radiologi}}\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:ce08b944-6674-4ff5-ba0f-42fffb716423\",\n \"resource\": {\n \"resourceType\": \"DiagnosticReport\",\n \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/{{Org_id}}/rad\",\n \"value\": \"P20240001\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequest_Radiologi}}\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\",\n \"code\": \"RAD\",\n \"display\": \"Radiology\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"24828-6\",\n \"display\": \"XR tomography Mandible Panoramic\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-09-09T19:20:00+00:00\",\n \"issued\": \"2023-09-09T19:20:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"result\": [\n {\n \"reference\": \"{{Observation_Periapikal}}\"\n }\n ],\n \"imagingStudy\": [\n {\n \"reference\": \"ImagingStudy/{{ImagingStudy_Radiologi}}\"\n }\n ],\n \"conclusion\": \"Lesi di periapikal gigi 14 dengan batas tidak jelas yang berukuran diameter 3 mm\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"DiagnosticReport\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:f3e55d36-b06f-46a8-a22e-3fd06dc5fc28\",\n \"resource\": {\n \"resourceType\": \"Condition\",\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\n \"code\": \"encounter-diagnosis\",\n \"display\": \"Encounter Diagnosis\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"K05.0\",\n \"display\": \"Acute gingivitis\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"onsetDateTime\": \"2023-09-09T18:15:00+00:00\",\n \"recordedDate\": \"2023-09-09T18:15:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami ginggivitis akut\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:0ac12f67-bd4f-4ea8-8a23-82efa2b661de\",\n \"resource\": {\n \"resourceType\": \"Condition\",\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\n \"code\": \"encounter-diagnosis\",\n \"display\": \"Encounter Diagnosis\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"K05.2\",\n \"display\": \"Acute periodontitis\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"onsetDateTime\": \"2023-09-09T19:35:00+00:00\",\n \"recordedDate\": \"2023-09-09T19:35:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami periodontitis akut\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:76624849-ca52-43cb-82d9-4e54cb3143e0\",\n \"resource\": {\n \"resourceType\": \"Condition\",\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\n \"code\": \"encounter-diagnosis\",\n \"display\": \"Encounter Diagnosis\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"K04.7\",\n \"display\": \"Periapical abscess without sinus\"\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\": \"128472006\",\n \"display\": \"Structure of periapical tissue\"\n }\n ]\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"onsetDateTime\": \"2023-09-09T19:35:00+00:00\",\n \"recordedDate\": \"2023-09-09T19:35:00+00:00\",\n \"note\": [\n {\n \"text\": \"Pasien mengalami periapikal abses tanpa sinus di area periapikal gigi 14\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:3c502ec9-6ca3-4572-9549-fc30d7221496\",\n \"resource\": {\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"277132007\",\n \"display\": \"Therapeutic procedure\"\n }\n ],\n \"text\": \"Therapeutic procedure\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"96.54\",\n \"display\": \"Dental scaling, polishing, and debridement\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-09-09T19:37:00+00:00\",\n \"end\": \"2023-09-09T20:10:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"K05.2\",\n \"display\": \"Acute periodontitis\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Tindakan pembersihan karang gigi, pemolesan, dan debridemen gigi\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:e5ddc2b5-f5dd-4930-a14e-69004852c9bc\",\n \"resource\": {\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"277132007\",\n \"display\": \"Therapeutic procedure\"\n }\n ],\n \"text\": \"Therapeutic procedure\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"23.71\",\n \"display\": \"Root canal therapy with irrigation\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-09-09T20:10:00+00:00\",\n \"end\": \"2023-09-09T21:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"K04.7\",\n \"display\": \"Periapical abscess without sinus\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Terapi root canal beserta irigasi pada gigi 14\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:7885a08d-9d7e-46c2-a990-b0b9082da88d\",\n \"resource\": {\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"409073007\",\n \"display\": \"Education\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"84635008\",\n \"display\": \"Disease process or condition education\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-09-09T21:05:00+00:00\",\n \"end\": \"2023-09-09T21:10:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"K05.2\",\n \"display\": \"Acute periodontitis\"\n }\n ]\n },\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"K04.7\",\n \"display\": \"Periapical abscess without sinus\"\n }\n ]\n }\n ],\n \"note\": [\n {\n \"text\": \"Edukasi terkait proses penyakit, diagnosis, dan rencana asuhan\"\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:b535b285-20b1-47cf-ace8-d7b887c18090\",\n \"resource\": {\n \"resourceType\": \"Procedure\",\n \"status\": \"not-done\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"409073007\",\n \"display\": \"Education\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"409073007\",\n \"display\": \"Education\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-09-09T21:05:00+00:00\",\n \"end\": \"2023-09-09T21:05:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:d0f5c17c-f81b-4049-829b-c68a78777d46\",\n \"resource\": {\n \"resourceType\": \"Medication\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\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 \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"value\": \"123456789\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93002013\",\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS019\",\n \"display\": \"Kapsul\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000598\",\n \"display\": \"CLINDAMYCIN\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 300,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"CAP\"\n }\n }\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Medication\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:ed8035af-923c-4da1-99f8-70bc2e3a40b9\",\n \"resource\": {\n \"resourceType\": \"MedicationRequest\",\n \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\n \"value\": \"123456788\"\n },\n {\n \"use\": \"official\",\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"value\": \"123456788-1\"\n }\n ],\n \"status\": \"completed\",\n \"intent\": \"order\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/medicationrequest-category\",\n \"code\": \"outpatient\",\n \"display\": \"Outpatient\"\n }\n ]\n }\n ],\n \"priority\": \"routine\",\n \"medicationReference\": {\n \"reference\": \"{{Medication_forRequest}}\",\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"authoredOn\": \"2023-09-09T21:15:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n },\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 kapsul setiap 8 jam untuk 7 hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 kapsul setiap 8 jam untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"patientInstruction\": \"1 kapsul setiap 8 jam untuk 7 hari mulai tanggal 9 September 2023\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 8,\n \"periodUnit\": \"h\"\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"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\": 3,\n \"unit\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"CAP\"\n }\n }\n ]\n }\n ],\n \"dispenseRequest\": {\n \"dispenseInterval\": {\n \"value\": 8,\n \"unit\": \"hours\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"h\"\n },\n \"validityPeriod\": {\n \"start\": \"2022-09-09T21:15:00+00:00\",\n \"end\": \"2023-09-10T21:15:00+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 21,\n \"unit\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"CAP\"\n },\n \"expectedSupplyDuration\": {\n \"value\": 7,\n \"unit\": \"days\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"performer\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"MedicationRequest\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:4688aa22-7ebd-42d6-a2c4-7346de3d687f\",\n \"resource\": {\n \"resourceType\": \"Medication\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\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 \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"value\": \"123456790\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93002013\",\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS019\",\n \"display\": \"Kapsul\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000598\",\n \"display\": \"CLINDAMYCIN\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 300,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mg\"\n },\n \"denominator\": {\n \"value\": 1,\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"CAP\"\n }\n }\n }\n ],\n \"batch\": {\n \"lotNumber\": \"1625042A\",\n \"expirationDate\": \"2026-07-28\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Medication\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:d62095e3-18d3-40fe-9e77-51037ab80ce1\",\n \"resource\": {\n \"resourceType\": \"MedicationDispense\",\n \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\n \"value\": \"123456789\"\n },\n {\n \"use\": \"official\",\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"value\": \"123456788-2\"\n }\n ],\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category\",\n \"code\": \"outpatient\",\n \"display\": \"Outpatient\"\n }\n ]\n },\n \"medicationReference\": {\n \"reference\": \"{{Medication_forDispense}}\",\n \"display\": \"Clindamycin Hydrochloride 300 mg Kapsul (CLINIUM 300)\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"context\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"Ruang Gigi dan Mulut 1, Layanan Gigi dan Mulut, Gedung Utama, Lantai 1\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"{{MedicationRequest_Clinium}}\"\n }\n ],\n \"quantity\": {\n \"value\": 21,\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"CAP\"\n },\n \"daysSupply\": {\n \"value\": 7,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2023-09-09T21:30:00+00:00\",\n \"whenHandedOver\": \"2023-09-09T21:30:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 kapsul setiap 8 jam untuk 7 hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"1 kapsul setiap 8 jam untuk 7 hari mulai tanggal 9 September 2023\"\n }\n ],\n \"patientInstruction\": \"1 kapsul setiap 8 jam untuk 7 hari mulai tanggal 9 September 2023\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 8,\n \"periodUnit\": \"h\"\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"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\": 3,\n \"unit\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"CAP\"\n }\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"MedicationDispense\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:fd1d23fb-f03c-4685-a858-6704a2147cdf\",\n \"resource\": {\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 \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"306098008\",\n \"display\": \"Self-referral\"\n }\n ]\n },\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"11429006\",\n \"display\": \"Consultation\"\n }\n ]\n }\n ],\n \"priority\": \"routine\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"185389009\",\n \"display\": \"Follow-up visit\"\n }\n ],\n \"text\": \"Kontrol 1 minggu untuk melihat perkembangan periodontitis akut dan periapikal abses gigi 14\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n },\n \"occurrenceDateTime\": \"2023-09-09T21:40:00+00:00\",\n \"authoredOn\": \"2023-09-09T21:40:00+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Gigi Budiman\"\n }\n ],\n \"locationCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\",\n \"code\": \"OF\",\n \"display\": \"Outpatient Facility\"\n }\n ]\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"K05.2\",\n \"display\": \"Acute periodontitis\"\n }\n ]\n },\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"K04.7\",\n \"display\": \"Periapical abscess without sinus\"\n }\n ]\n }\n ],\n \"patientInstruction\": \"Kontrol rutin 1 minggu untuk perawatan saluran akar pada gigi 14 dan melihat perkembangan masalah gusi. Dalam keadaan darurat dapat menghubungi hotline Fasyankes di nomor +62215375162\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"ServiceRequest\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:9be46bb7-6b35-4ae0-b582-d111152f8575\",\n \"resource\": {\n \"resourceType\": \"Condition\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/condition/{{Org_id}}\",\n \"value\": \"00001\"\n }\n ],\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\n \"code\": \"problem-list-item\",\n \"display\": \"Problem List Item\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"359746009\",\n \"display\": \"Patient's condition stable\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Diana Smith\"\n },\n \"encounter\": {\n \"reference\": \"{{Encounter_id}}\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n }\n ]\n}\n",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}",
|
|
"host": [
|
|
"{{base_url}}"
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 02 Aug 2024 09:48:12 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "21176"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "45c7ba34-0dbe-423c-a94e-45cd36dc2e66"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Encounter/35b7e5be-b177-4c3c-a655-414832a771e9/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Encounter\",\n \"resourceID\": \"35b7e5be-b177-4c3c-a655-414832a771e9\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/181b869b-df18-4d91-9d68-91099a24884f/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"181b869b-df18-4d91-9d68-91099a24884f\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/d2e348a1-a99c-4bbc-8254-690b8444d1af/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"d2e348a1-a99c-4bbc-8254-690b8444d1af\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/a2f9dd8b-94a6-4fa6-b20e-54ac3b7ef0e0/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"a2f9dd8b-94a6-4fa6-b20e-54ac3b7ef0e0\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/9dc64413-5d80-4b24-8dee-52ecfcbec6e5/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"9dc64413-5d80-4b24-8dee-52ecfcbec6e5\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/AllergyIntolerance/772199eb-aa39-497d-ae85-4a1b00e77497/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"AllergyIntolerance\",\n \"resourceID\": \"772199eb-aa39-497d-ae85-4a1b00e77497\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationStatement/baf97582-6272-4d4b-ae2b-4f100b94e699/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationStatement\",\n \"resourceID\": \"baf97582-6272-4d4b-ae2b-4f100b94e699\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/0f0df6fa-e5ef-41d1-9fc4-19bdfbffd6d2/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"0f0df6fa-e5ef-41d1-9fc4-19bdfbffd6d2\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/ea1938eb-d74f-492b-abc9-b4ea00695ca8/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"ea1938eb-d74f-492b-abc9-b4ea00695ca8\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/0837c70b-fb04-4f42-97bd-7acfb7ee3ec7/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"0837c70b-fb04-4f42-97bd-7acfb7ee3ec7\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/159fb11b-605d-4be3-94ae-26d08818ec57/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"159fb11b-605d-4be3-94ae-26d08818ec57\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/cb0d511c-0ebc-4483-9681-6e2642127f1d/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"cb0d511c-0ebc-4483-9681-6e2642127f1d\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/96f19c51-5bc5-4363-84e9-94b1e7713879/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"96f19c51-5bc5-4363-84e9-94b1e7713879\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/9da64eac-9203-4583-acec-2a0df83a6307/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"9da64eac-9203-4583-acec-2a0df83a6307\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/68f0dce0-9d53-42e8-8e76-17340619367f/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"68f0dce0-9d53-42e8-8e76-17340619367f\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/af8e47d7-4dbf-4e5c-85b5-d125a934a8fc/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"af8e47d7-4dbf-4e5c-85b5-d125a934a8fc\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/517d0ca6-5487-4cb8-9cdb-4c6464078644/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"517d0ca6-5487-4cb8-9cdb-4c6464078644\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/b6101430-70fb-4196-807d-898cd2d1ea11/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"b6101430-70fb-4196-807d-898cd2d1ea11\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/b41d54c6-3348-45b3-b43b-bf9a6a065e8e/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"b41d54c6-3348-45b3-b43b-bf9a6a065e8e\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/d6074b52-4dd0-434f-977d-3a3e031fed3e/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"d6074b52-4dd0-434f-977d-3a3e031fed3e\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/7224b31d-76eb-48f2-8dd0-8977a7d5958b/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"7224b31d-76eb-48f2-8dd0-8977a7d5958b\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/3614ba6b-7d66-4f18-8bbb-b73faa8ce1b7/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"3614ba6b-7d66-4f18-8bbb-b73faa8ce1b7\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/24ff49ef-2d7d-4206-9998-f212f075b3c2/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"24ff49ef-2d7d-4206-9998-f212f075b3c2\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/fa0f7d34-25b1-42ed-9201-057e6f7c441d/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"fa0f7d34-25b1-42ed-9201-057e6f7c441d\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/e7984540-f26b-46a8-8f71-8c6990d82636/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"e7984540-f26b-46a8-8f71-8c6990d82636\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/f0083ee1-4e17-40fe-8373-a89749def2ce/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"f0083ee1-4e17-40fe-8373-a89749def2ce\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/38a2754b-2c4b-477f-914e-4ccabe0803cc/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"38a2754b-2c4b-477f-914e-4ccabe0803cc\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/2f9c7cdf-3eca-477c-9d59-4b7d659c8671/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"2f9c7cdf-3eca-477c-9d59-4b7d659c8671\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/f6bce718-e2ac-411a-b141-f3813ab73ea3/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"f6bce718-e2ac-411a-b141-f3813ab73ea3\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/75864bde-1247-4ebb-a183-08c7d2d12754/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"75864bde-1247-4ebb-a183-08c7d2d12754\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/36defb02-4961-4f28-9a92-f699a2a302aa/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"36defb02-4961-4f28-9a92-f699a2a302aa\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/92d12af4-c789-459d-9c98-622774652d80/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"92d12af4-c789-459d-9c98-622774652d80\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/7ddafb4c-61d9-4991-9954-78f692349af4/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"7ddafb4c-61d9-4991-9954-78f692349af4\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/2d63105d-71c3-4f78-a26c-280eb2819ce7/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"2d63105d-71c3-4f78-a26c-280eb2819ce7\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/7b710e5b-9cda-4c84-af69-d17a3ef2be20/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"7b710e5b-9cda-4c84-af69-d17a3ef2be20\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/d40c8029-2d0d-45c5-8733-32bf94825b8d/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"d40c8029-2d0d-45c5-8733-32bf94825b8d\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Specimen/47135685-eea9-4ed6-bf0f-8af6a15fbc08/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Specimen\",\n \"resourceID\": \"47135685-eea9-4ed6-bf0f-8af6a15fbc08\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/8c1c2ba9-e881-4afd-a19e-2b8d2337193d/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"8c1c2ba9-e881-4afd-a19e-2b8d2337193d\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/0a9f79bb-bece-46db-aa96-b10b45eb897e/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"0a9f79bb-bece-46db-aa96-b10b45eb897e\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/DiagnosticReport/85a50450-f9d4-429f-8a83-adaaa2adda6c/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"DiagnosticReport\",\n \"resourceID\": \"85a50450-f9d4-429f-8a83-adaaa2adda6c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/2ab3e665-fee3-43a9-ac2c-1cbd0b042665/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"2ab3e665-fee3-43a9-ac2c-1cbd0b042665\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/AllergyIntolerance/1a3432a4-598e-4c46-97a0-b86365c1b12a/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"AllergyIntolerance\",\n \"resourceID\": \"1a3432a4-598e-4c46-97a0-b86365c1b12a\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/7f015cf2-38b0-4ed6-8349-afdf38b4dde2/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"7f015cf2-38b0-4ed6-8349-afdf38b4dde2\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/a85a61e2-b426-43f9-8fbe-a78253e860cd/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"a85a61e2-b426-43f9-8fbe-a78253e860cd\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/DiagnosticReport/68e2831d-c088-45b8-a1f9-8a810ae48e53/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"DiagnosticReport\",\n \"resourceID\": \"68e2831d-c088-45b8-a1f9-8a810ae48e53\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/2cab9674-139a-4f06-b770-fed271877942/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"2cab9674-139a-4f06-b770-fed271877942\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/1a4d59bf-b6a4-481a-8137-84b347ab230d/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"1a4d59bf-b6a4-481a-8137-84b347ab230d\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/939caafe-aa1e-4724-8ba7-27a238316383/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"939caafe-aa1e-4724-8ba7-27a238316383\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/af3a3ff5-cddb-4782-ab33-3724c6c2853b/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"af3a3ff5-cddb-4782-ab33-3724c6c2853b\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/0a6df35d-055e-4b59-addf-d5ad0bc2d782/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"0a6df35d-055e-4b59-addf-d5ad0bc2d782\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/b389cafd-9428-49df-a170-5dc600991cfd/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"b389cafd-9428-49df-a170-5dc600991cfd\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/d8de08e4-7cad-4c05-a605-9ff9c5c57763/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"d8de08e4-7cad-4c05-a605-9ff9c5c57763\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Medication/11bf25d4-18f3-4198-b6a5-c08f36389fcf/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Medication\",\n \"resourceID\": \"11bf25d4-18f3-4198-b6a5-c08f36389fcf\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationRequest/1ab2aae0-757f-40dd-b8a0-32b2c28ffd26/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationRequest\",\n \"resourceID\": \"1ab2aae0-757f-40dd-b8a0-32b2c28ffd26\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Medication/8fda5746-419d-41ff-b0ec-da55f376e4df/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Medication\",\n \"resourceID\": \"8fda5746-419d-41ff-b0ec-da55f376e4df\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/MedicationDispense/b7594deb-2e09-4d3a-b702-85f4f414f65e/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"MedicationDispense\",\n \"resourceID\": \"b7594deb-2e09-4d3a-b702-85f4f414f65e\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/ServiceRequest/3a3c822a-ec5a-400d-b920-aa234b862769/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"ServiceRequest\",\n \"resourceID\": \"3a3c822a-ec5a-400d-b920-aa234b862769\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcyMjU5MjA5MjUwNjQ4MTAwMA\\\"\",\n \"lastModified\": \"2024-08-02T09:48:12.506481+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/8286c985-51e6-4041-940b-c6a5e871339c/_history/MTcyMjU5MjA5MjUwNjQ4MTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"8286c985-51e6-4041-940b-c6a5e871339c\"\n }\n }\n ],\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction-response\",\n \"total\": 58\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": [
|
|
""
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |