HL7 FHIR Implementation Guide Taccuino Personale dell'Assistito
0.0.1 - ci-build IT

HL7 FHIR Implementation Guide Taccuino Personale dell'Assistito - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Practitioner - Medico di Medicina Generale - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "850d77be-af24-48fa-b4e6-8cab817b3550",
  "meta" : {
    "tag" : [
      {
        "system" : "http://hl7.it/fhir/taccuino/CodeSystem/class-code",
        "code" : "TAC"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner 850d77be-af24-48fa-b4e6-8cab817b3550</b></p><a name=\"850d77be-af24-48fa-b4e6-8cab817b3550\"> </a><a name=\"hc850d77be-af24-48fa-b4e6-8cab817b3550\"> </a><a name=\"850d77be-af24-48fa-b4e6-8cab817b3550-it-IT\"> </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\">Tag: Taccuino (Details: Classe documento code TAC = 'Taccuino')</p></div><p><b>identifier</b>: <code>http://hl7.it/sid/codiceFiscale</code>/RSSMRA80L10H501Z</p><p><b>name</b>: Pasquale Paleri </p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1980-07-10</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://www.hl7.it/fhir/terminology/CodeSystem/istat-professioni 2.4.1}\">Medici</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://hl7.it/sid/codiceFiscale",
      "value" : "RSSMRA80L10H501Z"
    }
  ],
  "name" : [
    {
      "family" : "Paleri",
      "given" : [
        "Pasquale"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1980-07-10",
  "qualification" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "https://www.hl7.it/fhir/terminology/CodeSystem/istat-professioni",
            "code" : "2.4.1",
            "display" : "Medici"
          }
        ]
      }
    }
  ]
}