My Health Record FHIR IG
1.3.0 - active
My Health Record FHIR IG - Local Development build (v1.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "emergency-contacts-with-additional-information",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient emergency-contacts-with-additional-information</b></p><a name=\"emergency-contacts-with-additional-information\"> </a><a name=\"hcemergency-contacts-with-additional-information\"> </a><a name=\"emergency-contacts-with-additional-information-en-AU\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Harry Dan Male, DoB: 1939-08-25 ( IHI:\u00a0Austalian Healthcare Identifier - Individual#8003608833357361)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Patient contact\">Contact:</td><td colspan=\"3\"><ul><li>Kay Lee</li><li>Relationships:<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0131 N}\">Next-of-Kin</span>, <span title=\"Codes:\">cousin</span></li><li>35 Tiwi Gardens Rd, Tiwi, 0810, NT</li><li><a href=\"tel:+6185503333\">+6185503333</a></li><li><a href=\"mailto:[email protected]\">[email protected]</a></li><li>Valid Period:1999-01-25 --> (ongoing)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient contact\">Contact:</td><td colspan=\"3\"><ul><li>John Smith</li><li>Relationships:<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0131 C}\">Emergency Contact</span>, <span title=\"Codes:\">brother</span></li><li>ph: 07 5550 0000</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Billing contact person\">Billing contact person:</td><td colspan=\"3\"><ul><li>Jo Mee</li><li>ph: 02 5550 0000</li></ul></td></tr></table></div>"
},
"identifier" : [
// Two emergency contacts and a non-emergency contact
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "NI"
}
],
"text" : "IHI"
},
"system" : "http://ns.electronichealth.net.au/id/hi/ihi/1.0",
"value" : "8003608833357361"
}
],
"name" : [
{
"family" : "Dan",
"given" : [
"Harry"
]
}
],
"gender" : "male",
"birthDate" : "1939-08-25",
"contact" : [
{
"extension" : [
{
"url" : "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-mhr-special-processing-1",
"valueCoding" : {
"system" : "http://ns.electronichealth.net.au/fhir/CodeSystem/dh-mhr-special-processing-1",
"code" : "emergency-contact"
}
}
],
"relationship" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0131",
"code" : "N",
"display" : "Next-of-Kin"
}
]
},
{
"text" : "cousin"
}
],
"name" : {
"text" : "Kay Lee"
},
"telecom" : [
{
"system" : "phone",
"value" : "+6185503333"
},
{
"system" : "email",
"value" : "[email protected]"
}
],
"address" : {
"text" : "35 Tiwi Gardens Rd, Tiwi, 0810, NT"
},
"period" : {
"start" : "1999-01-25"
}
},
{
"extension" : [
{
"url" : "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-mhr-special-processing-1",
"valueCoding" : {
"system" : "http://ns.electronichealth.net.au/fhir/CodeSystem/dh-mhr-special-processing-1",
"code" : "emergency-contact"
}
}
],
"relationship" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0131",
"code" : "C",
"display" : "Emergency Contact"
}
]
},
{
"text" : "brother"
}
],
"name" : {
"text" : "John Smith"
},
"telecom" : [
{
"system" : "phone",
"value" : "07 5550 0000"
}
]
},
{
"relationship" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0131",
"code" : "BP",
"display" : "Billing contact person"
}
]
}
],
"name" : {
"text" : "Jo Mee"
},
"telecom" : [
{
"system" : "phone",
"value" : "02 5550 0000"
}
]
}
]
}