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 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
: CH MHD-1 Update Document Metadata Transaction Response Example - 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 "CHMhd1UpdateDocumentMetadataTransactionResponseExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/ch-mhd-1-updatedocumentmetadatatransactionresponse"^^xsd:anyURI ;
fhir:l <http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/ch-mhd-1-updatedocumentmetadatatransactionresponse> ] )
] ; #
fhir:type [ fhir:v "transaction-response"] ; #
fhir:link ( [
fhir:relation [ fhir:v "self" ] ;
fhir:url [
fhir:v "http://example.org/fhir"^^xsd:anyURI ;
fhir:l <http://example.org/fhir> ]
] ) ; #
fhir:entry ( [
fhir:response [
fhir:status [ fhir:v "200 OK" ] ;
fhir:location [
fhir:v "DocumentReference/DocRefPdf/_history/2"^^xsd:anyURI ;
fhir:l fhir:DocumentReference/DocRefPdf/_history/2 ] ;
fhir:etag [ fhir:v "2" ] ]
] ) . #