diff --git a/DiagnosticReport/DiagnosticReport-GenomicVariantAssessment-Example.json b/DiagnosticReport/DiagnosticReport-GenomicVariantAssessment-Example.json index e3203b6..d5efe0b 100644 --- a/DiagnosticReport/DiagnosticReport-GenomicVariantAssessment-Example.json +++ b/DiagnosticReport/DiagnosticReport-GenomicVariantAssessment-Example.json @@ -3,7 +3,8 @@ "id": "DiagnosticReport-GenomicVariantAssessment-Example", "meta": { "profile": [ - "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-report" + "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-report", + "https://fhir.hl7.org.uk/StructureDefinition/UKCore-DiagnosticReport" ] }, "extension": [ @@ -85,6 +86,28 @@ } } ], + "media": [ + { + "link": { + "type":"DocumentReference", + "display": "Reference to DocumentReferences are not supported within media.link in DiagnosticReport R4 StructureDefinition.", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCode": "unsupported" + } + ] + }, + "extension": [ + { + "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.media.link", + "valueReference": { + "reference": "DocumentReference/DocumentReference-StructureReporting-Example" + } + } + ] + } + ], "result": [ { "reference": "Observation/Observation-GenomicsVariant-SLC52A2", diff --git a/fhirpkg.lock.json b/fhirpkg.lock.json index cf246c4..1133e1b 100644 --- a/fhirpkg.lock.json +++ b/fhirpkg.lock.json @@ -1,7 +1,7 @@ { "updated": "2024-05-16T10:18:19.8963748+01:00", "dependencies": { - "fhir.r4.ukcore.stu3.currentbuild": "0.0.17-pre-release", + "fhir.r4.ukcore.stu3.currentbuild": "0.0.18-pre-release", "hl7.fhir.r4.core": "4.0.1", "hl7.fhir.uv.genomics-reporting": "3.0.0-ballot", "hl7.terminology.r4": "5.3.0", diff --git a/package.json b/package.json index b88c24e..e679bd0 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ ], "jurisdiction": "urn:iso:std:iso:3166:-2:GB-ENG", "dependencies": { - "fhir.r4.ukcore.stu3.currentbuild": "0.0.17-pre-release", + "fhir.r4.ukcore.stu3.currentbuild": "0.0.18-pre-release", "hl7.fhir.r4.core": "4.0.1", "hl7.fhir.uv.genomics-reporting": "3.0.0-ballot" }