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
Additional Examples:
2nd Example | XML | (for browser) | JSON | (for browser) |
General Problem Example
General Problem Example (id = "example")
<Problem xmlns="http://hl7.org/fhir"> <code> <coding> <system>http://snomed.info</system> <code>39065001</code> <display>Burn of ear</display> </coding> <text>Burnt Ear</text> </code> <category> <coding> <system>http://snomed.info</system> <code>439401001</code> <display>Diagnosis</display> </coding> </category> <status>confirmed</status> <severity> <coding> <system>http://snomed.info</system> <code>24484000</code> <display>Severe</display> </coding> </severity> <onsetDate>2012-05-24</onsetDate> <location> <code> <coding> <system>http://snomed.info</system> <code>49521004</code> <display>Left external ear structure</display> </coding> <text>Left Ear</text> </code> </location> <text> <status>generated</status> <div xmlns="http://www.w3.org/1999/xhtml">Severe burn of left ear (Date: 24-May 2012)</div> </text> </Problem>
JSON Equivalent
General Problem Example
{"Problem": { "text": { "status": "generated", "div": "<div>Severe burn of left ear (Date: 24-May 2012)<\/div>" }, "category": {"coding": [{ "system": {"value": "http://snomed.info"}, "display": {"value": "Diagnosis"}, "code": {"value": "439401001"} }]}, "location": {"code": { "text": {"value": "Left Ear"}, "coding": [{ "system": {"value": "http://snomed.info"}, "display": {"value": "Left external ear structure"}, "code": {"value": "49521004"} }] }}, "status": {"value": "confirmed"}, "severity": {"coding": [{ "system": {"value": "http://snomed.info"}, "display": {"value": "Severe"}, "code": {"value": "24484000"} }]}, "onsetDate": {"value": "2012-05-24"}, "code": { "text": {"value": "Burnt Ear"}, "coding": [{ "system": {"value": "http://snomed.info"}, "display": {"value": "Burn of ear"}, "code": {"value": "39065001"} }] } }}
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:04+1100. License