Notice
- Important: This guidance is under active development by NHS England and content may be added or updated on a regular basis.
- This Implementation Guide is currently in Draft and SHOULD NOT be used for development or active implementation without express direction from the NHS England Genomics Unit.
Observation-NucleatedCellCount-Example
Example of an Observation indicating the Nucleated Cell content of a specimen.
Observation |
id : Observation-NucleatedCellCount-Example |
status : final |
code |
coding |
system : http://snomed.info/sct |
code : 1022461000000100 |
display : Nucleated red blood cell count |
subject |
reference : Patient/Patient-PatrickSammy-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9449307873 |
specimen |
identifier |
system : urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24 |
value : RR81234 |
assigner |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : 696B0 |
value |
value : 10 |
unit : 10^12/l |
system : http://unitsofmeasure.org |
code : 10^12/L |
effective : 2023-08-29 |
{ "resourceType": "Observation", "id": "Observation-NucleatedCellCount-Example", "status": "final", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "1022461000000100", "display": "Nucleated red blood cell count" } ] }, "subject": { "reference": "Patient/Patient-PatrickSammy-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9449307873" } }, "specimen": { "identifier": { "system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24", "value": "RR81234", "assigner": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "696B0" } } } }, "valueQuantity": { "value": 10, "unit": "10^12/l", "system": "http://unitsofmeasure.org", "code": "10^12/L" }, "effectiveDateTime": "2023-08-29" }
<Observation xmlns="http://hl7.org/fhir"> <id value="Observation-NucleatedCellCount-Example" /> <status value="final" /> <code> <coding> <system value="http://snomed.info/sct" /> <code value="1022461000000100" /> <display value="Nucleated red blood cell count" /> </coding> </code> <subject> <reference value="Patient/Patient-PatrickSammy-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9449307873" /> </identifier> </subject> <effectiveDateTime value="2023-08-29" /> <valueQuantity> <value value="10" /> <unit value="10^12/l" /> <system value="http://unitsofmeasure.org" /> <code value="10^12/L" /> </valueQuantity> <specimen> <identifier> <system value="urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24" /> <value value="RR81234" /> <assigner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="696B0" /> </identifier> </assigner> </identifier> </specimen> </Observation>