Skip to content

Commit 77acee7

Browse files
committed
Corrections to Structure and MessageDefinitions
1 parent 52d4567 commit 77acee7

3 files changed

Lines changed: 36 additions & 27 deletions

File tree

MessageDefinition/MessageDefinition-genomictestrequest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"focus": [
1616
{
1717
"code": "MessageHeader",
18-
"profile": "https://fhir.nhs.uk/StructureDefinition/UKCore-MessageHeader",
18+
"profile": "https://fhir.nhs.uk/StructureDefinition/NHSDigital-MessageHeader-Genomics",
1919
"min": 1,
2020
"max": "1"
2121
},

StructureDefinition/NHSDigital-Patient-Genomics.StructureDefinition.json

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -103,31 +103,6 @@
103103
}
104104
]
105105
},
106-
{
107-
"id": "Patient.identifier:otherUniqueIdentifier",
108-
"path": "Patient.identifier",
109-
"sliceName": "otherUniqueIdentifier",
110-
"max": "1",
111-
"mustSupport": false,
112-
"isModifierReason": "nhs number absent"
113-
},
114-
{
115-
"id": "Patient.identifier:otherUniqueIdentifier.value",
116-
"path": "Patient.identifier.value",
117-
"min": 1
118-
},
119-
{
120-
"id": "Patient.identifier:otherUniqueIdentifier.assigner",
121-
"path": "Patient.identifier.assigner",
122-
"type": [
123-
{
124-
"code": "Reference",
125-
"targetProfile": [
126-
"https://fhir.nhs.uk/StructureDefinition/NHSDigital-Organization-Genomics"
127-
]
128-
}
129-
]
130-
},
131106
{
132107
"id": "Patient.name",
133108
"path": "Patient.name",

StructureDefinition/NHSDigital-ServiceRequest-Genomics.StructureDefinition.json

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,49 @@
1818
"min": 1,
1919
"max": "1"
2020
},
21+
{
22+
"id": "ServiceRequest.identifier.assigner",
23+
"path": "ServiceRequest.identifier.assigner",
24+
"type": [
25+
{
26+
"code": "Reference",
27+
"targetProfile": [
28+
"https://fhir.nhs.uk/StructureDefinition/NHSDigital-Organization-Genomics"
29+
]
30+
}
31+
]
32+
},
2133
{
2234
"id": "ServiceRequest.instantiatesCanonical",
2335
"path": "ServiceRequest.instantiatesCanonical",
2436
"max": "0"
2537
},
38+
{
39+
"id": "ServiceRequest.basedOn",
40+
"path": "ServiceRequest.basedOn",
41+
"type": [
42+
{
43+
"code": "Reference",
44+
"targetProfile": [
45+
"https://fhir.hl7.org.uk/StructureDefinition/UKCore-CarePlan",
46+
"https://fhir.hl7.org.uk/StructureDefinition/UKCore-MedicationRequest",
47+
"https://fhir.nhs.uk/StructureDefinition/NHSDigital-ServiceRequest-Genomics"
48+
]
49+
}
50+
]
51+
},
2652
{
2753
"id": "ServiceRequest.replaces",
2854
"path": "ServiceRequest.replaces",
29-
"max": "1"
55+
"max": "1",
56+
"type": [
57+
{
58+
"code": "Reference",
59+
"targetProfile": [
60+
"https://fhir.nhs.uk/StructureDefinition/NHSDigital-ServiceRequest-Genomics"
61+
]
62+
}
63+
]
3064
},
3165
{
3266
"id": "ServiceRequest.category",

0 commit comments

Comments
 (0)