AU Base Implementation Guide
4.2.2-ci-build - CI Build
AU Base Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 4.2.2-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/au-fhir-base/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "RelatedPerson",
"id" : "example2",
"meta" : {
"profile" : [
🔗 "http://hl7.org.au/fhir/StructureDefinition/au-relatedperson"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson example2</b></p><a name=\"example2\"> </a><a name=\"hcexample2\"> </a><a name=\"example2-en-AU\"> </a><p><b>identifier</b>: Medicare Number/22968184811\u00a0(,\u00a0period:\u00a0(?) --> 2022-12)</p><p><b>patient</b>: <a href=\"Patient-example4.html\">Suzanne Simmons Female, DoB: 2008-08-08 ( Medical record number)</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode MTH}\">mother</span></p><p><b>name</b>: Sarah Simmons </p><p><b>telecom</b>: <a href=\"mailto:ssimmons@amail.example.com\">ssimmons@amail.example.com</a>, ph: (03) 5550 6677(Home)</p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1977-09-07</p><p><b>address</b>: 55 Sarah Street Strahan TAS 7468 AU </p></div>"
},
"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" : "22968184811",
"period" : {
"end" : "2022-12"
}
}
],
"patient" : {
🔗 "reference" : "Patient/example4"
},
"relationship" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "MTH",
"display" : "mother"
}
]
}
],
"name" : [
{
"family" : "Simmons",
"given" : [
"Sarah"
]
}
],
"telecom" : [
{
"system" : "email",
"value" : "ssimmons@amail.example.com",
"use" : "home"
},
{
"system" : "phone",
"value" : "(03) 5550 6677",
"use" : "home"
}
],
"gender" : "female",
"birthDate" : "1977-09-07",
"address" : [
{
"line" : [
"55 Sarah Street"
],
"city" : "Strahan",
"state" : "TAS",
"postalCode" : "7468",
"country" : "AU"
}
]
}