醫查實作指引
0.1.0 - CI Build

醫查實作指引 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 血型 - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "ObservationBloodType-min",
  "meta" : {
    "profile" : [
      🔗 "https://hitstdio.ntunhs.edu.tw/imri/StructureDefinition/observationbloodtype-imri"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>血型</b></h3><p><b>狀態</b>:Final</p><p><b>項目</b>:ABO and Rh group [Type] in Blood <span style=\"background: LightGoldenRodYellow; margin:4px; border:1px solid khaki\">( <a href=\"http://loinc.org\">LOINCCodes</a>#882-1)</span></p><p><b>病人</b>:<a href=\"Patient-Patient-min.html\">Patient/Patient-min</a> \"安格斯\"</p><p><b>血型</b>:B Pos <span style=\"background: LightGoldenRodYellow; margin:4px; border:1px solid khaki\">( <a href=\"http://loinc.org\">LOINCCodes</a>#LA21327-4)</span></p></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "882-1",
        "display" : "ABO and Rh group [Type] in Blood"
      }
    ],
    "text" : "ABO and Rh group [Type] in Blood"
  },
  "subject" : {
    🔗 "reference" : "Patient/Patient-min"
  },
  "effectiveDateTime" : "2023-09-08T11:25:11+08:00",
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "LA21327-4",
        "display" : "B Pos"
      }
    ]
  }
}