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

FHIR IG analytics

Packagehl7.fhir.us.bser
Resource TypePractitioner
IdPractitioner-practitioner-us-core-practitioner-hailey-eight.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-us-core-practitioner-hailey-eight

identifier: NPI/9941339888

name: Eight Hailey

telecom: hailey.eight@example.com

address: BMass Doctors 2100 North Ave Burlington MA 02368 US


Source1

{
  "resourceType": "Practitioner",
  "id": "practitioner-us-core-practitioner-hailey-eight",
  "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": "9941339888"
    }
  ],
  "name": [
    {
      "family": "Hailey",
      "given": [
        "Eight"
      ],
      "suffix": [
        "M.D."
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "hailey.eight@example.com"
    }
  ],
  "address": [
    {
      "line": [
        "BMass Doctors",
        "2100 North Ave"
      ],
      "city": "Burlington",
      "state": "MA",
      "postalCode": "02368",
      "country": "US"
    }
  ]
}