FHIR IG analytics| Package | vzvz.fhir.aof |
| Resource Type | Bundle |
| Id | Bundle-aorta-provenance-example-bundle.json |
| FHIR Version | R4B |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Bundle",
"id": "aorta-provenance-example-bundle",
"link": [
{
"relation": "self",
"url": "http://dummy"
}
],
"entry": [
{
"search": {
"mode": "include"
},
"fullUrl": "https://system1.org/fhir/Provenance/provenance-with-references",
"resource": {
"resourceType": "Provenance",
"id": "provenance-with-references",
"meta": {
"source": "http://vzvz.nl"
},
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Provenance pointing to various resources of one source system</div>"
},
"contained": [
{
"meta": {
"profile": [
"http://vzvz.nl/fhir/StructureDefinition/nl-vzvz-Device"
]
},
"resourceType": "Device",
"id": "nl-vzvz-Device-contained",
"identifier": [
{
"system": "http://fhir.nl/fhir/NamingSystem/aorta-app-id",
"value": "9000028"
}
],
"owner": {
"identifier": {
"system": "http://fhir.nl/fhir/NamingSystem/ura",
"value": "12345678"
}
}
}
],
"target": [
{
"reference": "MedicationRequest/medicationrequest-ibuprofen",
"type": "MedicationRequest"
},
{
"reference": "Patient/patient-kester-1",
"type": "Patient"
},
{
"reference": "Medication/medication-ibuprofen-1",
"type": "Medication"
}
],
"agent": [
{
"who": {
"reference": "#nl-vzvz-Device-contained",
"type": "Device"
},
"type": {
"coding": [
{
"code": "author",
"system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type"
}
]
}
}
],
"recorded": "2023-10-19T12:00:00+02:00"
}
},
{
"search": {
"mode": "match"
},
"fullUrl": "https://system1.org/fhir/MedicationRequest/medicationrequest-ibuprofen",
"resource": {
"resourceType": "MedicationRequest",
"id": "medicationrequest-ibuprofen",
"meta": {
"profile": [
"http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement"
]
},
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">MedicationAgreement IBUPROFEN TABLET 600MG for patient XXX_Kester</div>"
},
"identifier": [
{
"system": "urn:oid:2.16.840.1.113883.2.4.3.11.999.77.16076005.1",
"value": "MBH_920_mg_example-1-MA1"
}
],
"category": [
{
"coding": [
{
"code": "33633005",
"system": "http://snomed.info/sct"
}
]
}
],
"medicationReference": {
"reference": "Medication/medication-ibuprofen-1",
"display": "IBUPROFEN TABLET 600MG",
"type": "Medication"
},
"subject": {
"reference": "Patient/nl-core-Patient-mp9-XXX-Kester",
"type": "Patient"
},
"status": "unknown",
"intent": "order"
}
},
{
"search": {
"mode": "include"
},
"fullUrl": "https://system1.org/fhir/Medication/medication-ibuprofen-1",
"resource": {
"resourceType": "Medication",
"id": "medication-ibuprofen-1",
"meta": {
"profile": [
"http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct"
]
},
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">IBUPROFEN TABLET 600MG</div>"
},
"code": {
"coding": [
{
"code": "17469",
"system": "urn:oid:2.16.840.1.113883.2.4.4.10",
"display": "IBUPROFEN TABLET 600MG",
"userSelected": true
},
{
"code": "42080",
"system": "urn:oid:2.16.840.1.113883.2.4.4.1",
"display": "IBUPROFEN TABLET 600MG"
}
],
"text": "IBUPROFEN TABLET 600MG"
}
}
},
{
"search": {
"mode": "include"
},
"fullUrl": "https://system1.org/fhir/Patient/patient-kester-1",
"resource": {
"resourceType": "Patient",
"id": "patient-kester-1",
"meta": {
"profile": [
"http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"
]
},
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Patient van XXX_Kester</div>"
},
"identifier": [
{
"system": "http://fhir.nl/fhir/NamingSystem/bsn",
"value": "123456789"
}
],
"name": [
{
"use": "official",
"text": "van XXX_Kester",
"family": "van XXX_Kester"
}
]
}
},
{
"search": {
"mode": "include"
},
"fullUrl": "https://system2.org/fhir/Provenance/provenance-with-references-from-other-source",
"resource": {
"resourceType": "Provenance",
"id": "provenance-with-references-from-other-source",
"meta": {
"source": "http://vzvz.nl"
},
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Provenance with references to second source</div>"
},
"contained": [
{
"meta": {
"profile": [
"http://vzvz.nl/fhir/StructureDefinition/nl-vzvz-Device"
]
},
"resourceType": "Device",
"id": "nl-vzvz-Device-contained",
"identifier": [
{
"system": "http://fhir.nl/fhir/NamingSystem/aorta-app-id",
"value": "9000250"
}
],
"owner": {
"identifier": {
"system": "http://fhir.nl/fhir/NamingSystem/ura",
"value": "87654321"
}
}
}
],
"target": [
{
"reference": "MedicationRequest/medicationrequest-ibuprofen-2",
"type": "MedicationRequest"
},
{
"reference": "Patient/patient-kester-2",
"type": "Patient"
},
{
"reference": "Medication/medication-ibuprofen-2",
"type": "Medication"
}
],
"agent": [
{
"who": {
"reference": "#nl-vzvz-Device-contained",
"type": "Device"
},
"type": {
"coding": [
{
"code": "author",
"system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type"
}
]
}
}
],
"recorded": "2023-10-19T12:00:00+02:00"
}
},
{
"search": {
"mode": "match"
},
"fullUrl": "https://system2.org/fhir/MedicationRequest/medicationrequest-ibuprofen-2",
"resource": {
"resourceType": "MedicationRequest",
"id": "medicationrequest-ibuprofen-2",
"meta": {
"profile": [
"http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement"
]
},
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">MedicationAgreement IBUPROFEN TABLET 600MG for patient XXX_Kester</div>"
},
"identifier": [
{
"system": "urn:oid:2.16.840.1.113883.2.4.3.11.999.77.16076005.1",
"value": "MBH_920_mg_example-1-MA1"
}
],
"category": [
{
"coding": [
{
"code": "33633005",
"system": "http://snomed.info/sct"
}
]
}
],
"medicationReference": {
"reference": "Medication/medication-ibuprofen-2",
"display": "IBUPROFEN TABLET 600MG",
"type": "Medication"
},
"subject": {
"reference": "Patient/nl-core-Patient-mp9-XXX-Kester",
"type": "Patient"
},
"status": "unknown",
"intent": "order"
}
},
{
"search": {
"mode": "include"
},
"fullUrl": "https://system2.org/fhir/Medication/medication-ibuprofen-2",
"resource": {
"resourceType": "Medication",
"id": "medication-ibuprofen-2",
"meta": {
"profile": [
"http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct"
]
},
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">IBUPROFEN TABLET 600MG</div>"
},
"code": {
"coding": [
{
"code": "17469",
"system": "urn:oid:2.16.840.1.113883.2.4.4.10",
"display": "IBUPROFEN TABLET 600MG",
"userSelected": true
},
{
"code": "42080",
"system": "urn:oid:2.16.840.1.113883.2.4.4.1",
"display": "IBUPROFEN TABLET 600MG"
}
],
"text": "IBUPROFEN TABLET 600MG"
}
}
},
{
"search": {
"mode": "include"
},
"fullUrl": "https://system2.org/fhir/Patient/patient-kester-2",
"resource": {
"resourceType": "Patient",
"id": "patient-kester-2",
"meta": {
"profile": [
"http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"
]
},
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Another instance referring to the same Kester patient</div>"
},
"identifier": [
{
"system": "http://fhir.nl/fhir/NamingSystem/bsn",
"value": "123456789"
}
],
"name": [
{
"use": "official",
"text": "van XXX_Kester",
"family": "van XXX_Kester",
"_family": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix",
"valueString": "van"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
"valueString": "XXX_Kester"
}
]
}
}
]
}
},
{
"search": {
"mode": "include"
},
"fullUrl": "https://system3.org/fhir/Provenance/provenance-with-operationoutcome",
"resource": {
"resourceType": "Provenance",
"id": "provenance-with-operationoutcome",
"meta": {
"source": "http://vzvz.nl"
},
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Provenance referencing an OperationOutcome</div>"
},
"contained": [
{
"resourceType": "Device",
"id": "nl-vzvz-Device-contained",
"meta": {
"profile": [
"http://vzvz.nl/fhir/StructureDefinition/nl-vzvz-Device"
]
},
"identifier": [
{
"system": "http://fhir.nl/fhir/NamingSystem/aorta-app-id",
"value": "9000028"
}
],
"owner": {
"identifier": {
"system": "http://fhir.nl/fhir/NamingSystem/ura",
"value": "12345678"
}
}
}
],
"target": [
{
"reference": "OperationOutcome/not-found",
"type": "OperationOutcome"
}
],
"agent": [
{
"who": {
"reference": "#nl-vzvz-Device-contained",
"type": "Device"
},
"type": {
"coding": [
{
"code": "author",
"system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type"
}
]
}
}
],
"recorded": "2023-10-19T12:00:00+02:00"
}
},
{
"search": {
"mode": "match"
},
"fullUrl": "https://system3.org/fhir/OperationOutcome/not-found",
"resource": {
"resourceType": "OperationOutcome",
"id": "not-found",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Resource not found</div>"
},
"issue": [
{
"severity": "warning",
"code": "not-found",
"diagnostics": "Resource not found"
}
]
}
},
{
"search": {
"mode": "include"
},
"fullUrl": "https://system4.org/fhir/Provenance/provenance-with-operationoutcome-lsp",
"resource": {
"resourceType": "Provenance",
"id": "provenance-with-operationoutcome-lsp",
"meta": {
"source": "http://vzvz.nl"
},
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Provenance to a OperationOutcome generated by LSP</div>"
},
"contained": [
{
"meta": {
"profile": [
"http://vzvz.nl/fhir/StructureDefinition/nl-vzvz-Device"
]
},
"resourceType": "Device",
"id": "nl-vzvz-Device-contained",
"identifier": [
{
"system": "http://fhir.nl/fhir/NamingSystem/aorta-app-id",
"value": "9000123"
}
],
"owner": {
"identifier": {
"system": "http://fhir.nl/fhir/NamingSystem/ura",
"value": "11223344"
}
}
}
],
"target": [
{
"reference": "OperationOutcome/server-down",
"type": "OperationOutcome"
}
],
"agent": [
{
"who": {
"reference": "#nl-vzvz-Device-contained",
"type": "Device"
},
"type": {
"coding": [
{
"code": "author",
"system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type"
}
]
}
}
],
"recorded": "2023-10-19T12:00:00+02:00"
}
},
{
"search": {
"mode": "include"
},
"fullUrl": "https://system4.org/fhir/OperationOutcome/server-down",
"resource": {
"resourceType": "OperationOutcome",
"id": "server-down",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Server down</div>"
},
"issue": [
{
"severity": "fatal",
"code": "processing",
"diagnostics": "Server down"
}
]
}
}
],
"type": "searchset",
"total": 12
}