Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "epa-operation-outcome-vs"] ; # 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: ValueSet epa-operation-outcome-vs</b></p><a name=\"epa-operation-outcome-vs\"> </a><a name=\"hcepa-operation-outcome-vs\"> </a><a name=\"epa-operation-outcome-vs-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-operation-outcome.html\"><code>http://terminology.hl7.org/CodeSystem/operation-outcome</code></a></li><li>Include all codes defined in <a href=\"CodeSystem-epa-operation-outcome-codes-cs.html\"><code>https://gematik.de/fhir/epa/CodeSystem/epa-operation-outcome-codes-cs</code></a></li></ul></div>" ] ; # fhir:url [ fhir:v "https://gematik.de/fhir/epa/ValueSet/epa-operation-outcome-vs"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.5-ballot.1"] ; # fhir:name [ fhir:v "EPAOperationOutcomeVS"] ; # fhir:title [ fhir:v "EPA OperationOutcome Value Set"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2025-02-14"^^xsd:date] ; # fhir:publisher [ fhir:v "gematik GmbH"] ; # fhir:contact ( [ fhir:name [ fhir:v "gematik GmbH" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://www.gematik.de" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "patientteam [ at ] gematik.de" ] ] ) ] ) ; # fhir:description [ fhir:v "Schließt alle ValueSets von EPAOperationOutcomeCS sowie die in FHIR verwendeten Operation Outcome-Codes ein"] ; # fhir:immutable [ fhir:v "false"^^xsd:boolean] ; # fhir:compose [ ( fhir:include [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/operation-outcome"^^xsd:anyURI ] ] [ fhir:system [ fhir:v "https://gematik.de/fhir/epa/CodeSystem/epa-operation-outcome-codes-cs"^^xsd:anyURI ] ] ) ] . #