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

FHIR IG analytics

Packagetw.gov.mohw.twcore
Resource TypeObservation
IdObservation-obs-treatment-intervention-preference-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-treatment-intervention-preference-example

status: Final

category: Treatment Intervention Preference

code: preferences for medical treatment

subject: 陳加玲(official) Female, DoB: 1990-01-01 ( Medical record number (use: official, ))

effective: 2023-08-30

performer: Practitioner 王依昇(official)

value: If I am having significant pain or suffering, I would like my doctors to consult a Supportive and Palliative Care Team to help treat my physical, emotional and spiritual discomfort, and to support my family.


Source1

{
  "resourceType": "Observation",
  "id": "obs-treatment-intervention-preference-example",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-treatment-intervention-preference-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": "treatment-intervention-preference",
          "display": "Treatment Intervention preference"
        }
      ],
      "text": "Treatment Intervention Preference"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "75773-2",
        "display": "Goals, preferences, and priorities for medical treatment Narrative - Reported"
      }
    ],
    "text": "preferences for medical treatment"
  },
  "subject": {
    "reference": "Patient/pat-example"
  },
  "effectiveDateTime": "2023-08-30",
  "performer": [
    {
      "reference": "Practitioner/pra-dr-example"
    }
  ],
  "valueString": "If I am having significant pain or suffering, I would like my doctors to consult a Supportive and Palliative Care Team to help treat my physical, emotional and spiritual discomfort, and to support my family."
}