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

FHIR IG analytics

Packageil.hdp.fhir.r4
Resource TypePractitionerRole
IdPractitionerRole-practitioner-role-assisted-hosp-a.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

Assisted-consent practitioner role used for OTP-based practitioner authentication.

FHIR REST: GET https://pcm.fhir.health.gov.il/r4/PractitionerRole?identifier=PRAC-123456&role=http://fhir.health.gov.il/cs/il-core-practitioner-role|consent-assistant&active=true


Source1

{
  "resourceType": "PractitionerRole",
  "id": "practitioner-role-assisted-hosp-a",
  "meta": {
    "security": [
      {
        "system": "http://fhir.health.gov.il/cs/il-hdp-information-buckets",
        "code": "practitioner",
        "display": "מטפל"
      }
    ],
    "profile": [
      "http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-pcm-assisted-practitioner-role"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://fhir.health.gov.il/cs/il-core-identifier-type",
            "code": "strong-id"
          }
        ]
      },
      "use": "official",
      "system": "https://hospital-a.example.org/fhir/sid/practitioner-role-id",
      "value": "PRAC-123456"
    }
  ],
  "code": [
    {
      "coding": [
        {
          "system": "http://fhir.health.gov.il/cs/il-core-practitioner-role",
          "code": "consent-assistant"
        }
      ]
    }
  ],
  "telecom": [
    {
      "extension": [
        {
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://fhir.health.gov.il/cs/il-core-contact-point-purpose",
                "code": "OTP"
              }
            ]
          },
          "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-purpose"
        }
      ],
      "system": "sms",
      "value": "+972-50-7000001"
    }
  ],
  "active": true,
  "organization": {
    "reference": "Organization/hospital1"
  }
}