: Example Practitioner with prescriber number - JSON Representation
Raw json | Download
{
"resourceType" : "Practitioner",
"id" : "6d6d7ce8-65c2-11e6-a20e-7b5deed40052",
"meta" : {
"lastUpdated" : "2021-05-11T01:43:30Z",
"profile" : [
🔗 "https://fhir.medirecords.com/StructureDefinition/mr-practitioner-core"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Practitioner</b><a name=\"6d6d7ce8-65c2-11e6-a20e-7b5deed40052\"> </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 Practitioner "6d6d7ce8-65c2-11e6-a20e-7b5deed40052" Updated "2021-05-11 01:43:30+0000" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mr-practitioner-core.html\">MR Practitioner</a></p></div><p><b>identifier</b>: HPI-I/8003610833334085, Prescriber Number/453221</p><p><b>active</b>: true</p><p><b>name</b>: Helen Mayo </p><p><b>telecom</b>: <a href=\"mailto:helen.mayo@abchospital.com.au\">helen.mayo@abchospital.com.au</a></p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "NPI"
}
],
"text" : "HPI-I"
},
"system" : "http://ns.electronichealth.net.au/id/hi/hpii/1.0",
"value" : "8003610833334085"
},
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
"code" : "PRES"
}
],
"text" : "Prescriber Number"
},
"system" : "http://ns.electronichealth.net.au/id/medicare-prescriber-number",
"value" : "453221"
}
],
"active" : true,
"name" : [
{
"use" : "usual",
"family" : "Mayo",
"given" : [
"Helen"
],
"prefix" : [
"Dr"
]
}
],
"telecom" : [
{
"system" : "email",
"value" : "helen.mayo@abchospital.com.au",
"use" : "work"
}
]
}