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

FHIR IG Statistics: StructureDefinition/AttesterCz

Packagehl7.fhir.cz.img
TypeStructureDefinition
IdAttesterCz
FHIR VersionR4
Sourcehttps://hl7.cz/fhir/img/https://build.fhir.org/ig/HL7-cz/img/StructureDefinition-AttesterCz.html
URLhttps://hl7.cz/fhir/img/StructureDefinition/AttesterCz
Version0.1.0-ballot
Statusdraft
Date2025-07-18T09:00:23+00:00
NameLogEnAttesterImagingCz
TitleA.1.6 - Attester (multiple attesters could be provided)
Realmcz
Authorityhl7
DescriptionAttester (multiple attesters could be provided)
Typehttps://hl7.cz/fhir/img/StructureDefinition/AttesterCz
Kindlogical

Resources that use this resource

ConceptMap
HeaderImagingReport2FHIR-czCZ Header Model to this guide Map
StructureDefinition
HeaderImagingReportCzA.1 - Imaging Report header data element

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: StructureDefinition AttesterCz

NameFlagsCard.TypeDescription & Constraintsdoco
.. AttesterCz 0..*BaseA.1.6 - Attester (multiple attesters could be provided)
... identifier 1..*IdentifierA.1.6.1 - Attester identifier
... name 1..1HumanNameA.1.6.2 - Attester name
... organizationID 1..1IdentifierA.1.6.3 - Attester organisation ID
... organization 1..1BaseA.1.6.4 - Attester organisation
... dateTime 1..1dateTimeA.1.6.5 - Approval date and time

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "AttesterCz",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "draft"
    }
  ],
  "url": "https://hl7.cz/fhir/img/StructureDefinition/AttesterCz",
  "version": "0.1.0-ballot",
  "name": "LogEnAttesterImagingCz",
  "title": "A.1.6 - Attester (multiple attesters could be provided)",
  "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": "Attester (multiple attesters could be provided)",
  "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/AttesterCz",
  "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": "AttesterCz",
        "path": "AttesterCz",
        "short": "A.1.6 - Attester (multiple attesters could be provided)",
        "definition": "Attester (multiple attesters could be provided)",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "AttesterCz.identifier",
        "path": "AttesterCz.identifier",
        "short": "A.1.6.1 - Attester identifier",
        "definition": "The health professional identification number. Either an internal identifier assigned by a healthcare provider institution or (preferably) a national health professional ID such as the licence or registration number.",
        "min": 1,
        "max": "*",
        "base": {
          "path": "AttesterCz.identifier",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "AttesterCz.name",
        "path": "AttesterCz.name",
        "short": "A.1.6.2 - Attester name",
        "definition": "Person name [the structure of the name will be the same as for the patient (given name, family name / surname)].",
        "min": 1,
        "max": "1",
        "base": {
          "path": "AttesterCz.name",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "HumanName"
          }
        ]
      },
      {
        "id": "AttesterCz.organizationID",
        "path": "AttesterCz.organizationID",
        "short": "A.1.6.3 - Attester organisation ID",
        "definition": "The healthcare provider organisation identifier. Identifier that is unique within a defined scope. Example: National healthcare provider ID. Multiple identifiers could be provided.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "AttesterCz.organizationID",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "AttesterCz.organization",
        "path": "AttesterCz.organization",
        "short": "A.1.6.4 - Attester organisation",
        "definition": "The healthcare provider organisation information.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "AttesterCz.organization",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "AttesterCz.dateTime",
        "path": "AttesterCz.dateTime",
        "short": "A.1.6.5 - Approval date and time",
        "definition": "Date and time of the approval of the document by Attester.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "AttesterCz.dateTime",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "AttesterCz",
        "path": "AttesterCz",
        "short": "A.1.6 - Attester (multiple attesters could be provided)",
        "definition": "Attester (multiple attesters could be provided)"
      },
      {
        "id": "AttesterCz.identifier",
        "path": "AttesterCz.identifier",
        "short": "A.1.6.1 - Attester identifier",
        "definition": "The health professional identification number. Either an internal identifier assigned by a healthcare provider institution or (preferably) a national health professional ID such as the licence or registration number.",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "AttesterCz.name",
        "path": "AttesterCz.name",
        "short": "A.1.6.2 - Attester name",
        "definition": "Person name [the structure of the name will be the same as for the patient (given name, family name / surname)].",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "HumanName"
          }
        ]
      },
      {
        "id": "AttesterCz.organizationID",
        "path": "AttesterCz.organizationID",
        "short": "A.1.6.3 - Attester organisation ID",
        "definition": "The healthcare provider organisation identifier. Identifier that is unique within a defined scope. Example: National healthcare provider ID. Multiple identifiers could be provided.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "AttesterCz.organization",
        "path": "AttesterCz.organization",
        "short": "A.1.6.4 - Attester organisation",
        "definition": "The healthcare provider organisation information.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "AttesterCz.dateTime",
        "path": "AttesterCz.dateTime",
        "short": "A.1.6.5 - Approval date and time",
        "definition": "Date and time of the approval of the document by Attester.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      }
    ]
  }
}