Magentus Practice Management FHIR Implementation Guide
1.2.35 - ci-build

Magentus Practice Management FHIR Implementation Guide - Local Development build (v1.2.35) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: eOrders PractitionerRole Placer - JSON Representation

Raw json | Download

{
  "resourceType" : "PractitionerRole",
  "id" : "570c1233-5361-453e-99a4-504c2045d27c",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.geniesolutions.io/StructureDefinition/eorders-practitionerrole"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole 570c1233-5361-453e-99a4-504c2045d27c</b></p><a name=\"570c1233-5361-453e-99a4-504c2045d27c\"> </a><a name=\"hc570c1233-5361-453e-99a4-504c2045d27c\"> </a><a name=\"570c1233-5361-453e-99a4-504c2045d27c-en-US\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-eorders-practitionerrole.html\">EOrders PractitionerRole</a></p></div><p><b>identifier</b>: Medicare Provider Number/1063625F, Laboratory Doctor Number/DR11</p><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-75179ab5-684b-405e-a50c-a81359804d91.html\">Dr Jane Doe</a></p><p><b>organization</b>: <a href=\"Organization-fdcca47c-e554-46e5-a71f-91ec855faa29.html\">Small Family Trust</a></p><p><b>location</b>: Small Medical Clinic</p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code" : "UPIN"
          }
        ],
        "text" : "Medicare Provider Number"
      },
      "system" : "http://ns.electronichealth.net.au/id/medicare-provider-number",
      "value" : "1063625F"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "DN"
          }
        ],
        "text" : "Laboratory Doctor Number"
      },
      "system" : "http://ns.electronichealth.net.au/id/hpio-scoped/service-provider-individual/1.0/8003626568856670",
      "value" : "DR11",
      "assigner" : {
        "display" : "Acme Pathology"
      }
    }
  ],
  "active" : true,
  "practitioner" : {
    🔗 "reference" : "Practitioner/75179ab5-684b-405e-a50c-a81359804d91",
    "display" : "Dr Jane Doe"
  },
  "organization" : {
    🔗 "reference" : "Organization/fdcca47c-e554-46e5-a71f-91ec855faa29",
    "display" : "Small Family Trust"
  },
  "location" : [
    {
      "display" : "Small Medical Clinic"
    }
  ]
}