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

FHIR IG Statistics: StructureDefinition/Firmatario

Packagehl7.fhir.it.lab-report
TypeStructureDefinition
IdFirmatario
FHIR VersionR4
Sourcehttp://hl7.it/fhir/lab-report/http://hl7.it/fhir/lab-report/0.2.0/StructureDefinition-Firmatario.html
URLhttp://hl7.it/fhir/lab-report/StructureDefinition/Firmatario
Version0.2.0
Statusactive
Date2024-03-08T09:39:30+01:00
NameFirmatario
TitleA.1.6 - Firmatario
Realmit
Authorityhl7
DescriptionFirmatario legale (La persona che si assume la responsabilità del contenuto medico del documento).
Typehttp://hl7.it/fhir/lab-report/StructureDefinition/Firmatario
Kindlogical

Resources that use this resource

StructureDefinition
RefertoLaboratorioA - Referto di Laboratorio

Resources that this resource uses

No resources found


Narrative

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

NameFlagsCard.TypeDescription & Constraintsdoco
.. Firmatario 0..*BaseA.1.6 - Firmatario
Instances of this logical model are not marked to be the target of a Reference
... identificativo 0..1IdentifierA.1.6.1 Identificatore dell'autenticatore legale
... nome 0..*HumanNameA.1.6.2 Nome dell'autenticatore legale
... organizzazione 0..*OrganizationA.1.6.3 Organizzazione dell'autenticatore legale
... data 0..1dateTimeA.1.6.4 Data e ora di autenticazione

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "Firmatario",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.it/fhir/lab-report/StructureDefinition/Firmatario",
  "version": "0.2.0",
  "name": "Firmatario",
  "title": "A.1.6 - Firmatario",
  "status": "active",
  "date": "2024-03-08T09:39:30+01:00",
  "publisher": "HL7 Italia",
  "contact": [
    {
      "name": "HL7 Italia",
      "telecom": [
        {
          "system": "url",
          "value": "https://hl7.it"
        }
      ]
    },
    {
      "name": "HL7 Italia",
      "telecom": [
        {
          "system": "url",
          "value": "https://hl7.it"
        }
      ]
    }
  ],
  "description": "Firmatario legale (La persona che si assume la responsabilità del contenuto medico del documento).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "IT",
          "display": "Italy"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "fhir",
      "uri": "hl7.org/fhir/r4",
      "name": "eHN Lab LegalAuthenticator model to FHIR R4 Map"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "http://hl7.it/fhir/lab-report/StructureDefinition/Firmatario",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "element": [
      {
        "id": "Firmatario",
        "path": "Firmatario",
        "short": "A.1.6 - Firmatario",
        "definition": "Firmatario legale (La persona che si assume la responsabilità del contenuto medico del documento).",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "fhir",
            "map": "Composition.attester.where(mode=http://hl7.org/fhir/composition-attestation-mode#legal)"
          }
        ]
      },
      {
        "id": "Firmatario.identificativo",
        "path": "Firmatario.identificativo",
        "short": "A.1.6.1 Identificatore dell'autenticatore legale",
        "definition": "Il numero di identificazione dell'operatore sanitario. Un identificativo interno assegnato da un'istituzione erogatrice di assistenza sanitaria o (preferibilmente) un'identificazione nazionale dell'operatore sanitario come il numero di licenza o di registrazione. - Sistema preferito( S):",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Firmatario.identificativo",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "mapping": [
          {
            "identity": "fhir",
            "map": ".party.resolve().ofType(PractictionerRole).identifier"
          }
        ]
      },
      {
        "id": "Firmatario.nome",
        "path": "Firmatario.nome",
        "short": "A.1.6.2 Nome dell'autenticatore legale",
        "definition": "Nome della persona. - Sistema/i preferito/i:",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Firmatario.nome",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "HumanName"
          }
        ],
        "mapping": [
          {
            "identity": "fhir",
            "map": ".party.resolve().ofType(PractictionerRole).practictioner.resolve().name"
          }
        ]
      },
      {
        "id": "Firmatario.organizzazione",
        "path": "Firmatario.organizzazione",
        "short": "A.1.6.3 Organizzazione dell'autenticatore legale",
        "definition": "Informazioni sull'organizzazione dell'operatore sanitario. - Sistema/i preferito/i:",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Firmatario.organizzazione",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Organization"
          }
        ],
        "mapping": [
          {
            "identity": "fhir",
            "map": ".party.resolve().ofType(PractictionerRole).organization.resolve()"
          },
          {
            "identity": "fhir",
            "map": ".party.resolve().ofType(Organization)"
          }
        ]
      },
      {
        "id": "Firmatario.data",
        "path": "Firmatario.data",
        "short": "A.1.6.4 Data e ora di autenticazione",
        "definition": "Data e ora in cui il documento è stato autorizzato. - Sistema/i preferito/i: ISO 8601",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Firmatario.data",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "mapping": [
          {
            "identity": "fhir",
            "map": ".time"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "Firmatario",
        "path": "Firmatario",
        "short": "A.1.6 - Firmatario",
        "definition": "Firmatario legale (La persona che si assume la responsabilità del contenuto medico del documento).",
        "mapping": [
          {
            "identity": "fhir",
            "map": "Composition.attester.where(mode=http://hl7.org/fhir/composition-attestation-mode#legal)"
          }
        ]
      },
      {
        "id": "Firmatario.identificativo",
        "path": "Firmatario.identificativo",
        "short": "A.1.6.1 Identificatore dell'autenticatore legale",
        "definition": "Il numero di identificazione dell'operatore sanitario. Un identificativo interno assegnato da un'istituzione erogatrice di assistenza sanitaria o (preferibilmente) un'identificazione nazionale dell'operatore sanitario come il numero di licenza o di registrazione. - Sistema preferito( S): ",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "mapping": [
          {
            "identity": "fhir",
            "map": ".party.resolve().ofType(PractictionerRole).identifier"
          }
        ]
      },
      {
        "id": "Firmatario.nome",
        "path": "Firmatario.nome",
        "short": "A.1.6.2 Nome dell'autenticatore legale",
        "definition": "Nome della persona. - Sistema/i preferito/i: ",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "HumanName"
          }
        ],
        "mapping": [
          {
            "identity": "fhir",
            "map": ".party.resolve().ofType(PractictionerRole).practictioner.resolve().name"
          }
        ]
      },
      {
        "id": "Firmatario.organizzazione",
        "path": "Firmatario.organizzazione",
        "short": "A.1.6.3 Organizzazione dell'autenticatore legale",
        "definition": "Informazioni sull'organizzazione dell'operatore sanitario. - Sistema/i preferito/i: ",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Organization"
          }
        ],
        "mapping": [
          {
            "identity": "fhir",
            "map": ".party.resolve().ofType(PractictionerRole).organization.resolve()"
          },
          {
            "identity": "fhir",
            "map": ".party.resolve().ofType(Organization)"
          }
        ]
      },
      {
        "id": "Firmatario.data",
        "path": "Firmatario.data",
        "short": "A.1.6.4 Data e ora di autenticazione",
        "definition": "Data e ora in cui il documento è stato autorizzato. - Sistema/i preferito/i: ISO 8601",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "mapping": [
          {
            "identity": "fhir",
            "map": ".time"
          }
        ]
      }
    ]
  }
}