Observation-HistoryOfFetalLoss-Example

Example of an Observation indicating the Patient has had history of fetal loss.

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