Enhancing FHIR for Social Services, published by SDOH. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/efss/ and changes regularly. See the Directory of published versions
: Life Set Association VS - TTL Representation
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 "life-set-association-vs"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Import all the codes that are contained in <a href=\"http://tx.fhir.org/r4/ValueSet/2.16.840.1.113883.1.11.19579\">Family Member Value</a>, <a href=\"http://tx.fhir.org/r4/ValueSet/2.16.840.1.113762.1.4.1222.1310\">Marital or Spousal Status</a>, <a href=\"http://tx.fhir.org/r4/ValueSet/2.16.840.1.113883.11.20.12.1\">Personal And Legal Relationship Role Type</a></li></ul></div>"
] ; #
fhir:url [ fhir:v "http://hl7.org/fhir/us/ValueSet/life-set-association-vs"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "LifeSetAssociationVS"] ; #
fhir:title [ fhir:v "Life Set Association VS"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2024-03-07T23:18:57+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "SDOH"] ; #
fhir:contact ( [
fhir:name [ fhir:v "SDOH" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/fhir/us/" ] ] )
] ) ; #
fhir:compose [
( fhir:include [
( fhir:valueSet [
fhir:v "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.1.11.19579"^^xsd:anyURI ;
fhir:link <http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.1.11.19579> ] [
fhir:v "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113762.1.4.1222.1310"^^xsd:anyURI ;
fhir:link <http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113762.1.4.1222.1310> ] [
fhir:v "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.11.20.12.1"^^xsd:anyURI ;
fhir:link <http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.11.20.12.1> ] ) ] )
] . #