Skip to content

Commit 6d89cf8

Browse files
authored
Merge pull request #165 from NHSDigital/Issue-2675
Addition of extension for fetal patient resources
2 parents a7da978 + fb2f886 commit 6d89cf8

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Bundle/Bundle-NonWGSTestOrderForm-FetalScenario-Example.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,12 @@
203203
"resource": {
204204
"resourceType": "Patient",
205205
"id": "Patient-FoetusOfRyanneBoulder-Example",
206+
"extension": [
207+
{
208+
"url": "http://hl7.org/fhir/6.0/StructureDefinition/extension-Patient.fetalStatus",
209+
"valueCode": "unknown"
210+
}
211+
],
206212
"identifier": [
207213
{
208214
"system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24",

Patient/Patient-FoetusOfRyanneBoulder-Example.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"resourceType": "Patient",
33
"id": "Patient-FoetusOfRyanneBoulder-Example",
4+
"extension": [
5+
{
6+
"url": "http://hl7.org/fhir/6.0/StructureDefinition/extension-Patient.fetalStatus",
7+
"valueCode": "unknown"
8+
}
9+
],
410
"identifier": [
511
{
612
"system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24",

0 commit comments

Comments
 (0)