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-md.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-md",
  "meta": {
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-practitioner"
    ]
  },
  "identifier": [
    {
      "system": "http://practitioners.health.gov.il/Practitioners",
      "value": "1-22947"
    }
  ],
  "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-6421420",
      "use": "work"
    },
    {
      "system": "email",
      "value": "DG@example.com"
    }
  ],
  "gender": "female",
  "birthDate": "1979-04-30",
  "qualification": [
    {
      "identifier": [
        {
          "system": "http://practitioners.health.gov.il/practitioner-certificate",
          "value": "1-22947",
          "period": {
            "start": "2012-09-06"
          }
        }
      ],
      "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": "1",
                "system": "http://fhir.health.gov.il/cs/practitioner-profession-moh",
                "display": "רפואה"
              }
            ]
          }
        }
      ]
    }
  ]
}