DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 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 . Page versions: R5 R4B R4 R3 R2

Condition-example-f003-abscess.json

Raw JSON (canonical form)

Real-word condition example (abscess)

{
  "resourceType": "Condition",
  "id": "f003",
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "patient": {
    "reference": "Patient/f001",
    "display": "P. van de Heuvel"
  },
  "encounter": {
    "reference": "Encounter/f003"
  },
  "asserter": {
    "reference": "Patient/f001",
    "display": "P. van de Heuvel"
  },
  "dateAsserted": "2012-02-20",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "18099001",
        "display": "Retropharyngeal abscess"
      }
    ]
  },
  "category": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "439401001",
        "display": "diagnosis"
      }
    ]
  },
  "clinicalStatus": "confirmed",
  "severity": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "371923003",
        "display": "Mild to moderate"
      }
    ]
  },
  "onsetDateTime": "2012-02-27",
  "evidence": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "169068008",
            "display": "CT of neck"
          }
        ]
      }
    }
  ],
  "location": [
    {
      "siteCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "280193007",
            "display": "Entire retropharyngeal area"
          }
        ]
      }
    }
  ]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.