-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#45 restored Patient-beneelong-anne and removed language from Patient…
…-baratz-toni
- Loading branch information
1 parent
9fdf7f0
commit dab1df6
Showing
3 changed files
with
165 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
{ | ||
"resourceType": "Patient", | ||
"id": "bennelong-anne", | ||
"meta": { | ||
"profile": [ | ||
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient" | ||
] | ||
}, | ||
"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": "MC", | ||
"display": "Patient's Medicare number" | ||
} | ||
], | ||
"text": "Medicare Number" | ||
}, | ||
"system": "http://ns.electronichealth.net.au/id/medicare-number", | ||
"value": "6951449677" | ||
} | ||
], | ||
"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": [ | ||
"4 Brisbane Street" | ||
], | ||
"city": "Brisbane", | ||
"state": "QLD", | ||
"postalCode": "4112", | ||
"country": "AU" | ||
} | ||
], | ||
"communication": [ | ||
{ | ||
"language": { | ||
"coding": [ | ||
{ | ||
"system": "urn:ietf:bcp:47", | ||
"code": "yub" | ||
} | ||
], | ||
"text": "Yugambal" | ||
} | ||
} | ||
] | ||
} |
Oops, something went wrong.