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

FHIR IG Statistics: StructureDefinition/PresentedFormCz

Packagehl7.fhir.cz.img
TypeStructureDefinition
IdPresentedFormCz
FHIR VersionR4
Sourcehttps://hl7.cz/fhir/img/https://build.fhir.org/ig/HL7-cz/img/StructureDefinition-PresentedFormCz.html
URLhttps://hl7.cz/fhir/img/StructureDefinition/PresentedFormCz
Version0.1.0-ballot
Statusdraft
Date2025-07-18T09:00:23+00:00
NameLogEnPresentedFormCz
TitleA.3 - Presented form
Realmcz
Authorityhl7
DescriptionPresented form - Entire report as issued. Various formats could be provided, pdf format is recommended.
Typehttps://hl7.cz/fhir/img/StructureDefinition/PresentedFormCz
Kindlogical

Resources that use this resource

ConceptMap
AttachmentImagingReport2FHIR-czCZ Attachment Model to this guide Map
StructureDefinition
ImagingReportCzA - Imaging Report

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: StructureDefinition PresentedFormCz

NameFlagsCard.TypeDescription & Constraintsdoco
.. PresentedFormCz 0..*BaseA.3 - Presented form
... presentedForm 1..*BaseA.3 - Presented form
.... contentType 0..1CodeableConceptA.3.1 Type of content
.... language 0..1CodeableConceptA.3.2 Language of content
.... data 1..1base64BinaryA.3.3 Data of content
.... url 0..1urlA.3.4 URL of content
.... title 1..1stringA.3.5 Title of content
.... creation 0..1dateTimeA.3.6 Date of creation

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "PresentedFormCz",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7.cz/fhir/img/StructureDefinition/PresentedFormCz",
  "version": "0.1.0-ballot",
  "name": "LogEnPresentedFormCz",
  "title": "A.3 - Presented form",
  "status": "draft",
  "date": "2025-07-18T09:00:23+00:00",
  "publisher": "HL7 Czech Republic",
  "contact": [
    {
      "name": "HL7 Czech Republic",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.cz/"
        }
      ]
    }
  ],
  "description": "Presented form - Entire report as issued. Various formats could be provided, pdf format is recommended.",
  "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/img/StructureDefinition/PresentedFormCz",
  "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": "PresentedFormCz",
        "path": "PresentedFormCz",
        "short": "A.3 - Presented form",
        "definition": "Presented form - Entire report as issued. Various formats could be provided, pdf format is recommended.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "PresentedFormCz.presentedForm",
        "path": "PresentedFormCz.presentedForm",
        "short": "A.3 - Presented form",
        "definition": "Presented form of document",
        "min": 1,
        "max": "*",
        "base": {
          "path": "PresentedFormCz.presentedForm",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "PresentedFormCz.presentedForm.contentType",
        "path": "PresentedFormCz.presentedForm.contentType",
        "short": "A.3.1 Type of content",
        "definition": "Type of content - MIME type is required",
        "min": 0,
        "max": "1",
        "base": {
          "path": "PresentedFormCz.presentedForm.contentType",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "PresentedFormCz.presentedForm.language",
        "path": "PresentedFormCz.presentedForm.language",
        "short": "A.3.2 Language of content",
        "definition": "Language of content - HL7 valueset of languages is required",
        "min": 0,
        "max": "1",
        "base": {
          "path": "PresentedFormCz.presentedForm.language",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "PresentedFormCz.presentedForm.data",
        "path": "PresentedFormCz.presentedForm.data",
        "short": "A.3.3 Data of content",
        "definition": "Data inline, base64ed",
        "min": 1,
        "max": "1",
        "base": {
          "path": "PresentedFormCz.presentedForm.data",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "base64Binary"
          }
        ]
      },
      {
        "id": "PresentedFormCz.presentedForm.url",
        "path": "PresentedFormCz.presentedForm.url",
        "short": "A.3.4 URL of content",
        "definition": "Uri where the data can be found",
        "min": 0,
        "max": "1",
        "base": {
          "path": "PresentedFormCz.presentedForm.url",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "url"
          }
        ]
      },
      {
        "id": "PresentedFormCz.presentedForm.title",
        "path": "PresentedFormCz.presentedForm.title",
        "short": "A.3.5 Title of content",
        "definition": "Label to display in place of the data",
        "min": 1,
        "max": "1",
        "base": {
          "path": "PresentedFormCz.presentedForm.title",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "PresentedFormCz.presentedForm.creation",
        "path": "PresentedFormCz.presentedForm.creation",
        "short": "A.3.6 Date of creation",
        "definition": "Date attachment was first created",
        "min": 0,
        "max": "1",
        "base": {
          "path": "PresentedFormCz.presentedForm.creation",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "PresentedFormCz",
        "path": "PresentedFormCz",
        "short": "A.3 - Presented form",
        "definition": "Presented form - Entire report as issued. Various formats could be provided, pdf format is recommended."
      },
      {
        "id": "PresentedFormCz.presentedForm",
        "path": "PresentedFormCz.presentedForm",
        "short": "A.3 - Presented form",
        "definition": "Presented form of document",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "PresentedFormCz.presentedForm.contentType",
        "path": "PresentedFormCz.presentedForm.contentType",
        "short": "A.3.1 Type of content",
        "definition": "Type of content - MIME type is required",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "PresentedFormCz.presentedForm.language",
        "path": "PresentedFormCz.presentedForm.language",
        "short": "A.3.2 Language of content",
        "definition": "Language of content - HL7 valueset of languages is required",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "PresentedFormCz.presentedForm.data",
        "path": "PresentedFormCz.presentedForm.data",
        "short": "A.3.3 Data of content",
        "definition": "Data inline, base64ed",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "base64Binary"
          }
        ]
      },
      {
        "id": "PresentedFormCz.presentedForm.url",
        "path": "PresentedFormCz.presentedForm.url",
        "short": "A.3.4 URL of content",
        "definition": "Uri where the data can be found",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "url"
          }
        ]
      },
      {
        "id": "PresentedFormCz.presentedForm.title",
        "path": "PresentedFormCz.presentedForm.title",
        "short": "A.3.5 Title of content",
        "definition": "Label to display in place of the data",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "PresentedFormCz.presentedForm.creation",
        "path": "PresentedFormCz.presentedForm.creation",
        "short": "A.3.6 Date of creation",
        "definition": "Date attachment was first created",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      }
    ]
  }
}