FHIR IG analytics| Package | tw.gov.mohw.twcore |
| Resource Type | Observation |
| Id | Observation-obs-ofc-percentile-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-ofc-percentile-example
status: Final
category: Vital Signs
code: Head Occipital-frontal circumference Percentile
subject: 李貝拉(official) Female, DoB: 2019-11-26 ( Medical record number (use: official, ))
effective: 2020-07-01
value: 82 % (Details: UCUM code% = '%')
note:
WHO Males, 0-2 years Chart
{
"resourceType": "Observation",
"id": "obs-ofc-percentile-example",
"meta": {
"profile": [
"https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-pediatric-head-circumference-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": "Vital Signs"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8289-1",
"display": "Head Occipital-frontal circumference Percentile"
}
],
"text": "Head Occipital-frontal circumference Percentile"
},
"subject": {
"reference": "Patient/pat-child-example"
},
"effectiveDateTime": "2020-07-01",
"valueQuantity": {
"value": 82,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
},
"note": [
{
"text": "WHO Males, 0-2 years Chart"
}
]
}