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

FHIR IG Statistics: StructureDefinition/Destinatario

Packagehl7.fhir.it.lab-report
TypeStructureDefinition
IdDestinatario
FHIR VersionR4
Sourcehttp://hl7.it/fhir/lab-report/http://hl7.it/fhir/lab-report/0.2.0/StructureDefinition-Destinatario.html
URLhttp://hl7.it/fhir/lab-report/StructureDefinition/Destinatario
Version0.2.0
Statusactive
Date2024-03-08T09:39:30+01:00
NameDestinatario
TitleA.1.4 - Informazioni Destinatario
Realmit
Authorityhl7
DescriptionDestinatario delle informazioni (destinatario o destinatari del referto, ulteriori destinatari potrebbero essere individuati dal committente, ad es. medico di base, altro specialista), se applicabile.
Typehttp://hl7.it/fhir/lab-report/StructureDefinition/Destinatario
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
.. Destinatario 0..*BaseA.1.4 - Informazioni Destinatario
Instances of this logical model are not marked to be the target of a Reference
... identificativo 0..1IdentifierA.1.4.1 Identificativo del destinatario
... nome 0..*HumanNameA.1.4.2 Nome del destinatario
... organizzazione 0..*OrganizationA.1.4.3 Organizzazione di appartenenza del destinatario

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "Destinatario",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.it/fhir/lab-report/StructureDefinition/Destinatario",
  "version": "0.2.0",
  "name": "Destinatario",
  "title": "A.1.4 - Informazioni Destinatario",
  "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": "Destinatario delle informazioni (destinatario o destinatari del referto, ulteriori destinatari potrebbero essere individuati dal committente, ad es. medico di base, altro specialista), se applicabile.",
  "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 Recipient model to FHIR R4 Map"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "http://hl7.it/fhir/lab-report/StructureDefinition/Destinatario",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "element": [
      {
        "id": "Destinatario",
        "path": "Destinatario",
        "short": "A.1.4 - Informazioni Destinatario",
        "definition": "Destinatario delle informazioni (destinatario o destinatari del referto, ulteriori destinatari potrebbero essere individuati dal committente, ad es. medico di base, altro specialista), se applicabile.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "fhir",
            "map": "Organization"
          },
          {
            "identity": "fhir",
            "map": "PractictionerRole"
          },
          {
            "identity": "fhir",
            "map": "Practictioner"
          },
          {
            "identity": "fhir",
            "map": "Patient"
          },
          {
            "identity": "fhir",
            "map": "RelatedPerson"
          }
        ]
      },
      {
        "id": "Destinatario.identificativo",
        "path": "Destinatario.identificativo",
        "short": "A.1.4.1 Identificativo del destinatario",
        "definition": "Il numero di identificazione dell'operatore sanitario.\nUn identificatore interno assegnato da un istituto di assistenza sanitaria o (preferibilmente) un ID professionale sanitario nazionale come il numero di licenza o di registrazione.\nNel caso in cui il destinatario non sia un operatore sanitario, ad es. paziente, deve essere utilizzato un identificatore personale appropriato.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Destinatario.identificativo",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "mapping": [
          {
            "identity": "fhir",
            "map": ".identifier"
          }
        ]
      },
      {
        "id": "Destinatario.nome",
        "path": "Destinatario.nome",
        "short": "A.1.4.2 Nome del destinatario",
        "definition": "Person name.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Destinatario.nome",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "HumanName"
          }
        ],
        "mapping": [
          {
            "identity": "fhir",
            "map": "Organization.name"
          },
          {
            "identity": "fhir",
            "map": "PractictionerRole.practitioner.resolve().name"
          },
          {
            "identity": "fhir",
            "map": "Practictioner.name"
          },
          {
            "identity": "fhir",
            "map": "Patientn.name"
          },
          {
            "identity": "fhir",
            "map": "RelatedPerson.name"
          }
        ]
      },
      {
        "id": "Destinatario.organizzazione",
        "path": "Destinatario.organizzazione",
        "short": "A.1.4.3 Organizzazione di appartenenza del destinatario",
        "definition": "The healthcare provider organization information.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Destinatario.organizzazione",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Organization"
          }
        ],
        "mapping": [
          {
            "identity": "fhir",
            "map": "PractictionerRole.organization.resolve()"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "Destinatario",
        "path": "Destinatario",
        "short": "A.1.4 - Informazioni Destinatario",
        "definition": "Destinatario delle informazioni (destinatario o destinatari del referto, ulteriori destinatari potrebbero essere individuati dal committente, ad es. medico di base, altro specialista), se applicabile.",
        "mapping": [
          {
            "identity": "fhir",
            "map": "Organization"
          },
          {
            "identity": "fhir",
            "map": "PractictionerRole"
          },
          {
            "identity": "fhir",
            "map": "Practictioner"
          },
          {
            "identity": "fhir",
            "map": "Patient"
          },
          {
            "identity": "fhir",
            "map": "RelatedPerson"
          }
        ]
      },
      {
        "id": "Destinatario.identificativo",
        "path": "Destinatario.identificativo",
        "short": "A.1.4.1 Identificativo del destinatario",
        "definition": "Il numero di identificazione dell'operatore sanitario.\nUn identificatore interno assegnato da un istituto di assistenza sanitaria o (preferibilmente) un ID professionale sanitario nazionale come il numero di licenza o di registrazione.\nNel caso in cui il destinatario non sia un operatore sanitario, ad es. paziente, deve essere utilizzato un identificatore personale appropriato.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "mapping": [
          {
            "identity": "fhir",
            "map": ".identifier"
          }
        ]
      },
      {
        "id": "Destinatario.nome",
        "path": "Destinatario.nome",
        "short": "A.1.4.2 Nome del destinatario",
        "definition": "Person name.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "HumanName"
          }
        ],
        "mapping": [
          {
            "identity": "fhir",
            "map": "Organization.name"
          },
          {
            "identity": "fhir",
            "map": "PractictionerRole.practitioner.resolve().name"
          },
          {
            "identity": "fhir",
            "map": "Practictioner.name"
          },
          {
            "identity": "fhir",
            "map": "Patientn.name"
          },
          {
            "identity": "fhir",
            "map": "RelatedPerson.name"
          }
        ]
      },
      {
        "id": "Destinatario.organizzazione",
        "path": "Destinatario.organizzazione",
        "short": "A.1.4.3 Organizzazione di appartenenza del destinatario",
        "definition": "The healthcare provider organization information.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Organization"
          }
        ],
        "mapping": [
          {
            "identity": "fhir",
            "map": "PractictionerRole.organization.resolve()"
          }
        ]
      }
    ]
  }
}