FHIR IG analytics| Package | silth.fhir.th.mophpc1 |
| Resource Type | Observation |
| Id | Observation-observation-vital-bt1.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation
Resource Observation "observation-vital-bt1"
Profile: MoPH-PC Observation: Vital
status: final
category: Vital Signs (Observation Category Codes#vital-signs)
code: Body temperature (LOINC#8310-5)
subject: Patient/patient-patient4: นาง สมควร ใจดี " ใจดี"
effective: 2018-03-11 12:30:02+0700
performer: Practitioner/practitioner-doctor1: พญ. สมหญิง จริงใจ " จริงใจ"
value: 37 Celsius (Details: UCUM code Cel = 'Cel')
{
"resourceType": "Observation",
"id": "observation-vital-bt1",
"meta": {
"profile": [
"https://fhir-ig.sil-th.org/th/mophpc1/StructureDefinition/mophpc-observation-vital-base"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs",
"display": "Vital Signs"
}
],
"text": "Vital Signs"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8310-5",
"display": "Body temperature"
}
],
"text": "Body temperature"
},
"subject": {
"reference": "Patient/patient-patient4",
"display": "นาง สมควร ใจดี"
},
"effectiveDateTime": "2018-03-11T12:30:02+07:00",
"performer": [
{
"reference": "Practitioner/practitioner-doctor1",
"display": "พญ. สมหญิง จริงใจ"
}
],
"valueQuantity": {
"value": 37,
"unit": "Celsius",
"system": "http://unitsofmeasure.org",
"code": "Cel"
}
}