MediRecords FHIR Implementation Guide
1.3.0 - release


: Webhook Bundle for diagnostic-report.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 "bd968850-5359-4544-a755-d03b01db9b1d"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2022-04-05T01:45: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 "DiagnosticReport/e918612d-b76f-4eac-b4ce-1a7d26285b00"^^xsd:anyURI ]     ]
  ] ) . #