Referral Prescription, published by . This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/referral/ and changes regularly. See the Directory of published versions
Draft as of 2024-09-24 |
<StructureMap xmlns="http://hl7.org/fhir">
<id value="be-map-model-referral-prescription"/>
<text>
<status value="additional"/>
<div xmlns="http://www.w3.org/1999/xhtml"><pre>map "https://www.ehealth.fgov.be/standards/fhir/referral/StructureMap/be-map-model-referral-prescription" = "be-map-model-referral-prescription"
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-referral-servicerequest" 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';
}
</pre></div>
</text>
<url
value="https://www.ehealth.fgov.be/standards/fhir/referral/StructureMap/be-map-model-referral-prescription"/>
<version value="1.0.0"/>
<name value="be-map-model-referral-prescription"/>
<status value="draft"/>
<date value="2024-09-24T14:13:36+00:00"/>
<jurisdiction>
<coding>
<system value="urn:iso:std:iso:3166"/>
<code value="BE"/>
<display value="Belgium"/>
</coding>
</jurisdiction>
<structure>
<url
value="https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-model-referralprescription"/>
<mode value="source"/>
<alias value="BeModelReferralPrescription"/>
</structure>
<structure>
<url
value="https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-referral-servicerequest"/>
<mode value="target"/>
<alias value="BeReferralPrescription"/>
</structure>
<group>
<name value="Main"/>
<typeMode value="none"/>
<input>
<name value="model"/>
<type value="BeModelReferralPrescription"/>
<mode value="source"/>
</input>
<input>
<name value="profile"/>
<type value="BeReferralPrescription"/>
<mode value="target"/>
</input>
<rule>
<name value="recordedDate"/>
<source>
<context value="model"/>
<element value="recordedDate"/>
<variable value="a"/>
</source>
<target>
<context value="profile"/>
<contextType value="variable"/>
<element value="authoredOn"/>
<transform value="copy"/>
<parameter>
<valueId value="a"/>
</parameter>
</target>
</rule>
<rule>
<name value="recorder"/>
<source>
<context value="model"/>
<element value="recorder"/>
<variable value="recorder"/>
</source>
<target>
<context value="profile"/>
<contextType value="variable"/>
<element value="extension"/>
<variable value="ext"/>
<transform value="create"/>
<parameter>
<valueString value="Extension"/>
</parameter>
</target>
<target>
<context value="ext"/>
<contextType value="variable"/>
<element value="url"/>
<transform value="copy"/>
<parameter>
<valueString
value="https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-ext-recorder"/>
</parameter>
</target>
<target>
<context value="ext"/>
<contextType value="variable"/>
<element value="value"/>
<transform value="copy"/>
<parameter>
<valueId value="recorder"/>
</parameter>
</target>
</rule>
<rule>
<name value="prescriber"/>
<source>
<context value="model"/>
<element value="prescriber"/>
<variable value="prescriber"/>
</source>
<target>
<context value="profile"/>
<contextType value="variable"/>
<element value="requester"/>
<transform value="copy"/>
<parameter>
<valueId value="prescriber"/>
</parameter>
</target>
</rule>
<rule>
<name value="c0"/>
<source>
<context value="model"/>
<element value="'co-prescriberNr'"/>
<variable value="nr"/>
</source>
<source>
<context value="model"/>
<element value="'co-prescriber'"/>
<variable value="co"/>
</source>
<target>
<context value="profile"/>
<contextType value="variable"/>
<element value="extension"/>
<variable value="ext"/>
<transform value="create"/>
<parameter>
<valueString value="Extension"/>
</parameter>
</target>
<target>
<context value="ext"/>
<contextType value="variable"/>
<element value="url"/>
<transform value="copy"/>
<parameter>
<valueString
value="https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-ext-co-prescriber-info"/>
</parameter>
</target>
<target>
<context value="ext"/>
<contextType value="variable"/>
<element value="value"/>
<transform value="copy"/>
<parameter>
<valueId value="recorder"/>
</parameter>
</target>
</rule>
</group>
</StructureMap>