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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "example12-referralprescription-nursing-annex81"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-annex-81"^^xsd:anyURI ;
fhir:link <https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-annex-81> ] )
] ; #
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 example12-referralprescription-nursing-annex81</b></p><a name=\"example12-referralprescription-nursing-annex81\"> </a><a name=\"hcexample12-referralprescription-nursing-annex81\"> </a><a name=\"example12-referralprescription-nursing-annex81-en-US\"> </a><p><b>BeValidityPeriod</b>: 2022-04-19 --> 2023-04-19</p><p><b>Request status reason</b>: <span title=\"Codes:{https://www.ehealth.fgov.be/standards/fhir/referral/CodeSystem/be-prescription-status-reason inProgress}\">In Progress</span></p><p><b>BeFeedbackToPrescriber</b>: true</p><p><b>BePerformerType</b>: <span title=\"Codes:{https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-hcparty persphysician}\">physician</span></p><p><b>status</b>: Active</p><p><b>intent</b>: Proposal</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:{https://www.ehealth.fgov.be/standards/fhir/referral/CodeSystem/be-cs-temp-requested-service tmp-prep-x081-2}\">Preparing medication_Appendix 81</span></p><p><b>subject</b>: <a href=\"#hcexample12-referralprescription-nursing-annex81/patient1\">Jane Doe Female, DoB: 1956-05-27 ( https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin#BeSSINNamingSystem#99999999991 (use: official, ))</a></p><p><b>occurrence</b>: Once per1 weeks</p><p><b>authoredOn</b>: 2022-10-31 00:00:00+0100</p><p><b>requester</b>: <a href=\"#hcexample12-referralprescription-nursing-annex81/requesterrole2\">PractitionerRole nurse</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 52448006}\">Dementia</span></p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Patient #patient1</b></p><a name=\"example12-referralprescription-nursing-annex81/patient1\"> </a><a name=\"hcexample12-referralprescription-nursing-annex81/patient1\"> </a><a name=\"example12-referralprescription-nursing-annex81/patient1-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Jane Doe Female, DoB: 1956-05-27 ( https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin#BeSSINNamingSystem#99999999991 (use: official, ))</p><hr/></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole #requesterrole2</b></p><a name=\"example12-referralprescription-nursing-annex81/requesterrole2\"> </a><a name=\"hcexample12-referralprescription-nursing-annex81/requesterrole2\"> </a><a name=\"example12-referralprescription-nursing-annex81/requesterrole2-en-US\"> </a><p><b>practitioner</b>: <a href=\"Practitioner-practitioner2.html\">Practitioner Christopher Chapel (official)</a></p><p><b>code</b>: <span title=\"Codes:{https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-hcparty persnurse}\">nurse</span></p></blockquote></div>"
] ; #
fhir:contained ( [
a fhir:Patient ;
fhir:id [ fhir:v "patient1" ] ;
fhir:meta [
( fhir:profile [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient"^^xsd:anyURI ;
fhir:link <https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient> ] ) ] ;
( fhir:identifier [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin"^^xsd:anyURI ] ;
fhir:value [ fhir:v "99999999991" ] ] ) ;
( fhir:name [
fhir:family [ fhir:v "Doe" ] ;
( fhir:given [ fhir:v "Jane" ] ) ] ) ;
fhir:gender [ fhir:v "female" ] ;
fhir:birthDate [ fhir:v "1956-05-27"^^xsd:date ]
] [
a fhir:PractitionerRole ;
fhir:id [ fhir:v "requesterrole2" ] ;
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:reference [ fhir:v "Practitioner/practitioner2" ] ] ;
( 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 "persnurse" ] ;
fhir:display [ fhir:v "nurse" ] ] ) ] )
] ) ; #
fhir:extension ( [
fhir:url [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-ext-validity-period"^^xsd:anyURI ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2022-04-19"^^xsd:date ] ;
fhir:end [ fhir:v "2023-04-19"^^xsd:date ] ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/request-statusReason"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/referral/CodeSystem/be-prescription-status-reason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "inProgress" ] ;
fhir:display [ fhir:v "In Progress" ] ] ) ]
] [
fhir:url [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-ext-feedback-to-prescriber"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]
] [
fhir:url [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/referral/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 "persphysician" ] ] ) ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "proposal"] ; #
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:text [ fhir:v "Nursing procedure" ]
] ) ; #
fhir:priority [ fhir:v "routine"] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/referral/CodeSystem/be-cs-temp-requested-service"^^xsd:anyURI ] ;
fhir:code [ fhir:v "tmp-prep-x081-2" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "#patient1" ]
] ; #
fhir:occurrence [
a fhir:Timing ;
fhir:repeat [
fhir:bounds [
a fhir:Period ;
fhir:start [ fhir:v "2021-07-02"^^xsd:date ] ;
fhir:end [ fhir:v "2022-06-30"^^xsd:date ] ] ;
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "wk" ] ]
] ; #
fhir:authoredOn [ fhir:v "2022-10-31T00:00:00+01:00"^^xsd:dateTime] ; #
fhir:requester [
fhir:reference [ fhir:v "#requesterrole2" ]
] ; #
fhir:reasonCode ( [
( fhir:coding [
a sct:52448006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:version [ fhir:v "http://snomed.info/sct/11000172109" ] ;
fhir:code [ fhir:v "52448006" ] ] )
] ) . #
IG © 2022+ . Package hl7.fhir.be.referral#1.0.0 based on FHIR 4.0.1. Generated 2024-09-23
Links: Table of Contents |
QA Report |
Version History |