Skip to content

Commit

Permalink
Feature-IOPS-2986-Extension-UKCore-DiagnosticReport.media (#152)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
KazeemHamzat authored Jan 31, 2025
1 parent 836fd1a commit 49a5141
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion fhirpkg.lock.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 49a5141

Please sign in to comment.