FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.test.data.r4
Resource TypePractitioner
IdPractitioner-2532.json
FHIR Version

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Practitioner",
  "id": "Practitioner-2532",
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/identifier-type",
            "code": "SB",
            "display": "Social Beneficiary Identifier"
          }
        ],
        "text": "US Social Security Number"
      },
      "system": "http://hl7.org/fhir/sid/us-ssn",
      "value": "000002532"
    },
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/v2/0203",
            "code": "PRN",
            "display": "Provider number"
          }
        ],
        "text": "US National Provider Identifier"
      },
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "999992532"
    }
  ],
  "name": [
    {
      "family": "Potter",
      "given": [
        "Chad",
        "Espinoza"
      ],
      "suffix": [
        "MD"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "248-555-6227",
      "use": "work"
    },
    {
      "system": "phone",
      "value": "248-555-0749",
      "use": "mobile"
    }
  ],
  "address": [
    {
      "use": "work",
      "type": "postal",
      "line": [
        "422 E Fifth Court"
      ],
      "city": "Kincheloe",
      "district": "Chippewa County",
      "state": "MI",
      "postalCode": "49788"
    }
  ],
  "gender": "male",
  "birthDate": "1973-02-09"
}