Patient Master Identity Registry (PMIR)
1.6.0 - Trial-Implementation International flag

This page is part of the IHE Patient Master Identity Registry (PMIR) (v1.6.0: Publication) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: IHE Patient Master Identity Registry Message Bundle Delete Example - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "ex-PMIRBundleDelete"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://profiles.ihe.net/ITI/PMIR/StructureDefinition/IHE.PMIR.Bundle"^^xsd:anyURI ;
fhir:l <https://profiles.ihe.net/ITI/PMIR/StructureDefinition/IHE.PMIR.Bundle>     ] )
  ] ; # 
  fhir:type [ fhir:v "message"] ; # 
  fhir:entry ( [
fhir:fullUrl [
fhir:v "https://profiles.ihe.net/ITI/PMIR/MessageHeader/ex-messageheader-delete"^^xsd:anyURI ;
fhir:l <https://profiles.ihe.net/ITI/PMIR/MessageHeader/ex-messageheader-delete>     ] ;
    ( fhir:resource <https://profiles.ihe.net/ITI/PMIR/MessageHeader/ex-messageheader-delete> )
  ] [
fhir:fullUrl [
fhir:v "https://profiles.ihe.net/ITI/PMIR/Bundle/ex-bundle-history-delete"^^xsd:anyURI ;
fhir:l <https://profiles.ihe.net/ITI/PMIR/Bundle/ex-bundle-history-delete>     ] ;
    ( fhir:resource <https://profiles.ihe.net/ITI/PMIR/Bundle/ex-bundle-history-delete> )
  ] ) . # 

<https://profiles.ihe.net/ITI/PMIR/MessageHeader/ex-messageheader-delete> a fhir:MessageHeader ;
  fhir:id [ fhir:v "ex-messageheader-delete"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://profiles.ihe.net/ITI/PMIR/StructureDefinition/IHE.PMIR.MessageHeader"^^xsd:anyURI ;
fhir:l <https://profiles.ihe.net/ITI/PMIR/StructureDefinition/IHE.PMIR.MessageHeader>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MessageHeader_ex-messageheader-delete\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MessageHeader ex-messageheader-delete</b></p><a name=\"ex-messageheader-delete\"> </a><a name=\"hcex-messageheader-delete\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-IHE.PMIR.MessageHeader.html\">IHE Patient Master Identity Registry MessageHeader</a></p></div><p><b>event</b>: urn:ihe:iti:pmir:2019:patient-feed</p><h3>Destinations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"http://example.com/patientEndpoint\">http://example.com/patientEndpoint</a></td></tr></table><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"http://example.com/patientSource\">http://example.com/patientSource</a></td></tr></table><p><b>focus</b>: <a href=\"Bundle-ex-bundle-history-delete.html\">Bundle: type = history</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:event [
a fhir:Uri ;
fhir:v "urn:ihe:iti:pmir:2019:patient-feed"^^xsd:anyURI ;
fhir:l <urn:ihe:iti:pmir:2019:patient-feed>
  ] ; # 
  fhir:destination ( [
fhir:endpoint [
fhir:v "http://example.com/patientEndpoint"^^xsd:anyURI ;
fhir:l <http://example.com/patientEndpoint>     ]
  ] ) ; # 
  fhir:source [
fhir:endpoint [
fhir:v "http://example.com/patientSource"^^xsd:anyURI ;
fhir:l <http://example.com/patientSource>     ]
  ] ; # 
  fhir:focus ( [
fhir:l fhir:Bundle/ex-bundle-history-delete ;
fhir:reference [ fhir:v "Bundle/ex-bundle-history-delete" ]
  ] ) . # 

<https://profiles.ihe.net/ITI/PMIR/Bundle/ex-bundle-history-delete> a fhir:Bundle ;
  fhir:id [ fhir:v "ex-bundle-history-delete"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://profiles.ihe.net/ITI/PMIR/StructureDefinition/IHE.PMIR.Bundle.History"^^xsd:anyURI ;
fhir:l <https://profiles.ihe.net/ITI/PMIR/StructureDefinition/IHE.PMIR.Bundle.History>     ] )
  ] ; # 
  fhir:type [ fhir:v "history"] ; # 
  fhir:entry ( [
fhir:fullUrl [
fhir:v "https://example.org/FHIR/Patient/ex-patient-delete"^^xsd:anyURI ;
fhir:l <https://example.org/FHIR/Patient/ex-patient-delete>     ] ;
fhir:request [
fhir:method [ fhir:v "DELETE" ] ;
fhir:url [
fhir:v "Patient/ex-patient-delete"^^xsd:anyURI ;
fhir:l fhir:Patient/ex-patient-delete       ]     ] ;
fhir:response [
fhir:status [ fhir:v "202" ]     ]
  ] ) . #