{
  "resourceType": "StructureDefinition",
  "url": "https://simplifier.net/health-espresso/status_date",
  "name": "Status_date",
  "status": "draft",
  "experimental": false,
  "description": "The date associated with 'Patient Status' refers to the date the patient becomes 'active' or the date the status has been changed.",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Patient.active"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://simplifier.net/health-espresso/status_date"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "date"
          }
        ]
      }
    ]
  }
}