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

FHIR IG analytics

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

Language: en

Profile: PractitionerLt

identifier: https://hl7.lt/fhir/sid/lt-practitioner-license/RAD-12345

active: true

name: Petras Gydytojaitis


Lithuanian


Generated Narrative: Practitioner example-practitioner

Language: en

Profile: PractitionerLt

identifier: https://hl7.lt/fhir/sid/lt-practitioner-license/RAD-12345

active: true

name: Petras Gydytojaitis


Source1

{
  "resourceType": "Practitioner",
  "id": "example-practitioner",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/base/StructureDefinition/practitioner-lt"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://hl7.lt/fhir/sid/lt-practitioner-license",
      "value": "RAD-12345"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Gydytojaitis",
      "given": [
        "Petras"
      ]
    }
  ]
}