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

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

(back to description)

Raw json

Source view

{
  "resourceType" : "Patient",
  "id" : "esempio-professione",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: esempio-professione</p><p><b>identifier</b>: RSSMRT57D12D612R</p><p><b>name</b>: Martino Rossi </p></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"
      ]
    }
  ]
}