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

FHIR IG analytics

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

Li Wang Male, DoB: 1975-05-03 ( Medical Record Number: 22421441)


Contact Detail29 Gadsby Street Blacktown NSW 2148 AU (home)
Language:Cantonese (preferred)
Australian Indigenous Statusaustralian-indigenous-status-1: 4 (Neither Aboriginal nor Torres Strait Islander origin)

Source1

{
  "resourceType": "Patient",
  "id": "wang-li",
  "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": [
    {
      "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": "22421441",
      "assigner": {
        "display": "Mount Mitchell Private Hospital"
      }
    }
  ],
  "name": [
    {
      "family": "Wang",
      "given": [
        "Li"
      ],
      "prefix": [
        "Mr"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1975-05-03",
  "address": [
    {
      "use": "home",
      "line": [
        "29 Gadsby Street"
      ],
      "city": "Blacktown",
      "state": "NSW",
      "postalCode": "2148",
      "country": "AU"
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "yue"
          }
        ],
        "text": "Cantonese"
      },
      "preferred": true
    }
  ]
}