ResMed Core Implementation Guide - Local Development build (v0.37.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: sully-rule-instance - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ServiceRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "sully-rule-instance"] ; #
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-instance\"> </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 "sully-rule-instance" </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: 12142546</p><p><b>instantiatesCanonical</b>: <a href=\"PlanDefinition-rmd-sully-rule1.html\">TidalVolumetBelowMlofMedianforConsecutiveDays</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> " MCDONALD"</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 "12142546" ]
] ) ; #
fhir:instantiatesCanonical ( [
fhir:v "http://resmed.com/fhir/core/PlanDefinition/rmd-sully-rule1"^^xsd:anyURI ;
fhir:link <http://resmed.com/fhir/core/PlanDefinition/rmd-sully-rule1>
] ) ; #
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:reference [ fhir:v "Patient/airview-patient-with-custom-rules" ]
] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Device/device-ACE-example" ]
] ) ; #
fhir:relevantHistory ( [
fhir:reference [ fhir:v "Provenance/templateChanged1" ]
] ) . #