{
  "resourceType": "StructureDefinition",
  "id": "resource-approvalDate",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    }
  ],
  "url": "http://hl7.org/fhir/StructureDefinition/resource-approvalDate",
  "name": "approvalDate",
  "title": "Approval Date",
  "status": "draft",
  "publisher": "HL7",
  "description": "The date on which the asset content was approved by the publisher. Approval happens once when the content is officially approved for usage.",
  "fhirVersion": "3.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "StructureDefinition",
    "StructureMap",
    "DataElement",
    "CapabilityStatement",
    "OperationDefinition",
    "SearchParameter",
    "CompartmentDefinition",
    "ImplementationGuide",
    "CodeSystem",
    "ValueSet",
    "ConceptMap",
    "ExpansionProfile",
    "NamingSystem"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "When resource approved by publisher",
        "definition": "The date on which the asset content was approved by the publisher. Approval happens once when the content is officially approved for usage.",
        "comment": "The date may be more recent than the approval date because of minor changes / editorial corrections.",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "type": [
          {
            "code": "uri"
          }
        ],
        "fixedUri": "http://hl7.org/fhir/StructureDefinition/resource-approvalDate"
      },
      {
        "id": "Extension.valueDate",
        "path": "Extension.valueDate",
        "type": [
          {
            "code": "date"
          }
        ]
      }
    ]
  }
}