Patient Master Identity Registry (PMIR)
1.5.0 - Trial-Implementation
This page is part of the IHE Patient Master Identity Registry (PMIR) (v1.5.0: Trial Implementation) based on FHIR R4. This is the current published version. 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 "ex-bundle-history-delete"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://profiles.ihe.net/ITI/PMIR/StructureDefinition/IHE.PMIR.Bundle.History";
fhir:index 0;
fhir:link <https://profiles.ihe.net/ITI/PMIR/StructureDefinition/IHE.PMIR.Bundle.History> ]
];
fhir:Bundle.type [ fhir:value "history"];
fhir:Bundle.entry [
fhir:index 0;
fhir:Bundle.entry.fullUrl [ fhir:value "Patient/ex-patient-delete" ];
fhir:Bundle.entry.request [
fhir:Bundle.entry.request.method [ fhir:value "DELETE" ];
fhir:Bundle.entry.request.url [ fhir:value "Patient/ex-patient-delete" ] ];
fhir:Bundle.entry.response [
fhir:Bundle.entry.response.status [ fhir:value "202" ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.