FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.au.core
Resource TypePatient
IdPatient-ronny-irvine.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Patient ronny-irvine

Ronny Lawrence Irvine Male, DoB: ( DVA Number: QX827261)


Contact Detail
Australian Indigenous Statusaustralian-indigenous-status-1: 2 (Torres Strait Islander but not Aboriginal origin)

Source1

{
  "resourceType": "Patient",
  "id": "ronny-irvine",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org.au/fhir/StructureDefinition/indigenous-status",
      "valueCoding": {
        "system": "https://healthterminologies.gov.au/fhir/CodeSystem/australian-indigenous-status-1",
        "code": "2",
        "display": "Torres Strait Islander but not Aboriginal origin"
      }
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code": "DVAU",
            "display": "DVA Number"
          }
        ],
        "text": "DVA Number"
      },
      "system": "http://ns.electronichealth.net.au/id/dva",
      "value": "QX827261"
    }
  ],
  "name": [
    {
      "use": "usual",
      "family": "Irvine",
      "given": [
        "Ronny",
        "Lawrence"
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "ronny.irvine@myownpersonaldomain.com",
      "use": "home"
    }
  ],
  "gender": "male",
  "_birthDate": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
        "valueCode": "unknown"
      }
    ]
  },
  "address": [
    {
      "use": "home",
      "line": [
        "180 Hermann Rd"
      ],
      "city": "Belmore River",
      "state": "NSW",
      "postalCode": "2440",
      "country": "Australia"
    }
  ]
}