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

FHIR IG analytics

Packagehl7.fhir.uv.vulcan-schedule
Resource TypePractitioner
IdPractitioner-SamGetWell.json
FHIR VersionR6

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 SamGetWell

Language: en

identifier: Medicare/CMS (formerly HCFA)'s Universal Physician Identification numbers/ABC1234 (use: official, )

active: true

name: Samuel Home

telecom: ph: 555-123-5467(Work)

gender: Male


Source1

{
  "resourceType": "Practitioner",
  "id": "SamGetWell",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "UPIN"
          }
        ]
      },
      "value": "ABC1234"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "usual",
      "family": "Home",
      "given": [
        "Samuel"
      ],
      "prefix": [
        "Dr"
      ],
      "suffix": [
        "M.D."
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "555-123-5467",
      "use": "work"
    }
  ],
  "gender": "male"
}