PFS API FHIR response examples
This page is a work in progress and the responses are subject to change. These examples are FHIR responses from the GP Data PFS API integration only and is not representative of the full amount of FHIR data available within PKB from other sources.
Contents
Patient
Data Model - Entity: Patient
EMIS - Patient | TPP/SystmOne - Patient |
---|---|
Example: {
"resource": {
"address": [
{
"use": "home",
"city": "Leeds",
"line": [
"My House",
"2 Micklefield Lane",
"Rawdon"
],
"district": "West Yorkshire",
"postalCode": "LS19 6BA"
}
],
"meta": {
"lastUpdated": "2024-10-30T14:43:40.519128Z",
"versionId": "18",
"extension": [
{
"url": "ex:createdAt",
"valueInstant": "2024-10-30T14:43:40.519128Z"
}
]
},
"managingOrganization": {
"display": "Emis Test Organisation 28826",
"reference": "Organization/A28826"
},
"name": [
{
"use": "official",
"given": [
"Stephen"
],
"family": "Strange",
"prefix": [
"Dr"
]
},
{
"use": "usual",
"given": [
"John"
],
"family": "Strange",
"prefix": [
"Dr"
]
}
],
"birthDate": "1990-01-01",
"resourceType": "Patient",
"active": true,
"id": "0861cf0f-9322-4762-8e02-856a59d86714",
"identifier": [
{
"value": "9994487663",
"system": "https://fhir.nhs.uk/Id/nhs-number"
},
{
"value": "506cfc9d-c90b-469d-a5d2-e97a7062afa5",
"system": "http://fhir.patientsknowbest.com/id/emis-es-patient-guid"
},
{
"value": "7826127e-59bc-4872-b500-b26d3f971b59",
"system": "http://fhir.patientsknowbest.com/id/emis-rosu-patient-guid"
}
],
"telecom": [
{
"use": "home",
"value": "01334567838",
"system": "phone"
},
{
"use": "mobile",
"value": "07123345567",
"system": "phone"
},
{
"use": "home",
"value": "emis_stephen@pkbtest.com",
"system": "email"
}
],
"generalPractitioner": [
{
"display": "Emis Test Organisation 28826",
"reference": "Organization/A28826"
}
],
"gender": "male"
},
"search": {
"mode": "match"
},
"fullUrl": "http://fhir-emis:9443/Patient/0861cf0f-9322-4762-8e02-856a59d86714",
"link": [
{
"relation": "self",
"url": "http://fhir-emis:9443/Patient/0861cf0f-9322-4762-8e02-856a59d86714"
}
]
}
]
} | Example: {
"address": [
{
"use": "home",
"line": [
"1 Low Lane",
"Horsforth",
"Leeds",
"West Yorkshire"
],
"postalCode": "LS18 5PX"
}
],
"meta": {
"lastUpdated": "2024-06-20T10:40:01.029736Z",
"versionId": "15",
"extension": [
{
"url": "ex:createdAt",
"valueInstant": "2024-06-20T10:40:01.029736Z"
}
]
},
"name": [
{
"use": "usual",
"given": [
"Wanda",
"Middle"
],
"family": "Maximoff",
"prefix": [
"Lady"
]
}
],
"birthDate": "1990-01-01",
"resourceType": "Patient",
"active": true,
"id": "c3727dcb-4845-4e07-b9aa-76ba80748de9",
"identifier": [
{
"value": "9996021726",
"system": "https://fhir.nhs.uk/Id/nhs-number"
},
{
"value": "1604600000000000",
"system": "Tpp"
},
{
"value": "QX2Ik8wOn+kRO4zt5D4a0OvU/h7SXiJnXNCmP97e7GQ5sSB0t8Mz7ST/ctYZ2cgcVZdBOAlNdXl3IwMCPV3SiKgxd5wc3e8cQWFyK4l2w/85TJOoZ+JeiAHKh8xIN9pl5gHut2exxHMgatPaLnZuQ2YjvnTXBCE5syraCYURroA=",
"system": "GDI"
}
],
"telecom": [
{
"use": "home",
"value": "01132284729",
"system": "phone"
},
{
"use": "work",
"value": "01733827593",
"system": "phone"
},
{
"use": "mobile",
"value": "07123345567",
"system": "phone"
},
{
"use": "home",
"value": "s1_wanda@pkbtest.com",
"system": "email"
}
],
"generalPractitioner": [
{
"display": "HSCIC Test environment 71",
"reference": "Organization/1b758ac9-6e42-487e-a94a-bd3dd14427d7"
}
],
"gender": "female"
} |
Appointment
Data Model - Entity: Appointment
EMIS - Appointment | TPP/SystmOne - Appointment |
---|---|
Example: {
"entry": [
{
"resource": {
"meta": {
"lastUpdated": "2024-06-20T10:26:41.929544Z",
"versionId": "58",
"extension": [
{
"url": "ex:createdAt",
"valueInstant": "2024-06-20T10:26:41.929544Z"
}
]
},
"start": "2023-08-18T08:40:00+01:00",
"created": "2023-08-18T00:23:40.753+01:00",
"participant": [
{
"actor": {
"reference": "Patient/10e55609-d188-4174-9887-e7d43aefbc91"
},
"status": "accepted"
},
{
"actor": {
"display": "Master Practice",
"reference": "Location/efb4e00a-be9c-4f76-8b49-c5ea779db845"
},
"status": "accepted",
"required": "required"
}
],
"resourceType": "Appointment",
"status": "booked",
"id": "94cc8290-0d32-4b31-9fbf-fa0f1344b10c",
"identifier": [
{
"value": "10e55609-d188-4174-9887-e7d43aefbc91-656097",
"system": "Emis"
}
],
"end": "2023-08-18T08:50:00+01:00"
},
"search": {
"mode": "match"
},
"fullUrl": "http://fhir-emis:9443/Appointment/94cc8290-0d32-4b31-9fbf-fa0f1344b10c",
"link": [
{
"relation": "self",
"url": "http://fhir-emis:9443/Appointment/94cc8290-0d32-4b31-9fbf-fa0f1344b10c"
}
]
}
]
} | Example: {
"entry": [
{
"resource": {
"description": "Clinician: Sarah Stuffins",
"meta": {
"lastUpdated": "2024-06-20T10:40:02.902105Z",
"versionId": "46",
"extension": [
{
"url": "ex:createdAt",
"valueInstant": "2024-06-20T10:40:02.902105Z"
}
]
},
"start": "2024-03-02T16:10:00+00:00",
"participant": [
{
"actor": {
"reference": "Patient/c3727dcb-4845-4e07-b9aa-76ba80748de9"
},
"status": "accepted",
"required": "required"
},
{
"actor": {
"display": "Sarah Stuffins",
"reference": "Practitioner/f2075012-2dd3-42a2-9bfc-1ab605f52e24"
},
"status": "accepted",
"required": "required"
},
{
"actor": {
"display": "Branch of HSCIC Test env 71",
"reference": "Location/5c1d75fa-6fa9-4d97-82ae-7325f860b343"
},
"status": "accepted",
"required": "required"
}
],
"resourceType": "Appointment",
"status": "booked",
"id": "6f1cfdca-d607-4b9e-add6-7641c4ab2dae",
"identifier": [
{
"value": "c3727dcb-4845-4e07-b9aa-76ba80748de9-8c0fa52000000000",
"system": "Tpp"
}
],
"end": "2024-03-02T16:20:00+00:00"
},
"search": {
"mode": "match"
},
"fullUrl": "http://fhir-tpp:9443/Appointment/6f1cfdca-d607-4b9e-add6-7641c4ab2dae",
"link": [
{
"relation": "self",
"url": "http://fhir-tpp:9443/Appointment/6f1cfdca-d607-4b9e-add6-7641c4ab2dae"
}
]
}
]
} |
Medication
Data Model - Entity: Medication
EMIS - Medication | TPP/SystmOne - Medication |
---|---|
{
"entry": [
{
"resource": {
"meta": {
"lastUpdated": "2024-06-20T10:26:41.609877Z",
"versionId": "25",
"extension": [
{
"url": "ex:createdAt",
"valueInstant": "2024-06-20T10:26:41.609877Z"
}
]
},
"dosage": [
{
"patientInstruction": "One To Be Taken Each Morning Preferably 30-60 Minutes Before Breakfast, Caffeine-containing Drinks Or Other Medication"
}
],
"medicationCodeableConcept": {
"coding": [
{
"code": "374296008",
"system": "http://snomed.info/sct",
"display": "Levothyroxine sodium 100microgram tablets"
}
]
},
"resourceType": "MedicationStatement",
"extension": [
{
"url": "http://fhir.patientsknowbest.com/structuredefinition/recorded-date",
"valueDateTime": "2023-08-17T23:31:11.77+01:00"
}
],
"status": "active",
"id": "ff0f5744-b704-4b40-8f61-67ac174b9f4a",
"identifier": [
{
"value": "58a6bba7-d3d9-49d4-9539-95b395e7df94",
"system": "Emis"
}
],
"informationSource": {
"display": "Mr PKB Test",
"reference": "Practitioner/b7746e7c-2976-4663-ac88-f252e1bce21d"
},
"subject": {
"reference": "Patient/10e55609-d188-4174-9887-e7d43aefbc91"
},
"effectivePeriod": {
"start": "2023-08-17T23:31:33.9+01:00"
},
"text": {
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Levothyroxine sodium 100microgram tablets</div>",
"status": "generated"
}
},
"search": {
"mode": "match"
},
"fullUrl": "http://fhir-emis:9443/MedicationStatement/ff0f5744-b704-4b40-8f61-67ac174b9f4a",
"link": [
{
"relation": "self",
"url": "http://fhir-emis:9443/MedicationStatement/ff0f5744-b704-4b40-8f61-67ac174b9f4a"
}
]
}
]
} | {
"entry": [
{
"resource": {
"meta": {
"lastUpdated": "2024-06-20T10:40:02.543989Z",
"versionId": "23",
"extension": [
{
"url": "ex:createdAt",
"valueInstant": "2024-06-20T10:40:02.543989Z"
}
]
},
"dosage": [
{
"patientInstruction": "30 capsule - use as directed\nLast Issued: 22 May 2024"
}
],
"medicationCodeableConcept": {
"coding": [
{
"code": "42271511000001101",
"system": "http://snomed.info/sct",
"display": "Fluoxetine 10mg capsules"
}
]
},
"resourceType": "MedicationStatement",
"status": "unknown",
"id": "c924d472-7472-4d0c-a6a2-c1c8f1cef314",
"identifier": [
{
"value": "768faf0800000000",
"system": "Tpp"
}
],
"subject": {
"reference": "Patient/c3727dcb-4845-4e07-b9aa-76ba80748de9"
},
"text": {
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Fluoxetine 10mg capsules</div>",
"status": "generated"
}
},
"search": {
"mode": "match"
},
"fullUrl": "http://fhir-tpp:9443/MedicationStatement/c924d472-7472-4d0c-a6a2-c1c8f1cef314",
"link": [
{
"relation": "self",
"url": "http://fhir-tpp:9443/MedicationStatement/c924d472-7472-4d0c-a6a2-c1c8f1cef314"
}
]
}
]
} |
Condition
Data Model - Entity: Diagnosis
EMIS - Condition | TPP/SystmOne - Condition |
---|---|
{
"entry": [
{
"resource": {
"clinicalStatus": {
"coding": [
{
"code": "active",
"system": "http://terminology.hl7.org/CodeSystem/condition-clinical"
}
]
},
"meta": {
"lastUpdated": "2024-06-20T10:26:48.163932Z",
"versionId": "97",
"extension": [
{
"url": "ex:createdAt",
"valueInstant": "2024-06-20T10:26:48.163932Z"
}
]
},
"encounter": {
"reference": "Encounter/846100b0-450a-49d9-b964-51c16661ed43"
},
"resourceType": "Condition",
"extension": [
{
"url": "https://fhir.nhs.uk/R4/CodeSystem/UKCore-ConditionEpisodicity",
"valueCoding": {
"code": "first",
"display": "First"
}
},
{
"url": "http://fhir.patientsknowbest.com/structuredefinition/recorded-date",
"valueDateTime": "2023-08-17T23:45:44.09+01:00"
}
],
"id": "5c4ee6e1-f0d0-4ea8-a62c-593c2c0c96f9",
"recorder": {
"display": "Mr PKB Test",
"reference": "Practitioner/b7746e7c-2976-4663-ac88-f252e1bce21d"
},
"code": {
"coding": [
{
"code": "40930008",
"system": "http://snomed.info/sct",
"display": "Hypothyroidism"
}
]
},
"identifier": [
{
"value": "24656238-1f18-4eeb-96d2-ef71ea6aa6ac",
"system": "Emis"
}
],
"onsetDateTime": "2023-06-16T09:30:00+01:00",
"subject": {
"reference": "Patient/10e55609-d188-4174-9887-e7d43aefbc91"
},
"text": {
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Hypothyroidism</div>",
"status": "generated"
}
},
"search": {
"mode": "match"
},
"fullUrl": "http://fhir-emis:9443/Condition/5c4ee6e1-f0d0-4ea8-a62c-593c2c0c96f9",
"link": [
{
"relation": "self",
"url": "http://fhir-emis:9443/Condition/5c4ee6e1-f0d0-4ea8-a62c-593c2c0c96f9"
}
]
}
]
} | {
"entry": [
{
"resource": {
"meta": {
"lastUpdated": "2024-06-20T10:40:11.705610Z",
"versionId": "166",
"extension": [
{
"url": "ex:createdAt",
"valueInstant": "2024-06-20T10:40:11.705610Z"
}
]
},
"encounter": {
"reference": "Encounter/72deb978-c45a-47c2-b4d6-f5a9d109db2a"
},
"resourceType": "Condition",
"extension": [
{
"url": "http://fhir.patientsknowbest.com/structuredefinition/recorded-date",
"valueDateTime": "2024-05-14T15:28:57+00:00"
}
],
"id": "ccdb93f9-2f1a-441a-8eab-7212b77c5add",
"recorder": {
"display": "Sarah Stuffins",
"reference": "Practitioner/f2075012-2dd3-42a2-9bfc-1ab605f52e24"
},
"code": {
"coding": [
{
"code": "50231000000106",
"system": "http://snomed.info/sct",
"display": "Type II diabetes mellitus"
}
]
},
"identifier": [
{
"value": "MjAyNDA1MTQxNTI4NTdUeXBlIElJIGRpYWJldGVzIG1lbGxpdHVzIChYNDBKNSk=",
"system": "Tpp"
}
],
"subject": {
"reference": "Patient/c3727dcb-4845-4e07-b9aa-76ba80748de9"
},
"text": {
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Type II diabetes mellitus (X40J5)</div>",
"status": "generated"
}
},
"search": {
"mode": "match"
},
"fullUrl": "http://fhir-tpp:9443/Condition/ccdb93f9-2f1a-441a-8eab-7212b77c5add",
"link": [
{
"relation": "self",
"url": "http://fhir-tpp:9443/Condition/ccdb93f9-2f1a-441a-8eab-7212b77c5add"
}
]
}
]
} |
Observation
EMIS - Observation | TPP/SystmOne - Observation |
---|---|
{
"entry": [
{
"resource": {
"referenceRange": [
{
"low": {
"value": 4500
},
"high": {
"value": 11000
},
"text": "4500 - 11000"
}
],
"meta": {
"lastUpdated": "2024-06-20T10:26:51.077748Z",
"versionId": "119",
"extension": [
{
"url": "ex:createdAt",
"valueInstant": "2024-06-20T10:26:51.077748Z"
}
]
},
"interpretation": [
{
"text": "Abnormal"
}
],
"valueQuantity": {
"unit": "cells/uL",
"value": 4500,
"comparator": "<"
},
"resourceType": "Observation",
"extension": [
{
"url": "http://fhir.patientsknowbest.com/structuredefinition/recorded-date",
"valueDateTime": "2023-12-06T14:14:59.253+00:00"
}
],
"status": "final",
"id": "1d99f059-62a9-40a1-a293-06720f34ec9f",
"code": {
"coding": [
{
"code": "42331000237103",
"system": "http://snomed.info/sct",
"display": "White blood cell count in urine"
}
]
},
"identifier": [
{
"value": "088bd111-7f7b-4de7-87b8-e0b50d5af040",
"system": "Emis"
}
],
"subject": {
"reference": "Patient/10e55609-d188-4174-9887-e7d43aefbc91"
},
"performer": [
{
"display": "Mr PKB Test",
"reference": "Practitioner/b7746e7c-2976-4663-ac88-f252e1bce21d"
}
],
"text": {
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"> - White blood cell count in urine</div>",
"status": "generated"
}
},
"search": {
"mode": "match"
},
"fullUrl": "http://fhir-emis:9443/Observation/1d99f059-62a9-40a1-a293-06720f34ec9f",
"link": [
{
"relation": "self",
"url": "http://fhir-emis:9443/Observation/1d99f059-62a9-40a1-a293-06720f34ec9f"
}
]
}
]
} | {
"entry": [
{
"resource": {
"meta": {
"lastUpdated": "2024-06-20T10:40:10.960891Z",
"versionId": "116",
"extension": [
{
"url": "ex:createdAt",
"valueInstant": "2024-06-20T10:40:10.960891Z"
}
]
},
"encounter": {
"reference": "Encounter/0b288299-3a6a-4b8d-9e3c-7386ded8ea94"
},
"resourceType": "Observation",
"status": "final",
"id": "fc04f796-e134-4e6d-8c4f-6a44a7595fab",
"code": {
"coding": [
{
"code": "162763007",
"system": "http://snomed.info/sct",
"display": "O/E - weight"
}
]
},
"identifier": [
{
"value": "MjAyMzExMTUxMDI1MDVPL0UgLSB3ZWlnaHQgKDIyQS4uKSA3MCBLZyAo4omIIDExIHN0KQ==",
"system": "Tpp"
}
],
"subject": {
"reference": "Patient/c3727dcb-4845-4e07-b9aa-76ba80748de9"
},
"performer": [
{
"display": "Sarah Stuffins",
"reference": "Practitioner/f2075012-2dd3-42a2-9bfc-1ab605f52e24"
}
],
"text": {
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Coded entry: O/E - weight (22A..) 70 Kg (≈ 11 st)</div>",
"status": "generated"
}
},
"search": {
"mode": "match"
},
"fullUrl": "http://fhir-tpp:9443/Observation/fc04f796-e134-4e6d-8c4f-6a44a7595fab",
"link": [
{
"relation": "self",
"url": "http://fhir-tpp:9443/Observation/fc04f796-e134-4e6d-8c4f-6a44a7595fab"
}
]
}
]
} |
Allergies
Data model - Entity: Allergy
EMIS - Allergy | TPP/SystmOne - Allergy |
---|---|
{
"entry": [
{
"resource": {
"patient": {
"reference": "Patient/10e55609-d188-4174-9887-e7d43aefbc91"
},
"clinicalStatus": {
"text": "Active",
"coding": [
{
"code": "active",
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"
}
]
},
"meta": {
"lastUpdated": "2024-06-20T10:26:39.755078Z",
"versionId": "22",
"extension": [
{
"url": "ex:createdAt",
"valueInstant": "2024-06-20T10:26:39.755078Z"
}
]
},
"resourceType": "AllergyIntolerance",
"asserter": {
"display": "Mr PKB Test",
"reference": "Practitioner/b7746e7c-2976-4663-ac88-f252e1bce21d"
},
"extension": [
{
"url": "http://fhir.patientsknowbest.com/structuredefinition/recorded-date",
"valueDateTime": "2024-04-03T18:20:33.237+01:00"
}
],
"id": "432641df-4ccd-4d4a-b04f-1e8e983c586e",
"recorder": {
"display": "Mr PKB Test",
"reference": "Practitioner/b7746e7c-2976-4663-ac88-f252e1bce21d"
},
"code": {
"coding": [
{
"code": "1326581000000108",
"system": "http://snomed.info/sct",
"display": "Adverse reaction to bempedoic acid (NHS Terminology LookUp)"
}
]
},
"identifier": [
{
"value": "dc041317-41f5-42d8-9c0f-462ca0687f05",
"system": "Emis"
}
],
"onsetDateTime": "2024-04-03",
"text": {
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Adverse reaction to Bempedoic Acid</div>",
"status": "generated"
}
},
"search": {
"mode": "match"
},
"fullUrl": "http://fhir-emis:9443/AllergyIntolerance/432641df-4ccd-4d4a-b04f-1e8e983c586e",
"link": [
{
"relation": "self",
"url": "http://fhir-emis:9443/AllergyIntolerance/432641df-4ccd-4d4a-b04f-1e8e983c586e"
}
]
}
]
} | {
"entry": [
{
"resource": {
"patient": {
"reference": "Patient/c3727dcb-4845-4e07-b9aa-76ba80748de9"
},
"clinicalStatus": {
"text": "Active",
"coding": [
{
"code": "active",
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"
}
]
},
"meta": {
"lastUpdated": "2024-06-20T10:40:01.775876Z",
"versionId": "17",
"extension": [
{
"url": "ex:createdAt",
"valueInstant": "2024-06-20T10:40:01.775876Z"
}
]
},
"resourceType": "AllergyIntolerance",
"asserter": {
"display": "Sarah Stuffins",
"reference": "Practitioner/f2075012-2dd3-42a2-9bfc-1ab605f52e24"
},
"recordedDate": "2023-11-10T12:49:49+00:00",
"id": "67574c04-1fe5-4671-911f-d973a2069e78",
"recorder": {
"display": "Sarah Stuffins",
"reference": "Practitioner/f2075012-2dd3-42a2-9bfc-1ab605f52e24"
},
"code": {
"coding": [
{
"code": "213021008",
"system": "http://snomed.info/sct",
"display": "Peanut allergy"
}
]
},
"identifier": [
{
"value": "MjAyMzExMTAxMjQ5NDlQZWFudXQgYWxsZXJneSAoWGExbm8p",
"system": "Tpp"
}
],
"text": {
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Peanut allergy (Xa1no)</div>",
"status": "generated"
}
},
"search": {
"mode": "match"
},
"fullUrl": "http://fhir-tpp:9443/AllergyIntolerance/67574c04-1fe5-4671-911f-d973a2069e78",
"link": [
{
"relation": "self",
"url": "http://fhir-tpp:9443/AllergyIntolerance/67574c04-1fe5-4671-911f-d973a2069e78"
}
]
}
]
} |
DiagnosticReport
EMIS - DiagnosticReport | TPP/SystmOne - DiagnosticReport |
---|---|
{
[
{
"resource": {
"meta": {
"lastUpdated": "2024-06-20T10:26:51.438525Z",
"versionId": "147",
"extension": [
{
"url": "ex:createdAt",
"valueInstant": "2024-06-20T10:26:51.438525Z"
}
]
},
"resourceType": "DiagnosticReport",
"effectiveDateTime": "2023-08-17",
"status": "final",
"result": [
{
"reference": "Observation/a8c932bf-1c41-4cb8-82b2-e50c68436608"
},
{
"reference": "Observation/87c588f2-faa7-4cb7-933c-ce122bb0b613"
}
],
"id": "8fc08a74-6cee-460a-8b63-a1e60b7e2760",
"code": {
"coding": [
{
"code": "163020007",
"system": "http://snomed.info/sct",
"display": "O/E - blood pressure reading (NHS Terminology LookUp)"
}
]
},
"identifier": [
{
"value": "f60a4983-ca31-4a14-9d56-ffcf0353eeef",
"system": "Emis"
}
],
"issued": "2023-08-17T00:00:00+01:00",
"subject": {
"reference": "Patient/10e55609-d188-4174-9887-e7d43aefbc91"
},
"performer": [
{
"display": "Mr PKB Test",
"reference": "Practitioner/b7746e7c-2976-4663-ac88-f252e1bce21d"
}
],
"text": {
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">O/E - blood pressure reading</div>",
"status": "generated"
}
},
"search": {
"mode": "match"
},
"fullUrl": "http://fhir-emis:9443/DiagnosticReport/8fc08a74-6cee-460a-8b63-a1e60b7e2760",
"link": [
{
"relation": "self",
"url": "http://fhir-emis:9443/DiagnosticReport/8fc08a74-6cee-460a-8b63-a1e60b7e2760"
}
]
}
]
} | {
"entry": [
{
"resource": {
"meta": {
"lastUpdated": "2024-06-20T10:40:02.842394Z",
"versionId": "43",
"extension": [
{
"url": "ex:createdAt",
"valueInstant": "2024-06-20T10:40:02.842394Z"
}
]
},
"resourceType": "DiagnosticReport",
"effectiveDateTime": "2023-08-18",
"status": "final",
"id": "35072aa7-b972-4d19-9dcc-5eb8a5e8cafb",
"code": {
"coding": [
{
"code": "166362002",
"system": "http://snomed.info/sct",
"display": "Serum TSH level (NHS Terminology LookUp)"
}
]
},
"identifier": [
{
"value": "cfaa000000000000",
"system": "Tpp"
}
],
"issued": "2023-08-18T00:00:00+00:00",
"subject": {
"reference": "Patient/c3727dcb-4845-4e07-b9aa-76ba80748de9"
},
"text": {
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Pathology - Serum TSH Level</div>",
"status": "generated"
}
},
"search": {
"mode": "match"
},
"fullUrl": "http://fhir-tpp:9443/DiagnosticReport/35072aa7-b972-4d19-9dcc-5eb8a5e8cafb",
"link": [
{
"relation": "self",
"url": "http://fhir-tpp:9443/DiagnosticReport/35072aa7-b972-4d19-9dcc-5eb8a5e8cafb"
}
]
}
]
} |
Immunisation
EMIS - Immunisation | TPP/SystmOne - Immunisation |
---|---|
{
"resource": {
"patient": {
"reference": "Patient/0861cf0f-9322-4762-8e02-856a59d86714"
},
"meta": {
"lastUpdated": "2024-10-30T14:43:42.479497Z",
"versionId": "122",
"extension": [
{
"url": "ex:createdAt",
"valueInstant": "2024-10-30T14:43:42.479497Z"
}
]
},
"encounter": {
"reference": "Encounter/5a672326-09c7-4d5c-8747-aa6f524fa996"
},
"vaccineCode": {
"coding": [
{
"code": "838471000006118",
"system": "http://snomed.info/sct",
"display": "Booster diphtheria, tetanus and acellular pertussis (DTaP) vaccination"
}
]
},
"resourceType": "Immunization",
"status": "completed",
"id": "85ffc6b3-3501-4a09-9860-b8fc07361363",
"identifier": [
{
"value": "20cbe8d2-f1f8-417e-b549-845eee81bad4",
"system": "Emis"
}
],
"occurrenceDateTime": "1991-09-07T12:23:00+01:00",
"performer": [
{
"actor": {
"display": "Mr PKB Test",
"reference": "Practitioner/b2ca4faa-f316-49db-9b72-3a2b2d567ae8"
}
}
],
"text": {
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Booster diphtheria, tetanus and acellular pertussis (DTaP) vaccination</div>",
"status": "generated"
}
},
"search": {
"mode": "match"
},
"fullUrl": "http://fhir-emis:9443/Immunization/85ffc6b3-3501-4a09-9860-b8fc07361363",
"link": [
{
"relation": "self",
"url": "http://fhir-emis:9443/Immunization/85ffc6b3-3501-4a09-9860-b8fc07361363"
}
]
} |
|
Document
Data model - Entity: Document
EMIS - Document | TPP/SystmOne - Document |
---|---|
|
|
, multiple selections available,
Related content
Creating FHIR Patients
Creating FHIR Patients
More like this
Extracting Data via Custom REST APIs
Extracting Data via Custom REST APIs
More like this
Aggregated: Examples
Aggregated: Examples
Read with this
Extract Observations
Extract Observations
More like this
Status query
Status query
Read with this
Patient Identifier and Demographic Retrieval
Patient Identifier and Demographic Retrieval
More like this