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-GenomicEthnicity-Example
Example of an observation indicating the ethnicity relevant to Genomic Testing.
Observation |
id : Observation-GenomicEthnicity-Example |
status : preliminary |
code |
coding |
system : http://snomed.info/sct |
code : 723621000000103 |
display : Ethnicity |
subject |
reference : Patient/Patient-MeirLieberman-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9449307873 |
value : unknown |
{ "resourceType": "Observation", "id": "Observation-GenomicEthnicity-Example", "status": "preliminary", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "723621000000103", "display": "Ethnicity" } ] }, "subject": { "reference": "Patient/Patient-MeirLieberman-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9449307873" } }, "valueString": "unknown" }
<Observation xmlns="http://hl7.org/fhir"> <id value="Observation-GenomicEthnicity-Example" /> <status value="preliminary" /> <code> <coding> <system value="http://snomed.info/sct" /> <code value="723621000000103" /> <display value="Ethnicity" /> </coding> </code> <subject> <reference value="Patient/Patient-MeirLieberman-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9449307873" /> </identifier> </subject> <valueString value="unknown" /> </Observation>