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

FHIR IG analytics

Packagehl7.fhir.us.central-cancer-registry-reporting
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

Profile: US Core Practitioner

Practitioner: Dr. Joseph Nichols

Identifier: US NPI: 1122334455

Address: 1234 Main St., Tulsa, OK 74126, US (work)

Email: joseph.nichols@example.com

Phone: 800-277-1993


Source1

{
  "resourceType": "Practitioner",
  "id": "1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|6.1.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "1122334455"
    }
  ],
  "name": [
    {
      "family": "Nichols",
      "given": [
        "Joseph"
      ],
      "prefix": [
        "Dr"
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "joseph.nichols@example.com",
      "use": "work"
    },
    {
      "system": "phone",
      "value": "800-277-1993",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "line": [
        "1234 Main St."
      ],
      "city": "Tulsa",
      "state": "OK",
      "postalCode": "74126",
      "country": "US"
    }
  ]
}