R6 Ballot (2nd Draft)

Publish-box (todo)

Example Condition/f201 (JSON)

Patient Care Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Encounter, Patient, Practitioner, RelatedPerson

Raw JSON (canonical form + also see JSON Format Specification)

Real-word condition example (fever)

{
  "resourceType" : "Condition",
  "id" : "f201",
  "identifier" : [{
    "value" : "12345"
  }],
  "clinicalStatus" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
      "code" : "resolved"
    }]
  },
  "verificationStatus" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
      "code" : "confirmed"
    }]
  },
  "category" : [{
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "55607006",
      "display" : "Problem"
    },
    {
      "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
      "code" : "problem-list-item"
    }]
  }],
  "severity" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "255604002",
      "display" : "Mild"
    }]
  },
  "code" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "386661006",
      "display" : "Fever"
    }]
  },
  "bodySite" : [{
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "38266002",
      "display" : "Entire body as a whole"
    }]
  }],
  "subject" : {
    "reference" : "Patient/f201",
    "display" : "Roel"
  },
  "encounter" : {
    "reference" : "Encounter/f201"
  },
  "onsetDateTime" : "2013-04-02",
  "abatementString" : "around April 9, 2013",
  "recordedDate" : "2013-04-04",
  "recorder" : {
    "reference" : "Practitioner/f201"
  },
  "asserter" : {
    "reference" : "Practitioner/f201"
  },
  "evidence" : [{
    "concept" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "258710007",
        "display" : "degrees C"
      }]
    },
    "reference" : {
      "reference" : "Observation/f202",
      "display" : "Temperature"
    }
  }]
}

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.