XpanDH Hospital Discharge Report
0.1.0 - ci-build 150

XpanDH Hospital Discharge Report, published by XpanDH Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/xpandh-hdr/ and changes regularly. See the Directory of published versions

: Present on Admission (POA) Indicator - TTL Representation

Draft as of 2024-06-19

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "poa-indicator-xpandh-cs"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.eu/fhir/ig/xpandh/hdr/CodeSystem/poa-indicator-xpandh-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">POA<a name=\"poa-indicator-xpandh-cs-POA\"> </a></td><td>Present on admission</td></tr><tr><td style=\"white-space:nowrap\">HAC<a name=\"poa-indicator-xpandh-cs-HAC\"> </a></td><td>Hospital acquired condition</td></tr><tr><td style=\"white-space:nowrap\">NA<a name=\"poa-indicator-xpandh-cs-NA\"> </a></td><td>Not applicable or unknown</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.eu/fhir/ig/xpandh/hdr/CodeSystem/poa-indicator-xpandh-cs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "POAIndicatorXpanDHCS"] ; # 
  fhir:title [ fhir:v "Present on Admission (POA) Indicator"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-06-19T04:19:29+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "XpanDH Project"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "XpanDH Project" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://xpandh-project.iscte-iul.pt" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Present on Admission (POA) indicators"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "150" ] ;
fhir:display [ fhir:v "Europe" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "Used by permission of the XpanDH project, all rights reserved Creative Commons License"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "POA" ] ;
fhir:display [ fhir:v "Present on admission" ]
  ] [
fhir:code [ fhir:v "HAC" ] ;
fhir:display [ fhir:v "Hospital acquired condition" ]
  ] [
fhir:code [ fhir:v "NA" ] ;
fhir:display [ fhir:v "Not applicable or unknown" ]
  ] ) . #