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-CellularityKayBurbridge-Example
Example of an Observation indicating the degree of Cellularity in a specimen.
Observation |
id : Observation-CellularityKayBurbridge-Example |
status : final |
code |
text : Cellularity |
subject |
reference : Patient/Patient-KayBurbridge-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 8449303541 |
specimen |
identifier |
system : https://fhir.add.nhs.uk/Id/specimenId |
value : 699F01231423 |
value |
coding |
system : http://snomed.info/sct |
code : 75540009 |
display : High (qualifier value) |
effective : 2023-11-01T11:00:00Z |
{ "resourceType": "Observation", "id": "Observation-CellularityKayBurbridge-Example", "status": "final", "code": { "text": "Cellularity" }, "subject": { "reference": "Patient/Patient-KayBurbridge-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "8449303541" } }, "specimen": { "identifier": { "system": "https://fhir.add.nhs.uk/Id/specimenId", "value": "699F01231423" } }, "valueCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "75540009", "display": "High (qualifier value)" } ] }, "effectiveDateTime": "2023-11-01T11:00:00Z" }
<Observation xmlns="http://hl7.org/fhir"> <id value="Observation-CellularityKayBurbridge-Example" /> <status value="final" /> <code> <text value="Cellularity" /> </code> <subject> <reference value="Patient/Patient-KayBurbridge-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="8449303541" /> </identifier> </subject> <effectiveDateTime value="2023-11-01T11:00:00Z" /> <valueCodeableConcept> <coding> <system value="http://snomed.info/sct" /> <code value="75540009" /> <display value="High (qualifier value)" /> </coding> </valueCodeableConcept> <specimen> <identifier> <system value="https://fhir.add.nhs.uk/Id/specimenId" /> <value value="699F01231423" /> </identifier> </specimen> </Observation>