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

FHIR IG analytics

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

Alejandro Hernández Male, DoB: 1953-05-05 ( Medical record number)


Other Ids:
  • Pension Number/307111942H
  • Commonwealth Seniors Health Card/307111942H
  • Member Number/8279115
Contact Detail20 Ocean Drive SYDNEY NSW 2000 AU
Patient Birth PlaceMexico
Date of Arrival in Australia2001-10-14
Interpreter Requiredtrue
Individual Gender Identity:
  • value: Questioning

Source1

{
  "resourceType": "Patient",
  "id": "example7",
  "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/date-of-arrival",
      "valueDate": "2001-10-14"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
      "valueAddress": {
        "text": "Mexico",
        "country": "MX"
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/individual-genderIdentity",
      "extension": [
        {
          "url": "value",
          "valueCodeableConcept": {
            "text": "Questioning"
          }
        }
      ]
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR"
          }
        ]
      },
      "system": "http://downunderhospital.example.com/identifiers/patient",
      "value": "765567765FRD",
      "assigner": {
        "reference": "Organization/example0",
        "display": "Downunder Hospital"
      }
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PEN"
          }
        ]
      },
      "system": "http://ns.electronichealth.net.au/id/centrelink-customer-reference-number",
      "value": "307111942H",
      "assigner": {
        "display": "Services Australia"
      }
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code": "SEN"
          }
        ]
      },
      "system": "http://ns.electronichealth.net.au/id/centrelink-customer-reference-number",
      "value": "307111942H",
      "assigner": {
        "display": "Services Australia"
      }
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MB"
          }
        ]
      },
      "system": "http://myhealthprivatehealthinsurance.example.com/member/memberid",
      "value": "8279115",
      "assigner": {
        "display": "MyHealth Private Healthinsurance Company"
      }
    }
  ],
  "name": [
    {
      "family": "Hernández",
      "given": [
        "Alejandro"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1953-05-05",
  "address": [
    {
      "line": [
        "20 Ocean Drive"
      ],
      "city": "SYDNEY",
      "state": "NSW",
      "postalCode": "2000",
      "country": "AU"
    }
  ]
}