FHIR IG analytics| Package | silth.fhir.th.claimcon |
| Resource Type | Observation |
| Id | Observation-observation-bw-ssi.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation
Resource Observation "observation-bw-ssi"
Information Source: ssi!
status: final
category: สัญญาณชีพ (Observation Category Codes#vital-signs "Vital Signs")
code: น้ำหนักแรกรับ (LOINC#29463-7 "Body weight"; SNOMED CT#27113001 "Body weight")
subject: Patient/patient-ssi ""
encounter: Encounter/encounter-ssi
value: 65 kg (Details: UCUM code kg = 'kg')
{
"resourceType": "Observation",
"id": "observation-bw-ssi",
"meta": {
"source": "ssi"
},
"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": "สัญญาณชีพ"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "29463-7",
"display": "Body weight"
},
{
"system": "http://snomed.info/sct",
"code": "27113001",
"display": "Body weight"
}
],
"text": "น้ำหนักแรกรับ"
},
"subject": {
"reference": "Patient/patient-ssi"
},
"encounter": {
"reference": "Encounter/encounter-ssi"
},
"valueQuantity": {
"value": 65,
"unit": "kg",
"system": "http://unitsofmeasure.org",
"code": "kg"
}
}