FHIR IG analytics| Package | tw.gov.mohw.twcore |
| Resource Type | Observation |
| Id | Observation-obs-simple-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-simple-example
Profile: TW Core Simple Observation
status: Final
category: Survey
code: 老年評估
subject: 陳加玲(official) Female, DoB: 1990-01-01 ( Medical record number (use: official, ))
effective: 2023-11-24 21:26:59+0000
performer: Practitioner 陳莉(official)
value: 獨立穿脫衣服
{
"resourceType": "Observation",
"id": "obs-simple-example",
"meta": {
"profile": [
"https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-simple-twcore"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "survey",
"display": "Survey"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "75276-6",
"display": "Functional status [Interpretation]"
}
],
"text": "老年評估"
},
"subject": {
"reference": "Patient/pat-example"
},
"effectiveDateTime": "2023-11-24T21:26:59Z",
"performer": [
{
"reference": "Practitioner/pra-nurse-example"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "129035000",
"display": "Independent with dressing (finding)"
}
],
"text": "獨立穿脫衣服"
}
}