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-NoPregnancy-Example
Example of an observation indicating absence of a pregnancy.
Observation |
id : Observation-NoPregnancy-Example |
status : final |
code |
coding |
system : http://snomed.info/sct |
code : 60001007 |
display : Not pregnant (finding) |
subject |
reference : Patient/Patient-MeirLieberman-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9449307873 |
effective : 2023-08-05 |
{ "resourceType": "Observation", "id": "Observation-NoPregnancy-Example", "status": "final", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "60001007", "display": "Not pregnant (finding)" } ] }, "subject": { "reference": "Patient/Patient-MeirLieberman-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9449307873" } }, "effectiveDateTime": "2023-08-05" }
<Observation xmlns="http://hl7.org/fhir"> <id value="Observation-NoPregnancy-Example" /> <status value="final" /> <code> <coding> <system value="http://snomed.info/sct" /> <code value="60001007" /> <display value="Not pregnant (finding)" /> </coding> </code> <subject> <reference value="Patient/Patient-MeirLieberman-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9449307873" /> </identifier> </subject> <effectiveDateTime value="2023-08-05" /> </Observation>