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

FHIR IG analytics

Packagehl7.fhir.au.core
Resource TypePatient
IdPatient-howe-deangelo.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 howe-deangelo

Deangelo HOWE Male, DoB: 1975-06-21 ( IHI: Austalian Healthcare Identifier - Individual#8003608000311621)


Contact Detail
Australian Indigenous Statusaustralian-indigenous-status-1: 4 (Neither Aboriginal nor Torres Strait Islander origin)

Source1

{
  "resourceType": "Patient",
  "id": "howe-deangelo",
  "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": "4",
        "display": "Neither Aboriginal nor Torres Strait Islander origin"
      }
    }
  ],
  "identifier": [
    {
      "extension": [
        {
          "url": "http://hl7.org.au/fhir/StructureDefinition/ihi-status",
          "valueCoding": {
            "system": "https://healthterminologies.gov.au/fhir/CodeSystem/ihi-status-1",
            "code": "active"
          }
        },
        {
          "url": "http://hl7.org.au/fhir/StructureDefinition/ihi-record-status",
          "valueCoding": {
            "system": "https://healthterminologies.gov.au/fhir/CodeSystem/ihi-record-status-1",
            "code": "verified",
            "display": "verified"
          }
        }
      ],
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "NI"
          }
        ],
        "text": "IHI"
      },
      "system": "http://ns.electronichealth.net.au/id/hi/ihi/1.0",
      "value": "8003608000311621"
    }
  ],
  "name": [
    {
      "use": "usual",
      "family": "HOWE",
      "given": [
        "Deangelo"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0770105770",
      "use": "work"
    },
    {
      "system": "phone",
      "value": "0491570156",
      "use": "mobile"
    },
    {
      "system": "email",
      "value": "deangelo.howe@example.net"
    },
    {
      "system": "phone",
      "value": "0770109269",
      "use": "home"
    }
  ],
  "gender": "male",
  "birthDate": "1975-06-21",
  "address": [
    {
      "line": [
        "134 Copper Hts"
      ],
      "city": "Curra",
      "state": "QLD",
      "postalCode": "4570",
      "country": "AU"
    }
  ]
}