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

FHIR IG analytics

Packageil.core.fhir.r4.2023
Resource TypePractitioner
IdPractitioner-practitioner-psychologist.json
FHIR VersionR4

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

psychologist with an instructor certificate

Source1

{
  "resourceType": "Practitioner",
  "id": "practitioner-psychologist",
  "meta": {
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-practitioner"
    ]
  },
  "identifier": [
    {
      "system": "http://practitioners.health.gov.il/Practitioners",
      "value": "27-1234"
    }
  ],
  "name": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/language",
          "valueCode": "he"
        }
      ],
      "prefix": [
        "גב'"
      ],
      "family": "לוין",
      "given": [
        "שרי"
      ],
      "text": "גב' שרי לוין"
    }
  ],
  "text": {
    "div": "<!-- snip (see above) -->",
    "status": "generated"
  },
  "active": true,
  "telecom": [
    {
      "system": "phone",
      "value": "04-44442254",
      "use": "work"
    },
    {
      "system": "email",
      "value": "DG@example.com"
    }
  ],
  "gender": "female",
  "birthDate": "1980-06-22",
  "qualification": [
    {
      "identifier": [
        {
          "system": "http://practitioners.health.gov.il/practitioner-certificate",
          "value": "27-1234"
        }
      ],
      "code": {
        "coding": [
          {
            "code": "2",
            "system": "http://fhir.health.gov.il/cs/practitioner-certificate-type-moh",
            "display": "רשיון קבוע"
          }
        ]
      },
      "extension": [
        {
          "url": "http://fhir.health.gov.il/StructureDefinition/ext-qualification-practice",
          "valueCodeableConcept": {
            "coding": [
              {
                "code": "27",
                "system": "http://fhir.health.gov.il/cs/practitioner-profession-moh",
                "display": "פסיכולוג"
              }
            ]
          }
        }
      ]
    },
    {
      "identifier": [
        {
          "system": "http://fhir.health.gov.il/identifier/practitioner-expertise",
          "value": "123445"
        }
      ],
      "code": {
        "coding": [
          {
            "code": "5",
            "system": "http://fhir.health.gov.il/cs/practitioner-certificate-type-moh",
            "display": "תעודת מומחה"
          }
        ]
      },
      "extension": [
        {
          "url": "http://fhir.health.gov.il/StructureDefinition/ext-qualification-practice",
          "valueCodeableConcept": {
            "coding": [
              {
                "code": "21",
                "system": "http://fhir.health.gov.il/cs/practitioner-expertise-moh",
                "display": "הרדמה"
              }
            ]
          }
        }
      ]
    }
  ]
}