FHIR Specification (v0.0.82: DSTU CI-Build
1). The current version which supercedes this version

This is 5.0.0 . For a full list the Continuous Integration Build of available versions, see FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions . Page versions: R4B

Example Condition/stroke (JSON)

Responsible Owner: Patient Care R4 Work Group Standards Status : Informative Compartments : Encounter , Group , Patient , Practitioner , RelatedPerson R3

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

RFC 3966 compliant telephone of fax number Raw XML Stroke example (for prognosis)

May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition should be version specific. This will ideally be the URI for the Resource Profile defining the extension, with the code for the extension after a #. Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list). </StructureDefinition>
{
  "resourceType" : "Condition",
  "id" : "stroke",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Ischemic stroke, July 18, 2010</div>"
  },
  "clinicalStatus" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
      "code" : "active"
    }]
  },
  "verificationStatus" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
      "code" : "confirmed"
    }]
  },
  "category" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
      "code" : "encounter-diagnosis",
      "display" : "Encounter Diagnosis"
    }]
  }],
  "code" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "422504002",
      "display" : "Ischemic stroke (disorder)"
    }],
    "text" : "Stroke"
  },
  "subject" : {
    "reference" : "Patient/example"
  },
  "onsetDateTime" : "2010-07-18"
}

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.