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

: Target Patient Group - TTL Representation

Active as of 2025-08-06

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cs-target-patient-group"] ; # 
  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: CodeSystem cs-target-patient-group</b></p><a name=\"cs-target-patient-group\"> </a><a name=\"hccs-target-patient-group\"> </a><p>This case-insensitive code system <code>http://fhir.awmf.org/awmf.ig/CodeSystem/cs-target-patient-group</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>Deutsch (German, de)</b></td></tr><tr><td style=\"white-space:nowrap\">adults<a name=\"cs-target-patient-group-adults\"> </a></td><td>Adults</td><td>Guideline specifically targeted at adult patients.</td><td>Erwachsene</td></tr><tr><td style=\"white-space:nowrap\">children-adolescents<a name=\"cs-target-patient-group-children-adolescents\"> </a></td><td>Children/Adolescents</td><td>Guideline specifically targeted at children and adolescents.</td><td>Kinder und Jugendliche</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://fhir.awmf.org/awmf.ig/CodeSystem/cs-target-patient-group"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "TargetPatientGroup"] ; # 
  fhir:title [ fhir:v "Target Patient Group"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-08-06T18:15:04+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "AWMF e.V."] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "AWMF e.V." ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.awmf.org" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "CodeSystem defining the intended patient population for whom the guideline is applicable."] ; # 
  fhir:caseSensitive [ fhir:v false] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "adults" ] ;
fhir:display [ fhir:v "Adults" ] ;
fhir:definition [
fhir:v "Guideline specifically targeted at adult patients." ;
      ( fhir:extension [
        ( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "de"           ]         ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Leitlinie richtet sich an Erwachsene."           ]         ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ]       ] )     ] ;
    ( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:value [ fhir:v "Erwachsene" ]     ] )
  ] [
fhir:code [ fhir:v "children-adolescents" ] ;
fhir:display [ fhir:v "Children/Adolescents" ] ;
fhir:definition [
fhir:v "Guideline specifically targeted at children and adolescents." ;
      ( fhir:extension [
        ( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "de"           ]         ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Leitlinie richtet sich an Kinder und Jugendliche."           ]         ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ]       ] )     ] ;
    ( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:value [ fhir:v "Kinder und Jugendliche" ]     ] )
  ] ) . #