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

FHIR IG analytics

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

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: 獨立穿脫衣服


Source1

{
  "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": "獨立穿脫衣服"
  }
}