MediRecords FHIR Implementation Guide
20220217 - ci-build


: Webhook Bundle for patient.deleted event - 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:Resource.id [ fhir:value "webhook-patient.deleted"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2022-03-04T01:43:30Z"^^xsd:dateTime ]
  ];
  fhir:Bundle.type [ fhir:value "collection"];
  fhir:Bundle.total [ fhir:value "1"^^xsd:nonNegativeInteger];
  fhir:Bundle.entry [
     fhir:index 0;
     fhir:Bundle.entry.request [
       fhir:Bundle.entry.request.method [ fhir:value "DELETE" ];
       fhir:Bundle.entry.request.url [ fhir:value "Patient/1e5cae20-85bf-11e8-b401-ffccd711ad9c" ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.