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
: ResMed CarePlan Request status ValueSet - 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:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "resmed-careplan-request-status-value-set"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-request-status.html\"><code>http://hl7.org/fhir/request-status</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-request-status.html#request-status-active\">active</a></td><td style=\"color: #cccccc\">Active</td><td>The request is in force and ready to be acted upon.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-request-status.html#request-status-revoked\">revoked</a></td><td style=\"color: #cccccc\">Revoked</td><td>The request (and any implicit authorization to act) has been terminated prior to the known full completion of the intended actions. No further activity should occur.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-request-status.html#request-status-completed\">completed</a></td><td style=\"color: #cccccc\">Completed</td><td>The activity described by the request has been fully performed. No further activity will occur.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-request-status.html#request-status-unknown\">unknown</a></td><td style=\"color: #cccccc\">Unknown</td><td>The authoring/source system does not know which of the status values currently applies for this request. Note: This concept is not to be used for "other" - one of the listed statuses is presumed to apply, but the authoring/source system does not know which.</td></tr></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "http://terminology.resmed.com/ValueSet/resmed-careplan-request-status"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.37.0"] ; #
fhir:name [ fhir:v "ResMedCarePlanReqStatusValueSet"] ; #
fhir:title [ fhir:v "ResMed CarePlan Request status ValueSet"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-01-11T18:32:48+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "ResMed Corp"] ; #
fhir:contact ( [
fhir:name [ fhir:v "ResMed Corp" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.resmed.com" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "atomteam-halifax@resmed.com" ] ] )
] ) ; #
fhir:description [ fhir:v "The set of supported request status values for ResMed CarePlan"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ] )
] ) ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/request-status"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "active" ] ] [
fhir:code [ fhir:v "revoked" ] ] [
fhir:code [ fhir:v "completed" ] ] [
fhir:code [ fhir:v "unknown" ] ] ) ] )
] . #