Implementation Guide for ARF/RHD Register - AU
0.2.0 - ci-build Australia flag

Implementation Guide for ARF/RHD Register - AU - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MikePondPatient - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "MikePondPatient",
  "meta" : {
    "profile" : [
      🔗 "http://fhir-arf-register.nardhc.org/StructureDefinition/ARFPatient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient MikePondPatient</b></p><a name=\"MikePondPatient\"> </a><a name=\"hcMikePondPatient\"> </a><a name=\"MikePondPatient-en-AU\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Mike Pond  Male, DoB: 1960-01-25 ( National unique individual identifier\u00a0(use:\u00a0official,\u00a0))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><a href=\"tel:+61444123456\">+61 444 123456</a></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>General Practitioner: <a href=\"Practitioner-DoctorPayne.html\">Practitioner Jane Payne </a></li><li>Managing Organization: <a href=\"Organization-VeryRemoteClinic.html\">Organization Very Remote Health Clinic</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"This extension applies to the Patient, Person, and RelatedPerson resources and is used to indicate whether a person identifies as being of Aboriginal or Torres Strait Islander origin.\"><a href=\"http://hl7.org.au/fhir/4.2.2-ballot/StructureDefinition-indigenous-status.html\">Australian Indigenous Status</a></td><td colspan=\"3\">australian-indigenous-status-1 3: Both Aboriginal and Torres Strait Islander origin</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org.au/fhir/StructureDefinition/indigenous-status",
      "valueCoding" : {
        "system" : "https://healthterminologies.gov.au/fhir/CodeSystem/australian-indigenous-status-1",
        "code" : "3",
        "display" : "Both Aboriginal and Torres Strait Islander origin"
      }
    }
  ],
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "NI"
          }
        ]
      },
      "system" : "http://ns.electronichealth.net.au/id/hi/ihi/1.0",
      "value" : "8003608833357361"
    }
  ],
  "name" : [
    {
      "family" : "Pond",
      "given" : [
        "Mike"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+61 444 123456"
    }
  ],
  "gender" : "male",
  "birthDate" : "1960-01-25",
  "generalPractitioner" : [
    {
      🔗 "reference" : "Practitioner/DoctorPayne"
    }
  ],
  "managingOrganization" : {
    🔗 "reference" : "Organization/VeryRemoteClinic"
  }
}