FHIR IG analytics| Package | tw.gov.mohw.twcore |
| Resource Type | Observation |
| Id | Observation-obs-pediatric-bmi-age-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation obs-pediatric-bmi-age-example
status: Final
category: 生命體徵
code: BMI
subject: 李貝拉(official) Female, DoB: 2019-11-26 ( Medical record number (use: official, ))
effective: 2022-07-31
performer: Organization 衛生福利部臺北醫院
value: 65 % (Details: UCUM code% = '%')
{
"resourceType": "Observation",
"id": "obs-pediatric-bmi-age-example",
"meta": {
"profile": [
"https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-pediatric-bmi-age-twcore"
]
},
"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": "59576-9",
"display": "Body mass index (BMI) [Percentile] Per age and sex"
}
],
"text": "BMI"
},
"subject": {
"reference": "Patient/pat-child-example"
},
"effectiveDateTime": "2022-07-31",
"performer": [
{
"reference": "Organization/org-hosp-example"
}
],
"valueQuantity": {
"value": 65,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
}
}