HL7 Italia FHIR Implementation Guide (base)
0.1.0 - PC Ballot

This page is part of the HL7 Italia FHIR Implementation Guide (base) (v0.1.0: Public Comment 1 Ballot 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

PractitionerRole. Medico di Medicina Generale - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "PractitionerRole",
  "id" : "PractitionerRoleMMGExample",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: PractitionerRoleMMGExample</p><p><b>identifier</b>: RSSMRT57D12D612R, 123456789</p><p><b>period</b>: 1997-09-01 --&gt; (ongoing)</p><p><b>practitioner</b>: <a href=\"Practitioner-PractitionerMMGExample.html\">Generated Summary: id: PractitionerMMGExample; RSSMRT57D12D612R, 123456789; Martino Rossi </a></p><p><b>organization</b>: <a href=\"Organization-asl-020101.html\">Generated Summary: id: asl-020101; 020101, 101, 00177330073, 91001750073; active; <span title=\"Codes: {http://terminology.hl7.it/CodeSystem/it-tipoEntita asl}\">Azienda Sanitaria Locale</span>; name: AZIENDA U.S.L. VALLE D'AOSTA; ph: (0165) 5431, fax: (0165) 544587, mailto: protocollo@pec.ausl.vda.it, http://www.ausl.vda.it</a></p><p><b>code</b>: <span title=\"Codes: {http://terminology.hl7.it/CodeSystem/it-v3RoleCode MMG}\">medico di medicina generale</span></p></div>"
  },
  "identifier" : [
    {
      "system" : "http://hl7.it/sid/codiceFiscale",
      "value" : "RSSMRT57D12D612R"
    },
    {
      "system" : "http://example.org/sid/codiceRegionale",
      "value" : "123456789"
    }
  ],
  "period" : {
    "start" : "1997-09-01"
  },
  "practitioner" : {
    "reference" : "Practitioner/PractitionerMMGExample"
  },
  "organization" : {
    "reference" : "Organization/asl-020101"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.it/CodeSystem/it-v3RoleCode",
          "code" : "MMG"
        }
      ]
    }
  ]
}