FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/StructureDefinition-practitioner-matthewsPractitioner

Packageca.learning-forge-v3.r4
Resource TypeStructureDefinition
IdStructureDefinition-practitioner-matthewsPractitioner
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.learning-forge-v3.r4@3.0.0&canonical=http://matthews.ca/fhir/4.0.1/StructureDefinition/PractitionerMatthews
URLhttp://matthews.ca/fhir/4.0.1/StructureDefinition/PractitionerMatthews
Version0.1
Statusdraft
Date2022-11-25T18:19:58.8494541+00:00
NamePractitionerMatthews
TitlePractitioner (Matthews-CA)
TypePractitioner
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
TextSAMLSAML Extension

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "http://matthews.ca/fhir/4.0.1/StructureDefinition/PractitionerMatthews",
  "version": "0.1",
  "name": "PractitionerMatthews",
  "title": "Practitioner (Matthews-CA)",
  "status": "draft",
  "date": "2022-11-25T18:19:58.8494541+00:00",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Practitioner",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Practitioner",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Practitioner.extension",
        "path": "Practitioner.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 0
      },
      {
        "id": "Practitioner.extension:SAML",
        "path": "Practitioner.extension",
        "sliceName": "SAML",
        "short": "SAML Used to authenticate the prescriber",
        "definition": "The SAML must be incuded when sending tasks that require a signature (Prescriptons, cancel requests,  discontinue requests)",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://matthews.ca/fhir/4.0.1/extension/TextSAML"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Practitioner.extension:SAML.value[x]",
        "path": "Practitioner.extension.value[x]",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Practitioner.gender",
        "path": "Practitioner.gender",
        "max": "0",
        "mustSupport": true
      },
      {
        "id": "Practitioner.birthDate",
        "path": "Practitioner.birthDate",
        "max": "0"
      },
      {
        "id": "Practitioner.photo",
        "path": "Practitioner.photo",
        "max": "0",
        "mustSupport": true
      },
      {
        "id": "Practitioner.qualification",
        "path": "Practitioner.qualification",
        "max": "0",
        "mustSupport": true
      },
      {
        "id": "Practitioner.communication",
        "path": "Practitioner.communication",
        "max": "0",
        "mustSupport": true
      }
    ]
  }
}