臺灣次世代基因定序檢測實作指引
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

: spe-bld-min - JSON Representation

Raw json | Download

{
  "resourceType" : "Specimen",
  "id" : "spe-bld-min",
  "meta" : {
    "profile" : [
      🔗 "http://example.org/StructureDefinition/Specimen-twngs"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Specimen spe-bld-min</b></p><a name=\"spe-bld-min\"> </a><a name=\"hcspe-bld-min\"> </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-Specimen-twngs.html\">基因檢測檢體-Specimen TWNGS</a></p></div><p><b>identifier</b>: 123-4567</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org LP7057-5}\">Bld</span></p><p><b>subject</b>: <a href=\"Patient-pat-min.html\">王大明 Male, DoB: 2001-01-01 ( Medical record number\u00a0(use:\u00a0official,\u00a0))</a></p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collected[x]</b></td><td><b>Quantity</b></td><td><b>BodySite</b></td></tr><tr><td style=\"display: none\">*</td><td>2025-06-07</td><td>40 %</td><td><span title=\"Codes:\">周邊全血</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "value" : "123-4567"
    }
  ],
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "LP7057-5",
        "display" : "Bld"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/pat-min"
  },
  "collection" : {
    "collectedDateTime" : "2025-06-07",
    "quantity" : {
      "value" : 40,
      "unit" : "%"
    },
    "bodySite" : {
      "text" : "周邊全血"
    }
  }
}