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
| Active as of 2025-08-06 |
@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-intended-audience"] ; #
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-intended-audience</b></p><a name=\"cs-intended-audience\"> </a><a name=\"hccs-intended-audience\"> </a><p>This case-insensitive code system <code>http://fhir.awmf.org/awmf.ig/CodeSystem/cs-intended-audience</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\">patient<a name=\"cs-intended-audience-patient\"> </a></td><td>Patient</td><td>The content is intended for the patient</td><td>Patient*in</td></tr><tr><td style=\"white-space:nowrap\">physician<a name=\"cs-intended-audience-physician\"> </a></td><td>Physician</td><td>The content is intended for the physician</td><td>Arzt/Ärztin</td></tr><tr><td style=\"white-space:nowrap\">nurse<a name=\"cs-intended-audience-nurse\"> </a></td><td>Nurse</td><td>The content is intended for the nurse</td><td>Pfleger*in</td></tr><tr><td style=\"white-space:nowrap\">student<a name=\"cs-intended-audience-student\"> </a></td><td>Student</td><td>The content is intended for the student</td><td>Studierende</td></tr><tr><td style=\"white-space:nowrap\">relative<a name=\"cs-intended-audience-relative\"> </a></td><td>Relative</td><td>The content is intended for the relative of the patient</td><td>Angehörige*r</td></tr><tr><td style=\"white-space:nowrap\">caregiver<a name=\"cs-intended-audience-caregiver\"> </a></td><td>Caregiver</td><td>The content is intended for the caregiver of the patient</td><td>Betreuer*in</td></tr><tr><td style=\"white-space:nowrap\">layperson<a name=\"cs-intended-audience-layperson\"> </a></td><td>Layperson</td><td>The content is intended for a layperson</td><td>Laie</td></tr><tr><td style=\"white-space:nowrap\">therapist<a name=\"cs-intended-audience-therapist\"> </a></td><td>Therapist</td><td>The content is intended for therapeutic healthcare professionals (e.g., physiotherapists, occupational therapists, speech therapists).</td><td>Therapeutisches Personal</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://fhir.awmf.org/awmf.ig/CodeSystem/cs-intended-audience"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "IntendedAudienceCS"] ; #
fhir:title [ fhir:v "Intended Audience Code System"] ; #
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 possible intended audiences for a section"] ; #
fhir:caseSensitive [ fhir:v false] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "8"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "patient" ] ;
fhir:display [ fhir:v "Patient" ] ;
fhir:definition [
fhir:v "The content is intended for the patient" ;
( 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 "Der Inhalt richtet sich an Patient*innen." ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ] ] ) ] ;
( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:value [ fhir:v "Patient*in" ] ] )
] [
fhir:code [ fhir:v "physician" ] ;
fhir:display [ fhir:v "Physician" ] ;
fhir:definition [
fhir:v "The content is intended for the physician" ;
( 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 "Der Inhalt richtet sich an Ärzt*innen." ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ] ] ) ] ;
( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:value [ fhir:v "Arzt/Ärztin" ] ] )
] [
fhir:code [ fhir:v "nurse" ] ;
fhir:display [ fhir:v "Nurse" ] ;
fhir:definition [
fhir:v "The content is intended for the nurse" ;
( 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 "Der Inhalt richtet sich an Krankenpfleger*innen." ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ] ] ) ] ;
( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:value [ fhir:v "Pfleger*in" ] ] )
] [
fhir:code [ fhir:v "student" ] ;
fhir:display [ fhir:v "Student" ] ;
fhir:definition [
fhir:v "The content is intended for the student" ;
( 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 "Der Inhalt richtet sich an Student*innen." ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ] ] ) ] ;
( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:value [ fhir:v "Studierende" ] ] )
] [
fhir:code [ fhir:v "relative" ] ;
fhir:display [ fhir:v "Relative" ] ;
fhir:definition [
fhir:v "The content is intended for the relative of the patient" ;
( 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 "Der Inhalt richtet sich an Angehörige von Patient*innen." ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ] ] ) ] ;
( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:value [ fhir:v "Angehörige*r" ] ] )
] [
fhir:code [ fhir:v "caregiver" ] ;
fhir:display [ fhir:v "Caregiver" ] ;
fhir:definition [
fhir:v "The content is intended for the caregiver of the patient" ;
( 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 "Der Inhalt richtet sich an Betreuer*innen von Patient*innen." ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ] ] ) ] ;
( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:value [ fhir:v "Betreuer*in" ] ] )
] [
fhir:code [ fhir:v "layperson" ] ;
fhir:display [ fhir:v "Layperson" ] ;
fhir:definition [
fhir:v "The content is intended for a layperson" ;
( 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 "Der Inhalt richtet sich an Laien." ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ] ] ) ] ;
( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:value [ fhir:v "Laie" ] ] )
] [
fhir:code [ fhir:v "therapist" ] ;
fhir:display [ fhir:v "Therapist" ] ;
fhir:definition [
fhir:v "The content is intended for therapeutic healthcare professionals (e.g., physiotherapists, occupational therapists, speech therapists)." ;
( 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 "Der Inhalt richtet sich an therapeutisches Personal (z.B. Physio-, Ergo- oder Sprachtherapeut*innen)." ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ] ] ) ] ;
( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:value [ fhir:v "Therapeutisches Personal" ] ] )
] ) . #
IG © 2024+ AWMF e.V.. Package awmf.ig#0.1.0 based on FHIR 6.0.0-ballot3. Generated 2025-08-06
Links: Table of Contents |
QA Report