XealthIG v1.46.0 - release
XealthIG - Local Development build (vv1.46.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
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 ------------------------------------------------------------------- <http://hl7.org/fhir/ValueSet/xealth-document-reference-valid-doc-status-vs> a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "xealth-document-reference-valid-doc-status-vs"] ; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ] ; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet xealth-document-reference-valid-doc-status-vs</b></p><a name=\"xealth-document-reference-valid-doc-status-vs\"> </a><a name=\"hcxealth-document-reference-valid-doc-status-vs\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-composition-status.html\"><code>http://hl7.org/fhir/composition-status</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 4.0.1, the version found through the package references\"> version ?4.0.1</span><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-composition-status.html#composition-status-final\">final</a></td><td>Final</td><td>This version of the composition is complete and verified by an appropriate person and no further work is planned. Any subsequent updates would be on a new version of the composition.</td></tr></table></li></ul></div>" ] ; fhir:ValueSet.url [ fhir:value "https://fhir.xealth.io/ValueSet/xealth-document-reference-valid-doc-status-vs"] ; fhir:ValueSet.version [ fhir:value "v1.46.0"] ; fhir:ValueSet.name [ fhir:value "XealthDocumentReferenceValidDocStatusVS"] ; fhir:ValueSet.title [ fhir:value "Xealth DocumentReference Valid Doc Status Value Set"] ; fhir:ValueSet.status [ fhir:value "active"] ; fhir:ValueSet.date [ fhir:value "2026-07-09T14:07:37+00:00"^^xsd:dateTime] ; fhir:ValueSet.publisher [ fhir:value "Xealth"] ; fhir:ValueSet.contact [ fhir:index 0 ; fhir:ContactDetail.name [ fhir:value "Xealth" ] ; fhir:ContactDetail.telecom [ fhir:index 0 ; fhir:ContactPoint.system [ fhir:value "url" ] ; fhir:ContactPoint.value [ fhir:value "https://www.xealth.io" ] ], [ fhir:index 1 ; fhir:ContactPoint.system [ fhir:value "email" ] ; fhir:ContactPoint.value [ fhir:value "support@xealth.io" ] ] ] ; fhir:ValueSet.description [ fhir:value "The statuses that Xealth accepts for a DocumentReference."] ; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0 ; fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/composition-status" ] ; fhir:ValueSet.compose.include.concept [ fhir:index 0 ; fhir:ValueSet.compose.include.concept.code [ fhir:value "final" ] ; fhir:ValueSet.compose.include.concept.display [ fhir:value "Final" ] ] ] ] . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/ValueSet/xealth-document-reference-valid-doc-status-vs.ttl> a owl:Ontology ; owl:imports fhir:fhir.ttl ; owl:versionIRI <http://build.fhir.org/ValueSet/xealth-document-reference-valid-doc-status-vs.ttl> .