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-PregnancyConfirmation-Example
Example of an observation confirming pregnancy.
Observation |
id : Observation-PregnancyConfirmation-Example |
status : final |
code |
coding |
system : http://snomed.info/sct |
code : 77386006 |
display : Pregnancy |
subject |
reference : Patient/Patient-RyanneBoulder-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9449307687 |
component |
code |
coding |
system : http://snomed.info/sct |
code : 720451000000102 |
display : Assisted conception |
component |
code |
coding |
system : http://snomed.info/sct |
code : 226081000000107 |
display : Gestational age |
value |
value : 87 |
unit : day |
system : http://unitsofmeasure.org |
code : d |
component |
code |
coding |
system : http://snomed.info/sct |
code : 161714006 |
display : Estimated date of delivery |
value : 2024-05-01 |
effective : 2023-09-25 |
{ "resourceType": "Observation", "id": "Observation-PregnancyConfirmation-Example", "status": "final", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "77386006", "display": "Pregnancy" } ] }, "subject": { "reference": "Patient/Patient-RyanneBoulder-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9449307687" } }, "component": [ { "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "720451000000102", "display": "Assisted conception" } ] } }, { "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "226081000000107", "display": "Gestational age" } ] }, "valueQuantity": { "value": 87, "unit": "day", "system": "http://unitsofmeasure.org", "code": "d" } }, { "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "161714006", "display": "Estimated date of delivery" } ] }, "valueDateTime": "2024-05-01" } ], "effectiveDateTime": "2023-09-25" }
<Observation xmlns="http://hl7.org/fhir"> <id value="Observation-PregnancyConfirmation-Example" /> <status value="final" /> <code> <coding> <system value="http://snomed.info/sct" /> <code value="77386006" /> <display value="Pregnancy" /> </coding> </code> <subject> <reference value="Patient/Patient-RyanneBoulder-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9449307687" /> </identifier> </subject> <effectiveDateTime value="2023-09-25" /> <component> <code> <coding> <system value="http://snomed.info/sct" /> <code value="720451000000102" /> <display value="Assisted conception" /> </coding> </code> </component> <component> <code> <coding> <system value="http://snomed.info/sct" /> <code value="226081000000107" /> <display value="Gestational age" /> </coding> </code> <valueQuantity> <value value="87" /> <unit value="day" /> <system value="http://unitsofmeasure.org" /> <code value="d" /> </valueQuantity> </component> <component> <code> <coding> <system value="http://snomed.info/sct" /> <code value="161714006" /> <display value="Estimated date of delivery" /> </coding> </code> <valueDateTime value="2024-05-01" /> </component> </Observation>