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-nurse.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

אחות מוסמכת ללא מומחיות עם קורסים על בסיסיים

Source1

{
  "resourceType": "Practitioner",
  "id": "practitioner-nurse",
  "meta": {
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-practitioner"
    ]
  },
  "identifier": [
    {
      "system": "http://practitioners.health.gov.il/Nurses",
      "value": "7962",
      "period": {
        "start": "1991-10-14"
      }
    }
  ],
  "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": "02-5334295",
      "use": "work"
    }
  ],
  "gender": "female",
  "birthDate": "1965-11-30",
  "qualification": [
    {
      "identifier": [
        {
          "system": "http://practitioners.health.gov.il/Nurses",
          "value": "7962",
          "period": {
            "start": "1991-10-14"
          }
        }
      ],
      "code": {
        "coding": [
          {
            "code": "26",
            "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": "101",
                "system": "http://fhir.health.gov.il/cs/practitioner-profession-moh",
                "display": "אח/ות מוסמכ/ת"
              }
            ]
          }
        }
      ]
    },
    {
      "identifier": [
        {
          "system": "http://fhir.health.gov.il/identifier/nurse-expertise",
          "value": "102-12070"
        }
      ],
      "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": "102",
                "system": "http://fhir.health.gov.il/identifier/practitioner-expertise",
                "display": "סוכרת"
              }
            ]
          }
        }
      ]
    },
    {
      "identifier": [
        {
          "system": "http://fhir.health.gov.il/identifier/nurse-advanced-course",
          "value": "19-7962"
        }
      ],
      "code": {
        "coding": [
          {
            "code": "110",
            "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": "19",
                "system": "http://fhir.health.gov.il/cs/practitioner-advanced-course-moh",
                "display": "נפרולוגיה"
              }
            ]
          }
        }
      ]
    }
  ],
  "address": [
    {
      "country": "US"
    }
  ]
}