@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/example12-referralprescription-nursing-annex81> a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example12-referralprescription-nursing-annex81"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/be-annex-81"^^xsd:anyURI ;
       fhir:link <https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/be-annex-81>
     ] )
  ] ; # 
  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 example12-referralprescription-nursing-annex81</b></p><a name=\"example12-referralprescription-nursing-annex81\"> </a><a name=\"hcexample12-referralprescription-nursing-annex81\"> </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-annex-81.html\">BeAnnex81</a></p></div><p><b>BeValidityPeriod</b>: 2022-04-19 --&gt; 2023-04-19</p><p><b>status</b>: Active</p><p><b>intent</b>: Proposal</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 9632001}\">Nursing procedure</span></p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{https://www.ehealth.fgov.be/standards/fhir/drp/CodeSystem/be-cs-temp-requested-service tmp-prep-x081-2}\">Preparing medication_Appendix 81</span></p><p><b>subject</b>: Identifier: BeSSINNamingSystem/99999999999</p><p><b>occurrence</b>: Once per 1 week</p><p><b>authoredOn</b>: 2022-10-31 00:00:00+0100</p><p><b>requester</b>: <a href=\"PractitionerRole-NURSE-45094508408.html\">PractitionerRole nurse</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 52448006}\">52448006</span></p></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:value [
       a fhir:Period ;
       fhir:start [ fhir:v "2022-04-19"^^xsd:date ] ;
       fhir:end [ fhir:v "2023-04-19"^^xsd:date ]
     ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "proposal"] ; # 
  fhir:category ( [
     fhir:coding ( [
       a sct:9632001 ;
       fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
       fhir:version [ fhir:v "http://snomed.info/sct/11000172109" ] ;
       fhir:code [ fhir:v "9632001" ]
     ] ) ;
     fhir:text [ fhir:v "Nursing procedure" ]
  ] ) ; # 
  fhir:priority [ fhir:v "routine"] ; # 
  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:code [ fhir:v "tmp-prep-x081-2" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:identifier [
       fhir:system [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin"^^xsd:anyURI ] ;
       fhir:value [ fhir:v "99999999999" ]
     ]
  ] ; # 
  fhir:occurrence [
     a fhir:Timing ;
     fhir:repeat [
       fhir:bounds [
         a fhir:Period ;
         fhir:start [ fhir:v "2021-07-02"^^xsd:date ] ;
         fhir:end [ fhir:v "2022-06-30"^^xsd:date ]
       ] ;
       fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
       fhir:period [ fhir:v "1"^^xsd:decimal ] ;
       fhir:periodUnit [ fhir:v "wk" ]
     ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2022-10-31T00:00:00+01:00"^^xsd:dateTime] ; # 
  fhir:requester [
     fhir:link <https://www.ehealth.fgov.be/standards/fhir/drp/PractitionerRole/NURSE-45094508408> ;
     fhir:reference [ fhir:v "PractitionerRole/NURSE-45094508408" ]
  ] ; # 
  fhir:reasonCode ( [
     fhir:coding ( [
       a sct:52448006 ;
       fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
       fhir:version [ fhir:v "http://snomed.info/sct/11000172109" ] ;
       fhir:code [ fhir:v "52448006" ]
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

