{
  "resourceType": "StructureDefinition",
  "id": "ext-Meta-effectiveDate",
  "url": "https://bpcs.exchange/fhir/StructureDefinition/ext-Meta-effectiveDate",
  "name": "MetaEffectiveDate",
  "title": "Record Effective Date",
  "status": "active",
  "experimental": false,
  "description": "Indicates the date when the content represented by the record is considered to have been 'effective' in the system.  This can be different from (and earlier than) the date when the version of the record was created",
  "fhirVersion": "5.0.0-snapshot1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Meta"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "currStat",
        "definition": "Indicates the date when the content represented by the record is considered to have been 'effective' in the system.  This can be different from (and earlier than) the date when the version of the record was created"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://bpcs.exchange/fhir/StructureDefinition/ext-Meta-effectiveDate"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "min": 1,
        "type": [
          {
            "code": "date",
            "profile": [
              "https://bpcs.exchange/fhir/StructureDefinition/profile-date-full"
            ]
          }
        ],
        "mustSupport": true
      }
    ]
  }
}