FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ConceptMap/specimen2FHIR-eu-lab

Packagehl7.fhir.eu.laboratory
TypeConceptMap
Idspecimen2FHIR-eu-lab
FHIR VersionR4
Sourcehttp://hl7.eu/fhir/laboratory/https://build.fhir.org/ig/hl7-eu/laboratory/ConceptMap-specimen2FHIR-eu-lab.html
URLhttp://hl7.eu/fhir/laboratory/ConceptMap/specimen2FHIR-eu-lab
Version0.2.0-ci
Statusdraft
Date2025-07-02T14:40:12+00:00
NameSpecimen2Fhir
TitleeHN Specimen to this guide Map
Realmeu
Authorityhl7
DescriptioneHN Specimen Model to this guide Map
PurposeIt shows how the Specimen data set defined by the EU eHN guidelines is mapped into this guide
CopyrightUsed by permission of HL7 Europe, all rights reserved Creative Commons License

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
BodyStructure-eu-labBody structure: Laboratory
Specimen-eu-labSpecimen: Laboratory
SpecimenLabA.4 - Specimen information

Narrative

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

Generated Narrative: ConceptMap specimen2FHIR-eu-lab

Mapping from A.4 - Specimen information to Specimen: Laboratory


Group 1 Mapping from A.4 - Specimen information to Specimen: Laboratory

Source CodeRelationshipTarget CodeComment
SpecimenLab.identifier (A.4.1 Specimen identifier)is equivalent toSpecimen.identifier
SpecimenLab.speciesType (A.4.2 Type of species)is related toSpecimen.subject.extension:patient-animal.extension:speciessubject.ofType(Patient)
SpecimenLab.material (A.4.3 Material)is equivalent toSpecimen.type
SpecimenLab.collected (A.4.4 Collection period)is equivalent toSpecimen.collection.collected[x]
SpecimenLab.anatomicLocation (A.4.5 Anatomic location)is related toSpecimen.collection.bodySite
SpecimenLab.anatomicLocation (A.4.5 Anatomic location)is related toSpecimen.collection.extension:bodySitesee Group 2 for details
SpecimenLab.morphology (A.4.6 Morphology)is related toSpecimen.collection.extension:bodySitesee Group 2 for details
SpecimenLab.sourceDevice (A.4.7 Source Device)is related toSpecimen.subjectWhen the device (e.g. the catheter) is what has been examinated. If the device is meant instead as the mean used to collect the specimen (e.g blood collected from the catheter), then, this is represented by the collectionMethod attribute and mapped into the Specimen.collection.method
SpecimenLab.collectionMethod (A.4.8 Collection procedure/method)is equivalent toSpecimen.collection.method
SpecimenLab.receivedDateTime (A.4.9 Received date)is equivalent toSpecimen.receivedTime

Group 2 Mapping from A.4 - Specimen information to Body structure: Laboratory

Source CodeRelationshipTarget CodeComment
SpecimenLab.anatomicLocation (A.4.5 Anatomic location)is equivalent toBodyStructure.location
SpecimenLab.anatomicLocation (A.4.5 Anatomic location)is equivalent toBodyStructure.extension:lateralityFor details about laterality
SpecimenLab.morphology (A.4.6 Morphology)is equivalent toBodyStructure.morphology

Source

{
  "resourceType": "ConceptMap",
  "id": "specimen2FHIR-eu-lab",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative"
    }
  ],
  "url": "http://hl7.eu/fhir/laboratory/ConceptMap/specimen2FHIR-eu-lab",
  "version": "0.2.0-ci",
  "name": "Specimen2Fhir",
  "title": "eHN Specimen to this guide Map",
  "status": "draft",
  "experimental": true,
  "date": "2025-07-02T14:40:12+00:00",
  "publisher": "HL7 Europe",
  "contact": [
    {
      "name": "HL7 Europe",
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.eu"
        }
      ]
    }
  ],
  "description": "eHN Specimen Model to this guide Map",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "150",
          "display": "Europe"
        }
      ]
    }
  ],
  "purpose": "It shows how the Specimen data set defined by the EU eHN guidelines is mapped into this guide",
  "copyright": "Used by permission of HL7 Europe, all rights reserved Creative Commons License",
  "sourceUri": "http://hl7.eu/fhir/laboratory/StructureDefinition/SpecimenLab",
  "targetUri": "http://hl7.eu/fhir/laboratory/StructureDefinition/Specimen-eu-lab",
  "group": [
    {
      "source": "http://hl7.eu/fhir/laboratory/StructureDefinition/SpecimenLab",
      "target": "http://hl7.eu/fhir/laboratory/StructureDefinition/Specimen-eu-lab",
      "element": [
        {
          "code": "SpecimenLab.identifier",
          "display": "A.4.1 Specimen identifier",
          "target": [
            {
              "code": "Specimen.identifier",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "SpecimenLab.speciesType",
          "display": "A.4.2 Type of species",
          "target": [
            {
              "code": "Specimen.subject.extension:patient-animal.extension:species",
              "equivalence": "relatedto",
              "comment": "subject.ofType(Patient)"
            }
          ]
        },
        {
          "code": "SpecimenLab.material",
          "display": "A.4.3 Material",
          "target": [
            {
              "code": "Specimen.type",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "SpecimenLab.collected",
          "display": "A.4.4 Collection period",
          "target": [
            {
              "code": "Specimen.collection.collected[x]",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "SpecimenLab.anatomicLocation",
          "display": "A.4.5 Anatomic location",
          "target": [
            {
              "code": "Specimen.collection.bodySite",
              "equivalence": "relatedto"
            }
          ]
        },
        {
          "code": "SpecimenLab.anatomicLocation",
          "display": "A.4.5 Anatomic location",
          "target": [
            {
              "code": "Specimen.collection.extension:bodySite",
              "equivalence": "relatedto",
              "comment": "see Group 2 for details"
            }
          ]
        },
        {
          "code": "SpecimenLab.morphology",
          "display": "A.4.6 Morphology",
          "target": [
            {
              "code": "Specimen.collection.extension:bodySite",
              "equivalence": "relatedto",
              "comment": "see Group 2 for details"
            }
          ]
        },
        {
          "code": "SpecimenLab.sourceDevice",
          "display": "A.4.7 Source Device",
          "target": [
            {
              "code": "Specimen.subject",
              "equivalence": "relatedto",
              "comment": "When the device (e.g. the catheter) is what has been examinated.\nIf the device is meant instead as the mean used to collect the specimen (e.g blood collected from the catheter), then, this is represented by the collectionMethod attribute and mapped into the Specimen.collection.method"
            }
          ]
        },
        {
          "code": "SpecimenLab.collectionMethod",
          "display": "A.4.8 Collection procedure/method",
          "target": [
            {
              "code": "Specimen.collection.method",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "SpecimenLab.receivedDateTime",
          "display": "A.4.9 Received date",
          "target": [
            {
              "code": "Specimen.receivedTime",
              "equivalence": "equivalent"
            }
          ]
        }
      ]
    },
    {
      "source": "http://hl7.eu/fhir/laboratory/StructureDefinition/SpecimenLab",
      "target": "http://hl7.eu/fhir/laboratory/StructureDefinition/BodyStructure-eu-lab",
      "element": [
        {
          "code": "SpecimenLab.anatomicLocation",
          "display": "A.4.5 Anatomic location",
          "target": [
            {
              "code": "BodyStructure.location",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "SpecimenLab.anatomicLocation",
          "display": "A.4.5 Anatomic location",
          "target": [
            {
              "code": "BodyStructure.extension:laterality",
              "equivalence": "equivalent",
              "comment": "For details about laterality"
            }
          ]
        },
        {
          "code": "SpecimenLab.morphology",
          "display": "A.4.6 Morphology",
          "target": [
            {
              "code": "BodyStructure.morphology",
              "equivalence": "equivalent"
            }
          ]
        }
      ]
    }
  ]
}