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
: Triogen, Kapseln Patienteninformation - 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:DocumentReference ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "DocRef-PI-Triogen"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.ch/ig/ch-epl/StructureDefinition/ch-idmp-documentreference"^^xsd:anyURI ;
fhir:link <http://fhir.ch/ig/ch-epl/StructureDefinition/ch-idmp-documentreference> ] )
] ; #
fhir:language [ fhir:v "de-CH"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"de-CH\" lang=\"de-CH\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference DocRef-PI-Triogen</b></p><a name=\"DocRef-PI-Triogen\"> </a><a name=\"hcDocRef-PI-Triogen\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: de-CH</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-idmp-documentreference.html\">CH IDMP DocumentReference</a></p></div><p><b>identifier</b>: <code>http://SMC.ch/ig/idmp/NamingSystem/IDSystem-ch-AttachmentNumber</code>/123456789-initial submission-Example-qrs-321</p><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://fhir.ch/ig/ch-epl/CodeSystem/ch-SMC-attached-document-type 756005007002}\">Patienteninformation</span></p><p><b>date</b>: 2019-12-01 00:00:00+0000</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Url</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"https://swissmedicinfo.ch/showTextAccepted.aspx?textType=PI&lang=DE&authNr=67431&supportMultipleResults=1\">https://swissmedicinfo.ch/showTextAccepted.aspx?textType=PI&lang=DE&authNr=67431&supportMultipleResults=1</a></td></tr></table></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://SMC.ch/ig/idmp/NamingSystem/IDSystem-ch-AttachmentNumber"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123456789-initial submission-Example-qrs-321" ]
] ) ; #
fhir:status [ fhir:v "current"] ; #
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.ch/ig/ch-epl/CodeSystem/ch-SMC-attached-document-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "756005007002" ] ;
fhir:display [ fhir:v "Patienteninformation" ] ] )
] ; #
fhir:date [ fhir:v "2019-12-01T00:00:00Z"^^xsd:dateTime] ; #
fhir:content ( [
fhir:attachment [
fhir:url [ fhir:v "https://swissmedicinfo.ch/showTextAccepted.aspx?textType=PI&lang=DE&authNr=67431&supportMultipleResults=1"^^xsd:anyURI ] ]
] ) . #