@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 -------------------------------------------------------------------

<https://www.ehealth.fgov.be/standards/fhir/drp/ServiceRequest/ucgh222p12-3> a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ucgh222p12-3"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/be-referral-servicerequest-nursing"^^xsd:anyURI ;
       fhir:l <https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/be-referral-servicerequest-nursing>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest ucgh222p12-3</b></p><a name=\"ucgh222p12-3\"> </a><a name=\"hcucgh222p12-3\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-be-referral-servicerequest-nursing.html\">BeReferralServiceRequestNursing</a></p></div><p><b>BeValidityPeriod</b>: 2022-10-03 --&gt; 2023-04-03</p><p><b>BeFeedbackToPrescriber</b>: false</p><p><b>BePerformerType</b>: <span title=\"Codes:{https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-hcparty persnurse}\">nurse</span></p><p><b>requisition</b>: <a href=\"NamingSystem-be-ns-uhmep.html\" title=\"UHMEP naming system\">BeUnadressedHealthMessageExchangePlatform</a>/27e5a4a4-e043-11ed-b5ea-0242ac120002</p><p><b>status</b>: Draft</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 9632001}\">9632001</span></p><p><b>code</b>: <span title=\"Codes:{https://www.ehealth.fgov.be/standards/fhir/drp/CodeSystem/be-cs-temp-requested-service tmp-plac-edle-0}\">Place/replace needle</span></p><p><b>subject</b>: Identifier: <a href=\"https://www.ehealth.fgov.be/standards/fhir/core/2.1.2/NamingSystem-be-ssin.html\" title=\"NISS/INSZ\">BeSSINNamingSystem</a>/38012699993</p><p><b>occurrence</b>: Events: 2022-10-10 </p><p><b>authoredOn</b>: 2022-10-03 00:00:00+0100</p><p><b>requester</b>: <a href=\"PractitionerRole-DOCTOR-10829059004.html\">PractitionerRole physician</a></p><p><b>reasonCode</b>: <span title=\"Codes:\">chemotherapy via 'implantable venous access port catheter'</span></p><p><b>note</b>: </p><blockquote><div><p>Huber needle type: 20G x 25mm (not available for june release -&gt; is device)</p>\n</div></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/be-ext-validity-period"^^xsd:anyURI ;
       fhir:l <https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/be-ext-validity-period>
     ] ;
     fhir:value [
       a fhir:Period ;
       fhir:start [ fhir:v "2022-10-03"^^xsd:date ] ;
       fhir:end [ fhir:v "2023-04-03"^^xsd:date ]
     ]
  ] [
     fhir:url [
       fhir:v "https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/be-ext-feedback-to-prescriber"^^xsd:anyURI ;
       fhir:l <https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/be-ext-feedback-to-prescriber>
     ] ;
     fhir:value [
       a fhir:Boolean ;
       fhir:v false
     ]
  ] [
     fhir:url [
       fhir:v "https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/be-ext-performer-type"^^xsd:anyURI ;
       fhir:l <https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/be-ext-performer-type>
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-hcparty"^^xsd:anyURI ;
           fhir:l <https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-hcparty>
         ] ;
         fhir:code [ fhir:v "persnurse" ]
       ] )
     ]
  ] ) ; # 
  fhir:requisition [
     fhir:system [
       fhir:v "https://www.ehealth.fgov.be/standards/fhir/referral/NamingSystem/uhmep"^^xsd:anyURI ;
       fhir:l <https://www.ehealth.fgov.be/standards/fhir/referral/NamingSystem/uhmep>
     ] ;
     fhir:value [ fhir:v "27e5a4a4-e043-11ed-b5ea-0242ac120002" ]
  ] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:category ( [
     fhir:coding ( [
       a sct:9632001 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:version [ fhir:v "http://snomed.info/sct/11000172109" ] ;
       fhir:code [ fhir:v "9632001" ]
     ] )
  ] ) ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://www.ehealth.fgov.be/standards/fhir/drp/CodeSystem/be-cs-temp-requested-service"^^xsd:anyURI ;
         fhir:l <https://www.ehealth.fgov.be/standards/fhir/drp/CodeSystem/be-cs-temp-requested-service>
       ] ;
       fhir:code [ fhir:v "tmp-plac-edle-0" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:identifier [
       fhir:system [
         fhir:v "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin"^^xsd:anyURI ;
         fhir:l <https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin>
       ] ;
       fhir:value [ fhir:v "38012699993" ]
     ]
  ] ; # 
  fhir:occurrence [
     a fhir:Timing ;
     fhir:event ( [ fhir:v "2022-10-10"^^xsd:date ] )
  ] ; # 
  fhir:authoredOn [ fhir:v "2022-10-03T00:00:00+01:00"^^xsd:dateTime] ; # 
  fhir:requester [
     fhir:l <https://www.ehealth.fgov.be/standards/fhir/drp/PractitionerRole/DOCTOR-10829059004> ;
     fhir:reference [ fhir:v "PractitionerRole/DOCTOR-10829059004" ]
  ] ; # 
  fhir:reasonCode ( [
     fhir:text [ fhir:v "chemotherapy via 'implantable venous access port catheter'" ]
  ] ) ; # 
  fhir:note ( [
     fhir:text [ fhir:v "Huber needle type: 20G x 25mm (not available for june release -> is device)" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

