HL7 Terminology (THO)
5.3.0 - Publication International flag

This page is part of the HL7 Terminology (v5.3.0: Release) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 7.0.0. For a full list of available versions, see the Directory of published versions

: Clinical Discharge Disposition - TTL Representation

Active as of 2022-07-04

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 "clinical-discharge-disposition"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablevalueset"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablevalueset>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  ] ; # 
  fhir:url [ fhir:v "http://terminology.hl7.org/ValueSet/clinical-discharge-disposition"^^xsd:anyURI] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "old" ] ;
fhir:value [ fhir:v "http://hl7.org/fhir/us/qicore/ValueSet/clinical-discharge-disposition" ]
  ] ) ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "ClinicalDischargeDisposition"] ; # 
  fhir:title [ fhir:v "Clinical Discharge Disposition"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2022-07-04"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "Health Level Seven, Inc. - CQI WG"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/special/committees/CQI" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This value set defines a set of codes that can be used to where the patient left the hospital. Note that this value set explicitly removes 'oth' (Other) to allow the binding strength to be extensible and therefore allow the exchange of additional concepts without requiring mapping to 'oth.'"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/discharge-disposition"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "home" ]       ] [
fhir:code [ fhir:v "alt-home" ]       ] [
fhir:code [ fhir:v "other-hcf" ]       ] [
fhir:code [ fhir:v "hosp" ]       ] [
fhir:code [ fhir:v "long" ]       ] [
fhir:code [ fhir:v "aadvice" ]       ] [
fhir:code [ fhir:v "exp" ]       ] [
fhir:code [ fhir:v "psy" ]       ] [
fhir:code [ fhir:v "rehab" ]       ] [
fhir:code [ fhir:v "snf" ]       ] )     ] )
  ] . #