FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetw.gov.mohw.twcore
Resource TypeObservation
IdObservation-obs-careExp-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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


Source1

{
  "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"
}