Da Vinci Health Record Exchange (HRex)
0.2.0 - STU R1 - 2nd ballot

This page is part of the Da Vinci Health Record Exchange (v0.2.0: STU1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: HRex PractitionerRole full example - JSON Representation

Raw json | Download

{
  "resourceType" : "PractitionerRole",
  "id" : "full",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: full</p><p><b>practitioner</b>: <a href=\"Practitioner-full.html\">Generated Summary: id: full; id: 9941339108, id: 9941339108, id: 25456; Bone </a></p><p><b>organization</b>: <a href=\"Organization-full.html\">Generated Summary: id: full; id: 11223344, id: 11223344, id: 55566667, id: 0123456789, id: 918273645; active; name: New Health Plan; ph: 1-800-123-4567, ph: 1-234-567-8901, info@newhealthplan.org</a></p><p><b>code</b>: <span title=\"Codes: {http://nucc.org/provider-taxonomy 111N00000X}\">111N00000X</span>, <span title=\"Codes: {http://nucc.org/provider-taxonomy 122300000X}\">122300000X</span></p><p><b>specialty</b>: <span title=\"Codes: {http://nucc.org/provider-taxonomy 103TE1100X}\">103TE1100X</span>, <span title=\"Codes: {http://nucc.org/provider-taxonomy 103TF0000X}\">103TF0000X</span></p><p><b>location</b>: </p><ul><li><a href=\"http://example.org/some-clinic/Location/1874\">http://example.org/some-clinic/Location/1874</a></li><li><a href=\"http://example.org/some-clinic/Location/9233\">http://example.org/some-clinic/Location/9233</a></li></ul><p><b>telecom</b>: ph: 1-222-333-4444, ronald.bone@newpayor.com, 1(111)-1111111 - after 5pm</p><p><b>endpoint</b>: </p><ul><li><a href=\"http://example.org/some-clinic/EndPoint/1\">http://example.org/some-clinic/EndPoint/1</a></li><li><a href=\"http://example.org/some-clinic/EndPoint/2\">http://example.org/some-clinic/EndPoint/2</a></li></ul></div>"
  },
  "practitioner" : {
    "reference" : "Practitioner/full"
  },
  "organization" : {
    "reference" : "Organization/full"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://nucc.org/provider-taxonomy",
          "code" : "111N00000X"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://nucc.org/provider-taxonomy",
          "code" : "122300000X"
        }
      ]
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://nucc.org/provider-taxonomy",
          "code" : "103TE1100X"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://nucc.org/provider-taxonomy",
          "code" : "103TF0000X"
        }
      ]
    }
  ],
  "location" : [
    {
      "reference" : "http://example.org/some-clinic/Location/1874"
    },
    {
      "reference" : "http://example.org/some-clinic/Location/9233"
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "1-222-333-4444"
    },
    {
      "system" : "email",
      "value" : "ronald.bone@newpayor.com"
    },
    {
      "system" : "pager",
      "value" : "1(111)-1111111 - after 5pm"
    }
  ],
  "endpoint" : [
    {
      "reference" : "http://example.org/some-clinic/EndPoint/1"
    },
    {
      "reference" : "http://example.org/some-clinic/EndPoint/2"
    }
  ]
}