{
  "resourceType": "Condition",
  "id": "s4h-mii-condition-example-1",
  "meta": {
    "profile": [
      "http://fhir.smart4health.eu/StructureDefinition/s4h-condition"
    ]
  },
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code": "active"
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm",
        "version": "2020",
        "code": "S50.0",
        "display": "Prellung des Ellenbogens"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "91613004",
        "display": "Contusion of elbow (disorder)"
      }
    ],
    "text": "Prellung des linken Ellenbogens"
  },
  "subject": {
    "display": "Marie Lux-Brennard"
  },
  "onsetPeriod": {
    "start": "2020-02-26T11:00:00+00:00",
    "end": "2020-03-05T12:00:00+00:00"
  },
  "recordedDate": "2020-02-26T11:00:00+00:00"
}