Da Vinci Health Record Exchange (HRex)
1.1.0-preview - STU R1 United States of America flag

Da Vinci Health Record Exchange (HRex), published by HL7 International / Clinical Interoperability Council. This guide is not an authorized publication; it is the continuous build for version 1.1.0-preview built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-ehrx/ and changes regularly. See the Directory of published versions

: HRex PractitionerRole full example - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "PractitionerRole",
  "id" : "full",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-practitionerrole"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PractitionerRole</b><a name=\"full\"> </a><a name=\"hcfull\"> </a></p><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\">Resource PractitionerRole &quot;full&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-hrex-practitionerrole.html\">HRex PractitionerRole Profile</a></p></div><p><b>practitioner</b>: <a href=\"Practitioner-full.html\">Practitioner/full</a> &quot; BONE&quot;</p><p><b>organization</b>: <a href=\"Organization-full.html\">Organization/full</a> &quot;New Health Plan&quot;</p><p><b>code</b>: Chiropractor <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (provider-taxonomy#111N00000X; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#3842006)</span>, Dentist <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (provider-taxonomy#122300000X; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#106289002)</span></p><p><b>specialty</b>: Exercise &amp; Sports Psychologist <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (provider-taxonomy#103TE1100X)</span>, Family Psychologist <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (provider-taxonomy#103TF0000X)</span></p><p><b>location</b>: </p><ul><li><a href=\"https://simplifier.net/resolve?scope=hl7.fhir.us.core.3.1.1@3.1.1&amp;canonical=http://example.org/some-clinic/Location/1874\">http://example.org/some-clinic/Location/1874</a></li><li><a href=\"https://simplifier.net/resolve?scope=hl7.fhir.us.core.3.1.1@3.1.1&amp;canonical=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, <a href=\"mailto:ronald.bone@newpayer.com\">ronald.bone@newpayer.com</a>, 1(111)-1111111 - after 5pm</p><p><b>endpoint</b>: </p><ul><li><a href=\"https://simplifier.net/resolve?scope=hl7.fhir.us.core.3.1.1@3.1.1&amp;canonical=http://example.org/some-clinic/EndPoint/1\">http://example.org/some-clinic/EndPoint/1</a></li><li><a href=\"https://simplifier.net/resolve?scope=hl7.fhir.us.core.3.1.1@3.1.1&amp;canonical=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"
        },
        {
          "system" : "http://snomed.info/sct",
          "code" : "3842006"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://nucc.org/provider-taxonomy",
          "code" : "122300000X"
        },
        {
          "system" : "http://snomed.info/sct",
          "code" : "106289002"
        }
      ]
    }
  ],
  "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@newpayer.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"
    }
  ]
}