Package | hl7.fhir.it.lab-report |
Type | StructureDefinition |
Id | Firmatario |
FHIR Version | R4 |
Source | http://hl7.it/fhir/lab-report/http://hl7.it/fhir/lab-report/0.2.0/StructureDefinition-Firmatario.html |
URL | http://hl7.it/fhir/lab-report/StructureDefinition/Firmatario |
Version | 0.2.0 |
Status | active |
Date | 2024-03-08T09:39:30+01:00 |
Name | Firmatario |
Title | A.1.6 - Firmatario |
Realm | it |
Authority | hl7 |
Description | Firmatario legale (La persona che si assume la responsabilità del contenuto medico del documento). |
Type | http://hl7.it/fhir/lab-report/StructureDefinition/Firmatario |
Kind | logical |
StructureDefinition | |
RefertoLaboratorio | A - Referto di Laboratorio |
No resources found
Note: links and images are rebased to the (stated) source
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
![]() ![]() | 0..* | Base | A.1.6 - Firmatario Instances of this logical model are not marked to be the target of a Reference | |
![]() ![]() ![]() | 0..1 | Identifier | A.1.6.1 Identificatore dell'autenticatore legale | |
![]() ![]() ![]() | 0..* | HumanName | A.1.6.2 Nome dell'autenticatore legale | |
![]() ![]() ![]() | 0..* | Organization | A.1.6.3 Organizzazione dell'autenticatore legale | |
![]() ![]() ![]() | 0..1 | dateTime | A.1.6.4 Data e ora di autenticazione | |
{ "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" } ] } ] } }