FHIR IG analytics| Package | hl7.fhir.au.core |
| Resource Type | Patient |
| Id | Patient-ronny-irvine.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient ronny-irvine
Profile: AU Core Patient
Ronny Lawrence Irvine Male, DoB: ( DVA Number: QX827261)
| Contact Detail |
| ||
| Australian Indigenous Status | australian-indigenous-status-1: 2 (Torres Strait Islander but not Aboriginal origin) | ||
{
"resourceType": "Patient",
"id": "ronny-irvine",
"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": "2",
"display": "Torres Strait Islander but not Aboriginal origin"
}
}
],
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
"code": "DVAU",
"display": "DVA Number"
}
],
"text": "DVA Number"
},
"system": "http://ns.electronichealth.net.au/id/dva",
"value": "QX827261"
}
],
"name": [
{
"use": "usual",
"family": "Irvine",
"given": [
"Ronny",
"Lawrence"
]
}
],
"telecom": [
{
"system": "email",
"value": "ronny.irvine@myownpersonaldomain.com",
"use": "home"
}
],
"gender": "male",
"_birthDate": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode": "unknown"
}
]
},
"address": [
{
"use": "home",
"line": [
"180 Hermann Rd"
],
"city": "Belmore River",
"state": "NSW",
"postalCode": "2440",
"country": "Australia"
}
]
}