FHIR IG analytics| Package | tw.gov.mohw.twcore |
| Resource Type | Observation |
| Id | Observation-obs-clinical-result-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-clinical-result-example
Profile: TW Core Observation Clinical Result
status: Final
category: Exam
code: Capillary refill Time Nail Bed
subject: 陳加玲(official) Female, DoB: 1990-01-01 ( Medical record number (use: official, ))
effective: 2021-11-10 16:48:57-0800
value: 1 s (Details: UCUM codes = 's')
{
"resourceType": "Observation",
"id": "obs-clinical-result-example",
"meta": {
"profile": [
"https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-clinical-result-twcore"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "exam",
"display": "Exam"
}
],
"text": "Exam"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "44963-7"
}
],
"text": "Capillary refill Time Nail Bed"
},
"subject": {
"reference": "Patient/pat-example"
},
"encounter": {
"reference": "Encounter/enc-example"
},
"effectiveDateTime": "2021-11-10T16:48:57.246958-08:00",
"valueQuantity": {
"value": 1,
"unit": "s",
"system": "http://unitsofmeasure.org",
"code": "s"
}
}