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

FHIR IG analytics

Packagefhir.paciosampledata
Resource TypePractitioner
IdPractitioner-Practitioner-DeangeloMontes.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-DeangeloMontes

version: 4; Last updated: 2024-09-21 14:11:15+0000

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

active: true

name: Deangelo Montes

telecom: ph: (555) 624-3552, dmontes@MotownHHA.com

address: 17010 Harper Ave, Detroit, MI 48224

gender: Male


Source1

{
  "resourceType": "Practitioner",
  "id": "Practitioner-DeangeloMontes",
  "meta": {
    "versionId": "4",
    "lastUpdated": "2024-09-21T14:11:15.000+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/fhir/MI-state-license",
      "value": "5601011630"
    }
  ],
  "active": true,
  "name": [
    {
      "text": "Deangelo Montes",
      "family": "Montes",
      "given": [
        "Deangelo"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(555) 624-3552"
    },
    {
      "system": "email",
      "value": "dmontes@MotownHHA.com"
    }
  ],
  "address": [
    {
      "text": "17010 Harper Ave, Detroit, MI 48224",
      "line": [
        "17010 Harper Ave"
      ],
      "city": "Detroit",
      "state": "MI",
      "postalCode": "48224",
      "country": "US"
    }
  ],
  "gender": "male"
}