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

FHIR IG analytics

Packagelt.hl7.fhir.prostate
Resource TypePractitioner
IdPractitioner-practitioner-eucore-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-eucore-example

Language: lt

Profile: Practitioner (EU core)

identifier: http://esveikata.lt/classifiers/Identifier/GYDYTOJAS/1234567890 (use: official, )

name: Petras Kazlauskas (Official)

telecom: +37061234567


Lithuanian


Generated Narrative: Practitioner practitioner-eucore-example

Language: lt

Profile: Practitioner (EU core)

identifier: http://esveikata.lt/classifiers/Identifier/GYDYTOJAS/1234567890 (use: official, )

name: Petras Kazlauskas (Official)

telecom: +37061234567


Source1

{
  "resourceType": "Practitioner",
  "id": "practitioner-eucore-example",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/base-r5/StructureDefinition/practitioner-eu-core"
    ]
  },
  "language": "lt",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "http://esveikata.lt/classifiers/Identifier/GYDYTOJAS",
      "value": "1234567890"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Kazlauskas",
      "given": [
        "Petras"
      ],
      "prefix": [
        "Dr."
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+37061234567",
      "use": "work"
    }
  ]
}