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

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "full",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Practitioner</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 Practitioner &quot;full&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-hrex-practitioner.html\">HRex Practitioner Profile</a></p></div><p><b>identifier</b>: <code>http://example.org/some-code-system</code>/9941339108, <a href=\"http://terminology.hl7.org/5.3.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">United States National Provider Identifier</a>/1234567893, <a href=\"http://terminology.hl7.org/5.3.0/NamingSystem-CCN.html\" title=\"Per CMS Transmittal 29 dated OCTOBER 12, 2007:\r\n\r\n&quot;The National Provider Identifier (NPI) will replace the Medicare/Medicaid Provider Number on Medicare claims. The NPI will assume the Medicare/Medicaid Provider Number's role as a primary identifier. However, the Medicare/Medicaid Provider Number will continue to be issued to providers and used to verify Medicare/Medicaid certification on all survey and certification, and resident/patient assessment transactions. In order to avoid confusion with the NPI, the Medicare/Medicaid Provider Number (also known as the OSCAR Provider Number, Medicare Identification Number or Provider Number) has been renamed the CMS Certification Number (CCN). The CCN continues to serve a critical role in verifying that a provider has been Medicare certified and for what type of services.&quot;\r\n\r\nSee https://www.cms.gov/regulations-and-guidance/guidance/transmittals/downloads/r29soma.pdf\">CMS Certification Numbers</a>/25456</p><p><b>name</b>: Bone </p><p><b>telecom</b>: ph: 1-234-567-8900, <a href=\"mailto:bones@example.org\">bones@example.org</a></p><p><b>address</b>: </p><ul><li>Suite 100 101 Some Street Las Vegas CA 99999 U.S.A. </li><li>Care of Docs R Us 123 Another Street Vancouver BC V1A 2B3 </li></ul><blockquote><p><b>qualification</b></p><p><b>code</b>: Cardiologist <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p></blockquote><blockquote><p><b>qualification</b></p><p><b>code</b>: Surgeon <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p></blockquote></div>"
  },
  "identifier" : [
    {
      "system" : "http://example.org/some-code-system",
      "value" : "9941339108"
    },
    {
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "1234567893"
    },
    {
      "system" : "http://terminology.hl7.org/NamingSystem/CMSCertificationNumber",
      "value" : "25456"
    }
  ],
  "name" : [
    {
      "family" : "Bone"
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "1-234-567-8900"
    },
    {
      "system" : "email",
      "value" : "bones@example.org"
    }
  ],
  "address" : [
    {
      "line" : [
        "Suite 100",
        "101 Some Street"
      ],
      "city" : "Las Vegas",
      "state" : "CA",
      "postalCode" : "99999",
      "country" : "U.S.A."
    },
    {
      "line" : [
        "Care of Docs R Us",
        "123 Another Street"
      ],
      "city" : "Vancouver",
      "state" : "BC",
      "postalCode" : "V1A 2B3"
    }
  ],
  "qualification" : [
    {
      "code" : {
        "text" : "Cardiologist"
      }
    },
    {
      "code" : {
        "text" : "Surgeon"
      }
    }
  ]
}