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

FHIR IG analytics

Packagefhir.test.data.r4
Resource TypePractitioner
IdPractitioner-2518.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-2518",
  "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": "000002518"
    },
    {
      "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": "999992518"
    }
  ],
  "name": [
    {
      "family": "Saunders",
      "given": [
        "Jane",
        "Rosemary"
      ],
      "suffix": [
        "MD"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "989-555-3727",
      "use": "work"
    },
    {
      "system": "phone",
      "value": "989-555-8588",
      "use": "mobile"
    }
  ],
  "address": [
    {
      "use": "work",
      "type": "postal",
      "line": [
        "17 E Orange Avenue"
      ],
      "city": "Southfield",
      "district": "Oakland County",
      "state": "MI",
      "postalCode": "48034"
    }
  ],
  "gender": "female",
  "birthDate": "1975-01-28"
}