This page is part of the FHIR Specification (v0.06: DSTU 1 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
General Issue Example
General Issue Example (id = "101")
<IssueReport xmlns="http://hl7.org/fhir"> <issue> <severity>error</severity> <type> <coding> <system>http://test.org/issueCodeSystem</system> <code>V15</code> <display>InvalidCode</display> </coding> </type> <location>/Person[1]/gender[1]</location> </issue> <text> <status>additional</status> <div xmlns="http://www.w3.org/1999/xhtml"> <p>W is not a recognized code for Gender.</p> </div> </text> </IssueReport>
JSON Equivalent
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"} }]} }] }}
This is an old version of FHIR retained for archive purposes. Do not use for anything else
Implementers are welcome to experiment with the content defined here, but should note that the contents are subject to change without prior notice.
© HL7.org 2011 - 2012. FHIR v0.06 generated on Tue, Dec 4, 2012 00:03+1100. License