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

FHIR IG analytics

Packagehl7.fhir.au.base
Resource TypePatient
IdPatient-example6.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 example6

William Rigny Male, DoB: 1965-03-09 ( Medical record number)


Contact Detailph: 0491 577 426(Mobile)
Language:Pitjantjatjara (preferred)
Interpreter Requiredtrue
Australian Indigenous Statusaustralian-indigenous-status-1: 1 (Aboriginal but not Torres Strait Islander origin)

Source1

{
  "resourceType": "Patient",
  "id": "example6",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/patient-interpreterRequired",
      "valueBoolean": true
    },
    {
      "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://ns.electronichealth.net.au/id/hpio-scoped/medicalrecord/1.0/8003621566684455",
      "value": "765567765FRD",
      "assigner": {
        "reference": "Organization/example0",
        "display": "Downunder Hospital"
      }
    }
  ],
  "name": [
    {
      "family": "Rigny",
      "given": [
        "William"
      ],
      "prefix": [
        "Mr."
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0491 577 426",
      "use": "mobile"
    }
  ],
  "gender": "male",
  "birthDate": "1965-03-09",
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "pjt",
            "display": "Pitjantjatjara"
          }
        ]
      },
      "preferred": true
    }
  ]
}