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

FHIR IG analytics

Packagehl7.fhir.us.pacio-adi
Resource TypePractitioner
IdPractitioner-Practitioner-MargaretReynolds.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-MargaretReynolds

identifier: http://example.org/fhir/MI-state-license/86420

active: true

name: Margaret Q. Reynolds

telecom: ph: (555) 391-9414

address: 18051 Mack Ave, Detroit, MI 48224

gender: Female


Source1

{
  "resourceType": "Practitioner",
  "id": "Practitioner-MargaretReynolds",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/fhir/MI-state-license",
      "value": "86420"
    }
  ],
  "active": true,
  "name": [
    {
      "text": "Margaret Q. Reynolds",
      "family": "Reynolds",
      "given": [
        "Margaret",
        "Q."
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(555) 391-9414"
    }
  ],
  "address": [
    {
      "text": "18051 Mack Ave, Detroit, MI 48224",
      "line": [
        "18051 Mack Ave"
      ],
      "city": "Detroit",
      "state": "MI",
      "postalCode": "48224",
      "country": "US"
    }
  ],
  "gender": "female"
}