Da Vinci Risk Adjustment Implementation Guide
2.0.0-preview - STU2 United States of America flag

Da Vinci Risk Adjustment Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 2.0.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-ra/ and changes regularly. See the Directory of published versions

: Practitioner: Patrick Pump - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "ra-prac02pat02",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Practitioner</b><a name=\"ra-prac02pat02\"> </a><a name=\"hcra-prac02pat02\"> </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;ra-prac02pat02&quot; </p></div><p><b>identifier</b>: <code>http://hl7.org.fhir/sid/us-npi</code>/6678901232, <code>http://www.acme.org/practitioners</code>/25456</p><p><b>name</b>: Patrick Pump </p><p><b>address</b>: 1025 Healthcare Drive Ann Harbor MI 99999 (home)</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://hl7.org.fhir/sid/us-npi",
      "value" : "6678901232"
    },
    {
      "system" : "http://www.acme.org/practitioners",
      "value" : "25456"
    }
  ],
  "name" : [
    {
      "family" : "Pump",
      "given" : [
        "Patrick"
      ],
      "prefix" : [
        "Dr"
      ]
    }
  ],
  "address" : [
    {
      "use" : "home",
      "line" : [
        "1025 Healthcare Drive"
      ],
      "city" : "Ann Harbor",
      "state" : "MI",
      "postalCode" : "99999"
    }
  ]
}