{
  "resourceType": "StructureDefinition",
  "id": "nxh-ext-extraction-status",
  "meta": {
    "lastUpdated": "2022-02-21T16:05:16.061+00:00"
  },
  "url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-extractionStatus",
  "name": "NxhExtExtractionStatus",
  "status": "active",
  "date": "2022-02-09T16:58:08.0324598Z",
  "description": "Status of all resources of a FHIR profile extracted from the main FHIR store into a FHIR substore.",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Basic"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "profile update status",
        "definition": "The date when the resources of a specific profile were last updated."
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 3
      },
      {
        "id": "Extension.extension:extractionName",
        "path": "Extension.extension",
        "sliceName": "extractionName",
        "short": "extraction name",
        "definition": "The name of the FHIR extraction configuration",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Extension.extension:extractionName.url",
        "path": "Extension.extension.url",
        "fixedUri": "extractionName"
      },
      {
        "id": "Extension.extension:extractionName.value[x]",
        "path": "Extension.extension.value[x]",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Extension.extension:profileName",
        "path": "Extension.extension",
        "sliceName": "profileName",
        "short": "Profile name",
        "definition": "The name of the FHIR profile",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Extension.extension:profileName.url",
        "path": "Extension.extension.url",
        "fixedUri": "profileName"
      },
      {
        "id": "Extension.extension:profileName.value[x]",
        "path": "Extension.extension.value[x]",
        "min": 1,
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Extension.extension:lastUpdated",
        "path": "Extension.extension",
        "sliceName": "lastUpdated",
        "short": "Last Updated",
        "definition": "The date the resources of the FHIR profile were last extracted to the substore",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Extension.extension:lastUpdated.url",
        "path": "Extension.extension.url",
        "fixedUri": "lastUpdated"
      },
      {
        "id": "Extension.extension:lastUpdated.value[x]",
        "path": "Extension.extension.value[x]",
        "min": 1,
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-extractionStatus"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "max": "0"
      }
    ]
  }
}