AU Base Implementation Guide
4.2.2-ci-build - CI Build Australia flag

This page is part of the Australian Base IG (v4.2.1-preview: QA Preview) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 4.1.0. For a full list of available versions, see the Directory of published versions

: Patient - indicate IHI validation name context - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "example-patient-name-context",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient example-patient-name-context</b></p><a name=\"example-patient-name-context\"> </a><a name=\"hcexample-patient-name-context\"> </a><a name=\"example-patient-name-context-en-AU\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">May Chan Female, DoB: 1972-03-03</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Alternate names (see the one above)\">Alt. Name:</td><td colspan=\"3\">Xiang Chan(Official)</td></tr></table></div>"
  },
  "name" : [
    {
      "use" : "usual",
      "text" : "May Chan",
      "family" : "Chan",
      "given" : [
        "May"
      ]
    },
    {
      "extension" : [
        {
          "url" : "http://hl7.org.au/fhir/StructureDefinition/name-context",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org.au/CodeSystem/name-context",
                "code" : "ihi-validation",
                "display" : "IHI Validation"
              }
            ]
          }
        }
      ],
      "use" : "official",
      "text" : "Xiang Chan",
      "family" : "Chan",
      "given" : [
        "Xiang"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "1972-03-03"
}