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

FHIR IG analytics

Packagehl7.fhir.us.pacio-rt
Resource TypePractitioner
IdPractitioner-RT-Practitioner-MariaGonzalez.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 "RT-Practitioner-MariaGonzalez"

identifier: id: 9876543210

active: true

name: Maria Gonzalez

telecom: ph: (210) 555 7632

address: 8100 Pinebrook Dr, San Antonio, TX, 78230

gender: female


Source1

{
  "resourceType": "Practitioner",
  "id": "RT-Practitioner-MariaGonzalez",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "9876543210"
    }
  ],
  "active": true,
  "name": [
    {
      "text": "Maria Gonzalez",
      "family": "Gonzalez",
      "given": [
        "Maria"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(210) 555 7632"
    }
  ],
  "address": [
    {
      "text": "8100 Pinebrook Dr, San Antonio, TX, 78230"
    }
  ],
  "gender": "female"
}