XpanDH Hospital Discharge Report
0.1.0 - ci-build 150

XpanDH Hospital Discharge Report, published by XpanDH Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/xpandh-hdr/ and changes regularly. See the Directory of published versions

: example-it-1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "example-it-1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient example-it-1</b></p><a name=\"example-it-1\"> </a><a name=\"hcexample-it-1\"> </a><a name=\"example-it-1-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">DANTE ALIGHIERI (official) Male, DoB: 1971-05-01 ( http://hl7.it/sid/codiceFiscale#LGHDNT71E01D612Q)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>Viale della Repubblica 12, PANTIGLIATE - 20090 - Italia(home)</li><li>Via Capitolina 27 - interno 5b - 34131 - TRIESTE(home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient contact\">Contact:</td><td colspan=\"3\"><ul><li>ph: 33312345678</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/extensions/5.1.0/StructureDefinition-patient-birthPlace.html\">Patient Birth Place</a></td><td colspan=\"3\">Italia </td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
      "valueAddress" : {
        "country" : "Italia",
        "_country" : {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding",
              "valueCoding" : {
                "system" : "http://terminology.hl7.it/CodeSystem/mef-ae-comuni",
                "code" : "F979",
                "display" : "NUORO"
              }
            }
          ]
        }
      }
    }
  ],
  "identifier" : [
    {
      "system" : "http://hl7.it/sid/codiceFiscale",
      "value" : "LGHDNT71E01D612Q"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "family" : "ALIGHIERI",
      "given" : [
        "DANTE"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1971-05-01",
  "address" : [
    {
      "use" : "home",
      "type" : "postal",
      "text" : "Viale della Repubblica 12, PANTIGLIATE - 20090 - Italia",
      "line" : [
        "Viale della Repubblica 12, scala 2"
      ],
      "_line" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString" : "Viale della Repubblica"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetNameType",
              "valueString" : "VIALE"
            },
            {
              "url" : "http://hl7.it/fhir/StructureDefinition/address-dug",
              "valueCodeableConcept" : {
                "coding" : [
                  {
                    "system" : "http://registry.geodati.gov.it/dug",
                    "code" : "76",
                    "display" : "viale"
                  }
                ]
              }
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetNameBase",
              "valueString" : "DELLA REPUBBLICA"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString" : "12"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator",
              "valueString" : "scala 2"
            }
          ]
        }
      ],
      "city" : "PANTIGLIATE",
      "postalCode" : "20090",
      "country" : "Italia"
    },
    {
      "use" : "home",
      "type" : "postal",
      "text" : "Via Capitolina 27 - interno 5b - 34131 - TRIESTE",
      "line" : [
        "Via Capitolina 27 - interno 5b"
      ],
      "city" : "TRIESTE",
      "postalCode" : "34131",
      "country" : "Italia",
      "period" : {
        "start" : "2009-06-09T00:00:00+02:00"
      }
    }
  ],
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "phone",
          "value" : "33312345678"
        }
      ]
    }
  ]
}