Skip to content

Commit

Permalink
#45 restored Patient-beneelong-anne and removed language from Patient…
Browse files Browse the repository at this point in the history
…-baratz-toni
  • Loading branch information
heathfrankel committed Sep 25, 2024
1 parent 9fdf7f0 commit dab1df6
Show file tree
Hide file tree
Showing 3 changed files with 165 additions and 96 deletions.
13 changes: 0 additions & 13 deletions generated/Patient-baratz-toni.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,18 +162,5 @@
"postalCode": "6054",
"country": "AU"
}
],
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "yub"
}
],
"text": "Yugambal"
}
}
]
}
82 changes: 82 additions & 0 deletions generated/Patient-bennelong-anne.json
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"
}
}
]
}
Loading

0 comments on commit dab1df6

Please sign in to comment.