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

FHIR IG analytics

Packagehl7.fhir.us.physical-activity
Resource TypePractitioner
IdPractitioner-Scen1PractitionerPatel.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 "Scen1PractitionerPatel"

identifier: http://example.org/practitioner/P12345

active: true

name: Rajesh Patel

telecom: +1(555) 555-4321, rajesh.patel@example.org

address: 456 Health Avenue Medicity NY 54321 USA

gender: male

birthDate: 1975-06-15

Qualifications

-IdentifierCodePeriod
*http://example.org/qualification/Q98765General Practitioner ()2000-07-01 --> (ongoing)

Source1

{
  "resourceType": "Practitioner",
  "id": "Scen1PractitionerPatel",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/practitioner",
      "value": "P12345"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Patel",
      "given": [
        "Rajesh"
      ],
      "prefix": [
        "Dr."
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+1(555) 555-4321",
      "use": "work"
    },
    {
      "system": "email",
      "value": "rajesh.patel@example.org",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "456 Health Avenue"
      ],
      "city": "Medicity",
      "state": "NY",
      "postalCode": "54321",
      "country": "USA"
    }
  ],
  "gender": "male",
  "birthDate": "1975-06-15",
  "qualification": [
    {
      "identifier": [
        {
          "system": "http://example.org/qualification",
          "value": "Q98765"
        }
      ],
      "code": {
        "text": "General Practitioner"
      },
      "period": {
        "start": "2000-07-01"
      }
    }
  ]
}