Skip to content

Commit 2e6108a

Browse files
committed
Moving from Specimen extensions to BodyStructure
1 parent 433a22e commit 2e6108a

9 files changed

Lines changed: 50 additions & 397 deletions
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"resourceType": "BodyStructure",
3+
"id": "UKCore-BodyStructure-PancreaticTumour-Example",
4+
"morphology": {
5+
"coding": [
6+
{
7+
"system": "http://snomed.info/sct",
8+
"code": "53618008",
9+
"display": "Pancreatoblastoma"
10+
}
11+
]
12+
},
13+
"location": {
14+
"coding": [
15+
{
16+
"system": "http://snomed.info/sct",
17+
"code": "15776009",
18+
"display": "Pancreatic structure"
19+
}
20+
]
21+
},
22+
"locationQualifier": [
23+
{
24+
"coding": [
25+
{
26+
"system": "http://snomed.info/sct",
27+
"code": "261183002",
28+
"display": "Upper"
29+
}
30+
]
31+
}
32+
],
33+
"patient": {
34+
"identifier": {
35+
"system": "https://fhir.nhs.uk/Id/nhs-number",
36+
"value": "9999999999"
37+
}
38+
}
39+
}

CapabilityStatement/CapabilityStatement-genomics-requirements.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
},
106106
{
107107
"type": "FamilyMemberHistory",
108-
"profile": "http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory"
108+
"profile": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-FamilyMemberHistory"
109109
},
110110
{
111111
"type": "Observation",
@@ -150,6 +150,10 @@
150150
{
151151
"type": "OperationOutcome",
152152
"profile": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-OperationOutcome"
153+
},
154+
{
155+
"type": "BodyStructure",
156+
"profile": "http://hl7.org/fhir/StructureDefinition/BodyStructure"
153157
}
154158
]
155159
}

MessageDefinition/MessageDefinition-genomictestrequest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@
6060
"profile": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-RelatedPerson",
6161
"min": 0,
6262
"max": "*"
63+
},
64+
{
65+
"code": "BodyStructure",
66+
"profile": "http://hl7.org/fhir/StructureDefinition/BodyStructure",
67+
"min": 0,
68+
"max": "*"
6369
}
6470
]
6571
}

StructureDefinition/Extension-Genomics-Morphology.StructureDefinition.json

Lines changed: 0 additions & 80 deletions
This file was deleted.

StructureDefinition/Extension-Genomics-Topology.StructureDefinition.json

Lines changed: 0 additions & 80 deletions
This file was deleted.

StructureDefinition/NHSDigital-Specimen-Genomics.StructureDefinition.json

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -53,38 +53,6 @@
5353
],
5454
"isModifier": false
5555
},
56-
{
57-
"id": "Specimen.extension:topology",
58-
"path": "Specimen.extension",
59-
"sliceName": "topology",
60-
"min": 0,
61-
"max": "1",
62-
"type": [
63-
{
64-
"code": "Extension",
65-
"profile": [
66-
"https://fhir.nhs.uk/StructureDefinition/mcode-body-location-qualifier"
67-
]
68-
}
69-
],
70-
"isModifier": false
71-
},
72-
{
73-
"id": "Specimen.extension:morphology",
74-
"path": "Specimen.extension",
75-
"sliceName": "morphology",
76-
"min": 0,
77-
"max": "1",
78-
"type": [
79-
{
80-
"code": "Extension",
81-
"profile": [
82-
"https://fhir.nhs.uk/StructureDefinition/mcode-histology-morphology-behavior"
83-
]
84-
}
85-
],
86-
"isModifier": false
87-
},
8856
{
8957
"id": "Specimen.identifier.assigner",
9058
"path": "Specimen.identifier.assigner",

ValueSet/ValueSet-Genomics-morphology.json

Lines changed: 0 additions & 120 deletions
This file was deleted.

ValueSet/ValuSet-Genomics-patient-guardian-types.json renamed to ValueSet/ValueSet-Genomics-patient-guardian-types.json

File renamed without changes.

0 commit comments

Comments
 (0)