3147 lines
288 KiB
JSON
Executable File
3147 lines
288 KiB
JSON
Executable File
{
|
|
"info": {
|
|
"_postman_id": "0237cf38-b2bd-456f-939d-f839cbb28371",
|
|
"name": "18. Use Case - Imunisasi Covid 19",
|
|
"description": "For **complete repository for all SATUSEHAT use-cases** please access our public workspaces : [Postman Workspaces](https://s.id/PostmanSATUSEHAT)\n\nFor **detailed SATUSEHAT use-cases import link** please see : [Postman Public Kemkes Link](https://link.kemkes.go.id/PostmanSATUSEHAT)\n\nAny information about SATUSEHAT FHIR Profile could be accessed through [Simplifier FHIR Profile](https://simplifier.net/guide/SATUSEHAT-FHIR-R4-Implementation-Guide/Home/FHIRProfiles?version=current)\n\n| **Folder History** | **Editor** | **Date** |\n| --- | --- | --- |\n| Versi Pertama - API sesuai dengan Playbook Imunisasi COVID-19 V1.0 | Nindya Widita Ayuningtyas <br> <br>[Anisatul Afifah](https://mailto:[email protected]) <br> <br>[Thomas Chaidir](https://mailto:[email protected]) | 29-07-2024 |",
|
|
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
|
|
"_exporter_id": "20686328",
|
|
"_collection_link": "https://www.postman.com/satusehat/satusehat-public/collection/kss1x1b/18-use-case-imunisasi-covid-19?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 - Direktorat Medik, Perawatan, dan Penunjang",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Organization\",\n \"active\": true,\n \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"http://sys-ids.kemkes.go.id/organization/{{Org_id}}\",\n \"value\": \"123456789\"\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\": \"Direktorat Medik, Perawatan, dan Penunjang\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"work\"\n }\n ],\n \"partOf\": {\n \"reference\": \"Organization/{{Org_id}}\",\n \"display\": \"Puskesmas SATUSEHAT\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Organization",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Organization"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Organization - Direktorat Medik, Perawatan, dan Penunjang",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Organization\",\n \"active\": true,\n \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"http://sys-ids.kemkes.go.id/organization/{{Org_id}}\",\n \"value\": \"123456789\"\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\": \"Direktorat Medik, Perawatan, dan Penunjang\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"work\"\n }\n ],\n \"partOf\": {\n \"reference\": \"Organization/{{Org_id}}\",\n \"display\": \"Puskesmas SATUSEHAT\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Organization",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Organization"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Wed, 03 Jan 2024 11:00:51 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDI3OTY1MTcyNTM2NDAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Organization/a52b1749-7d55-4729-968a-9ce7c147e51f/_history/MTcwNDI3OTY1MTcyNTM2NDAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Wed, 03 Jan 2024 11:00:51 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1259"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "060fad47-1acc-4d4b-8d6c-26e6cceaff7f"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"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\": \"work\"\n }\n ],\n \"id\": \"a52b1749-7d55-4729-968a-9ce7c147e51f\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000004\",\n \"use\": \"official\",\n \"value\": \"123456789\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-01-03T11:00:51.725364+00:00\",\n \"versionId\": \"MTcwNDI3OTY1MTcyNTM2NDAwMA\"\n },\n \"name\": \"Direktorat Medik, Perawatan, dan Penunjang\",\n \"partOf\": {\n \"display\": \"Puskesmas SATUSEHAT\",\n \"reference\": \"Organization/10000004\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Organization - Layanan Vaksinasi COVID-19",
|
|
"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\": \"123456790\"\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 ANC\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"work\"\n }\n ],\n \"partOf\": {\n \"reference\": \"Organization/{{Org_id}}\",\n \"display\": \"Direktorat Medik, Perawatan, dan Penunjang\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Organization",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Organization"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Organization - Layanan Vaksinasi COVID-19",
|
|
"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\": \"123456790\"\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 ANC\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"line\": [\n \"Gd. Prof. Dr. Sujudi Lt.5, Jl. H.R. Rasuna Said Blok X5 Kav. 4-9 Kuningan\"\n ],\n \"postalCode\": \"12950\",\n \"use\": \"work\"\n }\n ],\n \"partOf\": {\n \"reference\": \"Organization/{{Org_id}}\",\n \"display\": \"Direktorat Medik, Perawatan, dan Penunjang\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Organization",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Organization"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Organization/fead9dd5-46c0-4d6d-909f-cda273d5366c/_history/MTcwNDI3OTY3MDM1OTQ2NDAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Wed, 03 Jan 2024 11:01:10 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNDI3OTY3MDM1OTQ2NDAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Wed, 03 Jan 2024 11:01:10 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1282"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "175346e7-a5ae-4ec8-9ef4-5712af686068"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"active\": true,\n \"address\": [\n {\n \"city\": \"Jakarta\",\n \"country\": \"ID\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"url\": \"province\",\n \"valueCode\": \"10\"\n },\n {\n \"url\": \"city\",\n \"valueCode\": \"1010\"\n },\n {\n \"url\": \"district\",\n \"valueCode\": \"1010101\"\n },\n {\n \"url\": \"village\",\n \"valueCode\": \"1010101101\"\n }\n ],\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/administrativeCode\"\n }\n ],\n \"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\": \"work\"\n }\n ],\n \"id\": \"fead9dd5-46c0-4d6d-909f-cda273d5366c\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/organization/10000004\",\n \"use\": \"official\",\n \"value\": \"123456790\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-01-03T11:01:10.359464+00:00\",\n \"versionId\": \"MTcwNDI3OTY3MDM1OTQ2NDAwMA\"\n },\n \"name\": \"Konsultasi ANC\",\n \"partOf\": {\n \"display\": \"Direktorat Medik, Perawatan, dan Penunjang\",\n \"reference\": \"Organization/14ebf626-3280-43a6-9325-f0a27511e8be\"\n },\n \"resourceType\": \"Organization\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"type\": [\n {\n \"coding\": [\n {\n \"code\": \"team\",\n \"display\": \"Organizational team\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/organization-type\"\n }\n ]\n }\n ]\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Location - Poli Vaksinasi COVID-19",
|
|
"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\": \"123456789\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Poli Vaksinasi COVID-19\",\n \"description\": \"Poli Vaksinasi COVID-19\",\n \"mode\": \"instance\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"physicalType\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/location-physical-type\",\n \"code\": \"ro\",\n \"display\": \"Room\"\n }\n ]\n },\n \"position\": {\n \"longitude\": -6.23115426275766,\n \"latitude\": 106.83239885393944,\n \"altitude\": 0\n },\n \"managingOrganization\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Location",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Location"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Location - Poli Vaksinasi COVID-19",
|
|
"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\": \"123456789\"\n }\n ],\n \"status\": \"active\",\n \"name\": \"Poli Vaksinasi COVID-19\",\n \"description\": \"Poli Vaksinasi COVID-19\",\n \"mode\": \"instance\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ],\n \"physicalType\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/location-physical-type\",\n \"code\": \"ro\",\n \"display\": \"Room\"\n }\n ]\n },\n \"position\": {\n \"longitude\": -6.23115426275766,\n \"latitude\": 106.83239885393944,\n \"altitude\": 0\n },\n \"managingOrganization\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Location",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Location"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNTM4ODIxMTAxMjE5NDAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Tue, 16 Jan 2024 06:56:51 UTC"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Location/c0ab44ba-1979-43e5-846c-905814c62962/_history/MTcwNTM4ODIxMTAxMjE5NDAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Tue, 16 Jan 2024 06:56:51 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "942"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "84ed147f-ca8d-47b7-a184-f5e3d5e7a3a2"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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\": \"Poli Vaksinasi COVID-19\",\n \"id\": \"c0ab44ba-1979-43e5-846c-905814c62962\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/location/10000004\",\n \"value\": \"123456789\"\n }\n ],\n \"managingOrganization\": {\n \"reference\": \"Organization/fead9dd5-46c0-4d6d-909f-cda273d5366c\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-01-16T06:56:51.012194+00:00\",\n \"versionId\": \"MTcwNTM4ODIxMTAxMjE5NDAwMA\"\n },\n \"mode\": \"instance\",\n \"name\": \"Poli Vaksinasi COVID-19\",\n \"physicalType\": {\n \"coding\": [\n {\n \"code\": \"ro\",\n \"display\": \"Room\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/location-physical-type\"\n }\n ]\n },\n \"position\": {\n \"altitude\": 0,\n \"latitude\": 106.83239885393944,\n \"longitude\": -6.23115426275766\n },\n \"resourceType\": \"Location\",\n \"status\": \"active\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"work\",\n \"value\": \"+621500567\"\n },\n {\n \"system\": \"email\",\n \"use\": \"work\",\n \"value\": \"[email protected]\"\n },\n {\n \"system\": \"url\",\n \"use\": \"work\",\n \"value\": \"dto.kemkes.go.id\"\n }\n ]\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
],
|
|
"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"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "{{base_url}}/Patient/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Patient",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "100000030006"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Wed, 23 Nov 2022 02:55:12 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTY2OTE3MjExMjcxMjgxODAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/fhir+json;charset=utf-8"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Mon, 13 Feb 2023 08:14:39 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "2458"
|
|
},
|
|
{
|
|
"key": "x-xss-protection",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"key": "x-frame-options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "x-content-type-options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "414f6a3b-fcc1-43bf-976d-e4f0cd8ff2e1"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"active\": true,\n \"communication\": [\n {\n \"language\": {\n \"coding\": [\n {\n \"code\": \"id-ID\",\n \"display\": \"Indonesian\",\n \"system\": \"urn:ietf:bcp:47\"\n }\n ],\n \"text\": \"Indonesian\"\n },\n \"preferred\": true\n }\n ],\n \"contact\": [\n {\n \"name\": {\n \"text\": \"Jane Smith\",\n \"use\": \"official\"\n },\n \"relationship\": [\n {\n \"coding\": [\n {\n \"code\": \"C\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0131\"\n }\n ]\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"use\": \"mobile\",\n \"value\": \"0690383372\"\n }\n ]\n }\n ],\n \"deceasedBoolean\": false,\n \"extension\": [\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/birthPlace\",\n \"valueAddress\": {\n \"city\": \"Bandung\",\n \"country\": \"ID\"\n }\n },\n {\n \"url\": \"https://fhir.kemkes.go.id/r4/StructureDefinition/citizenshipStatus\",\n \"valueCode\": \"I\"\n }\n ],\n \"id\": \"100000030006\",\n \"identifier\": [\n {\n \"use\": \"official\",\n \"value\": \"1000000\"\n },\n {\n \"use\": \"official\",\n \"value\": \"367400001111222\"\n },\n {\n \"use\": \"official\",\n \"value\": \"367400001111388\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/paspor\",\n \"use\": \"official\",\n \"value\": \"A01111222\"\n },\n {\n \"system\": \"https://fhir.kemkes.go.id/id/kk\",\n \"value\": \"367400001111111\"\n }\n ],\n \"maritalStatus\": {\n \"coding\": [\n {\n \"code\": \"M\",\n \"display\": \"Married\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus\"\n }\n ],\n \"text\": \"Married\"\n },\n \"meta\": {\n \"lastUpdated\": \"2022-11-23T02:55:12.712818+00:00\",\n \"profile\": [\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient\",\n \"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient|4.0.1\"\n ],\n \"versionId\": \"MTY2OTE3MjExMjcxMjgxODAwMA\"\n },\n \"multipleBirthBoolean\": false,\n \"name\": [\n {\n \"text\": \"John Smith\",\n \"use\": \"official\"\n }\n ],\n \"resourceType\": \"Patient\",\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"08123456789\"\n },\n {\n \"system\": \"phone\",\n \"use\": \"home\",\n \"value\": \"\"\n },\n {\n \"system\": \"email\",\n \"use\": \"home\",\n \"value\": \"john.smith.A\"\n }\n ]\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Patient - 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"
|
|
}
|
|
],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Practitioner/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Practitioner",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "N10000001"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Practitioner - By ID",
|
|
"originalRequest": {
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "application/json"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "{{base_url}}/Practitioner/:id",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Practitioner",
|
|
":id"
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "id",
|
|
"value": "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 Rawat Jalan",
|
|
"item": [
|
|
{
|
|
"name": "Pembuatan Kunjungan Baru",
|
|
"item": [
|
|
{
|
|
"name": "Encounter - Kunjungan Baru",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Encounter\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"arrived\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Budi Santoso\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-08-17T19:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"Poli Vaksinasi COVID-19\"\n }\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-08-08T19: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\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"arrived\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Budi Santoso\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-08-17T19:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"Poli Vaksinasi COVID-19\"\n }\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-08-08T19: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": "etag",
|
|
"value": "W/\"MTcwNTM4ODMwNzQzNzc3NjAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Tue, 16 Jan 2024 06:58:27 UTC"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Encounter/02bc44c5-5a53-48d0-9ed0-cf910355c20e/_history/MTcwNTM4ODMwNzQzNzc3NjAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Tue, 16 Jan 2024 06:58:27 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1070"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "29fcaefe-9168-42a6-af11-a9eda1fb408d"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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\": \"02bc44c5-5a53-48d0-9ed0-cf910355c20e\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000004\",\n \"value\": \"P20240002\"\n }\n ],\n \"location\": [\n {\n \"location\": {\n \"display\": \"Poli Vaksinasi COVID-19\",\n \"reference\": \"Location/c0ab44ba-1979-43e5-846c-905814c62962\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-01-16T06:58:27.437776+00:00\",\n \"versionId\": \"MTcwNTM4ODMwNzQzNzc3NjAwMA\"\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-17T19: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-08T19:00:00+00:00\"\n },\n \"status\": \"arrived\"\n }\n ],\n \"subject\": {\n \"display\": \"Budi Santoso\",\n \"reference\": \"Patient/100000030009\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Masuk ke ruang pemeriksaan",
|
|
"item": [
|
|
{
|
|
"name": "Encounter - Masuk ruang",
|
|
"request": {
|
|
"method": "PUT",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"in-progress\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Budi Santoso\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-08-17T19:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"Poli Vaksinasi COVID-19\"\n }\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-08-17T19:00:00+00:00\",\n \"end\": \"2023-08-17T20:00:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-08-17T20: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": "{{Encounter_id}}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Encounter - Masuk ruang",
|
|
"originalRequest": {
|
|
"method": "PUT",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"02bc44c5-5a53-48d0-9ed0-cf910355c20e\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"{{Registration_ID}}\"\n }\n ],\n \"status\": \"in-progress\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Budi Santoso\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-08-17T19:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"Poli Vaksinasi COVID-19\"\n }\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-08-17T19:00:00+00:00\",\n \"end\": \"2023-08-17T20:00:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-08-17T20: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": "{{Encounter_id}}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Tue, 27 Feb 2024 04:59:57 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwOTAwOTk5NzAyNTA2MTAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/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/02bc44c5-5a53-48d0-9ed0-cf910355c20e/_history/MTcwOTAwOTk5NzAyNTA2MTAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Tue, 27 Feb 2024 04:59:57 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "5780"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "40b5ea58-08d0-432e-a49d-8c210dac3861"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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\": \"02bc44c5-5a53-48d0-9ed0-cf910355c20e\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000004\",\n \"value\": \"P20240002\"\n }\n ],\n \"location\": [\n {\n \"location\": {\n \"display\": \"Poli Vaksinasi COVID-19\",\n \"reference\": \"Location/c0ab44ba-1979-43e5-846c-905814c62962\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-02-27T04:59:57.025061+00:00\",\n \"versionId\": \"MTcwOTAwOTk5NzAyNTA2MTAwMA\"\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-17T19: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-17T20:00:00+00:00\",\n \"start\": \"2023-08-17T19:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"start\": \"2023-08-17T20:00:00+00:00\"\n },\n \"status\": \"in-progress\"\n }\n ],\n \"subject\": {\n \"display\": \"Budi Santoso\",\n \"reference\": \"Patient/100000030009\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "03. Penentuan Sasaran",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Kategori Sasaran",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://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\": \"OC000133\",\n \"display\": \"Kategori Sasaran Imunisasi COVID-19\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-07-07T17:30:00+00:00\",\n \"issued\": \"2023-07-07T17:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000293\",\n \"display\": \"Lanjut Usia > 60 dengan komorbid\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Kategori Sasaran",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://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\": \"OC000133\",\n \"display\": \"Kategori Sasaran Imunisasi COVID-19\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-07-07T17:30:00+00:00\",\n \"issued\": \"2023-07-07T17:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OV000293\",\n \"display\": \"Lanjut Usia > 60 dengan komorbid\"\n }\n ]\n }\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/\"MTcwNjY5NTU4NzYyODU3MjAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/816af302-6ec8-4ddd-af9d-d25bb77c2285/_history/MTcwNjY5NTU4NzYyODU3MjAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Wed, 31 Jan 2024 10:06:27 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Wed, 31 Jan 2024 10:06:27 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "962"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "7cd6f119-bcbb-4847-bb5e-c7550b067f79"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"OC000133\",\n \"display\": \"Kategori Sasaran Imunisasi COVID-19\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-07-07T17:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/02bc44c5-5a53-48d0-9ed0-cf910355c20e\"\n },\n \"id\": \"816af302-6ec8-4ddd-af9d-d25bb77c2285\",\n \"identifier\": [],\n \"issued\": \"2023-07-07T17:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-31T10:06:27.628572+00:00\",\n \"versionId\": \"MTcwNjY5NTU4NzYyODU3MjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n },\n {\n \"reference\": \"Organization/10000004\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030009\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"OV000293\",\n \"display\": \"Lanjut Usia > 60 dengan komorbid\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "04. Skrining",
|
|
"item": [
|
|
{
|
|
"name": "Observation - Suhu",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"8310-5\",\n \"display\": \"Body temperature\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-07-18T10:00:00+07:00\",\n \"issued\": \"2023-07-18T10:00:00+07:00\",\n \"valueQuantity\": {\n \"value\": 36.5,\n \"unit\": \"C\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"Cel\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation - Suhu",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"8310-5\",\n \"display\": \"Body temperature\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-07-18T10:00:00+07:00\",\n \"issued\": \"2023-07-18T10:00:00+07:00\",\n \"valueQuantity\": {\n \"value\": 36.5,\n \"unit\": \"C\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"Cel\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Tue, 30 Jan 2024 08:27:45 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/50b5d7db-e4e1-4e67-956d-b3237cbe77b9/_history/MTcwNjYwMzI2NTEzOTg1MjAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNjYwMzI2NTEzOTg1MjAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Tue, 30 Jan 2024 08:27:45 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "863"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "0ceb0160-7760-444e-ac0f-7ce589d62442"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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-07-18T10:00:00+07:00\",\n \"encounter\": {\n \"reference\": \"Encounter/02bc44c5-5a53-48d0-9ed0-cf910355c20e\"\n },\n \"id\": \"50b5d7db-e4e1-4e67-956d-b3237cbe77b9\",\n \"identifier\": [],\n \"issued\": \"2023-07-18T10:00:00+07:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-30T08:27:45.139852+00:00\",\n \"versionId\": \"MTcwNjYwMzI2NTEzOTg1MjAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030009\"\n },\n \"valueQuantity\": {\n \"code\": \"Cel\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"C\",\n \"value\": 36.5\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Tekanan Darah 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/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-07-18T10:00:00+07:00\",\n \"issued\": \"2023-07-18T10:00:00+07:00\",\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 - Tekanan Darah 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/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-07-18T10:00:00+07:00\",\n \"issued\": \"2023-07-18T10:00:00+07:00\",\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": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/a902fd97-af05-4ba6-aa7e-fc4020e1c073/_history/MTcwNjYwMzM3MzQ0MTM5NzAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Tue, 30 Jan 2024 08:29:33 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNjYwMzM3MzQ0MTM5NzAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Tue, 30 Jan 2024 08:29:33 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "877"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "222c82b6-5ef4-45c9-a12a-4f84c95eae2a"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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-07-18T10:00:00+07:00\",\n \"encounter\": {\n \"reference\": \"Encounter/02bc44c5-5a53-48d0-9ed0-cf910355c20e\"\n },\n \"id\": \"a902fd97-af05-4ba6-aa7e-fc4020e1c073\",\n \"identifier\": [],\n \"issued\": \"2023-07-18T10:00:00+07:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-30T08:29:33.441397+00:00\",\n \"versionId\": \"MTcwNjYwMzM3MzQ0MTM5NzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030009\"\n },\n \"valueQuantity\": {\n \"code\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 128\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation - Tekanan Darah 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/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-07-18T10:00:00+07:00\",\n \"issued\": \"2023-07-18T10:00:00+07:00\",\n \"valueQuantity\": {\n \"value\": 78,\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 - Tekanan Darah 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/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-07-18T10:00:00+07:00\",\n \"issued\": \"2023-07-18T10:00:00+07:00\",\n \"valueQuantity\": {\n \"value\": 78,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Observation/dd0d4793-c25d-4a11-9f35-f6dc4bbd1cb3/_history/MTcwNjYwMzQ0NjU2NTgzNzAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNjYwMzQ0NjU2NTgzNzAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Tue, 30 Jan 2024 08:30:46 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Tue, 30 Jan 2024 08:30:46 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "877"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "947950ac-9f08-4446-8a85-b11473aa7c7b"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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-07-18T10:00:00+07:00\",\n \"encounter\": {\n \"reference\": \"Encounter/02bc44c5-5a53-48d0-9ed0-cf910355c20e\"\n },\n \"id\": \"dd0d4793-c25d-4a11-9f35-f6dc4bbd1cb3\",\n \"identifier\": [],\n \"issued\": \"2023-07-18T10:00:00+07:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-30T08:30:46.565837+00:00\",\n \"versionId\": \"MTcwNjYwMzQ0NjU2NTgzNzAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030009\"\n },\n \"valueQuantity\": {\n \"code\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mm[Hg]\",\n \"value\": 78\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "05. Hasil Pelayanan Imunisasi",
|
|
"item": [
|
|
{
|
|
"name": "Imunisasi dilakukan oleh Nakes",
|
|
"item": [
|
|
{
|
|
"name": "Immunization : Imunisasi dilakukan oleh Nakes",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Immunization\",\n \"status\": \"completed\",\n \"vaccineCode\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93004035\",\n \"display\": \"Vaksin COVID-19 Recombinant Adenovirus (CHADOX1), 5x10^10 VP/0.5 mL (ASTRAZENECA, 10)\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"VG213\",\n \"display\": \"COVID-19\"\n },\n {\n \"system\": \"http://hl7.org/fhir/sid/cvx\",\n \"code\": \"210\",\n \"display\": \"COVID-19 vaccine, vector-nr, rS-ChAdOx1, PF, 0.5 mL\"\n }\n ]\n },\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Budi Santoso\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"occurrenceDateTime\": \"2023-07-07T18:30:00+00:00\",\n \"recorded\": \"2023-07-07T18:30:00+00:00\",\n \"expirationDate\": \"2025-08-17\",\n \"primarySource\": true,\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"Poli Vaksinasi COVID-19\"\n },\n \"lotNumber\": \"202009007\",\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 1,\n \"unit\": \"mL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"ml\"\n },\n \"performer\": [\n {\n \"function\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0443\",\n \"code\": \"AP\",\n \"display\": \"Administering Provider\"\n }\n ]\n },\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n },\n {\n \"actor\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-reason\",\n \"code\": \"IM-Khusus\",\n \"display\": \"Imunisasi Program Khusus\"\n }\n ]\n }\n ],\n \"protocolApplied\": [\n {\n \"doseNumberPositiveInt\": 1\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Immunization",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Immunization"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Immunization : Imunisasi dilakukan oleh Nakes",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Immunization\",\n \"status\": \"completed\",\n \"vaccineCode\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93004035\",\n \"display\": \"Vaksin COVID-19 Recombinant Adenovirus (CHADOX1), 5x10^10 VP/0.5 mL (ASTRAZENECA, 10)\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"VG213\",\n \"display\": \"COVID-19\"\n },\n {\n \"system\": \"http://hl7.org/fhir/sid/cvx\",\n \"code\": \"210\",\n \"display\": \"COVID-19 vaccine, vector-nr, rS-ChAdOx1, PF, 0.5 mL\"\n }\n ]\n },\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Budi Santoso\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"occurrenceDateTime\": \"2023-07-07T18:30:00+00:00\",\n \"recorded\": \"2023-07-07T18:30:00+00:00\",\n \"expirationDate\": \"2025-08-17\",\n \"primarySource\": true,\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"Poli Vaksinasi COVID-19\"\n },\n \"lotNumber\": \"202009007\",\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 1,\n \"unit\": \"mL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"ml\"\n },\n \"performer\": [\n {\n \"function\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0443\",\n \"code\": \"AP\",\n \"display\": \"Administering Provider\"\n }\n ]\n },\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n },\n {\n \"actor\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-reason\",\n \"code\": \"IM-Khusus\",\n \"display\": \"Imunisasi Program Khusus\"\n }\n ]\n }\n ],\n \"protocolApplied\": [\n {\n \"doseNumberPositiveInt\": 1\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Immunization",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Immunization"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Thu, 15 Feb 2024 04:33:38 UTC"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Immunization/d7854d3b-4b66-40bb-807b-faab9f54c6d7/_history/MTcwNzk3MTYxODU2Mzk0NDAwMA"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNzk3MTYxODU2Mzk0NDAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Thu, 15 Feb 2024 04:33:38 GMT"
|
|
},
|
|
{
|
|
"key": "Content-Length",
|
|
"value": "1805"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "6e723b26-5591-49a0-8fde-188c02ad4ca5"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"doseQuantity\": {\n \"code\": \"ml\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mL\",\n \"value\": 1\n },\n \"encounter\": {\n \"reference\": \"Encounter/02bc44c5-5a53-48d0-9ed0-cf910355c20e\"\n },\n \"expirationDate\": \"2025-08-17\",\n \"id\": \"d7854d3b-4b66-40bb-807b-faab9f54c6d7\",\n \"identifier\": [],\n \"location\": {\n \"display\": \"Poli Vaksinasi COVID-19\",\n \"reference\": \"Location/c0ab44ba-1979-43e5-846c-905814c62962\"\n },\n \"lotNumber\": \"202009007\",\n \"meta\": {\n \"lastUpdated\": \"2024-02-15T04:33:38.563944+00:00\",\n \"versionId\": \"MTcwNzk3MTYxODU2Mzk0NDAwMA\"\n },\n \"occurrenceDateTime\": \"2023-07-07T18:30:00+00:00\",\n \"patient\": {\n \"display\": \"Budi Santoso\",\n \"reference\": \"Patient/100000030009\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000001\"\n },\n \"function\": {\n \"coding\": [\n {\n \"code\": \"AP\",\n \"display\": \"Administering Provider\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0443\"\n }\n ]\n }\n },\n {\n \"actor\": {\n \"reference\": \"Organization/10000001\"\n },\n \"function\": {\n \"coding\": [\n {\n \"code\": \"AP\",\n \"display\": \"Administering Provider\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0443\"\n }\n ]\n }\n }\n ],\n \"primarySource\": true,\n \"protocolApplied\": [\n {\n \"doseNumberPositiveInt\": 1\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"IM-Khusus\",\n \"display\": \"Imunisasi Program Khusus\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-reason\"\n }\n ]\n }\n ],\n \"recorded\": \"2023-07-07T18:30:00+00:00\",\n \"resourceType\": \"Immunization\",\n \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"status\": \"completed\",\n \"vaccineCode\": {\n \"coding\": [\n {\n \"code\": \"93004035\",\n \"display\": \"Vaksin COVID-19 Recombinant Adenovirus (CHADOX1), 5x10^10 VP/0.5 mL (ASTRAZENECA, 10)\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n },\n {\n \"code\": \"VG213\",\n \"display\": \"COVID-19\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n },\n {\n \"code\": \"210\",\n \"display\": \"COVID-19 vaccine, vector-nr, rS-ChAdOx1, PF, 0.5 mL\",\n \"system\": \"http://hl7.org/fhir/sid/cvx\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Imunisasi ditunda",
|
|
"item": [
|
|
{
|
|
"name": "Immunization : Imunisasi ditunda",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Immunization\",\n \"status\": \"not-done\",\n \"vaccineCode\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"VG213\",\n \"display\": \"COVID-19\"\n }\n ]\n },\n \"statusReason\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-statusReason\",\n \"code\": \"IS000001\",\n \"display\": \"Tunda\"\n }\n ]\n },\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Budi Santoso\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"occurrenceDateTime\": \"2023-07-07T18:00:00+00:00\",\n \"recorded\": \"2023-07-07T18:00:00+00:00\",\n \"primarySource\": true,\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"Poli Vaksinasi COVID-19\"\n },\n \"performer\": [\n {\n \"function\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0443\",\n \"code\": \"OP\",\n \"display\": \"Ordering Provider\"\n }\n ]\n },\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n },\n {\n \"actor\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-reason\",\n \"code\": \"IM-Khusus\",\n \"display\": \"Imunisasi Khusus\"\n }\n ]\n }\n ],\n \"protocolApplied\": [\n {\n \"doseNumberPositiveInt\": 1\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Immunization",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Immunization"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Immunization : Imunisasi ditunda",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Immunization\",\n \"status\": \"not-done\",\n \"vaccineCode\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"VG213\",\n \"display\": \"COVID-19\"\n }\n ]\n },\n \"statusReason\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-statusReason\",\n \"code\": \"IS000001\",\n \"display\": \"Tunda\"\n }\n ]\n },\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Budi Santoso\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"occurrenceDateTime\": \"2023-07-07T18:00:00+00:00\",\n \"recorded\": \"2023-07-07T18:00:00+00:00\",\n \"primarySource\": true,\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"Poli Vaksinasi COVID-19\"\n },\n \"performer\": [\n {\n \"function\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0443\",\n \"code\": \"OP\",\n \"display\": \"Ordering Provider\"\n }\n ]\n },\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n },\n {\n \"actor\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-reason\",\n \"code\": \"IM-Khusus\",\n \"display\": \"Imunisasi Khusus\"\n }\n ]\n }\n ],\n \"protocolApplied\": [\n {\n \"doseNumberPositiveInt\": 1\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Immunization",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Immunization"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Immunization/50e1b1fb-7f32-4458-8910-56e20f911b17/_history/MTcwOTAxMTQyNjA3MzcwNDAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Tue, 27 Feb 2024 05:23:46 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwOTAxMTQyNjA3MzcwNDAwMA\""
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Tue, 27 Feb 2024 05:23:46 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "6436"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "89552df4-c287-472e-a0a9-41e325fc1ae4"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"encounter\": {\n \"reference\": \"Encounter/02bc44c5-5a53-48d0-9ed0-cf910355c20e\"\n },\n \"id\": \"50e1b1fb-7f32-4458-8910-56e20f911b17\",\n \"identifier\": [],\n \"location\": {\n \"display\": \"Poli Vaksinasi COVID-19\",\n \"reference\": \"Location/c0ab44ba-1979-43e5-846c-905814c62962\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-02-27T05:23:46.073704+00:00\",\n \"versionId\": \"MTcwOTAxMTQyNjA3MzcwNDAwMA\"\n },\n \"occurrenceDateTime\": \"2023-07-07T18:00:00+00:00\",\n \"patient\": {\n \"display\": \"Budi Santoso\",\n \"reference\": \"Patient/100000030009\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000001\"\n },\n \"function\": {\n \"coding\": [\n {\n \"code\": \"OP\",\n \"display\": \"Ordering Provider\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0443\"\n }\n ]\n }\n },\n {\n \"actor\": {\n \"reference\": \"Organization/10000004\"\n }\n }\n ],\n \"primarySource\": true,\n \"protocolApplied\": [\n {\n \"doseNumberPositiveInt\": 1\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"IM-Khusus\",\n \"display\": \"Imunisasi Khusus\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-reason\"\n }\n ]\n }\n ],\n \"recorded\": \"2023-07-07T18:00:00+00:00\",\n \"resourceType\": \"Immunization\",\n \"status\": \"not-done\",\n \"statusReason\": {\n \"coding\": [\n {\n \"code\": \"IS000001\",\n \"display\": \"Tunda\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-statusReason\"\n }\n ]\n },\n \"vaccineCode\": {\n \"coding\": [\n {\n \"code\": \"VG213\",\n \"display\": \"COVID-19\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Imunisasi tidak diberikan",
|
|
"item": [
|
|
{
|
|
"name": "Immunization : Imunisasi tidak diberikan",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Immunization\",\n \"status\": \"not-done\",\n \"vaccineCode\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"VG213\",\n \"display\": \"COVID-19\"\n }\n ]\n },\n \"statusReason\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-statusReason\",\n \"code\": \"IS000002\",\n \"display\": \"Tidak Diberikan\"\n }\n ]\n },\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Budi Santoso\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"occurrenceDateTime\": \"2023-07-07T19:00:00+00:00\",\n \"recorded\": \"2023-07-07T19:00:00+00:00\",\n \"primarySource\": true,\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"Poli Vaksinasi COVID-19\"\n },\n \"performer\": [\n {\n \"function\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0443\",\n \"code\": \"OP\",\n \"display\": \"Ordering Provider\"\n }\n ]\n },\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n },\n {\n \"actor\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-reason\",\n \"code\": \"IM-Khusus\",\n \"display\": \"Imunisasi Program Khusus\"\n }\n ]\n }\n ],\n \"protocolApplied\": [\n {\n \"doseNumberPositiveInt\": 1\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Immunization",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Immunization"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Immunization : Imunisasi tidak diberikan",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Immunization\",\n \"status\": \"not-done\",\n \"vaccineCode\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"VG213\",\n \"display\": \"COVID-19\"\n }\n ]\n },\n \"statusReason\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-statusReason\",\n \"code\": \"IS000002\",\n \"display\": \"Tidak Diberikan\"\n }\n ]\n },\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Budi Santoso\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"occurrenceDateTime\": \"2023-07-07T19:00:00+00:00\",\n \"recorded\": \"2023-07-07T19:00:00+00:00\",\n \"primarySource\": true,\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"Poli Vaksinasi COVID-19\"\n },\n \"performer\": [\n {\n \"function\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0443\",\n \"code\": \"OP\",\n \"display\": \"Ordering Provider\"\n }\n ]\n },\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n },\n {\n \"actor\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-reason\",\n \"code\": \"IM-Khusus\",\n \"display\": \"Imunisasi Program Khusus\"\n }\n ]\n }\n ],\n \"protocolApplied\": [\n {\n \"doseNumberPositiveInt\": 1\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Immunization",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Immunization"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Immunization/89e4927b-8bc3-4c1f-8769-6103c1768de7/_history/MTcwOTAxMTY1MzQ5NzExODAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Tue, 27 Feb 2024 05:27:33 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwOTAxMTY1MzQ5NzExODAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Tue, 27 Feb 2024 05:27:33 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "6500"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "7e79c8ce-1ea8-42df-a02b-ac7be8601c02"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"encounter\": {\n \"reference\": \"Encounter/02bc44c5-5a53-48d0-9ed0-cf910355c20e\"\n },\n \"id\": \"89e4927b-8bc3-4c1f-8769-6103c1768de7\",\n \"identifier\": [],\n \"location\": {\n \"display\": \"Poli Vaksinasi COVID-19\",\n \"reference\": \"Location/c0ab44ba-1979-43e5-846c-905814c62962\"\n },\n \"meta\": {\n \"lastUpdated\": \"2024-02-27T05:27:33.497118+00:00\",\n \"versionId\": \"MTcwOTAxMTY1MzQ5NzExODAwMA\"\n },\n \"occurrenceDateTime\": \"2023-07-07T19:00:00+00:00\",\n \"patient\": {\n \"display\": \"Budi Santoso\",\n \"reference\": \"Patient/100000030009\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000001\"\n },\n \"function\": {\n \"coding\": [\n {\n \"code\": \"OP\",\n \"display\": \"Ordering Provider\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0443\"\n }\n ]\n }\n },\n {\n \"actor\": {\n \"reference\": \"Organization/10000004\"\n }\n }\n ],\n \"primarySource\": true,\n \"protocolApplied\": [\n {\n \"doseNumberPositiveInt\": 1\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"IM-Khusus\",\n \"display\": \"Imunisasi Program Khusus\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-reason\"\n }\n ]\n }\n ],\n \"recorded\": \"2023-07-07T19:00:00+00:00\",\n \"resourceType\": \"Immunization\",\n \"status\": \"not-done\",\n \"statusReason\": {\n \"coding\": [\n {\n \"code\": \"IS000002\",\n \"display\": \"Tidak Diberikan\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-statusReason\"\n }\n ]\n },\n \"vaccineCode\": {\n \"coding\": [\n {\n \"code\": \"VG213\",\n \"display\": \"COVID-19\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Imunisasi dilakukan oleh Nakes dilaporkan KIPI oleh Nakes",
|
|
"item": [
|
|
{
|
|
"name": "Immunization : Imunisasi dilakukan oleh Nakes dilaporkan KIPI oleh nakes",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Immunization\",\n \"status\": \"completed\",\n \"vaccineCode\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93004035\",\n \"display\": \"Vaksin COVID-19 Recombinant Adenovirus (CHADOX1), 5x10^10 VP/0.5 mL (ASTRAZENECA, 10)\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"VG213\",\n \"display\": \"COVID-19\"\n },\n {\n \"system\": \"http://hl7.org/fhir/sid/cvx\",\n \"code\": \"210\",\n \"display\": \"COVID-19 vaccine, vector-nr, rS-ChAdOx1, PF, 0.5 mL\"\n }\n ]\n },\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Budi Santoso\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"occurrenceDateTime\": \"2023-08-07T18:30:00+00:00\",\n \"recorded\": \"2023-08-07T18:30:00+00:00\",\n \"reaction\": [\n {\n \"date\": \"2023-08-07T18:30:00+00:00\",\n \"detail\": {\n \"reference\": \"Observation/08771e37-3c9c-4e84-92c1-861ebf63e922\",\n \"display\": \"Malaise\"\n },\n \"reported\": false\n }\n ],\n \"primarySource\": true,\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"Poli Vaksinasi COVID-19\"\n },\n \"lotNumber\": \"202009007\",\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 1,\n \"unit\": \"mL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"ml\"\n },\n \"performer\": [\n {\n \"function\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0443\",\n \"code\": \"AP\",\n \"display\": \"Administering Provider\"\n }\n ]\n },\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n },\n {\n \"actor\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-reason\",\n \"code\": \"IM-Khusus\",\n \"display\": \"Imunisasi Program Khusus\"\n }\n ]\n }\n ],\n \"protocolApplied\": [\n {\n \"doseNumberPositiveInt\": 1\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Immunization",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Immunization"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Immunization : Imunisasi dilakukan oleh Nakes dilaporkan KIPI oleh nakes",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Immunization\",\n \"status\": \"completed\",\n \"vaccineCode\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93004035\",\n \"display\": \"Vaksin COVID-19 Recombinant Adenovirus (CHADOX1), 5x10^10 VP/0.5 mL (ASTRAZENECA, 10)\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"VG213\",\n \"display\": \"COVID-19\"\n },\n {\n \"system\": \"http://hl7.org/fhir/sid/cvx\",\n \"code\": \"210\",\n \"display\": \"COVID-19 vaccine, vector-nr, rS-ChAdOx1, PF, 0.5 mL\"\n }\n ]\n },\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Budi Santoso\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"occurrenceDateTime\": \"2023-08-07T18:30:00+00:00\",\n \"recorded\": \"2023-08-07T18:30:00+00:00\",\n \"reaction\": [\n {\n \"date\": \"2023-08-07T18:30:00+00:00\",\n \"detail\": {\n \"reference\": \"Observation/08771e37-3c9c-4e84-92c1-861ebf63e922\",\n \"display\": \"Malaise\"\n },\n \"reported\": false\n }\n ],\n \"primarySource\": true,\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"Poli Vaksinasi COVID-19\"\n },\n \"lotNumber\": \"202009007\",\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 1,\n \"unit\": \"mL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"ml\"\n },\n \"performer\": [\n {\n \"function\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0443\",\n \"code\": \"AP\",\n \"display\": \"Administering Provider\"\n }\n ]\n },\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n },\n {\n \"actor\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-reason\",\n \"code\": \"IM-Khusus\",\n \"display\": \"Imunisasi Program Khusus\"\n }\n ]\n }\n ],\n \"protocolApplied\": [\n {\n \"doseNumberPositiveInt\": 1\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Immunization",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Immunization"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwOTAxMTc2MzA1NDE2MTAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Tue, 27 Feb 2024 05:29:23 UTC"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Immunization/80f98f88-806f-49ee-848e-faf2ae3d7aaa/_history/MTcwOTAxMTc2MzA1NDE2MTAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Tue, 27 Feb 2024 05:29:23 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "8902"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "b68bc917-6c49-4142-8916-6a10af815237"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"doseQuantity\": {\n \"code\": \"ml\",\n \"system\": \"http://unitsofmeasure.org\",\n \"unit\": \"mL\",\n \"value\": 1\n },\n \"encounter\": {\n \"reference\": \"Encounter/02bc44c5-5a53-48d0-9ed0-cf910355c20e\"\n },\n \"id\": \"80f98f88-806f-49ee-848e-faf2ae3d7aaa\",\n \"identifier\": [],\n \"location\": {\n \"display\": \"Poli Vaksinasi COVID-19\",\n \"reference\": \"Location/c0ab44ba-1979-43e5-846c-905814c62962\"\n },\n \"lotNumber\": \"202009007\",\n \"meta\": {\n \"lastUpdated\": \"2024-02-27T05:29:23.054161+00:00\",\n \"versionId\": \"MTcwOTAxMTc2MzA1NDE2MTAwMA\"\n },\n \"occurrenceDateTime\": \"2023-08-07T18:30:00+00:00\",\n \"patient\": {\n \"display\": \"Budi Santoso\",\n \"reference\": \"Patient/100000030009\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/N10000001\"\n },\n \"function\": {\n \"coding\": [\n {\n \"code\": \"AP\",\n \"display\": \"Administering Provider\",\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0443\"\n }\n ]\n }\n },\n {\n \"actor\": {\n \"reference\": \"Organization/10000001\"\n }\n }\n ],\n \"primarySource\": true,\n \"protocolApplied\": [\n {\n \"doseNumberPositiveInt\": 1\n }\n ],\n \"reaction\": [\n {\n \"date\": \"2023-08-07T18:30:00+00:00\",\n \"detail\": {\n \"display\": \"Malaise\",\n \"reference\": \"Observation/08771e37-3c9c-4e84-92c1-861ebf63e922\"\n },\n \"reported\": false\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"IM-Khusus\",\n \"display\": \"Imunisasi Program Khusus\",\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-reason\"\n }\n ]\n }\n ],\n \"recorded\": \"2023-08-07T18:30:00+00:00\",\n \"resourceType\": \"Immunization\",\n \"route\": {\n \"coding\": [\n {\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\",\n \"system\": \"http://www.whocc.no/atc\"\n }\n ]\n },\n \"status\": \"completed\",\n \"vaccineCode\": {\n \"coding\": [\n {\n \"code\": \"93004035\",\n \"display\": \"Vaksin COVID-19 Recombinant Adenovirus (CHADOX1), 5x10^10 VP/0.5 mL (ASTRAZENECA, 10)\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n },\n {\n \"code\": \"VG213\",\n \"display\": \"COVID-19\",\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\"\n },\n {\n \"code\": \"210\",\n \"display\": \"COVID-19 vaccine, vector-nr, rS-ChAdOx1, PF, 0.5 mL\",\n \"system\": \"http://hl7.org/fhir/sid/cvx\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Observation : KIPI terpantau Nakes",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://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\": \"31044-1\",\n \"display\": \"Immunization reaction\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-07-07T17:30:00+00:00\",\n \"issued\": \"2023-07-07T17:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"367391008\",\n \"display\": \"Malaise\"\n }\n ]\n }\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Observation",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Observation"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Observation : KIPI terpantau Nakes",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://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\": \"31044-1\",\n \"display\": \"Immunization reaction\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"effectiveDateTime\": \"2023-07-07T17:30:00+00:00\",\n \"issued\": \"2023-07-07T17:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"367391008\",\n \"display\": \"Malaise\"\n }\n ]\n }\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/08771e37-3c9c-4e84-92c1-861ebf63e922/_history/MTcwNTM4OTYzMDgzMTE5MTAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Tue, 16 Jan 2024 07:20:30 UTC"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNTM4OTYzMDgzMTE5MTAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Tue, 16 Jan 2024 07:20:30 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "912"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "1da8b20e-8227-4b6c-b374-d8ee965f7e4d"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"31044-1\",\n \"display\": \"Immunization reaction\",\n \"system\": \"http://loinc.org\"\n }\n ]\n },\n \"effectiveDateTime\": \"2023-07-07T17:30:00+00:00\",\n \"encounter\": {\n \"reference\": \"Encounter/02bc44c5-5a53-48d0-9ed0-cf910355c20e\"\n },\n \"id\": \"08771e37-3c9c-4e84-92c1-861ebf63e922\",\n \"identifier\": [],\n \"issued\": \"2023-07-07T17:30:00+00:00\",\n \"meta\": {\n \"lastUpdated\": \"2024-01-16T07:20:30.831191+00:00\",\n \"versionId\": \"MTcwNTM4OTYzMDgzMTE5MTAwMA\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/N10000001\"\n },\n {\n \"reference\": \"Organization/10000004\"\n }\n ],\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"subject\": {\n \"reference\": \"Patient/100000030009\"\n },\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"code\": \"367391008\",\n \"display\": \"Malaise\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "06. Form Skrining Imunisasi COVID-19",
|
|
"item": [
|
|
{
|
|
"name": "QuestionnaireResponse - Form Skrining Imunisasi COVID-19",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"QuestionnaireResponse\",\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0015\",\n \"status\": \"completed\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Budi Santoso\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"authored\": \"2023-07-18T10:30:00+07:00\",\n \"author\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n \"source\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"item\": [\n {\n \"linkId\": \"1\",\n \"text\": \"Verifikasi Data Identitas\",\n \"item\": [\n {\n \"linkId\": \"1.1\",\n \"text\": \"Dosis terakhir imunisasi COVID-19 yang didapatkan\",\n \"answer\": [\n {\n \"valueString\": \"booster 1\"\n }\n ]\n },\n {\n \"linkId\": \"1.2\",\n \"text\": \"Kapan terakhir kali menerima imunisasi COVID-19?\",\n \"answer\": [\n {\n \"valueDate\": \"2024-01-16\"\n }\n ]\n }\n ]\n },\n {\n \"linkId\": \"2\",\n \"text\": \"Penentuan Sasaran\",\n \"item\": [\n {\n \"linkId\": \"2.1\",\n \"text\": \"Usia\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"105436006\",\n \"display\": \"Elderly person\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.2\",\n \"text\": \"Ibu Hamil\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"2.3\",\n \"text\": \"Tenaga Kesehatan\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"2.4\",\n \"text\": \"Apakah Anda memiliki penyakit komorbid (jawaban boleh lebih dari satu)\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"2667000\",\n \"display\": \"Absent\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.5\",\n \"text\": \"Apakah Anda memiliki immunocompromised (jawaban boleh lebih dari satu)\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"737294004\",\n \"display\": \"Transplant present\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.6\",\n \"text\": \"Kategori Sasaran\",\n \"answer\": [\n {\n \"valueReference\": {\n \"reference\": \"Observation/{{Observation_KategoriSasaran}}\"\n }\n }\n ]\n }\n ]\n },\n {\n \"linkId\": \"3\",\n \"text\": \"Skrining\",\n \"item\": [\n {\n \"linkId\": \"3.1\",\n \"text\": \"Apakah Anda hari ini dalam keadaan sehat? (komorbid dan imunocompromised Anda dalam kondisi terkontrol)\",\n \"answer\": [\n {\n \"valueBoolean\": true\n }\n ]\n },\n {\n \"linkId\": \"3.2\",\n \"text\": \"Suhu\",\n \"answer\": [\n {\n \"valueReference\": {\n \"reference\": \"Observation/{{Observation_Suhu}}\"\n }\n }\n ]\n },\n {\n \"linkId\": \"3.3\",\n \"text\": \"Tekanan Darah Sistolik\",\n \"answer\": [\n {\n \"valueReference\": {\n \"reference\": \"Observation/{{Observation_Sistolik}}\"\n }\n }\n ]\n },\n {\n \"linkId\": \"3.4\",\n \"text\": \"Tekanan Darah Diastolik\",\n \"answer\": [\n {\n \"valueReference\": {\n \"reference\": \"Observation/{{Observation_Diastolik}}\"\n }\n }\n ]\n },\n {\n \"linkId\": \"3.5\",\n \"text\": \"Apakah Anda memiliki riwayat alergi berat seperti sesak napas, bengkak dan urtikaria seluruh badan atau reaksi berat lainnya karena vaksin?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.6\",\n \"text\": \"Apakah Anda seorang yang mengidap penyakit autoimun, dan saat ini dalam kondisi aktif?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.7\",\n \"text\": \"Apakah Anda pernah terkonfirmasi menderita COVID-19?\",\n \"answer\": [\n {\n \"valueBoolean\": true\n }\n ]\n },\n {\n \"linkId\": \"3.8\",\n \"text\": \"Apakah Anda sedang hamil?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.9\",\n \"text\": \"Hasil Skrining\",\n \"answer\": [\n {\n \"valueReference\": {\n \"reference\": \"Immunization/{{Immunization_Reference}}\"\n }\n }\n ]\n }\n ]\n },\n {\n \"linkId\": \"4\",\n \"text\": \"Hasil Pelayanan Imunisasi\",\n \"answer\": [\n {\n \"valueReference\": {\n \"reference\": \"Immunization/{{Immunization_Reference}}\"\n }\n }\n ]\n },\n {\n \"linkId\": \"5\",\n \"text\": \"Hasil Observasi\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"105721009\",\n \"display\": \"General problem AND/OR complaint\"\n },\n \"item\": [\n {\n \"linkId\": \"5.1\",\n \"text\": \"Sebutkan keluhan jika ada\",\n \"answer\": [\n {\n \"valueString\": \"Pusing\"\n }\n ]\n }\n ]\n }\n ]\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/QuestionnaireResponse",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"QuestionnaireResponse"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "QuestionnaireResponse - Form Skrining Imunisasi COVID-19",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"QuestionnaireResponse\",\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0015\",\n \"status\": \"completed\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Budi Santoso\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"authored\": \"2023-07-18T10:30:00+07:00\",\n \"author\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n \"source\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"item\": [\n {\n \"linkId\": \"1\",\n \"text\": \"Verifikasi Data Identitas\",\n \"item\": [\n {\n \"linkId\": \"1.1\",\n \"text\": \"Dosis terakhir imunisasi COVID-19 yang didapatkan\",\n \"answer\": [\n {\n \"valueString\": \"booster 1\"\n }\n ]\n },\n {\n \"linkId\": \"1.2\",\n \"text\": \"Kapan terakhir kali menerima imunisasi COVID-19?\",\n \"answer\": [\n {\n \"valueDate\": \"2024-01-16\"\n }\n ]\n }\n ]\n },\n {\n \"linkId\": \"2\",\n \"text\": \"Penentuan Sasaran\",\n \"item\": [\n {\n \"linkId\": \"2.1\",\n \"text\": \"Usia\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"105436006\",\n \"display\": \"Elderly person\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.2\",\n \"text\": \"Ibu Hamil\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"2.3\",\n \"text\": \"Tenaga Kesehatan\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"2.4\",\n \"text\": \"Apakah Anda memiliki penyakit komorbid (jawaban boleh lebih dari satu)\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"2667000\",\n \"display\": \"Absent\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.5\",\n \"text\": \"Apakah Anda memiliki immunocompromised (jawaban boleh lebih dari satu)\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"737294004\",\n \"display\": \"Transplant present\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.6\",\n \"text\": \"Kategori Sasaran\",\n \"answer\": [\n {\n \"valueReference\": {\n \"reference\": \"Observation/{{Observation_KategoriSasaran}}\"\n }\n }\n ]\n }\n ]\n },\n {\n \"linkId\": \"3\",\n \"text\": \"Skrining\",\n \"item\": [\n {\n \"linkId\": \"3.1\",\n \"text\": \"Apakah Anda hari ini dalam keadaan sehat? (komorbid dan imunocompromised Anda dalam kondisi terkontrol)\",\n \"answer\": [\n {\n \"valueBoolean\": true\n }\n ]\n },\n {\n \"linkId\": \"3.2\",\n \"text\": \"Suhu\",\n \"answer\": [\n {\n \"valueReference\": {\n \"reference\": \"Observation/{{Observation_Suhu}}\"\n }\n }\n ]\n },\n {\n \"linkId\": \"3.3\",\n \"text\": \"Tekanan Darah Sistolik\",\n \"answer\": [\n {\n \"valueReference\": {\n \"reference\": \"Observation/{{Observation_Sistolik}}\"\n }\n }\n ]\n },\n {\n \"linkId\": \"3.4\",\n \"text\": \"Tekanan Darah Diastolik\",\n \"answer\": [\n {\n \"valueReference\": {\n \"reference\": \"Observation/{{Observation_Diastolik}}\"\n }\n }\n ]\n },\n {\n \"linkId\": \"3.5\",\n \"text\": \"Apakah Anda memiliki riwayat alergi berat seperti sesak napas, bengkak dan urtikaria seluruh badan atau reaksi berat lainnya karena vaksin?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.6\",\n \"text\": \"Apakah Anda seorang yang mengidap penyakit autoimun, dan saat ini dalam kondisi aktif?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.7\",\n \"text\": \"Apakah Anda pernah terkonfirmasi menderita COVID-19?\",\n \"answer\": [\n {\n \"valueBoolean\": true\n }\n ]\n },\n {\n \"linkId\": \"3.8\",\n \"text\": \"Apakah Anda sedang hamil?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.9\",\n \"text\": \"Hasil Skrining\",\n \"answer\": [\n {\n \"valueReference\": {\n \"reference\": \"Immunization/{{Immunization_Reference}}\"\n }\n }\n ]\n }\n ]\n },\n {\n \"linkId\": \"4\",\n \"text\": \"Hasil Pelayanan Imunisasi\",\n \"answer\": [\n {\n \"valueReference\": {\n \"reference\": \"Immunization/{{Immunization_Reference}}\"\n }\n }\n ]\n },\n {\n \"linkId\": \"5\",\n \"text\": \"Hasil Observasi\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"105721009\",\n \"display\": \"General problem AND/OR complaint\"\n },\n \"item\": [\n {\n \"linkId\": \"5.1\",\n \"text\": \"Sebutkan keluhan jika ada\",\n \"answer\": [\n {\n \"valueString\": \"Pusing\"\n }\n ]\n }\n ]\n }\n ]\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/QuestionnaireResponse",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"QuestionnaireResponse"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwOTAxMTg3MDMzMzgwMzAwMA\""
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Tue, 27 Feb 2024 05:31:10 UTC"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/QuestionnaireResponse/ac139943-efae-49d6-b294-3885391aa83d/_history/MTcwOTAxMTg3MDMzMzgwMzAwMA"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin,X-Origin,Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Tue, 27 Feb 2024 05:31:10 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "16524"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "f0f77064-7e8b-4a08-be6b-37858a196b9f"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"author\": {\n \"reference\": \"Practitioner/N10000001\"\n },\n \"authored\": \"2023-07-18T10:30:00+07:00\",\n \"encounter\": {\n \"reference\": \"Encounter/02bc44c5-5a53-48d0-9ed0-cf910355c20e\"\n },\n \"id\": \"ac139943-efae-49d6-b294-3885391aa83d\",\n \"identifier\": null,\n \"item\": [\n {\n \"item\": [\n {\n \"answer\": [\n {\n \"valueString\": \"booster 1\"\n }\n ],\n \"linkId\": \"1.1\",\n \"text\": \"Dosis terakhir imunisasi COVID-19 yang didapatkan\"\n },\n {\n \"answer\": [\n {\n \"valueDate\": \"2024-01-16\"\n }\n ],\n \"linkId\": \"1.2\",\n \"text\": \"Kapan terakhir kali menerima imunisasi COVID-19?\"\n }\n ],\n \"linkId\": \"1\",\n \"text\": \"Verifikasi Data Identitas\"\n },\n {\n \"item\": [\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"105436006\",\n \"display\": \"Elderly person\",\n \"system\": \"http://snomed.info/sct\"\n }\n }\n ],\n \"linkId\": \"2.1\",\n \"text\": \"Usia\"\n },\n {\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ],\n \"linkId\": \"2.2\",\n \"text\": \"Ibu Hamil\"\n },\n {\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ],\n \"linkId\": \"2.3\",\n \"text\": \"Tenaga Kesehatan\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"2667000\",\n \"display\": \"Absent\",\n \"system\": \"http://snomed.info/sct\"\n }\n }\n ],\n \"linkId\": \"2.4\",\n \"text\": \"Apakah Anda memiliki penyakit komorbid (jawaban boleh lebih dari satu)\"\n },\n {\n \"answer\": [\n {\n \"valueCoding\": {\n \"code\": \"737294004\",\n \"display\": \"Transplant present\",\n \"system\": \"http://snomed.info/sct\"\n }\n }\n ],\n \"linkId\": \"2.5\",\n \"text\": \"Apakah Anda memiliki immunocompromised (jawaban boleh lebih dari satu)\"\n },\n {\n \"answer\": [\n {\n \"valueReference\": {\n \"reference\": \"Observation/b23ea76b-c345-476c-bc38-89df0d809d14\"\n }\n }\n ],\n \"linkId\": \"2.6\",\n \"text\": \"Kategori Sasaran\"\n }\n ],\n \"linkId\": \"2\",\n \"text\": \"Penentuan Sasaran\"\n },\n {\n \"item\": [\n {\n \"answer\": [\n {\n \"valueBoolean\": true\n }\n ],\n \"linkId\": \"3.1\",\n \"text\": \"Apakah Anda hari ini dalam keadaan sehat? (komorbid dan imunocompromised Anda dalam kondisi terkontrol)\"\n },\n {\n \"answer\": [\n {\n \"valueReference\": {\n \"reference\": \"Observation/50b5d7db-e4e1-4e67-956d-b3237cbe77b9\"\n }\n }\n ],\n \"linkId\": \"3.2\",\n \"text\": \"Suhu\"\n },\n {\n \"answer\": [\n {\n \"valueReference\": {\n \"reference\": \"Observation/a902fd97-af05-4ba6-aa7e-fc4020e1c073\"\n }\n }\n ],\n \"linkId\": \"3.3\",\n \"text\": \"Tekanan Darah Sistolik\"\n },\n {\n \"answer\": [\n {\n \"valueReference\": {\n \"reference\": \"Observation/dd0d4793-c25d-4a11-9f35-f6dc4bbd1cb3\"\n }\n }\n ],\n \"linkId\": \"3.4\",\n \"text\": \"Tekanan Darah Diastolik\"\n },\n {\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ],\n \"linkId\": \"3.5\",\n \"text\": \"Apakah Anda memiliki riwayat alergi berat seperti sesak napas, bengkak dan urtikaria seluruh badan atau reaksi berat lainnya karena vaksin?\"\n },\n {\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ],\n \"linkId\": \"3.6\",\n \"text\": \"Apakah Anda seorang yang mengidap penyakit autoimun, dan saat ini dalam kondisi aktif?\"\n },\n {\n \"answer\": [\n {\n \"valueBoolean\": true\n }\n ],\n \"linkId\": \"3.7\",\n \"text\": \"Apakah Anda pernah terkonfirmasi menderita COVID-19?\"\n },\n {\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ],\n \"linkId\": \"3.8\",\n \"text\": \"Apakah Anda sedang hamil?\"\n },\n {\n \"answer\": [\n {\n \"valueReference\": {\n \"reference\": \"Immunization/41550e1a-b0eb-473f-a8b6-b7b198fbe2c3\"\n }\n }\n ],\n \"linkId\": \"3.9\",\n \"text\": \"Hasil Skrining\"\n }\n ],\n \"linkId\": \"3\",\n \"text\": \"Skrining\"\n },\n {\n \"answer\": [\n {\n \"valueReference\": {\n \"reference\": \"Immunization/41550e1a-b0eb-473f-a8b6-b7b198fbe2c3\"\n }\n }\n ],\n \"linkId\": \"4\",\n \"text\": \"Hasil Pelayanan Imunisasi\"\n },\n {\n \"answer\": [\n {\n \"item\": [\n {\n \"answer\": [\n {\n \"valueString\": \"Pusing\"\n }\n ],\n \"linkId\": \"5.1\",\n \"text\": \"Sebutkan keluhan jika ada\"\n }\n ],\n \"valueCoding\": {\n \"code\": \"105721009\",\n \"display\": \"General problem AND/OR complaint\",\n \"system\": \"http://snomed.info/sct\"\n }\n }\n ],\n \"linkId\": \"5\",\n \"text\": \"Hasil Observasi\"\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-02-27T05:31:10.333803+00:00\",\n \"versionId\": \"MTcwOTAxMTg3MDMzMzgwMzAwMA\"\n },\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0015\",\n \"resourceType\": \"QuestionnaireResponse\",\n \"source\": {\n \"reference\": \"Patient/100000030009\"\n },\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Budi Santoso\",\n \"reference\": \"Patient/100000030009\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"description": "Pengiriman data melalui QuestionnaireResponse ini terdiri dari 5 kategori data\n\n1. Verifikasi Data Identitas\n2. Penentuan Sasaran\n3. Skrining\n4. Hasil Pelayanan Imunisasi\n5. Hasil Observasi"
|
|
},
|
|
{
|
|
"name": "07. Diagnosis",
|
|
"item": [
|
|
{
|
|
"name": "Condition - Diagnosis",
|
|
"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\": \"U11.9\",\n \"display\": \"Need for immunization against COVID-19, unspecified\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Budi Santoso\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"onsetDateTime\": \"2022-12-21T07:00:00+00:00\",\n \"recordedDate\": \"2022-12-27T07:00:00+00:00\"\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Condition",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Condition"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Condition - Diagnosis",
|
|
"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\": \"U11.9\",\n \"display\": \"Need for immunization against COVID-19, unspecified\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Budi Santoso\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"onsetDateTime\": \"2022-12-21T07:00:00+00:00\",\n \"recordedDate\": \"2022-12-27T07: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": "last-modified",
|
|
"value": "Tue, 16 Jan 2024 07:21:11 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNTM4OTY3MTk0NDQwNjAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Condition/60774a92-eec6-45a3-af68-990c76b5214e/_history/MTcwNTM4OTY3MTk0NDQwNjAwMA"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Tue, 16 Jan 2024 07:21:11 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "923"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "8f16fb78-1647-4a3c-9cf0-c5676a0f54e4"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-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\": \"U11.9\",\n \"display\": \"Need for immunization against COVID-19, unspecified\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/02bc44c5-5a53-48d0-9ed0-cf910355c20e\"\n },\n \"id\": \"60774a92-eec6-45a3-af68-990c76b5214e\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-01-16T07:21:11.944406+00:00\",\n \"versionId\": \"MTcwNTM4OTY3MTk0NDQwNjAwMA\"\n },\n \"onsetDateTime\": \"2022-12-21T07:00:00+00:00\",\n \"recordedDate\": \"2022-12-27T07:00:00+00:00\",\n \"resourceType\": \"Condition\",\n \"subject\": {\n \"display\": \"Budi Santoso\",\n \"reference\": \"Patient/100000030009\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "08. Tindakan",
|
|
"item": [
|
|
{
|
|
"name": "Procedure - Vaksinasi COVID-19",
|
|
"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\": \"107733003\",\n \"display\": \"Introduction procedure\"\n }\n ],\n \"text\": \"Introduction procedure\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"99.59\",\n \"display\": \"Other vaccination and inoculation\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Budi Santoso\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-08-16T19:00:00+00:00\",\n \"end\": \"2023-08-16T20:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"U11.9\",\n \"display\": \"Need for immunization against COVID-19, unspecified\"\n }\n ]\n }\n ],\n \"bodySite\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368208006\",\n \"display\": \"Left upper arm structure\"\n }\n ]\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Procedure",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Procedure"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Procedure - Vaksinasi COVID-19",
|
|
"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\": \"107733003\",\n \"display\": \"Introduction procedure\"\n }\n ],\n \"text\": \"Introduction procedure\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"99.59\",\n \"display\": \"Other vaccination and inoculation\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Budi Santoso\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-08-16T19:00:00+00:00\",\n \"end\": \"2023-08-16T20:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"U11.9\",\n \"display\": \"Need for immunization against COVID-19, unspecified\"\n }\n ]\n }\n ],\n \"bodySite\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368208006\",\n \"display\": \"Left upper arm structure\"\n }\n ]\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}/Procedure",
|
|
"host": [
|
|
"{{base_url}}"
|
|
],
|
|
"path": [
|
|
"Procedure"
|
|
]
|
|
}
|
|
},
|
|
"status": "Created",
|
|
"code": 201,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNTM4OTY5MzE2MjY1NzAwMA\""
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Procedure/58458982-e840-4764-8276-15cb6cc77806/_history/MTcwNTM4OTY5MzE2MjY1NzAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Tue, 16 Jan 2024 07:21:33 UTC"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Tue, 16 Jan 2024 07:21:33 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1144"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "477d004c-bd49-45db-91ce-d1a69b90e42b"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-src 'self' http: https: data: blob: 'unsafe-inline'"
|
|
},
|
|
{
|
|
"key": "Alt-Svc",
|
|
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
|
|
}
|
|
],
|
|
"cookie": [],
|
|
"body": "{\n \"bodySite\": [\n {\n \"coding\": [\n {\n \"code\": \"368208006\",\n \"display\": \"Left upper arm structure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ]\n }\n ],\n \"category\": {\n \"coding\": [\n {\n \"code\": \"107733003\",\n \"display\": \"Introduction procedure\",\n \"system\": \"http://snomed.info/sct\"\n }\n ],\n \"text\": \"Introduction procedure\"\n },\n \"code\": {\n \"coding\": [\n {\n \"code\": \"99.59\",\n \"display\": \"Other vaccination and inoculation\",\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\"\n }\n ]\n },\n \"encounter\": {\n \"reference\": \"Encounter/2823ed1d-3e3e-434e-9a5b-9c579d192787\"\n },\n \"id\": \"58458982-e840-4764-8276-15cb6cc77806\",\n \"identifier\": [],\n \"meta\": {\n \"lastUpdated\": \"2024-01-16T07:21:33.162657+00:00\",\n \"versionId\": \"MTcwNTM4OTY5MzE2MjY1NzAwMA\"\n },\n \"performedPeriod\": {\n \"end\": \"2023-08-16T20:00:00+00:00\",\n \"start\": \"2023-08-16T19:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"display\": \"Dokter Bronsig\",\n \"reference\": \"Practitioner/N10000001\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"code\": \"U11.9\",\n \"display\": \"Need for immunization against COVID-19, unspecified\",\n \"system\": \"http://hl7.org/fhir/sid/icd-10\"\n }\n ]\n }\n ],\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"subject\": {\n \"display\": \"Budi Santoso\",\n \"reference\": \"Patient/100000030009\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "09. Update Kunjungan",
|
|
"item": [
|
|
{
|
|
"name": "Encounter - Update Finished + Diagnosis",
|
|
"request": {
|
|
"method": "PUT",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"{{Encounter_id}}\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"P20240001\"\n }\n ],\n \"status\": \"finished\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Budi Santoso\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-08-17T19:00:00+00:00\",\n \"end\": \"2023-08-17T21:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"Poli Vaksinasi COVID-19\"\n }\n }\n ],\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"{{Diagnosis_Utama}}\",\n \"display\": \"Need for immunization against COVID-19, unspecified\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis\"\n }\n ]\n },\n \"rank\": 1\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-08-17T19:00:00+00:00\",\n \"end\": \"2023-08-17T20:00:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-08-17T20:00:00+00:00\",\n \"end\": \"2023-08-17T21:00:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-08-17T21:00:00+00:00\",\n \"end\": \"2023-08-17T21: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": "{{Encounter_id}}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Encounter - Update Finished + Diagnosis",
|
|
"originalRequest": {
|
|
"method": "PUT",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Encounter\",\n \"id\": \"02bc44c5-5a53-48d0-9ed0-cf910355c20e\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"P20240001\"\n }\n ],\n \"status\": \"finished\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Budi Santoso\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-08-17T19:00:00+00:00\",\n \"end\": \"2023-08-17T21:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"Poli Vaksinasi COVID-19\"\n }\n }\n ],\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"{{Diagnosis_Utama}}\",\n \"display\": \"Need for immunization against COVID-19, unspecified\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis\"\n }\n ]\n },\n \"rank\": 1\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-08-17T19:00:00+00:00\",\n \"end\": \"2023-08-17T20:00:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-08-17T20:00:00+00:00\",\n \"end\": \"2023-08-17T21:00:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-08-17T21:00:00+00:00\",\n \"end\": \"2023-08-17T21: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": "{{Encounter_id}}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "etag",
|
|
"value": "W/\"MTcwNTM4OTg1ODIxMTk4ODAwMA\""
|
|
},
|
|
{
|
|
"key": "location",
|
|
"value": "https://healthcare.googleapis.com/v1/projects/dto-ihs-dev/locations/asia-southeast2/datasets/dev/fhirStores/fhir-v4-dev-ver2/fhir/Encounter/02bc44c5-5a53-48d0-9ed0-cf910355c20e/_history/MTcwNTM4OTg1ODIxMTk4ODAwMA"
|
|
},
|
|
{
|
|
"key": "last-modified",
|
|
"value": "Tue, 16 Jan 2024 07:24:18 UTC"
|
|
},
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Tue, 16 Jan 2024 07:24:18 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "1641"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "e5c37c4c-aec6-4642-93a8-a5c9ecf339f3"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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\": \"Need for immunization against COVID-19, unspecified\",\n \"reference\": \"Condition/60774a92-eec6-45a3-af68-990c76b5214e\"\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 \"id\": \"02bc44c5-5a53-48d0-9ed0-cf910355c20e\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/10000004\",\n \"value\": \"P20240001\"\n }\n ],\n \"location\": [\n {\n \"location\": {\n \"display\": \"Poli Vaksinasi COVID-19\",\n \"reference\": \"Location/c0ab44ba-1979-43e5-846c-905814c62962\"\n }\n }\n ],\n \"meta\": {\n \"lastUpdated\": \"2024-01-16T07:24:18.211988+00:00\",\n \"versionId\": \"MTcwNTM4OTg1ODIxMTk4ODAwMA\"\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-17T21:00:00+00:00\",\n \"start\": \"2023-08-17T19: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-17T20:00:00+00:00\",\n \"start\": \"2023-08-17T19:00:00+00:00\"\n },\n \"status\": \"arrived\"\n },\n {\n \"period\": {\n \"end\": \"2023-08-17T21:00:00+00:00\",\n \"start\": \"2023-08-17T20:00:00+00:00\"\n },\n \"status\": \"in-progress\"\n },\n {\n \"period\": {\n \"end\": \"2023-08-17T21:00:00+00:00\",\n \"start\": \"2023-08-17T21:00:00+00:00\"\n },\n \"status\": \"finished\"\n }\n ],\n \"subject\": {\n \"display\": \"Budi Santoso\",\n \"reference\": \"Patient/100000030009\"\n }\n}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Bundle Imunisasi COVID-19",
|
|
"item": [
|
|
{
|
|
"name": "Bundle Imunisasi COVID-19",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction\",\n \"entry\": [\n {\n \"fullUrl\": \"urn:uuid:4b08a624-b1d7-4bdf-a417-12ee889e549d\",\n \"resource\": {\n \"resourceType\": \"Encounter\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"P20240001\"\n }\n ],\n \"status\": \"finished\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Budi Santoso\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-08-20T19:00:00+00:00\",\n \"end\": \"2023-08-20T21:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"Poli Vaksinasi COVID-19\"\n }\n }\n ],\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"urn:uuid:09cc2be2-a9f7-40d2-966e-f22c7d0a3095\",\n \"display\": \"Need for immunization against COVID-19, unspecified\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis\"\n }\n ]\n },\n \"rank\": 1\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-08-20T19:00:00+00:00\",\n \"end\": \"2023-08-20T20:00:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-08-20T20:00:00+00:00\",\n \"end\": \"2023-08-20T21:00:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-08-20T21:00:00+00:00\",\n \"end\": \"2023-08-20T21:00:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Encounter\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:09cc2be2-a9f7-40d2-966e-f22c7d0a3095\",\n \"resource\": {\n \"resourceType\": \"Condition\",\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\n \"code\": \"encounter-diagnosis\",\n \"display\": \"Encounter Diagnosis\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"U11.9\",\n \"display\": \"Need for immunization against COVID-19, unspecified\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Budi Santoso\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:4b08a624-b1d7-4bdf-a417-12ee889e549d\"\n },\n \"onsetDateTime\": \"2023-08-20T21:00:00+00:00\",\n \"recordedDate\": \"2023-08-20T21:00:00+00:00\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:0afdc07e-b7ff-4011-aaef-8d32fefe9ea6\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000133\",\n \"display\": \"Kategori Sasaran Imunisasi COVID-19\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:4b08a624-b1d7-4bdf-a417-12ee889e549d\"\n },\n \"effectiveDateTime\": \"2023-07-07T17:30:00+00:00\",\n \"issued\": \"2023-07-07T17:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"105436006\",\n \"display\": \"Elderly person\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:9651bddc-aa59-40f2-a940-fad83cf4c6d4\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"8310-5\",\n \"display\": \"Body temperature\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"urn:uuid:4b08a624-b1d7-4bdf-a417-12ee889e549d\"\n },\n \"effectiveDateTime\": \"2023-07-18T10:00:00+07:00\",\n \"issued\": \"2023-07-18T10:00:00+07:00\",\n \"valueQuantity\": {\n \"value\": 36.5,\n \"unit\": \"C\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"Cel\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:441b3489-5d99-4dd9-9b3c-9f83a6d7486d\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"8480-6\",\n \"display\": \"Systolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"urn:uuid:4b08a624-b1d7-4bdf-a417-12ee889e549d\"\n },\n \"effectiveDateTime\": \"2023-07-18T10:00:00+07:00\",\n \"issued\": \"2023-07-18T10:00:00+07:00\",\n \"valueQuantity\": {\n \"value\": 128,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:14ebc597-fb42-47ac-8566-b02723b27308\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"urn:uuid:4b08a624-b1d7-4bdf-a417-12ee889e549d\"\n },\n \"effectiveDateTime\": \"2023-07-18T10:00:00+07:00\",\n \"issued\": \"2023-07-18T10:00:00+07:00\",\n \"valueQuantity\": {\n \"value\": 78,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:b6f0122d-2024-41e3-a7cb-2dbb607ea4f4\",\n \"resource\": {\n \"resourceType\": \"Immunization\",\n \"status\": \"completed\",\n \"vaccineCode\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93004035\",\n \"display\": \"Vaksin COVID-19 Recombinant Adenovirus (CHADOX1), 5x10^10 VP/0.5 mL (ASTRAZENECA, 10)\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"VG213\",\n \"display\": \"COVID-19\"\n },\n {\n \"system\": \"http://hl7.org/fhir/sid/cvx\",\n \"code\": \"210\",\n \"display\": \"COVID-19 vaccine, vector-nr, rS-ChAdOx1, PF, 0.5 mL\"\n }\n ]\n },\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Budi Santoso\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:4b08a624-b1d7-4bdf-a417-12ee889e549d\"\n },\n \"occurrenceDateTime\": \"2023-08-20T18:30:00+00:00\",\n \"recorded\": \"2023-08-20T21:00:00+00:00\",\n \"reaction\": [\n {\n \"date\": \"2023-08-19T18:30:00+00:00\",\n \"detail\": {\n \"reference\": \"urn:uuid:82410db7-c210-4720-80ed-a8f1775317d3\",\n \"display\": \"Malaise\"\n },\n \"reported\": false\n }\n ],\n \"primarySource\": true,\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"Poli Vaksinasi COVID-19\"\n },\n \"lotNumber\": \"202009007\",\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 1,\n \"unit\": \"mL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"ml\"\n },\n \"performer\": [\n {\n \"function\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0443\",\n \"code\": \"AP\",\n \"display\": \"Administering Provider\"\n }\n ]\n },\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n },\n {\n \"actor\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-reason\",\n \"code\": \"IM-Khusus\",\n \"display\": \"Imunisasi Program Khusus\"\n }\n ]\n }\n ],\n \"protocolApplied\": [\n {\n \"doseNumberPositiveInt\": 1\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Immunization\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:82410db7-c210-4720-80ed-a8f1775317d3\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"31044-1\",\n \"display\": \"Immunization reaction\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:4b08a624-b1d7-4bdf-a417-12ee889e549d\"\n },\n \"effectiveDateTime\": \"2023-08-20T21:00:00+00:00\",\n \"issued\": \"2023-08-20T21:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"367391008\",\n \"display\": \"Malaise\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:4c628816-ef2c-4b1c-b486-6097205a4410\",\n \"resource\": {\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"107733003\",\n \"display\": \"Introduction procedure\"\n }\n ],\n \"text\": \"Introduction procedure\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"99.59\",\n \"display\": \"Other vaccination and inoculation\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Budi Santoso\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:4b08a624-b1d7-4bdf-a417-12ee889e549d\",\n \"display\": \"Tindakan Vaksinasi COVID-9\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-08-20T19:00:00+00:00\",\n \"end\": \"2023-08-20T20:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"U11.9\",\n \"display\": \"Need for immunization against COVID-19, unspecified\"\n }\n ]\n }\n ],\n \"bodySite\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368208006\",\n \"display\": \"Left upper arm structure\"\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:38380b49-6b56-473c-8287-c8582e2e6bfe\",\n \"resource\": {\n \"resourceType\": \"QuestionnaireResponse\",\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0015\",\n \"status\": \"completed\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Budi Santoso\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"authored\": \"2023-07-18T10:00:00+07:00\",\n \"author\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n \"source\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"item\": [\n {\n \"linkId\": \"1\",\n \"text\": \"Verifikasi Data Identitas\",\n \"item\": [\n {\n \"linkId\": \"1.1\",\n \"text\": \"Dosis terakhir imunisasi COVID-19 yang didapatkan\",\n \"answer\": [\n {\n \"valueString\": \"booster 1\"\n }\n ]\n },\n {\n \"linkId\": \"1.2\",\n \"text\": \"Kapan terakhir kali menerima imunisasi COVID-19?\",\n \"answer\": [\n {\n \"valueDate\": \"2024-01-16\"\n }\n ]\n }\n ]\n },\n {\n \"linkId\": \"2\",\n \"text\": \"Penentuan Sasaran\",\n \"item\": [\n {\n \"linkId\": \"2.1\",\n \"text\": \"Usia\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"105436006\",\n \"display\": \"Elderly person\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.2\",\n \"text\": \"Ibu Hamil\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"2.3\",\n \"text\": \"Tenaga Kesehatan\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"2.4\",\n \"text\": \"Apakah Anda memiliki penyakit komorbid (jawaban boleh lebih dari satu)\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"2667000\",\n \"display\": \"Absent\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.5\",\n \"text\": \"Apakah Anda memiliki immunocompromised (jawaban boleh lebih dari satu)\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"737294004\",\n \"display\": \"Transplant present\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.6\",\n \"text\": \"Kategori Sasaran\",\n \"answer\": [\n {\n \"valueReference\": {\n \"reference\": \"urn:uuid:0afdc07e-b7ff-4011-aaef-8d32fefe9ea6\"\n }\n }\n ]\n }\n ]\n },\n {\n \"linkId\": \"3\",\n \"text\": \"Skrining\",\n \"item\": [\n {\n \"linkId\": \"3.1\",\n \"text\": \"Apakah Anda hari ini dalam keadaan sehat? (komorbid dan imunocompromised Anda dalam kondisi terkontrol)\",\n \"answer\": [\n {\n \"valueBoolean\": true\n }\n ]\n },\n {\n \"linkId\": \"3.2\",\n \"text\": \"Suhu\",\n \"answer\": [\n {\n \"valueReference\": {\n \"reference\": \"urn:uuid:9651bddc-aa59-40f2-a940-fad83cf4c6d4\"\n }\n }\n ]\n },\n {\n \"linkId\": \"3.3\",\n \"text\": \"Tekanan Darah Sistolik\",\n \"answer\": [\n {\n \"valueReference\": {\n \"reference\": \"urn:uuid:441b3489-5d99-4dd9-9b3c-9f83a6d7486d\"\n }\n }\n ]\n },\n {\n \"linkId\": \"3.4\",\n \"text\": \"Tekanan Darah Diastolik\",\n \"answer\": [\n {\n \"valueReference\": {\n \"reference\": \"urn:uuid:14ebc597-fb42-47ac-8566-b02723b27308\"\n }\n }\n ]\n },\n {\n \"linkId\": \"3.5\",\n \"text\": \"Apakah Anda memiliki riwayat alergi berat seperti sesak napas, bengkak dan urtikaria seluruh badan atau reaksi berat lainnya karena vaksin?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.6\",\n \"text\": \"Apakah Anda seorang yang mengidap penyakit autoimun, dan saat ini dalam kondisi aktif?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.7\",\n \"text\": \"Apakah Anda pernah terkonfirmasi menderita COVID-19?\",\n \"answer\": [\n {\n \"valueBoolean\": true\n }\n ]\n },\n {\n \"linkId\": \"3.8\",\n \"text\": \"Apakah Anda sedang hamil?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.9\",\n \"text\": \"Hasil Skrining\",\n \"answer\": [\n {\n \"valueReference\": {\n \"reference\": \"urn:uuid:b6f0122d-2024-41e3-a7cb-2dbb607ea4f4\"\n }\n }\n ]\n }\n ]\n },\n {\n \"linkId\": \"4\",\n \"text\": \"Hasil Pelayanan Imunisasi\",\n \"answer\": [\n {\n \"valueReference\": {\n \"reference\": \"urn:uuid:b6f0122d-2024-41e3-a7cb-2dbb607ea4f4\"\n }\n }\n ]\n },\n {\n \"linkId\": \"5\",\n \"text\": \"Hasil Observasi\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"105721009\",\n \"display\": \"General problem AND/OR complaint\"\n },\n \"item\": [\n {\n \"linkId\": \"5.1\",\n \"text\": \"Sebutkan keluhan jika ada\",\n \"answer\": [\n {\n \"valueString\": \"Pusing\"\n }\n ]\n }\n ]\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"QuestionnaireResponse\"\n }\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}",
|
|
"host": [
|
|
"{{base_url}}"
|
|
]
|
|
}
|
|
},
|
|
"response": [
|
|
{
|
|
"name": "Bundle Imunisasi COVID-19",
|
|
"originalRequest": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction\",\n \"entry\": [\n {\n \"fullUrl\": \"urn:uuid:4b08a624-b1d7-4bdf-a417-12ee889e549d\",\n \"resource\": {\n \"resourceType\": \"Encounter\",\n \"identifier\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/encounter/{{Org_id}}\",\n \"value\": \"P20240001\"\n }\n ],\n \"status\": \"finished\",\n \"class\": {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n \"code\": \"AMB\",\n \"display\": \"ambulatory\"\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Budi Santoso\"\n },\n \"participant\": [\n {\n \"type\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\",\n \"code\": \"ATND\",\n \"display\": \"attender\"\n }\n ]\n }\n ],\n \"individual\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"period\": {\n \"start\": \"2023-08-20T19:00:00+00:00\",\n \"end\": \"2023-08-20T21:00:00+00:00\"\n },\n \"location\": [\n {\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"Poli Vaksinasi COVID-19\"\n }\n }\n ],\n \"diagnosis\": [\n {\n \"condition\": {\n \"reference\": \"urn:uuid:09cc2be2-a9f7-40d2-966e-f22c7d0a3095\",\n \"display\": \"Need for immunization against COVID-19, unspecified\"\n },\n \"use\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/diagnosis-role\",\n \"code\": \"DD\",\n \"display\": \"Discharge diagnosis\"\n }\n ]\n },\n \"rank\": 1\n }\n ],\n \"statusHistory\": [\n {\n \"status\": \"arrived\",\n \"period\": {\n \"start\": \"2023-08-20T19:00:00+00:00\",\n \"end\": \"2023-08-20T20:00:00+00:00\"\n }\n },\n {\n \"status\": \"in-progress\",\n \"period\": {\n \"start\": \"2023-08-20T20:00:00+00:00\",\n \"end\": \"2023-08-20T21:00:00+00:00\"\n }\n },\n {\n \"status\": \"finished\",\n \"period\": {\n \"start\": \"2023-08-20T21:00:00+00:00\",\n \"end\": \"2023-08-20T21:00:00+00:00\"\n }\n }\n ],\n \"serviceProvider\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Encounter\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:09cc2be2-a9f7-40d2-966e-f22c7d0a3095\",\n \"resource\": {\n \"resourceType\": \"Condition\",\n \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\n \"code\": \"active\",\n \"display\": \"Active\"\n }\n ]\n },\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-category\",\n \"code\": \"encounter-diagnosis\",\n \"display\": \"Encounter Diagnosis\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"U11.9\",\n \"display\": \"Need for immunization against COVID-19, unspecified\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Budi Santoso\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:4b08a624-b1d7-4bdf-a417-12ee889e549d\"\n },\n \"onsetDateTime\": \"2023-08-20T21:00:00+00:00\",\n \"recordedDate\": \"2023-08-20T21:00:00+00:00\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Condition\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:0afdc07e-b7ff-4011-aaef-8d32fefe9ea6\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"survey\",\n \"display\": \"Survey\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/clinical-term\",\n \"code\": \"OC000133\",\n \"display\": \"Kategori Sasaran Imunisasi COVID-19\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:4b08a624-b1d7-4bdf-a417-12ee889e549d\"\n },\n \"effectiveDateTime\": \"2023-07-07T17:30:00+00:00\",\n \"issued\": \"2023-07-07T17:30:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"105436006\",\n \"display\": \"Elderly person\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:9651bddc-aa59-40f2-a940-fad83cf4c6d4\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"8310-5\",\n \"display\": \"Body temperature\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"urn:uuid:4b08a624-b1d7-4bdf-a417-12ee889e549d\"\n },\n \"effectiveDateTime\": \"2023-07-18T10:00:00+07:00\",\n \"issued\": \"2023-07-18T10:00:00+07:00\",\n \"valueQuantity\": {\n \"value\": 36.5,\n \"unit\": \"C\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"Cel\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:441b3489-5d99-4dd9-9b3c-9f83a6d7486d\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"8480-6\",\n \"display\": \"Systolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"urn:uuid:4b08a624-b1d7-4bdf-a417-12ee889e549d\"\n },\n \"effectiveDateTime\": \"2023-07-18T10:00:00+07:00\",\n \"issued\": \"2023-07-18T10:00:00+07:00\",\n \"valueQuantity\": {\n \"value\": 128,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:14ebc597-fb42-47ac-8566-b02723b27308\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"vital-signs\",\n \"display\": \"Vital Signs\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"8462-4\",\n \"display\": \"Diastolic blood pressure\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n ],\n \"encounter\": {\n \"reference\": \"urn:uuid:4b08a624-b1d7-4bdf-a417-12ee889e549d\"\n },\n \"effectiveDateTime\": \"2023-07-18T10:00:00+07:00\",\n \"issued\": \"2023-07-18T10:00:00+07:00\",\n \"valueQuantity\": {\n \"value\": 78,\n \"unit\": \"mm[Hg]\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"mm[Hg]\"\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:b6f0122d-2024-41e3-a7cb-2dbb607ea4f4\",\n \"resource\": {\n \"resourceType\": \"Immunization\",\n \"status\": \"completed\",\n \"vaccineCode\": {\n \"coding\": [\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"93004035\",\n \"display\": \"Vaksin COVID-19 Recombinant Adenovirus (CHADOX1), 5x10^10 VP/0.5 mL (ASTRAZENECA, 10)\"\n },\n {\n \"system\": \"http://sys-ids.kemkes.go.id/kfa\",\n \"code\": \"VG213\",\n \"display\": \"COVID-19\"\n },\n {\n \"system\": \"http://hl7.org/fhir/sid/cvx\",\n \"code\": \"210\",\n \"display\": \"COVID-19 vaccine, vector-nr, rS-ChAdOx1, PF, 0.5 mL\"\n }\n ]\n },\n \"patient\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Budi Santoso\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:4b08a624-b1d7-4bdf-a417-12ee889e549d\"\n },\n \"occurrenceDateTime\": \"2023-08-20T18:30:00+00:00\",\n \"recorded\": \"2023-08-20T21:00:00+00:00\",\n \"reaction\": [\n {\n \"date\": \"2023-08-19T18:30:00+00:00\",\n \"detail\": {\n \"reference\": \"urn:uuid:82410db7-c210-4720-80ed-a8f1775317d3\",\n \"display\": \"Malaise\"\n },\n \"reported\": false\n }\n ],\n \"primarySource\": true,\n \"location\": {\n \"reference\": \"Location/{{Location_id}}\",\n \"display\": \"Poli Vaksinasi COVID-19\"\n },\n \"lotNumber\": \"202009007\",\n \"route\": {\n \"coding\": [\n {\n \"system\": \"http://www.whocc.no/atc\",\n \"code\": \"inj.intramuscular\",\n \"display\": \"Injection Intramuscular\"\n }\n ]\n },\n \"doseQuantity\": {\n \"value\": 1,\n \"unit\": \"mL\",\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"ml\"\n },\n \"performer\": [\n {\n \"function\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v2-0443\",\n \"code\": \"AP\",\n \"display\": \"Administering Provider\"\n }\n ]\n },\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n }\n },\n {\n \"actor\": {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.kemkes.go.id/CodeSystem/immunization-reason\",\n \"code\": \"IM-Khusus\",\n \"display\": \"Imunisasi Program Khusus\"\n }\n ]\n }\n ],\n \"protocolApplied\": [\n {\n \"doseNumberPositiveInt\": 1\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Immunization\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:82410db7-c210-4720-80ed-a8f1775317d3\",\n \"resource\": {\n \"resourceType\": \"Observation\",\n \"status\": \"final\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/observation-category\",\n \"code\": \"exam\",\n \"display\": \"Exam\"\n }\n ]\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"31044-1\",\n \"display\": \"Immunization reaction\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:4b08a624-b1d7-4bdf-a417-12ee889e549d\"\n },\n \"effectiveDateTime\": \"2023-08-20T21:00:00+00:00\",\n \"issued\": \"2023-08-20T21:00:00+00:00\",\n \"performer\": [\n {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n {\n \"reference\": \"Organization/{{Org_id}}\"\n }\n ],\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"367391008\",\n \"display\": \"Malaise\"\n }\n ]\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Observation\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:4c628816-ef2c-4b1c-b486-6097205a4410\",\n \"resource\": {\n \"resourceType\": \"Procedure\",\n \"status\": \"completed\",\n \"category\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"107733003\",\n \"display\": \"Introduction procedure\"\n }\n ],\n \"text\": \"Introduction procedure\"\n },\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-9-cm\",\n \"code\": \"99.59\",\n \"display\": \"Other vaccination and inoculation\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Budi Santoso\"\n },\n \"encounter\": {\n \"reference\": \"urn:uuid:4b08a624-b1d7-4bdf-a417-12ee889e549d\",\n \"display\": \"Tindakan Vaksinasi COVID-9\"\n },\n \"performedPeriod\": {\n \"start\": \"2023-08-20T19:00:00+00:00\",\n \"end\": \"2023-08-20T20:00:00+00:00\"\n },\n \"performer\": [\n {\n \"actor\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\",\n \"display\": \"Dokter Bronsig\"\n }\n }\n ],\n \"reasonCode\": [\n {\n \"coding\": [\n {\n \"system\": \"http://hl7.org/fhir/sid/icd-10\",\n \"code\": \"U11.9\",\n \"display\": \"Need for immunization against COVID-19, unspecified\"\n }\n ]\n }\n ],\n \"bodySite\": [\n {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"368208006\",\n \"display\": \"Left upper arm structure\"\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Procedure\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:38380b49-6b56-473c-8287-c8582e2e6bfe\",\n \"resource\": {\n \"resourceType\": \"QuestionnaireResponse\",\n \"questionnaire\": \"https://fhir.kemkes.go.id/Questionnaire/Q0015\",\n \"status\": \"completed\",\n \"subject\": {\n \"reference\": \"Patient/{{Patient_id}}\",\n \"display\": \"Budi Santoso\"\n },\n \"encounter\": {\n \"reference\": \"Encounter/{{Encounter_id}}\"\n },\n \"authored\": \"2023-07-18T10:00:00+07:00\",\n \"author\": {\n \"reference\": \"Practitioner/{{Practitioner_id}}\"\n },\n \"source\": {\n \"reference\": \"Patient/{{Patient_id}}\"\n },\n \"item\": [\n {\n \"linkId\": \"1\",\n \"text\": \"Verifikasi Data Identitas\",\n \"item\": [\n {\n \"linkId\": \"1.1\",\n \"text\": \"Dosis terakhir imunisasi COVID-19 yang didapatkan\",\n \"answer\": [\n {\n \"valueString\": \"booster 1\"\n }\n ]\n },\n {\n \"linkId\": \"1.2\",\n \"text\": \"Kapan terakhir kali menerima imunisasi COVID-19?\",\n \"answer\": [\n {\n \"valueDate\": \"2024-01-16\"\n }\n ]\n }\n ]\n },\n {\n \"linkId\": \"2\",\n \"text\": \"Penentuan Sasaran\",\n \"item\": [\n {\n \"linkId\": \"2.1\",\n \"text\": \"Usia\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"105436006\",\n \"display\": \"Elderly person\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.2\",\n \"text\": \"Ibu Hamil\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"2.3\",\n \"text\": \"Tenaga Kesehatan\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"2.4\",\n \"text\": \"Apakah Anda memiliki penyakit komorbid (jawaban boleh lebih dari satu)\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"2667000\",\n \"display\": \"Absent\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.5\",\n \"text\": \"Apakah Anda memiliki immunocompromised (jawaban boleh lebih dari satu)\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"737294004\",\n \"display\": \"Transplant present\"\n }\n }\n ]\n },\n {\n \"linkId\": \"2.6\",\n \"text\": \"Kategori Sasaran\",\n \"answer\": [\n {\n \"valueReference\": {\n \"reference\": \"urn:uuid:0afdc07e-b7ff-4011-aaef-8d32fefe9ea6\"\n }\n }\n ]\n }\n ]\n },\n {\n \"linkId\": \"3\",\n \"text\": \"Skrining\",\n \"item\": [\n {\n \"linkId\": \"3.1\",\n \"text\": \"Apakah Anda hari ini dalam keadaan sehat? (komorbid dan imunocompromised Anda dalam kondisi terkontrol)\",\n \"answer\": [\n {\n \"valueBoolean\": true\n }\n ]\n },\n {\n \"linkId\": \"3.2\",\n \"text\": \"Suhu\",\n \"answer\": [\n {\n \"valueReference\": {\n \"reference\": \"urn:uuid:9651bddc-aa59-40f2-a940-fad83cf4c6d4\"\n }\n }\n ]\n },\n {\n \"linkId\": \"3.3\",\n \"text\": \"Tekanan Darah Sistolik\",\n \"answer\": [\n {\n \"valueReference\": {\n \"reference\": \"urn:uuid:441b3489-5d99-4dd9-9b3c-9f83a6d7486d\"\n }\n }\n ]\n },\n {\n \"linkId\": \"3.4\",\n \"text\": \"Tekanan Darah Diastolik\",\n \"answer\": [\n {\n \"valueReference\": {\n \"reference\": \"urn:uuid:14ebc597-fb42-47ac-8566-b02723b27308\"\n }\n }\n ]\n },\n {\n \"linkId\": \"3.5\",\n \"text\": \"Apakah Anda memiliki riwayat alergi berat seperti sesak napas, bengkak dan urtikaria seluruh badan atau reaksi berat lainnya karena vaksin?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.6\",\n \"text\": \"Apakah Anda seorang yang mengidap penyakit autoimun, dan saat ini dalam kondisi aktif?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.7\",\n \"text\": \"Apakah Anda pernah terkonfirmasi menderita COVID-19?\",\n \"answer\": [\n {\n \"valueBoolean\": true\n }\n ]\n },\n {\n \"linkId\": \"3.8\",\n \"text\": \"Apakah Anda sedang hamil?\",\n \"answer\": [\n {\n \"valueBoolean\": false\n }\n ]\n },\n {\n \"linkId\": \"3.9\",\n \"text\": \"Hasil Skrining\",\n \"answer\": [\n {\n \"valueReference\": {\n \"reference\": \"urn:uuid:b6f0122d-2024-41e3-a7cb-2dbb607ea4f4\"\n }\n }\n ]\n }\n ]\n },\n {\n \"linkId\": \"4\",\n \"text\": \"Hasil Pelayanan Imunisasi\",\n \"answer\": [\n {\n \"valueReference\": {\n \"reference\": \"urn:uuid:b6f0122d-2024-41e3-a7cb-2dbb607ea4f4\"\n }\n }\n ]\n },\n {\n \"linkId\": \"5\",\n \"text\": \"Hasil Observasi\",\n \"answer\": [\n {\n \"valueCoding\": {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"105721009\",\n \"display\": \"General problem AND/OR complaint\"\n },\n \"item\": [\n {\n \"linkId\": \"5.1\",\n \"text\": \"Sebutkan keluhan jika ada\",\n \"answer\": [\n {\n \"valueString\": \"Pusing\"\n }\n ]\n }\n ]\n }\n ]\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"QuestionnaireResponse\"\n }\n }\n ]\n}",
|
|
"options": {
|
|
"raw": {
|
|
"language": "json"
|
|
}
|
|
}
|
|
},
|
|
"url": {
|
|
"raw": "{{base_url}}",
|
|
"host": [
|
|
"{{base_url}}"
|
|
]
|
|
}
|
|
},
|
|
"status": "OK",
|
|
"code": 200,
|
|
"_postman_previewlanguage": "json",
|
|
"header": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "X-Origin"
|
|
},
|
|
{
|
|
"key": "vary",
|
|
"value": "Referer"
|
|
},
|
|
{
|
|
"key": "date",
|
|
"value": "Tue, 30 Jan 2024 09:05:32 GMT"
|
|
},
|
|
{
|
|
"key": "content-length",
|
|
"value": "3716"
|
|
},
|
|
{
|
|
"key": "X-Xss-Protection",
|
|
"value": "1; mode=block"
|
|
},
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "x-request-id",
|
|
"value": "69e0d4e1-4d38-4bf7-beb8-88aa517fb629"
|
|
},
|
|
{
|
|
"key": "Via",
|
|
"value": "1.1 google"
|
|
},
|
|
{
|
|
"key": "Strict-Transport-Security",
|
|
"value": "max-age=31536000; includeSubDomains"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "strict-origin"
|
|
},
|
|
{
|
|
"key": "Permissions-Policy",
|
|
"value": "camera=(), microphone=(), geolocation=(), browsing-topics=()"
|
|
},
|
|
{
|
|
"key": "Content-Security-Policy",
|
|
"value": "default-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/\\\"MTcwNjYwNTUzMjMzNTIwMTAwMA\\\"\",\n \"lastModified\": \"2024-01-30T09:05:32.335201+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Encounter/2209ff64-0c02-4ca0-bc64-cefdb61c7151/_history/MTcwNjYwNTUzMjMzNTIwMTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Encounter\",\n \"resourceID\": \"2209ff64-0c02-4ca0-bc64-cefdb61c7151\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjYwNTUzMjMzNTIwMTAwMA\\\"\",\n \"lastModified\": \"2024-01-30T09:05:32.335201+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Condition/1abc2be6-f903-424f-a17a-a3a306d0f9ad/_history/MTcwNjYwNTUzMjMzNTIwMTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Condition\",\n \"resourceID\": \"1abc2be6-f903-424f-a17a-a3a306d0f9ad\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjYwNTUzMjMzNTIwMTAwMA\\\"\",\n \"lastModified\": \"2024-01-30T09:05:32.335201+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/d2192912-5999-4c2a-b8e7-60ee18468dbe/_history/MTcwNjYwNTUzMjMzNTIwMTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"d2192912-5999-4c2a-b8e7-60ee18468dbe\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjYwNTUzMjMzNTIwMTAwMA\\\"\",\n \"lastModified\": \"2024-01-30T09:05:32.335201+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/a5d6f1e8-d164-408b-b05d-34cf0b502500/_history/MTcwNjYwNTUzMjMzNTIwMTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"a5d6f1e8-d164-408b-b05d-34cf0b502500\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjYwNTUzMjMzNTIwMTAwMA\\\"\",\n \"lastModified\": \"2024-01-30T09:05:32.335201+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/c29a3df7-aedf-4925-966c-a28816c6382d/_history/MTcwNjYwNTUzMjMzNTIwMTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"c29a3df7-aedf-4925-966c-a28816c6382d\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjYwNTUzMjMzNTIwMTAwMA\\\"\",\n \"lastModified\": \"2024-01-30T09:05:32.335201+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/2a00b925-237f-4081-9942-9f91774fe160/_history/MTcwNjYwNTUzMjMzNTIwMTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"2a00b925-237f-4081-9942-9f91774fe160\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjYwNTUzMjMzNTIwMTAwMA\\\"\",\n \"lastModified\": \"2024-01-30T09:05:32.335201+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Immunization/99ff8a02-c041-48a5-83a9-40886a625b0e/_history/MTcwNjYwNTUzMjMzNTIwMTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Immunization\",\n \"resourceID\": \"99ff8a02-c041-48a5-83a9-40886a625b0e\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjYwNTUzMjMzNTIwMTAwMA\\\"\",\n \"lastModified\": \"2024-01-30T09:05:32.335201+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Observation/cdc4568a-91a7-4415-bc07-e037b5b07892/_history/MTcwNjYwNTUzMjMzNTIwMTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Observation\",\n \"resourceID\": \"cdc4568a-91a7-4415-bc07-e037b5b07892\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjYwNTUzMjMzNTIwMTAwMA\\\"\",\n \"lastModified\": \"2024-01-30T09:05:32.335201+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/Procedure/4d8d2483-2856-42a8-b2c9-05bc6ef2639c/_history/MTcwNjYwNTUzMjMzNTIwMTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"Procedure\",\n \"resourceID\": \"4d8d2483-2856-42a8-b2c9-05bc6ef2639c\"\n }\n },\n {\n \"response\": {\n \"etag\": \"W/\\\"MTcwNjYwNTUzMjMzNTIwMTAwMA\\\"\",\n \"lastModified\": \"2024-01-30T09:05:32.335201+00:00\",\n \"location\": \"https://api-satusehat-dev.dto.kemkes.go.id/fhir-r4/v1/QuestionnaireResponse/7dd74b80-aadd-4604-be85-885629c89d52/_history/MTcwNjYwNTUzMjMzNTIwMTAwMA\",\n \"status\": \"201 Created\",\n \"resourceType\": \"QuestionnaireResponse\",\n \"resourceID\": \"7dd74b80-aadd-4604-be85-885629c89d52\"\n }\n }\n ],\n \"resourceType\": \"Bundle\",\n \"type\": \"transaction-response\",\n \"total\": 10\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": [
|
|
""
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |