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

FHIR IG analytics

Packagehl7.fhir.uv.smart-scheduling-links
Resource TypePractitioner
IdPractitioner-fd3c7a99-bb59-4fef-9f79-88d1f7275ca6.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 fd3c7a99-bb59-4fef-9f79-88d1f7275ca6

Language: en

Profile: Practitioner

identifier: United States National Provider Identifier/npi-8373s (use: usual, )

active: true

name: John Mark(Nickname), Mark

telecom: +1-93-736-544, johnmark@user.com

address: Seattle Washington 98106 (work)


Source1

{
  "resourceType": "Practitioner",
  "id": "fd3c7a99-bb59-4fef-9f79-88d1f7275ca6",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/smart-scheduling-links/StructureDefinition/smart-scheduling-practitioner"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "usual",
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "npi-8373s"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "nickname",
      "text": "John Mark",
      "family": "John"
    },
    {
      "given": [
        "Mark"
      ],
      "prefix": [
        "Dr."
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+1-93-736-544",
      "use": "mobile"
    },
    {
      "system": "email",
      "value": "johnmark@user.com",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "type": "physical",
      "city": "Seattle",
      "state": "Washington",
      "postalCode": "98106"
    }
  ]
}