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

FHIR IG Statistics: StructureDefinition/FolderProfile

Packageihe-de.iti.xds-vs
TypeStructureDefinition
IdFolderProfile
FHIR VersionR4
Sourcehttp://www.ihe-d.de/fhir/https://build.fhir.org/ig/IHE-Germany/ITI.XDS.VS/StructureDefinition-FolderProfile.html
URLhttp://www.ihe-d.de/fhir/StructureDefinition/FolderProfile
Version4.0.0-alpha1
Statusdraft
Date2025-04-14
NameFolderProfile
TitleFolder (Profile)
Realmde
Authorityihe
Description**Folder** (Profile)
CopyrightIHE Deutschland e.V.
Typehttp://www.ihe-d.de/fhir/StructureDefinition/Folder
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
FolderFolder (LM)

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureDefinition FolderProfile

NameFlagsCard.TypeDescription & Constraintsdoco
.. Folder 0..*Folder
Elements defined in Ancestors:availabilityStatus, codeList, comments, entryUUID, homeCommunityID, lastUpdateTime, patientID, title, uniqueId
Folder (LM)
... availabilityStatus S0..1CodeableConceptavailability of the document
... codeList S1..*CodeableConceptlist of associated codes
... entryUUID S1..1Identifieridentifier of the document
... homeCommunityID S0..1IdentifierID of home community
... patientID S1..1Identifieridentifier of patient
... title S1..1stringtitle of document
... uniqueId S1..1Identifieridentifier of document

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "FolderProfile",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://www.ihe-d.de/fhir/ImplementationGuide/ihe-de.iti.xds-vs"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "draft",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://www.ihe-d.de/fhir/ImplementationGuide/ihe-de.iti.xds-vs"
          }
        ]
      }
    }
  ],
  "url": "http://www.ihe-d.de/fhir/StructureDefinition/FolderProfile",
  "version": "4.0.0-alpha1",
  "name": "FolderProfile",
  "title": "Folder (Profile)",
  "status": "draft",
  "experimental": false,
  "date": "2025-04-14",
  "publisher": "IHE Deutschland e.V., Berlin, Deutschland",
  "contact": [
    {
      "name": "IHE Deutschland e.V., Berlin, Deutschland",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.ihe-d.de"
        },
        {
          "system": "email",
          "value": "info@ihe-d.de"
        }
      ]
    }
  ],
  "description": "**Folder** (Profile)",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DE",
          "display": "Germany"
        }
      ]
    }
  ],
  "copyright": "IHE Deutschland e.V.",
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "http://www.ihe-d.de/fhir/StructureDefinition/Folder",
  "baseDefinition": "http://www.ihe-d.de/fhir/StructureDefinition/Folder",
  "derivation": "constraint",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "4.0.0-alpha1"
      }
    ],
    "element": [
      {
        "id": "Folder",
        "path": "Folder",
        "short": "Folder (LM)",
        "definition": "This Logical Mode describes the relevant attributes on the **Folder** class within IHE ITI XDS.\nMore details are to be retrieved from IHE ITI on www.ihe.net.\n(Focus for this LM is on the coded attributes.)",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "Folder.availabilityStatus",
        "path": "Folder.availabilityStatus",
        "short": "availability of the document",
        "definition": "availability of the document",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Folder.availabilityStatus",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "http://www.ihe-d.de/fhir/ValueSet/IHEXDSavailabilityStatusCode"
        }
      },
      {
        "id": "Folder.codeList",
        "path": "Folder.codeList",
        "short": "list of associated codes",
        "definition": "list of associated codes",
        "min": 1,
        "max": "*",
        "base": {
          "path": "Folder.codeList",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Folder.comments",
        "path": "Folder.comments",
        "short": "Comments",
        "definition": "Comments",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Folder.comments",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Folder.entryUUID",
        "path": "Folder.entryUUID",
        "short": "identifier of the document",
        "definition": "identifier of the document",
        "min": 1,
        "max": "1",
        "base": {
          "path": "Folder.entryUUID",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Folder.homeCommunityID",
        "path": "Folder.homeCommunityID",
        "short": "ID of home community",
        "definition": "ID of home community",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Folder.homeCommunityID",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Folder.lastUpdateTime",
        "path": "Folder.lastUpdateTime",
        "short": "timestamp of last udpate",
        "definition": "timestamp of last udpate",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Folder.lastUpdateTime",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "Folder.patientID",
        "path": "Folder.patientID",
        "short": "identifier of patient",
        "definition": "identifier of patient",
        "min": 1,
        "max": "1",
        "base": {
          "path": "Folder.patientID",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Folder.title",
        "path": "Folder.title",
        "short": "title of document",
        "definition": "title of document",
        "min": 1,
        "max": "1",
        "base": {
          "path": "Folder.title",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Folder.uniqueId",
        "path": "Folder.uniqueId",
        "short": "identifier of document",
        "definition": "identifier of document",
        "min": 1,
        "max": "1",
        "base": {
          "path": "Folder.uniqueId",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "mustSupport": true
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "Folder",
        "path": "Folder"
      },
      {
        "id": "Folder.availabilityStatus",
        "path": "Folder.availabilityStatus",
        "mustSupport": true
      },
      {
        "id": "Folder.codeList",
        "path": "Folder.codeList",
        "mustSupport": true
      },
      {
        "id": "Folder.entryUUID",
        "path": "Folder.entryUUID",
        "mustSupport": true
      },
      {
        "id": "Folder.homeCommunityID",
        "path": "Folder.homeCommunityID",
        "mustSupport": true
      },
      {
        "id": "Folder.patientID",
        "path": "Folder.patientID",
        "mustSupport": true
      },
      {
        "id": "Folder.title",
        "path": "Folder.title",
        "mustSupport": true
      },
      {
        "id": "Folder.uniqueId",
        "path": "Folder.uniqueId",
        "mustSupport": true
      }
    ]
  }
}