Please note:
- This version of the UK Core is a development copy.
- This contains BREAKING CHANGES as a result of the C&TA Sprint 7 Review, and STU2 Sequence ballot reconciliation.
- This version is not yet reviewed for implementation. Other versions are available on the UK Core Version History Guide
- Please follow the guidance on the Contact Us page if you need any assistance.
- A summary of changes is available on the STU3 Sequence Change Log
An example to illustrate the observation of a white cell count for a blood specimen
Table View
Observation.id[0] | UKCore-Observation-Lab-WhiteCellCount-Example |
Observation.text[0].status[0] | additional |
Observation.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the observation of a white cell count for a blood specimen</div> |
Observation.identifier[0].system[0] | https://tools.ietf.org/html/rfc4122 |
Observation.identifier[0].value[0] | 3b809516-a294-4de9-a4ce-0c24c7b5f796 |
Observation.status[0] | final |
Observation.category[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/observation-category |
Observation.category[0].coding[0].code[0] | laboratory |
Observation.category[0].coding[0].display[0] | Laboratory |
Observation.code[0].coding[0].system[0] | http://snomed.info/sct |
Observation.code[0].coding[0].code[0] | 16181000237107 |
Observation.code[0].coding[0].display[0] | White blood cell count in fluid |
Observation.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
Observation.performer[0].reference[0] | Organization/UKCore-Organization-LeedsTeachingHospital-Example |
Observation.value[0].value[0] | 11.2 |
Observation.value[0].unit[0] | 10*9/L |
Observation.value[0].system[0] | http://unitsofmeasure.org |
Observation.specimen[0].reference[0] | Specimen/UKCore-Specimen-BloodSpecimen-Example |
Observation.referenceRange[0].low[0].value[0] | 4.0 |
Observation.referenceRange[0].high[0].value[0] | 17.0 |
Tree View
Observation |
id : UKCore-Observation-Lab-WhiteCellCount-Example |
text |
status : additional |
identifier |
system : https://tools.ietf.org/html/rfc4122 |
value : 3b809516-a294-4de9-a4ce-0c24c7b5f796 |
status : final |
category |
coding |
system : http://terminology.hl7.org/CodeSystem/observation-category |
code : laboratory |
display : Laboratory |
code |
coding |
system : http://snomed.info/sct |
code : 16181000237107 |
display : White blood cell count in fluid |
subject |
reference : Patient/UKCore-Patient-RichardSmith-Example |
performer |
reference : Organization/UKCore-Organization-LeedsTeachingHospital-Example |
value |
value : 11.2 |
unit : 10*9/L |
system : http://unitsofmeasure.org |
specimen |
reference : Specimen/UKCore-Specimen-BloodSpecimen-Example |
referenceRange |
low |
value : 4.0 |
high |
value : 17.0 |
XML View
<Observation xmlns="http://hl7.org/fhir"> <id value="UKCore-Observation-Lab-WhiteCellCount-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <identifier> <system value="https://tools.ietf.org/html/rfc4122" /> <value value="3b809516-a294-4de9-a4ce-0c24c7b5f796" /> </identifier> <status value="final" /> <category> <coding> <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> <code value="laboratory" /> <display value="Laboratory" /> </coding> </category> <code> <coding> <system value="http://snomed.info/sct" /> <code value="16181000237107" /> <display value="White blood cell count in fluid" /> </coding> </code> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> <performer> <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> </performer> <valueQuantity> <value value="11.2" /> <unit value="10*9/L" /> <system value="http://unitsofmeasure.org" /> </valueQuantity> <specimen> <reference value="Specimen/UKCore-Specimen-BloodSpecimen-Example" /> </specimen> <referenceRange> <low> <value value="4.0" /> </low> <high> <value value="17.0" /> </high> </referenceRange> </Observation>
JSON View
{ "resourceType": "Observation", "id": "UKCore-Observation-Lab-WhiteCellCount-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "identifier": [ { "system": "https://tools.ietf.org/html/rfc4122", "value": "3b809516-a294-4de9-a4ce-0c24c7b5f796" } ], "status": "final", "category": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/observation-category", "code": "laboratory", "display": "Laboratory" } ] } ], "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "16181000237107", "display": "White blood cell count in fluid" } ] }, "subject": { "reference": "Patient/UKCore-Patient-RichardSmith-Example" }, "performer": [ { "reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example" } ], "valueQuantity": { "value": 11.2, "unit": "10*9/L", "system": "http://unitsofmeasure.org" }, "specimen": { "reference": "Specimen/UKCore-Specimen-BloodSpecimen-Example" }, "referenceRange": [ { "low": { "value": 4.0 }, "high": { "value": 17.0 } } ] }