Referral Prescription
1.0.0 - STU Belgium flag

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

: BePrescriptionProposalType - TTL Representation

Draft as of 2022-05-03

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-proposal-type"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-insensitive code system <code>https://www.ehealth.fgov.be/standards/fhir/referral/CodeSystem/be-prescription-proposal-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>English (English, en)</b></td></tr><tr><td style=\"white-space:nowrap\">new<a name=\"be-prescription-proposal-type-new\"> </a></td><td>This is a new proposal from a caregiver</td></tr><tr><td style=\"white-space:nowrap\">prolongation<a name=\"be-prescription-proposal-type-prolongation\"> </a></td><td>This is a proposal based on an existing prescription</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/referral/CodeSystem/be-prescription-proposal-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "BePrescriptionProposalType"] ; # 
  fhir:title [ fhir:v "BePrescriptionProposalType"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2022-05-03T10:04:16+02:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Belgium"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 Belgium" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7belgium.org" ]     ] )
  ] [
fhir:name [ fhir:v "Message-Structure" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "message-structure@ehealth.fgov.be" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Prescription Proposal Type. Indicates the type of proposal (new or prolongation) as from the uses cases by NIHDI"] ; # 
  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 "new" ] ;
fhir:display [ fhir:v "new" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "en" ] ;
fhir:value [ fhir:v "This is a new proposal from a caregiver" ]     ] )
  ] [
fhir:code [ fhir:v "prolongation" ] ;
fhir:display [ fhir:v "prolongation" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "en" ] ;
fhir:value [ fhir:v "This is a proposal based on an existing prescription" ]     ] )
  ] ) . #