This page is part of the Specialty Medication Enrollment (v2.0.0: STU2) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: Specialty Rx Practitioner 1 - JSON Representation
Raw json | Download
{
"resourceType" : "Practitioner",
"id" : "specialty-rx-practitioner-1",
"meta" : {
"profile" : [
"http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-practitioner"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Practitioner</b><a name=\"specialty-rx-practitioner-1\"> </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 "specialty-rx-practitioner-1" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-specialty-rx-practitioner.html\">Specialty Prescription Practitioner</a></p></div><p><b>identifier</b>: id:\u00a09941339108</p><p><b>name</b>: Jane Smith </p><p><b>telecom</b>: ph: 555-555-5555(HOME), fax: 555-555-1234(HOME), <a href=\"mailto:jane.smith@example.org\">jane.smith@example.org</a></p><p><b>address</b>: 101 Oak Lane Minnetonka MN 55345 (HOME)</p></div>"
},
"identifier" : [
{
"system" : "http://hl7.org/fhir/sid/us-npi",
"value" : "9941339108"
}
],
"name" : [
{
"family" : "Smith",
"given" : [
"Jane"
],
"prefix" : [
"Dr"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "555-555-5555",
"use" : "home"
},
{
"system" : "fax",
"value" : "555-555-1234",
"use" : "home"
},
{
"system" : "email",
"value" : "jane.smith@example.org",
"use" : "work"
}
],
"address" : [
{
"use" : "home",
"line" : [
"101 Oak Lane"
],
"city" : "Minnetonka",
"state" : "MN",
"postalCode" : "55345"
}
]
}