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-NeoplasticCell-Example
Example of an Observation indicating the Percentage Neoplastic cells in a specimen.
Observation |
id : Observation-NeoplasticCell-Example |
status : final |
code |
text : Approximate Neoplastic cell % in sample |
subject |
reference : Patient/Patient-ZelmaHadjkiss-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9449307555 |
specimen |
identifier |
system : https://fhir.add.nhs.uk/Id/specimenId |
value : RA257630 |
value |
value : 25 |
unit : % |
system : http://unitsofmeasure.org |
code : % |
effective : 2023-09-08T10:00:00Z |
{ "resourceType": "Observation", "id": "Observation-NeoplasticCell-Example", "status": "final", "code": { "text": "Approximate Neoplastic cell % in sample" }, "subject": { "reference": "Patient/Patient-ZelmaHadjkiss-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9449307555" } }, "specimen": { "identifier": { "system": "https://fhir.add.nhs.uk/Id/specimenId", "value": "RA257630" } }, "valueQuantity": { "value": 25, "unit": "%", "system": "http://unitsofmeasure.org", "code": "%" }, "effectiveDateTime": "2023-09-08T10:00:00Z" }
<Observation xmlns="http://hl7.org/fhir"> <id value="Observation-NeoplasticCell-Example" /> <status value="final" /> <code> <text value="Approximate Neoplastic cell % in sample" /> </code> <subject> <reference value="Patient/Patient-ZelmaHadjkiss-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9449307555" /> </identifier> </subject> <effectiveDateTime value="2023-09-08T10:00:00Z" /> <valueQuantity> <value value="25" /> <unit value="%" /> <system value="http://unitsofmeasure.org" /> <code value="%" /> </valueQuantity> <specimen> <identifier> <system value="https://fhir.add.nhs.uk/Id/specimenId" /> <value value="RA257630" /> </identifier> </specimen> </Observation>