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-SimonBroomeCriteria-Example
Example of an observation detailing the output of a Simon Broome analysis.
Observation |
id : Observation-SimonBroomeCriteria-Example |
status : final |
code |
coding |
system : http://snomed.info/sct |
code : 149611000000100 |
display : Simon Broome diagnostic criteria for familial hypercholesterolaemia result |
text : Simon Broome Criteria |
subject |
reference : Patient/Patient-FayMutlow-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9449307806 |
effective : 2023-08-05 |
value : Suspected FH |
{ "resourceType": "Observation", "id": "Observation-SimonBroomeCriteria-Example", "status": "final", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "149611000000100", "display": "Simon Broome diagnostic criteria for familial hypercholesterolaemia result" } ], "text": "Simon Broome Criteria" }, "subject": { "reference": "Patient/Patient-FayMutlow-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9449307806" } }, "effectiveDateTime": "2023-08-05", "valueString": "Suspected FH" }
<Observation xmlns="http://hl7.org/fhir"> <id value="Observation-SimonBroomeCriteria-Example" /> <status value="final" /> <code> <coding> <system value="http://snomed.info/sct" /> <code value="149611000000100" /> <display value="Simon Broome diagnostic criteria for familial hypercholesterolaemia result" /> </coding> <text value="Simon Broome Criteria" /> </code> <subject> <reference value="Patient/Patient-FayMutlow-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9449307806" /> </identifier> </subject> <effectiveDateTime value="2023-08-05" /> <valueString value="Suspected FH" /> </Observation>