LinuxForHealth FHIR Implementation Guide
8.0.0 - draft United States of America flag

LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions

: Service Delivery Location Type ValueSet - TTL Representation

Active as of 2022-11-10

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:Resource.id [ fhir:value "service-delivery-location-type"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v3-RoleCode.html\"><code>http://terminology.hl7.org/CodeSystem/v3-RoleCode</code></a></li><li>Include all codes defined in <a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-CMSPlaceofServiceCodes.html\"><code>https://www.cms.gov/Medicare/Coding/place-of-service-codes/Place_of_Service_Code_Set</code></a></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://linuxforhealth.org/fhir/cdm/ValueSet/service-delivery-location-type"];
  fhir:ValueSet.version [ fhir:value "8.0.0"];
  fhir:ValueSet.name [ fhir:value "ServiceDeliveryLocationTypeValueSet"];
  fhir:ValueSet.title [ fhir:value "Service Delivery Location Type ValueSet"];
  fhir:ValueSet.status [ fhir:value "active"];
  fhir:ValueSet.date [ fhir:value "2022-11-10T16:00:46+00:00"^^xsd:dateTime];
  fhir:ValueSet.publisher [ fhir:value "LinuxForHealth Team"];
  fhir:ValueSet.description [ fhir:value "Codes describing a role of a place that further classifies the setting (e.g., accident site, road side, work site, community location) in which services are delivered.  This extended valueset includes the standard HL7 FHIR codes plus CMS Place of Service Codes."];
  fhir:ValueSet.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "US" ]     ]
  ];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ]     ], [
       fhir:index 1;
       fhir:ValueSet.compose.include.system [ fhir:value "https://www.cms.gov/Medicare/Coding/place-of-service-codes/Place_of_Service_Code_Set" ]     ]
  ].

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

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