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.
Example of an Observation indicating the presence of bruising on the subject.
Observation-Bruising-Example
Observation |
id : Observation-Bruising-Example |
status : final |
code |
coding |
system : http://snomed.info/sct |
code : 308492005 |
display : Bruising |
subject |
reference : Patient/Patient-PatrickSammy-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9449307873 |
effective : 2023-09-03 |
{ "resourceType": "Observation", "id": "Observation-Bruising-Example", "status": "final", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "308492005", "display": "Bruising" } ] }, "subject": { "reference": "Patient/Patient-PatrickSammy-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9449307873" } }, "effectiveDateTime": "2023-09-03" }
<Observation xmlns="http://hl7.org/fhir"> <id value="Observation-Bruising-Example" /> <status value="final" /> <code> <coding> <system value="http://snomed.info/sct" /> <code value="308492005" /> <display value="Bruising" /> </coding> </code> <subject> <reference value="Patient/Patient-PatrickSammy-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9449307873" /> </identifier> </subject> <effectiveDateTime value="2023-09-03" /> </Observation>