Skip to content

Commit 8fbfd86

Browse files
committed
Fixed example
1 parent 9d5a2c2 commit 8fbfd86

1 file changed

Lines changed: 27 additions & 20 deletions

File tree

Bundle/Bundle-NonWGSTestOrderForm-FetalScenario-Example.json

Lines changed: 27 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -418,28 +418,35 @@
418418
}
419419
},
420420
{
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)"
421+
"fullUrl": "http://example.org/fhir/Observation/Observation-PregnancyConfirmation-Example",
422+
"resource": {
423+
"resourceType": "Observation",
424+
"id": "Observation-HistoryOfFetalLoss-Example",
425+
"status": "final",
426+
"code": {
427+
"coding": [
428+
{
429+
"system": "http://snomed.info/sct",
430+
"code": "161743003",
431+
"display": "Past pregnancy history of stillbirth (situation)"
432+
}
433+
],
434+
"text": "Is the testing for a fetal loss from 24+0 or more weeks of gestation?"
435+
},
436+
"subject": {
437+
"reference": "Patient/Patient-RyanneBoulder-Example",
438+
"identifier": {
439+
"system": "https://fhir.nhs.uk/Id/nhs-number",
440+
"value": "9449307687"
430441
}
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-
}
442+
},
443+
"effectiveDateTime": "2023-09-25",
444+
"valueBoolean": false
440445
},
441-
"effectiveDateTime": "2023-09-25",
442-
"valueBoolean": false
446+
"request": {
447+
"method": "POST",
448+
"url": "Observation"
449+
}
443450
},
444451
{
445452
"fullUrl": "http://example.org/fhir/Observation/Observation-PregnancyConfirmation-Example",

0 commit comments

Comments
 (0)