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

FHIR IG analytics

Packagehl7.fhir.it.base
Resource TypePractitioner
IdPractitioner-PractitionerMMGExample.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: Practitioner PractitionerMMGExample

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

name: Martino Rossi


Source1

{
  "resourceType": "Practitioner",
  "id": "PractitionerMMGExample",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.it/sid/codiceFiscale",
      "value": "RSSMRT57D12D612R"
    },
    {
      "system": "http://example.org/sid/codiceRegionale",
      "value": "123456789"
    }
  ],
  "name": [
    {
      "family": "Rossi",
      "given": [
        "Martino"
      ]
    }
  ]
}