HL7 FHIR Implementation Guide Laboratory Report
0.1.0 - ballot Italy flag

This page is part of the HL7 FHIR Implementation Guide Laboratory Report (v0.1.0: Release 1 Ballot 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Paziente-SSN - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "Paziente-SSN",
  "meta" : {
    "profile" : [
      "http://hl7.it/fhir/lab-report/StructureDefinition/patient-it-lab"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Maria Rossi </b> female, DoB: 1971-05-01 ( id:\u00a0RSSMRA71E01F205E)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Details:</td><td colspan=\"3\"><ul><li>ph: 3331245678</li><li><a href=\"mailto:maria.rossi@mail.com\">maria.rossi@mail.com</a></li><li>Via della Libertà, 52 Milano 20100 Italia (HOME)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Emergency Contact\">Emergency Contact:</td><td colspan=\"3\"><ul><li>Luigi Rossi </li><li>ph: 3312345567</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Emergency Contact\">Emergency Contact:</td><td colspan=\"3\"><ul><li>Maria Bianchi </li><li>ph: 3311234598</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements.\"><a href=\"http://hl7.org/fhir/R4/extension-patient-birthplace.html\">Birth Place:</a></td><td colspan=\"3\"><ul><li>Via della Vittoria, 1 Milano 20100 Italia </li></ul></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
      "valueAddress" : {
        "line" : [
          "Via della Vittoria, 1"
        ],
        "_line" : [
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
                "valueString" : "Via della Vittoria"
              },
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
                "valueString" : "1"
              }
            ]
          }
        ],
        "city" : "Milano",
        "postalCode" : "20100",
        "country" : "Italia"
      }
    }
  ],
  "identifier" : [
    {
      "system" : "http://hl7.it/sid/codiceFiscale",
      "value" : "RSSMRA71E01F205E"
    }
  ],
  "name" : [
    {
      "family" : "Rossi",
      "given" : [
        "Maria"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "3331245678"
    },
    {
      "system" : "email",
      "value" : "maria.rossi@mail.com"
    }
  ],
  "gender" : "female",
  "birthDate" : "1971-05-01",
  "address" : [
    {
      "use" : "home",
      "line" : [
        "Via della Libertà, 52"
      ],
      "city" : "Milano",
      "postalCode" : "20100",
      "country" : "Italia"
    }
  ],
  "contact" : [
    {
      "relationship" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/5.1.0/CodeSystem-v2-0131",
              "code" : "C",
              "display" : "Emergency Contact"
            }
          ]
        }
      ],
      "name" : {
        "family" : "Rossi",
        "given" : [
          "Luigi"
        ]
      },
      "telecom" : [
        {
          "system" : "phone",
          "value" : "3312345567"
        }
      ]
    },
    {
      "relationship" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/5.1.0/CodeSystem-v2-0131",
              "code" : "C",
              "display" : "Emergency Contact"
            }
          ]
        }
      ],
      "name" : {
        "family" : "Bianchi",
        "given" : [
          "Maria"
        ]
      },
      "telecom" : [
        {
          "system" : "phone",
          "value" : "3311234598"
        }
      ]
    }
  ]
}