SDOH Clinical Care
0.0.4C1 - CI Build

SDOH Clinical Care - Local Development build (v0.0.4C1). See the Directory of published versions

SDOHCC_ValueSet_IntentValue_1 - 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 "sdohcc-hl7t-vs-202005111338"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "3" ];
     fhir:Meta.lastUpdated [ fhir:value "2020-05-13T21:02:02.770+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#N1S25Ih8CgmS7CFF" ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>SDOHCC_ValueSet_IntentValue_1</h2><div><p>Clinical Focus: Concepts in this Value Set are used to document the intent of service requests related to food insecurity. Data Element Scope is ServiceRequest.intent. It is defined extensionally to include the concepts of &quot;Plan&quot; and &quot;Order&quot;.</p>\n</div><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-request-intent.html\"><code>http://hl7.org/fhir/request-intent</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://hl7.org/fhir/R4/codesystem-request-intent.html#request-intent-plan\">plan</a></td><td>Plan</td><td>The request represents an intention to ensure something occurs without providing an authorization for others to act.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-request-intent.html#request-intent-order\">order</a></td><td>Order</td><td>The request represents a request/demand and authorization for action by a Practitioner.</td></tr></table></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/sdoh-cc/ValueSet/sdohcc-hl7t-vs-202005111338"];
  fhir:ValueSet.version [ fhir:value "0.0.4C1"];
  fhir:ValueSet.name [ fhir:value "SDOHCC_ValueSet_IntentValue_1"];
  fhir:ValueSet.title [ fhir:value "SDOHCC_ValueSet_IntentValue_1"];
  fhir:ValueSet.status [ fhir:value "draft"];
  fhir:ValueSet.date [ fhir:value "2020-05-14T12:55:47+00:00"^^xsd:dateTime];
  fhir:ValueSet.publisher [ fhir:value "HL7 International - Patient Care WG"];
  fhir:ValueSet.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "HL7 International - Patient Care WG" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "other" ];
       fhir:ContactPoint.value [ fhir:value "https://www.hl7.org/Special/committees/patientcare" ]     ]
  ], [
     fhir:index 1;
     fhir:ContactDetail.name [ fhir:value "HL7 International - Patient Care" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/patientare" ]     ]
  ];
  fhir:ValueSet.description [ fhir:value "Clinical Focus: Concepts in this Value Set are used to document the intent of service requests related to food insecurity. Data Element Scope is ServiceRequest.intent. It is defined extensionally to include the concepts of \"Plan\" and \"Order\"."];
  fhir:ValueSet.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166:-2" ];
       fhir:Coding.code [ fhir:value "US" ];
       fhir:Coding.display [ fhir:value "United States of America" ]     ]
  ];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/request-intent" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "plan" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Plan" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "order" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Order" ]       ]     ]
  ].

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

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