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

FHIR IG analytics

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

Language: en

Profile: PractitionerLt

identifier: https://registrai.lt/sveidra/asmuo/LT-12345

name: Registrar

Qualifications

-Code
*Triage nurse (occupation)

Lithuanian


Generated Narrative: Practitioner practitioner-example

Language: en

Profile: PractitionerLt

identifier: https://registrai.lt/sveidra/asmuo/LT-12345

name: Registrar

Qualifications

-Code
*Triage nurse (occupation)

Source1

{
  "resourceType": "Practitioner",
  "id": "practitioner-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/base/StructureDefinition/practitioner-lt"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://registrai.lt/sveidra/asmuo",
      "value": "LT-12345"
    }
  ],
  "name": [
    {
      "text": "Registrar"
    }
  ],
  "qualification": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "224538006",
            "display": "Triage nurse (occupation)"
          }
        ]
      }
    }
  ]
}