電子病歷交換單張實作指引(EMR-IG)
0.1.0 - ci-build

This page is part of the 電子病歷交換單張實作指引(EMR-IG) (v0.1.0: Releases) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: 調劑單張 Observation example - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "obs-ds",
  "meta" : {
    "profile" : [
      🔗 "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Observation-DS-BodyWeight"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation obs-ds</b></p><a name=\"obs-ds\"> </a><a name=\"hcobs-ds\"> </a><a name=\"obs-ds-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 29463-7}\">Body weight</span></p><p><b>subject</b>: <a href=\"Patient-pat-ds.html\">甄○康(official) Female, DoB: 1985-01-02 ( Medical record number: Z199999829\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>encounter</b>: <a href=\"Encounter-enc-ds.html\">Encounter: status = finished; class = 西醫一般案件 (casetype#01); serviceType = 家醫科; period = 2023-02-23 --&gt; (ongoing)</a></p><p><b>effective</b>: 2023-12-21</p><p><b>performer</b>: <a href=\"Practitioner-pra-dis-ds.html\">Practitioner 洪藥師(official)</a></p><p><b>value</b>: 50 kg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codekg = 'kg')</span></p></div>"
  },
  "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" : "29463-7",
        "display" : "Body weight"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/pat-ds"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/enc-ds"
  },
  "effectiveDateTime" : "2023-12-21",
  "performer" : [
    {
      🔗 "reference" : "Practitioner/pra-dis-ds"
    }
  ],
  "valueQuantity" : {
    "value" : 50,
    "unit" : "kg",
    "system" : "http://unitsofmeasure.org",
    "code" : "kg"
  }
}