FHIR IG analytics| Package | ca.infoway.io.halo |
| Resource Type | Parameters |
| Id | OperationDefinition-set-context-success-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Parameters",
"parameter": [
{
"name": "launchID",
"valueString": "launch-code-12345"
},
{
"name": "outcome",
"resource": {
"resourceType": "OperationOutcome",
"issue": [
{
"severity": "information",
"code": "informational",
"details": {
"text": "Context successfully set."
}
}
]
}
}
]
}