CodeX Implementation Guide: ICAREdata
1.0.0 - CI Build

CodeX Implementation Guide: ICAREdata - Local Development build (v1.0.0). See the Directory of published versions

Care Plan Change Reason Value Set - TTL Representation

(back to description)

Raw ttl

Source view

@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:Resource.id [ fhir:value "icare-care-plan-change-reason-vs"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Care Plan Change Reason Value Set</h2><div><p>Reasons that a care plan was changed. Similar to TreatmentTerminationReasonVS</p>\n</div><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=405613005\">405613005</a></td><td>Planned Procedure (situation)</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=266721009\">266721009</a></td><td>Absent response to treatment (situation)</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=281647001\">281647001</a></td><td>Adverse reaction (disorder)</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=182890002\">182890002</a></td><td>Patient requests alternative treatment (finding)</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=74964007\">74964007</a></td><td>Other (qualifier value)</td><td/></tr></table></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://mcodeinitiative.org/codex/us/icare/ValueSet/icare-care-plan-change-reason-vs"];
  fhir:ValueSet.version [ fhir:value "1.0.0"];
  fhir:ValueSet.name [ fhir:value "CarePlanChangeReasonVS"];
  fhir:ValueSet.title [ fhir:value "Care Plan Change Reason Value Set"];
  fhir:ValueSet.status [ fhir:value "active"];
  fhir:ValueSet.date [ fhir:value "2020-03-24T22:19:43-04:00"^^xsd:dateTime];
  fhir:ValueSet.publisher [ fhir:value "The MITRE Corporation and Alliance Foundation Trials"];
  fhir:ValueSet.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "ICAREdata Team" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "https://alliancefoundationtrials.org/" ]     ], [
       fhir:index 1;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "icaredata@alliancefoundationtrials.org" ]     ]
  ];
  fhir:ValueSet.description [ fhir:value "Reasons that a care plan was changed. Similar to TreatmentTerminationReasonVS"];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://snomed.info/sct" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "405613005" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Planned Procedure (situation)" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "266721009" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Absent response to treatment (situation)" ]       ], [
         fhir:index 2;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "281647001" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Adverse reaction (disorder)" ]       ], [
         fhir:index 3;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "182890002" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Patient requests alternative treatment (finding)" ]       ], [
         fhir:index 4;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "74964007" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Other (qualifier value)" ]       ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.