Skip to content

Commit

Permalink
Updating expectations for CapabilityStatementTest to include support …
Browse files Browse the repository at this point in the history
…for 'Task' resource.
  • Loading branch information
piotrszul committed Jan 25, 2025
1 parent 1566016 commit 388f7ea
Showing 1 changed file with 29 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3909,6 +3909,35 @@
}
]
},
{
"type": "Task",
"profile": "http://hl7.org/fhir/StructureDefinition/Task",
"interaction": [
{
"code": "search-type"
},
{
"code": "create"
},
{
"code": "update"
}
],
"operation": [
{
"name": "aggregate",
"definition": "https://pathling.csiro.au/fhir/OperationDefinition/aggregate-7"
},
{
"name": "extract",
"definition": "https://pathling.csiro.au/fhir/OperationDefinition/extract-7"
},
{
"name": "fhirPath",
"definition": "https://pathling.csiro.au/fhir/OperationDefinition/search-7"
}
]
},
{
"type": "TerminologyCapabilities",
"profile": "http://hl7.org/fhir/StructureDefinition/TerminologyCapabilities",
Expand Down

0 comments on commit 388f7ea

Please sign in to comment.