@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://fhir.ch/ig/ch-epl/ClinicalUseDefinition/LIM-79886009-TRIOGEN> a fhir:ClinicalUseDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "LIM-79886009-TRIOGEN"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ClinicalUseDefinition LIM-79886009-TRIOGEN</b></p><a name=\"LIM-79886009-TRIOGEN\"> </a><a name=\"hcLIM-79886009-TRIOGEN\"> </a><p><b>type</b>: Indication</p><blockquote><p><b>indication</b></p><h3>DiseaseSymptomProcedures</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 79886009}\">TRIOGEN wird vergütet zur Behandlung der Kupferspeicherkrankheit (Morbus Wilson) bei Patienten, die eine Behandlung mit D-Penicillamin nicht vertragen. Die Behandlung muss von Gastroenterologen oder Hepatologen mit Erfahrung bei der Behandlung von Patienten mit Morbus Wilson initiiert und überwacht werden.</span></td></tr></table><h3>IntendedEffects</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://spor.ema.europa.eu/v1/lists/200000003186 200000003194}\">therapeutic</span></td></tr></table></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:type [ fhir:v "indication"] ; # 
  fhir:indication [
     fhir:diseaseSymptomProcedure [
       fhir:concept [
         fhir:coding ( [
           a sct:79886009 ;
           fhir:system [
             fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
             fhir:l <http://snomed.info/sct>
           ] ;
           fhir:code [ fhir:v "79886009" ] ;
           fhir:display [ fhir:v "Disorder of copper metabolism" ]
         ] ) ;
         fhir:text [ fhir:v "TRIOGEN wird vergütet zur Behandlung der Kupferspeicherkrankheit (Morbus Wilson) bei Patienten, die eine Behandlung mit D-Penicillamin nicht vertragen. Die Behandlung muss von Gastroenterologen oder Hepatologen mit Erfahrung bei der Behandlung von Patienten mit Morbus Wilson initiiert und überwacht werden." ]
       ]
     ] ;
     fhir:intendedEffect [
       fhir:concept [
         fhir:coding ( [
           fhir:system [
             fhir:v "http://spor.ema.europa.eu/v1/lists/200000003186"^^xsd:anyURI ;
             fhir:l <http://spor.ema.europa.eu/v1/lists/200000003186>
           ] ;
           fhir:code [ fhir:v "200000003194" ] ;
           fhir:display [ fhir:v "therapeutic" ]
         ] )
       ]
     ]
  ] . # 

# -------------------------------------------------------------------------------------

