醫療影像及報告實作指引
0.1.0 - DSTU0 ci-build

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

: TWCoreSpecimen - JSON Representation

Raw json | Download


{
  "resourceType" : "Specimen",
  "id" : "TWCoreSpecimen",
  "meta" : {
    "profile" : [
      🔗 "https://hapi.fhir.tw/fhir/StructureDefinition/TWCoreSpecimen"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Specimen TWCoreSpecimen</b></p><a name=\"TWCoreSpecimen\"> </a><a name=\"hcTWCoreSpecimen\"> </a><a name=\"hcTWCoreSpecimen-en-US\"> </a><p><b>identifier</b>: Filler Identifier/S12345_01A</p><p><b>status</b>: Available</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 122610009}\">Specimen from lung obtained by biopsy (specimen)</span></p><p><b>subject</b>: <a href=\"Patient-TWCorePatient.html\">胖吉 綠 (official) Male, DoB: 1987-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code\u00a0(use:\u00a0official,\u00a0))</a></p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collector</b></td><td><b>Collected[x]</b></td><td><b>Method</b></td><td><b>BodySite</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-TWCorePractitioner.html\">Practitioner 大吉 連 (official)</a></td><td>2021-06-21 06:15:00+0000</td><td><span title=\"Codes:{http://snomed.info/sct 78603008}\">Biopsy of lung (procedure)</span></td><td><span title=\"Codes:{http://snomed.info/sct 245521007}\">Structure of segment of upper lobe of left lung (body structure)</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "FILL",
            "display" : "Filler Identifier"
          }
        ]
      },
      "value" : "S12345_01A"
    }
  ],
  "status" : "available",
  "type" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "122610009",
        "display" : "Specimen from lung obtained by biopsy (specimen)"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/TWCorePatient"
  },
  "collection" : {
    "collector" : {
      🔗 "reference" : "Practitioner/TWCorePractitioner"
    },
    "collectedDateTime" : "2021-06-21T06:15:00Z",
    "method" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "78603008",
          "display" : "Biopsy of lung (procedure)"
        }
      ]
    },
    "bodySite" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "245521007",
          "display" : "Structure of segment of upper lobe of left lung (body structure)"
        }
      ]
    }
  }
}