CH EPR FHIR (R4)
4.0.0-ci-build - DSTU3 Switzerland flag

CH EPR FHIR (R4), published by eHealth Suisse. This guide is not an authorized publication; it is the continuous build for version 4.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-mhealth/ and changes regularly. See the Directory of published versions

: MHD Provide Document Bundle Response for MedicationCard - TTL Representation

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:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "2-7-BundleProvideDocument-Response"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/ch-mhd-providedocumentbundle-comprehensive-response"^^xsd:anyURI ;
fhir:link <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.com/fhir"^^xsd:anyURI ]
  ] ) ; # 
  fhir:entry ( [
fhir:response [
fhir:status [ fhir:v "201 Created" ] ;
fhir:location [ fhir:v "http://example.com/xdsretrieve?uniqueId=1.3.6.1.4.1.12559.11.13.2.1.2964&repositoryUniqueId=1.1.4567332.1.2"^^xsd:anyURI ] ;
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: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:lastModified [ fhir:v "2020-10-02T11:56:15.101+00:00"^^xsd:dateTime ]     ]
  ] ) . #