Current section
Files
Jump to
Current section
Files
priv/samples/OperationOutcome/OperationOutcome.json
{
"resourceType": "OperationOutcome",
"id": "allok",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>All OK</p>\n </div>"
},
"issue": [
{
"severity": "information",
"code": "informational",
"details": {
"text": "All OK"
}
}
],
"meta": {
"tag": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST",
"display": "test health data"
}
]
}
}