Digital Referral Prescription
1.0.0 - STU Belgium flag

This page is part of the HL7 BE Digital referral prescription IG (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions

StructureMap: be-map-model-referral-prescription

Official URL: https://www.ehealth.fgov.be/standards/fhir/drp/StructureMap/be-map-model-referral-prescription Version: 1.0.0
Draft as of 2025-09-29 Computable Name: be-map-model-referral-prescription
map "https://www.ehealth.fgov.be/standards/fhir/drp/StructureMap/be-map-model-referral-prescription" = "be-map-model-referral-prescription"

uses "https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/be-model-referralprescription" alias BeModelReferralPrescription as source
uses "https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/be-referralprescription" alias BeReferralPrescription as target



group Main(source model : BeModelReferralPrescription, target profile : BeReferralPrescription) {
    model.recordedDate as a -> profile.authoredOn = a;
    model.recorder as recorder -> profile.extension = create('Extension') as ext, 
        ext.url = "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-ext-recorder", 
        ext.value = recorder;
    model.prescriber as prescriber -> profile.requester = prescriber;
    model.'co-prescriberNr' as nr, model.'co-prescriber' as co -> profile.extension = create('Extension') as ext,
    ext.url = "https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/be-ext-co-prescriber-info", 
    ext.value = recorder'c0';
     
}