FHIR IG analytics| Package | fhir.argonaut.scheduling |
| Resource Type | OperationOutcome |
| Id | OperationOutcome-example.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative with Details
id: example
| - | Severity | Code | Details |
| * | information | informational | the appointment availability operation was successful (Details ) |
{
"resourceType": "OperationOutcome",
"id": "example",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"issue": [
{
"severity": "information",
"code": "informational",
"details": {
"text": "the appointment availability operation was successful"
}
}
]
}