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

FHIR IG analytics

Packageil.tasmc.fhir.r4
Resource TypePractitioner
IdPractitioner-TasmcPractitionerExample.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": "TasmcPractitionerExample",
  "meta": {
    "profile": [
      "http://fhir.tasmc.org.il/StructureDefinition/tasmc-practitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://fhir.tasmc.org.il/identifier/tasmc-id",
      "value": "PRAC-54321"
    },
    {
      "system": "http://fhir.tasmc.org.il/identifier/AD-user",
      "value": "dr.cohen"
    },
    {
      "system": "http://fhir.health.gov.il/identifier/il-national-id",
      "value": "000000018"
    },
    {
      "system": "http://practitioners.health.gov.il/Practitioners",
      "value": "1-234567"
    }
  ],
  "name": [
    {
      "given": [
        "דוד"
      ],
      "prefix": [
        "ד\"ר"
      ],
      "family": "כהן",
      "text": "ד\"ר דוד כהן"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "use": "work",
      "value": "03-6974400"
    },
    {
      "system": "phone",
      "use": "mobile",
      "value": "050-1234567"
    },
    {
      "system": "email",
      "use": "work",
      "value": "david.cohen@tasmc.health.gov.il"
    },
    {
      "system": "email",
      "use": "home",
      "value": "dcohen@example.com"
    }
  ],
  "qualification": [
    {
      "identifier": [
        {
          "system": "http://practitioners.health.gov.il/Practitioners",
          "value": "1-234567"
        }
      ],
      "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": "רפואה"
              }
            ]
          }
        }
      ],
      "code": {
        "coding": [
          {
            "code": "2",
            "system": "http://fhir.health.gov.il/cs/practitioner-certificate-type-moh"
          }
        ]
      }
    }
  ],
  "active": true,
  "gender": "male"
}