HL7 Europe Laboratory Report, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 2.2.0-ci built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/laboratory/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Specimen",
"id" : "Specimen-collection-example",
"meta" : {
"profile" : [
🔗 "http://hl7.eu/fhir/laboratory/StructureDefinition/Specimen-eu-lab"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Specimen Specimen-collection-example</b></p><a name=\"Specimen-collection-example\"> </a><a name=\"hcSpecimen-collection-example\"> </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-Specimen-eu-lab.html\">Specimen: Laboratory</a></p></div><p><b>status</b>: Available</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 122554006}\">Capillary blood specimen</span></p><p><b>subject</b>: <a href=\"Patient-pat-lab-example.html\">František Očkovaný Moreira Male, DoB: 2000-03-21 ( National Insurance Payor Identifier (Payor))</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>Collected by the patient</td><td>2025-04-08 07:40:00+0200</td><td><span title=\"Codes:{http://snomed.info/sct 48856004}\">Skin structure of palmar surface of index finger</span></td></tr></table><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: BodyStructure #FingerBodyStructureExample</b></p><a name=\"Specimen-collection-example/FingerBodyStructureExample\"> </a><a name=\"hcSpecimen-collection-example/FingerBodyStructureExample\"> </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=\"https://build.fhir.org/ig/hl7-eu/base/StructureDefinition-bodyStructure-eu-core.html\">BodyStructure (EU core)</a></p></div><blockquote><p><b>R5: Included anatomic location(s) (new)</b></p><ul><li>structure: <span title=\"Codes:{http://snomed.info/sct 48856004}\">Skin structure of palmar surface of index finger</span></li></ul></blockquote><p><b>patient</b>: <a href=\"Patient-pat-lab-example.html\">František Očkovaný Moreira Male, DoB: 2000-03-21 ( National Insurance Payor Identifier (Payor))</a></p></blockquote></div>"
},
"contained" : [
{
"resourceType" : "BodyStructure",
"id" : "FingerBodyStructureExample",
"meta" : {
"profile" : [
🔗 "http://hl7.eu/fhir/base/StructureDefinition/bodyStructure-eu-core"
]
},
"extension" : [
{
"extension" : [
{
"url" : "structure",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "48856004",
"display" : "Skin structure of palmar surface of index finger"
}
]
}
}
],
"url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-BodyStructure.includedStructure"
}
],
"patient" : {
🔗 "reference" : "Patient/pat-lab-example"
}
}
],
"status" : "available",
"type" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "122554006",
"display" : "Capillary blood specimen"
}
]
},
"subject" : {
🔗 "reference" : "Patient/pat-lab-example"
},
"collection" : {
"collector" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/alternate-reference",
"valueReference" : {
🔗 "reference" : "Patient/pat-lab-example"
}
}
],
"display" : "Collected by the patient"
},
"collectedDateTime" : "2025-04-08T07:40:00+02:00",
"bodySite" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-Specimen.collection.bodySite",
"valueReference" : {
"reference" : "#FingerBodyStructureExample"
}
}
],
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "48856004",
"display" : "Skin structure of palmar surface of index finger"
}
]
}
}
}