8232 lines
528 KiB
JSON
Executable File
8232 lines
528 KiB
JSON
Executable File
{
|
|
"info": {
|
|
"_postman_id": "b1f10ccc-f97f-4d64-9fdf-49c5c0b04e25",
|
|
"name": "08. Use Case - Postnatal Care (PNC)",
|
|
"description": "For **complete repository for all SATUSEHAT use-cases** please access our public workspaces : [Postman Workspaces](https://s.id/PostmanSATUSEHAT)\n\nFor **detailed SATUSEHAT use-cases import link** please see : [Postman Public Kemkes Link](https://link.kemkes.go.id/PostmanSATUSEHAT)\n\nAny information about SATUSEHAT FHIR Profile could be accessed through [Simplifier FHIR Profile](https://simplifier.net/guide/SATUSEHAT-FHIR-R4-Implementation-Guide/Home/FHIRProfiles?version=current)\n\n| Tanggal | Riwayat Perubahan | Penanggung Jawab |\n| --- | --- | --- |\n| 5 Mar 2024 | [](https://mailto:[email protected])Perubahan API berdasarkan perubahan pada playbook. Pada folder kini diterapkan parameterization. <br> <br>API sesuai dengan Playbook Modul PNC V3.2 | Thomas Chaidir <br> <br>Luthfi Nabilah Qonitah |\n| 21 Aug 2024 | Pembaruan API sesuai dengan Playbook PNC Versi 3.5 <br> <br>Catatan: Perubahan metode untuk Menutup Episode Kehamilan PNC (sebelumnya menggunakan metode PUT menjadi metode PATCH) | Thomas Chaidir |\n| 28 Oct 2024 | Penambahan API Kajian Resep pada Folder 08. Farmasi | 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/e25c3na/08-use-case-postnatal-care-pnc?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}}",
|
|
"description": "Client ID SATUSEHAT yang diberikan kepada sesuai organisasi anda",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "client_secret",
|
|
"value": "{{client_secret}}",
|
|
"description": "Client Secret SATUSEHAT yang diberikan kepada organisasi anda",
|
|
"type": "text"
|
|
}
|
|
]
|
|
},
|
|
"url": {
|
|
"raw": "{{auth_url}}/accesstoken?grant_type=client_credentials",
|
|
"host": [
|
|
"{{auth_url}}"
|
|
],
|
|
"path": [
|
|
"accesstoken"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "grant_type",
|
|
"value": "client_credentials"
|
|
}
|
|
]
|
|
},
|
|
"description": "Mekanisme untuk meng-_generate_ **client token** untuk API O-Auth2 SATUSEHAT. Setiap client token hanya berlaku (valid) dalam kurun waktu 60 menit dan setiap kegagalan request generate token akan dikenakan penalti untuk menunggu selama 1 menit."
|
|
},
|
|
"response": []
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "00. Membuat Struktur Organisasi dan Lokasi",
|
|
"item": [
|
|
{
|
|
"name": "Organization - Create Divisi Kesehatan Ibu dan Anak",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Organization\",\n \"active\": true,\n \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"http://sys-ids.kemkes.go.id/organization/{{Org_id}}\",\n \"value\": \"SW-KIA\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\",\n \"code\": \"team\",\n \"display\": \"Organizational team\"\n }\n ]\n }\n ],\n \"name\": \"Divisi Kesehatan Ibu dan Anak\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"[email protected]\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.puskesmassangatwaras.com\",\n \"use\": \"work\"\n }\n ],\n \"address\": [\n {\n \"use\": \"work\",\n \"type\": \"both\",\n \"line\": [\n \"Jl. Raya Sangat Waras No.3, RT.009/RW.002, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"city\": \"Pandeglang\",\n \"postalCode\": \"42283\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\",\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"36\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3601\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"360101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"36010101\"\n }\n ]\n }\n ]\n }\n ],\n \"partOf\": {\n \"reference\": \"Organization/{{Org_id}}\",\n \"display\": \"Puskesmas Sangat Waras\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Organization",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Organization"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Organization - Create Divisi Kesehatan Ibu dan Anak",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Organization\",\n \"active\": true,\n \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"http://sys-ids.kemkes.go.id/organization/{{Org_id}}\",\n \"value\": \"SW-KIA\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\",\n \"code\": \"team\",\n \"display\": \"Organizational team\"\n }\n ]\n }\n ],\n \"name\": \"Divisi Kesehatan Ibu dan Anak\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"[email protected]\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.puskesmassangatwaras.com\",\n \"use\": \"work\"\n }\n ],\n \"address\": [\n {\n \"use\": \"work\",\n \"type\": \"both\",\n \"line\": [\n \"Jl. Raya Sangat Waras No.3, RT.009/RW.002, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"city\": \"Pandeglang\",\n \"postalCode\": \"42283\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\",\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"36\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3601\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"360101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"36010101\"\n }\n ]\n }\n ]\n }\n ],\n \"partOf\": {\n \"reference\": \"Organization/{{Org_id}}\",\n \"display\": \"Puskesmas Sangat Waras\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Organization",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Organization"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 13 Feb 2023 08:10:20 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/fhir+json;charset=utf-8"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Organization/352401cc-66d5-4720-9aae-231327805053/_history/MTY3NjI3NTgyMDEwODc2ODAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY3NjI3NTgyMDEwODc2ODAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 13 Feb 2023 08:10:20 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1888"
|
|
},
|
|
{
|
|
"key": "x-xss-protection",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"key": "x-frame-options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "x-content-type-options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "1a33d45d-c36a-4090-8263-c90c9a3e1be7"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"36\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3601\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"360101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"36010101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl. Raya Sangat Waras No.3, RT.009/RW.002, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"352401cc-66d5-4720-9aae-231327805053\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000004\",\n \"use\": \"official\",\n \"value\": \"SW-KIA\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-02-13T08:10:20.108768+00:00\",\n \"versionId\": \"MTY3NjI3NTgyMDEwODc2ODAwMA\"\n },\n \"name\": \"Divisi Kesehatan Ibu dan Anak\",\n \"partOf\": {\n \"display\": \"Puskesmas Sangat Waras\",\n \"reference\": \"Organization/10000004\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-14045\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Organization - Create Konsultasi PNC",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Organization\",\n \"active\": true,\n \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"http://sys-ids.kemkes.go.id/organization/{{Org_id}}\",\n \"value\": \"SW-KIA-PNC\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\",\n \"code\": \"team\",\n \"display\": \"Organizational team\"\n }\n ]\n }\n ],\n \"name\": \"Konsultasi PNC\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"[email protected]\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.puskesmassangatwaras.com\",\n \"use\": \"work\"\n }\n ],\n \"address\": [\n {\n \"use\": \"work\",\n \"type\": \"both\",\n \"line\": [\n \"Jl. Raya Sangat Waras No.3, RT.009/RW.002, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"city\": \"Pandeglang\",\n \"postalCode\": \"42283\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\",\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"36\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3601\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"360101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"36010101\"\n }\n ]\n }\n ]\n }\n ],\n \"partOf\": {\n \"reference\": \"Organization/352401cc-66d5-4720-9aae-231327805053\",\n \"display\": \"Divisi Kesehatan Ibu dan Anak\"\n }\n}\n",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Organization",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Organization"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Organization - Create Konsultasi PNC",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Organization\",\n \"active\": true,\n \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"http://sys-ids.kemkes.go.id/organization/{{Org_id}}\",\n \"value\": \"SW-KIA-PNC\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\",\n \"code\": \"team\",\n \"display\": \"Organizational team\"\n }\n ]\n }\n ],\n \"name\": \"Konsultasi PNC\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"[email protected]\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.puskesmassangatwaras.com\",\n \"use\": \"work\"\n }\n ],\n \"address\": [\n {\n \"use\": \"work\",\n \"type\": \"both\",\n \"line\": [\n \"Jl. Raya Sangat Waras No.3, RT.009/RW.002, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"city\": \"Pandeglang\",\n \"postalCode\": \"42283\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\",\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"36\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3601\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"360101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"36010101\"\n }\n ]\n }\n ]\n }\n ],\n \"partOf\": {\n \"reference\": \"Organization/352401cc-66d5-4720-9aae-231327805053\",\n \"display\": \"Divisi Kesehatan Ibu dan Anak\"\n }\n}\n",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Organization",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Organization"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Organization/8376f90e-9e35-449c-9ee9-ed348b1872ff/_history/MTY3ODg2MTI0NTExMTUyMjAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY3ODg2MTI0NTExMTUyMjAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Wed, 15 Mar 2023 06:20:45 UTC"
|
|
},
|
|
{
|
|
"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": "Wed, 15 Mar 2023 06:20:45 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1912"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "32963323-a961-44c1-9369-391fa1a1821b"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Pandeglang\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"36\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"3601\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"360101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"36010101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Jl. Raya Sangat Waras No.3, RT.009/RW.002, Kec. Sumur, Kab. Pandeglang, Banten 42283\"\n ],\n \"postalCode\": \"42283\",\n \"type\": \"both\",\n \"use\": \"work\"\n }\n ],\n \"id\": \"8376f90e-9e35-449c-9ee9-ed348b1872ff\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000004\",\n \"use\": \"official\",\n \"value\": \"SW-KIA-PNC\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-03-15T06:20:45.111522+00:00\",\n \"versionId\": \"MTY3ODg2MTI0NTExMTUyMjAwMA\"\n },\n \"name\": \"Konsultasi PNC\",\n \"partOf\": {\n \"display\": \"Divisi Kesehatan Ibu dan Anak\",\n \"reference\": \"Organization/352401cc-66d5-4720-9aae-231327805053\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-14045\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Location - Create Poli PNC KIA",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/{{Org_id}}\",\n \"value\": \"P-PNC-KIA\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruang Poli PNC, Departemen KIA\",\n \"description\": \"Ruang Poli PNC, Departemen KIA, Lantai 2, Gedung Utama\",\n \"mode\": \"instance\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"[email protected]\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.puskesmassangatwaras.com\",\n \"use\": \"work\"\n }\n ],\n \"physicalType\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/location-physical-type\",\n \"code\": \"ro\",\n \"display\": \"Room\"\n }\n ]\n },\n \"position\": {\n \"longitude\": -6.23115426275766,\n \"latitude\": 106.83239885393944,\n \"altitude\": 0\n },\n \"managingOrganization\": {\n \"reference\": \"Organization/8376f90e-9e35-449c-9ee9-ed348b1872ff\"\n }\n}\n",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Location",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Location"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Location - Create Poli PNC KIA",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Location\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/{{Org_id}}\",\n \"value\": \"P-PNC-KIA\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Ruang Poli PNC, Departemen KIA\",\n \"description\": \"Ruang Poli PNC, Departemen KIA, Lantai 2, Gedung Utama\",\n \"mode\": \"instance\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"+6221-14045\",\n \"use\": \"work\"\n },\n {\n \"system\": \"email\",\n \"value\": \"[email protected]\",\n \"use\": \"work\"\n },\n {\n \"system\": \"url\",\n \"value\": \"www.puskesmassangatwaras.com\",\n \"use\": \"work\"\n }\n ],\n \"physicalType\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/location-physical-type\",\n \"code\": \"ro\",\n \"display\": \"Room\"\n }\n ]\n },\n \"position\": {\n \"longitude\": -6.23115426275766,\n \"latitude\": 106.83239885393944,\n \"altitude\": 0\n },\n \"managingOrganization\": {\n \"reference\": \"Organization/8376f90e-9e35-449c-9ee9-ed348b1872ff\"\n }\n}\n",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Location",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Location"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Location/c8965778-44b4-495f-9ef8-ee0d6d340943/_history/MTY3OTg0ODMxOTExMDcxNTAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY3OTg0ODMxOTExMDcxNTAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Sun, 26 Mar 2023 16:31:59 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Sun, 26 Mar 2023 16:31:59 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "925"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "cf1ed0cd-b952-40d6-90c7-c024e29771c4"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"description\": \"Ruang Poli PNC, Departemen KIA, Lantai 2, Gedung Utama\",\n \"id\": \"c8965778-44b4-495f-9ef8-ee0d6d340943\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000004\",\n \"value\": \"P-PNC-KIA\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/8376f90e-9e35-449c-9ee9-ed348b1872ff\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-03-26T16:31:59.110715+00:00\",\n \"versionId\": \"MTY3OTg0ODMxOTExMDcxNTAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Ruang Poli PNC, Departemen KIA\",\n \"physicalType\": {\n \"coding\": [\n {\n \"code\": \"ro\",\n \"display\": \"Room\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/location-physical-type\"\n }\n ]\n },\n \"position\": {\n \"altitude\": 0,\n \"latitude\": 106.83239885393944,\n \"longitude\": -6.23115426275766\n },\n \"resourceType\": \"Location\",\n \"status\": \"active\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+6221-14045\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"www.puskesmassangatwaras.com\"\n }\n ]\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "01. Mencari data pasien dan nakes",
|
|
"item": [
|
|
{
|
|
"name": "Patient - By ID",
|
|
"protocolProfileBehavior": {
|
|
"disableBodyPruning": true,
|
|
"disabledSystemHeaders": {
|
|
"content-type": true
|
|
}
|
|
},
|
|
"request": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Patient/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Patient",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "100000030006"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Patient - By ID",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "{{base_url}}/Patient/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Patient",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "100000030006"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY3ODI1NTI3NDY4NDYxNTAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Wed, 08 Mar 2023 06:01:14 UTC"
|
|
},
|
|
{
|
|
"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": "Tue, 14 Mar 2023 06:08:27 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "2609"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "f921268e-0f93-4b24-b863-a2cbb9966a5a"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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 \"communication\": [\n {\n \"language\": {\n \"coding\": [\n {\n \"code\": \"id-ID\",\n \"display\": \"Indonesian\",\n \"system\": \"urn:ietf:bcp:47\"\n }\n ],\n \"text\": \"Indonesian\"\n },\n \"preferred\": true\n }\n ],\n \"contact\": [\n {\n \"name\": {\n \"text\": \"Jane Smith\",\n \"use\": \"official\"\n },\n \"relationship\": [\n {\n \"coding\": [\n {\n \"code\": \"C\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0131\"\n }\n ]\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"0690383372\"\n }\n ]\n }\n ],\n \"deceasedBoolean\": false,\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/birthPlace\",\n \"valueAddress\": {\n \"city\": \"Bandung\",\n \"country\": \"ID\"\n }\n },\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/citizenshipStatus\",\n \"valueCode\": \"I\"\n }\n ],\n \"id\": \"100000030006\",\n \"identifier\": [\n {\n \"use\": \"official\",\n \"value\": \"1000000\"\n },\n {\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"use\": \"official\",\n \"value\": \"367400001111388\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/paspor\",\n \"use\": \"official\",\n \"value\": \"A01111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/kk\",\n \"value\": \"367400001111111\"\n }\n ],\n \"link\": [\n {\n \"other\": {\n \"reference\": \"RelatedPerson/c093eab9-a0e5-41b9-a543-51096653cd92\"\n },\n \"type\": \"refer\"\n }\n ],\n \"maritalStatus\": {\n \"coding\": [\n {\n \"code\": \"M\",\n \"display\": \"Married\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus\"\n }\n ],\n \"text\": \"Married\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-03-08T06:01:14.684615+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\",\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient|4.0.1\"\n ],\n \"versionId\": \"MTY3ODI1NTI3NDY4NDYxNTAwMA\"\n },\n \"multipleBirthBoolean\": false,\n \"name\": [\n {\n \"text\": \"John Smith\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"john.smith.A\"\n }\n ]\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Patient - Search Name, Birthdate, Gender",
|
|
"protocolProfileBehavior": {
|
|
"disableBodyPruning": true,
|
|
"disabledSystemHeaders": {
|
|
"content-type": true
|
|
}
|
|
},
|
|
"request": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json"
|
|
}
|
|
],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Patient?name=SRI SARTIKA DEWI&birthdate=1996-07-06&gender=female",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Patient"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "name",
|
|
"value": "SRI SARTIKA DEWI"
|
|
},
|
|
{
|
|
"key": "birthdate",
|
|
"value": "1996-07-06"
|
|
},
|
|
{
|
|
"key": "gender",
|
|
"value": "female"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Patient - Search Name, Birthdate, Gender",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "{{base_url}}/Patient?name=SRI SARTIKA DEWI&birthdate=1996-07-06&gender=female",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Patient"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "name",
|
|
"value": "SRI SARTIKA DEWI"
|
|
},
|
|
{
|
|
"key": "birthdate",
|
|
"value": "1996-07-06"
|
|
},
|
|
{
|
|
"key": "gender",
|
|
"value": "female"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Tue, 17 Oct 2023 08:07:53 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1779"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "cf89e2a1-8626-43f4-8e30-5f6f69f0096b"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"entry\": [\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/P02029381697\",\n \"resource\": {\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"2\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"PASIRJENGKOL, TELUKJAMBE BARAT, KARANGMULYA, KARAWANG\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1996-07-06\",\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/birthPlace\",\n \"valueAddress\": {\n \"city\": \"TANGERANG\",\n \"country\": \"ID\"\n }\n },\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/citizenshipStatus\",\n \"valueCode\": \"WNI\"\n }\n ],\n \"gender\": \"female\",\n \"id\": \"P02029381697\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"3603154607960009\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/ihs-number\",\n \"use\": \"official\",\n \"value\": \"P02029381697\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-08-31T15:03:52.962667+00:00\",\n \"versionId\": \"MTY5MzQ5NDIzMjk2MjY2NzAwMA\"\n },\n \"multipleBirthInteger\": 0,\n \"name\": [\n {\n \"text\": \"SRI SARTIKA DEWI\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\"\n }\n }\n ],\n \"link\": [\n {\n \"relation\": \"search\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1996-07-06&gender=female&name=SRI+SARTIKA+DEWI\"\n },\n {\n \"relation\": \"first\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1996-07-06&gender=female&name=SRI+SARTIKA+DEWI\"\n },\n {\n \"relation\": \"self\",\n \"url\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Patient/?birthdate=1996-07-06&gender=female&name=SRI+SARTIKA+DEWI\"\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 1,\n \"type\": \"searchset\"\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Practitioner - By ID",
|
|
"protocolProfileBehavior": {
|
|
"disableBodyPruning": true,
|
|
"disabledSystemHeaders": {
|
|
"content-type": true
|
|
}
|
|
},
|
|
"request": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Practitioner/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Practitioner",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "N10000001"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Practitioner - By ID",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "{{base_url}}/Practitioner/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Practitioner",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "N10000001"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY2OTE3MjI5NTIzMTQ1MjAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/fhir+json;charset=utf-8"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Wed, 23 Nov 2022 02:58:15 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 24 Nov 2022 00:22:35 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "3189"
|
|
},
|
|
{
|
|
"key": "x-xss-protection",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"key": "x-frame-options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "x-content-type-options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "a0a33bde-3338-437c-bd7f-15de9fb3e8e8"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n },\n {\n \"url\": \"rt\",\n \"valueCode\": \"1\"\n },\n {\n \"url\": \"rw\",\n \"valueCode\": \"2\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"home\"\n }\n ],\n \"birthDate\": \"1945-11-17\",\n \"gender\": \"male\",\n \"id\": \"N10000001\",\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nakes-his-number\",\n \"use\": \"official\",\n \"value\": \"N10000001\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/nik\",\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T02:58:15.231452+00:00\",\n \"versionId\": \"MTY2OTE3MjI5NTIzMTQ1MjAwMA\"\n },\n \"name\": [\n {\n \"prefix\": [\n \"Dr.\",\n \"dr.\"\n ],\n \"suffix\": [\n \"MARS.\"\n ],\n \"text\": \"Voigt\",\n \"use\": \"official\"\n }\n ],\n \"qualification\": [\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"STR-KKI\",\n \"display\": \"Surat Tanda Registrasi Dokter\",\n \"system\": \"http://terminology.kemkes.go.id/v1-0302\"\n }\n ]\n },\n \"identifier\": [\n {\n \"system\": \"https://fhir.kemkes.go.id/id/str-kki-number\",\n \"use\": \"official\",\n \"value\": \"2938/28377/STR/00001\"\n }\n ],\n \"issuer\": {\n \"display\": \"Konsil Kedokteran Indonesia\",\n \"reference\": \"Organization/10000003\"\n },\n \"period\": {\n \"end\": \"2023-01-01\",\n \"start\": \"1995-01-01\"\n }\n },\n {\n \"code\": {\n \"coding\": [\n {\n \"code\": \"BS\",\n \"display\": \"Bachelor of Science\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0360\"\n }\n ],\n \"text\": \"Bachelor of Science\"\n },\n \"identifier\": [\n {\n \"system\": \"http://example-university.ac.id/certificate-number\",\n \"value\": \"12345\"\n }\n ],\n \"issuer\": {\n \"display\": \"Universitas Example\",\n \"reference\": \"Organization/10000002\"\n },\n \"period\": {\n \"start\": \"1995\"\n }\n }\n ],\n \"resourceType\": \"Practitioner\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"+622123456789\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"[email protected]\"\n }\n ]\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "02. Pendaftaran Kunjungan Pasien",
|
|
"item": [
|
|
{
|
|
"name": "Mencari Episode Perawatan PNC (jika sudah ada)",
|
|
"item": [
|
|
{
|
|
"name": "GET EpisodeOfCare, type = PNC, status= active",
|
|
"event": [
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"exec": [
|
|
"var bundle= pm.response.json();\r",
|
|
"var entry_list= []\r",
|
|
"bundle.entry.forEach(entry=> {\r",
|
|
" var data = entry.resource;\r",
|
|
" entry_list.push(data.id);\r",
|
|
" console.log(data.id)\r",
|
|
"});\r",
|
|
"console.log(entry_list);\r",
|
|
"var id= entry_list[0];\r",
|
|
"console.log(id);\r",
|
|
"pm.collectionVariables.set('EpisodeOfCare_id', id);"
|
|
],
|
|
"type": "text/javascript",
|
|
"packages": {}
|
|
}
|
|
}
|
|
],
|
|
"request": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{base_url}}/EpisodeOfCare?patient=100000030006&type=PNC&status=active",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"EpisodeOfCare"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "patient",
|
|
"value": "100000030006"
|
|
},
|
|
{
|
|
"key": "type",
|
|
"value": "PNC"
|
|
},
|
|
{
|
|
"key": "status",
|
|
"value": "active"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "GET EpisodeOfCare, type = PNC, status= active",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{base_url}}/EpisodeOfCare?patient=100000030006&type=PNC&status=active",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"EpisodeOfCare"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "patient",
|
|
"value": "100000030006"
|
|
},
|
|
{
|
|
"key": "type",
|
|
"value": "PNC"
|
|
},
|
|
{
|
|
"key": "status",
|
|
"value": "active"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 01 Jul 2024 09:06:11 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "68660"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "7617a11c-e0c6-4fbf-9267-33193e0b10cd"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"entry\": [\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/77034687-0ca2-44e8-bcac-e707458785aa\",\n \"resource\": {\n \"id\": \"77034687-0ca2-44e8-bcac-e707458785aa\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000004\",\n \"value\": \"EOC998800\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000004\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-27T03:32:39.880809+00:00\",\n \"versionId\": \"MTcwMzY0Nzk1OTg4MDgwOTAwMA\"\n },\n \"patient\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"period\": {\n \"start\": \"2023-12-20T00:00:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-12-20T00:00:00+00:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"PNC\",\n \"display\": \"Postnatal Care\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\"\n }\n ]\n }\n ]\n }\n },\n {\n \"fullUrl\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/6cbd3608-6452-4d5f-ac1c-92961c61a3e0\",\n \"resource\": {\n \"id\": \"6cbd3608-6452-4d5f-ac1c-92961c61a3e0\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000004\",\n \"value\": \"EOC998800\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000004\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-12-22T12:03:51.621124+00:00\",\n \"versionId\": \"MTcwMzI0NjYzMTYyMTEyNDAwMA\"\n },\n \"patient\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"period\": {\n \"start\": \"2023-08-31T00:00:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-08-31T00:00:00+00:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"PNC\",\n \"display\": \"Postnatal Care\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\"\n }\n ]\n }\n ]\n }\n }\n ],\n \"resourceType\": \"Bundle\",\n \"total\": 2,\n \"type\": \"searchset\"\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Pembuatan Kunjungan Baru",
|
|
"item": [
|
|
{
|
|
"name": "Encounter - Kunjungan Baru",
|
|
"event": [
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"exec": [
|
|
"var data = pm.response.json();\r",
|
|
"pm.collectionVariables.set(\"Encounter_uuid\", data.id);"
|
|
],
|
|
"type": "text/javascript"
|
|
}
|
|
}
|
|
],
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Encounter\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"P202400069\"\n },\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare/puerperium\",\n \"value\": \"KF1\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_uuid}}\"\n }\n ],\n \"status\": \"arrived\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-08-31T00:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/c8965778-44b4-495f-9ef8-ee0d6d340943\",\n \"display\": \"Ruang Poli PNC, Departemen KIA, Lantai 2, Gedung Utama\"\n }\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-08-31T00:00:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Encounter",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Encounter"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Encounter - Kunjungan Baru",
|
|
"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\": \"P202400069\"\n },\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare/puerperium\",\n \"value\": \"KF1\"\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/{{EpisodeOfCare_uuid}}\"\n }\n ],\n \"status\": \"arrived\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-08-31T00:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/c8965778-44b4-495f-9ef8-ee0d6d340943\",\n \"display\": \"Ruang Poli PNC, Departemen KIA, Lantai 2, Gedung Utama\"\n }\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-08-31T00:00:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Encounter",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Encounter"
|
|
]
|
|
}
|
|
},
|
|
"status": "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/f6e63a99-06cb-46d6-99af-ba03af36b306/_history/MTcwNjU4NTkyNDc0MjY0NzAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Tue, 30 Jan 2024 03:38:44 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNjU4NTkyNDc0MjY0NzAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Tue, 30 Jan 2024 03:38:44 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1280"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "bcc9041f-8fbc-4303-81ae-0061a68fe644"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"class\": {\n \"code\": \"AMB\",\n \"display\": \"ambulatory\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/77034687-0ca2-44e8-bcac-e707458785aa\"\n }\n ],\n \"id\": \"f6e63a99-06cb-46d6-99af-ba03af36b306\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000004\",\n \"value\": \"P202400069\"\n },\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare/puerperium\",\n \"value\": \"KF1\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/creator\",\n \"value\": \"10000004\"\n }\n ],\n \"location\": [\n {\n \"location\": {\n \"display\": \"Ruang Poli PNC, Departemen KIA, Lantai 2, Gedung Utama\",\n \"reference\": \"Location/c8965778-44b4-495f-9ef8-ee0d6d340943\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-01-30T03:38:44.742647+00:00\",\n \"versionId\": \"MTcwNjU4NTkyNDc0MjY0NzAwMA\"\n },\n \"participant\": [\n {\n \"individual\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"ATND\",\n \"display\": \"attender\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\"\n }\n ]\n }\n ]\n }\n ],\n \"period\": {\n \"start\": \"2023-08-31T00:00:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000004\"\n },\n \"status\": \"arrived\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-08-31T00:00:00+00:00\"\n },\n \"status\": \"arrived\"\n }\n ],\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Kunjungan Saat Pertama kali PNC",
|
|
"item": [
|
|
{
|
|
"name": "EpisodeOfCare - Create Saat Registrasi PNC Pertama Kali",
|
|
"event": [
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"exec": [
|
|
"var data = pm.response.json();",
|
|
"pm.environment.set(\"EPISODEOFCARE_REFERENCE_ID\", data.id);"
|
|
],
|
|
"type": "text/javascript"
|
|
}
|
|
}
|
|
],
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"EpisodeOfCare\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/{{Org_id}}\",\n \"value\": \"EOC998800\"\n }\n ],\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"status\": \"active\",\n \"period\": {\n \"start\": \"2023-08-31T00:00:00+00:00\"\n }\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\",\n \"code\": \"PNC\",\n \"display\": \"Postnatal Care\"\n }\n ]\n }\n ],\n \"patient\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"managingOrganization\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"period\": {\n \"start\": \"2023-08-31T00:00:00+00:00\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/EpisodeOfCare",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"EpisodeOfCare"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "EpisodeOfCare - Create Saat Registrasi PNC Pertama Kali",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"EpisodeOfCare\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/{{Org_id}}\",\n \"value\": \"EOC998800\"\n }\n ],\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"status\": \"active\",\n \"period\": {\n \"start\": \"2023-08-31T00:00:00+00:00\"\n }\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\",\n \"code\": \"PNC\",\n \"display\": \"Postnatal Care\"\n }\n ]\n }\n ],\n \"patient\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"managingOrganization\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"period\": {\n \"start\": \"2023-08-31T00:00:00+00:00\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/EpisodeOfCare",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"EpisodeOfCare"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/EpisodeOfCare/76c5fb56-88f6-4ed0-a70f-5f88e0970f51/_history/MTY5ODkxMDg1MTQ5NjMzODAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY5ODkxMDg1MTQ5NjMzODAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 02 Nov 2023 07:40:51 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 02 Nov 2023 07:40:51 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "694"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "48c24987-3456-4956-bc86-83a17b7271e4"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"id\": \"76c5fb56-88f6-4ed0-a70f-5f88e0970f51\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/10000004\",\n \"value\": \"EOC998800\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/10000004\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-02T07:40:51.496338+00:00\",\n \"versionId\": \"MTY5ODkxMDg1MTQ5NjMzODAwMA\"\n },\n \"patient\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"period\": {\n \"start\": \"2023-08-31T00:00:00+00:00\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"active\",\n \"statusHistory\": [\n {\n \"period\": {\n \"start\": \"2023-08-31T00:00:00+00:00\"\n },\n \"status\": \"active\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"PNC\",\n \"display\": \"Postnatal Care\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\"\n }\n ]\n }\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_uuid}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"P20240006\"\n },\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare/puerperium\",\n \"value\": \"KF1\"\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/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-08-31T08:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/c8965778-44b4-495f-9ef8-ee0d6d340943\",\n \"display\": \"Ruang Poli Anak, Departemen KIA, Lantai 2, Gedung Utama\"\n }\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-08-31T00:00:00+00:00\",\n \"end\": \"2023-08-31T01:00:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-08-31T01: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/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Encounter",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "f6e63a99-06cb-46d6-99af-ba03af36b306"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Encounter - Masuk ruang",
|
|
"originalRequest": {
|
|
"method": "PUT",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter_uuid}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"P20240006\"\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/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-08-31T08:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/c8965778-44b4-495f-9ef8-ee0d6d340943\",\n \"display\": \"Ruang Poli Anak, Departemen KIA, Lantai 2, Gedung Utama\"\n }\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-08-31T00:00:00+00:00\",\n \"end\": \"2023-08-31T01:00:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-08-31T01: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/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Encounter",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "f6e63a99-06cb-46d6-99af-ba03af36b306"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY5ODkxMTA5ODI4OTQ2MDAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Encounter/f6e63a99-06cb-46d6-99af-ba03af36b306/_history/MTY5ODkxMTA5ODI4OTQ2MDAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 02 Nov 2023 07:44:58 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 02 Nov 2023 07:44:58 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1142"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "a43c2d51-c052-46a6-8ba0-d754beeed386"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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\": \"f6e63a99-06cb-46d6-99af-ba03af36b306\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000004\",\n \"value\": \"P20240006\"\n }\n ],\n \"location\": [\n {\n \"location\": {\n \"display\": \"Ruang Poli Anak, Departemen KIA, Lantai 2, Gedung Utama\",\n \"reference\": \"Location/c8965778-44b4-495f-9ef8-ee0d6d340943\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-11-02T07:44:58.289460+00:00\",\n \"versionId\": \"MTY5ODkxMTA5ODI4OTQ2MDAwMA\"\n },\n \"participant\": [\n {\n \"individual\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"ATND\",\n \"display\": \"attender\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\"\n }\n ]\n }\n ]\n }\n ],\n \"period\": {\n \"start\": \"2023-08-31T08:00:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000004\"\n },\n \"status\": \"in-progress\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-08-31T01:00:00+00:00\",\n \"start\": \"2023-08-31T00:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"start\": \"2023-08-31T01:00:00+00:00\"\n },\n \"status\": \"in-progress\"\n }\n ],\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "03. Data Persalinan",
|
|
"item": [
|
|
{
|
|
"name": "Tanggal Persalinan",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Tanggal dan Jam Persalinan",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"93857-1\",\n \"display\": \"Date and time of obstetric delivery\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:00:00+00:00\",\n \"issued\": \"2023-08-31T01:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueDateTime\": \"2023-07-20T10:10:10+00:00\"\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Tanggal dan Jam Persalinan",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"93857-1\",\n \"display\": \"Date and time of obstetric delivery\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:00:00+00:00\",\n \"issued\": \"2023-08-31T01:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueDateTime\": \"2023-07-20T10:10:10+00:00\"\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwMDEwNzU5MzE1NzI0MTAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/09cdf63c-3f1d-4c51-8328-372aaf0d6a3d/_history/MTcwMDEwNzU5MzE1NzI0MTAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 16 Nov 2023 04:06:33 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 16 Nov 2023 04:06:33 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "781"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "9f864fe3-f72d-4d0b-884a-538aae09f1cb"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93857-1\",\n \"display\": \"Date and time of obstetric delivery\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-08-31T01:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f6e63a99-06cb-46d6-99af-ba03af36b306\"\n },\n \"id\": \"09cdf63c-3f1d-4c51-8328-372aaf0d6a3d\",\n \"identifier\": [],\n \"issued\": \"2023-08-31T01:00:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-16T04:06:33.157241+00:00\",\n \"versionId\": \"MTcwMDEwNzU5MzE1NzI0MTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"valueDateTime\": \"2023-07-20T10:10:10+00:00\"\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Gravida",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Gravida",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"11996-6\",\n \"display\": \"[#] Pregnancies\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T00:30:10+00:00\",\n \"issued\": \"2023-08-31T00:30:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueInteger\": 2\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Gravida",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"11996-6\",\n \"display\": \"[#] Pregnancies\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T00:30:10+00:00\",\n \"issued\": \"2023-08-31T00:30:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueInteger\": 2\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/830f9062-09d2-4733-ac07-5579dbc7b991/_history/MTY5OTIzODY5NTMwNjY3OTAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 06 Nov 2023 02:44:55 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY5OTIzODY5NTMwNjY3OTAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 06 Nov 2023 02:44:55 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "734"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "765787fb-ba50-464c-8798-d65315ffeff5"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"11996-6\",\n \"display\": \"[#] Pregnancies\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-08-31T00:30:10+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f6e63a99-06cb-46d6-99af-ba03af36b306\"\n },\n \"id\": \"830f9062-09d2-4733-ac07-5579dbc7b991\",\n \"identifier\": [],\n \"issued\": \"2023-08-31T00:30:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-06T02:44:55.306679+00:00\",\n \"versionId\": \"MTY5OTIzODY5NTMwNjY3OTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"valueInteger\": 2\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Partus",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Parity",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"64708-1\",\n \"display\": \"Including live births, stillbirths, miscarriages, abortions, and tubal and other ectopic pregnancies, how many times have you been pregnant\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T00:30:10+00:00\",\n \"issued\": \"2023-08-31T00:30:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueInteger\": 2\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Partus",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"64708-1\",\n \"display\": \"Including live births, stillbirths, miscarriages, abortions, and tubal and other ectopic pregnancies, how many times have you been pregnant [PhenX]\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T00:30:10+00:00\",\n \"issued\": \"2023-08-31T00:30:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueInteger\": 2\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/b2bcc43e-7947-4df9-80b6-a99f4598cd58/_history/MTY5OTIzOTQzMjQyOTc0NDAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY5OTIzOTQzMjQyOTc0NDAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 06 Nov 2023 02:57:12 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 06 Nov 2023 02:57:12 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": "5898f255-7aa1-4c59-b4c2-6d853e667f7e"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"64708-1\",\n \"display\": \"Including live births, stillbirths, miscarriages, abortions, and tubal and other ectopic pregnancies, how many times have you been pregnant [PhenX]\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-08-31T00:30:10+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f6e63a99-06cb-46d6-99af-ba03af36b306\"\n },\n \"id\": \"b2bcc43e-7947-4df9-80b6-a99f4598cd58\",\n \"identifier\": [],\n \"issued\": \"2023-08-31T00:30:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-06T02:57:12.429744+00:00\",\n \"versionId\": \"MTY5OTIzOTQzMjQyOTc0NDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"valueInteger\": 2\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Abortus",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Abortus",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"69043-8\",\n \"display\": \"Other pregnancy outcomes #\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T00:30:10+00:00\",\n \"issued\": \"2023-08-31T00:30:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueInteger\": 0\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Abortus",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"69043-8\",\n \"display\": \"Other pregnancy outcomes #\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T00:30:10+00:00\",\n \"issued\": \"2023-08-31T00:30:10+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueInteger\": 0\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/a6d76ba4-d039-459e-b742-76bce5aefcac/_history/MTY5OTIzOTQ4NDg5MDkzNTAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY5OTIzOTQ4NDg5MDkzNTAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 06 Nov 2023 02:58:04 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 06 Nov 2023 02:58:04 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "745"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "df276b6a-53c7-49fa-a7f9-898f300f914f"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"survey\",\n \"display\": \"Survey\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"69043-8\",\n \"display\": \"Other pregnancy outcomes #\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-08-31T00:30:10+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f6e63a99-06cb-46d6-99af-ba03af36b306\"\n },\n \"id\": \"a6d76ba4-d039-459e-b742-76bce5aefcac\",\n \"identifier\": [],\n \"issued\": \"2023-08-31T00:30:10+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-06T02:58:04.890935+00:00\",\n \"versionId\": \"MTY5OTIzOTQ4NDg5MDkzNTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"valueInteger\": 0\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "04. Pelayanan Nifas",
|
|
"item": [
|
|
{
|
|
"name": "Tekanan Darah Sistolik",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Sistolik",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:00:00+00:00\",\n \"issued\": \"2023-08-31T01:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 128,\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 - Sistolik",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:00:00+00:00\",\n \"issued\": \"2023-08-31T01:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 128,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/5eaddde7-a1cd-474c-953d-5ec9c6a4979f/_history/MTY5OTIzOTYzMjk0NjE4MzAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 06 Nov 2023 03:00:32 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY5OTIzOTYzMjk0NjE4MzAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 06 Nov 2023 03:00:32 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "833"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "3e7bd1ef-059c-464b-ae61-019030476a7b"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"8480-6\",\n \"display\": \"Systolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-08-31T01:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f6e63a99-06cb-46d6-99af-ba03af36b306\"\n },\n \"id\": \"5eaddde7-a1cd-474c-953d-5ec9c6a4979f\",\n \"identifier\": [],\n \"issued\": \"2023-08-31T01:00:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-06T03:00:32.946183+00:00\",\n \"versionId\": \"MTY5OTIzOTYzMjk0NjE4MzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"valueQuantity\": {\n \"code\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 128\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Tekanan Darah Diastolik",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Diastolik",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:00:00+00:00\",\n \"issued\": \"2023-08-31T01:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 70,\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 - Diastolik",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"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/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:00:00+00:00\",\n \"issued\": \"2023-08-31T01:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 70,\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/\"MTY5OTIzOTY2MTA4NDY3MDAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 06 Nov 2023 03:01:01 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/ea9a475e-125a-4681-947f-2105ec9656cb/_history/MTY5OTIzOTY2MTA4NDY3MDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 06 Nov 2023 03:01:01 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "833"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "761b9cb3-c617-4898-ba2d-79a0bee8a772"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-08-31T01:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f6e63a99-06cb-46d6-99af-ba03af36b306\"\n },\n \"id\": \"ea9a475e-125a-4681-947f-2105ec9656cb\",\n \"identifier\": [],\n \"issued\": \"2023-08-31T01:00:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-06T03:01:01.084670+00:00\",\n \"versionId\": \"MTY5OTIzOTY2MTA4NDY3MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"valueQuantity\": {\n \"code\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 70\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"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 \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:03:00+00:00\",\n \"issued\": \"2023-08-31T01:03:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 80,\n \"unit\": \"beats/minute\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"/min\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - 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 \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:03:00+00:00\",\n \"issued\": \"2023-08-31T01:03:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 80,\n \"unit\": \"beats/minute\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"/min\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY5OTIzOTcwMjUxMjQwODAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 06 Nov 2023 03:01:42 UTC"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/7bc13b8e-e86c-4b87-8db8-a40ab7a5392d/_history/MTY5OTIzOTcwMjUxMjQwODAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 06 Nov 2023 03:01:42 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "823"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "27435d90-be0d-4579-aca0-9f5268cf2750"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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-08-31T01:03:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f6e63a99-06cb-46d6-99af-ba03af36b306\"\n },\n \"id\": \"7bc13b8e-e86c-4b87-8db8-a40ab7a5392d\",\n \"identifier\": [],\n \"issued\": \"2023-08-31T01:03:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-06T03:01:42.512408+00:00\",\n \"versionId\": \"MTY5OTIzOTcwMjUxMjQwODAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"valueQuantity\": {\n \"code\": \"/min\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"beats/minute\",\n \"value\": 80\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Suhu",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Suhu",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"8310-5\",\n \"display\": \"Body temperature\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:03:00+00:00\",\n \"issued\": \"2023-08-31T01:03:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 36.7,\n \"unit\": \"C\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"Cel\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Suhu",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"8310-5\",\n \"display\": \"Body temperature\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:03:00+00:00\",\n \"issued\": \"2023-08-31T01:03:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 36.7,\n \"unit\": \"C\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"Cel\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 06 Nov 2023 03:03:43 UTC"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/8ade9f85-5686-4950-9ace-8d0a1614ee12/_history/MTY5OTIzOTgyMzI0OTI2NzAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY5OTIzOTgyMzI0OTI2NzAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 06 Nov 2023 03:03:43 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "819"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "c134c703-8cf6-4347-b9e0-f0fb35f5e07d"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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-08-31T01:03:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f6e63a99-06cb-46d6-99af-ba03af36b306\"\n },\n \"id\": \"8ade9f85-5686-4950-9ace-8d0a1614ee12\",\n \"identifier\": [],\n \"issued\": \"2023-08-31T01:03:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-06T03:03:43.249267+00:00\",\n \"versionId\": \"MTY5OTIzOTgyMzI0OTI2NzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"valueQuantity\": {\n \"code\": \"Cel\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"C\",\n \"value\": 36.7\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Pernapasan",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Pernapasan",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"9279-1\",\n \"display\": \"Respiratory rate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:10:00+00:00\",\n \"issued\": \"2023-08-31T01:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 16,\n \"unit\": \"breaths/minute\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"/min\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Pernapasan",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"9279-1\",\n \"display\": \"Respiratory rate\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:10:00+00:00\",\n \"issued\": \"2023-08-31T01:10:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 16,\n \"unit\": \"breaths/minute\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"/min\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY5OTI0MDE4MTI3MjExNDAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 06 Nov 2023 03:09:41 UTC"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/5b7f4909-df4e-46ec-ba6c-62bcb7221174/_history/MTY5OTI0MDE4MTI3MjExNDAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 06 Nov 2023 03:09:41 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "831"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "b151e7b8-3be6-4ba3-969a-588c14ddcc3a"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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-08-31T01:10:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f6e63a99-06cb-46d6-99af-ba03af36b306\"\n },\n \"id\": \"5b7f4909-df4e-46ec-ba6c-62bcb7221174\",\n \"identifier\": [],\n \"issued\": \"2023-08-31T01:10:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-06T03:09:41.272114+00:00\",\n \"versionId\": \"MTY5OTI0MDE4MTI3MjExNDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"valueQuantity\": {\n \"code\": \"/min\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"breaths/minute\",\n \"value\": 16\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Perdarahan Pervaginam",
|
|
"item": [
|
|
{
|
|
"name": "Condition - Perdarahan Pervaginam",
|
|
"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\": \"289530006\",\n \"display\": \"Vaginal bleeding\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"onsetDateTime\": \"2023-08-31T01:12:00+00:00\",\n \"recordedDate\": \"2023-08-31T01:12:00+00:00\"\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Condition",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Condition"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Condition - Perdarahan Pervaginam",
|
|
"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\": \"289530006\",\n \"display\": \"Vaginal bleeding\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"onsetDateTime\": \"2023-08-31T01:12:00+00:00\",\n \"recordedDate\": \"2023-08-31T01:12:00+00:00\"\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Condition",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Condition"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 06 Nov 2023 03:10:44 UTC"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/95afceba-7ea5-4b0d-9ec0-0222710a92e5/_history/MTY5OTI0MDI0NDM4MTE2ODAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY5OTI0MDI0NDM4MTE2ODAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 06 Nov 2023 03:10:44 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "811"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "899b3387-4d97-4c52-93ba-60e8b721c0e3"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"289530006\",\n \"display\": \"Vaginal bleeding\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/f6e63a99-06cb-46d6-99af-ba03af36b306\"\n },\n \"id\": \"95afceba-7ea5-4b0d-9ec0-0222710a92e5\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2023-11-06T03:10:44.381168+00:00\",\n \"versionId\": \"MTY5OTI0MDI0NDM4MTE2ODAwMA\"\n },\n \"onsetDateTime\": \"2023-08-31T01:12:00+00:00\",\n \"recordedDate\": \"2023-08-31T01:12:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Jumlah Perdarahan",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Jumlah Perdarahan",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://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\": \"81661-1\",\n \"display\": \"Blood Loss [Volume] Measured\"\n }\n ]\n },\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"76784001\",\n \"display\": \"Vaginal structure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:12:00+00:00\",\n \"issued\": \"2023-08-31T01:12:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 420,\n \"unit\": \"mL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mL\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Jumlah Perdarahan",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://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\": \"81661-1\",\n \"display\": \"Blood Loss [Volume] Measured\"\n }\n ]\n },\n \"bodySite\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"76784001\",\n \"display\": \"Vaginal structure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:12:00+00:00\",\n \"issued\": \"2023-08-31T01:12:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueQuantity\": {\n \"value\": 420,\n \"unit\": \"mL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mL\"\n }\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/\"MTY5OTI0MDQwMjM4MjY1ODAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/f94ee40b-54d2-4242-90f0-21d06674ac0a/_history/MTY5OTI0MDQwMjM4MjY1ODAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 06 Nov 2023 03:13:22 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 06 Nov 2023 03:13:22 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "925"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "22c0d3b6-ed23-4260-8330-8ee62ae0d8b8"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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\": \"76784001\",\n \"display\": \"Vaginal structure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"exam\",\n \"display\": \"Exam\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"81661-1\",\n \"display\": \"Blood Loss [Volume] Measured\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-08-31T01:12:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f6e63a99-06cb-46d6-99af-ba03af36b306\"\n },\n \"id\": \"f94ee40b-54d2-4242-90f0-21d06674ac0a\",\n \"identifier\": [],\n \"issued\": \"2023-08-31T01:12:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-06T03:13:22.382658+00:00\",\n \"versionId\": \"MTY5OTI0MDQwMjM4MjY1ODAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"valueQuantity\": {\n \"code\": \"mL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mL\",\n \"value\": 420\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Kondisi Perineum",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Kondisi Perineum",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://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\": \"364297003\",\n \"display\": \"Female perineum observable\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:18:00+00:00\",\n \"issued\": \"2023-08-31T01:18:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueString\" : \"Perineum tampak intak, laserasi perineum derajat laserasi 1, penyembuhan luka baik\"\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Kondisi Perineum",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://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\": \"364297003\",\n \"display\": \"Female perineum observable\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:18:00+00:00\",\n \"issued\": \"2023-08-31T01:18:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueString\" : \"Perineum tampak intak, laserasi perineum derajat laserasi 1, penyembuhan luka baik\"\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/3f9eb72e-f924-4705-ace8-f85b80b3a87e/_history/MTY5OTI0MDUyNzAwOTg2MTAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 06 Nov 2023 03:15:27 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY5OTI0MDUyNzAwOTg2MTAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 06 Nov 2023 03:15:27 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "831"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "d85f5b5a-1711-42ce-b993-4d23cb7b251a"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"364297003\",\n \"display\": \"Female perineum observable\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-08-31T01:18:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f6e63a99-06cb-46d6-99af-ba03af36b306\"\n },\n \"id\": \"3f9eb72e-f924-4705-ace8-f85b80b3a87e\",\n \"identifier\": [],\n \"issued\": \"2023-08-31T01:18:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-06T03:15:27.009861+00:00\",\n \"versionId\": \"MTY5OTI0MDUyNzAwOTg2MTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"valueString\": \"Perineum tampak intak, laserasi perineum derajat laserasi 1, penyembuhan luka baik\"\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Tanda Infeksi Perineum",
|
|
"item": [
|
|
{
|
|
"name": "Ya",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Tanda Infeksi Perineum - Ya",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"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\": \"OC000020\",\n \"display\": \"Tanda Infeksi Perineum\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:20:00+00:00\",\n \"issued\": \"2023-08-31T01:20:00+00:00\",\n \"valueBoolean\": true\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Tanda Infeksi Perineum - Ya",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"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\": \"OC000020\",\n \"display\": \"Tanda Infeksi Perineum\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:20:00+00:00\",\n \"issued\": \"2023-08-31T01:20:00+00:00\",\n \"valueBoolean\": true\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 06 Nov 2023 03:17:18 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/098a93d0-c114-4256-86ff-cc6f0652f813/_history/MTY5OTI0MDYzODQ3NTc1MDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY5OTI0MDYzODQ3NTc1MDAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 06 Nov 2023 03:17:18 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "781"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "1bacd485-61f3-4003-ace4-89a3b4516be3"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"OC000020\",\n \"display\": \"Tanda Infeksi Perineum\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-08-31T01:20:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f6e63a99-06cb-46d6-99af-ba03af36b306\"\n },\n \"id\": \"098a93d0-c114-4256-86ff-cc6f0652f813\",\n \"identifier\": [],\n \"issued\": \"2023-08-31T01:20:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-06T03:17:18.475750+00:00\",\n \"versionId\": \"MTY5OTI0MDYzODQ3NTc1MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"valueBoolean\": true\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Tidak",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Tanda Infeksi Perineum - Tidak",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"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\": \"OC000020\",\n \"display\": \"Tanda Infeksi Perineum\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:20:00+00:00\",\n \"issued\": \"2023-08-31T01:20:00+00:00\",\n \"valueBoolean\": false\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Tanda Infeksi Perineum - Tidak",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"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\": \"OC000020\",\n \"display\": \"Tanda Infeksi Perineum\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:20:00+00:00\",\n \"issued\": \"2023-08-31T01:20:00+00:00\",\n \"valueBoolean\": false\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 06 Nov 2023 03:18:24 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/aaa60411-1cd5-426b-9507-5bc653326549/_history/MTY5OTI0MDcwNDE0NjkzMDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY5OTI0MDcwNDE0NjkzMDAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 06 Nov 2023 03:18:24 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "782"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "30ebc679-f08b-4b6a-8c7a-318a15353a57"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"OC000020\",\n \"display\": \"Tanda Infeksi Perineum\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-08-31T01:20:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f6e63a99-06cb-46d6-99af-ba03af36b306\"\n },\n \"id\": \"aaa60411-1cd5-426b-9507-5bc653326549\",\n \"identifier\": [],\n \"issued\": \"2023-08-31T01:20:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-06T03:18:24.146930+00:00\",\n \"versionId\": \"MTY5OTI0MDcwNDE0NjkzMDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"valueBoolean\": false\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Tanda Infeksi Luka Jahitan Sectio Caesaria",
|
|
"item": [
|
|
{
|
|
"name": "Ya",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Tanda Infeksi- Ya",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"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\": \"OC000025\",\n \"display\": \"Tanda Infeksi Luka Jahitan Sectio Caesaria\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:23:00+00:00\",\n \"issued\": \"2023-08-31T01:23:00+00:00\",\n \"valueBoolean\": true\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Tanda Infeksi- Ya",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"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\": \"OC000025\",\n \"display\": \"Tanda Infeksi Luka Jahitan Sectio Caesaria\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:23:00+00:00\",\n \"issued\": \"2023-08-31T01:23:00+00:00\",\n \"valueBoolean\": true\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 06 Nov 2023 03:19:49 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY5OTI0MDc4OTY5NzMxNTAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/f94a4f49-7e57-41b1-9e0d-d2813e6accb2/_history/MTY5OTI0MDc4OTY5NzMxNTAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 06 Nov 2023 03:19:49 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "801"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "7b810ab6-50dc-4499-8353-4738c95abb21"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"OC000025\",\n \"display\": \"Tanda Infeksi Luka Jahitan Sectio Caesaria\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-08-31T01:23:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f6e63a99-06cb-46d6-99af-ba03af36b306\"\n },\n \"id\": \"f94a4f49-7e57-41b1-9e0d-d2813e6accb2\",\n \"identifier\": [],\n \"issued\": \"2023-08-31T01:23:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-06T03:19:49.697315+00:00\",\n \"versionId\": \"MTY5OTI0MDc4OTY5NzMxNTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"valueBoolean\": true\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Tidak",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Tanda Infeksi- Tidak",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"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\": \"OC000025\",\n \"display\": \"Tanda Infeksi Luka Jahitan Sectio Caesaria\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:23:00+00:00\",\n \"issued\": \"2023-08-31T01:23:00+00:00\",\n \"valueBoolean\": false\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Tanda Infeksi- Tidak",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"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\": \"OC000025\",\n \"display\": \"Tanda Infeksi Luka Jahitan Sectio Caesaria\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:23:00+00:00\",\n \"issued\": \"2023-08-31T01:23:00+00:00\",\n \"valueBoolean\": false\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 06 Nov 2023 03:21:35 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/74f911b3-1c8e-4e48-b7d2-eed21665df6a/_history/MTY5OTI0MDg5NTI4MTAyNzAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY5OTI0MDg5NTI4MTAyNzAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 06 Nov 2023 03:21:35 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "802"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "92f237f8-2e1b-4e29-b017-0418826115da"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"OC000025\",\n \"display\": \"Tanda Infeksi Luka Jahitan Sectio Caesaria\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-08-31T01:23:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f6e63a99-06cb-46d6-99af-ba03af36b306\"\n },\n \"id\": \"74f911b3-1c8e-4e48-b7d2-eed21665df6a\",\n \"identifier\": [],\n \"issued\": \"2023-08-31T01:23:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-06T03:21:35.281027+00:00\",\n \"versionId\": \"MTY5OTI0MDg5NTI4MTAyNzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"valueBoolean\": false\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Kondisi Payudara",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Kondisi Payudara",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\n \"value\": \"O111112\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"32422-8\",\n \"display\": \"Physical findings of breast\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:26:00+00:00\",\n \"issued\": \"2023-08-31T01:26:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"290084006\",\n \"display\": \"Breast normal\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Kondisi Payudara",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\n \"value\": \"O111112\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"32422-8\",\n \"display\": \"Physical findings of breast\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:26:00+00:00\",\n \"issued\": \"2023-08-31T01:26:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"290084006\",\n \"display\": \"Breast normal\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY5OTI0MTAwMzc5MjI2NTAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/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/8876c619-3ece-45f5-b718-2b1db7866717/_history/MTY5OTI0MTAwMzc5MjI2NTAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 06 Nov 2023 03:23:23 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 06 Nov 2023 03:23:23 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "921"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "537b5282-8017-4fd4-8a5c-66b325c45e46"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"32422-8\",\n \"display\": \"Physical findings of breast\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-08-31T01:26:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f6e63a99-06cb-46d6-99af-ba03af36b306\"\n },\n \"id\": \"8876c619-3ece-45f5-b718-2b1db7866717\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000004\",\n \"value\": \"O111112\"\n }\n ],\n \"issued\": \"2023-08-31T01:26:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-06T03:23:23.792265+00:00\",\n \"versionId\": \"MTY5OTI0MTAwMzc5MjI2NTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"290084006\",\n \"display\": \"Breast normal\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Kontraksi Uteri",
|
|
"item": [
|
|
{
|
|
"name": "Ya",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Kontraksi Uteri - Ya",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"289700000\",\n \"display\": \"Uterine contractions present\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:30:00+00:00\",\n \"issued\": \"2023-08-31T01:30:00+00:00\",\n \"valueBoolean\": true\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Kontraksi Uteri - Ya",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"289700000\",\n \"display\": \"Uterine contractions present\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:30:00+00:00\",\n \"issued\": \"2023-08-31T01:30:00+00:00\",\n \"valueBoolean\": true\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 06 Nov 2023 03:30:53 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY5OTI0MTQ1MzE4NzU1NzAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/16871965-bd3f-453e-aa92-71eca9f02b30/_history/MTY5OTI0MTQ1MzE4NzU1NzAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 06 Nov 2023 03:30:53 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "754"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "d94d2765-4d42-4d77-b041-d4b21c21883c"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"289700000\",\n \"display\": \"Uterine contractions present\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-08-31T01:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f6e63a99-06cb-46d6-99af-ba03af36b306\"\n },\n \"id\": \"16871965-bd3f-453e-aa92-71eca9f02b30\",\n \"identifier\": [],\n \"issued\": \"2023-08-31T01:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-06T03:30:53.187557+00:00\",\n \"versionId\": \"MTY5OTI0MTQ1MzE4NzU1NzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"valueBoolean\": true\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Tidak",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Kontraksi Uteri - Ya",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"289700000\",\n \"display\": \"Uterine contractions present\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:30:00+00:00\",\n \"issued\": \"2023-08-31T01:30:00+00:00\",\n \"valueBoolean\": false\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Kontraksi Uteri - Ya",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"289700000\",\n \"display\": \"Uterine contractions present\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:30:00+00:00\",\n \"issued\": \"2023-08-31T01:30:00+00:00\",\n \"valueBoolean\": false\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/e33ab9ba-ef0a-4b00-9770-eb4433e48ce2/_history/MTY5OTI0MTUyOTU2NDA2OTAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 06 Nov 2023 03:32:09 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY5OTI0MTUyOTU2NDA2OTAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 06 Nov 2023 03:32:09 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "755"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "b01175f0-6739-470b-9e8f-acbcc94375e8"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"289700000\",\n \"display\": \"Uterine contractions present\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-08-31T01:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f6e63a99-06cb-46d6-99af-ba03af36b306\"\n },\n \"id\": \"e33ab9ba-ef0a-4b00-9770-eb4433e48ce2\",\n \"identifier\": [],\n \"issued\": \"2023-08-31T01:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-06T03:32:09.564069+00:00\",\n \"versionId\": \"MTY5OTI0MTUyOTU2NDA2OTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"valueBoolean\": false\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Warna Lokhia",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Warna Lokhia - Serosa",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"exam\",\r\n \"display\": \"Exam\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"249214003\",\r\n \"display\": \"Color of lochia\"\r\n }\r\n ]\r\n },\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/N10000001\"\r\n }\r\n ],\r\n \"subject\": {\r\n \"reference\": \"Patient/100000030006\",\r\n \"display\": \"Jane Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-08-31T01:32:00+00:00\",\r\n \"issued\": \"2023-08-31T01:32:00+00:00\",\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"449828001\",\r\n \"display\": \"Lochia serosa\"\r\n }\r\n ]\r\n }\r\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Warna Lokhia - Serosa",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"exam\",\r\n \"display\": \"Exam\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"249214003\",\r\n \"display\": \"Color of lochia\"\r\n }\r\n ]\r\n },\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/N10000001\"\r\n }\r\n ],\r\n \"subject\": {\r\n \"reference\": \"Patient/100000030006\",\r\n \"display\": \"Jane Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\r\n },\r\n \"effectiveDateTime\": \"2023-08-31T01:32:00+00:00\",\r\n \"issued\": \"2023-08-31T01:32:00+00:00\",\r\n \"valueCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"449828001\",\r\n \"display\": \"Lochia serosa\"\r\n }\r\n ]\r\n }\r\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/feed62e2-cf53-4866-bd36-c4f994701ccd/_history/MTcwODkyMjYyMTk2NTA3NzAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwODkyMjYyMTk2NTA3NzAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 26 Feb 2024 04:43:41 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 26 Feb 2024 04:43:41 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "4520"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "783bf013-bb35-466d-a6e4-fe0f405bf61b"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"249214003\",\n \"display\": \"Color of lochia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-08-31T01:32:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f6e63a99-06cb-46d6-99af-ba03af36b306\"\n },\n \"id\": \"feed62e2-cf53-4866-bd36-c4f994701ccd\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/creator\",\n \"value\": \"10000004\"\n }\n ],\n \"issued\": \"2023-08-31T01:32:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-02-26T04:43:41.965077+00:00\",\n \"versionId\": \"MTcwODkyMjYyMTk2NTA3NzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"449828001\",\n \"display\": \"Lochia serosa\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Bau Lokhia",
|
|
"item": [
|
|
{
|
|
"name": "Ya",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Bau Lokhia - Ya",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"249215002\",\n \"display\": \"Odor of lochia\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:32:00+00:00\",\n \"issued\": \"2023-08-31T01:32:00+00:00\",\n \"valueBoolean\": true\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Bau Lokhia - Ya",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"249215002\",\n \"display\": \"Odor of lochia\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:32:00+00:00\",\n \"issued\": \"2023-08-31T01:32:00+00:00\",\n \"valueBoolean\": true\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 06 Nov 2023 03:33:49 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY5OTI0MTYyOTU3NDM4NTAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/a43ec4ee-c4ac-4c8c-a7db-ed37a7b28a42/_history/MTY5OTI0MTYyOTU3NDM4NTAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 06 Nov 2023 03:33:49 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "740"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "1853d334-3039-4c30-b5de-3d1b922f9224"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"249215002\",\n \"display\": \"Odor of lochia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-08-31T01:32:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f6e63a99-06cb-46d6-99af-ba03af36b306\"\n },\n \"id\": \"a43ec4ee-c4ac-4c8c-a7db-ed37a7b28a42\",\n \"identifier\": [],\n \"issued\": \"2023-08-31T01:32:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-06T03:33:49.574385+00:00\",\n \"versionId\": \"MTY5OTI0MTYyOTU3NDM4NTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"valueBoolean\": true\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Tidak",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Bau Lokhia - Tidak",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"249215002\",\n \"display\": \"Odor of lochia\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/ecdb6f01-66bb-42de-88a0-6de00dc86017\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:32:00+00:00\",\n \"issued\": \"2023-08-31T01:32:00+00:00\",\n \"valueBoolean\": false\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Bau Lokhia - Tidak",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"249215002\",\n \"display\": \"Odor of lochia\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/ecdb6f01-66bb-42de-88a0-6de00dc86017\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:32:00+00:00\",\n \"issued\": \"2023-08-31T01:32:00+00:00\",\n \"valueBoolean\": false\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY5OTcwODQyNTY1NjE3MzAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/6c8ea8e8-8550-458a-82e0-bc0827d28ac3/_history/MTY5OTcwODQyNTY1NjE3MzAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Sat, 11 Nov 2023 13:13:45 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Sat, 11 Nov 2023 13:13:45 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "718"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "63c05fab-0465-499f-9d73-f9444235280b"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"249215002\",\n \"display\": \"Odor of lochia\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-08-31T01:32:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/ecdb6f01-66bb-42de-88a0-6de00dc86017\"\n },\n \"id\": \"6c8ea8e8-8550-458a-82e0-bc0827d28ac3\",\n \"identifier\": [],\n \"issued\": \"2023-08-31T01:32:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-11T13:13:45.656173+00:00\",\n \"versionId\": \"MTY5OTcwODQyNTY1NjE3MzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030004\"\n },\n \"valueBoolean\": false\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Produksi ASI",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Produksi ASI",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\n \"value\": \"O111112\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000017\",\n \"display\": \"Produksi ASI\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:35:00+00:00\",\n \"issued\": \"2023-08-31T01:35:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000016\",\n \"display\": \"Produksi ASI ada\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Produksi ASI",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\n \"value\": \"O111112\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000017\",\n \"display\": \"Produksi ASI\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:35:00+00:00\",\n \"issued\": \"2023-08-31T01:35:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000016\",\n \"display\": \"Produksi ASI ada\"\n }\n ]\n }\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/\"MTY5OTI0MTgwOTg2Mjc4NDAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 06 Nov 2023 03:36:49 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/74451f05-6780-4ee3-abc1-c1e5180bea46/_history/MTY5OTI0MTgwOTg2Mjc4NDAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 06 Nov 2023 03:36:49 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "987"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "8d7210e3-481b-4d64-b73e-89f6f498e3ae"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"OC000017\",\n \"display\": \"Produksi ASI\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-08-31T01:35:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f6e63a99-06cb-46d6-99af-ba03af36b306\"\n },\n \"id\": \"74451f05-6780-4ee3-abc1-c1e5180bea46\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000004\",\n \"value\": \"O111112\"\n }\n ],\n \"issued\": \"2023-08-31T01:35:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-06T03:36:49.862784+00:00\",\n \"versionId\": \"MTY5OTI0MTgwOTg2Mjc4NDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"OV000016\",\n \"display\": \"Produksi ASI ada\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Buang Air Kecil",
|
|
"item": [
|
|
{
|
|
"name": "Ya",
|
|
"item": [
|
|
{
|
|
"name": "Observation - BAK - Ya",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"102834005\",\n \"display\": \"Normal micturition\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:37:00+00:00\",\n \"issued\": \"2023-08-31T01:37:00+00:00\",\n \"valueBoolean\": true\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - BAK - Ya",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"102834005\",\n \"display\": \"Normal micturition\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:37:00+00:00\",\n \"issued\": \"2023-08-31T01:37:00+00:00\",\n \"valueBoolean\": true\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 06 Nov 2023 03:38:15 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY5OTI0MTg5NTQ0MTc0MDAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/7c09239c-0972-4c83-b8bb-2d92c211cd7a/_history/MTY5OTI0MTg5NTQ0MTc0MDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 06 Nov 2023 03:38:15 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "748"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "85e8c5f4-4031-43c2-a20e-47702e20bd53"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"102834005\",\n \"display\": \"Normal micturition\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-08-31T01:37:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f6e63a99-06cb-46d6-99af-ba03af36b306\"\n },\n \"id\": \"7c09239c-0972-4c83-b8bb-2d92c211cd7a\",\n \"identifier\": [],\n \"issued\": \"2023-08-31T01:37:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-06T03:38:15.441740+00:00\",\n \"versionId\": \"MTY5OTI0MTg5NTQ0MTc0MDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"valueBoolean\": true\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Tidak",
|
|
"item": [
|
|
{
|
|
"name": "Observation - BAK - Tidak",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"102834005\",\n \"display\": \"Normal micturition\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:37:00+00:00\",\n \"issued\": \"2023-08-31T01:37:00+00:00\",\n \"valueBoolean\": false\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - BAK - Tidak",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"102834005\",\n \"display\": \"Normal micturition\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:37:00+00:00\",\n \"issued\": \"2023-08-31T01:37:00+00:00\",\n \"valueBoolean\": false\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY5OTI0MTk3NDIyOTYwNDAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/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/3e4a85da-41fc-420c-b346-4a75d02f20c2/_history/MTY5OTI0MTk3NDIyOTYwNDAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 06 Nov 2023 03:39:34 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 06 Nov 2023 03:39:34 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "749"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "14d11d22-8943-47c9-b7b8-790c2a23d468"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"102834005\",\n \"display\": \"Normal micturition\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-08-31T01:37:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f6e63a99-06cb-46d6-99af-ba03af36b306\"\n },\n \"id\": \"3e4a85da-41fc-420c-b346-4a75d02f20c2\",\n \"identifier\": [],\n \"issued\": \"2023-08-31T01:37:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-06T03:39:34.229604+00:00\",\n \"versionId\": \"MTY5OTI0MTk3NDIyOTYwNDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"valueBoolean\": false\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Buang Air Besar",
|
|
"item": [
|
|
{
|
|
"name": "Ya",
|
|
"item": [
|
|
{
|
|
"name": "Observation - BAB - Ya",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"366257004\",\n \"display\": \"Finding related to ability to defecate\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:38:00+00:00\",\n \"issued\": \"2023-08-31T01:38:00+00:00\",\n \"valueBoolean\": true\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - BAB - Ya",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"366257004\",\n \"display\": \"Finding related to ability to defecate\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:38:00+00:00\",\n \"issued\": \"2023-08-31T01:38:00+00:00\",\n \"valueBoolean\": true\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY5OTI0MjI1Njc0MzQ3NzAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 06 Nov 2023 03:44: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/Observation/b266904b-523c-43c4-bcf1-8b4f31f52b83/_history/MTY5OTI0MjI1Njc0MzQ3NzAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 06 Nov 2023 03:44:16 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "768"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "03de7ec0-3e3d-44f1-a342-fa91b6c910c9"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"366257004\",\n \"display\": \"Finding related to ability to defecate\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-08-31T01:38:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f6e63a99-06cb-46d6-99af-ba03af36b306\"\n },\n \"id\": \"b266904b-523c-43c4-bcf1-8b4f31f52b83\",\n \"identifier\": [],\n \"issued\": \"2023-08-31T01:38:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-06T03:44:16.743477+00:00\",\n \"versionId\": \"MTY5OTI0MjI1Njc0MzQ3NzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"valueBoolean\": true\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Tidak",
|
|
"item": [
|
|
{
|
|
"name": "Observation - BAB - Tidak",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"366257004\",\n \"display\": \"Finding related to ability to defecate\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:38:00+00:00\",\n \"issued\": \"2023-08-31T01:38:00+00:00\",\n \"valueBoolean\": false\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - BAB - Tidak",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"366257004\",\n \"display\": \"Finding related to ability to defecate\"\n }\n ]\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T01:38:00+00:00\",\n \"issued\": \"2023-08-31T01:38:00+00:00\",\n \"valueBoolean\": false\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/4160601f-561c-4294-88ed-6b1375c171c6/_history/MTY5OTI0MjcxMTI4NzExMDAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 06 Nov 2023 03:51:51 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY5OTI0MjcxMTI4NzExMDAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 06 Nov 2023 03:51:51 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "769"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "64158ec2-9377-448d-961c-f197fdca4f8c"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"366257004\",\n \"display\": \"Finding related to ability to defecate\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-08-31T01:38:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f6e63a99-06cb-46d6-99af-ba03af36b306\"\n },\n \"id\": \"4160601f-561c-4294-88ed-6b1375c171c6\",\n \"identifier\": [],\n \"issued\": \"2023-08-31T01:38:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-06T03:51:51.287110+00:00\",\n \"versionId\": \"MTY5OTI0MjcxMTI4NzExMDAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"valueBoolean\": false\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Konseling",
|
|
"item": [
|
|
{
|
|
"name": "Procedure - Konseling Edukasi Bayi Baru Lahir",
|
|
"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 \"text\": \"Education\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"408988007\",\n \"display\": \"Newborn care education\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-08-31T01:50:00+00:00\",\n \"end\": \"2023-08-31T02:15:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Procedure",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Procedure"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Procedure - Konseling",
|
|
"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 \"text\": \"Education\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"408988007\",\n \"display\": \"Newborn care education\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-08-31T01:50:00+00:00\",\n \"end\": \"2023-08-31T02:15:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Procedure",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Procedure"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwMDE0Nzc3MTI1NDQwODAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/a134f80f-c90e-41e5-b9c5-86bc1f53983f/_history/MTcwMDE0Nzc3MTI1NDQwODAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 16 Nov 2023 15:16:11 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 16 Nov 2023 15:16:11 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "643"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "7f30c988-8d57-4f61-8723-f23f0ad5e017"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' 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 \"system\": \"http://snomed.info/sct\",\n \"code\": \"409073007\",\n \"display\": \"Education\"\n }\n ],\n \"text\": \"Education\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"408988007\",\n \"display\": \"Newborn care education\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/f6e63a99-06cb-46d6-99af-ba03af36b306\"\n },\n \"id\": \"a134f80f-c90e-41e5-b9c5-86bc1f53983f\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2023-11-16T15:16:11.254408+00:00\",\n \"versionId\": \"MTcwMDE0Nzc3MTI1NDQwODAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2023-08-31T02:15:00+00:00\",\n \"start\": \"2023-08-31T01:50:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "05. Laboratorium",
|
|
"item": [
|
|
{
|
|
"name": "Permintaan Pemeriksaan Laboratorium",
|
|
"item": [
|
|
{
|
|
"name": "ServiceRequest - Create",
|
|
"event": [
|
|
{
|
|
"listen": "prerequest",
|
|
"script": {
|
|
"exec": [
|
|
"var data = pm.response.json();\r",
|
|
"pm.collectionVariables.set(\"ServiceRequestLab_uuid\", data.id);"
|
|
],
|
|
"type": "text/javascript"
|
|
}
|
|
}
|
|
],
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"ServiceRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/{{Org_id}}\",\n \"value\": \"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\": \"108252007\",\n \"display\": \"Laboratory procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"11477-7\",\n \"display\": \"Microscopic observation [Identifier] in Sputum by Acid fast stain\"\n }\n ],\n \"text\": \"Pemeriksaan Sputum BTA\"\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\",\n \"display\": \"Permintaan BTA Sputum Jane Smith di hari Kamis, 31 Agustus 2023 pukul 09:30 WIB\"\n },\n \"occurrenceDateTime\": \"2023-08-31T02:30:27+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n }\n ],\n \"reasonCode\": [\n {\n \"text\": \"Periksa jika ada kemungkinan Tuberculosis\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/ServiceRequest",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"ServiceRequest"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "ServiceRequest - Create",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"ServiceRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/{{Org_id}}\",\n \"value\": \"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\": \"108252007\",\n \"display\": \"Laboratory procedure\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"11477-7\",\n \"display\": \"Microscopic observation [Identifier] in Sputum by Acid fast stain\"\n }\n ],\n \"text\": \"Pemeriksaan Sputum BTA\"\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\",\n \"display\": \"Permintaan BTA Sputum Jane Smith di hari Kamis, 31 Agustus 2023 pukul 09:30 WIB\"\n },\n \"occurrenceDateTime\": \"2023-08-31T02:30:27+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n }\n ],\n \"reasonCode\": [\n {\n \"text\": \"Periksa jika ada kemungkinan Tuberculosis\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/ServiceRequest",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"ServiceRequest"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/ServiceRequest/39896c3b-b6ce-4dbb-952d-b7af1c0517bf/_history/MTY5OTUxNjM1NTEyMDI4NTAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 09 Nov 2023 07:52:35 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY5OTUxNjM1NTEyMDI4NTAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 09 Nov 2023 07:52:35 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1107"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "88a76032-6be2-43d3-868c-1d1e916da581"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\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\": \"11477-7\",\n \"display\": \"Microscopic observation [Identifier] in Sputum by Acid fast stain\",\n \"system\": \"http://loinc.org\"\n }\n ],\n \"text\": \"Pemeriksaan Sputum BTA\"\n },\n \"encounter\": {\n \"display\": \"Permintaan BTA Sputum Jane Smith di hari Kamis, 31 Agustus 2023 pukul 09:30 WIB\",\n \"reference\": \"Encounter/f6e63a99-06cb-46d6-99af-ba03af36b306\"\n },\n \"id\": \"39896c3b-b6ce-4dbb-952d-b7af1c0517bf\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/10000004\",\n \"value\": \"00001\"\n }\n ],\n \"intent\": \"original-order\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-09T07:52:35.120285+00:00\",\n \"versionId\": \"MTY5OTUxNjM1NTEyMDI4NTAwMA\"\n },\n \"occurrenceDateTime\": \"2023-08-31T02:30:27+00:00\",\n \"performer\": [\n {\n \"display\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\n }\n ],\n \"priority\": \"routine\",\n \"reasonCode\": [\n {\n \"text\": \"Periksa jika ada kemungkinan Tuberculosis\"\n }\n ],\n \"requester\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"resourceType\": \"ServiceRequest\",\n \"status\": \"active\",\n \"subject\": {\n \"reference\": \"Patient/100000030006\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Data Specimen",
|
|
"item": [
|
|
{
|
|
"name": "Specimen - Create",
|
|
"event": [
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"exec": [
|
|
"var data = pm.response.json();\r",
|
|
"pm.collectionVariables.set(\"SpecimenLab_uuid\", data.id)"
|
|
],
|
|
"type": "text/javascript"
|
|
}
|
|
}
|
|
],
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Specimen\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/specimen/{{Org_id}}\",\n \"value\": \"00001\",\n \"assigner\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n }\n ],\n \"status\": \"available\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"45710003\",\n \"display\": \"Sputum\"\n }\n ]\n },\n \"collection\": {\n \"method\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"386089008\",\n \"display\": \"Collection of coughed sputum\"\n }\n ]\n },\n \"collectedDateTime\": \"2023-08-31T02:45:27+00:00\"\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"request\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequestLab_uuid}}\"\n }\n ],\n \"receivedTime\": \"2023-08-31T02:50:00+00:00\"\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Specimen",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Specimen"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Specimen - Create",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Specimen\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/specimen/{{Org_id}}\",\n \"value\": \"00001\",\n \"assigner\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n }\n ],\n \"status\": \"available\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"45710003\",\n \"display\": \"Sputum\"\n }\n ]\n },\n \"collection\": {\n \"method\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"386089008\",\n \"display\": \"Collection of coughed sputum\"\n }\n ]\n },\n \"collectedDateTime\": \"2023-08-31T02:45:27+00:00\"\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"request\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequestLab_uuid}}\"\n }\n ],\n \"receivedTime\": \"2023-08-31T02:50:00+00:00\"\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Specimen",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Specimen"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Specimen/7f046b74-44f2-465a-99d8-4c63e0f62fe6/_history/MTcwMDQ4NDQzNjM1Mzg1ODAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwMDQ4NDQzNjM1Mzg1ODAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 20 Nov 2023 12:47:16 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 20 Nov 2023 12:47:16 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "797"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "d040b075-b542-4f4f-b0b8-9dfc1934486c"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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-08-31T02:45:27+00:00\",\n \"method\": {\n \"coding\": [\n {\n \"code\": \"386089008\",\n \"display\": \"Collection of coughed sputum\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n },\n \"id\": \"7f046b74-44f2-465a-99d8-4c63e0f62fe6\",\n \"identifier\": [\n {\n \"assigner\": {\n \"reference\": \"Organization/10000004\"\n },\n \"system\": \"http://sys-ids.kemkes.go.id/specimen/10000004\",\n \"value\": \"00001\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-11-20T12:47:16.353858+00:00\",\n \"versionId\": \"MTcwMDQ4NDQzNjM1Mzg1ODAwMA\"\n },\n \"receivedTime\": \"2023-08-31T02:50:00+00:00\",\n \"request\": [\n {\n \"reference\": \"ServiceRequest/39896c3b-b6ce-4dbb-952d-b7af1c0517bf\"\n }\n ],\n \"resourceType\": \"Specimen\",\n \"status\": \"available\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"type\": {\n \"coding\": [\n {\n \"code\": \"45710003\",\n \"display\": \"Sputum\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Hasil Pemeriksaan Laboratorium",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Create",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\n \"value\": \"O111111\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"laboratory\",\n \"display\": \"Laboratory\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"11477-7\",\n \"display\": \"Microscopic observation [Identifier] in Sputum by Acid fast stain\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T04:00:00+00:00\",\n \"issued\": \"2023-08-31T04:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"specimen\": {\n \"reference\": \"Specimen/{{SpecimenLab_uuid}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequestLab_uuid}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"260347006\",\n \"display\": \"+\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Create",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/{{Org_id}}\",\n \"value\": \"O111111\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"laboratory\",\n \"display\": \"Laboratory\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"11477-7\",\n \"display\": \"Microscopic observation [Identifier] in Sputum by Acid fast stain\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T04:00:00+00:00\",\n \"issued\": \"2023-08-31T04:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"specimen\": {\n \"reference\": \"Specimen/{{SpecimenLab_uuid}}\"\n },\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequestLab_uuid}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"260347006\",\n \"display\": \"+\"\n }\n ]\n }\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/03526335-be68-450c-afe3-f87d6abc3677/_history/MTcwMDQ4NDczOTY1MjQ3NzAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwMDQ4NDczOTY1MjQ3NzAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 20 Nov 2023 12:52:19 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 20 Nov 2023 12:52:19 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1127"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "63f4b45f-a7cf-46d1-940e-5fe1b05c7ba7"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/39896c3b-b6ce-4dbb-952d-b7af1c0517bf\"\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\": \"11477-7\",\n \"display\": \"Microscopic observation [Identifier] in Sputum by Acid fast stain\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-08-31T04:00:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f6e63a99-06cb-46d6-99af-ba03af36b306\"\n },\n \"id\": \"03526335-be68-450c-afe3-f87d6abc3677\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/observation/10000004\",\n \"value\": \"O111111\"\n }\n ],\n \"issued\": \"2023-08-31T04:00:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-20T12:52:19.652477+00:00\",\n \"versionId\": \"MTcwMDQ4NDczOTY1MjQ3NzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n },\n {\n \"reference\": \"Organization/10000004\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"specimen\": {\n \"reference\": \"Specimen/7f046b74-44f2-465a-99d8-4c63e0f62fe6\"\n },\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030006\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"260347006\",\n \"display\": \"+\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Laporan Pemeriksaan Penunjang Laboratorium",
|
|
"item": [
|
|
{
|
|
"name": "DiagnosticReport - Create",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"DiagnosticReport\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/{{Org_id}}/lab\",\n \"use\": \"official\",\n \"value\": \"5234342\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\",\n \"code\": \"MB\",\n \"display\": \"Microbiology\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"11477-7\",\n \"display\": \"Microscopic observation [Identifier] in Sputum by Acid fast stain\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T04:05:00+00:00\",\n \"issued\": \"2023-08-31T04:05:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"result\": [\n {\n \"reference\": \"Observation/03526335-be68-450c-afe3-f87d6abc3677\"\n }\n ],\n \"specimen\": [\n {\n \"reference\": \"Specimen/{{SpecimenLab_uuid}}\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequestLab_uuid}}\"\n }\n ],\n \"conclusionCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"260347006\",\n \"display\": \"+\"\n }\n ]\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/DiagnosticReport",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"DiagnosticReport"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "DiagnosticReport - Create",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"DiagnosticReport\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/{{Org_id}}/lab\",\n \"use\": \"official\",\n \"value\": \"5234342\"\n }\n ],\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\",\n \"code\": \"MB\",\n \"display\": \"Microbiology\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"11477-7\",\n \"display\": \"Microscopic observation [Identifier] in Sputum by Acid fast stain\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"effectiveDateTime\": \"2023-08-31T04:05:00+00:00\",\n \"issued\": \"2023-08-31T04:05:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"result\": [\n {\n \"reference\": \"Observation/03526335-be68-450c-afe3-f87d6abc3677\"\n }\n ],\n \"specimen\": [\n {\n \"reference\": \"Specimen/{{SpecimenLab_uuid}}\"\n }\n ],\n \"basedOn\": [\n {\n \"reference\": \"ServiceRequest/{{ServiceRequestLab_uuid}}\"\n }\n ],\n \"conclusionCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"260347006\",\n \"display\": \"+\"\n }\n ]\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/DiagnosticReport",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"DiagnosticReport"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwMDQ4NDg1MzYwMzYwMTAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/DiagnosticReport/4a3bc844-c6a9-4055-987e-5d78bd4fe6a3/_history/MTcwMDQ4NDg1MzYwMzYwMTAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 20 Nov 2023 12:54:13 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 20 Nov 2023 12:54:13 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1207"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "e4fc17a8-4725-4b05-96a0-f14b83b2c40e"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/39896c3b-b6ce-4dbb-952d-b7af1c0517bf\"\n }\n ],\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"MB\",\n \"display\": \"Microbiology\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0074\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"code\": \"11477-7\",\n \"display\": \"Microscopic observation [Identifier] in Sputum by Acid fast stain\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"conclusionCode\": [\n {\n \"coding\": [\n {\n \"code\": \"260347006\",\n \"display\": \"+\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"effectiveDateTime\": \"2023-08-31T04:05:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/f6e63a99-06cb-46d6-99af-ba03af36b306\"\n },\n \"id\": \"4a3bc844-c6a9-4055-987e-5d78bd4fe6a3\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/diagnostic/10000004/lab\",\n \"use\": \"official\",\n \"value\": \"5234342\"\n }\n ],\n \"issued\": \"2023-08-31T04:05:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-20T12:54:13.603601+00:00\",\n \"versionId\": \"MTcwMDQ4NDg1MzYwMzYwMTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n },\n {\n \"reference\": \"Organization/10000004\"\n }\n ],\n \"resourceType\": \"DiagnosticReport\",\n \"result\": [\n {\n \"reference\": \"Observation/03526335-be68-450c-afe3-f87d6abc3677\"\n }\n ],\n \"specimen\": [\n {\n \"reference\": \"Specimen/7f046b74-44f2-465a-99d8-4c63e0f62fe6\"\n }\n ],\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030006\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "06. Diagnosis",
|
|
"item": [
|
|
{
|
|
"name": "Condition - Tuberculosis complicating pregnancy, childbirth and the puerperium",
|
|
"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\": \"O98.0\",\n \"display\": \"Tuberculosis complicating pregnancy, childbirth and the puerperium\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"onsetDateTime\": \"2023-08-31T03:00:00+00:00\",\n \"recordedDate\": \"2023-08-31T03:00:00+00:00\"\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Condition",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Condition"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Condition - Tuberculosis complicating pregnancy, childbirth and the puerperium",
|
|
"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\": \"O98.0\",\n \"display\": \"Tuberculosis complicating pregnancy, childbirth and the puerperium\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"onsetDateTime\": \"2023-08-31T03:00:00+00:00\",\n \"recordedDate\": \"2023-08-31T03:00:00+00:00\"\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Condition",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Condition"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY5OTc0Njk3NzE3MTYxOTAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/5ca5cb4f-d739-4d11-a242-94ac7941ae13/_history/MTY5OTc0Njk3NzE3MTYxOTAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Sat, 11 Nov 2023 23:56:17 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Sat, 11 Nov 2023 23:56:17 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "869"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "35733b02-894e-4003-814c-1b4a051d6bfd"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"O98.0\",\n \"display\": \"Tuberculosis complicating pregnancy, childbirth and the puerperium\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/f6e63a99-06cb-46d6-99af-ba03af36b306\"\n },\n \"id\": \"5ca5cb4f-d739-4d11-a242-94ac7941ae13\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2023-11-11T23:56:17.171619+00:00\",\n \"versionId\": \"MTY5OTc0Njk3NzE3MTYxOTAwMA\"\n },\n \"onsetDateTime\": \"2023-08-31T03:00:00+00:00\",\n \"recordedDate\": \"2023-08-31T03:00:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Condition - Secondary Malnutrisi Ringan",
|
|
"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\": \"E44.1\",\n \"display\": \"Mild protein-calorie malnutrition\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\",\n \"display\": \"Kunjungan Jane Smith di hari Kamis, 31 Agustus 2023\"\n },\n \"onsetDateTime\": \"2023-08-31T03:00:00+00:00\",\n \"recordedDate\": \"2023-08-31T03:00:00+00:00\"\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Condition",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Condition"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Condition - Secondary Malnutrisi Ringan",
|
|
"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\": \"E44.1\",\n \"display\": \"Mild protein-calorie malnutrition\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\",\n \"display\": \"Kunjungan Jane Smith di hari Kamis, 31 Agustus 2023\"\n },\n \"onsetDateTime\": \"2023-08-31T03:00:00+00:00\",\n \"recordedDate\": \"2023-08-31T03:00:00+00:00\"\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Condition",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Condition"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY5OTUxNjYyMzQ2MzM3NjAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/105e95d2-365f-4f34-a150-2400d09845c3/_history/MTY5OTUxNjYyMzQ2MzM3NjAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 09 Nov 2023 07:57:03 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 09 Nov 2023 07:57:03 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": "69865dd3-65cf-4012-b2fe-037fef96b9cb"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"E44.1\",\n \"display\": \"Mild protein-calorie malnutrition\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"encounter\": {\n \"display\": \"Kunjungan Jane Smith di hari Kamis, 31 Agustus 2023\",\n \"reference\": \"Encounter/f6e63a99-06cb-46d6-99af-ba03af36b306\"\n },\n \"id\": \"105e95d2-365f-4f34-a150-2400d09845c3\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2023-11-09T07:57:03.463376+00:00\",\n \"versionId\": \"MTY5OTUxNjYyMzQ2MzM3NjAwMA\"\n },\n \"onsetDateTime\": \"2023-08-31T03:00:00+00:00\",\n \"recordedDate\": \"2023-08-31T03:00:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "07. Tindakan",
|
|
"item": [
|
|
{
|
|
"name": "Procedure - Routine Gynocological Exam",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"103693007\",\n \"display\": \"Diagnostic procedure\"\n }\n ],\n \"text\": \"Diagnostic procedure\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"72.31\",\n \"display\": \"Routine gynecological examination\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-08-31T04:31:00+00:00\",\n \"end\": \"2023-08-31T05:27:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Procedure",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Procedure"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Procedure - Routine Gynocological Exam",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"103693007\",\n \"display\": \"Diagnostic procedure\"\n }\n ],\n \"text\": \"Diagnostic procedure\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"72.31\",\n \"display\": \"Routine gynecological examination\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-08-31T04:31:00+00:00\",\n \"end\": \"2023-08-31T05:27:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Procedure",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Procedure"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/365d483c-a1d6-449d-a2c9-6aa427b2e8e0/_history/MTcwMDQ4NDY0NjY5Mzk4NjAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwMDQ4NDY0NjY5Mzk4NjAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 20 Nov 2023 12:50:46 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 20 Nov 2023 12:50:46 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "802"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "926318c4-8163-4c27-ae4f-36b549721224"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"category\": {\n \"coding\": [\n {\n \"code\": \"103693007\",\n \"display\": \"Diagnostic procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Diagnostic procedure\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"72.31\",\n \"display\": \"Routine gynecological examination\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/f6e63a99-06cb-46d6-99af-ba03af36b306\"\n },\n \"id\": \"365d483c-a1d6-449d-a2c9-6aa427b2e8e0\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2023-11-20T12:50:46.693986+00:00\",\n \"versionId\": \"MTcwMDQ4NDY0NjY5Mzk4NjAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2023-08-31T05:27:00+00:00\",\n \"start\": \"2023-08-31T04:31:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "08. Farmasi",
|
|
"item": [
|
|
{
|
|
"name": "Alergi Obat",
|
|
"item": [
|
|
{
|
|
"name": "AllergyIntolerance - Alergi Laktosa",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"AllergyIntolerance\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/allergy/1000004\",\n \"use\": \"official\",\n \"value\": \"98457729\"\n }\n ],\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"verificationStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-verification\",\n \"code\": \"confirmed\",\n \"display\": \"Confirmed\"\n }\n ]\n },\n \"category\": [\n \"medication\"\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000299\",\n \"display\": \"Aspirin\"\n }\n ],\n \"text\": \"Alergi Aspirin\"\n },\n \"patient\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\",\n \"display\": \"Kunjungan Jane Smith di hari Kamis, 31 Agustus 2023\"\n },\n \"recordedDate\": \"2023-08-31T05:37:31+00:00\",\n \"recorder\": {\n \"reference\": \"Practitioner/N10000001\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/AllergyIntolerance",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"AllergyIntolerance"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "AllergyIntolerance - Alergi Laktosa",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"AllergyIntolerance\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/allergy/1000004\",\n \"use\": \"official\",\n \"value\": \"98457729\"\n }\n ],\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"verificationStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-verification\",\n \"code\": \"confirmed\",\n \"display\": \"Confirmed\"\n }\n ]\n },\n \"category\": [\n \"medication\"\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000299\",\n \"display\": \"Aspirin\"\n }\n ],\n \"text\": \"Alergi Aspirin\"\n },\n \"patient\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\",\n \"display\": \"Kunjungan Jane Smith di hari Kamis, 31 Agustus 2023\"\n },\n \"recordedDate\": \"2023-08-31T05:37:31+00:00\",\n \"recorder\": {\n \"reference\": \"Practitioner/N10000001\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/AllergyIntolerance",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"AllergyIntolerance"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY5OTUxNjg3NjE2NTExMzAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/AllergyIntolerance/5c7cf66d-e474-4ba7-9c57-ff8df2adb3ea/_history/MTY5OTUxNjg3NjE2NTExMzAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 09 Nov 2023 08:01:16 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 09 Nov 2023 08:01:16 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1044"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "b792e570-4b2b-4673-a939-5e2ce30c8866"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' 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 Jane Smith di hari Kamis, 31 Agustus 2023\",\n \"reference\": \"Encounter/f6e63a99-06cb-46d6-99af-ba03af36b306\"\n },\n \"id\": \"5c7cf66d-e474-4ba7-9c57-ff8df2adb3ea\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/allergy/1000004\",\n \"use\": \"official\",\n \"value\": \"98457729\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-11-09T08:01:16.165113+00:00\",\n \"versionId\": \"MTY5OTUxNjg3NjE2NTExMzAwMA\"\n },\n \"patient\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"recordedDate\": \"2023-08-31T05:37:31+00:00\",\n \"recorder\": {\n \"reference\": \"Practitioner/N10000001\"\n },\n \"resourceType\": \"AllergyIntolerance\",\n \"verificationStatus\": {\n \"coding\": [\n {\n \"code\": \"confirmed\",\n \"display\": \"Confirmed\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-verification\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Peresepan Obat",
|
|
"item": [
|
|
{
|
|
"name": "Medication - Create",
|
|
"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\": \"93001118\",\n \"display\": \"Retinol Palmitate 100.000 IU Kapsul Lunak (KIMIA FARMA)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS020\",\n \"display\": \"Kapsul Lunak\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000355\",\n \"display\": \"RETINOL\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 100000,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"[IU]\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"CAP\",\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",
|
|
"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\": \"93001118\",\n \"display\": \"Retinol Palmitate 100.000 IU Kapsul Lunak (KIMIA FARMA)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS020\",\n \"display\": \"Kapsul Lunak\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000355\",\n \"display\": \"RETINOL\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 100000,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"[IU]\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"CAP\",\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": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Medication/6e618848-7269-4f68-b823-9685a4f363f2/_history/MTcwMDMyNDUwMzAwODExNDAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Sat, 18 Nov 2023 16:21:43 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwMDMyNDUwMzAwODExNDAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Sat, 18 Nov 2023 16:21:43 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1320"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "d00cd4f4-8315-482d-9693-b26f211cf21d"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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\": \"93001118\",\n \"display\": \"Retinol Palmitate 100.000 IU Kapsul Lunak (KIMIA FARMA)\",\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\": \"BS020\",\n \"display\": \"Kapsul Lunak\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"6e618848-7269-4f68-b823-9685a4f363f2\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000004\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"91000355\",\n \"display\": \"RETINOL\",\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 \"unit\": \"CAP\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 100000\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-18T16:21:43.008114+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcwMDMyNDUwMzAwODExNDAwMA\"\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/9472f2dc-20e0-45c5-b3b1-b3f6b7a85460\",\n \"display\": \"Retinol Palmitate 100.000 IU Kapsul Lunak (KIMIA FARMA)\"\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"authoredOn\": \"2023-08-31T05:47:31+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n },\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"Kapsul Vitamin A 200.000 IU dosis tunggal\",\n \"additionalInstruction\": [\n {\n \"text\": \"Diminum setiap hari\"\n }\n ],\n \"patientInstruction\": \"\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"O\",\n \"display\": \"Oral\"\n }\n ]\n },\n \"doseAndRate\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\",\n \"code\": \"ordered\",\n \"display\": \"Ordered\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 2,\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\": 1,\n \"unit\": \"days\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"validityPeriod\": {\n \"start\": \"2023-08-31T05:47:31+00:00\",\n \"end\": \"2023-09-01T05:47:31+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 2,\n \"unit\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"CAP\"\n },\n \"expectedSupplyDuration\": {\n \"value\": 2,\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/9472f2dc-20e0-45c5-b3b1-b3f6b7a85460\",\n \"display\": \"Retinol Palmitate 100.000 IU Kapsul Lunak (KIMIA FARMA)\"\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"authoredOn\": \"2023-08-31T05:47:31+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n },\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"Kapsul Vitamin A 200.000 IU dosis tunggal\",\n \"additionalInstruction\": [\n {\n \"text\": \"Diminum setiap hari\"\n }\n ],\n \"patientInstruction\": \"\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"O\",\n \"display\": \"Oral\"\n }\n ]\n },\n \"doseAndRate\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\",\n \"code\": \"ordered\",\n \"display\": \"Ordered\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 2,\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\": 1,\n \"unit\": \"days\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"validityPeriod\": {\n \"start\": \"2023-08-31T05:47:31+00:00\",\n \"end\": \"2023-09-01T05:47:31+00:00\"\n },\n \"numberOfRepeatsAllowed\": 0,\n \"quantity\": {\n \"value\": 2,\n \"unit\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"CAP\"\n },\n \"expectedSupplyDuration\": {\n \"value\": 2,\n \"unit\": \"days\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"performer\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/MedicationRequest",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"MedicationRequest"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 09 Nov 2023 08:03:06 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/MedicationRequest/7f6f510d-338e-48e1-b25c-95bcc8eab307/_history/MTY5OTUxNjk4NjIwMjYwMTAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY5OTUxNjk4NjIwMjYwMTAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 09 Nov 2023 08:03:06 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "2105"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "b56beac2-9c41-4dd6-b9f0-3e60c8c97ddd"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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-08-31T05:47:31+00:00\",\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"outpatient\",\n \"display\": \"Outpatient\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/medicationrequest-category\"\n }\n ]\n }\n ],\n \"dispenseRequest\": {\n \"dispenseInterval\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"days\",\n \"value\": 1\n },\n \"expectedSupplyDuration\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"days\",\n \"value\": 2\n },\n \"numberOfRepeatsAllowed\": 0,\n \"performer\": {\n \"reference\": \"Organization/10000004\"\n },\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 2\n },\n \"validityPeriod\": {\n \"end\": \"2023-09-01T05:47:31+00:00\",\n \"start\": \"2023-08-31T05:47:31+00:00\"\n }\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"Diminum setiap hari\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 2\n },\n \"type\": {\n \"coding\": [\n {\n \"code\": \"ordered\",\n \"display\": \"Ordered\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\"\n }\n ]\n }\n }\n ],\n \"patientInstruction\": \"\",\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\": \"Kapsul Vitamin A 200.000 IU dosis tunggal\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/f6e63a99-06cb-46d6-99af-ba03af36b306\"\n },\n \"id\": \"7f6f510d-338e-48e1-b25c-95bcc8eab307\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000004\",\n \"use\": \"official\",\n \"value\": \"123456788\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000004\",\n \"use\": \"official\",\n \"value\": \"123456788-1\"\n }\n ],\n \"intent\": \"order\",\n \"medicationReference\": {\n \"display\": \"Retinol Palmitate 100.000 IU Kapsul Lunak (KIMIA FARMA)\",\n \"reference\": \"Medication/9472f2dc-20e0-45c5-b3b1-b3f6b7a85460\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-09T08:03:06.202601+00:00\",\n \"versionId\": \"MTY5OTUxNjk4NjIwMjYwMTAwMA\"\n },\n \"priority\": \"routine\",\n \"requester\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"resourceType\": \"MedicationRequest\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\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",
|
|
"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\": \"93001118\",\n \"display\": \"Retinol Palmitate 100.000 IU Kapsul Lunak (KIMIA FARMA)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS020\",\n \"display\": \"Kapsul Lunak\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"91000355\",\n \"display\": \"RETINOL\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 100000,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"[IU]\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"CAP\"\n }\n }\n }\n ],\n \"batch\": {\n \"lotNumber\": \"1625042A\",\n \"expirationDate\": \"2025-07-28\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\n \"code\": \"NC\",\n \"display\": \"Non-compound\"\n }\n ]\n }\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Medication",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Medication"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Medication - Create",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Medication\",\n \"meta\": {\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ]\n },\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93001118\",\n \"display\": \"Retinol Palmitate 100.000 IU Kapsul Lunak (KIMIA FARMA)\"\n }\n ]\n },\n \"status\": \"active\",\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"form\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\",\n \"code\": \"BS020\",\n \"display\": \"Kapsul Lunak\"\n }\n ]\n },\n \"ingredient\": [\n {\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"92000354\",\n \"display\": \"RETINOL PALMITATE\"\n }\n ]\n },\n \"isActive\": true,\n \"strength\": {\n \"numerator\": {\n \"value\": 100000,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"[IU]\"\n },\n \"denominator\": {\n \"value\": 1,\n \"unit\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"CAP\"\n }\n }\n }\n ],\n \"batch\": {\n \"lotNumber\": \"1625042A\",\n \"expirationDate\": \"2025-07-28\"\n },\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationType\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-type\",\n \"code\": \"NC\",\n \"display\": \"Non-compound\"\n }\n ]\n }\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Medication",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Medication"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Medication/0d3e1773-57d1-4a89-984d-650efeef378c/_history/MTcwMDMyNDU5MDU2NDE0OTAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Sat, 18 Nov 2023 16:23:10 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwMDMyNDU5MDU2NDE0OTAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Sat, 18 Nov 2023 16:23:10 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1383"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "1cdd2cfc-16cb-4eef-a56d-165bd7363354"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"batch\": {\n \"expirationDate\": \"2025-07-28\",\n \"lotNumber\": \"1625042A\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"93001118\",\n \"display\": \"Retinol Palmitate 100.000 IU Kapsul Lunak (KIMIA FARMA)\",\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\": \"BS020\",\n \"display\": \"Kapsul Lunak\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/medication-form\"\n }\n ]\n },\n \"id\": \"0d3e1773-57d1-4a89-984d-650efeef378c\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/medication/10000004\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n }\n ],\n \"ingredient\": [\n {\n \"isActive\": true,\n \"itemCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"92000354\",\n \"display\": \"RETINOL PALMITATE\",\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 \"unit\": \"CAP\",\n \"value\": 1\n },\n \"numerator\": {\n \"code\": \"[IU]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"value\": 100000\n }\n }\n }\n ],\n \"manufacturer\": {\n \"reference\": \"Organization/900001\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-18T16:23:10.564149+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Medication\"\n ],\n \"versionId\": \"MTcwMDMyNDU5MDU2NDE0OTAwMA\"\n },\n \"resourceType\": \"Medication\",\n \"status\": \"active\"\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "MedicationDispense - Create",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"MedicationDispense\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456788\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456788-1\"\n }\n ],\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category\",\n \"code\": \"outpatient\",\n \"display\": \"Outpatient\"\n }\n ]\n },\n \"medicationReference\": {\n \"reference\": \"Medication/5ca0b0f9-07f9-45fd-811f-003b4fcd628a\",\n \"display\": \"Retinol Palmitate 100.000 IU Kapsul Lunak (KIMIA FARMA)\"\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/c8965778-44b4-495f-9ef8-ee0d6d340943\",\n \"display\": \"Apotek Puskesmas Sangat Waras\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/7f6f510d-338e-48e1-b25c-95bcc8eab307\"\n }\n ],\n \"quantity\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"CAP\",\n \"value\": 2\n },\n \"daysSupply\": {\n \"value\": 2,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2023-08-31T06:10:00+00:00\",\n \"whenHandedOver\": \"2023-08-31T06:20:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 kapsul per hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"Diminum setiap hari\"\n }\n ],\n \"patientInstruction\": \"Kapsul pertama diminum segera setelah persalinan dan kapsul kedua diminum 24 jam setelah kapsul pertama\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"O\",\n \"display\": \"Oral\"\n }\n ]\n },\n \"doseAndRate\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\",\n \"code\": \"ordered\",\n \"display\": \"Ordered\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 1,\n \"unit\": \"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\": \"123456788\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/{{Org_id}}\",\n \"use\": \"official\",\n \"value\": \"123456788-1\"\n }\n ],\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category\",\n \"code\": \"outpatient\",\n \"display\": \"Outpatient\"\n }\n ]\n },\n \"medicationReference\": {\n \"reference\": \"Medication/5ca0b0f9-07f9-45fd-811f-003b4fcd628a\",\n \"display\": \"Retinol Palmitate 100.000 IU Kapsul Lunak (KIMIA FARMA)\"\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"context\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"location\": {\n \"reference\": \"Location/c8965778-44b4-495f-9ef8-ee0d6d340943\",\n \"display\": \"Apotek Puskesmas Sangat Waras\"\n },\n \"authorizingPrescription\": [\n {\n \"reference\": \"MedicationRequest/7f6f510d-338e-48e1-b25c-95bcc8eab307\"\n }\n ],\n \"quantity\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"code\": \"CAP\",\n \"value\": 2\n },\n \"daysSupply\": {\n \"value\": 2,\n \"unit\": \"Day\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"d\"\n },\n \"whenPrepared\": \"2023-08-31T06:10:00+00:00\",\n \"whenHandedOver\": \"2023-08-31T06:20:00+00:00\",\n \"dosageInstruction\": [\n {\n \"sequence\": 1,\n \"text\": \"1 kapsul per hari\",\n \"additionalInstruction\": [\n {\n \"text\": \"Diminum setiap hari\"\n }\n ],\n \"patientInstruction\": \"Kapsul pertama diminum segera setelah persalinan dan kapsul kedua diminum 24 jam setelah kapsul pertama\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n },\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"O\",\n \"display\": \"Oral\"\n }\n ]\n },\n \"doseAndRate\": [\n {\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\",\n \"code\": \"ordered\",\n \"display\": \"Ordered\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 1,\n \"unit\": \"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": "etag",
|
|
"value": "W/\"MTY5OTUxNzg2MzY1NTc5MjAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/MedicationDispense/1b3940d8-24e2-47fb-a6a9-4c2e6f052db6/_history/MTY5OTUxNzg2MzY1NTc5MjAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 09 Nov 2023 08:17:43 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 09 Nov 2023 08:17:43 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "2117"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "756ba155-5f2d-4026-a2bb-f5b19d46abee"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/7f6f510d-338e-48e1-b25c-95bcc8eab307\"\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/f6e63a99-06cb-46d6-99af-ba03af36b306\"\n },\n \"daysSupply\": {\n \"code\": \"d\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"Day\",\n \"value\": 2\n },\n \"dosageInstruction\": [\n {\n \"additionalInstruction\": [\n {\n \"text\": \"Diminum setiap hari\"\n }\n ],\n \"doseAndRate\": [\n {\n \"doseQuantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"unit\": \"CAP\",\n \"value\": 1\n },\n \"type\": {\n \"coding\": [\n {\n \"code\": \"ordered\",\n \"display\": \"Ordered\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/dose-rate-type\"\n }\n ]\n }\n }\n ],\n \"patientInstruction\": \"Kapsul pertama diminum segera setelah persalinan dan kapsul kedua diminum 24 jam setelah kapsul pertama\",\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 per hari\",\n \"timing\": {\n \"repeat\": {\n \"frequency\": 1,\n \"period\": 1,\n \"periodUnit\": \"d\"\n }\n }\n }\n ],\n \"id\": \"1b3940d8-24e2-47fb-a6a9-4c2e6f052db6\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription/10000004\",\n \"use\": \"official\",\n \"value\": \"123456788\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/prescription-item/10000004\",\n \"use\": \"official\",\n \"value\": \"123456788-1\"\n }\n ],\n \"location\": {\n \"display\": \"Apotek Puskesmas Sangat Waras\",\n \"reference\": \"Location/c8965778-44b4-495f-9ef8-ee0d6d340943\"\n },\n \"medicationReference\": {\n \"display\": \"Retinol Palmitate 100.000 IU Kapsul Lunak (KIMIA FARMA)\",\n \"reference\": \"Medication/5ca0b0f9-07f9-45fd-811f-003b4fcd628a\"\n },\n \"meta\": {\n \"lastUpdated\": \"2023-11-09T08:17:43.655792+00:00\",\n \"versionId\": \"MTY5OTUxNzg2MzY1NTc5MjAwMA\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n }\n ],\n \"quantity\": {\n \"code\": \"CAP\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\",\n \"value\": 2\n },\n \"resourceType\": \"MedicationDispense\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"whenHandedOver\": \"2023-08-31T06:20:00+00:00\",\n \"whenPrepared\": \"2023-08-31T06:10:00+00:00\"\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "09. Rencana Tindak lanjut",
|
|
"item": [
|
|
{
|
|
"name": "CarePlan - Rencana Tindak Lanjut",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"CarePlan\",\n \"status\": \"active\",\n \"intent\": \"plan\",\n \"title\": \"Referral to RS Rujukan terkait Nifas\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"736372004\",\n \"display\": \"Discharge care plan\"\n }\n ]\n }\n ],\n \"description\": \"Rujuk ke RS Rujukan Nifas\",\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"created\": \"2023-08-31T09:30:26+00:00\",\n \"author\": {\n \"reference\": \"Practitioner/N10000001\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/CarePlan",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"CarePlan"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "CarePlan - Rencana Tindak Lanjut",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"CarePlan\",\n \"status\": \"active\",\n \"intent\": \"plan\",\n \"title\": \"Referral to RS Rujukan terkait Nifas\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"736372004\",\n \"display\": \"Discharge care plan\"\n }\n ]\n }\n ],\n \"description\": \"Rujuk ke RS Rujukan Nifas\",\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\"\n },\n \"created\": \"2023-08-31T09:30:26+00:00\",\n \"author\": {\n \"reference\": \"Practitioner/N10000001\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/CarePlan",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"CarePlan"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY5OTc0Njc5MzIzMTc0NTAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Sat, 11 Nov 2023 23:53: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/CarePlan/22d51cc9-1275-4105-be59-566b7e1a5a35/_history/MTY5OTc0Njc5MzIzMTc0NTAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Sat, 11 Nov 2023 23:53:13 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "653"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "80f0d159-12c1-45f3-b949-6c474ace5b3d"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"author\": {\n \"reference\": \"Practitioner/N10000001\"\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"736372004\",\n \"display\": \"Discharge care plan\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"created\": \"2023-08-31T09:30:26+00:00\",\n \"description\": \"Rujuk ke RS Rujukan Nifas\",\n \"encounter\": {\n \"reference\": \"Encounter/f6e63a99-06cb-46d6-99af-ba03af36b306\"\n },\n \"id\": \"22d51cc9-1275-4105-be59-566b7e1a5a35\",\n \"identifier\": [],\n \"intent\": \"plan\",\n \"meta\": {\n \"lastUpdated\": \"2023-11-11T23:53:13.231745+00:00\",\n \"versionId\": \"MTY5OTc0Njc5MzIzMTc0NTAwMA\"\n },\n \"resourceType\": \"CarePlan\",\n \"status\": \"active\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n },\n \"title\": \"Referral to RS Rujukan terkait Nifas\"\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "10. Kondisi Saat Meninggalkan RS",
|
|
"item": [
|
|
{
|
|
"name": "Condition - Stabil",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Condition\",\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\n \"code\": \"problem-list-item\",\n \"display\": \"Problem List Item\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"359746009\",\n \"display\": \"Patient's condition stable\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\",\n \"display\": \"Kunjungan Jane Smith di hari Kamis, 31 Agustus 2023\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Condition",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Condition"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Condition - Stabil",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Condition\",\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\n \"code\": \"problem-list-item\",\n \"display\": \"Problem List Item\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"359746009\",\n \"display\": \"Patient's condition stable\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\",\n \"display\": \"Kunjungan Jane Smith di hari Kamis, 31 Agustus 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": "Thu, 09 Nov 2023 08:23:41 UTC"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/62adc4ec-8dad-407c-8240-6339c26777d3/_history/MTY5OTUxODIyMTE4MTI4ODAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY5OTUxODIyMTE4MTI4ODAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 09 Nov 2023 08:23:41 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "797"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "0d37337d-6c7a-4038-8772-a9e584af3aef"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"problem-list-item\",\n \"display\": \"Problem List Item\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\"\n }\n ]\n }\n ],\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"code\": \"active\",\n \"display\": \"Active\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\"\n }\n ]\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"359746009\",\n \"display\": \"Patient's condition stable\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n },\n \"encounter\": {\n \"display\": \"Kunjungan Jane Smith di hari Kamis, 31 Agustus 2023\",\n \"reference\": \"Encounter/f6e63a99-06cb-46d6-99af-ba03af36b306\"\n },\n \"id\": \"62adc4ec-8dad-407c-8240-6339c26777d3\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2023-11-09T08:23:41.181288+00:00\",\n \"versionId\": \"MTY5OTUxODIyMTE4MTI4ODAwMA\"\n },\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "11. Cara Keluar RS",
|
|
"item": [
|
|
{
|
|
"name": "ServiceRequest - Rujukan",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"ServiceRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/{{Org_id}}\",\n \"value\": \"00001\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"original-order\",\n \"priority\": \"routine\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"3457005\",\n \"display\": \"Patient referral\"\n }\n ]\n },\n {\n \"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\": \"3457005\",\n \"display\": \"Patient referral\"\n }\n ],\n \"text\": \"Pemeriksaan Sputum BTA\"\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\",\n \"display\": \"Kunjungan Jane Smith di hari Kamis, 31 Agustus 2023\"\n },\n \"occurrenceDateTime\": \"2023-08-31T09:30:27+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"O98.0\",\n \"display\": \"Tuberculosis complicating pregnancy, childbirth and the puerperium\"\n }\n ],\n \"text\": \"Periksa jika ada kemungkinan Tuberculosis\"\n }\n ],\n \"locationCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\",\n \"code\": \"HOSP\",\n \"display\": \"Hospital\"\n }\n ]\n }\n ],\n \"patientInstruction\": \"Rujukan ke RSUP Fatmawati. Dalam keadaan darurat dapat menghubungi hotline Fasyankes di nomor 14045\"\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/ServiceRequest",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"ServiceRequest"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "ServiceRequest - Rujukan",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"ServiceRequest\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/{{Org_id}}\",\n \"value\": \"00001\"\n }\n ],\n \"status\": \"active\",\n \"intent\": \"original-order\",\n \"priority\": \"routine\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"3457005\",\n \"display\": \"Patient referral\"\n }\n ]\n },\n {\n \"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\": \"3457005\",\n \"display\": \"Patient referral\"\n }\n ],\n \"text\": \"Pemeriksaan Sputum BTA\"\n },\n \"subject\": {\n \"reference\": \"Patient/100000030006\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_uuid}}\",\n \"display\": \"Kunjungan Jane Smith di hari Kamis, 31 Agustus 2023\"\n },\n \"occurrenceDateTime\": \"2023-08-31T09:30:27+00:00\",\n \"requester\": {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000005\",\n \"display\": \"Fatma\"\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"O98.0\",\n \"display\": \"Tuberculosis complicating pregnancy, childbirth and the puerperium\"\n }\n ],\n \"text\": \"Periksa jika ada kemungkinan Tuberculosis\"\n }\n ],\n \"locationCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\",\n \"code\": \"HOSP\",\n \"display\": \"Hospital\"\n }\n ]\n }\n ],\n \"patientInstruction\": \"Rujukan ke RSUP Fatmawati. Dalam keadaan darurat dapat menghubungi hotline Fasyankes di nomor 14045\"\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/ServiceRequest",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"ServiceRequest"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 21 Dec 2023 10:06:55 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwMzE1MzIxNTg3MDk5MzAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/ServiceRequest/be6e2283-29cd-441e-a0f1-0633a6857933/_history/MTcwMzE1MzIxNTg3MDk5MzAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 21 Dec 2023 10:06:55 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1669"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "e09c4fd4-3a26-4c7c-acf5-85c19982de80"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"category\": [\n {\n \"coding\": [\n {\n \"code\": \"3457005\",\n \"display\": \"Patient 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\": \"3457005\",\n \"display\": \"Patient referral\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Pemeriksaan Sputum BTA\"\n },\n \"encounter\": {\n \"display\": \"Kunjungan Jane Smith di hari Kamis, 31 Agustus 2023\",\n \"reference\": \"Encounter/f6e63a99-06cb-46d6-99af-ba03af36b306\"\n },\n \"id\": \"be6e2283-29cd-441e-a0f1-0633a6857933\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/servicerequest/10000004\",\n \"value\": \"00001\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/creator\",\n \"value\": \"10000004\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/referral-number\",\n \"value\": \"1000000507\"\n }\n ],\n \"intent\": \"original-order\",\n \"locationCode\": [\n {\n \"coding\": [\n {\n \"code\": \"HOSP\",\n \"display\": \"Hospital\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-RoleCode\"\n }\n ]\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-21T10:06:55.870993+00:00\",\n \"versionId\": \"MTcwMzE1MzIxNTg3MDk5MzAwMA\"\n },\n \"occurrenceDateTime\": \"2023-08-31T09:30:27+00:00\",\n \"patientInstruction\": \"Rujukan ke RSUP Fatmawati. Dalam keadaan darurat dapat menghubungi hotline Fasyankes di nomor 14045\",\n \"performer\": [\n {\n \"display\": \"Fatma\",\n \"reference\": \"Practitioner/N10000005\"\n }\n ],\n \"priority\": \"routine\",\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"O98.0\",\n \"display\": \"Tuberculosis complicating pregnancy, childbirth and the puerperium\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ],\n \"text\": \"Periksa jika ada kemungkinan Tuberculosis\"\n }\n ],\n \"requester\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"resourceType\": \"ServiceRequest\",\n \"status\": \"active\",\n \"subject\": {\n \"reference\": \"Patient/100000030006\"\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Encounter - Pulang dan Kontrol Kembali",
|
|
"request": {
|
|
"method": "PUT",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter_uuid}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"P20240001\"\n },\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare/puerperium\",\n \"value\": \"KF1\"\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/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-08-31T06:00:00+00:00\",\n \"end\": \"2023-08-31T06:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/c8965778-44b4-495f-9ef8-ee0d6d340943\",\n \"display\": \"Ruang Poli PNC, Departemen KIA, Lantai 2, Gedung Utama\"\n }\n }\n ],\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/5ca5cb4f-d739-4d11-a242-94ac7941ae13\",\n \"display\": \"Tuberculosis complicating pregnancy, childbirth and the puerperium\"\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/855833c8-33a3-4634-9e91-58a06e6d7aec\",\n \"display\": \"Mild protein-calorie malnutrition\"\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-08-31T00:00:00+00:00\",\n \"end\": \"2023-08-31T01:00:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-08-31T01:00:00+00:00\",\n \"end\": \"2023-08-31T06:00:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-08-31T06:00:00+00:00\",\n \"end\": \"2023-08-31T06:00:00+00:00\"\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\n \"code\": \"other-hcf\",\n \"display\": \"Other healthcare facility\"\n }\n ],\n \"text\": \"Anjuran dokter untuk pulang dan kontrol kembali 1 bulan setelah minum obat\"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/76c5fb56-88f6-4ed0-a70f-5f88e0970f51\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Encounter/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Encounter",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "f6e63a99-06cb-46d6-99af-ba03af36b306"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Encounter - Pulang dan Kontrol Kembali",
|
|
"originalRequest": {
|
|
"method": "PUT",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter_uuid}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"P20240001\"\n },\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare/puerperium\",\n \"value\": \"KF1\"\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/100000030006\",\n \"display\": \"Jane Smith\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/N10000001\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-08-31T06:00:00+00:00\",\n \"end\": \"2023-08-31T06:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/c8965778-44b4-495f-9ef8-ee0d6d340943\",\n \"display\": \"Ruang Poli PNC, Departemen KIA, Lantai 2, Gedung Utama\"\n }\n }\n ],\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"Condition/5ca5cb4f-d739-4d11-a242-94ac7941ae13\",\n \"display\": \"Tuberculosis complicating pregnancy, childbirth and the puerperium\"\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/855833c8-33a3-4634-9e91-58a06e6d7aec\",\n \"display\": \"Mild protein-calorie malnutrition\"\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-08-31T00:00:00+00:00\",\n \"end\": \"2023-08-31T01:00:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-08-31T01:00:00+00:00\",\n \"end\": \"2023-08-31T06:00:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-08-31T06:00:00+00:00\",\n \"end\": \"2023-08-31T06:00:00+00:00\"\n }\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\n \"code\": \"other-hcf\",\n \"display\": \"Other healthcare facility\"\n }\n ],\n \"text\": \"Anjuran dokter untuk pulang dan kontrol kembali 1 bulan setelah minum obat\"\n }\n },\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n },\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/76c5fb56-88f6-4ed0-a70f-5f88e0970f51\"\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Encounter/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Encounter",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "f6e63a99-06cb-46d6-99af-ba03af36b306"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Fri, 22 Dec 2023 03:17: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/Encounter/f6e63a99-06cb-46d6-99af-ba03af36b306/_history/MTcwMzIxNTA0MTMwMzY3MjAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwMzIxNTA0MTMwMzY3MjAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 22 Dec 2023 03:17:21 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "2396"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "c91780c7-0262-47ea-8493-8dc600c46dc5"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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\": \"Tuberculosis complicating pregnancy, childbirth and the puerperium\",\n \"reference\": \"Condition/5ca5cb4f-d739-4d11-a242-94ac7941ae13\"\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\": \"Mild protein-calorie malnutrition\",\n \"reference\": \"Condition/855833c8-33a3-4634-9e91-58a06e6d7aec\"\n },\n \"rank\": 2,\n \"use\": {\n \"coding\": [\n {\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\"\n }\n ]\n }\n }\n ],\n \"episodeOfCare\": [\n {\n \"reference\": \"EpisodeOfCare/76c5fb56-88f6-4ed0-a70f-5f88e0970f51\"\n }\n ],\n \"hospitalization\": {\n \"dischargeDisposition\": {\n \"coding\": [\n {\n \"code\": \"other-hcf\",\n \"display\": \"Other healthcare facility\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\"\n }\n ],\n \"text\": \"Anjuran dokter untuk pulang dan kontrol kembali 1 bulan setelah minum obat\"\n }\n },\n \"id\": \"f6e63a99-06cb-46d6-99af-ba03af36b306\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000004\",\n \"value\": \"P20240001\"\n },\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare/puerperium\",\n \"value\": \"KF1\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/creator\",\n \"value\": \"10000004\"\n }\n ],\n \"location\": [\n {\n \"location\": {\n \"display\": \"Ruang Poli PNC, Departemen KIA, Lantai 2, Gedung Utama\",\n \"reference\": \"Location/c8965778-44b4-495f-9ef8-ee0d6d340943\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2023-12-22T03:17:21.303672+00:00\",\n \"versionId\": \"MTcwMzIxNTA0MTMwMzY3MjAwMA\"\n },\n \"participant\": [\n {\n \"individual\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n },\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"ATND\",\n \"display\": \"attender\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\"\n }\n ]\n }\n ]\n }\n ],\n \"period\": {\n \"end\": \"2023-08-31T06:00:00+00:00\",\n \"start\": \"2023-08-31T06:00:00+00:00\"\n },\n \"resourceType\": \"Encounter\",\n \"serviceProvider\": {\n \"reference\": \"Organization/10000004\"\n },\n \"status\": \"finished\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-08-31T01:00:00+00:00\",\n \"start\": \"2023-08-31T00:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"end\": \"2023-08-31T06:00:00+00:00\",\n \"start\": \"2023-08-31T01:00:00+00:00\"\n },\n \"status\": \"in-progress\"\n },\n {\n \"period\": {\n \"end\": \"2023-08-31T06:00:00+00:00\",\n \"start\": \"2023-08-31T06:00:00+00:00\"\n },\n \"status\": \"finished\"\n }\n ],\n \"subject\": {\n \"display\": \"Jane Smith\",\n \"reference\": \"Patient/100000030006\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "12. Menutup Episode Nifas",
|
|
"item": [
|
|
{
|
|
"name": "EpisodeOfCare - Menutup Episode Kunjungan PNC Copy",
|
|
"event": [
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"exec": [
|
|
"var data = pm.response.json();",
|
|
"pm.environment.set(\"EPISODEOFCARE_REFERENCE_ID\", data.id);"
|
|
],
|
|
"type": "text/javascript",
|
|
"packages": {}
|
|
}
|
|
}
|
|
],
|
|
"request": {
|
|
"method": "PATCH",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json-patch+json"
|
|
}
|
|
],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "[\n {\n \"op\": \"replace\",\n \"path\": \"/status\",\n \"value\": \"finished\"\n },\n {\n \"op\": \"replace\",\n \"path\": \"/period\",\n \"value\": {\n \"start\": \"2023-08-31T06:00:00+00:00\",\n \"end\": \"2023-12-20T00:00:00+00:00\"\n }\n },\n {\n \"op\": \"replace\",\n \"path\": \"/statusHistory/0\",\n \"value\": {\n \"status\": \"active\",\n \"period\": {\n \"start\": \"2023-08-31T06:00:00+00:00\",\n \"end\": \"2023-12-20T00:00:00+00:00\"\n }\n }\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/1\",\n \"value\": {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-08-31T06:00:00+00:00\",\n \"end\": \"2023-12-20T00:00:00+00:00\"\n }\n }\n }\n]",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/EpisodeOfCare/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"EpisodeOfCare",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "{{EpisodeOfCare_id}}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "EpisodeOfCare - Menutup Episode Kunjungan PNC Copy",
|
|
"originalRequest": {
|
|
"method": "PATCH",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json-patch+json"
|
|
}
|
|
],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "[\n {\n \"op\": \"replace\",\n \"path\": \"/status\",\n \"value\": \"finished\"\n },\n {\n \"op\": \"replace\",\n \"path\": \"/period\",\n \"value\": {\n \"start\": \"2023-08-31T06:00:00+00:00\",\n \"end\": \"2023-12-20T00:00:00+00:00\"\n }\n },\n {\n \"op\": \"replace\",\n \"path\": \"/statusHistory/0\",\n \"value\": {\n \"status\": \"active\",\n \"period\": {\n \"start\": \"2023-08-31T06:00:00+00:00\",\n \"end\": \"2023-12-20T00:00:00+00:00\"\n }\n }\n },\n {\n \"op\": \"add\",\n \"path\": \"/statusHistory/1\",\n \"value\": {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-08-31T06:00:00+00:00\",\n \"end\": \"2023-12-20T00:00:00+00:00\"\n }\n }\n }\n]",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/EpisodeOfCare/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"EpisodeOfCare",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "{{EpisodeOfCare_id}}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Mon, 01 Jul 2024 09:58:37 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/EpisodeOfCare/77034687-0ca2-44e8-bcac-e707458785aa/_history/MTcxOTgyNzkxNzI0MTQ5NDAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcxOTgyNzkxNzI0MTQ5NDAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 01 Jul 2024 09:58:37 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "2278"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "7596d909-3773-4d50-a016-cd44ec396644"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"id\": \"77034687-0ca2-44e8-bcac-e707458785aa\",\n \"meta\": {\n \"lastUpdated\": \"2024-07-01T09:58:37.241494+00:00\",\n \"versionId\": \"MTcxOTgyNzkxNzI0MTQ5NDAwMA\"\n },\n \"resourceType\": \"EpisodeOfCare\",\n \"status\": \"finished\",\n \"statusHistory\": [\n {\n \"period\": {\n \"end\": \"2023-12-20T00:00:00+00:00\",\n \"start\": \"2023-08-31T06:00:00+00:00\"\n },\n \"status\": \"active\"\n },\n {\n \"period\": {\n \"end\": \"2023-12-20T00:00:00+00:00\",\n \"start\": \"2023-08-31T06:00:00+00:00\"\n },\n \"status\": \"finished\"\n }\n ]\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Bundle Modul PNC",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\r\n \"resourceType\": \"Bundle\",\r\n \"type\": \"transaction\",\r\n \"entry\": [\r\n {\r\n \"fullUrl\": \"urn:uuid:6bc79961-fccd-4e47-9d42-7911e7d63b9a\",\r\n \"resource\": {\r\n \"resourceType\": \"Encounter\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\r\n \"value\": \"P202400090\"\r\n }\r\n ],\r\n \"status\": \"finished\",\r\n \"class\": {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\r\n \"code\": \"AMB\",\r\n \"display\": \"ambulatory\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/100000030006\",\r\n \"display\": \"Jane Smith\"\r\n },\r\n \"participant\": [\r\n {\r\n \"type\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\r\n \"code\": \"ATND\",\r\n \"display\": \"attender\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"individual\": {\r\n \"reference\": \"Practitioner/N10000001\",\r\n \"display\": \"Dokter Bronsig\"\r\n }\r\n }\r\n ],\r\n \"period\": {\r\n \"start\": \"2023-08-31T00:00:00+00:00\",\r\n \"end\": \"2023-08-31T01:00:00+00:00\"\r\n },\r\n \"location\": [\r\n {\r\n \"location\": {\r\n \"reference\": \"Location/c8965778-44b4-495f-9ef8-ee0d6d340943\",\r\n \"display\": \"Ruang Poli PNC, Departemen KIA, Lantai 2, Gedung Utama\"\r\n }\r\n }\r\n ],\r\n \"diagnosis\": [\r\n {\r\n \"condition\": {\r\n \"reference\": \"urn:uuid:5ca5cb4f-d739-4d11-a242-94ac7941ae13\",\r\n \"display\": \"Tuberculosis complicating pregnancy, childbirth and the puerperium\"\r\n },\r\n \"use\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\r\n \"code\": \"DD\",\r\n \"display\": \"Discharge diagnosis\"\r\n }\r\n ]\r\n },\r\n \"rank\": 1\r\n },\r\n {\r\n \"condition\": {\r\n \"reference\": \"urn:uuid:8fe4e4e8-a44e-49df-9441-67e4f55c5cd7\",\r\n \"display\": \"Mild protein-calorie malnutrition\"\r\n },\r\n \"use\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\r\n \"code\": \"DD\",\r\n \"display\": \"Discharge diagnosis\"\r\n }\r\n ]\r\n },\r\n \"rank\": 2\r\n }\r\n ],\r\n \"statusHistory\": [\r\n {\r\n \"status\": \"arrived\",\r\n \"period\": {\r\n \"start\": \"2023-08-31T00:00:00+00:00\",\r\n \"end\": \"2023-08-31T01:00:00+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"in-progress\",\r\n \"period\": {\r\n \"start\": \"2023-08-31T01:00:00+00:00\",\r\n \"end\": \"2023-08-31T06:00:00+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"finished\",\r\n \"period\": {\r\n \"start\": \"2023-08-31T06:00:00+00:00\",\r\n \"end\": \"2023-08-31T06:00:00+00:00\"\r\n }\r\n }\r\n ],\r\n \"hospitalization\": {\r\n \"dischargeDisposition\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\r\n \"code\": \"home\",\r\n \"display\": \"Home\"\r\n }\r\n ],\r\n \"text\": \"Anjuran dokter untuk pulang dan kontrol kembali 1 bulan setelah minum obat\"\r\n }\r\n },\r\n \"serviceProvider\": {\r\n \"reference\": \"Organization/{{Org_id}}\"\r\n },\r\n \"episodeOfCare\": [\r\n {\r\n \"reference\": \"urn:uuid:a3a73b0b-2025-407b-9561-f7247fc346c8\"\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Encounter\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:5ca5cb4f-d739-4d11-a242-94ac7941ae13\",\r\n \"resource\": {\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"code\": \"encounter-diagnosis\",\r\n \"display\": \"Encounter Diagnosis\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"clinicalStatus\": {\r\n \"coding\": [\r\n {\r\n \"code\": \"active\",\r\n \"display\": \"Active\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\"\r\n }\r\n ]\r\n },\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"code\": \"O98.0\",\r\n \"display\": \"Tuberculosis complicating pregnancy, childbirth and the puerperium\",\r\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\r\n }\r\n ]\r\n },\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:6bc79961-fccd-4e47-9d42-7911e7d63b9a\"\r\n },\r\n \"meta\": {\r\n \"lastUpdated\": \"2023-11-09T10:16:59.093957+00:00\",\r\n \"versionId\": \"MTY5OTUyNTAxOTA5Mzk1NzAwMA\"\r\n },\r\n \"onsetDateTime\": \"2023-08-31T03:00:00+00:00\",\r\n \"recordedDate\": \"2023-08-31T03:00:00+00:00\",\r\n \"resourceType\": \"Condition\",\r\n \"subject\": {\r\n \"display\": \"Jane Smith\",\r\n \"reference\": \"Patient/100000030006\"\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Condition\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:8fe4e4e8-a44e-49df-9441-67e4f55c5cd7\",\r\n \"resource\": {\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"code\": \"encounter-diagnosis\",\r\n \"display\": \"Encounter Diagnosis\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"clinicalStatus\": {\r\n \"coding\": [\r\n {\r\n \"code\": \"active\",\r\n \"display\": \"Active\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\"\r\n }\r\n ]\r\n },\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"code\": \"E44.1\",\r\n \"display\": \"Mild protein-calorie malnutrition\",\r\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\r\n }\r\n ]\r\n },\r\n \"encounter\": {\r\n \"display\": \"Kunjungan Jane Smith di hari Kamis, 31 Agustus 2023\",\r\n \"reference\": \"urn:uuid:6bc79961-fccd-4e47-9d42-7911e7d63b9a\"\r\n },\r\n \"meta\": {\r\n \"lastUpdated\": \"2023-11-09T10:18:15.178757+00:00\",\r\n \"versionId\": \"MTY5OTUyNTA5NTE3ODc1NzAwMA\"\r\n },\r\n \"onsetDateTime\": \"2023-08-31T03:00:00+00:00\",\r\n \"recordedDate\": \"2023-08-31T03:00:00+00:00\",\r\n \"resourceType\": \"Condition\",\r\n \"subject\": {\r\n \"display\": \"Jane Smith\",\r\n \"reference\": \"Patient/100000030006\"\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Condition\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:8e9e5e3b-52a1-42a0-b39e-7cc67db3ad17\",\r\n \"resource\": {\r\n \"resourceType\": \"EpisodeOfCare\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/{{Org_id}}\",\r\n \"value\": \"EOC998801\"\r\n }\r\n ],\r\n \"status\": \"finished\",\r\n \"statusHistory\": [\r\n {\r\n \"status\": \"active\",\r\n \"period\": {\r\n \"start\": \"2023-08-31T00:00:00+00:00\",\r\n \"end\": \"2023-08-31T06:00:00+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"finished\",\r\n \"period\": {\r\n \"start\": \"2023-08-31T06:00:00+00:00\",\r\n \"end\": \"2023-08-31T06:00:00+00:00\"\r\n }\r\n }\r\n ],\r\n \"type\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\",\r\n \"code\": \"PNC\",\r\n \"display\": \"Postnatal Care\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"patient\": {\r\n \"reference\": \"Patient/100000030006\",\r\n \"display\": \"Jane Smith\"\r\n },\r\n \"managingOrganization\": {\r\n \"reference\": \"Organization/{{Org_id}}\"\r\n },\r\n \"period\": {\r\n \"start\": \"2023-08-31T00:00:00+00:00\",\r\n \"end\": \"2023-08-31T06:00:00+00:00\"\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"EpisodeOfCare\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:eabd55ba-4d03-4872-bdb4-00c3b9f0fd0b\",\r\n \"resource\": {\r\n \"resourceType\": \"Procedure\",\r\n \"status\": \"completed\",\r\n \"category\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"103693007\",\r\n \"display\": \"Diagnostic procedure\"\r\n }\r\n ],\r\n \"text\": \"Diagnostic procedure\"\r\n },\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\r\n \"code\": \"87.41\",\r\n \"display\": \"Computerized axial tomography of thorax\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/100000030006\",\r\n \"display\": \"Jane Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:6bc79961-fccd-4e47-9d42-7911e7d63b9a\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2023-08-31T12:31:00+00:00\",\r\n \"end\": \"2023-08-31T13:27:00+00:00\"\r\n },\r\n \"performer\": [\r\n {\r\n \"actor\": {\r\n \"reference\": \"Practitioner/N10000001\",\r\n \"display\": \"Dokter Bronsig\"\r\n }\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Procedure\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:0563571f-8174-4455-8179-f0293aeb53dd\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"survey\",\r\n \"display\": \"Survey\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"93857-1\",\r\n \"display\": \"Date and time of obstetric delivery\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/100000030006\",\r\n \"display\": \"Jane Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:6bc79961-fccd-4e47-9d42-7911e7d63b9a\"\r\n },\r\n \"effectiveDateTime\": \"2023-08-31T00:00:00+00:00\",\r\n \"issued\": \"2023-08-31T14:30:10+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/N10000001\"\r\n }\r\n ],\r\n \"valueDateTime\": \"2023-08-31T00:30:10+00:00\"\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:181ddb87-22ba-4e29-9cb8-4252e89f758c\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"vital-signs\",\r\n \"display\": \"Vital Signs\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"8480-6\",\r\n \"display\": \"Systolic blood pressure\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/100000030006\",\r\n \"display\": \"Jane Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:6bc79961-fccd-4e47-9d42-7911e7d63b9a\"\r\n },\r\n \"effectiveDateTime\": \"2023-08-31T01:00:00+00:00\",\r\n \"issued\": \"2023-08-31T01:00:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/N10000001\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"code\": \"mm[Hg]\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"unit\": \"mm[Hg]\",\r\n \"value\": 128\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:0494333d-f102-404b-8ca0-553a94030465\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"vital-signs\",\r\n \"display\": \"Vital Signs\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"8462-4\",\r\n \"display\": \"Diastolic blood pressure\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/100000030006\",\r\n \"display\": \"Jane Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:6bc79961-fccd-4e47-9d42-7911e7d63b9a\"\r\n },\r\n \"effectiveDateTime\": \"2023-08-31T01:00:00+00:00\",\r\n \"issued\": \"2023-08-31T01:00:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/N10000001\"\r\n }\r\n ],\r\n \"valueInteger\": 1\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n }\r\n ]\r\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}",
|
|
"host": [
|
|
"{{base_url}}"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Bundle Modul PNC",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\r\n \"resourceType\": \"Bundle\",\r\n \"type\": \"transaction\",\r\n \"entry\": [\r\n {\r\n \"fullUrl\": \"urn:uuid:6bc79961-fccd-4e47-9d42-7911e7d63b9a\",\r\n \"resource\": {\r\n \"resourceType\": \"Encounter\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/1000004\",\r\n \"value\": \"P20240007\"\r\n }\r\n ],\r\n \"status\": \"finished\",\r\n \"class\": {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\r\n \"code\": \"AMB\",\r\n \"display\": \"ambulatory\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/100000030006\",\r\n \"display\": \"Jane Smith\"\r\n },\r\n \"participant\": [\r\n {\r\n \"type\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\r\n \"code\": \"ATND\",\r\n \"display\": \"attender\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"individual\": {\r\n \"reference\": \"Practitioner/N10000001\",\r\n \"display\": \"Dokter Bronsig\"\r\n }\r\n }\r\n ],\r\n \"period\": {\r\n \"start\": \"2023-08-31T00:00:00+00:00\",\r\n \"end\": \"2023-08-31T01:00:00+00:00\"\r\n },\r\n \"location\": [\r\n {\r\n \"location\": {\r\n \"reference\": \"Location/c8965778-44b4-495f-9ef8-ee0d6d340943\",\r\n \"display\": \"Ruang Poli PNC, Departemen KIA, Lantai 2, Gedung Utama\"\r\n }\r\n }\r\n ],\r\n \"diagnosis\": [\r\n {\r\n \"condition\": {\r\n \"reference\": \"urn:uuid:5ca5cb4f-d739-4d11-a242-94ac7941ae13\",\r\n \"display\": \"Tuberculosis complicating pregnancy, childbirth and the puerperium\"\r\n },\r\n \"use\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\r\n \"code\": \"DD\",\r\n \"display\": \"Discharge diagnosis\"\r\n }\r\n ]\r\n },\r\n \"rank\": 1\r\n },\r\n {\r\n \"condition\": {\r\n \"reference\": \"urn:uuid:8fe4e4e8-a44e-49df-9441-67e4f55c5cd7\",\r\n \"display\": \"Mild protein-calorie malnutrition\"\r\n },\r\n \"use\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\r\n \"code\": \"DD\",\r\n \"display\": \"Discharge diagnosis\"\r\n }\r\n ]\r\n },\r\n \"rank\": 2\r\n }\r\n ],\r\n \"statusHistory\": [\r\n {\r\n \"status\": \"arrived\",\r\n \"period\": {\r\n \"start\": \"2023-08-31T00:00:00+00:00\",\r\n \"end\": \"2023-08-31T01:00:00+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"in-progress\",\r\n \"period\": {\r\n \"start\": \"2023-08-31T01:00:00+00:00\",\r\n \"end\": \"2023-08-31T06:00:00+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"finished\",\r\n \"period\": {\r\n \"start\": \"2023-08-31T06:00:00+00:00\",\r\n \"end\": \"2023-08-31T06:00:00+00:00\"\r\n }\r\n }\r\n ],\r\n \"hospitalization\": {\r\n \"dischargeDisposition\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/discharge-disposition\",\r\n \"code\": \"home\",\r\n \"display\": \"Home\"\r\n }\r\n ],\r\n \"text\": \"Anjuran dokter untuk pulang dan kontrol kembali 1 bulan setelah minum obat\"\r\n }\r\n },\r\n \"serviceProvider\": {\r\n \"reference\": \"Organization/{{Org_id}}\"\r\n },\r\n \"episodeOfCare\": [\r\n {\r\n \"reference\": \"urn:uuid:a3a73b0b-2025-407b-9561-f7247fc346c8\"\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Encounter\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:5ca5cb4f-d739-4d11-a242-94ac7941ae13\",\r\n \"resource\": {\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"code\": \"encounter-diagnosis\",\r\n \"display\": \"Encounter Diagnosis\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"clinicalStatus\": {\r\n \"coding\": [\r\n {\r\n \"code\": \"active\",\r\n \"display\": \"Active\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\"\r\n }\r\n ]\r\n },\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"code\": \"O98.0\",\r\n \"display\": \"Tuberculosis complicating pregnancy, childbirth and the puerperium\",\r\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\r\n }\r\n ]\r\n },\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:6bc79961-fccd-4e47-9d42-7911e7d63b9a\"\r\n },\r\n \"meta\": {\r\n \"lastUpdated\": \"2023-11-09T10:16:59.093957+00:00\",\r\n \"versionId\": \"MTY5OTUyNTAxOTA5Mzk1NzAwMA\"\r\n },\r\n \"onsetDateTime\": \"2023-08-31T03:00:00+00:00\",\r\n \"recordedDate\": \"2023-08-31T03:00:00+00:00\",\r\n \"resourceType\": \"Condition\",\r\n \"subject\": {\r\n \"display\": \"Jane Smith\",\r\n \"reference\": \"Patient/100000030006\"\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Condition\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:8fe4e4e8-a44e-49df-9441-67e4f55c5cd7\",\r\n \"resource\": {\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"code\": \"encounter-diagnosis\",\r\n \"display\": \"Encounter Diagnosis\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"clinicalStatus\": {\r\n \"coding\": [\r\n {\r\n \"code\": \"active\",\r\n \"display\": \"Active\",\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\"\r\n }\r\n ]\r\n },\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"code\": \"E44.1\",\r\n \"display\": \"Mild protein-calorie malnutrition\",\r\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\r\n }\r\n ]\r\n },\r\n \"encounter\": {\r\n \"display\": \"Kunjungan Jane Smith di hari Kamis, 31 Agustus 2023\",\r\n \"reference\": \"urn:uuid:6bc79961-fccd-4e47-9d42-7911e7d63b9a\"\r\n },\r\n \"meta\": {\r\n \"lastUpdated\": \"2023-11-09T10:18:15.178757+00:00\",\r\n \"versionId\": \"MTY5OTUyNTA5NTE3ODc1NzAwMA\"\r\n },\r\n \"onsetDateTime\": \"2023-08-31T03:00:00+00:00\",\r\n \"recordedDate\": \"2023-08-31T03:00:00+00:00\",\r\n \"resourceType\": \"Condition\",\r\n \"subject\": {\r\n \"display\": \"Jane Smith\",\r\n \"reference\": \"Patient/100000030006\"\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Condition\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:8e9e5e3b-52a1-42a0-b39e-7cc67db3ad17\",\r\n \"resource\": {\r\n \"resourceType\": \"EpisodeOfCare\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://sys-ids.kemkes.go.id/episode-of-care/{{Org_id}}\",\r\n \"value\": \"EOC998801\"\r\n }\r\n ],\r\n \"status\": \"finished\",\r\n \"statusHistory\": [\r\n {\r\n \"status\": \"active\",\r\n \"period\": {\r\n \"start\": \"2023-08-31T00:00:00+00:00\",\r\n \"end\": \"2023-08-31T06:00:00+00:00\"\r\n }\r\n },\r\n {\r\n \"status\": \"finished\",\r\n \"period\": {\r\n \"start\": \"2023-08-31T06:00:00+00:00\",\r\n \"end\": \"2023-08-31T06:00:00+00:00\"\r\n }\r\n }\r\n ],\r\n \"type\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type\",\r\n \"code\": \"PNC\",\r\n \"display\": \"Postnatal Care\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"patient\": {\r\n \"reference\": \"Patient/100000030006\",\r\n \"display\": \"Jane Smith\"\r\n },\r\n \"managingOrganization\": {\r\n \"reference\": \"Organization/{{Org_id}}\"\r\n },\r\n \"period\": {\r\n \"start\": \"2023-08-31T00:00:00+00:00\",\r\n \"end\": \"2023-08-31T06:00:00+00:00\"\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"EpisodeOfCare\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:eabd55ba-4d03-4872-bdb4-00c3b9f0fd0b\",\r\n \"resource\": {\r\n \"resourceType\": \"Procedure\",\r\n \"status\": \"completed\",\r\n \"category\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"103693007\",\r\n \"display\": \"Diagnostic procedure\"\r\n }\r\n ],\r\n \"text\": \"Diagnostic procedure\"\r\n },\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\r\n \"code\": \"87.41\",\r\n \"display\": \"Computerized axial tomography of thorax\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/100000030006\",\r\n \"display\": \"Jane Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:6bc79961-fccd-4e47-9d42-7911e7d63b9a\"\r\n },\r\n \"performedPeriod\": {\r\n \"start\": \"2023-08-31T12:31:00+00:00\",\r\n \"end\": \"2023-08-31T13:27:00+00:00\"\r\n },\r\n \"performer\": [\r\n {\r\n \"actor\": {\r\n \"reference\": \"Practitioner/N10000001\",\r\n \"display\": \"Dokter Bronsig\"\r\n }\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Procedure\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:0563571f-8174-4455-8179-f0293aeb53dd\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"survey\",\r\n \"display\": \"Survey\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"93857-1\",\r\n \"display\": \"Date and time of obstetric delivery\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/100000030006\",\r\n \"display\": \"Jane Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:6bc79961-fccd-4e47-9d42-7911e7d63b9a\"\r\n },\r\n \"effectiveDateTime\": \"2023-08-31T00:00:00+00:00\",\r\n \"issued\": \"2023-08-31T14:30:10+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/N10000001\"\r\n }\r\n ],\r\n \"valueDateTime\": \"2023-08-31T00:30:10+00:00\"\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:181ddb87-22ba-4e29-9cb8-4252e89f758c\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"vital-signs\",\r\n \"display\": \"Vital Signs\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"8480-6\",\r\n \"display\": \"Systolic blood pressure\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/100000030006\",\r\n \"display\": \"Jane Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:6bc79961-fccd-4e47-9d42-7911e7d63b9a\"\r\n },\r\n \"effectiveDateTime\": \"2023-08-31T01:00:00+00:00\",\r\n \"issued\": \"2023-08-31T01:00:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/N10000001\"\r\n }\r\n ],\r\n \"valueQuantity\": {\r\n \"code\": \"mm[Hg]\",\r\n \"system\": \"http://unitsofmeasure.org\",\r\n \"unit\": \"mm[Hg]\",\r\n \"value\": 128\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:0494333d-f102-404b-8ca0-553a94030465\",\r\n \"resource\": {\r\n \"resourceType\": \"Observation\",\r\n \"status\": \"final\",\r\n \"category\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\r\n \"code\": \"vital-signs\",\r\n \"display\": \"Vital Signs\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"8462-4\",\r\n \"display\": \"Diastolic blood pressure\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"Patient/100000030006\",\r\n \"display\": \"Jane Smith\"\r\n },\r\n \"encounter\": {\r\n \"reference\": \"urn:uuid:6bc79961-fccd-4e47-9d42-7911e7d63b9a\"\r\n },\r\n \"effectiveDateTime\": \"2023-08-31T01:00:00+00:00\",\r\n \"issued\": \"2023-08-31T01:00:00+00:00\",\r\n \"performer\": [\r\n {\r\n \"reference\": \"Practitioner/N10000001\"\r\n }\r\n ],\r\n \"valueInteger\": 1\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Observation\"\r\n }\r\n }\r\n ]\r\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}",
|
|
"host": [
|
|
"{{base_url}}"
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Fri, 10 Nov 2023 02:34:54 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "2967"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "f79ac2f8-0aa9-483f-9f8b-e06b7ebf58ba"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/\\\"MTY5OTU4MzY5NDA3MDA5NDAwMA\\\"\",\n \"lastModified\": \"2023-11-10T02:34:54.070094+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Encounter/a3a97e4e-82ce-4129-90dc-87ae472a2694/_history/MTY5OTU4MzY5NDA3MDA5NDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Encounter\",\n \"resourceID\": \"a3a97e4e-82ce-4129-90dc-87ae472a2694\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTY5OTU4MzY5NDA3MDA5NDAwMA\\\"\",\n \"lastModified\": \"2023-11-10T02:34:54.070094+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/dc24311c-91bb-457a-9d4b-aefbd2f066c1/_history/MTY5OTU4MzY5NDA3MDA5NDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"dc24311c-91bb-457a-9d4b-aefbd2f066c1\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTY5OTU4MzY5NDA3MDA5NDAwMA\\\"\",\n \"lastModified\": \"2023-11-10T02:34:54.070094+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/396b2879-46c9-4bed-86bb-1732f5113f86/_history/MTY5OTU4MzY5NDA3MDA5NDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"396b2879-46c9-4bed-86bb-1732f5113f86\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTY5OTU4MzY5NDA3MDA5NDAwMA\\\"\",\n \"lastModified\": \"2023-11-10T02:34:54.070094+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/EpisodeOfCare/cf63cdf4-9b5a-472b-9e76-397eede2a6e7/_history/MTY5OTU4MzY5NDA3MDA5NDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"EpisodeOfCare\",\n \"resourceID\": \"cf63cdf4-9b5a-472b-9e76-397eede2a6e7\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTY5OTU4MzY5NDA3MDA5NDAwMA\\\"\",\n \"lastModified\": \"2023-11-10T02:34:54.070094+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/67089da8-7d05-4a21-a0a7-2e28226a7ed6/_history/MTY5OTU4MzY5NDA3MDA5NDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"67089da8-7d05-4a21-a0a7-2e28226a7ed6\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTY5OTU4MzY5NDA3MDA5NDAwMA\\\"\",\n \"lastModified\": \"2023-11-10T02:34:54.070094+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/0f6d6637-aa2a-494d-bd52-feaea0c43f0b/_history/MTY5OTU4MzY5NDA3MDA5NDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"0f6d6637-aa2a-494d-bd52-feaea0c43f0b\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTY5OTU4MzY5NDA3MDA5NDAwMA\\\"\",\n \"lastModified\": \"2023-11-10T02:34:54.070094+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/2348edea-b062-4685-8979-8aaf5be7b21b/_history/MTY5OTU4MzY5NDA3MDA5NDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"2348edea-b062-4685-8979-8aaf5be7b21b\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTY5OTU4MzY5NDA3MDA5NDAwMA\\\"\",\n \"lastModified\": \"2023-11-10T02:34:54.070094+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/871d2da0-3cb1-4edb-b00b-a31b7d5c3326/_history/MTY5OTU4MzY5NDA3MDA5NDAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"871d2da0-3cb1-4edb-b00b-a31b7d5c3326\"\n }\n }\n ],\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction-response\",\n \"total\": 8\n}"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"auth": {
|
|
"type": "bearer",
|
|
"bearer": [
|
|
{
|
|
"key": "token",
|
|
"value": "{{token}}",
|
|
"type": "string"
|
|
}
|
|
]
|
|
},
|
|
"event": [
|
|
{
|
|
"listen": "prerequest",
|
|
"script": {
|
|
"type": "text/javascript",
|
|
"exec": [
|
|
""
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"type": "text/javascript",
|
|
"exec": [
|
|
""
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "EpisodeOfCare_uuid",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "Encounter_uuid",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "2ed4f4f1-4725-4913-9915-91470b88cb0b",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "EpisodeOfCare_id",
|
|
"value": ""
|
|
}
|
|
]
|
|
} |