FHIR IG analytics| Package | tw.gov.mohw.twcore |
| Resource Type | Observation |
| Id | Observation-obs-pediatric-weight-height-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-weight-height-example
status: Final
category: 生命體徵
code: Weight-for-length Per age and sex
subject: 李貝拉(official) Female, DoB: 2019-11-26 ( Medical record number (use: official, ))
effective: 2020-07-02
value: 65 % (Details: UCUM code% = '%')
note:
臺灣國民健康署 0-7歲兒童生長曲線
{
"resourceType": "Observation",
"id": "obs-pediatric-weight-height-example",
"meta": {
"profile": [
"https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-pediatric-weight-height-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": "77606-2",
"display": "Weight-for-length Per age and sex"
}
],
"text": "Weight-for-length Per age and sex"
},
"subject": {
"reference": "Patient/pat-child-example"
},
"effectiveDateTime": "2020-07-02",
"valueQuantity": {
"value": 65,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
},
"note": [
{
"text": "臺灣國民健康署 0-7歲兒童生長曲線"
}
]
}