: External Health Professional Contact - JSON Representation
Raw json | Download
{
"resourceType" : "PractitionerRole",
"id" : "b27fc609-efcb-4c43-a296-5908787de413",
"meta" : {
"profile" : [
🔗 "https://fhir.medirecords.com/StructureDefinition/mr-practitioner-role-contact"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PractitionerRole</b><a name=\"b27fc609-efcb-4c43-a296-5908787de413\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource PractitionerRole "b27fc609-efcb-4c43-a296-5908787de413" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mr-practitioner-role-contact.html\">MR PractitionerRole Contact</a></p></div><p><b>identifier</b>: Medicare Provider Number/225456HT</p><p><b>active</b>: true</p><p><b>practitioner</b>: <a name=\"1\"> </a></p><blockquote><p/><p><a name=\"1\"> </a></p><p><b>identifier</b>: National provider identifier/8003610833334085</p><p><b>name</b>: David Jones (OFFICIAL)</p></blockquote><p><b>code</b>: General Practitioner <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#62247001 "General practitioner")</span></p><p><b>location</b>: <a name=\"2\"> </a></p><blockquote><p/><p><a name=\"2\"> </a></p><p><b>status</b>: active</p><p><b>address</b>: 12 Mitchell Lane Sydney NSW 2000 AU </p></blockquote><p><b>telecom</b>: ph: 0410999888(MOBILE), <a href=\"mailto:john.smith@gpexample.com\">john.smith@gpexample.com</a>, ph: 0212450987(WORK)</p><hr/><blockquote><p><b>Generated Narrative: Practitioner #1</b><a name=\"1\"> </a></p><p><b>identifier</b>: National provider identifier/8003610833334085</p><p><b>name</b>: David Jones (OFFICIAL)</p></blockquote><hr/><blockquote><p><b>Generated Narrative: Location #2</b><a name=\"2\"> </a></p><p><b>status</b>: active</p><p><b>address</b>: 12 Mitchell Lane Sydney NSW 2000 AU </p></blockquote></div>"
},
"contained" : [
{
"resourceType" : "Practitioner",
"id" : "1",
"meta" : {
"profile" : [
🔗 "https://fhir.medirecords.com/StructureDefinition/mr-practitioner-contact"
]
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "NPI"
}
]
},
"system" : "http://ns.electronichealth.net.au/id/hi/hpii/1.0",
"value" : "8003610833334085"
}
],
"name" : [
{
"use" : "official",
"family" : "Jones",
"given" : [
"David"
],
"prefix" : [
"Dr"
]
}
]
},
{
"resourceType" : "Location",
"id" : "2",
"meta" : {
"profile" : [
🔗 "https://fhir.medirecords.com/StructureDefinition/mr-location-core"
]
},
"status" : "active",
"address" : {
"line" : [
"12 Mitchell Lane"
],
"city" : "Sydney",
"state" : "NSW",
"postalCode" : "2000",
"country" : "AU"
}
}
],
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
"code" : "UPIN"
}
]
},
"system" : "http://ns.electronichealth.net.au/id/medicare-provider-number",
"value" : "225456HT"
}
],
"active" : true,
"practitioner" : {
"reference" : "#1"
},
"code" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "62247001",
"display" : "General practitioner"
}
],
"text" : "General Practitioner"
}
],
"location" : [
{
"reference" : "#2"
}
],
"telecom" : [
{
"system" : "phone",
"value" : "0410999888",
"use" : "mobile"
},
{
"system" : "email",
"value" : "john.smith@gpexample.com",
"use" : "work"
},
{
"system" : "phone",
"value" : "0212450987",
"use" : "work"
}
]
}