Notice: This guidance is under active development by NHS England and content may be added or updated on a regular basis.
PATH-R4-12: Bundle Example - Lipids Profile and Haemoglobin A1c (HbA1c) Report
- This is an example of a report that contains the results associated with a single test group and a single test.
- The tests were requested as part of the same “event” (i.e. by the same practitioner at the same time for the same subject).
- An instance of
ServiceRequestis required for the test group and a separate instance ofServiceRequestis required for the single test. - Each
ServiceRequestwithin a set of related requests uses a common identifier,ServiceRequest.requisition, to link them together. For further information, refer to the description of the UKCore-ServiceRequest-Lab profile. - In this example, the specimen (venous blood) was collected after the request was made. The specimen is linked to the request within the
BundleusingSpecimen.request.
The following is a simplified logical data model that illustrates the key references between the FHIR profiles in the example message bundle. To aid clarity, not all of the references are shown. For a detailed description of the relationships between the FHIR profiles, and how they may be used, refer to How to Construct Bundles.
</meta>
</identifier>
<MessageHeader>
<!-- TBC Review content of MessageHeader -->
</eventCoding>
<!-- TBC Update endpoint address -->
<!-- Requesting Organisation -->
</receiver>
</destination>
<!-- Performing Laboratory -->
</sender>
<!-- TBC Update endpoint address -->
</source>
<!-- DiagnosticReport -->
</focus>
</MessageHeader>
</resource>
</entry>
<Organization>
<!-- Performing Laboratory -->
</meta>
</identifier>
</address>
</Organization>
</resource>
</entry>
<Organization>
<!-- Requesting Organisation -->
</meta>
</identifier>
</address>
</Organization>
</resource>
</entry>
<Practitioner>
<!-- Requesting Practitioner -->
</meta>
</identifier>
</name>
</Practitioner>
</resource>
</entry>
<Patient>
</meta>
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus">
</coding>
</valueCodeableConcept>
</extension>
</identifier>
</name>
</address>
</Patient>
</resource>
</entry>
<ServiceRequest>
</meta>
</identifier>
</requisition>
<!-- From PaLM procedure reference set -->
</coding>
</code>
</subject>
</requester>
</performer>
</ServiceRequest>
</resource>
</entry>
<ServiceRequest>
</meta>
</identifier>
</requisition>
<!-- From PaLM procedure reference set -->
</coding>
</code>
</subject>
</requester>
</performer>
</ServiceRequest>
</resource>
</entry>
<DiagnosticReport>
</meta>
</identifier>
<!-- Serum lipid levels request -->
</basedOn>
<!-- HbA1c request -->
</basedOn>
</coding>
</category>
</coding>
</code>
</subject>
</performer>
</specimen>
<!-- Test group Observation for Serum lipid levels -->
</result>
<!-- Test result Observation for HbA1c level -->
</result>
</DiagnosticReport>
</resource>
</entry>
<Specimen>
</meta>
</identifier>
</accessionIdentifier>
</coding>
</type>
</subject>
</request>
</collection>
</Specimen>
</resource>
</entry>
<Observation>
<!-- Test group Observation for Serum lipid levels -->
</meta>
</extension>
</identifier>
</coding>
</category>
<!-- From PaLM procedure reference set -->
</coding>
</code>
</subject>
</performer>
<!-- Cholesterol substance concentration in serum -->
</hasMember>
<!-- HDL (high density lipoprotein) cholesterol substance concentration in serum -->
</hasMember>
<!-- Serum cholesterol/high density lipoprotein ratio -->
</hasMember>
<!-- Non-HDL (high density lipoprotein) cholesterol molar concentration in serum -->
</hasMember>
</Observation>
</resource>
</entry>
<Observation>
<!-- Cholesterol substance concentration in serum -->
</meta>
</identifier>
</coding>
</category>
<!-- Equivalent codes from the PBCL and PaLM SNOMED CT reference sets are used in this example. -->
<!-- In practice, it is likely that only a code from one reference set will be carried. -->
<!-- From PBCL observable entity reference set -->
</extension>
</coding>
<!-- From PaLM observable entity reference set -->
<valueUri value="https://fhir.hl7.org.uk/ValueSet/UKCore-PathologyAndLaboratoryMedicineObservables" />
</extension>
</coding>
</code>
</subject>
</performer>
</valueQuantity>
</specimen>
</Observation>
</resource>
</entry>
<Observation>
<!-- HDL (high density lipoprotein) cholesterol substance concentration in serum -->
</meta>
</identifier>
</coding>
</category>
<!-- Equivalent codes from the PBCL and PaLM SNOMED CT reference sets are used in this example. -->
<!-- In practice, it is likely that only a code from one reference set will be carried. -->
<!-- From PBCL observable entity reference set -->
</extension>
</coding>
<!-- From PaLM observable entity reference set -->
<valueUri value="https://fhir.hl7.org.uk/ValueSet/UKCore-PathologyAndLaboratoryMedicineObservables" />
</extension>
</coding>
</code>
</subject>
</performer>
</valueQuantity>
</specimen>
</Observation>
</resource>
</entry>
<Observation>
<!-- Serum cholesterol/high density lipoprotein ratio -->
</meta>
</identifier>
</coding>
</category>
<!-- Equivalent codes from the PBCL and PaLM SNOMED CT reference sets are used in this example. -->
<!-- In practice, it is likely that only a code from one reference set will be carried. -->
<!-- From PBCL observable entity reference set -->
</extension>
</coding>
<!-- From PaLM observable entity reference set -->
<valueUri value="https://fhir.hl7.org.uk/ValueSet/UKCore-PathologyAndLaboratoryMedicineObservables" />
</extension>
</coding>
</code>
</subject>
</performer>
</valueQuantity>
</specimen>
</Observation>
</resource>
</entry>
<Observation>
<!-- Non-HDL (high density lipoprotein) cholesterol molar concentration in serum -->
</meta>
</identifier>
</coding>
</category>
<!-- Equivalent codes from the PBCL and PaLM SNOMED CT reference sets are used in this example. -->
<!-- In practice, it is likely that only a code from one reference set will be carried. -->
<!-- From PBCL observable entity reference set -->
</extension>
</coding>
<!-- From PaLM observable entity reference set -->
<valueUri value="https://fhir.hl7.org.uk/ValueSet/UKCore-PathologyAndLaboratoryMedicineObservables" />
</extension>
</coding>
</code>
</subject>
</performer>
</valueQuantity>
</specimen>
</Observation>
</resource>
</entry>
<Observation>
<!-- Haemoglobin A1c level - International Federation of Clinical Chemistry and Laboratory Medicine standardised -->
</meta>
</identifier>
</coding>
</category>
<!-- From PBCL and PaLM observable entity reference sets -->
<display value="Haemoglobin A1c level - International Federation of Clinical Chemistry and Laboratory Medicine standardised" />
</coding>
</code>
</subject>
</performer>
</valueQuantity>
</specimen>
</Observation>
</resource>
</entry>
</Bundle>
{
},
},
{
},
{
}
}
],
},
},
],
}
},
{
},
],
{
"PATHOLOGY LAB",
"7-8 WELLINGTON PLACE"
],
}
]
}
},
{
},
],
{
"SOUTHGATE"
],
}
]
}
},
{
},
],
]
}
},
{
},
{
{
{
}
]
}
}
],
}
],
],
{
}
]
}
},
{
},
{
}
],
},
{
}
]
},
},
},
{
}
]
}
},
{
},
{
}
],
},
{
}
]
},
},
},
{
}
]
}
},
{
},
],
{
},
{
}
],
{
{
}
]
}
],
]
},
},
{
}
],
],
{
},
{
}
]
}
},
{
},
{
}
],
},
]
},
},
],
}
}
},
{
},
{
}
],
{
}
],
{
{
}
]
}
],
{
}
]
},
},
{
}
],
{
},
{
},
{
},
{
}
]
}
},
{
},
{
}
],
{
{
}
]
}
],
{
{
}
],
},
{
{
}
],
}
]
},
},
{
}
],
},
}
}
},
{
},
{
}
],
{
{
}
]
}
],
{
{
}
],
},
{
{
}
],
}
]
},
},
{
}
],
},
}
}
},
{
},
{
}
],
{
{
}
]
}
],
{
{
}
],
},
{
{
}
],
}
]
},
},
{
}
],
},
}
}
},
{
},
{
}
],
{
{
}
]
}
],
{
{
}
],
},
{
{
}
],
}
]
},
},
{
}
],
},
}
}
},
{
},
{
}
],
{
{
}
]
}
],
{
"display": "Haemoglobin A1c level - International Federation of Clinical Chemistry and Laboratory Medicine standardised"
}
]
},
},
{
}
],
},
}
}
}
]
}
| Bundle |
| id : Pathology-Bundle-Lipids-HbA1c-Report-Example |
| meta |
| lastUpdated : 2022-07-06T10:49:00+00:00 |
| identifier |
| system : https://tools.ietf.org/html/rfc4122 |
| value : d8d2d20e-8c44-466d-8640-7a516db7cd27 |
| type : message |
| entry |
| fullUrl : urn:uuid:f18a2226-c0ab-480d-b80a-b6561fe8f9c4 |
| resource |
| id : f18a2226-c0ab-480d-b80a-b6561fe8f9c4 |
| event |
| system : http://snomed.info/sct |
| code : 371528001 |
| display : Pathology report |
| destination |
| name : PICKERING MEDICAL PRACTICE |
| endpoint : TBC |
| receiver |
| reference : urn:uuid:3c43b5b3-06d6-445f-ae9a-48d5f05df434 |
| sender |
| reference : urn:uuid:8a6d85b8-9837-4fed-a257-4cf207988338 |
| source |
| endpoint : TBC |
| focus |
| reference : urn:uuid:35d46ca1-f253-4c97-b7ee-fb5fccdf6c20 |
| definition : https://fhir.nhs.uk/England/MessageDefinition/England-Pathology-Report |
| entry |
| fullUrl : urn:uuid:8a6d85b8-9837-4fed-a257-4cf207988338 |
| resource |
| id : 8a6d85b8-9837-4fed-a257-4cf207988338 |
| meta |
| profile : https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization |
| identifier |
| system : https://fhir.nhs.uk/Id/ods-organization-code |
| value : Y8J7D |
| name : TD008362 PATH LAB 001 |
| address |
| line : PATHOLOGY LAB |
| line : 7-8 WELLINGTON PLACE |
| city : LEEDS |
| district : WEST YORKSHIRE |
| postalCode : LS1 4AP |
| entry |
| fullUrl : urn:uuid:3c43b5b3-06d6-445f-ae9a-48d5f05df434 |
| resource |
| id : 3c43b5b3-06d6-445f-ae9a-48d5f05df434 |
| meta |
| profile : https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization |
| identifier |
| system : https://fhir.nhs.uk/Id/ods-organization-code |
| value : B82033 |
| name : PICKERING MEDICAL PRACTICE |
| address |
| line : SOUTHGATE |
| city : PICKERING |
| district : NORTH YORKSHIRE |
| postalCode : YO18 8BL |
| entry |
| fullUrl : urn:uuid:9a835acf-d715-4d84-8dcf-a8435f6417fe |
| resource |
| id : 9a835acf-d715-4d84-8dcf-a8435f6417fe |
| meta |
| profile : https://fhir.hl7.org.uk/StructureDefinition/UKCore-Practitioner |
| identifier |
| system : https://fhir.hl7.org.uk/Id/gmc-number |
| value : C1008215 |
| name |
| use : official |
| family : GASKELL |
| given : Gale |
| prefix : Dr |
| entry |
| fullUrl : urn:uuid:ab87a3f8-1d37-44a9-804e-5e962598a6e4 |
| resource |
| id : ab87a3f8-1d37-44a9-804e-5e962598a6e4 |
| meta |
| profile : https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient |
| identifier |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus |
| value |
| coding |
| system : https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland |
| code : 01 |
| display : Number present and verified |
| system : https://fhir.nhs.uk/Id/nhs-number |
| value : 9727710638 |
| name |
| use : official |
| family : WELSH |
| given : Joel |
| gender : male |
| birthDate : 1972-08-23 |
| address |
| line : ACONBURY |
| line : LARPOOL DRIVE |
| district : NORTH YORKSHIRE |
| postalCode : YO22 4ND |
| entry |
| fullUrl : urn:uuid:1c38d507-9ad7-4b49-ba91-7da204842cac |
| resource |
| id : 1c38d507-9ad7-4b49-ba91-7da204842cac |
| meta |
| profile : https://fhir.hl7.org.uk/StructureDefinition/UKCore-ServiceRequest-Lab |
| identifier |
| system : http://B82033-pickeringmedicalpractice.com/labrequest |
| value : REQ-20220704-000027-001 |
| requisition |
| system : http://B82033-pickeringmedicalpractice.com/labrequest |
| value : REQ-20220704-000027 |
| status : active |
| intent : order |
| code |
| coding |
| system : http://snomed.info/sct |
| code : 271244005 |
| display : Measurement of serum lipid level |
| subject |
| reference : urn:uuid:ab87a3f8-1d37-44a9-804e-5e962598a6e4 |
| display : WELSH, Joel |
| authoredOn : 2022-07-04T11:05:00+00:00 |
| requester |
| reference : urn:uuid:9a835acf-d715-4d84-8dcf-a8435f6417fe |
| display : GASKELL, Dr Gale |
| performer |
| reference : urn:uuid:8a6d85b8-9837-4fed-a257-4cf207988338 |
| display : TD008362 PATH LAB 001 |
| entry |
| fullUrl : urn:uuid:8660ef6a-65ef-408f-92ce-b4d6d03d783c |
| resource |
| id : 8660ef6a-65ef-408f-92ce-b4d6d03d783c |
| meta |
| profile : https://fhir.hl7.org.uk/StructureDefinition/UKCore-ServiceRequest-Lab |
| identifier |
| system : http://B82033-pickeringmedicalpractice.com/labrequest |
| value : REQ-20220704-000027-002 |
| requisition |
| system : http://B82033-pickeringmedicalpractice.com/labrequest |
| value : REQ-20220704-000027 |
| status : active |
| intent : order |
| code |
| coding |
| system : http://snomed.info/sct |
| code : 43396009 |
| display : Haemoglobin A1c measurement |
| subject |
| reference : urn:uuid:ab87a3f8-1d37-44a9-804e-5e962598a6e4 |
| display : WELSH, Joel |
| authoredOn : 2022-07-04T11:05:00+00:00 |
| requester |
| reference : urn:uuid:9a835acf-d715-4d84-8dcf-a8435f6417fe |
| display : GASKELL, Dr Gale |
| performer |
| reference : urn:uuid:8a6d85b8-9837-4fed-a257-4cf207988338 |
| display : TD008362 PATH LAB 001 |
| entry |
| fullUrl : urn:uuid:35d46ca1-f253-4c97-b7ee-fb5fccdf6c20 |
| resource |
| id : 35d46ca1-f253-4c97-b7ee-fb5fccdf6c20 |
| meta |
| profile : https://fhir.hl7.org.uk/StructureDefinition/UKCore-DiagnosticReport-Lab |
| identifier |
| system : http://Y8J7D-pathlab001.com/report |
| value : REP-20220706-002378 |
| basedOn |
| reference : urn:uuid:1c38d507-9ad7-4b49-ba91-7da204842cac |
| basedOn |
| reference : urn:uuid:8660ef6a-65ef-408f-92ce-b4d6d03d783c |
| status : final |
| category |
| coding |
| system : http://terminology.hl7.org/CodeSystem/v2-0074 |
| code : LAB |
| display : Laboratory |
| code |
| coding |
| system : http://snomed.info/sct |
| code : 721981007 |
| display : Diagnostic studies report |
| subject |
| reference : urn:uuid:ab87a3f8-1d37-44a9-804e-5e962598a6e4 |
| display : WELSH, Joel |
| issued : 2022-07-06T10:49:00+00:00 |
| performer |
| reference : urn:uuid:8a6d85b8-9837-4fed-a257-4cf207988338 |
| display : TD008362 PATH LAB 001 |
| specimen |
| reference : urn:uuid:bab0eaec-1ec5-4598-b660-90bb38a1030d |
| result |
| reference : urn:uuid:4e4410fd-27d3-413e-901a-380caa78b411 |
| result |
| reference : urn:uuid:efa161d2-5fe4-4c8c-8b0e-cc268c70be4f |
| entry |
| fullUrl : urn:uuid:bab0eaec-1ec5-4598-b660-90bb38a1030d |
| resource |
| id : bab0eaec-1ec5-4598-b660-90bb38a1030d |
| meta |
| profile : https://fhir.hl7.org.uk/StructureDefinition/UKCore-Specimen |
| identifier |
| system : http://B82033-pickeringmedicalpractice.com/specimen |
| value : SPC-REQ-20220705-000004 |
| accessionIdentifier |
| system : http://Y8J7D-pathlab001.com/specimen |
| value : SPC-Lab-20220705-006215 |
| status : available |
| type |
| coding |
| system : http://snomed.info/sct |
| code : 122555007 |
| display : Venous blood specimen |
| subject |
| reference : urn:uuid:ab87a3f8-1d37-44a9-804e-5e962598a6e4 |
| display : WELSH, Joel |
| receivedTime : 2022-07-05T15:17:00+00:00 |
| request |
| reference : urn:uuid:1c38d507-9ad7-4b49-ba91-7da204842cac |
| collection |
| collected : 2022-07-05T08:52:00+00:00 |
| entry |
| fullUrl : urn:uuid:4e4410fd-27d3-413e-901a-380caa78b411 |
| resource |
| id : 4e4410fd-27d3-413e-901a-380caa78b411 |
| meta |
| profile : https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation-Lab |
| extension |
| url : http://hl7.org/fhir/6.0/StructureDefinition/extension-Observation.organizer |
| value : True |
| identifier |
| system : https://tools.ietf.org/html/rfc4122 |
| value : ee1a61c2-9a65-4dcb-ba83-fb25e3df6e72 |
| status : final |
| category |
| coding |
| system : http://terminology.hl7.org/CodeSystem/observation-category |
| code : laboratory |
| display : Laboratory |
| code |
| coding |
| system : http://snomed.info/sct |
| code : 271244005 |
| display : Measurement of serum lipid level |
| subject |
| reference : urn:uuid:ab87a3f8-1d37-44a9-804e-5e962598a6e4 |
| display : WELSH, Joel |
| issued : 2022-07-06T10:49:00+00:00 |
| performer |
| reference : urn:uuid:8a6d85b8-9837-4fed-a257-4cf207988338 |
| display : TD008362 PATH LAB 001 |
| hasMember |
| reference : urn:uuid:7038e91e-ec48-4e5c-9e1b-7d5111599410 |
| hasMember |
| reference : urn:uuid:d1249582-ac45-43a7-8254-dbb10acff635 |
| hasMember |
| reference : urn:uuid:417dd1ff-90ac-4553-9688-4f5a409eee48 |
| hasMember |
| reference : urn:uuid:d6015a3f-2521-40db-b1e0-16ee53a23767 |
| entry |
| fullUrl : urn:uuid:7038e91e-ec48-4e5c-9e1b-7d5111599410 |
| resource |
| id : 7038e91e-ec48-4e5c-9e1b-7d5111599410 |
| meta |
| profile : https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation-Lab |
| identifier |
| system : https://tools.ietf.org/html/rfc4122 |
| value : ec266e51-1144-445e-8e24-cb7aad39d52a |
| status : final |
| category |
| coding |
| system : http://terminology.hl7.org/CodeSystem/observation-category |
| code : laboratory |
| display : Laboratory |
| code |
| coding |
| extension |
| url : http://hl7.org/fhir/StructureDefinition/valueset-reference |
| value : https://fhir.hl7.org.uk/ValueSet/UKCore-PathologyBoundedCodeListObservables |
| system : http://snomed.info/sct |
| code : 1005671000000105 |
| display : Serum cholesterol level |
| coding |
| extension |
| url : http://hl7.org/fhir/StructureDefinition/valueset-reference |
| value : https://fhir.hl7.org.uk/ValueSet/UKCore-PathologyAndLaboratoryMedicineObservables |
| system : http://snomed.info/sct |
| code : 1106541000000101 |
| display : Cholesterol substance concentration in serum |
| subject |
| reference : urn:uuid:ab87a3f8-1d37-44a9-804e-5e962598a6e4 |
| display : WELSH, Joel |
| issued : 2022-07-06T10:49:00+00:00 |
| performer |
| reference : urn:uuid:8a6d85b8-9837-4fed-a257-4cf207988338 |
| display : TD008362 PATH LAB 001 |
| value |
| value : 6.1 |
| unit : mmol/L |
| system : http://unitsofmeasure.org |
| code : mmol/L |
| specimen |
| reference : urn:uuid:bab0eaec-1ec5-4598-b660-90bb38a1030d |
| entry |
| fullUrl : urn:uuid:d1249582-ac45-43a7-8254-dbb10acff635 |
| resource |
| id : d1249582-ac45-43a7-8254-dbb10acff635 |
| meta |
| profile : https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation-Lab |
| identifier |
| system : https://tools.ietf.org/html/rfc4122 |
| value : 4722ed7d-da71-46c4-88c5-6bea8a442efd |
| status : final |
| category |
| coding |
| system : http://terminology.hl7.org/CodeSystem/observation-category |
| code : laboratory |
| display : Laboratory |
| code |
| coding |
| extension |
| url : http://hl7.org/fhir/StructureDefinition/valueset-reference |
| value : https://fhir.hl7.org.uk/ValueSet/UKCore-PathologyBoundedCodeListObservables |
| system : http://snomed.info/sct |
| code : 1005681000000107 |
| display : Serum high density lipoprotein cholesterol level |
| coding |
| extension |
| url : http://hl7.org/fhir/StructureDefinition/valueset-reference |
| value : https://fhir.hl7.org.uk/ValueSet/UKCore-PathologyAndLaboratoryMedicineObservables |
| system : http://snomed.info/sct |
| code : 1107681000000108 |
| display : HDL (high density lipoprotein) cholesterol substance concentration in serum |
| subject |
| reference : urn:uuid:ab87a3f8-1d37-44a9-804e-5e962598a6e4 |
| display : WELSH, Joel |
| issued : 2022-07-06T10:49:00+00:00 |
| performer |
| reference : urn:uuid:8a6d85b8-9837-4fed-a257-4cf207988338 |
| display : TD008362 PATH LAB 001 |
| value |
| value : 1.44 |
| unit : mmol/L |
| system : http://unitsofmeasure.org |
| code : mmol/L |
| specimen |
| reference : urn:uuid:bab0eaec-1ec5-4598-b660-90bb38a1030d |
| entry |
| fullUrl : urn:uuid:417dd1ff-90ac-4553-9688-4f5a409eee48 |
| resource |
| id : 417dd1ff-90ac-4553-9688-4f5a409eee48 |
| meta |
| profile : https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation-Lab |
| identifier |
| system : https://tools.ietf.org/html/rfc4122 |
| value : 80b5e6d0-8b18-456e-b5a0-d4e986533655 |
| status : final |
| category |
| coding |
| system : http://terminology.hl7.org/CodeSystem/observation-category |
| code : laboratory |
| display : Laboratory |
| code |
| coding |
| extension |
| url : http://hl7.org/fhir/StructureDefinition/valueset-reference |
| value : https://fhir.hl7.org.uk/ValueSet/UKCore-PathologyBoundedCodeListObservables |
| system : http://snomed.info/sct |
| code : 1015681000000109 |
| display : Serum cholesterol/high density lipoprotein ratio |
| coding |
| extension |
| url : http://hl7.org/fhir/StructureDefinition/valueset-reference |
| value : https://fhir.hl7.org.uk/ValueSet/UKCore-PathologyAndLaboratoryMedicineObservables |
| system : http://snomed.info/sct |
| code : 1107741000000108 |
| display : HDL (high density lipoprotein) cholesterol/total cholesterol ratio in serum |
| subject |
| reference : urn:uuid:ab87a3f8-1d37-44a9-804e-5e962598a6e4 |
| display : WELSH, Joel |
| issued : 2022-07-06T10:49:00+00:00 |
| performer |
| reference : urn:uuid:8a6d85b8-9837-4fed-a257-4cf207988338 |
| display : TD008362 PATH LAB 001 |
| value |
| value : 4.2 |
| unit : 1/1 |
| specimen |
| reference : urn:uuid:bab0eaec-1ec5-4598-b660-90bb38a1030d |
| entry |
| fullUrl : urn:uuid:d6015a3f-2521-40db-b1e0-16ee53a23767 |
| resource |
| id : d6015a3f-2521-40db-b1e0-16ee53a23767 |
| meta |
| profile : https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation-Lab |
| identifier |
| system : https://tools.ietf.org/html/rfc4122 |
| value : f048744a-a3ad-4e07-b5a8-c5a332dd244e |
| status : final |
| category |
| coding |
| system : http://terminology.hl7.org/CodeSystem/observation-category |
| code : laboratory |
| display : Laboratory |
| code |
| coding |
| extension |
| url : http://hl7.org/fhir/StructureDefinition/valueset-reference |
| value : https://fhir.hl7.org.uk/ValueSet/UKCore-PathologyBoundedCodeListObservables |
| system : http://snomed.info/sct |
| code : 1006191000000106 |
| display : Serum non high density lipoprotein cholesterol level |
| coding |
| extension |
| url : http://hl7.org/fhir/StructureDefinition/valueset-reference |
| value : https://fhir.hl7.org.uk/ValueSet/UKCore-PathologyAndLaboratoryMedicineObservables |
| system : http://snomed.info/sct |
| code : 12021000237106 |
| display : Non-HDL (high density lipoprotein) cholesterol molar concentration in serum |
| subject |
| reference : urn:uuid:ab87a3f8-1d37-44a9-804e-5e962598a6e4 |
| display : WELSH, Joel |
| issued : 2022-07-06T10:49:00+00:00 |
| performer |
| reference : urn:uuid:8a6d85b8-9837-4fed-a257-4cf207988338 |
| display : TD008362 PATH LAB 001 |
| value |
| value : 4.7 |
| unit : mmol/L |
| system : http://unitsofmeasure.org |
| code : mmol/L |
| specimen |
| reference : urn:uuid:bab0eaec-1ec5-4598-b660-90bb38a1030d |
| entry |
| fullUrl : urn:uuid:efa161d2-5fe4-4c8c-8b0e-cc268c70be4f |
| resource |
| id : efa161d2-5fe4-4c8c-8b0e-cc268c70be4f |
| meta |
| profile : https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation-Lab |
| identifier |
| system : https://tools.ietf.org/html/rfc4122 |
| value : 92c27127-dfca-471b-9b89-0b6475f20c43 |
| status : final |
| category |
| coding |
| system : http://terminology.hl7.org/CodeSystem/observation-category |
| code : laboratory |
| display : Laboratory |
| code |
| coding |
| system : http://snomed.info/sct |
| code : 999791000000106 |
| display : Haemoglobin A1c level - International Federation of Clinical Chemistry and Laboratory Medicine standardised |
| subject |
| reference : urn:uuid:ab87a3f8-1d37-44a9-804e-5e962598a6e4 |
| display : WELSH, Joel |
| issued : 2022-01-30T12:48:00+00:00 |
| performer |
| reference : urn:uuid:8a6d85b8-9837-4fed-a257-4cf207988338 |
| display : TD008362 PATH LAB 001 |
| value |
| value : 38 |
| unit : mmol/mol |
| system : http://unitsofmeasure.org |
| code : mmol/mol |
| specimen |
| reference : urn:uuid:bab0eaec-1ec5-4598-b660-90bb38a1030d |
| Bundle.id[0] | Pathology-Bundle-Lipids-HbA1c-Report-Example |
| Bundle.meta[0].lastUpdated[0] | 2022-07-06T10:49:00+00:00 |
| Bundle.identifier[0].system[0] | https://tools.ietf.org/html/rfc4122 |
| Bundle.identifier[0].value[0] | d8d2d20e-8c44-466d-8640-7a516db7cd27 |
| Bundle.type[0] | message |
| Bundle.entry[0].fullUrl[0] | urn:uuid:f18a2226-c0ab-480d-b80a-b6561fe8f9c4 |
| Bundle.entry[0].resource[0].id[0] | f18a2226-c0ab-480d-b80a-b6561fe8f9c4 |
| Bundle.entry[0].resource[0].event[0].system[0] | http://snomed.info/sct |
| Bundle.entry[0].resource[0].event[0].code[0] | 371528001 |
| Bundle.entry[0].resource[0].event[0].display[0] | Pathology report |
| Bundle.entry[0].resource[0].destination[0].name[0] | PICKERING MEDICAL PRACTICE |
| Bundle.entry[0].resource[0].destination[0].endpoint[0] | TBC |
| Bundle.entry[0].resource[0].destination[0].receiver[0].reference[0] | urn:uuid:3c43b5b3-06d6-445f-ae9a-48d5f05df434 |
| Bundle.entry[0].resource[0].sender[0].reference[0] | urn:uuid:8a6d85b8-9837-4fed-a257-4cf207988338 |
| Bundle.entry[0].resource[0].source[0].endpoint[0] | TBC |
| Bundle.entry[0].resource[0].focus[0].reference[0] | urn:uuid:35d46ca1-f253-4c97-b7ee-fb5fccdf6c20 |
| Bundle.entry[0].resource[0].definition[0] | https://fhir.nhs.uk/England/MessageDefinition/England-Pathology-Report |
| Bundle.entry[1].fullUrl[0] | urn:uuid:8a6d85b8-9837-4fed-a257-4cf207988338 |
| Bundle.entry[1].resource[0].id[0] | 8a6d85b8-9837-4fed-a257-4cf207988338 |
| Bundle.entry[1].resource[0].meta[0].profile[0] | https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization |
| Bundle.entry[1].resource[0].identifier[0].system[0] | https://fhir.nhs.uk/Id/ods-organization-code |
| Bundle.entry[1].resource[0].identifier[0].value[0] | Y8J7D |
| Bundle.entry[1].resource[0].name[0] | TD008362 PATH LAB 001 |
| Bundle.entry[1].resource[0].address[0].line[0] | PATHOLOGY LAB |
| Bundle.entry[1].resource[0].address[0].line[1] | 7-8 WELLINGTON PLACE |
| Bundle.entry[1].resource[0].address[0].city[0] | LEEDS |
| Bundle.entry[1].resource[0].address[0].district[0] | WEST YORKSHIRE |
| Bundle.entry[1].resource[0].address[0].postalCode[0] | LS1 4AP |
| Bundle.entry[2].fullUrl[0] | urn:uuid:3c43b5b3-06d6-445f-ae9a-48d5f05df434 |
| Bundle.entry[2].resource[0].id[0] | 3c43b5b3-06d6-445f-ae9a-48d5f05df434 |
| Bundle.entry[2].resource[0].meta[0].profile[0] | https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization |
| Bundle.entry[2].resource[0].identifier[0].system[0] | https://fhir.nhs.uk/Id/ods-organization-code |
| Bundle.entry[2].resource[0].identifier[0].value[0] | B82033 |
| Bundle.entry[2].resource[0].name[0] | PICKERING MEDICAL PRACTICE |
| Bundle.entry[2].resource[0].address[0].line[0] | SOUTHGATE |
| Bundle.entry[2].resource[0].address[0].city[0] | PICKERING |
| Bundle.entry[2].resource[0].address[0].district[0] | NORTH YORKSHIRE |
| Bundle.entry[2].resource[0].address[0].postalCode[0] | YO18 8BL |
| Bundle.entry[3].fullUrl[0] | urn:uuid:9a835acf-d715-4d84-8dcf-a8435f6417fe |
| Bundle.entry[3].resource[0].id[0] | 9a835acf-d715-4d84-8dcf-a8435f6417fe |
| Bundle.entry[3].resource[0].meta[0].profile[0] | https://fhir.hl7.org.uk/StructureDefinition/UKCore-Practitioner |
| Bundle.entry[3].resource[0].identifier[0].system[0] | https://fhir.hl7.org.uk/Id/gmc-number |
| Bundle.entry[3].resource[0].identifier[0].value[0] | C1008215 |
| Bundle.entry[3].resource[0].name[0].use[0] | official |
| Bundle.entry[3].resource[0].name[0].family[0] | GASKELL |
| Bundle.entry[3].resource[0].name[0].given[0] | Gale |
| Bundle.entry[3].resource[0].name[0].prefix[0] | Dr |
| Bundle.entry[4].fullUrl[0] | urn:uuid:ab87a3f8-1d37-44a9-804e-5e962598a6e4 |
| Bundle.entry[4].resource[0].id[0] | ab87a3f8-1d37-44a9-804e-5e962598a6e4 |
| Bundle.entry[4].resource[0].meta[0].profile[0] | https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient |
| Bundle.entry[4].resource[0].identifier[0].extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus |
| Bundle.entry[4].resource[0].identifier[0].extension[0].value[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland |
| Bundle.entry[4].resource[0].identifier[0].extension[0].value[0].coding[0].code[0] | 01 |
| Bundle.entry[4].resource[0].identifier[0].extension[0].value[0].coding[0].display[0] | Number present and verified |
| Bundle.entry[4].resource[0].identifier[0].system[0] | https://fhir.nhs.uk/Id/nhs-number |
| Bundle.entry[4].resource[0].identifier[0].value[0] | 9727710638 |
| Bundle.entry[4].resource[0].name[0].use[0] | official |
| Bundle.entry[4].resource[0].name[0].family[0] | WELSH |
| Bundle.entry[4].resource[0].name[0].given[0] | Joel |
| Bundle.entry[4].resource[0].gender[0] | male |
| Bundle.entry[4].resource[0].birthDate[0] | 1972-08-23 |
| Bundle.entry[4].resource[0].address[0].line[0] | ACONBURY |
| Bundle.entry[4].resource[0].address[0].line[1] | LARPOOL DRIVE |
| Bundle.entry[4].resource[0].address[0].district[0] | NORTH YORKSHIRE |
| Bundle.entry[4].resource[0].address[0].postalCode[0] | YO22 4ND |
| Bundle.entry[5].fullUrl[0] | urn:uuid:1c38d507-9ad7-4b49-ba91-7da204842cac |
| Bundle.entry[5].resource[0].id[0] | 1c38d507-9ad7-4b49-ba91-7da204842cac |
| Bundle.entry[5].resource[0].meta[0].profile[0] | https://fhir.hl7.org.uk/StructureDefinition/UKCore-ServiceRequest-Lab |
| Bundle.entry[5].resource[0].identifier[0].system[0] | http://B82033-pickeringmedicalpractice.com/labrequest |
| Bundle.entry[5].resource[0].identifier[0].value[0] | REQ-20220704-000027-001 |
| Bundle.entry[5].resource[0].requisition[0].system[0] | http://B82033-pickeringmedicalpractice.com/labrequest |
| Bundle.entry[5].resource[0].requisition[0].value[0] | REQ-20220704-000027 |
| Bundle.entry[5].resource[0].status[0] | active |
| Bundle.entry[5].resource[0].intent[0] | order |
| Bundle.entry[5].resource[0].code[0].coding[0].system[0] | http://snomed.info/sct |
| Bundle.entry[5].resource[0].code[0].coding[0].code[0] | 271244005 |
| Bundle.entry[5].resource[0].code[0].coding[0].display[0] | Measurement of serum lipid level |
| Bundle.entry[5].resource[0].subject[0].reference[0] | urn:uuid:ab87a3f8-1d37-44a9-804e-5e962598a6e4 |
| Bundle.entry[5].resource[0].subject[0].display[0] | WELSH, Joel |
| Bundle.entry[5].resource[0].authoredOn[0] | 2022-07-04T11:05:00+00:00 |
| Bundle.entry[5].resource[0].requester[0].reference[0] | urn:uuid:9a835acf-d715-4d84-8dcf-a8435f6417fe |
| Bundle.entry[5].resource[0].requester[0].display[0] | GASKELL, Dr Gale |
| Bundle.entry[5].resource[0].performer[0].reference[0] | urn:uuid:8a6d85b8-9837-4fed-a257-4cf207988338 |
| Bundle.entry[5].resource[0].performer[0].display[0] | TD008362 PATH LAB 001 |
| Bundle.entry[6].fullUrl[0] | urn:uuid:8660ef6a-65ef-408f-92ce-b4d6d03d783c |
| Bundle.entry[6].resource[0].id[0] | 8660ef6a-65ef-408f-92ce-b4d6d03d783c |
| Bundle.entry[6].resource[0].meta[0].profile[0] | https://fhir.hl7.org.uk/StructureDefinition/UKCore-ServiceRequest-Lab |
| Bundle.entry[6].resource[0].identifier[0].system[0] | http://B82033-pickeringmedicalpractice.com/labrequest |
| Bundle.entry[6].resource[0].identifier[0].value[0] | REQ-20220704-000027-002 |
| Bundle.entry[6].resource[0].requisition[0].system[0] | http://B82033-pickeringmedicalpractice.com/labrequest |
| Bundle.entry[6].resource[0].requisition[0].value[0] | REQ-20220704-000027 |
| Bundle.entry[6].resource[0].status[0] | active |
| Bundle.entry[6].resource[0].intent[0] | order |
| Bundle.entry[6].resource[0].code[0].coding[0].system[0] | http://snomed.info/sct |
| Bundle.entry[6].resource[0].code[0].coding[0].code[0] | 43396009 |
| Bundle.entry[6].resource[0].code[0].coding[0].display[0] | Haemoglobin A1c measurement |
| Bundle.entry[6].resource[0].subject[0].reference[0] | urn:uuid:ab87a3f8-1d37-44a9-804e-5e962598a6e4 |
| Bundle.entry[6].resource[0].subject[0].display[0] | WELSH, Joel |
| Bundle.entry[6].resource[0].authoredOn[0] | 2022-07-04T11:05:00+00:00 |
| Bundle.entry[6].resource[0].requester[0].reference[0] | urn:uuid:9a835acf-d715-4d84-8dcf-a8435f6417fe |
| Bundle.entry[6].resource[0].requester[0].display[0] | GASKELL, Dr Gale |
| Bundle.entry[6].resource[0].performer[0].reference[0] | urn:uuid:8a6d85b8-9837-4fed-a257-4cf207988338 |
| Bundle.entry[6].resource[0].performer[0].display[0] | TD008362 PATH LAB 001 |
| Bundle.entry[7].fullUrl[0] | urn:uuid:35d46ca1-f253-4c97-b7ee-fb5fccdf6c20 |
| Bundle.entry[7].resource[0].id[0] | 35d46ca1-f253-4c97-b7ee-fb5fccdf6c20 |
| Bundle.entry[7].resource[0].meta[0].profile[0] | https://fhir.hl7.org.uk/StructureDefinition/UKCore-DiagnosticReport-Lab |
| Bundle.entry[7].resource[0].identifier[0].system[0] | http://Y8J7D-pathlab001.com/report |
| Bundle.entry[7].resource[0].identifier[0].value[0] | REP-20220706-002378 |
| Bundle.entry[7].resource[0].basedOn[0].reference[0] | urn:uuid:1c38d507-9ad7-4b49-ba91-7da204842cac |
| Bundle.entry[7].resource[0].basedOn[1].reference[0] | urn:uuid:8660ef6a-65ef-408f-92ce-b4d6d03d783c |
| Bundle.entry[7].resource[0].status[0] | final |
| Bundle.entry[7].resource[0].category[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/v2-0074 |
| Bundle.entry[7].resource[0].category[0].coding[0].code[0] | LAB |
| Bundle.entry[7].resource[0].category[0].coding[0].display[0] | Laboratory |
| Bundle.entry[7].resource[0].code[0].coding[0].system[0] | http://snomed.info/sct |
| Bundle.entry[7].resource[0].code[0].coding[0].code[0] | 721981007 |
| Bundle.entry[7].resource[0].code[0].coding[0].display[0] | Diagnostic studies report |
| Bundle.entry[7].resource[0].subject[0].reference[0] | urn:uuid:ab87a3f8-1d37-44a9-804e-5e962598a6e4 |
| Bundle.entry[7].resource[0].subject[0].display[0] | WELSH, Joel |
| Bundle.entry[7].resource[0].issued[0] | 2022-07-06T10:49:00+00:00 |
| Bundle.entry[7].resource[0].performer[0].reference[0] | urn:uuid:8a6d85b8-9837-4fed-a257-4cf207988338 |
| Bundle.entry[7].resource[0].performer[0].display[0] | TD008362 PATH LAB 001 |
| Bundle.entry[7].resource[0].specimen[0].reference[0] | urn:uuid:bab0eaec-1ec5-4598-b660-90bb38a1030d |
| Bundle.entry[7].resource[0].result[0].reference[0] | urn:uuid:4e4410fd-27d3-413e-901a-380caa78b411 |
| Bundle.entry[7].resource[0].result[1].reference[0] | urn:uuid:efa161d2-5fe4-4c8c-8b0e-cc268c70be4f |
| Bundle.entry[8].fullUrl[0] | urn:uuid:bab0eaec-1ec5-4598-b660-90bb38a1030d |
| Bundle.entry[8].resource[0].id[0] | bab0eaec-1ec5-4598-b660-90bb38a1030d |
| Bundle.entry[8].resource[0].meta[0].profile[0] | https://fhir.hl7.org.uk/StructureDefinition/UKCore-Specimen |
| Bundle.entry[8].resource[0].identifier[0].system[0] | http://B82033-pickeringmedicalpractice.com/specimen |
| Bundle.entry[8].resource[0].identifier[0].value[0] | SPC-REQ-20220705-000004 |
| Bundle.entry[8].resource[0].accessionIdentifier[0].system[0] | http://Y8J7D-pathlab001.com/specimen |
| Bundle.entry[8].resource[0].accessionIdentifier[0].value[0] | SPC-Lab-20220705-006215 |
| Bundle.entry[8].resource[0].status[0] | available |
| Bundle.entry[8].resource[0].type[0].coding[0].system[0] | http://snomed.info/sct |
| Bundle.entry[8].resource[0].type[0].coding[0].code[0] | 122555007 |
| Bundle.entry[8].resource[0].type[0].coding[0].display[0] | Venous blood specimen |
| Bundle.entry[8].resource[0].subject[0].reference[0] | urn:uuid:ab87a3f8-1d37-44a9-804e-5e962598a6e4 |
| Bundle.entry[8].resource[0].subject[0].display[0] | WELSH, Joel |
| Bundle.entry[8].resource[0].receivedTime[0] | 2022-07-05T15:17:00+00:00 |
| Bundle.entry[8].resource[0].request[0].reference[0] | urn:uuid:1c38d507-9ad7-4b49-ba91-7da204842cac |
| Bundle.entry[8].resource[0].collection[0].collected[0] | 2022-07-05T08:52:00+00:00 |
| Bundle.entry[9].fullUrl[0] | urn:uuid:4e4410fd-27d3-413e-901a-380caa78b411 |
| Bundle.entry[9].resource[0].id[0] | 4e4410fd-27d3-413e-901a-380caa78b411 |
| Bundle.entry[9].resource[0].meta[0].profile[0] | https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation-Lab |
| Bundle.entry[9].resource[0].extension[0].url[0] | http://hl7.org/fhir/6.0/StructureDefinition/extension-Observation.organizer |
| Bundle.entry[9].resource[0].extension[0].value[0] | True |
| Bundle.entry[9].resource[0].identifier[0].system[0] | https://tools.ietf.org/html/rfc4122 |
| Bundle.entry[9].resource[0].identifier[0].value[0] | ee1a61c2-9a65-4dcb-ba83-fb25e3df6e72 |
| Bundle.entry[9].resource[0].status[0] | final |
| Bundle.entry[9].resource[0].category[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/observation-category |
| Bundle.entry[9].resource[0].category[0].coding[0].code[0] | laboratory |
| Bundle.entry[9].resource[0].category[0].coding[0].display[0] | Laboratory |
| Bundle.entry[9].resource[0].code[0].coding[0].system[0] | http://snomed.info/sct |
| Bundle.entry[9].resource[0].code[0].coding[0].code[0] | 271244005 |
| Bundle.entry[9].resource[0].code[0].coding[0].display[0] | Measurement of serum lipid level |
| Bundle.entry[9].resource[0].subject[0].reference[0] | urn:uuid:ab87a3f8-1d37-44a9-804e-5e962598a6e4 |
| Bundle.entry[9].resource[0].subject[0].display[0] | WELSH, Joel |
| Bundle.entry[9].resource[0].issued[0] | 2022-07-06T10:49:00+00:00 |
| Bundle.entry[9].resource[0].performer[0].reference[0] | urn:uuid:8a6d85b8-9837-4fed-a257-4cf207988338 |
| Bundle.entry[9].resource[0].performer[0].display[0] | TD008362 PATH LAB 001 |
| Bundle.entry[9].resource[0].hasMember[0].reference[0] | urn:uuid:7038e91e-ec48-4e5c-9e1b-7d5111599410 |
| Bundle.entry[9].resource[0].hasMember[1].reference[0] | urn:uuid:d1249582-ac45-43a7-8254-dbb10acff635 |
| Bundle.entry[9].resource[0].hasMember[2].reference[0] | urn:uuid:417dd1ff-90ac-4553-9688-4f5a409eee48 |
| Bundle.entry[9].resource[0].hasMember[3].reference[0] | urn:uuid:d6015a3f-2521-40db-b1e0-16ee53a23767 |
| Bundle.entry[10].fullUrl[0] | urn:uuid:7038e91e-ec48-4e5c-9e1b-7d5111599410 |
| Bundle.entry[10].resource[0].id[0] | 7038e91e-ec48-4e5c-9e1b-7d5111599410 |
| Bundle.entry[10].resource[0].meta[0].profile[0] | https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation-Lab |
| Bundle.entry[10].resource[0].identifier[0].system[0] | https://tools.ietf.org/html/rfc4122 |
| Bundle.entry[10].resource[0].identifier[0].value[0] | ec266e51-1144-445e-8e24-cb7aad39d52a |
| Bundle.entry[10].resource[0].status[0] | final |
| Bundle.entry[10].resource[0].category[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/observation-category |
| Bundle.entry[10].resource[0].category[0].coding[0].code[0] | laboratory |
| Bundle.entry[10].resource[0].category[0].coding[0].display[0] | Laboratory |
| Bundle.entry[10].resource[0].code[0].coding[0].extension[0].url[0] | http://hl7.org/fhir/StructureDefinition/valueset-reference |
| Bundle.entry[10].resource[0].code[0].coding[0].extension[0].value[0] | https://fhir.hl7.org.uk/ValueSet/UKCore-PathologyBoundedCodeListObservables |
| Bundle.entry[10].resource[0].code[0].coding[0].system[0] | http://snomed.info/sct |
| Bundle.entry[10].resource[0].code[0].coding[0].code[0] | 1005671000000105 |
| Bundle.entry[10].resource[0].code[0].coding[0].display[0] | Serum cholesterol level |
| Bundle.entry[10].resource[0].code[0].coding[1].extension[0].url[0] | http://hl7.org/fhir/StructureDefinition/valueset-reference |
| Bundle.entry[10].resource[0].code[0].coding[1].extension[0].value[0] | https://fhir.hl7.org.uk/ValueSet/UKCore-PathologyAndLaboratoryMedicineObservables |
| Bundle.entry[10].resource[0].code[0].coding[1].system[0] | http://snomed.info/sct |
| Bundle.entry[10].resource[0].code[0].coding[1].code[0] | 1106541000000101 |
| Bundle.entry[10].resource[0].code[0].coding[1].display[0] | Cholesterol substance concentration in serum |
| Bundle.entry[10].resource[0].subject[0].reference[0] | urn:uuid:ab87a3f8-1d37-44a9-804e-5e962598a6e4 |
| Bundle.entry[10].resource[0].subject[0].display[0] | WELSH, Joel |
| Bundle.entry[10].resource[0].issued[0] | 2022-07-06T10:49:00+00:00 |
| Bundle.entry[10].resource[0].performer[0].reference[0] | urn:uuid:8a6d85b8-9837-4fed-a257-4cf207988338 |
| Bundle.entry[10].resource[0].performer[0].display[0] | TD008362 PATH LAB 001 |
| Bundle.entry[10].resource[0].value[0].value[0] | 6.1 |
| Bundle.entry[10].resource[0].value[0].unit[0] | mmol/L |
| Bundle.entry[10].resource[0].value[0].system[0] | http://unitsofmeasure.org |
| Bundle.entry[10].resource[0].value[0].code[0] | mmol/L |
| Bundle.entry[10].resource[0].specimen[0].reference[0] | urn:uuid:bab0eaec-1ec5-4598-b660-90bb38a1030d |
| Bundle.entry[11].fullUrl[0] | urn:uuid:d1249582-ac45-43a7-8254-dbb10acff635 |
| Bundle.entry[11].resource[0].id[0] | d1249582-ac45-43a7-8254-dbb10acff635 |
| Bundle.entry[11].resource[0].meta[0].profile[0] | https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation-Lab |
| Bundle.entry[11].resource[0].identifier[0].system[0] | https://tools.ietf.org/html/rfc4122 |
| Bundle.entry[11].resource[0].identifier[0].value[0] | 4722ed7d-da71-46c4-88c5-6bea8a442efd |
| Bundle.entry[11].resource[0].status[0] | final |
| Bundle.entry[11].resource[0].category[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/observation-category |
| Bundle.entry[11].resource[0].category[0].coding[0].code[0] | laboratory |
| Bundle.entry[11].resource[0].category[0].coding[0].display[0] | Laboratory |
| Bundle.entry[11].resource[0].code[0].coding[0].extension[0].url[0] | http://hl7.org/fhir/StructureDefinition/valueset-reference |
| Bundle.entry[11].resource[0].code[0].coding[0].extension[0].value[0] | https://fhir.hl7.org.uk/ValueSet/UKCore-PathologyBoundedCodeListObservables |
| Bundle.entry[11].resource[0].code[0].coding[0].system[0] | http://snomed.info/sct |
| Bundle.entry[11].resource[0].code[0].coding[0].code[0] | 1005681000000107 |
| Bundle.entry[11].resource[0].code[0].coding[0].display[0] | Serum high density lipoprotein cholesterol level |
| Bundle.entry[11].resource[0].code[0].coding[1].extension[0].url[0] | http://hl7.org/fhir/StructureDefinition/valueset-reference |
| Bundle.entry[11].resource[0].code[0].coding[1].extension[0].value[0] | https://fhir.hl7.org.uk/ValueSet/UKCore-PathologyAndLaboratoryMedicineObservables |
| Bundle.entry[11].resource[0].code[0].coding[1].system[0] | http://snomed.info/sct |
| Bundle.entry[11].resource[0].code[0].coding[1].code[0] | 1107681000000108 |
| Bundle.entry[11].resource[0].code[0].coding[1].display[0] | HDL (high density lipoprotein) cholesterol substance concentration in serum |
| Bundle.entry[11].resource[0].subject[0].reference[0] | urn:uuid:ab87a3f8-1d37-44a9-804e-5e962598a6e4 |
| Bundle.entry[11].resource[0].subject[0].display[0] | WELSH, Joel |
| Bundle.entry[11].resource[0].issued[0] | 2022-07-06T10:49:00+00:00 |
| Bundle.entry[11].resource[0].performer[0].reference[0] | urn:uuid:8a6d85b8-9837-4fed-a257-4cf207988338 |
| Bundle.entry[11].resource[0].performer[0].display[0] | TD008362 PATH LAB 001 |
| Bundle.entry[11].resource[0].value[0].value[0] | 1.44 |
| Bundle.entry[11].resource[0].value[0].unit[0] | mmol/L |
| Bundle.entry[11].resource[0].value[0].system[0] | http://unitsofmeasure.org |
| Bundle.entry[11].resource[0].value[0].code[0] | mmol/L |
| Bundle.entry[11].resource[0].specimen[0].reference[0] | urn:uuid:bab0eaec-1ec5-4598-b660-90bb38a1030d |
| Bundle.entry[12].fullUrl[0] | urn:uuid:417dd1ff-90ac-4553-9688-4f5a409eee48 |
| Bundle.entry[12].resource[0].id[0] | 417dd1ff-90ac-4553-9688-4f5a409eee48 |
| Bundle.entry[12].resource[0].meta[0].profile[0] | https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation-Lab |
| Bundle.entry[12].resource[0].identifier[0].system[0] | https://tools.ietf.org/html/rfc4122 |
| Bundle.entry[12].resource[0].identifier[0].value[0] | 80b5e6d0-8b18-456e-b5a0-d4e986533655 |
| Bundle.entry[12].resource[0].status[0] | final |
| Bundle.entry[12].resource[0].category[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/observation-category |
| Bundle.entry[12].resource[0].category[0].coding[0].code[0] | laboratory |
| Bundle.entry[12].resource[0].category[0].coding[0].display[0] | Laboratory |
| Bundle.entry[12].resource[0].code[0].coding[0].extension[0].url[0] | http://hl7.org/fhir/StructureDefinition/valueset-reference |
| Bundle.entry[12].resource[0].code[0].coding[0].extension[0].value[0] | https://fhir.hl7.org.uk/ValueSet/UKCore-PathologyBoundedCodeListObservables |
| Bundle.entry[12].resource[0].code[0].coding[0].system[0] | http://snomed.info/sct |
| Bundle.entry[12].resource[0].code[0].coding[0].code[0] | 1015681000000109 |
| Bundle.entry[12].resource[0].code[0].coding[0].display[0] | Serum cholesterol/high density lipoprotein ratio |
| Bundle.entry[12].resource[0].code[0].coding[1].extension[0].url[0] | http://hl7.org/fhir/StructureDefinition/valueset-reference |
| Bundle.entry[12].resource[0].code[0].coding[1].extension[0].value[0] | https://fhir.hl7.org.uk/ValueSet/UKCore-PathologyAndLaboratoryMedicineObservables |
| Bundle.entry[12].resource[0].code[0].coding[1].system[0] | http://snomed.info/sct |
| Bundle.entry[12].resource[0].code[0].coding[1].code[0] | 1107741000000108 |
| Bundle.entry[12].resource[0].code[0].coding[1].display[0] | HDL (high density lipoprotein) cholesterol/total cholesterol ratio in serum |
| Bundle.entry[12].resource[0].subject[0].reference[0] | urn:uuid:ab87a3f8-1d37-44a9-804e-5e962598a6e4 |
| Bundle.entry[12].resource[0].subject[0].display[0] | WELSH, Joel |
| Bundle.entry[12].resource[0].issued[0] | 2022-07-06T10:49:00+00:00 |
| Bundle.entry[12].resource[0].performer[0].reference[0] | urn:uuid:8a6d85b8-9837-4fed-a257-4cf207988338 |
| Bundle.entry[12].resource[0].performer[0].display[0] | TD008362 PATH LAB 001 |
| Bundle.entry[12].resource[0].value[0].value[0] | 4.2 |
| Bundle.entry[12].resource[0].value[0].unit[0] | 1/1 |
| Bundle.entry[12].resource[0].specimen[0].reference[0] | urn:uuid:bab0eaec-1ec5-4598-b660-90bb38a1030d |
| Bundle.entry[13].fullUrl[0] | urn:uuid:d6015a3f-2521-40db-b1e0-16ee53a23767 |
| Bundle.entry[13].resource[0].id[0] | d6015a3f-2521-40db-b1e0-16ee53a23767 |
| Bundle.entry[13].resource[0].meta[0].profile[0] | https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation-Lab |
| Bundle.entry[13].resource[0].identifier[0].system[0] | https://tools.ietf.org/html/rfc4122 |
| Bundle.entry[13].resource[0].identifier[0].value[0] | f048744a-a3ad-4e07-b5a8-c5a332dd244e |
| Bundle.entry[13].resource[0].status[0] | final |
| Bundle.entry[13].resource[0].category[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/observation-category |
| Bundle.entry[13].resource[0].category[0].coding[0].code[0] | laboratory |
| Bundle.entry[13].resource[0].category[0].coding[0].display[0] | Laboratory |
| Bundle.entry[13].resource[0].code[0].coding[0].extension[0].url[0] | http://hl7.org/fhir/StructureDefinition/valueset-reference |
| Bundle.entry[13].resource[0].code[0].coding[0].extension[0].value[0] | https://fhir.hl7.org.uk/ValueSet/UKCore-PathologyBoundedCodeListObservables |
| Bundle.entry[13].resource[0].code[0].coding[0].system[0] | http://snomed.info/sct |
| Bundle.entry[13].resource[0].code[0].coding[0].code[0] | 1006191000000106 |
| Bundle.entry[13].resource[0].code[0].coding[0].display[0] | Serum non high density lipoprotein cholesterol level |
| Bundle.entry[13].resource[0].code[0].coding[1].extension[0].url[0] | http://hl7.org/fhir/StructureDefinition/valueset-reference |
| Bundle.entry[13].resource[0].code[0].coding[1].extension[0].value[0] | https://fhir.hl7.org.uk/ValueSet/UKCore-PathologyAndLaboratoryMedicineObservables |
| Bundle.entry[13].resource[0].code[0].coding[1].system[0] | http://snomed.info/sct |
| Bundle.entry[13].resource[0].code[0].coding[1].code[0] | 12021000237106 |
| Bundle.entry[13].resource[0].code[0].coding[1].display[0] | Non-HDL (high density lipoprotein) cholesterol molar concentration in serum |
| Bundle.entry[13].resource[0].subject[0].reference[0] | urn:uuid:ab87a3f8-1d37-44a9-804e-5e962598a6e4 |
| Bundle.entry[13].resource[0].subject[0].display[0] | WELSH, Joel |
| Bundle.entry[13].resource[0].issued[0] | 2022-07-06T10:49:00+00:00 |
| Bundle.entry[13].resource[0].performer[0].reference[0] | urn:uuid:8a6d85b8-9837-4fed-a257-4cf207988338 |
| Bundle.entry[13].resource[0].performer[0].display[0] | TD008362 PATH LAB 001 |
| Bundle.entry[13].resource[0].value[0].value[0] | 4.7 |
| Bundle.entry[13].resource[0].value[0].unit[0] | mmol/L |
| Bundle.entry[13].resource[0].value[0].system[0] | http://unitsofmeasure.org |
| Bundle.entry[13].resource[0].value[0].code[0] | mmol/L |
| Bundle.entry[13].resource[0].specimen[0].reference[0] | urn:uuid:bab0eaec-1ec5-4598-b660-90bb38a1030d |
| Bundle.entry[14].fullUrl[0] | urn:uuid:efa161d2-5fe4-4c8c-8b0e-cc268c70be4f |
| Bundle.entry[14].resource[0].id[0] | efa161d2-5fe4-4c8c-8b0e-cc268c70be4f |
| Bundle.entry[14].resource[0].meta[0].profile[0] | https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation-Lab |
| Bundle.entry[14].resource[0].identifier[0].system[0] | https://tools.ietf.org/html/rfc4122 |
| Bundle.entry[14].resource[0].identifier[0].value[0] | 92c27127-dfca-471b-9b89-0b6475f20c43 |
| Bundle.entry[14].resource[0].status[0] | final |
| Bundle.entry[14].resource[0].category[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/observation-category |
| Bundle.entry[14].resource[0].category[0].coding[0].code[0] | laboratory |
| Bundle.entry[14].resource[0].category[0].coding[0].display[0] | Laboratory |
| Bundle.entry[14].resource[0].code[0].coding[0].system[0] | http://snomed.info/sct |
| Bundle.entry[14].resource[0].code[0].coding[0].code[0] | 999791000000106 |
| Bundle.entry[14].resource[0].code[0].coding[0].display[0] | Haemoglobin A1c level - International Federation of Clinical Chemistry and Laboratory Medicine standardised |
| Bundle.entry[14].resource[0].subject[0].reference[0] | urn:uuid:ab87a3f8-1d37-44a9-804e-5e962598a6e4 |
| Bundle.entry[14].resource[0].subject[0].display[0] | WELSH, Joel |
| Bundle.entry[14].resource[0].issued[0] | 2022-01-30T12:48:00+00:00 |
| Bundle.entry[14].resource[0].performer[0].reference[0] | urn:uuid:8a6d85b8-9837-4fed-a257-4cf207988338 |
| Bundle.entry[14].resource[0].performer[0].display[0] | TD008362 PATH LAB 001 |
| Bundle.entry[14].resource[0].value[0].value[0] | 38 |
| Bundle.entry[14].resource[0].value[0].unit[0] | mmol/mol |
| Bundle.entry[14].resource[0].value[0].system[0] | http://unitsofmeasure.org |
| Bundle.entry[14].resource[0].value[0].code[0] | mmol/mol |
| Bundle.entry[14].resource[0].specimen[0].reference[0] | urn:uuid:bab0eaec-1ec5-4598-b660-90bb38a1030d |