FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | Patient |
| Id | Patient-example2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient example2
Profile: AU Base Patient
Sally Grant Female, DoB Unknown ( Medicare Number: 1234567892 (, period: (?) --> 2019-05))
| Contact Detail |
| ||
| Closing the Gap Registration | true | ||
| Australian Indigenous Status | australian-indigenous-status-1: 3 (Both Aboriginal and Torres Strait Islander origin) | ||
{
"resourceType": "Patient",
"id": "example2",
"meta": {
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-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": "3",
"display": "Both Aboriginal and Torres Strait Islander origin"
}
},
{
"url": "http://hl7.org.au/fhir/StructureDefinition/closing-the-gap-registration",
"valueBoolean": true
}
],
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MC",
"display": "Patient's Medicare Number"
}
],
"text": "Medicare Number"
},
"system": "http://ns.electronichealth.net.au/id/medicare-number",
"value": "1234567892",
"period": {
"end": "2019-05"
}
}
],
"name": [
{
"family": "Grant",
"given": [
"Sally"
]
}
],
"telecom": [
{
"system": "email",
"value": "sgrant@amail.example.com"
}
],
"gender": "female",
"address": [
{
"line": [
"999 Astor Terrace"
],
"city": "Spring Hill",
"state": "QLD",
"postalCode": "4000",
"country": "Australia"
}
]
}