Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: General Practitioner Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "Example1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"🔗 ,
      "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-practitioner-profile"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner Example1</b></p><a name=\"Example1\"> </a><a name=\"hcExample1\"> </a><a name=\"Example1-en-US\"> </a><p><b>identifier</b>: Person number/442, National provider identifier/123456789, Tax ID number/2222222222</p><p><b>active</b>: true</p><p><b>name</b>: Harry S. Winston </p><p><b>telecom</b>: ph: 1111111111(Work), ph: 5032332233(Mobile)</p><p><b>address</b>: 10288 SW 43rd Ave Suite 400 Portland OR 97202 USA </p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "PN"
          }
        ]
      },
      "system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/DOCTORFACILITYID/1000-4-9390042",
      "value" : "442"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "NPI"
          }
        ]
      },
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "123456789"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "TAX"
          }
        ]
      },
      "system" : "http://hl7.org/fhir/sid/us-tin",
      "value" : "2222222222"
    }
  ],
  "active" : true,
  "name" : [
    {
      "family" : "Winston",
      "given" : [
        "Harry",
        "S."
      ],
      "prefix" : [
        "Dr."
      ],
      "suffix" : [
        "MD"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "1111111111",
      "use" : "work"
    },
    {
      "system" : "phone",
      "value" : "5032332233",
      "use" : "mobile"
    }
  ],
  "address" : [
    {
      "line" : [
        "10288 SW 43rd Ave",
        "Suite 400"
      ],
      "city" : "Portland",
      "state" : "OR",
      "postalCode" : "97202",
      "country" : "USA"
    }
  ]
}