FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | Patient |
| Id | Patient-example7.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient example7
Profile: AU Base Patient
Alejandro Hernández Male, DoB: 1953-05-05 ( Medical record number)
| Other Ids: |
| ||
| Contact Detail | 20 Ocean Drive SYDNEY NSW 2000 AU | ||
| Patient Birth Place | Mexico | ||
| Date of Arrival in Australia | 2001-10-14 | ||
| Interpreter Required | true | ||
| Individual Gender Identity: |
| ||
{
"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"
}
]
}