Update Json Patient Care

This commit is contained in:
2025-05-15 09:24:29 +07:00
parent baba9a535e
commit 5130621bc9

View File

@@ -0,0 +1,153 @@
{
"resourceType" : "Condition",
"id" : "condition-rssa-pneumonia-001",
"clinicalStatus": {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
"version" : "",
"code" : "active",
"display" : "Active",
"userSelected" : true
}],
"text" : "Active"
},
"verificationStatus": {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
"version" : "",
"code" : "confirmed",
"display" : "Confirmed",
"userSelected" : true
}],
"text" : "Confirmed"
},
"category" : [{
"coding": [{
"system" : "http://terminology.hl7.org/CodeSystem/condition-category",
"version" : "",
"code" : "encounter-diagnosis",
"display" : "Encounter Diagnosis",
"userSelected" : true
}],
"text": "Diagnosis saat kunjungan"
}],
"severity" : {
"coding": [{
"system" : "http://snomed.info/sct",
"version" : "",
"code" : "24484000",
"display" : "Severe",
"userSelected" : true
}],
"text": "Parah"
},
"code" : {
"coding": [{
"system" : "http://hl7.org/fhir/sid/icd-10",
"version" : "",
"code" : "J18.9",
"display" : "Pneumonia, unspecified organism",
"userSelected" : true
}],
"text": "Pneumonia"
},
"bodySite" : [{
"coding": [{
"system" : "http://snomed.info/sct",
"version" : "",
"code" : "39607008",
"display" : "Lung structure",
"userSelected" : true
}],
"text": "Paru-paru"
}],
"subject" : {
"reference" : "Patient/patient-rssa-001",
"display" : "Ahmad Fadli"
},
"encounter" : {
"reference" : "Encounter/encounter-rssa-icu-20250501",
"display" : "Rawat Inap ICU RSSA 1 Mei 2025"
},
"onset" : {
"onsetDateTime" : "2025-05-01T10:30:00+07:00",
"onsetAge" : "",
"onsetPeriod" : {"start": "","end": ""},
"onsetRange" : {"low": "","high": ""},
"onsetString" : ""
},
"abatement" : {
"abatementDateTime" : "",
"abatementAge" : "",
"abatementPeriod" : {"start": "","end": ""},
"abatementRange" : {"low": "","high": ""},
"abatementString" : ""
},
"recordedDate" : "2025-05-01T11:00:00+07:00",
"participant" : [{
"function" : {
"coding": [{
"system" : "",
"version" : "",
"code" : "",
"display" : "",
"userSelected" : false
}],
"text": ""
},
"actor" : {
"reference" : "Practitioner/practitioner-rssa-dr-lisa",
"display" : "dr. Lisa Hartati, Sp.P"
}
}],
"stage" : [{
"summary" : {
"coding": [{
"system" : "",
"version" : "",
"code" : "",
"display" : "",
"userSelected" : false
}],
"text": ""
},
"assessment" : [{
"reference" : "",
"display" : ""
}],
"type" : {
"coding": [{
"system" : "",
"version" : "",
"code" : "",
"display" : "",
"userSelected" : false
}],
"text": ""
}
}],
"evidence" : [{
"concept" : {
"coding": [{
"system" : "",
"version" : "",
"code" : "",
"display" : "",
"userSelected" : false
}],
"text": ""
},
"reference" : {
"reference" : "",
"display" : ""
}
}],
"note" : [{
"authorReference": {
"reference" : "Practitioner/practitioner-rssa-dr-lisa",
"display" : "dr. Lisa Hartati, Sp.P"
},
"time" : "2025-05-01T11:15:00+07:00",
"text" : "Pasien datang dengan demam, batuk berdahak, dan sesak napas. Pemeriksaan radiologi menunjukkan infiltrat pada paru kanan."
}]
}