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

FHIR IG Statistics: StructureDefinition/AuthorCz

Packagehl7.fhir.cz.lab
TypeStructureDefinition
IdAuthorCz
FHIR VersionR4
Sourcehttps://hl7.cz/fhir/lab/https://build.fhir.org/ig/HL7-cz/cz-lab/StructureDefinition-AuthorCz.html
URLhttps://hl7.cz/fhir/lab/StructureDefinition/AuthorCz
Version0.5.0
Statusdraft
Date2025-07-01T07:12:43+00:00
NameAuthorLabEhnCz
TitleA.1.5 - Author
Realmcz
Authorityhl7
DescriptionAuthor (by whom the Laboratory result report or a subset of its results was authored). Section A1.5 of the eHN guideline.
Typehttps://hl7.cz/fhir/lab/StructureDefinition/AuthorCz
Kindlogical

Resources that use this resource

ConceptMap
author2FHIR-cz-labeHN Author to this guide Map

Resources that this resource uses

StructureDefinition
cz-organization-coreOrganization (CZ core)

Narrative

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

Generated Narrative: StructureDefinition AuthorCz

NameFlagsCard.TypeDescription & Constraintsdoco
.. AuthorCz 0..*BaseA.1.5 - Author
... identifier 1..*IdentifierA.1.5.1 Author identifier
... name 1..1HumanNameA.1.5.2 Author name
... organizationIdentifier 1..1IdentifierA.1.5.3 Author organization identifier
... organization 1..1CZ_OrganizationCoreA.1.5.4 Author organization
... dateOfSaving 1..1dateTimeA.1.5.5 Date and time of saving.

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "AuthorCz",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative"
    }
  ],
  "url": "https://hl7.cz/fhir/lab/StructureDefinition/AuthorCz",
  "version": "0.5.0",
  "name": "AuthorLabEhnCz",
  "title": "A.1.5 - Author",
  "status": "draft",
  "date": "2025-07-01T07:12:43+00:00",
  "publisher": "HL7 Czech Republic",
  "contact": [
    {
      "name": "HL7 Czech Republic",
      "telecom": [
        {
          "system": "url",
          "value": "https://hl7.cz"
        }
      ]
    }
  ],
  "description": "Author (by whom the Laboratory result report or a subset of its results was authored). Section A1.5 of the eHN guideline.",
  "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/lab/StructureDefinition/AuthorCz",
  "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": "AuthorCz",
        "path": "AuthorCz",
        "short": "A.1.5 - Author",
        "definition": "Author (by whom the Laboratory result report or a subset of its results was authored). Section A1.5 of the eHN guideline.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "AuthorCz.identifier",
        "path": "AuthorCz.identifier",
        "short": "A.1.5.1 Author identifier",
        "definition": "The health professional or authoring device identification number. Either an internal identifier assigned by a healthcare provider institution or (preferably) a national health professional ID such as the license or registration number.",
        "min": 1,
        "max": "*",
        "base": {
          "path": "AuthorCz.identifier",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "AuthorCz.name",
        "path": "AuthorCz.name",
        "short": "A.1.5.2 Author name",
        "definition": "Person or device name.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "AuthorCz.name",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "HumanName"
          }
        ]
      },
      {
        "id": "AuthorCz.organizationIdentifier",
        "path": "AuthorCz.organizationIdentifier",
        "short": "A.1.5.3 Author organization identifier",
        "definition": "Identifier of the organization the author represents.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "AuthorCz.organizationIdentifier",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "AuthorCz.organization",
        "path": "AuthorCz.organization",
        "short": "A.1.5.4 Author organization",
        "definition": "The healthcare provider organization the author represents.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "AuthorCz.organization",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Organization",
            "profile": [
              "https://hl7.cz/fhir/core/StructureDefinition/cz-organization-core"
            ]
          }
        ]
      },
      {
        "id": "AuthorCz.dateOfSaving",
        "path": "AuthorCz.dateOfSaving",
        "short": "A.1.5.5 Date and time of saving.",
        "definition": "The date and time the document was last modified.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "AuthorCz.dateOfSaving",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "AuthorCz",
        "path": "AuthorCz",
        "short": "A.1.5 - Author",
        "definition": "Author (by whom the Laboratory result report or a subset of its results was authored). Section A1.5 of the eHN guideline."
      },
      {
        "id": "AuthorCz.identifier",
        "path": "AuthorCz.identifier",
        "short": "A.1.5.1 Author identifier",
        "definition": "The health professional or authoring device identification number. Either an internal identifier assigned by a healthcare provider institution or (preferably) a national health professional ID such as the license or registration number.  ",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "AuthorCz.name",
        "path": "AuthorCz.name",
        "short": "A.1.5.2 Author name",
        "definition": "Person or device name. ",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "HumanName"
          }
        ]
      },
      {
        "id": "AuthorCz.organizationIdentifier",
        "path": "AuthorCz.organizationIdentifier",
        "short": "A.1.5.3 Author organization identifier",
        "definition": "Identifier of the organization the author represents.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "AuthorCz.organization",
        "path": "AuthorCz.organization",
        "short": "A.1.5.4 Author organization",
        "definition": "The healthcare provider organization the author represents. ",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Organization",
            "profile": [
              "https://hl7.cz/fhir/core/StructureDefinition/cz-organization-core"
            ]
          }
        ]
      },
      {
        "id": "AuthorCz.dateOfSaving",
        "path": "AuthorCz.dateOfSaving",
        "short": "A.1.5.5 Date and time of saving.",
        "definition": "The date and time the document was last modified.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      }
    ]
  }
}