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

FHIR IG analytics

Packagehl7.fhir.us.medmorph-research-dex
Resource TypePractitioner
IdPractitioner-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Joseph Nichols

Source1

{
  "resourceType": "Practitioner",
  "id": "1",
  "meta": {
    "versionId": "3",
    "lastUpdated": "2019-03-06T03:07:57.933-05:00"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "SB",
            "display": "Social Beneficiary Identifier"
          }
        ],
        "text": "US Social Security Number"
      },
      "system": "http://hl7.org/fhir/sid/us-ssn",
      "value": "000-00-0004"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Nichols",
      "given": [
        "Joseph",
        "P"
      ],
      "suffix": [
        "MD"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "800-277-1993",
      "use": "mobile"
    },
    {
      "system": "email",
      "value": "joseph.shaw@example.com"
    }
  ],
  "address": [
    {
      "use": "home",
      "line": [
        "53 Sunset AveApt 9"
      ],
      "city": "Tulsa",
      "state": "OK",
      "postalCode": "74126",
      "country": "USA"
    }
  ],
  "gender": "male",
  "birthDate": "1963-12-14"
}