HL7 FHIR Implementation Guide Laboratory Report, published by HL7 Italia. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-it/lab-report/ and changes regularly. See the Directory of published versions
{
"resourceType" : "PractitionerRole",
"id" : "dc5842a1-83b6-43c7-b063-75ae989b803k",
"meta" : {
"profile" : [
🔗 "http://hl7.it/fhir/lab-report/StructureDefinition/practitionerrole-MMGPLS-it-lab"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole dc5842a1-83b6-43c7-b063-75ae989b803k</b></p><a name=\"dc5842a1-83b6-43c7-b063-75ae989b803k\"> </a><a name=\"hcdc5842a1-83b6-43c7-b063-75ae989b803k\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-practitionerrole-MMGPLS-it-lab.html\">PractitionerRole MMG/PLS - Lab Report</a></p></div><p><b>identifier</b>: <code>http://hl7.it/sid/codiceFiscale</code>/MDCPRV80A01H501G\u00a0(use:\u00a0official,\u00a0)</p><p><b>active</b>: true</p><p><b>organization</b>: <a href=\"Bundle-Bundle-Lab-Esempio-2.html#urn-uuid-5fd3f1a6-b2c8-44cb-8237-0b5f0a81f2a8\">Organization Azienda Sanitara Locale Roma 1</a></p><p><b>code</b>: <span title=\"Codes:{http://hl7.it/fhir/lab-report/CodeSystem/it-V3RoleCode MMG}\">medico di medicina generale</span></p></div>"
},
"identifier" : [
{
"use" : "official",
"system" : "http://hl7.it/sid/codiceFiscale",
"value" : "MDCPRV80A01H501G"
}
],
"active" : true,
"organization" : {
"reference" : "urn:uuid:5fd3f1a6-b2c8-44cb-8237-0b5f0a81f2a8"
},
"code" : [
{
"coding" : [
{
"system" : "http://hl7.it/fhir/lab-report/CodeSystem/it-V3RoleCode",
"code" : "MMG",
"display" : "medico di medicina generale"
}
]
}
]
}