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

FHIR IG analytics

Packagefhir.test.data.r4
Resource TypePractitioner
IdPractitioner-2528.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-2528",
  "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": "000002528"
    },
    {
      "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": "999992528"
    }
  ],
  "name": [
    {
      "family": "Wheeler",
      "given": [
        "Tanya",
        "Sally"
      ],
      "suffix": [
        "MD"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "989-555-9103",
      "use": "work"
    },
    {
      "system": "phone",
      "value": "989-555-3650",
      "use": "mobile"
    }
  ],
  "address": [
    {
      "use": "work",
      "type": "postal",
      "line": [
        "405 French Street",
        "#77"
      ],
      "city": "Flat Rock",
      "district": "Wayne County",
      "state": "MI",
      "postalCode": "48134"
    }
  ],
  "gender": "male",
  "birthDate": "1982-03-20"
}