Digital Referral Prescription
1.0.0 - STU
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
{
"resourceType" : "ServiceRequest",
"id" : "uc2a-1",
"meta" : {
"profile" : [
🔗 "https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/be-referralprescription-nursing"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest uc2a-1</b></p><a name=\"uc2a-1\"> </a><a name=\"hcuc2a-1\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-be-referralprescription-nursing.html\">BeReferralPrescriptionNursing</a></p></div><p><b>BeFeedbackToPrescriber</b>: true</p><p><b>BeValidityPeriod</b>: 2023-01-26 --> 2023-07-26</p><p><b>Request status reason</b>: <span title=\"Codes:{https://www.ehealth.fgov.be/standards/fhir/drp/CodeSystem/be-prescription-status-reason inProgress}\">In progress</span></p><p><b>BePerformerType</b>: <span title=\"Codes:{https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-hcparty persnurse}\">nurse</span></p><p><b>basedOn</b>: Identifier: <code>https://nonexistant.system.be/vidis</code>/medication-line-id</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 9632001}\">Nursing procedure</span></p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 385796006}\">385796006</span></p><p><b>subject</b>: Identifier: BeSSINNamingSystem/38012699993</p><p><b>authoredOn</b>: 2023-01-26 00:00:00+0100</p><p><b>requester</b>: Identifier: BeNIHDINamingSystem/10829059004</p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 44653001}\">44653001</span></p><p><b>note</b>: </p><blockquote><div><p>Dalacin 350 mg / 8 uur, intraveneus gedurende zeven dagen, via een perifere katheter</p>\n</div></blockquote></div>"
},
"extension" : [
{
"url" : "https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/be-ext-feedback-to-prescriber",
"valueBoolean" : true
},
{
"url" : "https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/be-ext-validity-period",
"valuePeriod" : {
"start" : "2023-01-26",
"end" : "2023-07-26"
}
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/request-statusReason",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://www.ehealth.fgov.be/standards/fhir/drp/CodeSystem/be-prescription-status-reason",
"code" : "inProgress",
"display" : "In progress"
}
]
}
},
{
"url" : "https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/be-ext-performer-type",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-hcparty",
"code" : "persnurse"
}
]
}
}
],
"basedOn" : [
{
"identifier" : {
"system" : "https://nonexistant.system.be/vidis",
"value" : "medication-line-id"
}
}
],
"status" : "active",
"intent" : "order",
"category" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"version" : "http://snomed.info/sct/11000172109",
"code" : "9632001"
}
],
"text" : "Nursing procedure"
}
],
"priority" : "routine",
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"version" : "http://snomed.info/sct/11000172109",
"code" : "385796006"
}
]
},
"subject" : {
"identifier" : {
"system" : "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
"value" : "38012699993"
}
},
"authoredOn" : "2023-01-26T00:00:00+01:00",
"requester" : {
"identifier" : {
"system" : "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi",
"value" : "10829059004"
}
},
"reasonCode" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"version" : "http://snomed.info/sct/11000172109",
"code" : "44653001"
}
]
}
],
"note" : [
{
"text" : "Dalacin 350 mg / 8 uur, intraveneus gedurende zeven dagen, via een perifere katheter"
}
]
}