FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.kr.core
Resource TypeSpecimen
IdSpecimen-krcore-specimen-example-01.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Specimen krcore-specimen-example-01

identifier: https://www.examplehospital.com/Identifier/specimen-id/example-specimen-id-01

status: Available

type: Serum specimen (specimen)

subject: 박아픔 Male, DoB: 2001-01-01 ( Medical record number)

Collections

-CollectorCollected[x]BodySite
*Practitioner 전진현2025-06-01 08:30:00+0900Structure of median cubital vein (body structure)

Containers

-TypeSpecimenQuantity
*Evacuated blood collection tube, gel separator (physical object)5 milliliter (Details: UCUM codemL = 'mL')

Source1

{
  "resourceType": "Specimen",
  "id": "krcore-specimen-example-01",
  "meta": {
    "profile": [
      "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-specimen"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
      }
    }
  ]
}