CH EPL (R5), published by Federal Office of Public Health FOPH. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/bag-epl/bag-epl-fhir/ and changes regularly. See the Directory of published versions
: Limitation 254837009 - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ClinicalUseDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "LIM-254837009"] ; #
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: ClinicalUseDefinition LIM-254837009</b></p><a name=\"LIM-254837009\"> </a><a name=\"hcLIM-254837009\"> </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 254837009}\">Malignant tumor of breast</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:254837009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "254837009" ] ;
fhir:display [ fhir:v "Malignant tumor of breast" ] ] ) ] ] ;
fhir:intendedEffect [
fhir:concept [
( fhir:coding [
fhir:system [ fhir:v "http://spor.ema.europa.eu/v1/lists/200000003186"^^xsd:anyURI ] ;
fhir:code [ fhir:v "200000003194" ] ;
fhir:display [ fhir:v "therapeutic" ] ] ) ] ]
] . #