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

FHIR IG Statistics: StructureDefinition/LegalAuthenticatorCz

Packagehl7.fhir.cz.img
TypeStructureDefinition
IdLegalAuthenticatorCz
FHIR VersionR4
Sourcehttps://hl7.cz/fhir/img/https://build.fhir.org/ig/HL7-cz/img/StructureDefinition-LegalAuthenticatorCz.html
URLhttps://hl7.cz/fhir/img/StructureDefinition/LegalAuthenticatorCz
Version0.1.0-ballot
Statusdraft
Date2025-07-18T09:00:23+00:00
NameLogEnLegalAuthenticatorImagingCz
TitleA.1.7 - Legal authenticator (The person taking responsibility for the medical content of the document)
Realmcz
Authorityhl7
DescriptionLegal authenticator (The person taking responsibility for the medical content of the document)
Typehttps://hl7.cz/fhir/img/StructureDefinition/LegalAuthenticatorCz
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 LegalAuthenticatorCz

NameFlagsCard.TypeDescription & Constraintsdoco
.. LegalAuthenticatorCz 0..*BaseA.1.7 - Legal authenticator (The person taking responsibility for the medical content of the document)
... identifier 1..*IdentifierA.1.7.1 - Legal authenticator identifier
... name 1..1HumanNameA.1.7.2 - Legal authenticator name
... organizationID 0..*IdentifierA.1.7.3 - Legal authenticator organisation ID
... organization 1..1BaseA.1.7.4 - Legal authenticator organisation
... dateTime 1..1dateTimeA.1.7.5 - Authentication date and time

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "LegalAuthenticatorCz",
  "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/LegalAuthenticatorCz",
  "version": "0.1.0-ballot",
  "name": "LogEnLegalAuthenticatorImagingCz",
  "title": "A.1.7 - Legal authenticator (The person taking responsibility for the medical content of the document)",
  "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": "Legal authenticator (The person taking responsibility for the medical content of the document)",
  "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/LegalAuthenticatorCz",
  "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": "LegalAuthenticatorCz",
        "path": "LegalAuthenticatorCz",
        "short": "A.1.7 - Legal authenticator (The person taking responsibility for the medical content of the document)",
        "definition": "Legal authenticator (The person taking responsibility for the medical content of the document)",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "LegalAuthenticatorCz.identifier",
        "path": "LegalAuthenticatorCz.identifier",
        "short": "A.1.7.1 - Legal authenticator 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. Multiple identifiers could be provided.",
        "min": 1,
        "max": "*",
        "base": {
          "path": "LegalAuthenticatorCz.identifier",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "LegalAuthenticatorCz.name",
        "path": "LegalAuthenticatorCz.name",
        "short": "A.1.7.2 - Legal authenticator 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": "LegalAuthenticatorCz.name",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "HumanName"
          }
        ]
      },
      {
        "id": "LegalAuthenticatorCz.organizationID",
        "path": "LegalAuthenticatorCz.organizationID",
        "short": "A.1.7.3 - Legal authenticator 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": 0,
        "max": "*",
        "base": {
          "path": "LegalAuthenticatorCz.organizationID",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "LegalAuthenticatorCz.organization",
        "path": "LegalAuthenticatorCz.organization",
        "short": "A.1.7.4 - Legal authenticator organisation",
        "definition": "The healthcare provider organisation information.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "LegalAuthenticatorCz.organization",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "LegalAuthenticatorCz.dateTime",
        "path": "LegalAuthenticatorCz.dateTime",
        "short": "A.1.7.5 - Authentication date and time",
        "definition": "Date and time when the document was authorised.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "LegalAuthenticatorCz.dateTime",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "LegalAuthenticatorCz",
        "path": "LegalAuthenticatorCz",
        "short": "A.1.7 - Legal authenticator (The person taking responsibility for the medical content of the document)",
        "definition": "Legal authenticator (The person taking responsibility for the medical content of the document)"
      },
      {
        "id": "LegalAuthenticatorCz.identifier",
        "path": "LegalAuthenticatorCz.identifier",
        "short": "A.1.7.1 - Legal authenticator 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. Multiple identifiers could be provided.",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "LegalAuthenticatorCz.name",
        "path": "LegalAuthenticatorCz.name",
        "short": "A.1.7.2 - Legal authenticator 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": "LegalAuthenticatorCz.organizationID",
        "path": "LegalAuthenticatorCz.organizationID",
        "short": "A.1.7.3 - Legal authenticator 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": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "LegalAuthenticatorCz.organization",
        "path": "LegalAuthenticatorCz.organization",
        "short": "A.1.7.4 - Legal authenticator organisation",
        "definition": "The healthcare provider organisation information.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "LegalAuthenticatorCz.dateTime",
        "path": "LegalAuthenticatorCz.dateTime",
        "short": "A.1.7.5 - Authentication date and time",
        "definition": "Date and time when the document was authorised.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      }
    ]
  }
}