IL Core Implementation Guide
0.18.0 - draft Israel flag

This page is part of the IL-Core IG (v0.18.0: draft-1 Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: practitioner-md - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "practitioner-md",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.health.gov.il/StructureDefinition/il-core-practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">רופאת משפחה</div>"
  },
  "identifier" : [
    {
      "system" : "http://practitioners.health.gov.il/Practitioners",
      "value" : "1-22947"
    }
  ],
  "active" : true,
  "name" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/language",
          "valueCode" : "he"
        }
      ],
      "text" : "דר' גרינפלד דיאנה",
      "family" : "גרינפלד",
      "given" : [
        "דיאנה"
      ],
      "prefix" : [
        "דר'"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "04-6421420",
      "use" : "work"
    },
    {
      "system" : "email",
      "value" : "DG@example.com"
    }
  ],
  "gender" : "female",
  "birthDate" : "1979-04-30",
  "qualification" : [
    {
      "extension" : [
        {
          "url" : "http://fhir.health.gov.il/StructureDefinition/ext-qualification-practice",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://fhir.health.gov.il/cs/practitioner-profession-moh",
                "code" : "1",
                "display" : "רפואה"
              }
            ]
          }
        }
      ],
      "identifier" : [
        {
          "system" : "http://practitioners.health.gov.il/practitioner-certificate",
          "value" : "1-22947",
          "period" : {
            "start" : "2012-09-06"
          }
        }
      ],
      "code" : {
        "coding" : [
          {
            "system" : "http://fhir.health.gov.il/cs/practitioner-certificate-type-moh",
            "code" : "2",
            "display" : "רשיון קבוע"
          }
        ]
      }
    }
  ]
}