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 "uc2a-1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-referral-care-servicerequest"^^xsd:anyURI ;
fhir:link <https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-referral-care-servicerequest> ] )
] ; #
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 uc2a-1</b></p><a name=\"uc2a-1\"> </a><a name=\"hcuc2a-1\"> </a><a name=\"uc2a-1-en-US\"> </a><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>basedOn</b>: Identifier: <code>https://nonexistant.system.be/vidis</code>/medication-line-id</p><p><b>status</b>: Active</p><p><b>intent</b>: Option</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}\">Medication prefill preparation (procedure)</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}\">Erysipelas</span></p><p><b>note</b>: Dalacin 350 mg / 8 uur, intraveneus gedurende zeven dagen, via een perifere katheter</p></div>"
] ; #
fhir:extension ( [
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:basedOn ( [
fhir:identifier [
fhir:system [ fhir:v "https://nonexistant.system.be/vidis"^^xsd:anyURI ] ;
fhir:value [ fhir:v "medication-line-id" ] ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "option"] ; #
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 [
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: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:authoredOn [ fhir:v "2023-01-26T00:00:00+01:00"^^xsd:dateTime] ; #
fhir:requester [
fhir:identifier [
fhir:system [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "10829059004" ] ]
] ; #
fhir:reasonCode ( [
( fhir:coding [
a sct:44653001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:version [ fhir:v "http://snomed.info/sct/11000172109" ] ;
fhir:code [ fhir:v "44653001" ] ] )
] ) ; #
fhir:note ( [
fhir:text [ fhir:v "Dalacin 350 mg / 8 uur, intraveneus gedurende zeven dagen, via een perifere katheter" ]
] ) . #
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 |