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" : "PractitionerRole",
"id" : "MedicoPrescrittoreExample02",
"meta" : {
"profile" : [
🔗 "http://hl7.it/fhir/dossier-pharma/StructureDefinition/PractitionerRole-prescrittore-it-dossierPharma"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole MedicoPrescrittoreExample02</b></p><a name=\"MedicoPrescrittoreExample02\"> </a><a name=\"hcMedicoPrescrittoreExample02\"> </a><a name=\"MedicoPrescrittoreExample02-it-IT\"> </a><p><b>practitioner</b>: <a href=\"Practitioner-PractitionerExample02.html\">Practitioner Rossi Davide </a></p><p><b>organization</b>: <a href=\"Organization-Organization-Dossier-Esempio.html\">Organization AZIENDA U.S.L. VALLE D'AOSTA</a></p><p><b>code</b>: <span title=\"Codes:{https://www.hl7.it/fhir/terminology/CodeSystem/it-V3RoleCode MMG}\">medico di medicina generale</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 394802001}\">General medicine</span></p></div>"
},
"practitioner" : {
🔗 "reference" : "Practitioner/PractitionerExample02"
},
"organization" : {
🔗 "reference" : "Organization/Organization-Dossier-Esempio"
},
"code" : [
{
"coding" : [
{
"system" : "https://www.hl7.it/fhir/terminology/CodeSystem/it-V3RoleCode",
"code" : "MMG",
"display" : "medico di medicina generale"
}
]
}
],
"specialty" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "394802001",
"display" : "General medicine"
}
]
}
]
}