MediRecords FHIR Implementation Guide
1.4.1 - release


: External Health Professional Contact - JSON Representation

Raw json | Download

{
  "resourceType" : "PractitionerRole",
  "id" : "b27fc609-efcb-4c43-a296-5908787de413",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.medirecords.com/StructureDefinition/mr-practitioner-role-contact"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole b27fc609-efcb-4c43-a296-5908787de413</b></p><a name=\"b27fc609-efcb-4c43-a296-5908787de413\"> </a><a name=\"hcb27fc609-efcb-4c43-a296-5908787de413\"> </a><a name=\"b27fc609-efcb-4c43-a296-5908787de413-en-US\"> </a><p><b>identifier</b>: Medicare Provider Number/225456HT</p><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"#hcb27fc609-efcb-4c43-a296-5908787de413/1\">Practitioner David Jones (official)</a></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 62247001}\">General Practitioner</span></p><p><b>location</b>: <a href=\"#hcb27fc609-efcb-4c43-a296-5908787de413/2\">Location: status = active</a></p><p><b>telecom</b>: ph: 0410999888(Mobile), <a href=\"mailto:john.smith@gpexample.com\">john.smith@gpexample.com</a>, ph: 0212450987(Work)</p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Practitioner  #1</b></p><a name=\"b27fc609-efcb-4c43-a296-5908787de413/1\"> </a><a name=\"hcb27fc609-efcb-4c43-a296-5908787de413/1\"> </a><a name=\"b27fc609-efcb-4c43-a296-5908787de413/1-en-US\"> </a><p><b>identifier</b>: National provider identifier/8003610833334085</p><p><b>name</b>: David Jones (Official)</p></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Location  #2</b></p><a name=\"b27fc609-efcb-4c43-a296-5908787de413/2\"> </a><a name=\"hcb27fc609-efcb-4c43-a296-5908787de413/2\"> </a><a name=\"b27fc609-efcb-4c43-a296-5908787de413/2-en-US\"> </a><p><b>status</b>: Active</p><p><b>address</b>: 12 Mitchell Lane Sydney NSW 2000 AU </p></blockquote></div>"
  },
  "contained" : [
    {
      "resourceType" : "Practitioner",
      "id" : "1",
      "meta" : {
        "profile" : [
          🔗 "https://fhir.medirecords.com/StructureDefinition/mr-practitioner-contact"
        ]
      },
      "identifier" : [
        {
          "type" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
                "code" : "NPI"
              }
            ]
          },
          "system" : "http://ns.electronichealth.net.au/id/hi/hpii/1.0",
          "value" : "8003610833334085"
        }
      ],
      "name" : [
        {
          "use" : "official",
          "family" : "Jones",
          "given" : [
            "David"
          ],
          "prefix" : [
            "Dr"
          ]
        }
      ]
    },
    {
      "resourceType" : "Location",
      "id" : "2",
      "meta" : {
        "profile" : [
          🔗 "https://fhir.medirecords.com/StructureDefinition/mr-location-core"
        ]
      },
      "status" : "active",
      "address" : {
        "line" : [
          "12 Mitchell Lane"
        ],
        "city" : "Sydney",
        "state" : "NSW",
        "postalCode" : "2000",
        "country" : "AU"
      }
    }
  ],
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code" : "UPIN"
          }
        ]
      },
      "system" : "http://ns.electronichealth.net.au/id/medicare-provider-number",
      "value" : "225456HT"
    }
  ],
  "active" : true,
  "practitioner" : {
    "reference" : "#1"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "62247001",
          "display" : "General practitioner"
        }
      ],
      "text" : "General Practitioner"
    }
  ],
  "location" : [
    {
      "reference" : "#2"
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "0410999888",
      "use" : "mobile"
    },
    {
      "system" : "email",
      "value" : "john.smith@gpexample.com",
      "use" : "work"
    },
    {
      "system" : "phone",
      "value" : "0212450987",
      "use" : "work"
    }
  ]
}