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" : "example3",
"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 example3</b></p><a name=\"example3\"> </a><a name=\"hcexample3\"> </a><a name=\"example3-en-AU\"> </a><p><b>identifier</b>: Medicare Number/22968184812\u00a0(,\u00a0period:\u00a0(?) --> 2022-12)</p><p><b>active</b>: true</p><p><b>patient</b>: Alejandro Hernández MRN: 765567765FRD (Identifier: Medical record number/765567765FRD)</p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode FTH}\">father</span></p><p><b>name</b>: Bill Simmons </p><p><b>telecom</b>: <a href=\"mailto:billsimmons@amail.example.com\">billsimmons@amail.example.com</a>, ph: (03) 5550 6677(Home)</p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1975-04-01</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" : "22968184812",
"period" : {
"end" : "2022-12"
}
}
],
"active" : true,
"patient" : {
"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"
}
},
"display" : "Alejandro Hernández MRN: 765567765FRD"
},
"relationship" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "FTH",
"display" : "father"
}
]
}
],
"name" : [
{
"family" : "Simmons",
"given" : [
"Bill"
]
}
],
"telecom" : [
{
"system" : "email",
"value" : "billsimmons@amail.example.com",
"use" : "home"
},
{
"system" : "phone",
"value" : "(03) 5550 6677",
"use" : "home"
}
],
"gender" : "male",
"birthDate" : "1975-04-01",
"address" : [
{
"line" : [
"55 Sarah Street"
],
"city" : "Strahan",
"state" : "TAS",
"postalCode" : "7468",
"country" : "AU"
}
]
}