fhir-human-services-directory
1.0.0-ballot - STU Ballot US

This page is part of the FHIR IG Human Services Directory (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Human Services Category Value Set - TTL Representation

Active as of 2022-12-08

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 "human-services-category"]; # 
  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/></div>"
  ]; # 
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/valueset-rules-text" ];
     fhir:Extension.valueMarkdown [ fhir:value "This example value set is intended to represent the high level categories corresponding to human and social services domains. The value set includes values descending from Level 2 of the 211 Human Services Indexing System, except codes included in Level 1 (Y - Target Populations)." ]
  ]; # 
  fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/hsds/ValueSet/human-services-category"]; # 
  fhir:ValueSet.version [ fhir:value "1.0.0-ballot"]; # 
  fhir:ValueSet.name [ fhir:value "HumanServiceCategory"]; # 
  fhir:ValueSet.title [ fhir:value "Human Services Category Value Set"]; # 
  fhir:ValueSet.status [ fhir:value "active"]; # 
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean]; # 
  fhir:ValueSet.date [ fhir:value "2022-12-08T20:20:19+00:00"^^xsd:dateTime]; # 
  fhir:ValueSet.publisher [ fhir:value "HL7 Human and Social Services Work Group"]; # 
  fhir:ValueSet.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "HL7 Human and Social Services Work Group" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/hsswg" ]     ]
  ]; # 
  fhir:ValueSet.description [ fhir:value "This example value set is intended to represent the high level categories corresponding to human and social services domains. The value set includes values descending from Level 2 of the 211 Human Services Indexing System, except codes included in Level 1 (Y - Target Populations)."]; # 
  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" ]     ]
  ]. # 

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

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