FHIR IG analytics| Package | tw.gov.mohw.twcore |
| Resource Type | Observation |
| Id | Observation-obs-careExp-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-careExp-example
status: Final
category: Care experience preference
code: Care experience preference
subject: 陳加玲(official) Female, DoB: 1990-01-01 ( Medical record number (use: official, ))
effective: 2024-01-01
performer: Practitioner 陳莉(official)
value: For critical or end-of-life care, here are some examples of the things that I would like to have near me, music that I’d like to hear, and other details of my care that would help to keep me happy and relaxed: Like Bach, especially the cantatas. St. Martin in the Fields
{
"resourceType": "Observation",
"id": "obs-careExp-example",
"meta": {
"profile": [
"https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-careExperiencePreference-twcore"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/category-code-tw",
"code": "care-experience-preference",
"display": "Care experience preference"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "95541-9"
}
]
},
"subject": {
"reference": "Patient/pat-example"
},
"effectiveDateTime": "2024-01-01",
"performer": [
{
"reference": "Practitioner/pra-nurse-example"
}
],
"valueString": "For critical or end-of-life care, here are some examples of the things that I would like to have near me, music that I’d like to hear, and other details of my care that would help to keep me happy and relaxed: Like Bach, especially the cantatas. St. Martin in the Fields"
}