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

FHIR IG analytics

Packagelt.hl7.fhir.prostate
Resource TypePractitioner
IdPractitioner-practitioner-doctor-example.json
FHIR VersionR5

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


English


Generated Narrative: Practitioner practitioner-doctor-example

Language: en

name: Example Doctor (Official)

telecom: +37065555555


Lithuanian


Generated Narrative: Practitioner practitioner-doctor-example

Language: en

name: Example Doctor (Official)

telecom: +37065555555


Source1

{
  "resourceType": "Practitioner",
  "id": "practitioner-doctor-example",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": [
    {
      "use": "official",
      "family": "Doctor",
      "given": [
        "Example"
      ],
      "prefix": [
        "Dr."
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+37065555555",
      "use": "work"
    }
  ]
}