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" : "Bundle",
"id" : "vpr-03",
"type" : "collection",
"timestamp" : "2022-10-28T11:01:00+10:00",
"entry" : [
// Sample design for Voluntary Patient Registration project - provides a history
// PATIENT
{
"fullUrl" : "urn:uuid:4ebd1a59-fc0e-4433-93d9-f0c226cabaf6",
"resource" : {
"resourceType" : "Patient",
"meta" : {
"profile" : [
🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-patient-core-1"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_null\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient </b></p><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Bert Gainey Male, DoB: 1971-09-24 ( IHI:\u00a0Austalian Healthcare Identifier - Individual#8003608833564727\u00a0(use:\u00a0official,\u00a0))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\">Patient's Medicare number/29533070311\u00a0(use:\u00a0secondary,\u00a0period:\u00a0(?) --> 2023-11-30)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>General Practitioner: <a href=\"Bundle-vpr-02.html#urn-uuid-cb7921cc-ba17-11ec-833a-b1763b0a7716\">Bundle: type = collection; timestamp = 2022-10-28 11:01:00+1000</a></li><li>General Practitioner: Dr Sophia Yu</li></ul></td></tr></table></div>"
},
"identifier" : [
{
"use" : "official",
"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" : "8003608833564727"
},
{
"use" : "secondary",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MC"
}
]
},
"system" : "http://ns.electronichealth.net.au/id/medicare-number",
"value" : "29533070311",
"period" : {
"end" : "2023-11-30"
}
}
],
"name" : [
{
"use" : "usual",
"text" : "Bert Gainey",
"family" : "Gainey"
}
],
"gender" : "male",
"birthDate" : "1971-09-24",
"generalPractitioner" : [
{
"reference" : "urn:uuid:cb7921cc-ba17-11ec-833a-b1763b0a7716"
},
{
"type" : "PractitionerRole",
"display" : "Dr Sophia Yu"
}
]
}
},
// Practitioner's name - only if additional data is shared should this be a full PractitionerRole resource
{
"fullUrl" : "urn:uuid:cb7921cc-ba17-11ec-833a-b1763b0a7716",
"resource" : {
"resourceType" : "Organization",
"meta" : {
"profile" : [
🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-organization-core-1"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_null\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization </b></p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 394761003}\">GP practice</span></p><p><b>name</b>: ABC Medical Clinic</p><p><b>telecom</b>: ph: (02) 5550 2427(Work)</p><p><b>address</b>: Andrew Fisher Building 1 National Circuit Barton ACT 2600 (work)</p></div>"
},
"type" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "394761003"
}
],
"text" : "GP practice"
}
],
"name" : "ABC Medical Clinic",
"telecom" : [
{
"system" : "phone",
"value" : "(02) 5550 2427",
"use" : "work"
}
],
"address" : [
{
"use" : "work",
"line" : [
"Andrew Fisher Building",
"1 National Circuit"
],
"city" : "Barton",
"state" : "ACT",
"postalCode" : "2600"
}
]
}
},
{
"fullUrl" : "urn:uuid:2441c7b9-1cb9-400d-bc12-70e8644dfb0e",
"resource" : {
"resourceType" : "Organization",
"meta" : {
"profile" : [
🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-organization-core-1"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_null\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization </b></p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 394761003}\">GP practice</span></p><p><b>name</b>: Family Medical Practice</p><p><b>telecom</b>: ph: (02) 5550 2433(Work)</p><p><b>address</b>: 114 Denison St Deakin ACT 2600 (work)</p></div>"
},
"type" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "394761003"
}
],
"text" : "GP practice"
}
],
"name" : "Family Medical Practice",
"telecom" : [
{
"system" : "phone",
"value" : "(02) 5550 2433",
"use" : "work"
}
],
"address" : [
{
"use" : "work",
"line" : [
"114 Denison St"
],
"city" : "Deakin",
"state" : "ACT",
"postalCode" : "2600"
}
]
}
},
{
"fullUrl" : "urn:uuid:63a81c87-dd27-436e-aff2-157865c9aa48",
"resource" : {
"resourceType" : "EpisodeOfCare",
"meta" : {
"profile" : [
🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-episodeofcare-mymedicare-1"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"EpisodeOfCare_null\"> </a><p class=\"res-header-id\"><b>Generated Narrative: EpisodeOfCare </b></p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 737470001}\">Primary care management</span></p><p><b>patient</b>: <a href=\"Bundle-vpr-03.html#urn-uuid-4ebd1a59-fc0e-4433-93d9-f0c226cabaf6\">Bundle: type = collection; timestamp = 2022-10-28 11:01:00+1000</a></p><p><b>managingOrganization</b>: <a href=\"Bundle-vpr-02.html#urn-uuid-cb7921cc-ba17-11ec-833a-b1763b0a7716\">Bundle: type = collection; timestamp = 2022-10-28 11:01:00+1000</a></p><p><b>period</b>: 2021-06-13 --> (ongoing)</p></div>"
},
"status" : "active",
"type" : [
// current represented by status=active
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "737470001",
"display" : "Primary care management"
}
]
}
],
"patient" : {
"reference" : "urn:uuid:4ebd1a59-fc0e-4433-93d9-f0c226cabaf6",
"identifier" : {
"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" : "8003608833564727"
}
},
"managingOrganization" : {
"reference" : "urn:uuid:cb7921cc-ba17-11ec-833a-b1763b0a7716"
},
"period" : // current represented by no period.end
{
"start" : "2021-06-13"
}
}
},
{
"fullUrl" : "urn:uuid:e907a08c-5e3b-4689-9460-c0769f712c6e",
"resource" : {
"resourceType" : "EpisodeOfCare",
"meta" : {
"profile" : [
🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-episodeofcare-mymedicare-1"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"EpisodeOfCare_null\"> </a><p class=\"res-header-id\"><b>Generated Narrative: EpisodeOfCare </b></p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 737470001}\">Primary care management</span></p><p><b>patient</b>: <a href=\"Bundle-vpr-03.html#urn-uuid-4ebd1a59-fc0e-4433-93d9-f0c226cabaf6\">Bundle: type = collection; timestamp = 2022-10-28 11:01:00+1000</a></p><p><b>managingOrganization</b>: <a href=\"Bundle-vpr-03.html#urn-uuid-2441c7b9-1cb9-400d-bc12-70e8644dfb0e\">Bundle: type = collection; timestamp = 2022-10-28 11:01:00+1000</a></p><p><b>period</b>: 2021-01-09 --> (ongoing)</p></div>"
},
"status" : "active",
"type" : [
// history entry represented by status=finished
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "737470001",
"display" : "Primary care management"
}
]
}
],
"patient" : {
"reference" : "urn:uuid:4ebd1a59-fc0e-4433-93d9-f0c226cabaf6",
"identifier" : {
"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" : "8003608833564727"
}
},
"managingOrganization" : {
"reference" : "urn:uuid:2441c7b9-1cb9-400d-bc12-70e8644dfb0e"
},
"period" : // history entry has period.end
// <end value="2021-06-10"/>
{
"start" : "2021-01-09"
}
}
}
]
}