FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.cz.ps
Resource TypeStructureDefinition
IdStructureDefinition-LogAttachmentsCzEn.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7-cz/ps/StructureDefinition-LogAttachmentsCzEn.html
URLhttps://hl7.cz/fhir/ps/StructureDefinition/LogAttachmentsCzEn
Version0.0.1
Statusdraft
Date2026-01-05T15:11:51+00:00
NameLogCzAttachmentsEn
TitleA.2.10 Attachments
Realmcz
Authorityhl7
DescriptionLogical model for attachments in the Patient Summary
Typehttps://hl7.cz/fhir/ps/StructureDefinition/LogAttachmentsCzEn
Kindlogical

Resources that use this resource

ConceptMap
attachments2FHIR-cz-psConceptMap: Attachments to FHIR Patient Summary (CZ)
StructureDefinition
LogBodyPSCzEnA.2 – Document Body

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: StructureDefinition LogAttachmentsCzEn

NameFlagsCard.TypeDescription & Constraintsdoco
.. LogAttachmentsCzEn 0..*BaseA.2.10 Attachments
... attachment 1..*BaseA.2.10.1 Attachment
.... type 1..1CodeableConceptA.2.10.1.1 Attachment type
.... format 1..1CodeableConceptA.2.10.1.2 Attachment format
.... title 0..1stringA.2.10.1.3 Attachment title
.... description 0..1stringA.2.10.1.4 Attachment description
.... dateTime 1..1dateTimeA.2.10.1.5 Attachment date and time
.... document 1..1AttachmentA.2.10.1.6 Document

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "LogAttachmentsCzEn",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7.cz/fhir/ps/StructureDefinition/LogAttachmentsCzEn",
  "version": "0.0.1",
  "name": "LogCzAttachmentsEn",
  "title": "A.2.10 Attachments",
  "status": "draft",
  "date": "2026-01-05T15:11:51+00:00",
  "publisher": "HL7 Czech Republic",
  "contact": [
    {
      "name": "HL7 Czech Republic",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.cz/"
        }
      ]
    }
  ],
  "description": "Logical model for attachments in the Patient Summary",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CZ",
          "display": "Czechia"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "https://hl7.cz/fhir/ps/StructureDefinition/LogAttachmentsCzEn",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "4.0.1"
      }
    ],
    "element": [
      {
        "id": "LogAttachmentsCzEn",
        "path": "LogAttachmentsCzEn",
        "short": "A.2.10 Attachments",
        "definition": "Logical model for attachments in the Patient Summary",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "LogAttachmentsCzEn.attachment",
        "path": "LogAttachmentsCzEn.attachment",
        "short": "A.2.10.1 Attachment",
        "definition": "Any attachment selected by the user.",
        "min": 1,
        "max": "*",
        "base": {
          "path": "LogAttachmentsCzEn.attachment",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "LogAttachmentsCzEn.attachment.type",
        "path": "LogAttachmentsCzEn.attachment.type",
        "short": "A.2.10.1.1 Attachment type",
        "definition": "Defines the type of the attachment.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "LogAttachmentsCzEn.attachment.type",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "LogAttachmentsCzEn.attachment.format",
        "path": "LogAttachmentsCzEn.attachment.format",
        "short": "A.2.10.1.2 Attachment format",
        "definition": "Defines the format of the attachment.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "LogAttachmentsCzEn.attachment.format",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "LogAttachmentsCzEn.attachment.title",
        "path": "LogAttachmentsCzEn.attachment.title",
        "short": "A.2.10.1.3 Attachment title",
        "definition": "Title that further describes the attachment.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "LogAttachmentsCzEn.attachment.title",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "LogAttachmentsCzEn.attachment.description",
        "path": "LogAttachmentsCzEn.attachment.description",
        "short": "A.2.10.1.4 Attachment description",
        "definition": "Additional description of the attachment.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "LogAttachmentsCzEn.attachment.description",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "LogAttachmentsCzEn.attachment.dateTime",
        "path": "LogAttachmentsCzEn.attachment.dateTime",
        "short": "A.2.10.1.5 Attachment date and time",
        "definition": "Date and time when the attachment was created or captured.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "LogAttachmentsCzEn.attachment.dateTime",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "LogAttachmentsCzEn.attachment.document",
        "path": "LogAttachmentsCzEn.attachment.document",
        "short": "A.2.10.1.6 Document",
        "definition": "Photograph, video recording, PDF from a medical device, or a reference/link.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "LogAttachmentsCzEn.attachment.document",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Attachment"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "LogAttachmentsCzEn",
        "path": "LogAttachmentsCzEn",
        "short": "A.2.10 Attachments",
        "definition": "Logical model for attachments in the Patient Summary"
      },
      {
        "id": "LogAttachmentsCzEn.attachment",
        "path": "LogAttachmentsCzEn.attachment",
        "short": "A.2.10.1 Attachment",
        "definition": "Any attachment selected by the user.",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "LogAttachmentsCzEn.attachment.type",
        "path": "LogAttachmentsCzEn.attachment.type",
        "short": "A.2.10.1.1 Attachment type",
        "definition": "Defines the type of the attachment.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "LogAttachmentsCzEn.attachment.format",
        "path": "LogAttachmentsCzEn.attachment.format",
        "short": "A.2.10.1.2 Attachment format",
        "definition": "Defines the format of the attachment.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "LogAttachmentsCzEn.attachment.title",
        "path": "LogAttachmentsCzEn.attachment.title",
        "short": "A.2.10.1.3 Attachment title",
        "definition": "Title that further describes the attachment.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "LogAttachmentsCzEn.attachment.description",
        "path": "LogAttachmentsCzEn.attachment.description",
        "short": "A.2.10.1.4 Attachment description",
        "definition": "Additional description of the attachment.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "LogAttachmentsCzEn.attachment.dateTime",
        "path": "LogAttachmentsCzEn.attachment.dateTime",
        "short": "A.2.10.1.5 Attachment date and time",
        "definition": "Date and time when the attachment was created or captured.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "LogAttachmentsCzEn.attachment.document",
        "path": "LogAttachmentsCzEn.attachment.document",
        "short": "A.2.10.1.6 Document",
        "definition": "Photograph, video recording, PDF from a medical device, or a reference/link.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Attachment"
          }
        ]
      }
    ]
  }
}