{
  "resourceType": "StructureDefinition",
  "url": "http://hl7.org/fhir/StructureDefinition/medication-overTheCounter",
  "version": "4.0",
  "fhirVersion": "4.0",
  "id": "medication-overTheCounter",
  "name": "medication-overTheCounter",
  "title": "Over The Counter Medication",
  "status": "draft",
  "publisher": "Orion Health",
  "description": "Indicates whether or not this medication was supplied over the counter (OTC)",
  "purpose": "This extension indicates whether or not this medication was supplied as an over the counter (OTC) medication",
  "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/medication-overTheCounter"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "short": "Indicates whether or not this medication was supplied over the counter (OTC)",
        "definition": "Set to true if the medication should be indicated as being OTC",
        "min": 1,
        "max": 1,
        "type": [
          {
            "code": "boolean"
          }
        ]
      }
    ]
  }
}