HL7 Terminology (THO)
5.5.0 - Continuous Process Integration (ci build) International flag

HL7 Terminology (THO), published by HL7 International - Vocabulary Work Group. This guide is not an authorized publication; it is the continuous build for version 5.5.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/UTG/ and changes regularly. See the Directory of published versions

: null - TTL Representation

Active as of 2021-01-07

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:NamingSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "presentOnAdmission"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3>Summary</h3><table class=\"grid\"><tr><td>Defining URL</td><td>http://terminology.hl7.org/NamingSystem/presentOnAdmission</td></tr><tr><td>Version</td><td>1.0.0</td></tr><tr><td>Name</td><td>PresentOnAdmission</td></tr><tr><td>Title</td><td>CMS Present on Admission (POA) Indicator</td></tr><tr><td>Status</td><td>active</td></tr><tr><td>Definition</td><td><div><p>This code system consists of Present on Admission (POA) indicators which are assigned to the principal and secondary diagnoses (as defined in Section II of the Official Guidelines for Coding and Reporting) and the external cause of injury codes to indicate the presence or absence of the diagnosis at the time of inpatient admission.</p>\n</div></td></tr><tr><td>Publisher</td><td>Centers for Medicare &amp; Medicaid Services</td></tr></table><h3>Identifiers</h3><table class=\"grid\"><tr><td><b>Type</b></td><td><b>Value</b></td><td><b>Preferred</b></td><td><b>Comment</b></td></tr><tr><td>URI</td><td>https://www.cms.gov/Medicare/Medicare-Fee-for-Service-Payment/HospitalAcqCond/Coding</td><td>true</td><td/></tr><tr><td>OID</td><td>2.16.840.1.113883.6.301.11</td><td>true</td><td/></tr><tr><td>URI</td><td>https://www.nubc.org/CodeSystem/PresentOnAdmissionIndicator</td><td/><td>The uri created for this code system by the CARIN project</td></tr><tr><td>URI</td><td>http://terminology.hl7.org/CodeSystem/v2-0895</td><td/><td>The v2 table of present on admission indicators.</td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.url"^^xsd:anyURI ] ;
fhir:value [ fhir:v "http://terminology.hl7.org/NamingSystem/presentOnAdmission"^^xsd:anyURI ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.version"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1.0.0" ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.title"^^xsd:anyURI ] ;
fhir:value [ fhir:v "CMS Present on Admission (POA) Indicator" ]
  ] ) ; # 
  fhir:name [ fhir:v "PresentOnAdmission"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-07T00:00:00.000-07:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Centers for Medicare & Medicaid Services"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Centers for Medicare & Medicaid Services" ]
  ] [
fhir:name [ fhir:v "Marilu Hue" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "marilu.hue@cms.hhs.gov" ]     ] )
  ] [
fhir:name [ fhir:v "James Poyer" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "james.poyer@cms.hhs.gov" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This code system consists of Present on Admission (POA) indicators which are assigned to the principal and secondary diagnoses (as defined in Section II of the Official Guidelines for Coding and Reporting) and the external cause of injury codes to indicate the presence or absence of the diagnosis at the time of inpatient admission."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ]     ] )
  ] ) ; # 
  fhir:uniqueId ( [
fhir:type [ fhir:v "uri" ] ;
fhir:value [ fhir:v "https://www.cms.gov/Medicare/Medicare-Fee-for-Service-Payment/HospitalAcqCond/Coding" ] ;
fhir:preferred [ fhir:v "true"^^xsd:boolean ]
  ] [
fhir:type [ fhir:v "oid" ] ;
fhir:value [ fhir:v "2.16.840.1.113883.6.301.11" ] ;
fhir:preferred [ fhir:v "true"^^xsd:boolean ]
  ] [
fhir:type [ fhir:v "uri" ] ;
fhir:value [ fhir:v "https://www.nubc.org/CodeSystem/PresentOnAdmissionIndicator" ] ;
fhir:comment [ fhir:v "The uri created for this code system by the CARIN project" ]
  ] [
fhir:type [ fhir:v "uri" ] ;
fhir:value [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0895" ] ;
fhir:comment [ fhir:v "The v2 table of present on admission indicators." ]
  ] ) . #