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:RequestGroup ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "uc2a"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-referral-request-group"^^xsd:anyURI ;
fhir:link <https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-referral-request-group> ] )
] ; #
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: RequestGroup uc2a</b></p><a name=\"uc2a\"> </a><a name=\"hcuc2a\"> </a><a name=\"uc2a-en-US\"> </a><p><b>Extension Definition for ServiceRequest.category for Version 4.0</b>: <span title=\"Codes:{http://snomed.info/sct 9632001}\">Nursing procedure</span></p><p><b>BeValidityPeriod</b>: 2023-01-26 --> 2023-07-26</p><p><b>identifier</b>: <a href=\"NamingSystem-be-ns-uhmep.html\" title=\"UHMEP naming system\">BeUnadressedHealthMessageExchangePlatform</a>/5752e55e-9d8a-11ed-a8fc-0242ac120002</p><p><b>status</b>: Draft</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 385796006}\">Medication prefill preparation (procedure)</span></p><p><b>authoredOn</b>: 2023-01-26 00:00:00+0100</p><blockquote><p><b>action</b></p><blockquote><p><b>id</b></p>uc2a-1</blockquote><p><b>resource</b>: <a href=\"ServiceRequest-uc2a-1.html\">ServiceRequest Medication prefill preparation (procedure)</a></p></blockquote><blockquote><p><b>action</b></p><blockquote><p><b>id</b></p>uc2a-2</blockquote><h3>RelatedActions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ActionId</b></td><td><b>Relationship</b></td></tr><tr><td style=\"display: none\">*</td><td>uc2a-1</td><td>After End</td></tr></table><p><b>resource</b>: <a href=\"ServiceRequest-uc2a-2.html\">ServiceRequest Compression bandaging</a></p></blockquote><blockquote><p><b>action</b></p><blockquote><p><b>id</b></p>uc2a-3</blockquote><h3>RelatedActions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ActionId</b></td><td><b>Relationship</b></td></tr><tr><td style=\"display: none\">*</td><td>uc2a-2</td><td>After End</td></tr></table><p><b>resource</b>: <a href=\"ServiceRequest-uc2a-3.html\">ServiceRequest Application of anti-embolic stockings</a></p></blockquote></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/4.0/StructureDefinition/extension-ServiceRequest.category"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( 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: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 "2023-01-26"^^xsd:date ] ;
fhir:end [ fhir:v "2023-07-26"^^xsd:date ] ]
] ) ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/referral/NamingSystem/uhmep"^^xsd:anyURI ] ;
fhir:value [ fhir:v "5752e55e-9d8a-11ed-a8fc-0242ac120002" ]
] ) ; #
fhir:status [ fhir:v "draft"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:code [
( fhir:coding [
a sct:385796006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:version [ fhir:v "http://snomed.info/sct/11000172109" ] ;
fhir:code [ fhir:v "385796006" ] ] )
] ; #
fhir:authoredOn [ fhir:v "2023-01-26T00:00:00+01:00"^^xsd:dateTime] ; #
fhir:action ( [
fhir:id [ fhir:v "uc2a-1" ] ;
fhir:resource [
fhir:reference [ fhir:v "ServiceRequest/uc2a-1" ] ]
] [
fhir:id [ fhir:v "uc2a-2" ] ;
( fhir:relatedAction [
fhir:actionId [ fhir:v "uc2a-1" ] ;
fhir:relationship [ fhir:v "after-end" ] ] ) ;
fhir:resource [
fhir:reference [ fhir:v "ServiceRequest/uc2a-2" ] ]
] [
fhir:id [ fhir:v "uc2a-3" ] ;
( fhir:relatedAction [
fhir:actionId [ fhir:v "uc2a-2" ] ;
fhir:relationship [ fhir:v "after-end" ] ] ) ;
fhir:resource [
fhir:reference [ fhir:v "ServiceRequest/uc2a-3" ] ]
] ) . #
IG © 2022+ . Package hl7.fhir.be.referral#1.0.0 based on FHIR 4.0.1. Generated 2024-12-11
Links: Table of Contents |
QA Report |
Version History |