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-TumourType-Example
Example of an observation specifying a tumour as metastatic
Observation |
id : Observation-TumourType-Example |
status : final |
code |
coding |
system : http://snomed.info/sct |
code : 14799000 |
display : Neoplasm, metastatic (morphologic abnormality) |
subject |
reference : Patient/Patient-KayBurbridge-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9449307555 |
specimen |
identifier |
system : https://fhir.add.nhs.uk/Id/specimenId |
value : RA257630 |
effective : 2023-09-08T10:00:00Z |
{ "resourceType": "Observation", "id": "Observation-TumourType-Example", "status": "final", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "14799000", "display": "Neoplasm, metastatic (morphologic abnormality)" } ] }, "subject": { "reference": "Patient/Patient-KayBurbridge-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9449307555" } }, "specimen": { "identifier": { "system": "https://fhir.add.nhs.uk/Id/specimenId", "value": "RA257630" } }, "effectiveDateTime": "2023-09-08T10:00:00Z" }
<Observation xmlns="http://hl7.org/fhir"> <id value="Observation-TumourType-Example" /> <status value="final" /> <code> <coding> <system value="http://snomed.info/sct" /> <code value="14799000" /> <display value="Neoplasm, metastatic (morphologic abnormality)" /> </coding> </code> <subject> <reference value="Patient/Patient-KayBurbridge-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9449307555" /> </identifier> </subject> <effectiveDateTime value="2023-09-08T10:00:00Z" /> <specimen> <identifier> <system value="https://fhir.add.nhs.uk/Id/specimenId" /> <value value="RA257630" /> </identifier> </specimen> </Observation>