HL7 FHIR Implementation Guide Dossier Farmaceutico
0.1.1 - ci-build
HL7 FHIR Implementation Guide Dossier Farmaceutico, 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/dossier-pharma/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "Patient-Dossier-Esempio",
"meta" : {
"profile" : [
🔗 "http://hl7.it/fhir/dossier-pharma/StructureDefinition/patient-it-dossierPharma"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient Patient-Dossier-Esempio</b></p><a name=\"Patient-Dossier-Esempio\"> </a><a name=\"hcPatient-Dossier-Esempio\"> </a><a name=\"Patient-Dossier-Esempio-it-IT\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Angela Verdi Female, DoB: 1989-04-03 ( http://hl7.it/sid/codiceFiscale#VRDNGL89D43H501J)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 7342643738</li><li>Via Nazionale, 52 Roma 23839 IT (home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Estensione per gestire la professione del paziente come CodeableConcept.\"><a href=\"StructureDefinition-patient-occupation-it.html\">Professione del paziente (Patient)</a></td><td colspan=\"3\"><span title=\"Codes:{https://www.hl7.it/fhir/terminology/CodeSystem/istat-professioni 1.1.3}\">Dirigenti della magistratura</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Estensione per gestire il Titolo di studio del paziente come CodeableConcept.\"><a href=\"StructureDefinition-patient-qualification-it.html\">Titolo di Studio del paziente (Patient)</a></td><td colspan=\"3\"><span title=\"Codes:{https://www.hl7.it/fhir/terminology/CodeSystem/istat-ctsi03 40205013}\">Giuridico economico aziendale</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Codice comune e/o stato di nascita.\"><a href=\"StructureDefinition-patient-codeableBirthPlace.html\">Codice comune e/o stato di nascita</a></td><td colspan=\"3\"><span title=\"Codes:{https://www.hl7.it/fhir/terminology/CodeSystem/istat-unitaAmministrativeTerritorialiEstere 100}\">Italia</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements.\"><a href=\"http://hl7.org/fhir/extensions/5.1.0/StructureDefinition-patient-birthPlace.html\">Patient Birth Place</a></td><td colspan=\"3\">Via della Pace, 1 Milano 20100 IT </td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
"valueAddress" : {
"line" : [
"Via della Pace, 1"
],
"_line" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString" : "Via della Pace"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString" : "1"
}
]
}
],
"city" : "Milano",
"postalCode" : "20100",
"country" : "IT"
}
},
{
"url" : "http://hl7.it/fhir/StructureDefinition/patient-occupation-it",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://www.hl7.it/fhir/terminology/CodeSystem/istat-professioni",
"code" : "1.1.3",
"display" : "Dirigenti della magistratura"
}
]
}
},
{
"url" : "http://hl7.it/fhir/StructureDefinition/patient-qualification-it",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://www.hl7.it/fhir/terminology/CodeSystem/istat-ctsi03",
"code" : "40205013",
"display" : "Giuridico economico aziendale"
}
]
}
},
{
"url" : "http://hl7.it/fhir/StructureDefinition/patient-codeableBirthPlace",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://www.hl7.it/fhir/terminology/CodeSystem/istat-unitaAmministrativeTerritorialiEstere",
"code" : "100",
"display" : "Italia"
}
]
}
}
],
"identifier" : [
{
"extension" : [
{
"extension" : [
{
"url" : "when",
"valueDateTime" : "2024-09-01"
}
],
"url" : "http://hl7.it/fhir/StructureDefinition/recordCertification"
}
],
"system" : "http://hl7.it/sid/codiceFiscale",
"value" : "VRDNGL89D43H501J"
}
],
"name" : [
{
"family" : "Verdi",
"given" : [
"Angela"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "7342643738"
}
],
"gender" : "female",
"birthDate" : "1989-04-03",
"address" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/address-official",
"valueBoolean" : true
}
],
"use" : "home",
"line" : [
"Via Nazionale, 52"
],
"city" : "Roma",
"postalCode" : "23839",
"country" : "IT"
}
]
}