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

: RecommendationHAPDiagnosis-B-Justification - 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:ArtifactAssessment ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "RecommendationHAPDiagnosis-B-Justification"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.awmf.org/awmf.ig/StructureDefinition/recommendation-justification"^^xsd:anyURI ;
fhir:link <http://fhir.awmf.org/awmf.ig/StructureDefinition/recommendation-justification>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" dir=\"ltr\">Justification for Recommendation HAP Diagnose B</div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:artifact [
a fhir:Reference ;
fhir:reference [ fhir:v "Composition/RecommendationHAPDiagnosis-B" ]
  ] ; # 
  fhir:content ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "https://fevir.net/resources/CodeSystem/179423"^^xsd:anyURI ] ;
fhir:code [ fhir:v "recommendation-rating" ] ;
fhir:display [ fhir:v "Recommendation Rating" ]       ] )     ] ;
    ( fhir:component [
fhir:type [
        ( fhir:coding [
fhir:system [ fhir:v "https://fevir.net/resources/CodeSystem/179423"^^xsd:anyURI ] ;
fhir:code [ fhir:v "strength-of-recommendation" ] ;
fhir:display [ fhir:v "Strength of Recommendation" ]         ] )       ] ;
      ( fhir:classifier [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/recommendation-strength"^^xsd:anyURI ] ;
fhir:code [ fhir:v "weak" ] ;
fhir:display [ fhir:v "Weak" ]         ] )       ] )     ] [
fhir:type [
        ( fhir:coding [
fhir:system [ fhir:v "https://fevir.net/resources/CodeSystem/179423"^^xsd:anyURI ] ;
fhir:code [ fhir:v "direction-of-recommendation" ] ;
fhir:display [ fhir:v "Direction of Recommendation" ]         ] )       ] ;
      ( fhir:classifier [
        ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-recommendation-direction-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "for" ] ;
fhir:display [ fhir:v "For" ]         ] )       ] )     ] [
fhir:type [
        ( fhir:coding [
fhir:system [ fhir:v "http://fhir.awmf.org/awmf.ig/CodeSystem/cs-awmf"^^xsd:anyURI ] ;
fhir:code [ fhir:v "level-of-consensus" ]         ] )       ] ;
      ( fhir:classifier [
        ( fhir:coding [
fhir:system [ fhir:v "http://fhir.awmf.org/awmf.ig/CodeSystem/cs-level-of-consensus"^^xsd:anyURI ] ;
fhir:code [ fhir:v "strong-consensus" ] ;
fhir:display [ fhir:v "Strong consensus" ]         ] )       ] )     ] )
  ] ) ; # 
  fhir:workflowStatus [ fhir:v "applied"] . #