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-full-example - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "practitioner-full-example",
  "meta" : {
    "profile" : [
      🔗 "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/alex-practitioner"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner practitioner-full-example</b></p><a name=\"practitioner-full-example\"> </a><a name=\"hcpractitioner-full-example\"> </a><a name=\"practitioner-full-example-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, Medicare Provider Number/1234561B, Medicare Provider Number/1234561C, 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"
    },
    {
      "extension" : [
        {
          "url" : "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/associated-location",
          "valueString" : "Forest Field"
        }
      ],
      "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" : "1234561A"
    },
    {
      "extension" : [
        {
          "url" : "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/associated-location",
          "valueString" : "Lisa Surgery"
        }
      ],
      "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" : "1234561B"
    },
    {
      "extension" : [
        {
          "url" : "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/associated-location",
          "valueString" : "Alex Rooms"
        }
      ],
      "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" : "1234561C"
    },
    {
      "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"
      }
    }
  ]
}