HL7 FHIR Implementation Guide Dossier Farmaceutico
0.1.1 - ci-build Italy flag

HL7 FHIR Implementation Guide Dossier Farmaceutico, 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/dossier-pharma/ and changes regularly. See the Directory of published versions

: Patient - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "Patient-Dossier-Esempio",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.it/fhir/StructureDefinition/Patient-it-base"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Verdi Maria </b> female, DoB: 1989-04-03 ( <code>http://hl7.it/sid/codiceFiscale</code>/VRDMRA89D43F979Y)</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\">Via Nazionale, Roma - 00100 - Italia(home)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient contact\">Contact:</td><td colspan=\"3\"><ul><li>ph: 7342643738</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\"><ul><li>Italia </li></ul></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" : "https://www.hl7.it/fhir/terminology/CodeSystem/istat-comuni",
                "code" : "091051",
                "display" : "NUORO"
              }
            }
          ]
        }
      }
    }
  ],
  "identifier" : [
    {
      "system" : "http://hl7.it/sid/codiceFiscale",
      "value" : "VRDMRA89D43F979Y"
    }
  ],
  "active" : true,
  "name" : [
    {
      "family" : "Maria",
      "given" : [
        "Verdi"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "1989-04-03",
  "address" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/address-official",
          "valueBoolean" : true
        }
      ],
      "use" : "home",
      "type" : "postal",
      "text" : "Via Nazionale, Roma - 00100 - Italia",
      "line" : [
        "Viale della Repubblica 12, scala 2"
      ],
      "city" : "Roma",
      "postalCode" : "23839",
      "country" : "Italia"
    }
  ],
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "phone",
          "value" : "7342643738"
        }
      ]
    }
  ]
}