HL7 Italia FHIR Implementation Guide (base)
0.1.1 - CI Build

HL7 Italia FHIR Implementation Guide (base) - Local Development build (v0.1.1). See the Directory of published versions

Practitioner. Medico di Medicina Generale - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "Practitioner",
  "id" : "PractitionerMMGExample",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: PractitionerMMGExample</p><p><b>identifier</b>: RSSMRT57D12D612R, 123456789</p><p><b>name</b>: Martino Rossi </p></div>"
  },
  "identifier" : [
    {
      "system" : "http://hl7.it/sid/codiceFiscale",
      "value" : "RSSMRT57D12D612R"
    },
    {
      "system" : "http://example.org/sid/codiceRegionale",
      "value" : "123456789"
    }
  ],
  "name" : [
    {
      "family" : "Rossi",
      "given" : [
        "Martino"
      ]
    }
  ]
}