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

FHIR IG analytics

Packagehl7.fhir.us.codex-radiation-therapy.r4b
Resource TypePractitioner
IdPractitioner-Practitioner-1005.json
FHIR VersionR4B

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-1005

identifier: http://hl7.org.fhir/sid/us-npi/19941339108 (use: official, ), http://varian.com/fhir/identifier/practitionerUserName/aria\user (use: usual, )

name: Egon Spengler

telecom: ph: 555-555-5555(Work)


Source1

{
  "resourceType": "Practitioner",
  "id": "Practitioner-1005",
  "meta": {
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "http://hl7.org.fhir/sid/us-npi",
      "value": "19941339108"
    },
    {
      "use": "usual",
      "system": "http://varian.com/fhir/identifier/practitionerUserName",
      "value": "aria\\user"
    }
  ],
  "name": [
    {
      "use": "usual",
      "family": "Spengler",
      "given": [
        "Egon"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "555-555-5555",
      "use": "work"
    }
  ]
}