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

FHIR IG analytics

Packagehl7.fhir.us.health-care-surveys-reporting
Resource TypePractitioner
IdPractitioner-practitioner-nichols.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

Generated Narrative: Practitioner practitioner-nichols

identifier: United States National Provider Identifier/9941339100 (use: official, )

active: true

name: Joseph P Nichols (Official)

telecom: ph: 800-277-1993(Mobile), joseph.shaw@example.com

address: 53 Sunset AveApt 9 Tulsa OK 74126 USA (home)

gender: Male

birthDate: 1963-12-14


Source1

{
  "resourceType": "Practitioner",
  "id": "practitioner-nichols",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|6.1.0"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "9941339100"
    }
  ],
  "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"
}