{
  "resourceType": "Condition",
  "id": "s4h-medmij-condition-example-3",
  "meta": {
    "profile": [
      "http://fhir.smart4health.eu/StructureDefinition/s4h-condition"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table><caption>Aandoening. Subject: Johan XXX_Helleman. Status: actief / onbekend</caption><tfoot><tr><td colspan=\"2\">Gevallen op de kunstijsbaan</td></tr></tfoot><tbody><tr><th>Code</th><td><span title=\"Fracture of wrist (disorder) (31641000146105 - SNOMED CT)\">Fracture of wrist (disorder)</span></td></tr><tr><th>Eerste symptomen</th><td>2001</td></tr><tr><th>Oplossing/remissie</th><td>2002</td></tr></tbody></table></div>"
  },
  "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"
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "82065001",
        "display": "Fracture of carpal bone (disorder)"
      }
    ]
  },
  "bodySite": [
    {
      "extension": [
        {
          "url": "http://nictiz.nl/fhir/StructureDefinition/BodySite-Qualifier",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "24028007",
                "display": "Right"
              }
            ]
          }
        }
      ],
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "361289009",
          "display": "Entire wrist region"
        }
      ]
    }
  ],
  "subject": {
    "display": "Marie Lux-Brennard"
  },
  "onsetDateTime": "2001",
  "abatementDateTime": "2002",
  "note": [
    {
      "text": "Gevallen op de kunstijsbaan"
    }
  ]
}