MediRecords FHIR Implementation Guide
1.3.0 - release


: Webhook Bundle for observation.deleted event from clinical template - 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 "a78095f1-b5f0-465f-b821-30080d17652e"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2023-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 "Observation/a30811de-5820-4c5c-a5dc-d4025f180c2d"^^xsd:anyURI ]     ]
  ] ) . #