Digital Referral Prescription
1.0.0 - STU
Digital Referral Prescription - Downloaded Version 1.0.0 See the Directory of published versions
| 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';
}