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-c - 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 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 "example-c"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-referral-servicerequest-diagnosticimaging"^^xsd:anyURI ;
fhir:link <https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-referral-servicerequest-diagnosticimaging>     ] )
  ] ; # 
  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 example-c</b></p><a name=\"example-c\"> </a><a name=\"hcexample-c\"> </a><a name=\"example-c-en-US\"> </a><p><b>BeValidityPeriod</b>: 2024-10-15 --&gt; 2025-04-15</p><p><b>BeSupportingInfo</b>: <span title=\"Codes:\">363680008</span></p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 363679005}\">Imaging (procedure)</span></p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{https://qsimedical.com MR-upper-extremity-shoulder-wo-iv-contrast}\">MR-upper-extremity-shoulder-wo-iv-contrast</span></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>/50011512345</p><p><b>authoredOn</b>: 2024-10-15 00:00:00+0000</p><p><b>requester</b>: <a href=\"PractitionerRole-DOCTOR-12009390800.html\">PractitionerRole physician</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 125605004}\">Fracture of bone</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 16982005}\">Shoulder</span></p></div>"
  ] ; # 
  fhir:extension ( [
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 "2024-10-15"^^xsd:date ] ;
fhir:end [ fhir:v "2025-04-15"^^xsd:date ]     ]
  ] [
fhir:url [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-ext-supporting-info"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:code [ fhir:v "363680008" ]       ] )     ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:category ( [
    ( fhir:coding [
a sct:363679005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:version [ fhir:v "http://snomed.info/sct/11000172109" ] ;
fhir:code [ fhir:v "363679005" ]     ] )
  ] ) ; # 
  fhir:priority [ fhir:v "routine"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "https://qsimedical.com"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MR-upper-extremity-shoulder-wo-iv-contrast" ]     ] )
  ] ; # 
  fhir:subject [
fhir:identifier [
fhir:system [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin"^^xsd:anyURI ] ;
fhir:value [ fhir:v "50011512345" ]     ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2024-10-15T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:requester [
fhir:reference [ fhir:v "PractitionerRole/DOCTOR-12009390800" ]
  ] ; # 
  fhir:reasonCode ( [
    ( fhir:coding [
a sct:125605004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:version [ fhir:v "http://snomed.info/sct/11000172109" ] ;
fhir:code [ fhir:v "125605004" ]     ] )
  ] ) ; # 
  fhir:bodySite ( [
    ( fhir:extension [
fhir:url [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/core-clinical/StructureDefinition/be-ext-laterality"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding, sct:24028007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:version [ fhir:v "http://snomed.info/sct/11000172109" ] ;
fhir:code [ fhir:v "24028007" ]       ]     ] ) ;
    ( fhir:coding [
a sct:16982005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:version [ fhir:v "http://snomed.info/sct/11000172109" ] ;
fhir:code [ fhir:v "16982005" ]     ] )
  ] ) . #