Vanna Health IG
0.0.2 - ci-build

Vanna Health IG - Local Development build (v0.0.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Vanna Member Status ValueSet - TTL Representation

Draft as of 2024-05-03

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 "member-status"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"CodeSystem-member-status.html\"><code>http://vanna.health/fhir/CodeSystem/member-status</code></a></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://vanna.health/fhir/ValueSet/member-status"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.0.2"] ; # 
  fhir:name [ fhir:v "VannaMemberStatusValueSet"] ; # 
  fhir:title [ fhir:v "Vanna Member Status ValueSet"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2024-05-03T17:27:25+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Vanna Health Engineering"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Vanna Health Engineering" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://vanna.health" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The purpose of this value set is to document the custom Member statuses introduced at Vanna like Outreach, Enrolled, etc."] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://vanna.health/fhir/CodeSystem/member-status"^^xsd:anyURI ]     ] )
  ] . #