Person-Centered Outcomes
0.2.0 - ci-build United States of America flag

Person-Centered Outcomes - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Primary Care Physician - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "pcoPractitionerAnderson",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner pcoPractitionerAnderson</b></p><a name=\"pcoPractitionerAnderson\"> </a><a name=\"hcpcoPractitionerAnderson\"> </a><a name=\"pcoPractitionerAnderson-en-US\"> </a><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.2.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">United States National Provider Identifier</a>/9941339100</p><p><b>name</b>: John Anderson, MD</p><p><b>gender</b>: Male</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "9941339100"
    }
  ],
  "name" : [
    {
      "text" : "John Anderson, MD",
      "family" : "Anderson",
      "given" : [
        "John"
      ],
      "suffix" : [
        "MD"
      ]
    }
  ],
  "gender" : "male"
}