Skip to content

Commit d9ba6b3

Browse files
committed
Re-instate backported Extension
Re-instate backported Extension
1 parent 11490f4 commit d9ba6b3

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

StructureDefinition/NHSEngland-DiagnosticReport-GenomicReport.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,21 @@
6161
"path": "DiagnosticReport.extension.value[x].type",
6262
"fixedCode": "citation"
6363
},
64+
{
65+
"id": "DiagnosticReport.extension:diagnosticReportCompositionR5",
66+
"path": "DiagnosticReport.extension",
67+
"sliceName": "diagnosticReportCompositionR5",
68+
"definition": "TBC. Only relevant for EU Lab aligned reports (included in HL7 EU Laboratory Report: DiagnosticReport Profile). A reference to the Composition which wraps this report for data sharing.",
69+
"type": [
70+
{
71+
"code": "Extension",
72+
"profile": [
73+
"http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition"
74+
]
75+
}
76+
],
77+
"isModifier": false
78+
},
6479
{
6580
"id": "DiagnosticReport.identifier",
6681
"path": "DiagnosticReport.identifier",

StructureDefinition/NHSEngland-Specimen-Genomics.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,19 @@
302302
"definition": "The UK Core STU3 version of Specimen backports the R5 changes to the container BackboneElement to support capturing of storage location for a sample (through `container.location`) and recursive capture of device identifiers (e.g. tube, well, rack, freezer through `container.device`).\r\nThe container.identifier should match the identifier associated with the barcode for the tube/collection device. This can be searched using the container-id SearchParameter.\r\n\r\nAdditional examples/guidance will be provided within this IG once use of the fields has been appropriately tested.\r\n\r\nSample tracking information SHOULD be added to Tasks acting on Specimen resources, e.g. Tasks marked SamplePreparation or SampleProcessing, on either the output or input elements. This information MAY include consignment number, destination, date sent etc.\r\n\r\nIf known, the container type SHOULD be populated, using the example bound ValueSet, in SNOMED CT. If an appropraite code cannot be found, the specimen container type should be populated using free text, in Specimen.container.type.text. Additional container elements, such as capacity or specimenQuantity MAY be populated if known.",
303303
"max": "1"
304304
},
305+
{
306+
"id": "Specimen.container.extension:specimenContainerLocationR5",
307+
"path": "Specimen.container.extension",
308+
"sliceName": "specimenContainerLocationR5",
309+
"type": [
310+
{
311+
"code": "Extension",
312+
"profile": [
313+
"http://hl7.org/fhir/5.0/StructureDefinition/extension-Specimen.container.location"
314+
]
315+
}
316+
]
317+
},
305318
{
306319
"id": "Specimen.condition",
307320
"path": "Specimen.condition",

0 commit comments

Comments
 (0)