{
  "resourceType": "StructureDefinition",
  "url": "http://hl7.org/fhir/StructureDefinition/resource-current",
  "version": "4.0",
  "fhirVersion": "4.0",
  "id": "resource-current",
  "name": "resource-current",
  "title": "Currency Status",
  "status": "draft",
  "publisher": "Orion Health",
  "description": "Indicates if this resource should be considered current, for example, a medication the patient is currently taking",
  "purpose": "This extension allows a resource to be marked as current",
  "kind": "complex-type",
  "abstract": false,
  "type": "Extension",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "max": 1
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://hl7.org/fhir/StructureDefinition/resource-current"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "short": "Indicates if this resource should be considered current, for example, a medication the patient is currently taking",
        "definition": "Set to true if the resource should be marked as current",
        "min": 1,
        "max": 1,
        "type": [
          {
            "code": "boolean"
          }
        ]
      }
    ]
  }
}