This page is part of the CH EPR FHIR (R4) (v5.0.0: DSTU 5 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, 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" ] ]
] ) . #