@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 -------------------------------------------------------------------

<http://resmed.com/fhir/core/ServiceRequest/sully-rule-instance2> a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "sully-rule-instance2"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://resmed.com/fhir/core/StructureDefinition/resmed-rules-service-request"^^xsd:anyURI ;
       fhir:link <http://resmed.com/fhir/core/StructureDefinition/resmed-rules-service-request>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ServiceRequest</b><a name=\"sully-rule-instance2\"> </a></p><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\">Resource ServiceRequest &quot;sully-rule-instance2&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-rules-service-request.html\">ResMed Rule Instance ServiceRequest</a></p></div><p><b>identifier</b>: id: 34563463</p><p><b>instantiatesCanonical</b>: <a href=\"PlanDefinition-rmd-sully-rule2.html\">SpontTriggerOverPctofMedianforConsecutiveDays</a></p><p><b>status</b>: active</p><p><b>intent</b>: plan</p><p><b>code</b>: sully-rule-instance <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-rules-service-request-type-code-system.html\">ResMed Service Request Type CodeSystem</a>#sully-rule)</span></p><p><b>subject</b>: <a href=\"Patient-airview-patient-with-custom-rules.html\">Patient/airview-patient-with-custom-rules</a> &quot; MCDONALD&quot;</p><p><b>performer</b>: <a href=\"Device-device-ACE-example.html\">Device/device-ACE-example</a></p><p><b>relevantHistory</b>: <a href=\"Provenance-templateChanged1.html\">Provenance/templateChanged1</a></p></div>"
  ] ; # 
  fhir:identifier ( [
     fhir:value [ fhir:v "34563463" ]
  ] ) ; # 
  fhir:instantiatesCanonical ( [
     fhir:v "http://resmed.com/fhir/core/PlanDefinition/rmd-sully-rule2"^^xsd:anyURI ;
     fhir:link <http://resmed.com/fhir/core/PlanDefinition/rmd-sully-rule2>
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "plan"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-rules-service-request-type"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "sully-rule" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:link <http://resmed.com/fhir/core/Patient/airview-patient-with-custom-rules> ;
     fhir:reference [ fhir:v "Patient/airview-patient-with-custom-rules" ]
  ] ; # 
  fhir:performer ( [
     fhir:link <http://resmed.com/fhir/core/Device/device-ACE-example> ;
     fhir:reference [ fhir:v "Device/device-ACE-example" ]
  ] ) ; # 
  fhir:relevantHistory ( [
     fhir:link <http://resmed.com/fhir/core/Provenance/templateChanged1> ;
     fhir:reference [ fhir:v "Provenance/templateChanged1" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

