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
: BePrescriptionStatusReason - TTL Representation
Raw ttl | Download
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "be-prescription-status-reason"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem be-prescription-status-reason</b></p><a name=\"be-prescription-status-reason\"> </a><a name=\"hcbe-prescription-status-reason\"> </a><a name=\"be-prescription-status-reason-en-US\"> </a><p>This case-insensitive code system <code>https://www.ehealth.fgov.be/standards/fhir/referral/CodeSystem/be-prescription-status-reason</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">cancelingReason<a name=\"be-prescription-status-reason-cancelingReason\"> </a></td><td>Canceling reason</td></tr><tr><td style=\"white-space:nowrap\">expired<a name=\"be-prescription-status-reason-expired\"> </a></td><td>Expired</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/referral/CodeSystem/be-prescription-status-reason"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "BePrescriptionStatusReason"] ; #
fhir:title [ fhir:v "BePrescriptionStatusReason"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-09-24T14:13:36+00:00"^^xsd:dateTime] ; #
fhir:description [ fhir:v "Status reason for the prescription. Initially defined as supporting CodeSystem for the referral prescription."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BE" ] ;
fhir:display [ fhir:v "Belgium" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "cancelingReason" ] ;
fhir:display [ fhir:v "Canceling reason" ]
] [
fhir:code [ fhir:v "expired" ] ;
fhir:display [ fhir:v "Expired" ]
] ) . #