Source | hl7.fhir.be.referral#current:Referral Prescription (v4.0.1) |
resourceType | StructureMap |
id | be-map-model-referral-prescription |
canonical | https://www.ehealth.fgov.be/standards/fhir/referral/StructureMap/be-map-model-referral-prescription |
version | 1.0.0 |
status | draft |
name | be-map-model-referral-prescription |
date | 2023-08-28T15:27:55+00:00 |
jurisdictions | be |
Usages | (none) |
/// url = 'https://www.ehealth.fgov.be/standards/fhir/referral/StructureMap/be-map-model-referral-prescription' /// name = 'be-map-model-referral-prescription' /// status = 'draft' uses " https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-model-referralprescription " alias BeModelReferralPrescription as source uses " https://www.ehealth.fgov.be/standards/fhir/referral/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/referral/StructureDefinition/be-ext-co-prescriber-info' , ext.value = recorder "c0" ; }
Produced 08 Sep 2023