HdBe-LaboratoryTestResult

ProfileDescriptionStatusURL
HdBe-LaboratoryTestResult

A laboratory result describes the result of a laboratory analysis. These are specimen-oriented tests as performed in laboratories such as Clinical Chemistry, Serology, Microbiology, etc. In addition to the results of tests with a singular result, this concept can also contain the results of more complex tests with multiple results or a ‘panel’.

drafthttps://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult
HdBe-LaboratoryTestResult.Requester

This is a minimal defined profile on ServiceRequest to capture the requester information of the CBB LaboratoryTestResult. Although the concept Requester is not implemented in the zib profile because it is deemed unimplementable as-is, it has been implemented by this profile using a light profile on ServiceRequest. The profile does not contain enough guidance to implement a requesting service fully. It merely allows capturing the requester information in a native FHIR element.

drafthttps://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult.Requester
HdBe-LaboratoryTestResult.Specimen

Obtained specimen material or a microbial isolate that is used in a laboratory analysis.

drafthttps://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult.Specimen
HdBe-LaboratoryTestResult.Specimen.Source

Source of obtained specimen material or a microbial isolate that is used in a laboratory analysis.

drafthttps://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult.Specimen.Source

UML overview profiles



HdBe-LaboratoryTestResult

Instructions

1. Guidance on use for singular tests and panels

The CBB LaboratoryTestResult captures both singular laboratory tests and panels/clusters of multiple related tests requested together (e.g., blood gases and EBV serology)*. This profile should be used slightly different in these two situations:

  • For singular laboratory test results
    • A single instance of this profile is to be used.
    • Observation.code represents concept TestCode (the name and code of the executed test) while concept PanelOrBattery (the name and code of the compound test) is not expected to be present.
    • Observation.status represents concept TestResultStatus (the status of the test result). ResultStatus is redundant in this situation and not expected to be present.
  • For a panel or cluster:
    • There is a single instance for the overall result plus an instance for each test result.
    • The concepts Comment (Observation.note), ResultType ( Observation.category:resultType) and Performer ( Observation.performer) are repeated in the instance for the overall result and in all instances for the individual test results.
    • For the instance representing the overall result:
      • Observation.code represents concept PanelOrBattery (the name and code of the compound test), which is required for panels/clusters.
      • Observation.status represents concept ResultStatus (the overall status of the test result). This status should be in accordance with the statuses of each individual test.
      • The instances representing the individual test results are referenced using Observation.hasMember.
    • For the instances representing the individual test results:
      • Observation.code represents concept TestCode (the name and code of the executed test) for that particular test.
      • Observation.status represents concept TestResultStatus (the status of the test result) for that particular test.

Note 1: The CBB also recognizes the RelatedResult concept. This is unrelated to the use of panels/clusters. This concept is represented using Observation.extension:relatedResult.

2. Unmapped CBB concept

  • The concept InterpretationMethod is not implemented because there's no obvious mapping to FHIR while the definition is problematic, and there doesn't seem to be a use case for exchanging this information (see https://bits.nictiz.nl/browse/ZIB-1292 for more information).

3. Unmapped zib concept

  • Although the concept Requester is not implemented in the zib profile because it is deemed unimplementable as-is, it has been implemented by this profile using a light profile on ServiceRequest. The profile does not contain enough guidance to implement a requesting service fully. It merely allows capturing the requester information in a native FHIR element. The ServiceRequest is referenced by Observation.basedOn.
ReTaM

Observation.code SHOULD be populated with LOINC codes as per the subset defined by the FPS Health, for the majority of commonly used lab measurements and demands. This subset is available on the website of the FPS Health.

At least the below stated rules need to be followed.

  1. The actual observation is coded in LOINC (subset as defined by FPS Health).

    "code":{
        "coding":[
            {
                "system": "http://loinc.org",
                "code": "30341-2",
                "display": "Erythrocyte sedimentation rate"
            }
        ]
    }
    
  2. If the above is not possible, ALBERT codes are used (subset as defined by FPS Health). The NamingSystem 'https://www.ehealth.fgov.be/standards/fhir/lab/CodeSystem/albert' is used for code.coding.system.

    "code":{
        "coding":[
                {
                    "system": "https://www.ehealth.fgov.be/standards/fhir/lab/CodeSystem/albert",
                    "code": "26224",
                    "display": "Glucose (urine 24h)"
                }
            ]
        }
    
  3. If the above is not possible, other (internally used) codes plus obligatory a text element to further explain are used.

    "code":{
        "coding":[
            {
                "system": "OWNSYSTEM",
                "code": "OWNCODE",
                "display": "DISPLAYOWNCODE"
            }
        ],
        "text": "TEXTEXPLAINING"
    } 
    
  4. If the above is not possible the kind of observation may be expressed only in text (allowed but discouraged).

    "code":{
     "text": "TEXTEXPLAINING"
    } 
    

Note that the FHIR CodeableConcept data type allows multiple codes (if they represent the same concept) because code.coding is 0..*. For example, LOINC codes may be supplemented with codes from other codesystems.


url1..1System.StringFixed Value
valueReferenceReference(Observation | HdBe LaboratoryTestResult)
identifierΣ0..*Identifier
basedOnΣ I0..*Reference(CarePlan | DeviceRequest | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest | HdBe LaboratoryTestResult Requester)
partOfΣ I0..*Reference(MedicationAdministration | MedicationDispense | MedicationStatement | Procedure | Immunization | ImagingStudy)
statusΣ ?!1..1codeBinding
laboratoryCategory1..*CodeableConceptBinding
resultType0..1CodeableConceptBinding
codeΣ1..1CodeableConcept
subjectΣ I0..1Reference(Patient | Group | Device | Location | HdBe Patient)
focusΣ I0..*Reference(Resource)
encounterΣ I0..1Reference(Encounter)
effectivePeriodPeriod
effectiveTimingTiming
effectiveInstantinstant
effectiveDateTimeΣ0..1dateTime
issuedΣ0..1instant
performerΣ I0..1Reference(HdBe HealthcareOrganization Organization)
valueQuantityQuantity
valueCodeableConceptCodeableConcept
valueStringstring
valueBooleanboolean
valueIntegerinteger
valueRangeRange
valueRatioRatio
valueSampledDataSampledData
valueTimetime
valueDateTimedateTime
valuePeriodPeriod
dataAbsentReasonI0..1CodeableConceptBinding
codingΣ1..*Coding
textΣ0..1string
codingΣ0..0Coding
textΣ0..1string
authorStringstring
authorReferenceReference(Practitioner | Patient | RelatedPerson | Organization)
timeΣ0..1dateTime
textΣ1..1markdown
bodySite0..1CodeableConcept
method0..1CodeableConceptBinding
specimenI0..1Reference(Specimen | HdBe LaboratoryTestResult.Specimen)
deviceI0..1Reference(Device | DeviceMetric)
lowI0..1SimpleQuantity
highI0..1SimpleQuantity
type0..1CodeableConceptBinding
appliesTo0..*CodeableConcept
ageI0..1Range
text0..1string
hasMemberΣ I0..*Reference(Observation | QuestionnaireResponse | MolecularSequence | HdBe LaboratoryTestResult)
derivedFromΣ I0..*Reference(DocumentReference | ImagingStudy | Media | QuestionnaireResponse | Observation | MolecularSequence)
codeΣ1..1CodeableConcept
valueQuantityQuantity
valueCodeableConceptCodeableConcept
valueStringstring
valueBooleanboolean
valueIntegerinteger
valueRangeRange
valueRatioRatio
valueSampledDataSampledData
valueTimetime
valueDateTimedateTime
valuePeriodPeriod
dataAbsentReasonI0..1CodeableConceptBinding
interpretation0..*CodeableConceptBinding
referenceRange0..*see (referenceRange)

url1..1System.StringFixed Value
valueReferenceReference(Observation | HdBe LaboratoryTestResult)
identifierΣ0..*Identifier
basedOnΣ I0..*Reference(CarePlan | DeviceRequest | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest | HdBe LaboratoryTestResult Requester)
partOfΣ I0..*Reference(MedicationAdministration | MedicationDispense | MedicationStatement | Procedure | Immunization | ImagingStudy)
statusΣ ?!1..1codeBinding
laboratoryCategory1..*CodeableConceptBinding
resultType0..1CodeableConceptBinding
codeΣ1..1CodeableConcept
subjectΣ I0..1Reference(Patient | Group | Device | Location | HdBe Patient)
focusΣ I0..*Reference(Resource)
encounterΣ I0..1Reference(Encounter)
effectivePeriodPeriod
effectiveTimingTiming
effectiveInstantinstant
effectiveDateTimeΣ0..1dateTime
issuedΣ0..1instant
performerΣ I0..1Reference(HdBe HealthcareOrganization Organization)
valueQuantityQuantity
valueCodeableConceptCodeableConcept
valueStringstring
valueBooleanboolean
valueIntegerinteger
valueRangeRange
valueRatioRatio
valueSampledDataSampledData
valueTimetime
valueDateTimedateTime
valuePeriodPeriod
dataAbsentReasonI0..1CodeableConceptBinding
codingΣ1..*Coding
textΣ0..1string
codingΣ0..0Coding
textΣ0..1string
authorStringstring
authorReferenceReference(Practitioner | Patient | RelatedPerson | Organization)
timeΣ0..1dateTime
textΣ1..1markdown
bodySite0..1CodeableConcept
method0..1CodeableConceptBinding
specimenI0..1Reference(Specimen | HdBe LaboratoryTestResult.Specimen)
deviceI0..1Reference(Device | DeviceMetric)
lowI0..1SimpleQuantity
highI0..1SimpleQuantity
type0..1CodeableConceptBinding
appliesTo0..*CodeableConcept
ageI0..1Range
text0..1string
hasMemberΣ I0..*Reference(Observation | QuestionnaireResponse | MolecularSequence | HdBe LaboratoryTestResult)
derivedFromΣ I0..*Reference(DocumentReference | ImagingStudy | Media | QuestionnaireResponse | Observation | MolecularSequence)
codeΣ1..1CodeableConcept
valueQuantityQuantity
valueCodeableConceptCodeableConcept
valueStringstring
valueBooleanboolean
valueIntegerinteger
valueRangeRange
valueRatioRatio
valueSampledDataSampledData
valueTimetime
valueDateTimedateTime
valuePeriodPeriod
dataAbsentReasonI0..1CodeableConceptBinding
interpretation0..*CodeableConceptBinding
referenceRange0..*see (referenceRange)

url1..1System.StringFixed Value
valueReferenceReference(Observation | HdBe LaboratoryTestResult)
identifierΣ0..*Identifier
basedOnΣ I0..*Reference(CarePlan | DeviceRequest | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest | HdBe LaboratoryTestResult Requester)
partOfΣ I0..*Reference(MedicationAdministration | MedicationDispense | MedicationStatement | Procedure | Immunization | ImagingStudy)
statusΣ ?!1..1codeBinding
laboratoryCategory1..*CodeableConceptBinding
resultType0..1CodeableConceptBinding
codeΣ1..1CodeableConcept
subjectΣ I0..1Reference(Patient | Group | Device | Location | HdBe Patient)
focusΣ I0..*Reference(Resource)
encounterΣ I0..1Reference(Encounter)
effectivePeriodPeriod
effectiveTimingTiming
effectiveInstantinstant
effectiveDateTimeΣ0..1dateTime
issuedΣ0..1instant
performerΣ I0..1Reference(HdBe HealthcareOrganization Organization)
valueQuantityQuantity
valueCodeableConceptCodeableConcept
valueStringstring
valueBooleanboolean
valueIntegerinteger
valueRangeRange
valueRatioRatio
valueSampledDataSampledData
valueTimetime
valueDateTimedateTime
valuePeriodPeriod
dataAbsentReasonI0..1CodeableConceptBinding
codingΣ1..*Coding
textΣ0..1string
codingΣ0..0Coding
textΣ0..1string
authorStringstring
authorReferenceReference(Practitioner | Patient | RelatedPerson | Organization)
timeΣ0..1dateTime
textΣ1..1markdown
bodySite0..1CodeableConcept
method0..1CodeableConceptBinding
specimenI0..1Reference(Specimen | HdBe LaboratoryTestResult.Specimen)
deviceI0..1Reference(Device | DeviceMetric)
lowI0..1SimpleQuantity
highI0..1SimpleQuantity
type0..1CodeableConceptBinding
appliesTo0..*CodeableConcept
ageI0..1Range
text0..1string
hasMemberΣ I0..*Reference(Observation | QuestionnaireResponse | MolecularSequence | HdBe LaboratoryTestResult)
derivedFromΣ I0..*Reference(DocumentReference | ImagingStudy | Media | QuestionnaireResponse | Observation | MolecularSequence)
codeΣ1..1CodeableConcept
valueQuantityQuantity
valueCodeableConceptCodeableConcept
valueStringstring
valueBooleanboolean
valueIntegerinteger
valueRangeRange
valueRatioRatio
valueSampledDataSampledData
valueTimetime
valueDateTimedateTime
valuePeriodPeriod
dataAbsentReasonI0..1CodeableConceptBinding
interpretation0..*CodeableConceptBinding
referenceRange0..*see (referenceRange)

Mapping FHIR profile to CBB

PathmapCBBcomment
ObservationLaboratoryTestResultHdBe-LaboratoryTestResult
ObservationLaboratoryTestResult.LaboratoryTestHdBe-LaboratoryTestResult
Observation.extension:relatedResult.value[x]LaboratoryTestResult.RelatedResultHdBe-LaboratoryTestResult
Observation.basedOnLaboratoryTestResult.RequesterHdBe-LaboratoryTestResultimplicit (main mapping on the referenced ServiceRequest.requester)
Observation.statusLaboratoryTestResult.ResultStatusHdBe-LaboratoryTestResult
Observation.statusLaboratoryTestResult.LaboratoryTest.TestResultStatusHdBe-LaboratoryTestResult
Observation.category:resultTypeLaboratoryTestResult.ResultTypeHdBe-LaboratoryTestResult
Observation.codeLaboratoryTestResult.PanelOrBatteryHdBe-LaboratoryTestResult
Observation.codeLaboratoryTestResult.LaboratoryTest.TestCodeHdBe-LaboratoryTestResult
Observation.effective[x]:effectiveDateTimeLaboratoryTestResult.LaboratoryTest.TestDateTimeHdBe-LaboratoryTestResult
Observation.performer:performerLaboratoryTestResult.Performer.HealthcareOrganizationHdBe-LaboratoryTestResult
Observation.value[x]LaboratoryTestResult.LaboratoryTest.TestResultHdBe-LaboratoryTestResult
Observation.interpretation:resultFlagsLaboratoryTestResult.LaboratoryTest.ResultFlagsHdBe-LaboratoryTestResult
Observation.interpretation:resultInterpretation.textLaboratoryTestResult.LaboratoryTest.ResultInterpretationHdBe-LaboratoryTestResult
Observation.note.textLaboratoryTestResult.LaboratoryTest.CommentHdBe-LaboratoryTestResult
Observation.methodLaboratoryTestResult.LaboratoryTest.TestMethodHdBe-LaboratoryTestResult
Observation.specimenLaboratoryTestResult.SpecimenHdBe-LaboratoryTestResult
Observation.referenceRange.lowLaboratoryTestResult.LaboratoryTest.ReferenceRangeLowerLimitHdBe-LaboratoryTestResult
Observation.referenceRange.highLaboratoryTestResult.LaboratoryTest.ReferenceRangeUpperLimitHdBe-LaboratoryTestResult
Observation.referenceRange.textLaboratoryTestResult.LaboratoryTest.ReferenceRangeLowerLimitHdBe-LaboratoryTestResult
Observation.referenceRange.textLaboratoryTestResult.LaboratoryTest.ReferenceRangeUpperLimitHdBe-LaboratoryTestResult

zib LaboratoryTestResult difference

Concept Category Description
status terminology Replaced FHIR ValueSet with ValueSet-TestResultStatus as this is a subset of the FHIR valueset.
status terminology Removed ConceptMap as we replaced the ValueSet values to the FHIR ValueSet.
status terminology Replaced zib CodeSystem values to corresponding values from the FHIR ObservationStatus CodeSystem because these are more widely adopted and can be mapped to zib status terminology. The new ValueSet contains a subset of the ObservationStatus CodeSystem to maintain compatibility with the zib.
code terminology Removed ValueSet binding and described in the comment the use of Loinc and Albert codes as per the subset defined by the FPS Health (ReTaM). Added a reference to the subset on the website of the FPS Health. The ReTaM codes are not duplicated in a FHIR ValueSet because this would require extensive maintenance in keeping the ValueSet up-to-date.
value[x] textual Added textual guidance to include the unit for quantitative results.
interpretation.resultFlags terminology Added ConceptMap ResultFlagsCodelist-to-ObservationInterpretation (seems missing in the current zib profile implementation).
interpretation.resultFlags terminology Removed concepts 'Resistent', 'Intermediate' and 'Susceptible' from the ValueSet. These codes are seen as a quantitative result. (zib ticket #1555)
interpretation.resultFlags textual Removed notion of 'Resistent', 'Intermediate' and 'Susceptible' codes in definition.
referenceRange.text mapping Added mapping to ReferenceRangeLowerLimit and ReferenceRangeUpperLimit for when the quantaty datatype does not suffice.
basedOn mapping Added mapping to a new profile on ServiceRequest to implement the requester element of the CBB/zib. Although this element does not provide enough information to create a profile that describes a full ordering service, it will provide details on capturing a requester in FHIR.



HdBe-LaboratoryTestResult.Specimen

Instructions

The Specimen concept from the CBB LaboratoryTestResult contains a concept for SpecimenMaterial and for Microorganism. These two concepts cannot be represented in the same Specimen resources; if there's a need to communicate both the microorganism and the sample material from which it was isolated, two instances need to be used. The instance representing the microorganism should refer to the instance respresenting the sample material using Specimen.parent. All other CBB concepts should be repeated in both resources.


identifierΣ0..*Identifier
accessionIdentifierΣ0..1Identifier
statusΣ ?!0..1codeBinding
typeΣ0..1CodeableConceptBinding
subjectΣ I0..1Reference(Patient | Group | Device | Substance | Location | HdBe LaboratoryTestResult.Specimen.Source)
receivedTimeΣ0..1dateTime
parentI0..*Reference(Specimen | HdBe LaboratoryTestResult.Specimen)
requestI0..*Reference(ServiceRequest)
collectorΣ I0..1Reference(Practitioner | PractitionerRole)
collectedDateTimeΣ0..1dateTime
collectedPeriodΣ0..1Period
durationΣ I0..1DurationBinding
quantityI0..1SimpleQuantity
method0..1CodeableConceptBinding
url1..1System.StringFixed Value
valueCodeableConceptCodeableConcept
morphologyI0..1Extension(CodeableConcept)
codingΣ0..*Coding
textΣ0..1string
fastingStatusCodeableConceptCodeableConcept
fastingStatusDurationDuration
description0..1string
procedure0..1CodeableConcept
additiveI0..*Reference(Substance)
timeDateTimedateTime
timePeriodPeriod
url1..1System.StringFixed Value
valueIntegerinteger
identifierΣ0..*Identifier
description0..1string
type0..1CodeableConceptBinding
capacityI0..1SimpleQuantity
specimenQuantityI0..1SimpleQuantity
additiveCodeableConceptCodeableConcept
additiveReferenceReference(Substance)
conditionΣ0..*CodeableConceptBinding
authorStringstring
authorReferenceReference(Practitioner | Patient | RelatedPerson | Organization)
timeΣ0..1dateTime
textΣ1..1markdown

identifierΣ0..*Identifier
accessionIdentifierΣ0..1Identifier
statusΣ ?!0..1codeBinding
typeΣ0..1CodeableConceptBinding
subjectΣ I0..1Reference(Patient | Group | Device | Substance | Location | HdBe LaboratoryTestResult.Specimen.Source)
receivedTimeΣ0..1dateTime
parentI0..*Reference(Specimen | HdBe LaboratoryTestResult.Specimen)
requestI0..*Reference(ServiceRequest)
collectorΣ I0..1Reference(Practitioner | PractitionerRole)
collectedDateTimeΣ0..1dateTime
collectedPeriodΣ0..1Period
durationΣ I0..1DurationBinding
quantityI0..1SimpleQuantity
method0..1CodeableConceptBinding
url1..1System.StringFixed Value
valueCodeableConceptCodeableConcept
morphologyI0..1Extension(CodeableConcept)
codingΣ0..*Coding
textΣ0..1string
fastingStatusCodeableConceptCodeableConcept
fastingStatusDurationDuration
description0..1string
procedure0..1CodeableConcept
additiveI0..*Reference(Substance)
timeDateTimedateTime
timePeriodPeriod
url1..1System.StringFixed Value
valueIntegerinteger
identifierΣ0..*Identifier
description0..1string
type0..1CodeableConceptBinding
capacityI0..1SimpleQuantity
specimenQuantityI0..1SimpleQuantity
additiveCodeableConceptCodeableConcept
additiveReferenceReference(Substance)
conditionΣ0..*CodeableConceptBinding
authorStringstring
authorReferenceReference(Practitioner | Patient | RelatedPerson | Organization)
timeΣ0..1dateTime
textΣ1..1markdown

identifierΣ0..*Identifier
accessionIdentifierΣ0..1Identifier
statusΣ ?!0..1codeBinding
typeΣ0..1CodeableConceptBinding
subjectΣ I0..1Reference(Patient | Group | Device | Substance | Location | HdBe LaboratoryTestResult.Specimen.Source)
receivedTimeΣ0..1dateTime
parentI0..*Reference(Specimen | HdBe LaboratoryTestResult.Specimen)
requestI0..*Reference(ServiceRequest)
collectorΣ I0..1Reference(Practitioner | PractitionerRole)
collectedDateTimeΣ0..1dateTime
collectedPeriodΣ0..1Period
durationΣ I0..1DurationBinding
quantityI0..1SimpleQuantity
method0..1CodeableConceptBinding
url1..1System.StringFixed Value
valueCodeableConceptCodeableConcept
morphologyI0..1Extension(CodeableConcept)
codingΣ0..*Coding
textΣ0..1string
fastingStatusCodeableConceptCodeableConcept
fastingStatusDurationDuration
description0..1string
procedure0..1CodeableConcept
additiveI0..*Reference(Substance)
timeDateTimedateTime
timePeriodPeriod
url1..1System.StringFixed Value
valueIntegerinteger
identifierΣ0..*Identifier
description0..1string
type0..1CodeableConceptBinding
capacityI0..1SimpleQuantity
specimenQuantityI0..1SimpleQuantity
additiveCodeableConceptCodeableConcept
additiveReferenceReference(Substance)
conditionΣ0..*CodeableConceptBinding
authorStringstring
authorReferenceReference(Practitioner | Patient | RelatedPerson | Organization)
timeΣ0..1dateTime
textΣ1..1markdown

Mapping FHIR profile to CBB

PathmapCBB
SpecimenLaboratoryTestResult.SpecimenHdBe-LaboratoryTestResult
Specimen.identifierLaboratoryTestResult.Specimen.SpecimenIdHdBe-LaboratoryTestResult
Specimen.typeLaboratoryTestResult.Specimen.SpecimenMaterialHdBe-LaboratoryTestResult
Specimen.typeLaboratoryTestResult.Specimen.MicroorganismHdBe-LaboratoryTestResult
Specimen.subjectLaboratoryTestResult.Specimen.SpecimenSourceHdBe-LaboratoryTestResult
Specimen.receivedTimeLaboratoryTestResult.Specimen.ReceivedDateTimeHdBe-LaboratoryTestResult
Specimen.collection.collected[x]:collectedDateTimeLaboratoryTestResult.Specimen.CollectionDateTimeHdBe-LaboratoryTestResult
Specimen.collection.collected[x]:collectedPeriodLaboratoryTestResult.Specimen.CollectionPeriodHdBe-LaboratoryTestResult
Specimen.collection.durationLaboratoryTestResult.Specimen.CollectionPeriodHdBe-LaboratoryTestResult
Specimen.collection.quantityLaboratoryTestResult.Specimen.CollectedVolumeHdBe-LaboratoryTestResult
Specimen.collection.methodLaboratoryTestResult.Specimen.CollectionMethodHdBe-LaboratoryTestResult
Specimen.collection.bodySiteLaboratoryTestResult.Specimen.AnatomicalLocationHdBe-LaboratoryTestResult
Specimen.collection.bodySite.extension:morphologyLaboratoryTestResult.Specimen.MorphologyHdBe-LaboratoryTestResult
Specimen.container.extension:specimenNumberExtension.value[x]LaboratoryTestResult.Specimen.SpecimenNumberExtensionHdBe-LaboratoryTestResult
Specimen.note.textLaboratoryTestResult.Specimen.CommentHdBe-LaboratoryTestResult

zib LaboratoryTestResult.Specimen difference

Concept Category Description
type terminology Replaced SpecimenMaterial valueset values from a SNOMED descendent-of 105590001 (Substance) to a descendent-of 123038009 (Specimen) because this makes it simpler, it is already in use in the DCD's like this and the container element can be used when additional information is required.
type terminology Replaced Dutch reference set for Microorganism by changing the SNOMED hierarchy 2581000146104 (Dutch microorganism simple reference set) to 410607006 (Organism).
type terminology Combined ValueSet for SpecimenMaterial and Microorganism in new ValueSet SpecimenMaterial-and-Microorganism.
receivedTime textual Removed sentence 'This is the issue...' (zib ticket #1551)
container.type terminology Relaxed binding from required to preferred. (zib ticket #1552)



HdBe-LaboratoryTestResult.Specimen


identifier0..*Identifier
definitionI0..1Reference(DeviceDefinition)
deviceIdentifierΣ0..1string
issuer0..1uri
jurisdiction0..1uri
carrierAIDCΣ0..1base64Binary
carrierHRFΣ0..1string
entryType0..1codeBinding
statusΣ ?!0..1codeBinding
statusReason0..*CodeableConceptBinding
distinctIdentifier0..1string
manufacturer0..1string
manufactureDate0..1dateTime
expirationDate0..1dateTime
lotNumber0..1string
serialNumber0..1string
name1..1string
type1..1codeBinding
modelNumber0..1string
partNumber0..1string
type0..1CodeableConcept
systemType1..1CodeableConcept
version0..1string
type0..1CodeableConcept
component0..1Identifier
value1..1string
type1..1CodeableConcept
valueQuantityI0..*Quantity
valueCode0..*CodeableConcept
patientI0..1Reference(Patient)
ownerI0..1Reference(Organization)
contactI0..*ContactPoint
locationI0..1Reference(Location)
url0..1uri
note0..*Annotation
safetyΣ0..*CodeableConcept
parentI0..1Reference(Device)

identifier0..*Identifier
definitionI0..1Reference(DeviceDefinition)
deviceIdentifierΣ0..1string
issuer0..1uri
jurisdiction0..1uri
carrierAIDCΣ0..1base64Binary
carrierHRFΣ0..1string
entryType0..1codeBinding
statusΣ ?!0..1codeBinding
statusReason0..*CodeableConceptBinding
distinctIdentifier0..1string
manufacturer0..1string
manufactureDate0..1dateTime
expirationDate0..1dateTime
lotNumber0..1string
serialNumber0..1string
name1..1string
type1..1codeBinding
modelNumber0..1string
partNumber0..1string
type0..1CodeableConcept
systemType1..1CodeableConcept
version0..1string
type0..1CodeableConcept
component0..1Identifier
value1..1string
type1..1CodeableConcept
valueQuantityI0..*Quantity
valueCode0..*CodeableConcept
patientI0..1Reference(Patient)
ownerI0..1Reference(Organization)
contactI0..*ContactPoint
locationI0..1Reference(Location)
url0..1uri
note0..*Annotation
safetyΣ0..*CodeableConcept
parentI0..1Reference(Device)

identifier0..*Identifier
definitionI0..1Reference(DeviceDefinition)
deviceIdentifierΣ0..1string
issuer0..1uri
jurisdiction0..1uri
carrierAIDCΣ0..1base64Binary
carrierHRFΣ0..1string
entryType0..1codeBinding
statusΣ ?!0..1codeBinding
statusReason0..*CodeableConceptBinding
distinctIdentifier0..1string
manufacturer0..1string
manufactureDate0..1dateTime
expirationDate0..1dateTime
lotNumber0..1string
serialNumber0..1string
name1..1string
type1..1codeBinding
modelNumber0..1string
partNumber0..1string
type0..1CodeableConcept
systemType1..1CodeableConcept
version0..1string
type0..1CodeableConcept
component0..1Identifier
value1..1string
type1..1CodeableConcept
valueQuantityI0..*Quantity
valueCode0..*CodeableConcept
patientI0..1Reference(Patient)
ownerI0..1Reference(Organization)
contactI0..*ContactPoint
locationI0..1Reference(Location)
url0..1uri
note0..*Annotation
safetyΣ0..*CodeableConcept
parentI0..1Reference(Device)

Mapping FHIR profile to CBB

PathmapCBB
Device.deviceName.nameLaboratoryTestResult.Specimen.SpecimenSourceHdBe-LaboratoryTestResult

No examples defined yet.

zib LaboratoryTestResult.Specimen.Source difference

Concept Category Description
- - -



HdBe-LaboratoryTestResult.Requester

Instructions

This is a minimal defined profile on ServiceRequest to capture the requester information of the CBB LaboratoryTestResult. Although the concept Requester is not implemented in the zib profile because it is deemed unimplementable as-is, it has been implemented by this profile using a light profile on ServiceRequest. The profile does not contain enough guidance to implement a requesting service fully. It merely allows capturing the requester information in a native FHIR element.


identifierΣ0..*Identifier
instantiatesCanonicalΣ0..*canonical(ActivityDefinition | PlanDefinition)
instantiatesUriΣ0..*uri
basedOnΣ I0..*Reference(CarePlan | ServiceRequest | MedicationRequest)
replacesΣ I0..*Reference(ServiceRequest)
requisitionΣ0..1Identifier
statusΣ ?!1..1codeBinding
intentΣ ?!1..1codeBinding
categoryΣ0..*CodeableConcept
priorityΣ0..1codeBinding
doNotPerformΣ ?!0..1boolean
codeΣ0..1CodeableConcept
orderDetailΣ I0..*CodeableConcept
quantityQuantityQuantity
quantityRatioRatio
quantityRangeRange
subjectΣ I1..1Reference(Patient | Group | Location | Device | HdBe Patient)
encounterΣ I0..1Reference(Encounter)
occurrenceDateTimedateTime
occurrencePeriodPeriod
occurrenceTimingTiming
asNeededBooleanboolean
asNeededCodeableConceptCodeableConcept
authoredOnΣ0..1dateTime
requesterΣ I1..1pattern HealthProfessional Reference(Practitioner | PractitionerRole | Organization | Patient | RelatedPerson | Device | HdBe HealthProfessional PractitionerRole)
performerTypeΣ0..1CodeableConcept
performerΣ I0..*Reference(Practitioner | PractitionerRole | Organization | CareTeam | HealthcareService | Patient | Device | RelatedPerson)
locationCodeΣ0..*CodeableConcept
locationReferenceΣ I0..*Reference(Location)
reasonCodeΣ0..*CodeableConcept
reasonReferenceΣ I0..*Reference(Condition | Observation | DiagnosticReport | DocumentReference)
insuranceI0..*Reference(Coverage | ClaimResponse)
supportingInfoI0..*Reference(Resource)
specimenΣ I0..*Reference(Specimen)
bodySiteΣ0..*CodeableConcept
note0..*Annotation
patientInstructionΣ0..1string
relevantHistoryI0..*Reference(Provenance)

identifierΣ0..*Identifier
instantiatesCanonicalΣ0..*canonical(ActivityDefinition | PlanDefinition)
instantiatesUriΣ0..*uri
basedOnΣ I0..*Reference(CarePlan | ServiceRequest | MedicationRequest)
replacesΣ I0..*Reference(ServiceRequest)
requisitionΣ0..1Identifier
statusΣ ?!1..1codeBinding
intentΣ ?!1..1codeBinding
categoryΣ0..*CodeableConcept
priorityΣ0..1codeBinding
doNotPerformΣ ?!0..1boolean
codeΣ0..1CodeableConcept
orderDetailΣ I0..*CodeableConcept
quantityQuantityQuantity
quantityRatioRatio
quantityRangeRange
subjectΣ I1..1Reference(Patient | Group | Location | Device | HdBe Patient)
encounterΣ I0..1Reference(Encounter)
occurrenceDateTimedateTime
occurrencePeriodPeriod
occurrenceTimingTiming
asNeededBooleanboolean
asNeededCodeableConceptCodeableConcept
authoredOnΣ0..1dateTime
requesterΣ I1..1pattern HealthProfessional Reference(Practitioner | PractitionerRole | Organization | Patient | RelatedPerson | Device | HdBe HealthProfessional PractitionerRole)
performerTypeΣ0..1CodeableConcept
performerΣ I0..*Reference(Practitioner | PractitionerRole | Organization | CareTeam | HealthcareService | Patient | Device | RelatedPerson)
locationCodeΣ0..*CodeableConcept
locationReferenceΣ I0..*Reference(Location)
reasonCodeΣ0..*CodeableConcept
reasonReferenceΣ I0..*Reference(Condition | Observation | DiagnosticReport | DocumentReference)
insuranceI0..*Reference(Coverage | ClaimResponse)
supportingInfoI0..*Reference(Resource)
specimenΣ I0..*Reference(Specimen)
bodySiteΣ0..*CodeableConcept
note0..*Annotation
patientInstructionΣ0..1string
relevantHistoryI0..*Reference(Provenance)

identifierΣ0..*Identifier
instantiatesCanonicalΣ0..*canonical(ActivityDefinition | PlanDefinition)
instantiatesUriΣ0..*uri
basedOnΣ I0..*Reference(CarePlan | ServiceRequest | MedicationRequest)
replacesΣ I0..*Reference(ServiceRequest)
requisitionΣ0..1Identifier
statusΣ ?!1..1codeBinding
intentΣ ?!1..1codeBinding
categoryΣ0..*CodeableConcept
priorityΣ0..1codeBinding
doNotPerformΣ ?!0..1boolean
codeΣ0..1CodeableConcept
orderDetailΣ I0..*CodeableConcept
quantityQuantityQuantity
quantityRatioRatio
quantityRangeRange
subjectΣ I1..1Reference(Patient | Group | Location | Device | HdBe Patient)
encounterΣ I0..1Reference(Encounter)
occurrenceDateTimedateTime
occurrencePeriodPeriod
occurrenceTimingTiming
asNeededBooleanboolean
asNeededCodeableConceptCodeableConcept
authoredOnΣ0..1dateTime
requesterΣ I1..1pattern HealthProfessional Reference(Practitioner | PractitionerRole | Organization | Patient | RelatedPerson | Device | HdBe HealthProfessional PractitionerRole)
performerTypeΣ0..1CodeableConcept
performerΣ I0..*Reference(Practitioner | PractitionerRole | Organization | CareTeam | HealthcareService | Patient | Device | RelatedPerson)
locationCodeΣ0..*CodeableConcept
locationReferenceΣ I0..*Reference(Location)
reasonCodeΣ0..*CodeableConcept
reasonReferenceΣ I0..*Reference(Condition | Observation | DiagnosticReport | DocumentReference)
insuranceI0..*Reference(Coverage | ClaimResponse)
supportingInfoI0..*Reference(Resource)
specimenΣ I0..*Reference(Specimen)
bodySiteΣ0..*CodeableConcept
note0..*Annotation
patientInstructionΣ0..1string
relevantHistoryI0..*Reference(Provenance)

Mapping FHIR profile to CBB

PathmapCBB
ServiceRequest.requesterLaboratoryTestResult.RequesterHdBe-LaboratoryTestResult

zib LaboratoryTestResult.Requester difference

Concept Category Description
requester mapping Added mapping to a new profile on ServiceRequest to implement the requester element of the CBB/zib. Although this element does not provide enough information to create a profile that describes a full ordering service, it will provide details on capturing a requester in FHIR.



Terminology Bindings

PathNameStrengthURLConceptMap
Observation.statusTestResultStatusrequiredhttps://fhir.healthdata.be/ValueSet/TestResultStatusNo bound ConceptMap
Observation.categoryResultTyperequiredhttps://fhir.healthdata.be/ValueSet/ResultTypeNo bound ConceptMap
Observation.interpretationobservation-interpretationextensiblehttp://hl7.org/fhir/ValueSet/observation-interpretationhttps://fhir.healthdata.be/ConceptMap/ResultFlags-to-ObservationInterpretationCodes
Observation.methodTestMethodrequiredhttps://fhir.healthdata.be/ValueSet/TestMethodNo bound ConceptMap
Specimen.typeSpecimenMaterial-and-Microorganismrequiredhttps://fhir.healthdata.be/ValueSet/SpecimenMaterial-and-MicroorganismNo bound ConceptMap
Specimen.collection.methodCollectionMethodrequiredhttps://fhir.healthdata.be/ValueSet/CollectionMethodNo bound ConceptMap
Specimen.collection.bodySiteLocationrequiredhttps://fhir.healthdata.be/ValueSet/LocationNo bound ConceptMap
Specimen.container.typeContainerTypepreferredhttps://fhir.healthdata.be/ValueSet/ContainerTypeNo bound ConceptMap

Mapping

PathmapCBB
ObservationLaboratoryTestResultHdBe-LaboratoryTestResult
ObservationLaboratoryTestResult.LaboratoryTestHdBe-LaboratoryTestResult
Observation.note.textLaboratoryTestResult.LaboratoryTest.CommentHdBe-LaboratoryTestResult
Observation.referenceRange.lowLaboratoryTestResult.LaboratoryTest.ReferenceRangeLowerLimitHdBe-LaboratoryTestResult
Observation.referenceRange.textLaboratoryTestResult.LaboratoryTest.ReferenceRangeLowerLimitHdBe-LaboratoryTestResult
Observation.referenceRange.highLaboratoryTestResult.LaboratoryTest.ReferenceRangeUpperLimitHdBe-LaboratoryTestResult
Observation.referenceRange.textLaboratoryTestResult.LaboratoryTest.ReferenceRangeUpperLimitHdBe-LaboratoryTestResult
Observation.interpretation:resultFlagsLaboratoryTestResult.LaboratoryTest.ResultFlagsHdBe-LaboratoryTestResult
Observation.interpretation:resultInterpretation.textLaboratoryTestResult.LaboratoryTest.ResultInterpretationHdBe-LaboratoryTestResult
Observation.codeLaboratoryTestResult.LaboratoryTest.TestCodeHdBe-LaboratoryTestResult
Observation.effective[x]:effectiveDateTimeLaboratoryTestResult.LaboratoryTest.TestDateTimeHdBe-LaboratoryTestResult
Observation.methodLaboratoryTestResult.LaboratoryTest.TestMethodHdBe-LaboratoryTestResult
Observation.value[x]LaboratoryTestResult.LaboratoryTest.TestResultHdBe-LaboratoryTestResult
Observation.statusLaboratoryTestResult.LaboratoryTest.TestResultStatusHdBe-LaboratoryTestResult
Observation.codeLaboratoryTestResult.PanelOrBatteryHdBe-LaboratoryTestResult
Observation.performer:performerLaboratoryTestResult.Performer.HealthcareOrganizationHdBe-LaboratoryTestResult
Observation.extension:relatedResult.value[x]LaboratoryTestResult.RelatedResultHdBe-LaboratoryTestResult
Observation.basedOnLaboratoryTestResult.RequesterHdBe-LaboratoryTestResult
ServiceRequest.requesterLaboratoryTestResult.RequesterHdBe-LaboratoryTestResult
Observation.statusLaboratoryTestResult.ResultStatusHdBe-LaboratoryTestResult
Observation.category:resultTypeLaboratoryTestResult.ResultTypeHdBe-LaboratoryTestResult
Observation.specimenLaboratoryTestResult.SpecimenHdBe-LaboratoryTestResult
SpecimenLaboratoryTestResult.SpecimenHdBe-LaboratoryTestResult
Specimen.collection.bodySiteLaboratoryTestResult.Specimen.AnatomicalLocationHdBe-LaboratoryTestResult
Specimen.collection.quantityLaboratoryTestResult.Specimen.CollectedVolumeHdBe-LaboratoryTestResult
Specimen.collection.collected[x]:collectedDateTimeLaboratoryTestResult.Specimen.CollectionDateTimeHdBe-LaboratoryTestResult
Specimen.collection.methodLaboratoryTestResult.Specimen.CollectionMethodHdBe-LaboratoryTestResult
Specimen.collection.collected[x]:collectedPeriodLaboratoryTestResult.Specimen.CollectionPeriodHdBe-LaboratoryTestResult
Specimen.collection.durationLaboratoryTestResult.Specimen.CollectionPeriodHdBe-LaboratoryTestResult
Specimen.note.textLaboratoryTestResult.Specimen.CommentHdBe-LaboratoryTestResult
Specimen.typeLaboratoryTestResult.Specimen.MicroorganismHdBe-LaboratoryTestResult
Specimen.collection.bodySite.extension:morphologyLaboratoryTestResult.Specimen.MorphologyHdBe-LaboratoryTestResult
Specimen.receivedTimeLaboratoryTestResult.Specimen.ReceivedDateTimeHdBe-LaboratoryTestResult
Specimen.identifierLaboratoryTestResult.Specimen.SpecimenIdHdBe-LaboratoryTestResult
Specimen.typeLaboratoryTestResult.Specimen.SpecimenMaterialHdBe-LaboratoryTestResult
Specimen.container.extension:specimenNumberExtension.value[x]LaboratoryTestResult.Specimen.SpecimenNumberExtensionHdBe-LaboratoryTestResult
Specimen.subjectLaboratoryTestResult.Specimen.SpecimenSourceHdBe-LaboratoryTestResult
Device.deviceName.nameLaboratoryTestResult.Specimen.SpecimenSourceHdBe-LaboratoryTestResult