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

FHIR IG analytics

Packagehl7.fhir.us.pacio-toc
Resource TypePractitioner
IdPractitioner-Example-JenCadbury.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 Example-JenCadbury

identifier: United States National Provider Identifier/9635749481

active: true

name: Jen Cadbury

telecom: ph: (210) 555 1871

address: 8100 Pinebrook Dr, Grand Rapids, MI 49504

gender: Female


Source1

{
  "resourceType": "Practitioner",
  "id": "Example-JenCadbury",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|8.0.1"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "9635749481"
    }
  ],
  "active": true,
  "name": [
    {
      "text": "Jen Cadbury",
      "family": "Cadbury",
      "given": [
        "Jen"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(210) 555 1871"
    }
  ],
  "address": [
    {
      "text": "8100 Pinebrook Dr, Grand Rapids, MI 49504",
      "line": [
        "8100 Pinebrook Dr"
      ],
      "city": "Grand Rapids",
      "state": "MI",
      "postalCode": "49504",
      "country": "US"
    }
  ],
  "gender": "female"
}