This page is part of the FHIR Specification (v0.06: DSTU 1 Ballot 2). The current version which supercedes this version is 4.0.1. For a full list of available versions, see the Directory of published versions

 

General Issue Example

{"IssueReport": {
  "text": {
    "status": "additional",
    "div": "<div>\n      <p>W is not a recognized code for Gender.<\/p>\n    <\/div>"
  },
  "issue": [{
    "location": [{"value": "/Person[1]/gender[1]"}],
    "severity": "error",
    "type": {"coding": [{
      "system": {"value": "http://test.org/issueCodeSystem"},
      "display": {"value": "InvalidCode"},
      "code": {"value": "V15"}
    }]}
  }]
}}