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
| Draft 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:PlanDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Recommendation-PlanDefinition-example"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<div>\n <table class=\"grid dict\">\n \n <tr>\n <th scope=\"row\"><b>Id: </b></th>\n <td style=\"padding-left: 4px;\">Recommendation-PlanDefinition-example</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Url: </b></th>\n <td style=\"padding-left: 4px;\"><a href=\"PlanDefinition-Recommendation-PlanDefinition-example.html\">Recommendation-PlanDefinition-example</a></td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Version: </b></th>\n <td style=\"padding-left: 4px;\">0.1.0</td>\n </tr>\n \n\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Status: </b></th>\n <td style=\"padding-left: 4px;\">draft</td>\n </tr>\n \n\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Date: </b></th>\n <td style=\"padding-left: 4px;\">2025-08-06 18:15:04+0000</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Publisher: </b></th>\n <td style=\"padding-left: 4px;\">AWMF e.V.</td>\n </tr>\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Actions: </b></th>\n <td style=\"padding-left: 4px;\">\n <table class=\"grid-dict\">\n \n <tr>\n <td>\n \n <b> Recommendation 1:</b> <div><p>Mach Diagnose</p>\n</div>\n \n <br/>\n \n \n \n \n \n </td>\n </tr>\n \n <tr>\n <td>\n \n <b> Recommendation 2:</b> <div><p>Mach Therapie</p>\n</div>\n \n <br/>\n \n \n \n \n \n </td>\n </tr>\n \n </table>\n </td>\n </tr>\n \n </table>\n</div>\n</div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://fhir.awmf.org/awmf.ig/PlanDefinition/Recommendation-PlanDefinition-example"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:status [ fhir:v "draft"] ; #
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:action ( [
fhir:id [ fhir:v "diagnose" ] ;
fhir:title [ fhir:v "Recommendation 1" ] ;
fhir:description [ fhir:v "Mach Diagnose" ] ;
( fhir:relatedAction [
fhir:targetId [ fhir:v "therapie" ] ;
fhir:relationship [ fhir:v "after" ] ] )
] [
fhir:id [ fhir:v "therapie" ] ;
fhir:title [ fhir:v "Recommendation 2" ] ;
fhir:description [ fhir:v "Mach Therapie" ] ;
( fhir:relatedAction [
fhir:targetId [ fhir:v "diagnose" ] ;
fhir:relationship [ fhir:v "before" ] ] )
] ) . #
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