@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 -------------------------------------------------------------------

<http://terminology.hl7.org/ValueSet/v3-LivingArrangement> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "v3-LivingArrangement"] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"ValueSet-v3-Institution.html\">Institution</a></li><li>Import all the codes that are contained in <a href=\"ValueSet-v3-PrivateResidence.html\">PrivateResidence</a></li><li>Import all the codes that are contained in <a href=\"ValueSet-v3-Homeless.html\">Homeless</a></li><li>Include all codes defined in <a href=\"CodeSystem-v3-LivingArrangement.html\"><code>http://terminology.hl7.org/CodeSystem/v3-LivingArrangement</code></a></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://terminology.hl7.org/ValueSet/v3-LivingArrangement"^^xsd:anyURI] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.1.11.220" ]
  ] ) ; # 
  fhir:version [ fhir:v "2.0.0"] ; # 
  fhir:name [ fhir:v "LivingArrangement"] ; # 
  fhir:title [ fhir:v "LivingArrangement"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2014-03-26"^^xsd:date] ; # 
  fhir:description [ fhir:v "A code depicting the living arrangements of a person"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:valueSet ( [
         fhir:v "http://terminology.hl7.org/ValueSet/v3-Institution"^^xsd:anyURI ;
         fhir:link <http://terminology.hl7.org/ValueSet/v3-Institution>
       ] )
     ] [
       fhir:valueSet ( [
         fhir:v "http://terminology.hl7.org/ValueSet/v3-PrivateResidence"^^xsd:anyURI ;
         fhir:link <http://terminology.hl7.org/ValueSet/v3-PrivateResidence>
       ] )
     ] [
       fhir:valueSet ( [
         fhir:v "http://terminology.hl7.org/ValueSet/v3-Homeless"^^xsd:anyURI ;
         fhir:link <http://terminology.hl7.org/ValueSet/v3-Homeless>
       ] )
     ] [
       fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-LivingArrangement"^^xsd:anyURI ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

