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-Necrosis-Example
Example of an Observation indicating the Percentage neoplasm involved by necrosis in a specimen.
Observation |
id : Observation-Necrosis-Example |
status : final |
code |
coding |
system : http://snomed.info/sct |
code : 405921002 |
display : Percentage of neoplasm involved by necrosis (observable entity) |
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 : 5 |
unit : % |
system : http://unitsofmeasure.org |
code : % |
effective : 2023-09-08 |
{ "resourceType": "Observation", "id": "Observation-Necrosis-Example", "status": "final", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "405921002", "display": "Percentage of neoplasm involved by necrosis (observable entity)" } ] }, "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": 5, "unit": "%", "system": "http://unitsofmeasure.org", "code": "%" }, "effectiveDateTime": "2023-09-08" }
<Observation xmlns="http://hl7.org/fhir"> <id value="Observation-Necrosis-Example" /> <status value="final" /> <code> <coding> <system value="http://snomed.info/sct" /> <code value="405921002" /> <display value="Percentage of neoplasm involved by necrosis (observable entity)" /> </coding> </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-08" /> <valueQuantity> <value value="5" /> <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>