FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/nxh-ext-extraction-status

Packagenexuzhealth.fhir.r4
Resource TypeStructureDefinition
Idnxh-ext-extraction-status
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nexuzhealth.fhir.r4@1.0.1&canonical=https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-extractionStatus
URLhttps://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-extractionStatus
Statusactive
Date2022-02-09T16:58:08.0324598Z
NameNxhExtExtractionStatus
DescriptionStatus of all resources of a FHIR profile extracted from the main FHIR store into a FHIR substore.
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
NxhExtractionStatusBasicNxhExtractionStatusBasic

Resources that this resource uses

No resources found


Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "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"
      }
    ]
  }
}