{
  "resourceType": "Condition",
  "id": "s4h-us-core-condition-example-2",
  "meta": {
    "profile": [
      "http://fhir.smart4health.eu/StructureDefinition/s4h-condition"
    ]
  },
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code": "active",
        "display": "Active"
      }
    ],
    "text": "Active"
  },
  "verificationStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status",
        "code": "confirmed",
        "display": "Confirmed"
      }
    ],
    "text": "Confirmed"
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/core/CodeSystem/condition-category",
          "code": "health-concern",
          "display": "Health Concern"
        }
      ],
      "text": "Health Concern"
    }
  ],
  "code": {
    "text": "Cost of medications"
  },
  "subject": {
    "display": "Marie Lux-Brennard"
  },
  "onsetDateTime": "2007-12-14"
}