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

: example-radiologybundle - 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:CarePlan ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-radiologybundle"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-referral-careplan"^^xsd:anyURI ;
fhir:link <https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-referral-careplan>     ] )
  ] ; # 
  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: CarePlan example-radiologybundle</b></p><a name=\"example-radiologybundle\"> </a><a name=\"hcexample-radiologybundle\"> </a><a name=\"example-radiologybundle-en-US\"> </a><p><b>identifier</b>: <a href=\"NamingSystem-be-ns-uhmep.html\" title=\"UHMEP naming system\">BeUnadressedHealthMessageExchangePlatform</a>/UHMEPVALUE</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>subject</b>: Identifier: <a href=\"https://build.fhir.org/ig/hl7-be/core/NamingSystem-be-ssin.html\" title=\"NISS/INSZ\">BeSSINNamingSystem</a>/79011512345</p><p><b>created</b>: 2024-10-15 00:00:00+0000</p><p><b>author</b>: <a href=\"PractitionerRole-DOCTOR-12009390800.html\">PractitionerRole physician</a></p><blockquote><p><b>activity</b></p><p><b>reference</b>: <a href=\"ServiceRequest-example-a.html\">ServiceRequest CT-Head-with-Contrast</a></p></blockquote><blockquote><p><b>activity</b></p><p><b>reference</b>: <a href=\"ServiceRequest-example-b.html\">ServiceRequest XRAY-upper-extremity-hand</a></p></blockquote><blockquote><p><b>activity</b></p><p><b>reference</b>: <a href=\"ServiceRequest-example-c.html\">ServiceRequest MR-upper-extremity-shoulder-wo-iv-contrast</a></p></blockquote></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/referral/NamingSystem/uhmep"^^xsd:anyURI ] ;
fhir:value [ fhir:v "UHMEPVALUE" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:subject [
fhir:identifier [
fhir:system [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin"^^xsd:anyURI ] ;
fhir:value [ fhir:v "79011512345" ]     ]
  ] ; # 
  fhir:created [ fhir:v "2024-10-15T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:author [
fhir:reference [ fhir:v "PractitionerRole/DOCTOR-12009390800" ]
  ] ; # 
  fhir:activity ( [
fhir:reference [
fhir:reference [ fhir:v "ServiceRequest/example-a" ]     ]
  ] [
fhir:reference [
fhir:reference [ fhir:v "ServiceRequest/example-b" ]     ]
  ] [
fhir:reference [
fhir:reference [ fhir:v "ServiceRequest/example-c" ]     ]
  ] ) . #