FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.it.base
Resource TypePractitionerRole
IdPractitionerRole-PractitionerRoleMMGExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: PractitionerRole PractitionerRoleMMGExample

identifier: http://hl7.it/sid/codiceFiscale/RSSMRT57D12D612R, http://example.org/sid/codiceRegionale/123456789

period: 1997-09-01 --> (ongoing)

practitioner: Practitioner Martino Rossi

organization: Organization AZIENDA U.S.L. VALLE D'AOSTA

code: MMG


Source1

{
  "resourceType": "PractitionerRole",
  "id": "PractitionerRoleMMGExample",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
        }
      ]
    }
  ]
}