FHIR IG analytics| Package | hl7.fhir.au.core |
| Resource Type | Patient |
| Id | Patient-bennelong-anne.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient bennelong-anne
Profile: AU Core Patient
Mrs. Anne Mary Bennelong(official) Female, DoB: 1968-10-11 ( Medical record number)
| Contact Detail |
| ||
| Language: | Yugambal | ||
| Australian Indigenous Status | australian-indigenous-status-1: 1 (Aboriginal but not Torres Strait Islander origin) | ||
{
"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"
}
}
]
}