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

HL7 Italia FHIR Implementation Guide (base), published by HL7 Italia. This guide is not an authorized publication; it is the continuous build for version 0.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-it/base/ and changes regularly. See the Directory of published versions

: Patient. Esempio con Codice Fiscale, Residenza e Domicilio - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "esempio-professione",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient esempio-professione</b></p><a name=\"esempio-professione\"> </a><a name=\"hcesempio-professione\"> </a><a name=\"esempio-professione-it-IT\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Martino Rossi  (no stated gender), DoB Unknown ( http://hl7.it/sid/codiceFiscale#RSSMRT57D12D612R)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Estensione per gestire la professione del paziente come CodeableConcept\"><a href=\"StructureDefinition-patient-occupation-it.html\">Professione del paziente</a></td><td colspan=\"3\"><span title=\"Codes:{http://terminology.hl7.it/CodeSystem/istat-professioni 2.4.1}\">Medici</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Estensione per gestire il Titolo di studio del paziente come CodeableConcept\"><a href=\"StructureDefinition-patient-qualification-it.html\">Titolo di Studio del paziente</a></td><td colspan=\"3\"><span title=\"Codes:{http://terminology.hl7.it/CodeSystem/istat-ctsi03 72004001}\">Medicina e chirurgia</span></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.it/fhir/StructureDefinition/patient-occupation-it",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.it/CodeSystem/istat-professioni",
            "code" : "2.4.1",
            "display" : "Medici"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.it/fhir/StructureDefinition/patient-qualification-it",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.it/CodeSystem/istat-ctsi03",
            "code" : "72004001",
            "display" : "Medicina e chirurgia"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "system" : "http://hl7.it/sid/codiceFiscale",
      "value" : "RSSMRT57D12D612R"
    }
  ],
  "name" : [
    {
      "family" : "Rossi",
      "given" : [
        "Martino"
      ]
    }
  ]
}