XealthIG
v1.42.0 - release

XealthIG - Local Development build (vv1.42.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Xealth DocumentReference Valid Status Value Set - TTL Representation

Active as of 2025-04-04

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "xealth-document-reference-valid-status-vs"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet xealth-document-reference-valid-status-vs</b></p><a name=\"xealth-document-reference-valid-status-vs\"> </a><a name=\"hcxealth-document-reference-valid-status-vs\"> </a><a name=\"xealth-document-reference-valid-status-vs-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-document-reference-status.html\"><code>http://hl7.org/fhir/document-reference-status</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=\"http://hl7.org/fhir/R4/codesystem-document-reference-status.html#document-reference-status-current\">current</a></td><td>Current</td><td>This is the current reference for this document.</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://fhir.xealth.io/ValueSet/xealth-document-reference-valid-status-vs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "v1.42.0"] ; # 
  fhir:name [ fhir:v "XealthDocumentReferenceValidStatusVS"] ; # 
  fhir:title [ fhir:v "Xealth DocumentReference Valid Status Value Set"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2025-04-04T23:54:05+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Xealth"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Xealth" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.xealth.io" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "support@xealth.io" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The statuses that Xealth accepts for an DocumentReference Media."] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/document-reference-status"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "current" ] ;
fhir:display [ fhir:v "Current" ]       ] )     ] )
  ] . #