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 - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Specimen",
  "id" : "krcore-specimen-example-01",
  "meta" : {
    "profile" : [
      🔗 "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-specimen"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "identifier" : [
    {
      "system" : "https://www.examplehospital.com/Identifier/specimen-id",
      "value" : "example-specimen-id-01"
    }
  ],
  "status" : "available",
  "type" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "119364003",
        "display" : "Serum specimen (specimen)"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/krcore-patient-example-01"
  },
  "collection" : {
    "collector" : {
      🔗 "reference" : "Practitioner/krcore-nurse-example-01"
    },
    "collectedDateTime" : "2025-06-01T08:30:00+09:00",
    "bodySite" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "49852007",
          "display" : "Structure of median cubital vein (body structure)"
        }
      ]
    }
  },
  "container" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "702279008",
            "display" : "Evacuated blood collection tube, gel separator (physical object)"
          }
        ]
      },
      "specimenQuantity" : {
        "value" : 5,
        "unit" : "milliliter",
        "system" : "http://unitsofmeasure.org",
        "code" : "mL"
      }
    }
  ]
}