Dissolve-E: FHIR Implementation Guide for the AWMF Guideline Registry
0.1.0 - qa-preview

Dissolve-E: FHIR Implementation Guide for the AWMF Guideline Registry - Downloaded Version 0.1.0 See the Directory of published versions

: HAP Diagnose - Empfehlung A - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Composition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "RecommendationHAPDiagnosis-A"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.awmf.org/awmf.ig/StructureDefinition/recommendation"^^xsd:anyURI ;
fhir:link <http://fhir.awmf.org/awmf.ig/StructureDefinition/recommendation>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" dir=\"ltr\">HAP Diagnose - Empfehlung A</div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:version [ fhir:v "3.0"] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "https://fevir.net/resources/CodeSystem/179423"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Recommendation" ] ;
fhir:display [ fhir:v "Recommendation" ]     ] )
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://fhir.awmf.org/awmf.ig/CodeSystem/cs-recommendation-synthesis-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "expert-consensus" ]     ] )
  ] ) ; # 
  fhir:date [ fhir:v "2024-12-05"^^xsd:date] ; # 
  fhir:author ( [
fhir:reference [ fhir:v "PractitionerRole/JessicaRademacherDGPFor020-013" ]
  ] ) ; # 
  fhir:title [ fhir:v "HAP Diagnose"] ; # 
  fhir:relatesTo ( [
fhir:type [ fhir:v "part-of" ] ;
fhir:target [
a fhir:canonical ;
fhir:v "http://fhir.awmf.org/awmf.ig/Composition/NosokomialePneumonie|3.0"^^xsd:anyURI ;
fhir:link <http://fhir.awmf.org/awmf.ig/Composition/NosokomialePneumonie|3.0>     ]
  ] [
fhir:type [ fhir:v "part-of" ] ;
fhir:target [
a fhir:canonical ;
fhir:v "http://fhir.awmf.org/awmf.ig/Composition/RecommendationHAPDiagnosis|3.0"^^xsd:anyURI ;
fhir:link <http://fhir.awmf.org/awmf.ig/Composition/RecommendationHAPDiagnosis|3.0>     ]
  ] ) ; # 
  fhir:section ( [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "https://fevir.net/resources/CodeSystem/179423"^^xsd:anyURI ] ;
fhir:code [ fhir:v "recommendation-statement" ] ;
fhir:display [ fhir:v "Recommendation Statement" ]       ] )     ] ;
    ( fhir:section [
      ( fhir:extension [
fhir:url [ fhir:v "http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "de"         ]       ] ) ;
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections"^^xsd:anyURI ] ;
fhir:code [ fhir:v "language" ]         ] )       ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" dir=\"ltr\">Therapierelevant ist bereits die Verdachtsdiagnose einer HAP, diese soll gestellt werden bei neuem, persistierendem oder progredientem Infiltrat in der Thorax-Röntgenaufnahme in Kombination mit 2 von 3 weiteren Kriterien: - Leukozyten &gt; 10 000 oder &lt; 4000 /μl, - Fieber &gt; 38,3 °C, - purulentes Sekret.</div>"^^rdf:XMLLiteral       ]     ] )
  ] ) . #