Shared Care Planning (SCP) Implementation Guide
0.2.0 - ci-build

Shared Care Planning (SCP) Implementation Guide, published by Santeon. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/santeonnl/shared-care-planning/ and changes regularly. See the Directory of published versions

: minimal-enrollment-ServiceRequest - 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 "minimal-enrollment-ServiceRequest"] ; # 
  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: ServiceRequest minimal-enrollment-ServiceRequest</b></p><a name=\"minimal-enrollment-ServiceRequest\"> </a><a name=\"hcminimal-enrollment-ServiceRequest\"> </a><a name=\"minimal-enrollment-ServiceRequest-en-US\"> </a><p><b>status</b>: Draft</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 719858009}\">monitoren via telegeneeskunde (regime/therapie)</span></p><p><b>subject</b>: <a href=\"Patient-minimal-enrollment-Patient.html\">Patient, Jean Jacques van Putten-van der Giessen</a></p><p><b>requester</b>: <a href=\"Organization-minimal-enrollment-Organization-Requester.html\">Requester Organization St. Antonius Ziekenhuis</a></p><p><b>performer</b>: <a href=\"Organization-minimal-enrollment-Organization-Performer.html\">Performer Organization Zorg bij jou</a></p><p><b>reasonReference</b>: <a href=\"Condition-minimal-enrollment-Condition.html\">Diagnose Hartfalen</a></p></div>"
  ] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:719858009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "719858009" ] ;
fhir:display [ fhir:v "monitoren via telegeneeskunde (regime/therapie)" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/minimal-enrollment-Patient" ] ;
fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ;
fhir:display [ fhir:v "Patient, Jean Jacques van Putten-van der Giessen" ]
  ] ; # 
  fhir:requester [
fhir:reference [ fhir:v "Organization/minimal-enrollment-Organization-Requester" ] ;
fhir:type [ fhir:v "Organization"^^xsd:anyURI ] ;
fhir:display [ fhir:v "Requester Organization St. Antonius Ziekenhuis" ]
  ] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Organization/minimal-enrollment-Organization-Performer" ] ;
fhir:type [ fhir:v "Organization"^^xsd:anyURI ] ;
fhir:display [ fhir:v "Performer Organization Zorg bij jou" ]
  ] ) ; # 
  fhir:reasonReference ( [
fhir:reference [ fhir:v "Condition/minimal-enrollment-Condition" ] ;
fhir:display [ fhir:v "Diagnose Hartfalen" ]
  ] ) . #