CH EPR FHIR (R4), published by eHealth Suisse. This guide is not an authorized publication; it is the continuous build for version 5.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/ehealthsuisse/ch-epr-fhir/ and changes regularly. See the Directory of published versions
: MHD Provide Document Bundle Response for PDF publication - 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:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "BundleProvideDocument-Response"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/ch-mhd-providedocumentbundle-comprehensive-response"^^xsd:anyURI ;
fhir:l <http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/ch-mhd-providedocumentbundle-comprehensive-response> ] )
] ; #
fhir:type [ fhir:v "transaction-response"] ; #
fhir:link ( [
fhir:relation [ fhir:v "self" ] ;
fhir:url [
fhir:v "http://example.org"^^xsd:anyURI ;
fhir:l <http://example.org> ]
] ) ; #
fhir:entry ( [
fhir:response [
fhir:status [ fhir:v "201 Created" ] ;
fhir:location [
fhir:v "http://example.org/xdsretrieve?uniqueId=1.3.6.1.4.1.12559.11.13.2.1.2964&repositoryUniqueId=1.1.4567332.1.2"^^xsd:anyURI ;
fhir:l <http://example.org/xdsretrieve?uniqueId=1.3.6.1.4.1.12559.11.13.2.1.2964&repositoryUniqueId=1.1.4567332.1.2> ] ;
fhir:lastModified [ fhir:v "2020-10-02T11:56:15.094+00:00"^^xsd:dateTime ] ]
] [
fhir:response [
fhir:status [ fhir:v "201 Created" ] ;
fhir:location [
fhir:v "List/68a928c0-df48-4743-a291-bfb0609bbddc"^^xsd:anyURI ;
fhir:l fhir:List/68a928c0-df48-4743-a291-bfb0609bbddc ] ;
fhir:lastModified [ fhir:v "2020-10-02T11:56:15.094+00:00"^^xsd:dateTime ] ]
] [
fhir:response [
fhir:status [ fhir:v "201 Created" ] ;
fhir:location [
fhir:v "DocumentReference/50383ae5-49e5-4dea-b0e6-660cb9e7b91f"^^xsd:anyURI ;
fhir:l fhir:DocumentReference/50383ae5-49e5-4dea-b0e6-660cb9e7b91f ] ;
fhir:lastModified [ fhir:v "2020-10-02T11:56:15.101+00:00"^^xsd:dateTime ] ]
] ) . #