Skip to content

Commit 9d5a2c2

Browse files
committed
Addition of missing Observation
1 parent f75880a commit 9d5a2c2

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

Bundle/Bundle-NonWGSTestOrderForm-FetalScenario-Example.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,30 @@
417417
"url": "ServiceRequest"
418418
}
419419
},
420+
{
421+
"resourceType": "Observation",
422+
"id": "Observation-HistoryOfFetalLoss-Example",
423+
"status": "final",
424+
"code": {
425+
"coding": [
426+
{
427+
"system": "http://snomed.info/sct",
428+
"code": "161743003",
429+
"display": "Past pregnancy history of stillbirth (situation)"
430+
}
431+
],
432+
"text": "Is the testing for a fetal loss from 24+0 or more weeks of gestation?"
433+
},
434+
"subject": {
435+
"reference": "Patient/Patient-RyanneBoulder-Example",
436+
"identifier": {
437+
"system": "https://fhir.nhs.uk/Id/nhs-number",
438+
"value": "9449307687"
439+
}
440+
},
441+
"effectiveDateTime": "2023-09-25",
442+
"valueBoolean": false
443+
},
420444
{
421445
"fullUrl": "http://example.org/fhir/Observation/Observation-PregnancyConfirmation-Example",
422446
"resource": {

ServiceRequest/ServiceRequest-NonWGSTestOrderForm-FetalScenario-Example.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
}
7171
],
7272
"supportingInfo": [
73-
7473
{
7574
"reference": "Observation/Observation-HistoryOfFetalLoss-Example"
7675
},

0 commit comments

Comments
 (0)