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

FHIR IG analytics

Packagelaniado.test.fhir
Resource TypePractitioner
IdPractitioner-LaniadoPractitionerExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Practitioner",
  "id": "LaniadoPractitionerExample",
  "meta": {
    "source": "http://atd.laniado.org.il",
    "profile": [
      "http://fhir.laniado.org.il/StructureDefinition/laniado-practitioner"
    ]
  },
  "identifier": [
    {
      "system": "http://fhir.laniado.org.il/Identifier/prac-id",
      "value": "123456782"
    },
    {
      "system": "http://fhir.laniado.org.il/Identifier/user-name",
      "value": "iisraeli"
    },
    {
      "system": "http://fhir.laniado.org.il/Identifier/mispar-oved",
      "value": "211234"
    }
  ],
  "name": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/language",
          "valueCode": "he"
        }
      ],
      "family": "ישראלי"
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/language",
          "valueCode": "en"
        }
      ],
      "family": "Israeli"
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/language",
          "valueCode": "ar"
        }
      ],
      "family": "إسرائيلي"
    }
  ]
}