AU Core Implementation Guide
0.2.2-preview - Preview Australia flag

Publication Build: This will be filled in by the publication tooling

: Patient - Ms. Sofia Italia (foreign tourist) - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "italia-sofia",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Sofia Italia </b> female, DoB: 1989-05-07 ( Passport Number:\u00a0&lt;a href=&quot;http://terminology.hl7.org/5.3.0/NamingSystem-passportNumNS-ITA.html&quot;&gt;Passport Numbers Namespace for ITALY&lt;/a&gt;#IT1111111)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Id:</td><td colspan=\"3\">Medical Record Number:\u00a02338111</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail:</td><td colspan=\"3\">Piazza del Colosseo Rome Lazio 00184 ITA (HOME)</td></tr></table></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "PPN"
          }
        ],
        "text" : "Passport Number"
      },
      "system" : "http://hl7.org/fhir/sid/passport-ITA",
      "value" : "IT1111111"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MR",
            "display" : "Medical record number"
          }
        ],
        "text" : "Medical Record Number"
      },
      "system" : "http://ns.electronichealth.net.au/id/hpio-scoped/medicalrecord/1.0/8003626566699734",
      "value" : "2338111",
      "assigner" : {
        "display" : "Large Metropolitan Hospital"
      }
    }
  ],
  "name" : [
    {
      "family" : "Italia",
      "given" : [
        "Sofia"
      ],
      "prefix" : [
        "Ms"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "1989-05-07",
  "address" : [
    {
      "use" : "home",
      "line" : [
        "Piazza del Colosseo"
      ],
      "city" : "Rome",
      "state" : "Lazio",
      "postalCode" : "00184",
      "country" : "ITA"
    }
  ]
}