Skip to content

Commit

Permalink
update test cases for new tx registry ecosystem advances
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Jan 16, 2024
1 parent adf4ad3 commit fbf9a2a
Showing 1 changed file with 1 addition and 52 deletions.
53 changes: 1 addition & 52 deletions validator/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -29205,36 +29205,7 @@
"hl7.fhir.uv.shc-vaccination#0.6.2"
],
"source": "http://hl7.org/fhir/uv/shc-vaccination/StructureDefinition/shc-vaccination-bundle-dm",
"java": {
"explanation": "Still working on getting these to validate on the server",
"outcome": {
"resourceType": "OperationOutcome",
"issue": [
{
"severity": "warning",
"code": "code-invalid",
"details": {
"text": "ValueSet https://healthterminologies.gov.au/fhir/ValueSet/australian-immunisation-register-vaccine-1 not found"
},
"diagnostics": "[20,10]",
"expression": [
"Bundle.entry[1].resource/*Immunization/null*/.vaccineCode.coding[0]"
]
},
{
"severity": "warning",
"code": "code-invalid",
"details": {
"text": "ValueSet https://healthterminologies.gov.au/fhir/ValueSet/australian-immunisation-register-vaccine-1 not found"
},
"diagnostics": "[37,10]",
"expression": [
"Bundle.entry[2].resource/*Immunization/null*/.vaccineCode.coding[0]"
]
}
]
}
}
"java": {}
}
},
{
Expand Down Expand Up @@ -29335,17 +29306,6 @@
"Bundle.entry[1].resource/*Immunization/null*/.status"
]
},
{
"severity": "warning",
"code": "code-invalid",
"details": {
"text": "ValueSet https://healthterminologies.gov.au/fhir/ValueSet/australian-immunisation-register-vaccine-1 not found"
},
"diagnostics": "[20,10]",
"expression": [
"Bundle.entry[1].resource/*Immunization/null*/.vaccineCode.coding[0]"
]
},
{
"severity": "error",
"code": "code-invalid",
Expand Down Expand Up @@ -29378,17 +29338,6 @@
"expression": [
"Bundle.entry[2].resource/*Immunization/null*/.status"
]
},
{
"severity": "warning",
"code": "code-invalid",
"details": {
"text": "ValueSet https://healthterminologies.gov.au/fhir/ValueSet/australian-immunisation-register-vaccine-1 not found"
},
"diagnostics": "[37,10]",
"expression": [
"Bundle.entry[2].resource/*Immunization/null*/.vaccineCode.coding[0]"
]
}
]
}
Expand Down

0 comments on commit fbf9a2a

Please sign in to comment.