電子病歷交換單張實作指引(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

: 檢驗檢查 Specimen example - JSON Representation

Raw json | Download


{
  "resourceType" : "Specimen",
  "id" : "IC-Spe4",
  "meta" : {
    "profile" : [
      🔗 "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/InspectionCheckSpecimen"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Specimen IC-Spe4</b></p><a name=\"IC-Spe4\"> </a><a name=\"hcIC-Spe4\"> </a><a name=\"IC-Spe4-en-US\"> </a><p><b>subject</b>: <a href=\"Bundle-example-IC.html#https-//twcore.mohw.gov.tw/ig/emr/Patient/IC-Pat2\">Bundle: identifier = https://twcore.mohw.gov.tw/ig/index.html#Bundle-EMR; type = document; timestamp = 2023-01-04 13:01:56+0800</a></p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>BodySite</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 106004}\">Posterior carpal region</span></td></tr></table></div>"
  },
  "subject" : {
    🔗 "reference" : "https://twcore.mohw.gov.tw/ig/emr/Patient/IC-Pat2"
  },
  "collection" : {
    "bodySite" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "106004"
        }
      ],
      "text" : "Posterior carpal region"
    }
  }
}