0.1.0 - ci-build

RxVentureIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ResidencyDirectorJoeDirt - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "joe-dirt",
  "meta" : {
    "profile" : [
      🔗 "http://openclintech.com/rxventure/fhir/StructureDefinition/ProgramPractitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner joe-dirt</b></p><a name=\"joe-dirt\"> </a><a name=\"hcjoe-dirt\"> </a><a name=\"joe-dirt-en-US\"> </a><p><b>identifier</b>: <code>http://terminology.hl7.org/NamingSystem/npi</code>/20474171</p><p><b>active</b>: true</p><p><b>name</b>: Joe Dirt </p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">pharmd</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://terminology.hl7.org/NamingSystem/npi",
      "value" : "20474171"
    }
  ],
  "active" : true,
  "name" : [
    {
      "family" : "Dirt",
      "given" : [
        "Joe"
      ]
    }
  ],
  "qualification" : [
    {
      "code" : {
        "coding" : [
          {
            "code" : "pharmd"
          }
        ]
      }
    }
  ]
}