臺灣血液透析實作指引 (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

: 範例:透析器 Asahi Rexeed-15L - JSON Representation

Raw json | Download

{
  "resourceType" : "Device",
  "id" : "hd-dialyzer-example",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.muen.tw/ig/hd/StructureDefinition/hd-dialyzer"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device hd-dialyzer-example</b></p><a name=\"hd-dialyzer-example\"> </a><a name=\"hchd-dialyzer-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-dialyzer.html\">透析器 (Dialyzer)</a></p></div><p><b>透析器表面積 (Dialyzer Surface Area)</b>: 1.5 m2<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codem2 = 'm2')</span></p><p><b>type</b>: <span title=\"Codes:{https://fhir.muen.tw/ig/hd/CodeSystem/dialyzer-model 36}\">Asahi Rexeed-15L</span></p><p><b>patient</b>: <a href=\"Patient-hd-patient-example.html\">王小明(official) Male, DoB: 1965-03-12 ( Medical record number\u00a0(use:\u00a0official,\u00a0))</a></p></div>"
  },
  "extension" : [
    {
      "url" : "https://fhir.muen.tw/ig/hd/StructureDefinition/hd-device-surface-area",
      "valueQuantity" : {
        "value" : 1.5,
        "system" : "http://unitsofmeasure.org",
        "code" : "m2"
      }
    }
  ],
  "type" : {
    "coding" : [
      {
        "system" : "https://fhir.muen.tw/ig/hd/CodeSystem/dialyzer-model",
        "code" : "36",
        "display" : "Asahi Rexeed-15L"
      }
    ]
  },
  "patient" : {
    🔗 "reference" : "Patient/hd-patient-example"
  }
}