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

Condition-qicore-example.json

Raw JSON (canonical form)

Example of QICore Condition

{
  "resourceType": "Condition",
  "id": "qicore",
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/condition-criticality",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/vs/condition-severity",
            "code": "399166001",
            "display": "Fatal"
          }
        ]
      }
    }
  ],
  "patient": {
    "reference": "Patient/example"
  },
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/vs/daf-problem",
        "code": "39065001",
        "display": "Burn of ear"
      }
    ],
    "text": "Burnt Ear"
  },
  "category": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/condition-category",
        "code": "diagnosis",
        "display": "Diagnosis"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "439401001",
        "display": "Diagnosis"
      }
    ]
  },
  "clinicalStatus": "confirmed",
  "severity": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "24484000",
        "display": "Severe"
      }
    ]
  },
  "onsetDateTime": "2012-05-24",
  "location": [
    {
      "siteCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "49521004",
            "display": "Left external ear structure"
          }
        ],
        "text": "Left Ear"
      }
    }
  ]
}

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.