Extensions for Using Data Elements from FHIR DSTU2 in FHIR R5
0.1.0 - STU International flag

Extensions for Using Data Elements from FHIR DSTU2 in FHIR R5 - Downloaded Version null See the Directory of published versions

: episode-of-care-status - TTL Representation

Page standards status: Trial-use Maturity Level: 0

Raw ttl | Download


@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "episode-of-care-status"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem episode-of-care-status</b></p><a name=\"episode-of-care-status\"> </a><a name=\"hcepisode-of-care-status\"> </a><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Name</b></td><td><b>Code</b></td><td><b>URI</b></td><td><b>Type</b></td></tr><tr><td>Status</td><td>status</td><td>http://hl7.org/fhir/concept-properties#status</td><td>code</td></tr><tr><td>Inactive</td><td>inactive</td><td>http://hl7.org/fhir/concept-properties#inactive</td><td>boolean</td></tr><tr><td>effectiveDate</td><td>effectiveDate</td><td>http://hl7.org/fhir/concept-properties#effectiveDate</td><td>dateTime</td></tr><tr><td>Deprecation Date</td><td>deprecationDate</td><td>http://hl7.org/fhir/concept-properties#deprecationDate</td><td>dateTime</td></tr><tr><td>Retirement Date</td><td>retirementDate</td><td>http://hl7.org/fhir/concept-properties#retirementDate</td><td>dateTime</td></tr><tr><td>Not Selectable</td><td>notSelectable</td><td>http://hl7.org/fhir/concept-properties#notSelectable</td><td>boolean</td></tr><tr><td>Parent</td><td>parent</td><td>http://hl7.org/fhir/concept-properties#parent</td><td>code</td></tr><tr><td>Child</td><td>child</td><td>http://hl7.org/fhir/concept-properties#child</td><td>code</td></tr><tr><td>Part Of</td><td>partOf</td><td>http://hl7.org/fhir/concept-properties#partOf</td><td>code</td></tr><tr><td>Synonym</td><td>synonym</td><td>http://hl7.org/fhir/concept-properties#synonym</td><td>code</td></tr><tr><td>Comment</td><td>comment</td><td>http://hl7.org/fhir/concept-properties#comment</td><td>string</td></tr><tr><td>itemWeight</td><td>itemWeight</td><td>http://hl7.org/fhir/concept-properties#itemWeight</td><td>decimal</td></tr></table><p><b>Concepts</b></p><p>This case-sensitive code system <code>http://hl7.org/fhir/episode-of-care-status</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">planned<a name=\"episode-of-care-status-planned\"> </a></td><td>Planned</td><td>This episode of care is planned to start at the date specified in the period.start. During this status an organization may perform assessments to determine if they are eligible to receive services, or be organizing to make resources available to provide care services.</td></tr><tr><td style=\"white-space:nowrap\">waitlist<a name=\"episode-of-care-status-waitlist\"> </a></td><td>Waitlist</td><td>This episode has been placed on a waitlist, pending the episode being made active (or cancelled).</td></tr><tr><td style=\"white-space:nowrap\">active<a name=\"episode-of-care-status-active\"> </a></td><td>Active</td><td>This episode of care is current.</td></tr><tr><td style=\"white-space:nowrap\">onhold<a name=\"episode-of-care-status-onhold\"> </a></td><td>On Hold</td><td>This episode of care is on hold, the organization has limited responsibility for the patient (such as while on respite).</td></tr><tr><td style=\"white-space:nowrap\">finished<a name=\"episode-of-care-status-finished\"> </a></td><td>Finished</td><td>This episode of care is finished at the organization is not expecting to be providing care to the patient. Can also be known as \"closed\", \"completed\" or other similar terms.</td></tr><tr><td style=\"white-space:nowrap\">cancelled<a name=\"episode-of-care-status-cancelled\"> </a></td><td>Cancelled</td><td>The episode of care was cancelled, or withdrawn from service, often selected during the planned stage as the patient may have gone elsewhere, or the circumstances have changed and the organization is unable to provide the care. It indicates that services terminated outside the planned/expected workflow.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/valueset-oid"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/valueset-oid>     ] ;
fhir:value [
a fhir:Uri ;
fhir:v "urn:oid:2.16.840.1.113883.4.642.1.346"^^xsd:anyURI ;
fhir:l <urn:oid:2.16.840.1.113883.4.642.1.346>     ]
  ] [
    ( fhir:extension [
fhir:url [
fhir:v "packageId"^^xsd:anyURI ;
fhir:l fhir:packageId       ] ;
fhir:value [
a fhir:Id ;
fhir:v "hl7.fhir.uv.xver-r2.r5"       ]     ] [
fhir:url [
fhir:v "version"^^xsd:anyURI ;
fhir:l fhir:version       ] ;
fhir:value [
a fhir:String ;
fhir:v "0.1.0"       ]     ] [
fhir:url [
fhir:v "uri"^^xsd:anyURI ;
fhir:l fhir:uri       ] ;
fhir:value [
a fhir:Uri ;
fhir:v "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r2.r5"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r2.r5>       ]     ] ) ;
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/package-source>     ]
  ] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg>     ] ;
fhir:value [
a fhir:Code ;
fhir:v "fhir"     ]
  ] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm>     ] ;
fhir:value [
a fhir:Integer ;
fhir:v 0 ;
      ( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom>         ] ;
fhir:value [
a fhir:Canonical ;
fhir:v "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r2.r5"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r2.r5>         ]       ] )     ]
  ] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status>     ] ;
fhir:value [
a fhir:Code ;
fhir:v "trial-use" ;
      ( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom>         ] ;
fhir:value [
a fhir:Canonical ;
fhir:v "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r2.r5"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r2.r5>         ]       ] )     ]
  ] ) ; # 
  fhir:url [
fhir:v "http://hl7.org/fhir/episode-of-care-status"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/episode-of-care-status>
  ] ; # 
  fhir:version [ fhir:v "1.0.2"] ; # 
  fhir:name [ fhir:v "episode-of-care-status"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2026-03-20T11:35:48+11:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "FHIR Infrastructure"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "FHIR Infrastructure" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]     ] )
  ] ) ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>       ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:property ( [
fhir:code [ fhir:v "status" ] ;
fhir:uri [
fhir:v "http://hl7.org/fhir/concept-properties#status"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/concept-properties#status>     ] ;
fhir:type [ fhir:v "code" ]
  ] [
fhir:code [ fhir:v "inactive" ] ;
fhir:uri [
fhir:v "http://hl7.org/fhir/concept-properties#inactive"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/concept-properties#inactive>     ] ;
fhir:type [ fhir:v "boolean" ]
  ] [
fhir:code [ fhir:v "effectiveDate" ] ;
fhir:uri [
fhir:v "http://hl7.org/fhir/concept-properties#effectiveDate"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/concept-properties#effectiveDate>     ] ;
fhir:type [ fhir:v "dateTime" ]
  ] [
fhir:code [ fhir:v "deprecationDate" ] ;
fhir:uri [
fhir:v "http://hl7.org/fhir/concept-properties#deprecationDate"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/concept-properties#deprecationDate>     ] ;
fhir:type [ fhir:v "dateTime" ]
  ] [
fhir:code [ fhir:v "retirementDate" ] ;
fhir:uri [
fhir:v "http://hl7.org/fhir/concept-properties#retirementDate"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/concept-properties#retirementDate>     ] ;
fhir:type [ fhir:v "dateTime" ]
  ] [
fhir:code [ fhir:v "notSelectable" ] ;
fhir:uri [
fhir:v "http://hl7.org/fhir/concept-properties#notSelectable"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/concept-properties#notSelectable>     ] ;
fhir:type [ fhir:v "boolean" ]
  ] [
fhir:code [ fhir:v "parent" ] ;
fhir:uri [
fhir:v "http://hl7.org/fhir/concept-properties#parent"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/concept-properties#parent>     ] ;
fhir:type [ fhir:v "code" ]
  ] [
fhir:code [ fhir:v "child" ] ;
fhir:uri [
fhir:v "http://hl7.org/fhir/concept-properties#child"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/concept-properties#child>     ] ;
fhir:type [ fhir:v "code" ]
  ] [
fhir:code [ fhir:v "partOf" ] ;
fhir:uri [
fhir:v "http://hl7.org/fhir/concept-properties#partOf"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/concept-properties#partOf>     ] ;
fhir:type [ fhir:v "code" ]
  ] [
fhir:code [ fhir:v "synonym" ] ;
fhir:uri [
fhir:v "http://hl7.org/fhir/concept-properties#synonym"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/concept-properties#synonym>     ] ;
fhir:type [ fhir:v "code" ]
  ] [
fhir:code [ fhir:v "comment" ] ;
fhir:uri [
fhir:v "http://hl7.org/fhir/concept-properties#comment"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/concept-properties#comment>     ] ;
fhir:type [ fhir:v "string" ]
  ] [
fhir:code [ fhir:v "itemWeight" ] ;
fhir:uri [
fhir:v "http://hl7.org/fhir/concept-properties#itemWeight"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/concept-properties#itemWeight>     ] ;
fhir:type [ fhir:v "decimal" ]
  ] ) ; # 
  fhir:concept ( [
fhir:code [ fhir:v "planned" ] ;
fhir:display [ fhir:v "Planned" ] ;
fhir:definition [ fhir:v "This episode of care is planned to start at the date specified in the period.start. During this status an organization may perform assessments to determine if they are eligible to receive services, or be organizing to make resources available to provide care services." ]
  ] [
fhir:code [ fhir:v "waitlist" ] ;
fhir:display [ fhir:v "Waitlist" ] ;
fhir:definition [ fhir:v "This episode has been placed on a waitlist, pending the episode being made active (or cancelled)." ]
  ] [
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ] ;
fhir:definition [ fhir:v "This episode of care is current." ]
  ] [
fhir:code [ fhir:v "onhold" ] ;
fhir:display [ fhir:v "On Hold" ] ;
fhir:definition [ fhir:v "This episode of care is on hold, the organization has limited responsibility for the patient (such as while on respite)." ]
  ] [
fhir:code [ fhir:v "finished" ] ;
fhir:display [ fhir:v "Finished" ] ;
fhir:definition [ fhir:v "This episode of care is finished at the organization is not expecting to be providing care to the patient. Can also be known as \"closed\", \"completed\" or other similar terms." ]
  ] [
fhir:code [ fhir:v "cancelled" ] ;
fhir:display [ fhir:v "Cancelled" ] ;
fhir:definition [ fhir:v "The episode of care was cancelled, or withdrawn from service, often selected during the planned stage as the patient may have gone elsewhere, or the circumstances have changed and the organization is unable to provide the care. It indicates that services terminated outside the planned/expected workflow." ]
  ] ) . #