KR Core Implementation Guide
2.0.0-preview - STU2 Korea, Republic of flag

KR Core Implementation Guide - Local Development build (v2.0.0-preview) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: krcore-specimen-example-01 - XML Representation

Page standards status: Informative

Raw xml | Download


<Specimen xmlns="http://hl7.org/fhir">
  <id value="krcore-specimen-example-01"/>
  <meta>
    <profile
             value="http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-specimen"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Specimen krcore-specimen-example-01</b></p><a name="krcore-specimen-example-01"> </a><a name="hckrcore-specimen-example-01"> </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-krcore-specimen.html">KR Core Specimen Profile</a></p></div><p><b>identifier</b>: <code>https://www.examplehospital.com/Identifier/specimen-id</code>/example-specimen-id-01</p><p><b>status</b>: Available</p><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 119364003}">Serum specimen (specimen)</span></p><p><b>subject</b>: <a href="Patient-krcore-patient-example-01.html">박아픔 Male, DoB: 2001-01-01 ( Medical record number)</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>BodySite</b></td></tr><tr><td style="display: none">*</td><td><a href="Practitioner-krcore-nurse-example-01.html">Practitioner 전진현</a></td><td>2025-06-01 08:30:00+0900</td><td><span title="Codes:{http://snomed.info/sct 49852007}">Structure of median cubital vein (body structure)</span></td></tr></table><h3>Containers</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Type</b></td><td><b>SpecimenQuantity</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://snomed.info/sct 702279008}">Evacuated blood collection tube, gel separator (physical object)</span></td><td>5 milliliter<span style="background: LightGoldenRodYellow"> (Details: UCUM  codemL = 'mL')</span></td></tr></table></div>
  </text>
  <identifier>
    <system value="https://www.examplehospital.com/Identifier/specimen-id"/>
    <value value="example-specimen-id-01"/>
  </identifier>
  <status value="available"/>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="119364003"/>
      <display value="Serum specimen (specimen)"/>
    </coding>
  </type>
  <subject>🔗 
    <reference value="Patient/krcore-patient-example-01"/>
  </subject>
  <collection>
    <collector>🔗 
      <reference value="Practitioner/krcore-nurse-example-01"/>
    </collector>
    <collectedDateTime value="2025-06-01T08:30:00+09:00"/>
    <bodySite>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="49852007"/>
        <display value="Structure of median cubital vein (body structure)"/>
      </coding>
    </bodySite>
  </collection>
  <container>
    <type>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="702279008"/>
        <display
                 value="Evacuated blood collection tube, gel separator (physical object)"/>
      </coding>
    </type>
    <specimenQuantity>
      <value value="5"/>
      <unit value="milliliter"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mL"/>
    </specimenQuantity>
  </container>
</Specimen>