Consolidated CDA (C-CDA), published by Health Level Seven. This guide is not an authorized publication; it is the continuous build for version 4.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/CDA-ccda/ and changes regularly. See the Directory of published versions
: NUBC UB-04 FL17 Patient Status - 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 "2.16.840.1.113883.3.88.12.80.33"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet 2.16.840.1.113883.3.88.12.80.33</b></p><a name=\"2.16.840.1.113883.3.88.12.80.33\"> </a><a name=\"hc2.16.840.1.113883.3.88.12.80.33\"> </a><a name=\"2.16.840.1.113883.3.88.12.80.33-en-US\"> </a><ul><li>Include all codes defined in <a href=\"http://terminology.hl7.org/6.1.0/CodeSystem-AHANUBCPatientDischargeStatus.html\"><code>https://www.nubc.org/CodeSystem/PatDischargeStatus</code></a></li></ul></div>"
] ; #
fhir:url [ fhir:v "http://hl7.org/cda/us/ccda/ValueSet/2.16.840.1.113883.3.88.12.80.33"^^xsd:anyURI] ; #
fhir:version [ fhir:v "4.0.0-ballot"] ; #
fhir:name [ fhir:v "PatientStatus"] ; #
fhir:title [ fhir:v "NUBC UB-04 FL17 Patient Status"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-11-21T20:34:36+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Health Level Seven"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 International - Structured Documents" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/structure" ] ] )
] ) ; #
fhir:description [ fhir:v "These codes are used to convey the patient discharge status."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ] )
] ) ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "https://www.nubc.org/CodeSystem/PatDischargeStatus"^^xsd:anyURI ] ] )
] . #