CH EPR mHealth (R4)
1.1.0 - DSTU 2 Informative Ballot
This page is part of the CH EPR mHealth (R4) (v1.1.0: DSTU 2) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
@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:Resource.id [ fhir:value "2-7-BundleProvideDocument-Response"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-mhd-providedocumentbundle-comprehensive-response";
fhir:index 0;
fhir:link <http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-mhd-providedocumentbundle-comprehensive-response> ]
];
fhir:Bundle.type [ fhir:value "transaction-response"];
fhir:Bundle.link [
fhir:index 0;
fhir:Bundle.link.relation [ fhir:value "self" ];
fhir:Bundle.link.url [ fhir:value "http://example.com/fhir" ]
];
fhir:Bundle.entry [
fhir:index 0;
fhir:Bundle.entry.response [
fhir:Bundle.entry.response.status [ fhir:value "201 Created" ];
fhir:Bundle.entry.response.location [ fhir:value "http://example.com/xdsretrieve?uniqueId=1.3.6.1.4.1.12559.11.13.2.1.2964&repositoryUniqueId=1.1.4567332.1.2" ];
fhir:Bundle.entry.response.lastModified [ fhir:value "2020-10-02T11:56:15.094+00:00"^^xsd:dateTime ] ]
], [
fhir:index 1;
fhir:Bundle.entry.response [
fhir:Bundle.entry.response.status [ fhir:value "201 Created" ];
fhir:Bundle.entry.response.location [ fhir:value "List/68a928c0-df48-4743-a291-bfb0609bbddc" ];
fhir:Bundle.entry.response.lastModified [ fhir:value "2020-10-02T11:56:15.094+00:00"^^xsd:dateTime ] ]
], [
fhir:index 2;
fhir:Bundle.entry.response [
fhir:Bundle.entry.response.status [ fhir:value "201 Created" ];
fhir:Bundle.entry.response.location [ fhir:value "DocumentReference/50383ae5-49e5-4dea-b0e6-660cb9e7b91f" ];
fhir:Bundle.entry.response.lastModified [ fhir:value "2020-10-02T11:56:15.101+00:00"^^xsd:dateTime ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.