Sequoia Project Healthcare Directory Implementation Guide
1.0.5 - Release 1 United States of America flag

: SequoiaServiceDeliveryLocationRoleTypeValueSet - TTL Representation

Active as of 2024-03-29

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 "SequoiaServiceDeliveryLocationRoleTypeValueSet"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "6" ] ;
fhir:lastUpdated [ fhir:v "2023-06-29T14:54:28.323Z"^^xsd:dateTime ]
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"http://terminology.hl7.org/5.3.0/ValueSet-v3-ServiceDeliveryLocationRoleType.html\">ServiceDeliveryLocationRoleType</a></li><li>Include these codes as defined in <a href=\"CodeSystem-SequoiaServiceDeliveryLocationRoleTypeCodingSystem.html\"><code>https://sequoiaproject.org/fhir/sphd/CodeSystem/SequoiaServiceDeliveryLocationRoleTypeCodingSystem</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=\"CodeSystem-SequoiaServiceDeliveryLocationRoleTypeCodingSystem.html#SequoiaServiceDeliveryLocationRoleTypeCodingSystem-administrative\">administrative</a></td><td>Administrative</td><td>The administrative code identifies a location that does not represent a provider or payer location.  This is a logical entity that may or may not have a physical location.</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://sequoiaproject.org/fhir/sphd/ValueSet/SequoiaServiceDeliveryLocationRoleTypeValueSet"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.5"] ; # 
  fhir:name [ fhir:v "SequoiaServiceDeliveryLocationRoleTypeValueSet"] ; # 
  fhir:title [ fhir:v "Sequoia Service Delivery Location Role Type Value Set"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-03-29T15:21:41+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "The Sequoia Project"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "The Sequoia Project" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://sequoiaproject.org/" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Adds additional codes required by Sequoia directories that are not present in the HL7 Service Delivery Location Role Type value set."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "United States of America" ]     ] ) ;
fhir:text [ fhir:v "United States of America" ]
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
      ( fhir:valueSet [
fhir:v "http://terminology.hl7.org/ValueSet/v3-ServiceDeliveryLocationRoleType"^^xsd:anyURI ;
fhir:link <http://terminology.hl7.org/ValueSet/v3-ServiceDeliveryLocationRoleType>       ] )     ] [
fhir:system [ fhir:v "https://sequoiaproject.org/fhir/sphd/CodeSystem/SequoiaServiceDeliveryLocationRoleTypeCodingSystem"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "administrative" ] ;
fhir:display [ fhir:v "Administrative" ]       ] )     ] )
  ] . #