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-HistoryOfFetalLoss-Example
Example of an Observation indicating the Nucleated Cell content of a specimen.
Observation |
id : Observation-HistoryOfFetalLoss-Example |
status : final |
code |
coding |
system : http://snomed.info/sct |
code : 161743003 |
display : Past pregnancy history of stillbirth (situation) |
text : Is the testing for a fetal loss from 24+0 or more weeks of gestation? |
subject |
reference : Patient/Patient-RyanneBoulder-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9449307687 |
effective : 2023-09-25 |
value : False |
{ "resourceType": "Observation", "id": "Observation-HistoryOfFetalLoss-Example", "status": "final", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "161743003", "display": "Past pregnancy history of stillbirth (situation)" } ], "text": "Is the testing for a fetal loss from 24+0 or more weeks of gestation?" }, "subject": { "reference": "Patient/Patient-RyanneBoulder-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9449307687" } }, "effectiveDateTime": "2023-09-25", "valueBoolean": false }
<Observation xmlns="http://hl7.org/fhir"> <id value="Observation-HistoryOfFetalLoss-Example" /> <status value="final" /> <code> <coding> <system value="http://snomed.info/sct" /> <code value="161743003" /> <display value="Past pregnancy history of stillbirth (situation)" /> </coding> <text value="Is the testing for a fetal loss from 24+0 or more weeks of gestation?" /> </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" /> <valueBoolean value="false" /> </Observation>