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 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"}
    }]
  }
}}