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

FHIR IG Statistics: StructureDefinition/Meta-ForCommonConformance.StructureDefinition

PackageEu.Dedalus.D4Solutions.COVID-19
Resource TypeStructureDefinition
IdMeta-ForCommonConformance.StructureDefinition
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=Eu.Dedalus.D4Solutions.COVID-19@1.0.2&canonical=http://apiframework.dedalus.eu/fhir/StructureDefinition/Meta-ForCommonConformance
URLhttp://apiframework.dedalus.eu/fhir/StructureDefinition/Meta-ForCommonConformance
Statusactive
NameMeta-ForCommonConformance
TypeMeta
Kindcomplex-type

Resources that use this resource

StructureDefinition
EncounterEncounter
LocationAPI Framework location
OrganizationAPI Framework Organization
PatientAPI Framework Patient
QuestionnaireResponseQuestionnaireResponse
RelatedPersonRelatedPerson

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "http://apiframework.dedalus.eu/fhir/StructureDefinition/Meta-ForCommonConformance",
  "name": "Meta-ForCommonConformance",
  "status": "active",
  "experimental": false,
  "fhirVersion": "3.0.1",
  "kind": "complex-type",
  "abstract": false,
  "type": "Meta",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Meta",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Meta",
        "path": "Meta",
        "mustSupport": true
      },
      {
        "id": "Meta.versionId",
        "path": "Meta.versionId",
        "mustSupport": true
      },
      {
        "id": "Meta.lastUpdated",
        "path": "Meta.lastUpdated",
        "mustSupport": true
      },
      {
        "id": "Meta.profile",
        "path": "Meta.profile",
        "requirements": "Each API Framework resource shall declare conformance to at least its relative FHIR profile: e.g. a ProcedureRequest used in the Order Management Scenario shall declare conformance to ProcedureRequest-ForORD)",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Meta.tag",
        "path": "Meta.tag",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Meta.tag:createdBy",
        "path": "Meta.tag",
        "sliceName": "createdBy",
        "definition": "Component ID of the component that created this resource instance.",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Meta.tag:createdBy.system",
        "path": "Meta.tag.system",
        "min": 1,
        "fixedUri": "http://apiframework.dedalus.eu/tag/createdBy"
      },
      {
        "id": "Meta.tag:createdBy.code",
        "path": "Meta.tag.code",
        "requirements": "Component ID of the component that created the resource instance",
        "min": 1
      },
      {
        "id": "Meta.tag:lastUpdatedBy",
        "path": "Meta.tag",
        "sliceName": "lastUpdatedBy",
        "definition": "Component ID of the component that lat updated this resource instance.",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Meta.tag:lastUpdatedBy.system",
        "path": "Meta.tag.system",
        "min": 1,
        "fixedUri": "http://apiframework.dedalus.eu/tag/lastUpdatedBy"
      },
      {
        "id": "Meta.tag:lastUpdatedBy.code",
        "path": "Meta.tag.code",
        "min": 1
      },
      {
        "id": "Meta.tag:currentTransaction",
        "path": "Meta.tag",
        "sliceName": "currentTransaction",
        "definition": "Identifier of the last transaction under whose scope the last update of this resource has been performed.",
        "min": 1,
        "max": "1",
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://apiframework.dedalus.eu/fhir/ValueSet/DFourTransaction-ForWorkflow"
          }
        }
      },
      {
        "id": "Meta.tag:currentTransaction.system",
        "path": "Meta.tag.system",
        "min": 1,
        "fixedUri": "http://apiframework.dedalus.eu/fhir/CodeSystem/DFourTransaction-ForWorkflow"
      },
      {
        "id": "Meta.tag:currentTransaction.code",
        "path": "Meta.tag.code",
        "min": 1
      }
    ]
  }
}