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 - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "05883e67-ad02-4df9-a287-ee0eaa0dc680",
  "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 05883e67-ad02-4df9-a287-ee0eaa0dc680</b></p><a name=\"05883e67-ad02-4df9-a287-ee0eaa0dc680\"> </a><a name=\"hc05883e67-ad02-4df9-a287-ee0eaa0dc680\"> </a><a name=\"05883e67-ad02-4df9-a287-ee0eaa0dc680-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>/SMNNZE80L45H501O</p><p><b>name</b>: Enza Simoni </p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1980-07-05</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" : "SMNNZE80L45H501O"
    }
  ],
  "name" : [
    {
      "family" : "Simoni",
      "given" : [
        "Enza"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "1980-07-05",
  "qualification" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "https://www.hl7.it/fhir/terminology/CodeSystem/istat-professioni",
            "code" : "2.4.1",
            "display" : "Medici"
          }
        ]
      }
    }
  ]
}