FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example Condition/f205 (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 (Bacterial Infection)

{
  "resourceType" : "Condition",
  "id" : "f205",
  "clinicalStatus" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
      "code" : "active"
    }]
  },
  "verificationStatus" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
      "code" : "differential"
    }]
  },
  "code" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "87628006",
      "display" : "Bacterial infectious disease"
    }]
  },
  "bodyStructure" : {
    "reference" : "BodyStructure/skin-patch"
  },
  "subject" : {
    "reference" : "Patient/f201",
    "display" : "Roel"
  },
  "recordedDate" : "2013-04-04",
  "asserter" : {
    "reference" : "Practitioner/f201"
  }
}

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.