臺灣血液透析實作指引 (TW HD IG)
0.0.2 - ci-build Taiwan, Province of China flag

臺灣血液透析實作指引 (TW HD IG) - Local Development build (v0.0.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 範例:檢驗 - 血色素 (Hb) - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "hd-lab-hb-example",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.muen.tw/ig/hd/StructureDefinition/hd-lab-observation"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation hd-lab-hb-example</b></p><a name=\"hd-lab-hb-example\"> </a><a name=\"hchd-lab-hb-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-hd-lab-observation.html\">血液透析檢驗 (HD Laboratory Observation)</a></p></div><p><b>透析時間點 (Dialysis Timing)</b>: <span title=\"Codes:{https://fhir.muen.tw/ig/hd/CodeSystem/hd-dialysis-timing pre-dialysis}\">透析前 (Pre-dialysis)</span></p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 718-7}\">Hemoglobin [Mass/volume] in Blood</span></p><p><b>subject</b>: <a href=\"Patient-hd-patient-example.html\">王小明(official) Male, DoB: 1965-03-12 ( Medical record number\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>effective</b>: 2024-03-01</p><p><b>value</b>: 10.5 g/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeg/dL = 'g/dL')</span></p></div>"
  },
  "extension" : [
    {
      "url" : "https://fhir.muen.tw/ig/hd/StructureDefinition/hd-observation-dialysis-timing",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://fhir.muen.tw/ig/hd/CodeSystem/hd-dialysis-timing",
            "code" : "pre-dialysis",
            "display" : "透析前 (Pre-dialysis)"
          }
        ]
      }
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "laboratory"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "718-7",
        "display" : "Hemoglobin [Mass/volume] in Blood"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/hd-patient-example"
  },
  "effectiveDateTime" : "2024-03-01",
  "valueQuantity" : {
    "value" : 10.5,
    "unit" : "g/dL",
    "system" : "http://unitsofmeasure.org",
    "code" : "g/dL"
  }
}