Skip to content

Commit 5497df4

Browse files
committed
Test with "hl7.fhir.eu.laboratory"
Test with "hl7.fhir.eu.laboratory"
1 parent 9f35bd1 commit 5497df4

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

Observation/Observation-GenomicsVariantSLC52A2-Example.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@
120120
"valueCodeableConcept": {
121121
"coding": [
122122
{
123-
"system": "http://www.sequenceontology.org",
124-
"code": "SO:0001583",
123+
"system": "http://purl.obolibrary.org/obo",
124+
"code": "SO_0001583",
125125
"display": "missense_variant"
126126
}
127127
]

fhirpkg.lock.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
22
"updated": "2025-05-08T09:07:12.7767319+01:00",
33
"dependencies": {
4-
"fhir.r4.ukcore.stu3.currentbuild": "0.0.18-pre-release",
4+
"fhir.r4.ukcore.stu3.currentbuild": "0.24.0-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",
8-
"hl7.fhir.uv.extensions.r4": "1.0.0"
8+
"hl7.fhir.uv.ips": "1.1.0",
9+
"hl7.fhir.eu.laboratory": "0.1.1"
10+
911
},
1012
"missing": {}
1113
}

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
],
88
"jurisdiction": "urn:iso:std:iso:3166:-2:GB-ENG",
99
"dependencies": {
10-
"fhir.r4.ukcore.stu3.currentbuild": "0.0.18-pre-release",
10+
"fhir.r4.ukcore.stu3.currentbuild": "0.24.0-pre-release",
1111
"hl7.fhir.r4.core": "4.0.1",
12-
"hl7.fhir.uv.genomics-reporting": "3.0.0-ballot"
12+
"hl7.fhir.uv.genomics-reporting": "3.0.0-ballot",
13+
"hl7.fhir.uv.ips": "1.1.0",
14+
"hl7.fhir.eu.laboratory": "0.1.1"
1315
}
1416
}
1517

0 commit comments

Comments
 (0)