{
  "resourceType": "StructureDefinition",
  "id": "Practitioner-cl",
  "meta": {
    "lastUpdated": "2019-03-05T20:43:48.378799+00:00"
  },
  "text": {
    "status": "empty",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\" />"
  },
  "url": "http://cens.cl/fhir/StructureDefinition/Practitioner-cl",
  "version": "1.0.1",
  "name": "Practitioner-cl",
  "status": "draft",
  "date": "2019-01-22",
  "publisher": "HPI Project",
  "fhirVersion": "3.1.0",
  "kind": "resource",
  "abstract": false,
  "type": "Practitioner",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Practitioner",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Practitioner",
        "path": "Practitioner",
        "short": "Chilean Practitioner",
        "definition": "This is basic constraint on Practitioner resource for use in Chile.",
        "mustSupport": false,
        "isModifier": false
      },
      {
        "id": "Practitioner.extension",
        "path": "Practitioner.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Practitioner.extension:identityDocument",
        "path": "Practitioner.extension",
        "sliceName": "identityDocument",
        "type": [
          {
            "code": "Extension",
            "profile": "http://cens.cl/fhir/StructureDefinition/identity-document"
          }
        ]
      },
      {
        "id": "Practitioner.extension:nationality",
        "path": "Practitioner.extension",
        "sliceName": "nationality",
        "short": "Nationality of the practitioner",
        "type": [
          {
            "code": "Extension",
            "profile": "http://cens.cl/fhir/StructureDefinition/practitioner-nationality-cl"
          }
        ]
      },
      {
        "id": "Practitioner.extension:countryOrigin",
        "path": "Practitioner.extension",
        "sliceName": "countryOrigin",
        "short": "Country of origin of the practitioner",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://cens.cl/fhir/StructureDefinition/practitioner-origin-country-cl"
          }
        ]
      },
      {
        "id": "Practitioner.extension:genderIdentity",
        "path": "Practitioner.extension",
        "sliceName": "genderIdentity",
        "short": "Gender Identity",
        "definition": "The gender the practitioner identifies with.",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://cens.cl/fhir/StructureDefinition/practitioner-genderIdentity-cl"
          }
        ]
      },
      {
        "id": "Practitioner.extension:genderIdentity.valueCodeableConcept:valueCodeableConcept",
        "path": "Practitioner.extension.valueCodeableConcept",
        "sliceName": "valueCodeableConcept",
        "binding": {
          "strength": "example",
          "description": "Gender Identity Valueset",
          "valueSetUri": "http://hl7.org/fhir/gender-identity"
        }
      },
      {
        "id": "Practitioner.identifier",
        "path": "Practitioner.identifier",
        "short": "A identifier for the person as a practitioner in Chile.",
        "definition": "An identifier that applies to this person in this role. In Chile, the primary identifier will correspond to the Id of the Master of Health Providers of the Ministry of Health, and as a secondary, the Id of the National Register of Individual Health Providers of the Superintendence of Health.",
        "min": 1,
        "isModifier": false
      },
      {
        "id": "Practitioner.identifier.system",
        "path": "Practitioner.identifier.system",
        "definition": "Establishes the namespace for the value - that is, a URL that describes a set values that are unique.\r\n\r\nId Master of Health Providers - URL does not currently exist\r\nId of the National Register of Individual Health Providers - https://rnpi.superdesalud.gob.cl/",
        "comment": "It remains to specify the URL of the Master of Health Providers of the Ministry of Health.",
        "min": 1,
        "isModifier": false
      },
      {
        "id": "Practitioner.identifier.value",
        "path": "Practitioner.identifier.value",
        "min": 1,
        "isModifier": false
      },
      {
        "id": "Practitioner.identifier.period",
        "path": "Practitioner.identifier.period",
        "requirements": "This period is for register when the health professional finish his studies and they was available to work."
      },
      {
        "id": "Practitioner.identifier.assigner",
        "path": "Practitioner.identifier.assigner",
        "min": 1
      },
      {
        "id": "Practitioner.name",
        "path": "Practitioner.name",
        "min": 1,
        "max": "2",
        "isModifier": false
      },
      {
        "id": "Practitioner.name.use",
        "path": "Practitioner.name.use",
        "short": "official | social",
        "min": 1
      },
      {
        "id": "Practitioner.name.family",
        "path": "Practitioner.name.family",
        "min": 1,
        "mustSupport": true,
        "isModifier": false
      },
      {
        "id": "Practitioner.name.family.extension",
        "path": "Practitioner.name.family.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Practitioner.name.family.extension:fatherFamilyName",
        "path": "Practitioner.name.family.extension",
        "sliceName": "fatherFamilyName",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://hl7.org/fhir/StructureDefinition/humanname-fathers-family"
          }
        ]
      },
      {
        "id": "Practitioner.name.family.extension:fatherFamilyName.valueString:valueString",
        "path": "Practitioner.name.family.extension.valueString",
        "sliceName": "valueString"
      },
      {
        "id": "Practitioner.name.family.extension:motherFamilyName",
        "path": "Practitioner.name.family.extension",
        "sliceName": "motherFamilyName",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://hl7.org/fhir/StructureDefinition/humanname-mothers-family"
          }
        ]
      },
      {
        "id": "Practitioner.name.family.extension:motherFamilyName.valueString:valueString",
        "path": "Practitioner.name.family.extension.valueString",
        "sliceName": "valueString"
      },
      {
        "id": "Practitioner.name.given",
        "path": "Practitioner.name.given",
        "min": 1
      },
      {
        "id": "Practitioner.name.prefix",
        "path": "Practitioner.name.prefix",
        "max": "0"
      },
      {
        "id": "Practitioner.name.suffix",
        "path": "Practitioner.name.suffix",
        "max": "0"
      },
      {
        "id": "Practitioner.name.period",
        "path": "Practitioner.name.period",
        "max": "0"
      },
      {
        "id": "Practitioner.telecom",
        "path": "Practitioner.telecom",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Practitioner.telecom:telephone",
        "path": "Practitioner.telecom",
        "sliceName": "telephone"
      },
      {
        "id": "Practitioner.telecom:telephone.system",
        "path": "Practitioner.telecom.system",
        "short": "phone",
        "fixedCode": "phone"
      },
      {
        "id": "Practitioner.telecom:telephone.use",
        "path": "Practitioner.telecom.use",
        "min": 1
      },
      {
        "id": "Practitioner.telecom:telephone.rank",
        "path": "Practitioner.telecom.rank",
        "max": "0"
      },
      {
        "id": "Practitioner.telecom:telephone.period",
        "path": "Practitioner.telecom.period",
        "max": "0"
      },
      {
        "id": "Practitioner.telecom:email",
        "path": "Practitioner.telecom",
        "sliceName": "email"
      },
      {
        "id": "Practitioner.telecom:email.system",
        "path": "Practitioner.telecom.system",
        "short": "email",
        "fixedCode": "email"
      },
      {
        "id": "Practitioner.telecom:email.use",
        "path": "Practitioner.telecom.use",
        "min": 1
      },
      {
        "id": "Practitioner.telecom:email.rank",
        "path": "Practitioner.telecom.rank",
        "max": "0"
      },
      {
        "id": "Practitioner.telecom:email.period",
        "path": "Practitioner.telecom.period",
        "max": "0"
      },
      {
        "id": "Practitioner.telecom:RRSS",
        "path": "Practitioner.telecom",
        "sliceName": "RRSS"
      },
      {
        "id": "Practitioner.telecom:RRSS.system",
        "path": "Practitioner.telecom.system",
        "short": "RRSS",
        "fixedCode": "RRSS"
      },
      {
        "id": "Practitioner.telecom:RRSS.use",
        "path": "Practitioner.telecom.use",
        "min": 1
      },
      {
        "id": "Practitioner.telecom:RRSS.rank",
        "path": "Practitioner.telecom.rank",
        "max": "0"
      },
      {
        "id": "Practitioner.telecom:RRSS.period",
        "path": "Practitioner.telecom.period",
        "max": "0"
      },
      {
        "id": "Practitioner.address",
        "path": "Practitioner.address",
        "min": 1,
        "type": [
          {
            "code": "Address",
            "profile": "http://cens.cl/StructureDefinition/address-cl"
          }
        ]
      },
      {
        "id": "Practitioner.gender",
        "path": "Practitioner.gender",
        "min": 1
      },
      {
        "id": "Practitioner.birthDate",
        "path": "Practitioner.birthDate",
        "min": 1
      },
      {
        "id": "Practitioner.photo",
        "path": "Practitioner.photo",
        "max": "0"
      },
      {
        "id": "Practitioner.qualification.extension",
        "path": "Practitioner.qualification.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Practitioner.qualification.extension:mention",
        "path": "Practitioner.qualification.extension",
        "sliceName": "mention",
        "short": "Mention of the practitioner",
        "definition": "Mention of the professional title that qualifies the practitioner.",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://example.org/fhir/StructureDefinition/mention-cl"
          }
        ]
      },
      {
        "id": "Practitioner.qualification.code.coding.system",
        "path": "Practitioner.qualification.code.coding.system",
        "definition": "For Chile, the code system used should be defined by the Superintendencia de Salud for professionals, technicians and specialties. The code and display values can be foud into \"Norma técnica 820 sobre estandares de información en salud\" of Ministerio de Salud de Chile."
      },
      {
        "id": "Practitioner.qualification.code.coding.code",
        "path": "Practitioner.qualification.code.coding.code",
        "definition": "A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).\r\nFor Chile, use digit code defined by \"Decreto 643 sobre estandares de información en salud\" of Ministry of Health of Chile.",
        "comment": "For Chile, use digit code defined by \"Decreto 643 sobre estandares de información en salud\" of Ministry of Health of Chile.",
        "min": 1
      },
      {
        "id": "Practitioner.qualification.code.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Practitioner.qualification.code.coding.display",
        "min": 1
      },
      {
        "id": "Practitioner.qualification.period",
        "path": "Practitioner.qualification.period",
        "min": 1
      },
      {
        "id": "Practitioner.qualification.period.start",
        "path": "Practitioner.qualification.period.start",
        "min": 1
      },
      {
        "id": "Practitioner.qualification.issuer",
        "path": "Practitioner.qualification.issuer",
        "min": 1
      },
      {
        "id": "Practitioner.communication",
        "path": "Practitioner.communication",
        "max": "0"
      }
    ]
  }
}