MediRecords FHIR Implementation Guide
1.3.0 - release


: 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:id [ fhir:v "7ee86cee-c4ad-4ff9-bccd-281557dc56d8"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2022-03-04T01:43:30Z"^^xsd:dateTime ]
  ] ; # 
  fhir:type [ fhir:v "collection"] ; # 
  fhir:total [ fhir:v "1"^^xsd:nonNegativeInteger] ; # 
  fhir:entry ( [
fhir:request [
fhir:method [ fhir:v "DELETE" ] ;
fhir:url [ fhir:v "Patient/1e5cae20-85bf-11e8-b401-ffccd711ad9c"^^xsd:anyURI ]     ]
  ] ) . #