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

FHIR IG analytics

Packagetw.iii.ltc
Resource TypeObservation
IdObservation-ltc-observation-vital-signs-panel-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 ltc-observation-vital-signs-panel-example

status: Final

category: Vital Signs

code: 一組生命徵象檢驗檢查

subject: 陳明慧 Female, DoB: 1945-03-15 ( National Person Identifier (TWN): A123456789 (use: official, ))

effective: 2024-01-15 08:00:00+0800

performer: Practitioner 王醫師

note: @2024-01-15 08:00:00+0800

生命徵象檢查完成,各項指標均在正常範圍內

hasMember: Observation Blood pressure panel with all children optional


Source1

{
  "resourceType": "Observation",
  "id": "ltc-observation-vital-signs-panel-example",
  "meta": {
    "profile": [
      "http://ltc-ig.fhir.tw/StructureDefinition/LTCObservationVitalSignsPanel"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "85353-1",
        "display": "Vital signs, weight, height, head circumference, oxygen saturation and BMI panel"
      }
    ],
    "text": "一組生命徵象檢驗檢查"
  },
  "subject": {
    "reference": "Patient/ltc-patient-chen-ming-hui"
  },
  "effectiveDateTime": "2024-01-15T08:00:00+08:00",
  "performer": [
    {
      "reference": "Practitioner/ltc-practitioner-physician-aa12-example"
    }
  ],
  "note": [
    {
      "time": "2024-01-15T08:00:00+08:00",
      "text": "生命徵象檢查完成,各項指標均在正常範圍內"
    }
  ],
  "hasMember": [
    {
      "reference": "Observation/ltc-observation-blood-pressure-example"
    }
  ]
}