Skip to content

Commit f413bd3

Browse files
committed
Conversion to valueCodeableConcept
from valueCoding
1 parent 1b62122 commit f413bd3

3 files changed

Lines changed: 24 additions & 12 deletions

Bundle/UKCore-Bundle-MichaelJonesRequest-Example_minimal.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,14 @@
9898
"extension": [
9999
{
100100
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-Coverage",
101-
"valueCoding": {
102-
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-FundingCategory",
103-
"code": "nhs",
104-
"display": "NHS"
101+
"valueCodeableConcept": {
102+
"coding": [
103+
{
104+
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-FundingCategory",
105+
"code": "nhs",
106+
"display": "NHS"
107+
}
108+
]
105109
}
106110
}
107111
],

Bundle/UKCore-Bundle-MichaelJonesRequest-Example_v3_message.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -516,10 +516,14 @@
516516
"extension": [
517517
{
518518
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-Coverage",
519-
"valueCoding": {
520-
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-FundingCategory",
521-
"code": "nhs",
522-
"display": "NHS"
519+
"valueCodeableConcept": {
520+
"coding": [
521+
{
522+
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-FundingCategory",
523+
"code": "nhs",
524+
"display": "NHS"
525+
}
526+
]
523527
}
524528
}
525529
],

ServiceRequest/UKCore-ServiceRequest-MichaelJonesDYPDRequest-Example.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@
44
"extension": [
55
{
66
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-Coverage",
7-
"valueCoding": {
8-
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-FundingCategory",
9-
"code": "nhs",
10-
"display": "NHS"
7+
"valueCodeableConcept": {
8+
"coding": [
9+
{
10+
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-FundingCategory",
11+
"code": "nhs",
12+
"display": "NHS"
13+
}
14+
]
1115
}
1216
}
1317
],

0 commit comments

Comments
 (0)