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

FHIR IG analytics

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

Mrs. Anne Mary Bennelong(official) Female, DoB: 1968-10-11 ( Medical record number)


Contact Detail
  • ph: 0491 572 665(Mobile)
  • 144 Otho Street Inverell NSW 2360 AU (home)
Language:Yugambal
Australian Indigenous Statusaustralian-indigenous-status-1: 1 (Aboriginal but not Torres Strait Islander origin)

Source1

{
  "resourceType": "Patient",
  "id": "bennelong-anne",
  "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": "1",
        "display": "Aboriginal but not Torres Strait Islander origin"
      }
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR"
          }
        ]
      },
      "system": "http://mossypointmc.example.com/mrn/",
      "value": "872038020",
      "assigner": {
        "display": "Mossy Point Medical Centre"
      }
    }
  ],
  "name": [
    {
      "use": "official",
      "text": "Mrs. Anne Mary Bennelong",
      "family": "Bennelong",
      "given": [
        "Anne"
      ],
      "prefix": [
        "Mrs"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0491 572 665",
      "use": "mobile"
    }
  ],
  "gender": "female",
  "birthDate": "1968-10-11",
  "address": [
    {
      "use": "home",
      "line": [
        "144 Otho Street"
      ],
      "city": "Inverell",
      "state": "NSW",
      "postalCode": "2360",
      "country": "AU"
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "yub"
          }
        ],
        "text": "Yugambal"
      }
    }
  ]
}