FHIR IG analytics| Package | tw.gov.mohw.nhi.pas |
| Resource Type | OperationOutcome |
| Id | OperationOutcome-error-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
問題嚴重性:Error ( IssueSeverity#error
問題種類:Processing Failure ( IssueType#processing)
訊息種類:Parameter "%s" content is invalid ( OperationOutcomeCodes#operation-outcome-MSG_PARAM_INVALID)
{
"resourceType": "OperationOutcome",
"id": "error-example",
"meta": {
"profile": [
"https://nhicore.nhi.gov.tw/pas/StructureDefinition/Operationoutcome-twpas"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"issue": [
{
"severity": "error",
"code": "processing",
"details": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/operation-outcome",
"code": "MSG_PARAM_INVALID"
}
]
}
}
]
}