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

FHIR IG analytics

Packagehl7.fhir.us.ph-library
Resource TypePractitioner
IdPractitioner-us-core-practitioner-henry-seven.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

Resource Practitioner "us-core-practitioner-henry-seven"

Profile: US Core Practitioner Profile

identifier: id: 9941339108

name: Seven Henry

telecom: henry.seven@example.com

address: 1002 Healthcare Drive Ann Arbor MI 99999 US


Source1

{
  "resourceType": "Practitioner",
  "id": "us-core-practitioner-henry-seven",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "9941339108"
    }
  ],
  "name": [
    {
      "family": "Henry",
      "given": [
        "Seven"
      ],
      "suffix": [
        "M.D."
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "henry.seven@example.com"
    }
  ],
  "address": [
    {
      "line": [
        "1002 Healthcare Drive"
      ],
      "city": "Ann Arbor",
      "state": "MI",
      "postalCode": "99999",
      "country": "US"
    }
  ]
}