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 |
{
"resourceType" : "StructureMap",
"id" : "be-map-model-referral-prescription",
"text" : {
"status" : "additional",
"div" : "<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"\r\n\r\nuses "https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-model-referralprescription" alias BeModelReferralPrescription as source\r\nuses "https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-referral-servicerequest" alias BeReferralPrescription as target\r\n\r\n\r\n\r\ngroup Main(source model : BeModelReferralPrescription, target profile : BeReferralPrescription) {\r\n model.recordedDate as a -> profile.authoredOn = a;\r\n model.recorder as recorder -> profile.extension = create('Extension') as ext, \r\n ext.url = "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-ext-recorder", \r\n ext.value = recorder;\r\n model.prescriber as prescriber -> profile.requester = prescriber;\r\n model.'co-prescriberNr' as nr, model.'co-prescriber' as co -> profile.extension = create('Extension') as ext,\r\n ext.url = "https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-ext-co-prescriber-info", \r\n ext.value = recorder'c0';\r\n \r\n}\r\n\r\n\r\n\r\n</pre></div>"
},
"url" : "https://www.ehealth.fgov.be/standards/fhir/referral/StructureMap/be-map-model-referral-prescription",
"version" : "1.0.0",
"name" : "be-map-model-referral-prescription",
"status" : "draft",
"date" : "2024-09-24T14:13:36+00:00",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "BE",
"display" : "Belgium"
}
]
}
],
"structure" : [
{
"url" : "https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-model-referralprescription",
"mode" : "source",
"alias" : "BeModelReferralPrescription"
},
{
"url" : "https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-referral-servicerequest",
"mode" : "target",
"alias" : "BeReferralPrescription"
}
],
"group" : [
{
"name" : "Main",
"typeMode" : "none",
"input" : [
{
"name" : "model",
"type" : "BeModelReferralPrescription",
"mode" : "source"
},
{
"name" : "profile",
"type" : "BeReferralPrescription",
"mode" : "target"
}
],
"rule" : [
{
"name" : "recordedDate",
"source" : [
{
"context" : "model",
"element" : "recordedDate",
"variable" : "a"
}
],
"target" : [
{
"context" : "profile",
"contextType" : "variable",
"element" : "authoredOn",
"transform" : "copy",
"parameter" : [
{
"valueId" : "a"
}
]
}
]
},
{
"name" : "recorder",
"source" : [
{
"context" : "model",
"element" : "recorder",
"variable" : "recorder"
}
],
"target" : [
{
"context" : "profile",
"contextType" : "variable",
"element" : "extension",
"variable" : "ext",
"transform" : "create",
"parameter" : [
{
"valueString" : "Extension"
}
]
},
{
"context" : "ext",
"contextType" : "variable",
"element" : "url",
"transform" : "copy",
"parameter" : [
{
"valueString" : "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-ext-recorder"
}
]
},
{
"context" : "ext",
"contextType" : "variable",
"element" : "value",
"transform" : "copy",
"parameter" : [
{
"valueId" : "recorder"
}
]
}
]
},
{
"name" : "prescriber",
"source" : [
{
"context" : "model",
"element" : "prescriber",
"variable" : "prescriber"
}
],
"target" : [
{
"context" : "profile",
"contextType" : "variable",
"element" : "requester",
"transform" : "copy",
"parameter" : [
{
"valueId" : "prescriber"
}
]
}
]
},
{
"name" : "c0",
"source" : [
{
"context" : "model",
"element" : "'co-prescriberNr'",
"variable" : "nr"
},
{
"context" : "model",
"element" : "'co-prescriber'",
"variable" : "co"
}
],
"target" : [
{
"context" : "profile",
"contextType" : "variable",
"element" : "extension",
"variable" : "ext",
"transform" : "create",
"parameter" : [
{
"valueString" : "Extension"
}
]
},
{
"context" : "ext",
"contextType" : "variable",
"element" : "url",
"transform" : "copy",
"parameter" : [
{
"valueString" : "https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-ext-co-prescriber-info"
}
]
},
{
"context" : "ext",
"contextType" : "variable",
"element" : "value",
"transform" : "copy",
"parameter" : [
{
"valueId" : "recorder"
}
]
}
]
}
]
}
]
}