Skip to content

Commit 49a5141

Browse files
authored
Feature-IOPS-2986-Extension-UKCore-DiagnosticReport.media (#152)
* Update DiagnosticReport-GenomicReport-VariantAssessment.json Update DiagnosticReport-GenomicReport-VariantAssessment * Update DiagnosticReport-GenomicVariantAssessment-Example.json Add extension-DiagnosticReport.media.link * Update DiagnosticReport-GenomicVariantAssessment-Example Update DiagnosticReport-GenomicVariantAssessment-Example * Update Dependency UKCore Package Update the UKCore Dependency package to fhir.r4.ukcore.stu3.currentbuild 0.0.18-pre-release UK Core FHIR profiles and Assets * Update DiagnosticReport-GenomicVariantAssessment-Example.json Update to include type * Update DiagnosticReport-GenomicVariantAssessment-Example Update DiagnosticReport-GenomicVariantAssessment-Example
1 parent 836fd1a commit 49a5141

3 files changed

Lines changed: 26 additions & 3 deletions

File tree

DiagnosticReport/DiagnosticReport-GenomicVariantAssessment-Example.json

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"id": "DiagnosticReport-GenomicVariantAssessment-Example",
44
"meta": {
55
"profile": [
6-
"http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-report"
6+
"http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-report",
7+
"https://fhir.hl7.org.uk/StructureDefinition/UKCore-DiagnosticReport"
78
]
89
},
910
"extension": [
@@ -85,6 +86,28 @@
8586
}
8687
}
8788
],
89+
"media": [
90+
{
91+
"link": {
92+
"type":"DocumentReference",
93+
"display": "Reference to DocumentReferences are not supported within media.link in DiagnosticReport R4 StructureDefinition.",
94+
"extension": [
95+
{
96+
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
97+
"valueCode": "unsupported"
98+
}
99+
]
100+
},
101+
"extension": [
102+
{
103+
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.media.link",
104+
"valueReference": {
105+
"reference": "DocumentReference/DocumentReference-StructureReporting-Example"
106+
}
107+
}
108+
]
109+
}
110+
],
88111
"result": [
89112
{
90113
"reference": "Observation/Observation-GenomicsVariant-SLC52A2",

fhirpkg.lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"updated": "2024-05-16T10:18:19.8963748+01:00",
33
"dependencies": {
4-
"fhir.r4.ukcore.stu3.currentbuild": "0.0.17-pre-release",
4+
"fhir.r4.ukcore.stu3.currentbuild": "0.0.18-pre-release",
55
"hl7.fhir.r4.core": "4.0.1",
66
"hl7.fhir.uv.genomics-reporting": "3.0.0-ballot",
77
"hl7.terminology.r4": "5.3.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"jurisdiction": "urn:iso:std:iso:3166:-2:GB-ENG",
99
"dependencies": {
10-
"fhir.r4.ukcore.stu3.currentbuild": "0.0.17-pre-release",
10+
"fhir.r4.ukcore.stu3.currentbuild": "0.0.18-pre-release",
1111
"hl7.fhir.r4.core": "4.0.1",
1212
"hl7.fhir.uv.genomics-reporting": "3.0.0-ballot"
1313
}

0 commit comments

Comments
 (0)