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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ServiceRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ucgh241p18-1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/be-referralprescription-nursing"^^xsd:anyURI ;
fhir:link <https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/be-referralprescription-nursing> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest ucgh241p18-1</b></p><a name=\"ucgh241p18-1\"> </a><a name=\"hcucgh241p18-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>: false</p><p><b>BeValidityPeriod</b>: 2022-10-03 --> 2023-04-03</p><p><b>BePerformerType</b>: <span title=\"Codes:{https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-hcparty persdiabeticeducator}\">diabetis educator</span></p><p><b>status</b>: Draft</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 9632001}\">9632001</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 385805005}\">385805005</span></p><p><b>orderDetail</b>: <span title=\"Codes:{http://snomed.info/sct 370858005}\">370858005</span>, <span title=\"Codes:{https://www.ehealth.fgov.be/standards/fhir/drp/CodeSystem/be-cs-temp-requested-service-detail tmp-indi-sion-8}\">Individual session</span></p><p><b>subject</b>: Identifier: BeSSINNamingSystem/38012699993</p><p><b>occurrence</b>: Count 5 times, Duration 0.5?? , Once</p><p><b>authoredOn</b>: 2022-10-03 00:00:00+0100</p><p><b>requester</b>: <a href=\"#hcucgh241p18-1/ucgh241p18-1-1\">PractitionerRole physician</a></p><p><b>reasonCode</b>: <span title=\"Codes:\">Diabetes type 2</span></p><p><b>note</b>: </p><blockquote><div><p>use of blood glucose meter (will be device from october release)</p>\n</div></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole #ucgh241p18-1-1</b></p><a name=\"ucgh241p18-1/ucgh241p18-1-1\"> </a><a name=\"hcucgh241p18-1/ucgh241p18-1-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=\"https://www.ehealth.fgov.be/standards/fhir/core/2.1.2/StructureDefinition-be-practitionerrole.html\">BePractitionerRole</a></p></div><p><b>practitioner</b>: Identifier: BeNIHDINamingSystem/10829059004</p><p><b>code</b>: <span title=\"Codes:{https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-hcparty persphysician}\">physician</span></p></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:contained ( [
a fhir:PractitionerRole ;
fhir:id [ fhir:v "ucgh241p18-1-1" ] ;
fhir:meta [
( fhir:profile [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-practitionerrole"^^xsd:anyURI ;
fhir:link <https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-practitionerrole> ] ) ] ;
fhir:practitioner [
fhir:identifier [
fhir:system [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "10829059004" ] ] ] ;
( fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-hcparty"^^xsd:anyURI ] ;
fhir:code [ fhir:v "persphysician" ] ] ) ] )
] ) ; #
fhir:extension ( [
fhir:url [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/be-ext-feedback-to-prescriber"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v false ]
] [
fhir:url [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/be-ext-validity-period"^^xsd:anyURI ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2022-10-03"^^xsd:date ] ;
fhir:end [ fhir:v "2023-04-03"^^xsd:date ] ]
] [
fhir:url [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/be-ext-performer-type"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-hcparty"^^xsd:anyURI ] ;
fhir:code [ fhir:v "persdiabeticeducator" ] ] ) ]
] ) ; #
fhir:status [ fhir:v "draft"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:category ( [
( fhir:coding [
a sct:9632001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:version [ fhir:v "http://snomed.info/sct/11000172109" ] ;
fhir:code [ fhir:v "9632001" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a sct:385805005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:version [ fhir:v "http://snomed.info/sct/11000172109" ] ;
fhir:code [ fhir:v "385805005" ] ] )
] ; #
fhir:orderDetail ( [
( fhir:coding [
a sct:370858005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:version [ fhir:v "http://snomed.info/sct/11000172109" ] ;
fhir:code [ fhir:v "370858005" ] ] )
] [
( fhir:coding [
fhir:system [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/drp/CodeSystem/be-cs-temp-requested-service-detail"^^xsd:anyURI ] ;
fhir:code [ fhir:v "tmp-indi-sion-8" ] ] )
] ) ; #
fhir:subject [
fhir:identifier [
fhir:system [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin"^^xsd:anyURI ] ;
fhir:value [ fhir:v "38012699993" ] ]
] ; #
fhir:occurrence [
a fhir:Timing ;
fhir:repeat [
fhir:bounds [
a fhir:Period ;
fhir:end [ fhir:v "2023-12-31"^^xsd:date ] ] ;
fhir:count [ fhir:v "5"^^xsd:positiveInteger ] ;
fhir:duration [ fhir:v 0.5 ] ;
fhir:durationUnit [ fhir:v "h" ] ]
] ; #
fhir:authoredOn [ fhir:v "2022-10-03T00:00:00+01:00"^^xsd:dateTime] ; #
fhir:requester [
fhir:reference [ fhir:v "#ucgh241p18-1-1" ]
] ; #
fhir:reasonCode ( [
( fhir:coding [
fhir:display [ fhir:v "Diabetes type 2" ] ] )
] ) ; #
fhir:note ( [
fhir:text [ fhir:v "use of blood glucose meter (will be device from october release)" ]
] ) . #
IG © 2022+ . Package hl7.fhir.be.drp#1.0.0 based on FHIR 4.0.1. Generated 2025-09-29
Links: Table of Contents |
QA Report