Medtech ALEX® Implementation Guide
0.0.1 - draft International flag

Medtech ALEX® Implementation Guide - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: practitioner-search-bundle-example - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "practitioner-search-bundle-example",
  "meta" : {
    "lastUpdated" : "2024-02-14T00:16:24.960+13:00",
    "profile" : [
      🔗 "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/practitioner-search-bundle"
    ]
  },
  "type" : "searchset",
  "link" : [
    {
      "relation" : "self",
      "url" : "https://alexapi.medtechglobal.com.au/fhir/Practitioner?_id=practitioner1"
    }
  ],
  "entry" : [
    {
      "fullUrl" : "https://alexapidev.medtechglobal.com/fhir/Practitioner/practitioner1",
      "resource" : {
        "resourceType" : "Practitioner",
        "id" : "practitioner1",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org.au/fhir/StructureDefinition/au-practitioner"
          ]
        },
        "text" : {
          "status" : "extensions",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_practitioner1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner practitioner1</b></p><a name=\"practitioner1\"> </a><a name=\"hcpractitioner1\"> </a><a name=\"practitioner1-en-US\"> </a><p><b>Practitioner Affiliation Extension</b>: <a href=\"CodeSystem-practitioner-affiliation.html#practitioner-affiliation-AMC\">Medtech Practitioner Affiliation CodeSystem AMC</a>: Australian Medical Council</p><p><b>identifier</b>: HPI-I/8003619900015717, Medicare Provider Number/1234561A, AHPRA Registration Number/MED0000932945</p><p><b>active</b>: true</p><p><b>name</b>: Alex Api </p><p><b>telecom</b>: <a href=\"mailto:helen.mayo@downunderhospital.example.com\">helen.mayo@downunderhospital.example.com</a>, ph: 555-1234(Home), ph: 555-5678(Mobile)</p><p><b>address</b>: 3 McGregor Street Blacktown NSW 2148 Australia (work)</p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1985-10-14</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">General Practitioner</span></td></tr></table></div>"
        },
        "extension" : [
          {
            "url" : "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/practitioner-affiliation",
            "valueCoding" : {
              "system" : "https://alexapi.medtechglobal.com.au/fhir/CodeSystem/practitioner-affiliation",
              "code" : "AMC",
              "display" : "Australian Medical Council"
            }
          }
        ],
        "identifier" : [
          {
            "extension" : [
              {
                "url" : "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/hpii-status",
                "valueCoding" : {
                  "system" : "https://alexapi.medtechglobal.com.au/fhir/CodeSystem/hpii-status",
                  "code" : "A",
                  "display" : "Active"
                }
              }
            ],
            "type" : {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code" : "NPI",
                  "display" : "National provider identifier"
                }
              ],
              "text" : "HPI-I"
            },
            "system" : "http://ns.electronichealth.net.au/id/hi/hpii/1.0",
            "value" : "8003619900015717"
          },
          {
            "type" : {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
                  "code" : "UPIN",
                  "display" : "Medicare Provider Number"
                }
              ],
              "text" : "Medicare Provider Number"
            },
            "system" : "http://ns.electronichealth.net.au/id/medicare-provider-number",
            "value" : "1234561A"
          },
          {
            "type" : {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
                  "code" : "AHPRA",
                  "display" : "Australian Health Practitioner Regulation Agency Registration Number"
                }
              ],
              "text" : "AHPRA Registration Number"
            },
            "system" : "http://hl7.org.au/id/ahpra-registration-number",
            "value" : "MED0000932945"
          }
        ],
        "active" : true,
        "name" : [
          {
            "family" : "Api",
            "given" : [
              "Alex"
            ],
            "prefix" : [
              "Dr"
            ]
          }
        ],
        "telecom" : [
          {
            "system" : "email",
            "value" : "helen.mayo@downunderhospital.example.com"
          },
          {
            "system" : "phone",
            "value" : "555-1234",
            "use" : "home"
          },
          {
            "system" : "phone",
            "value" : "555-5678",
            "use" : "mobile"
          }
        ],
        "address" : [
          {
            "use" : "work",
            "line" : [
              "3 McGregor Street"
            ],
            "city" : "Blacktown",
            "state" : "NSW",
            "postalCode" : "2148",
            "country" : "Australia"
          }
        ],
        "gender" : "female",
        "birthDate" : "1985-10-14",
        "qualification" : [
          {
            "code" : {
              "text" : "General Practitioner"
            }
          }
        ]
      }
    }
  ]
}