FHIR IG analytics| Package | hl7.fhir.kr.core |
| Resource Type | Specimen |
| Id | Specimen-krcore-specimen-example-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Specimen krcore-specimen-example-01
Profile: KR Core Specimen Profile
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)
| Collector | Collected[x] | BodySite |
| Practitioner 전진현 | 2025-06-01 08:30:00+0900 | Structure of median cubital vein (body structure) |
| Type | SpecimenQuantity |
| Evacuated blood collection tube, gel separator (physical object) | 5 milliliter (Details: UCUM codemL = 'mL') |
{
"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"
}
}
]
}