HL7 Italia FHIR Implementation Guide (base), published by HL7 Italia. This guide is not an authorized publication; it is the continuous build for version 0.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-it/base/ and changes regularly. See the Directory of published versions
Mappings for the Paziente logical model.
Paziente |
Paziente | Patient |
identificatori | Patient.identifier |
codiceFiscale | Patient.identifier.slice(codiceFiscale) |
idRegionale | Patient.identifier.slice(idRegionale) |
idLocaleAzienda | Patient.identifier |
codiceSanitario | Patient.identifier |
codiceSTP | Patient.identifier.slice(codiceSTP) |
codiceENI | Patient.identifier.slice(codiceENI) |
anpr | Patient.identifier.slice(anpr) |
documentiIdentificazione | |
passaporto | Non ancora mappato |
cartaIdentita | Non ancora mappato |
tesseraTEAM | Non ancora mappato |
nome | Patient.name |
genere | Patient.gender |
statoCivile | Patient.maritalStatus |
dataNascita | Patient.birthDate, Patient.extension('http://hl7.org/fhir/StructureDefinition/birthDateTime') |
luogoNascita | Patient.extension('http://hl7.org/fhir/StructureDefinition/birthPlace'), Patient.extension('http://hl7.it/fhir/StructureDefinition/patient-codeableBirthPlace') |
indirizzi | Patient.address |
residenza | Patient.address.where(extension('http://hl7.org/fhir/StructureDefinition/address-official').valueBoolean='true') |
domicilio | Patient.address.where(use.code='home') |
listaAUSL | |
auslAssistenza | Patient.generalPractitioner.slice(mmgPlsAzienda) |
aslResidenza | Coverage.where(beneficiary.id = Patient.id).payorOrganization |
recapiti | Patient.telecom |
telefono | Patient.telecom.where(system = 'phone') |
eMail | Patient.telecom.where(system = 'email') |
pec | Patient.telecom.where(system = 'email') |
cellulare | Patient.telecom.where(use = 'mobile') |
contatti | Patient.contact |
persona | Patient.contact |
organizzazione | Patient.contact.organization |
cittadinanza | Patient.extension('http://hl7.org/fhir/StructureDefinition/patient-citizenship') |
decesso | Patient.deceased[x] |
flagDeceduto | Patient.deceasedBoolean |
dataDecesso | Patient.deceasedDateTime |
altriDati | |
professione | Patient.extension('http://hl7.it/fhir/StructureDefinition/patient-occupation-it') |
titoloStudio | Patient.extension('http://hl7.it/fhir/StructureDefinition/patient-qualification-it') |
esenzione | Coverage.where(beneficiary.id = Patient.id).costToBeneficiary.exception |
medicoCurante | Patient.generalPractitioner.slice(mmgPls), Patient.generalPractitioner.slice(mmgPlsRole) |