Skip to content

Commit

Permalink
fix tests for change to server api
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Jan 9, 2024
1 parent 41b238b commit d303b35
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions validator/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -22999,7 +22999,7 @@
},
"diagnostics": "[58,8]",
"expression": [
"Observation.component[0].value.ofType(CodeableConcept)"
"Observation.component[0].value.ofType(CodeableConcept).coding[0]"
]
},
{
Expand Down Expand Up @@ -23032,7 +23032,7 @@
},
"diagnostics": "[76,8]",
"expression": [
"Observation.component[1].value.ofType(CodeableConcept)"
"Observation.component[1].value.ofType(CodeableConcept).coding[0]"
]
},
{
Expand Down Expand Up @@ -23146,7 +23146,7 @@
},
"diagnostics": "[58,8]",
"expression": [
"Observation.component[0].value.ofType(CodeableConcept)"
"Observation.component[0].value.ofType(CodeableConcept).coding[0]"
]
},
{
Expand Down Expand Up @@ -23179,7 +23179,7 @@
},
"diagnostics": "[76,8]",
"expression": [
"Observation.component[1].value.ofType(CodeableConcept)"
"Observation.component[1].value.ofType(CodeableConcept).coding[0]"
]
},
{
Expand Down

0 comments on commit d303b35

Please sign in to comment.