PackagesCanonicalsLogsProblems
    Packages
    ca.qc.sq.sgrdv@1.0.2
    http://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-patient
{
  "description": "Profil patient neutre utilisé dans les demandes de disponibilités. Inclut le sexe à la naissance (via extension dédiée) et la relation patient-médecin.",
  "_filename": "StructureDefinition-sgrdv-base-find-patient.json",
  "package_name": "ca.qc.sq.sgrdv",
  "date": null,
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "SGRDVBaseFindPatient",
  "abstract": false,
  "type": "Patient",
  "experimental": "true",
  "resourceType": "StructureDefinition",
  "title": "Patient pour la recherche de disponibilités (Base)",
  "package_version": "1.0.2",
  "status": "active",
  "id": "1e5f659c-74b1-4007-a21f-5524a935ece6",
  "kind": "resource",
  "url": "http://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-patient",
  "version": null,
  "differential": {
    "element": [ {
      "id": "Patient.contained",
      "path": "Patient.contained",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "$this",
          "type": "type"
        } ]
      }
    }, {
      "id": "Patient.contained:gpPractitionerRole",
      "max": "*",
      "min": 0,
      "path": "Patient.contained",
      "type": [ {
        "code": "PractitionerRole",
        "profile": [ "http://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-practitioner-role" ]
      } ],
      "sliceName": "gpPractitionerRole"
    }, {
      "id": "Patient.contained:gpPractitioner",
      "max": "*",
      "min": 0,
      "path": "Patient.contained",
      "type": [ {
        "code": "Practitioner",
        "profile": [ "http://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-practitioner" ]
      } ],
      "sliceName": "gpPractitioner"
    }, {
      "id": "Patient.contained:gpOrganization",
      "max": "*",
      "min": 0,
      "path": "Patient.contained",
      "type": [ {
        "code": "Organization",
        "profile": [ "http://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-organization" ]
      } ],
      "sliceName": "gpOrganization"
    }, {
      "id": "Patient.extension",
      "min": 2,
      "path": "Patient.extension",
      "slicing": {
        "rules": "open",
        "ordered": false,
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "Patient.extension:birthGender",
      "max": "1",
      "min": 1,
      "path": "Patient.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://sante.quebec/fhir/StructureDefinition/sgrdv-patient-birth-gender" ]
      } ],
      "sliceName": "birthGender",
      "mustSupport": true
    }, {
      "id": "Patient.extension:birthGender.value[x]",
      "path": "Patient.extension.value[x]",
      "mustSupport": true
    }, {
      "id": "Patient.extension:admisGap",
      "max": "1",
      "min": 1,
      "path": "Patient.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://sante.quebec/fhir/StructureDefinition/sgrdv-patient-admis-gap" ]
      } ],
      "sliceName": "admisGap",
      "mustSupport": true
    }, {
      "id": "Patient.extension:admisGap.value[x]",
      "path": "Patient.extension.value[x]",
      "mustSupport": true
    }, {
      "id": "Patient.identifier",
      "path": "Patient.identifier",
      "mustSupport": true
    }, {
      "id": "Patient.identifier.type",
      "path": "Patient.identifier.type",
      "binding": {
        "strength": "extensible",
        "valueSet": "http://sante.quebec/fhir/ValueSet/sgrdv-identifier-type-vs"
      },
      "mustSupport": true
    }, {
      "id": "Patient.identifier.system",
      "path": "Patient.identifier.system",
      "mustSupport": true
    }, {
      "id": "Patient.identifier.value",
      "path": "Patient.identifier.value",
      "mustSupport": true
    }, {
      "id": "Patient.name",
      "min": 1,
      "path": "Patient.name",
      "mustSupport": true
    }, {
      "id": "Patient.name.family",
      "min": 1,
      "path": "Patient.name.family",
      "mustSupport": true
    }, {
      "id": "Patient.name.given",
      "min": 1,
      "path": "Patient.name.given",
      "mustSupport": true
    }, {
      "id": "Patient.telecom",
      "path": "Patient.telecom",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "system",
          "type": "value"
        } ]
      },
      "mustSupport": true
    }, {
      "id": "Patient.telecom:phone",
      "max": "1",
      "min": 0,
      "path": "Patient.telecom",
      "sliceName": "phone",
      "mustSupport": true
    }, {
      "id": "Patient.telecom:phone.system",
      "min": 1,
      "path": "Patient.telecom.system",
      "fixedCode": "phone"
    }, {
      "id": "Patient.telecom:phone.value",
      "min": 1,
      "path": "Patient.telecom.value",
      "mustSupport": true
    }, {
      "id": "Patient.telecom:email",
      "max": "1",
      "min": 0,
      "path": "Patient.telecom",
      "sliceName": "email",
      "mustSupport": true
    }, {
      "id": "Patient.telecom:email.system",
      "min": 1,
      "path": "Patient.telecom.system",
      "fixedCode": "email"
    }, {
      "id": "Patient.telecom:email.value",
      "min": 1,
      "path": "Patient.telecom.value",
      "mustSupport": true
    }, {
      "id": "Patient.birthDate",
      "min": 1,
      "path": "Patient.birthDate",
      "mustSupport": true
    }, {
      "id": "Patient.contact",
      "max": "2",
      "path": "Patient.contact",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "relationship",
          "type": "pattern"
        } ]
      },
      "mustSupport": true
    }, {
      "id": "Patient.contact:father",
      "max": "1",
      "min": 0,
      "path": "Patient.contact",
      "sliceName": "father",
      "mustSupport": true
    }, {
      "id": "Patient.contact:father.relationship",
      "min": 1,
      "path": "Patient.contact.relationship",
      "patternCodeableConcept": {
        "coding": [ {
          "code": "FTH",
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode"
        } ]
      }
    }, {
      "id": "Patient.contact:father.name",
      "path": "Patient.contact.name",
      "mustSupport": true
    }, {
      "id": "Patient.contact:father.name.family",
      "path": "Patient.contact.name.family",
      "mustSupport": true
    }, {
      "id": "Patient.contact:father.name.given",
      "path": "Patient.contact.name.given",
      "mustSupport": true
    }, {
      "id": "Patient.contact:mother",
      "max": "1",
      "min": 0,
      "path": "Patient.contact",
      "sliceName": "mother",
      "mustSupport": true
    }, {
      "id": "Patient.contact:mother.relationship",
      "min": 1,
      "path": "Patient.contact.relationship",
      "patternCodeableConcept": {
        "coding": [ {
          "code": "MTH",
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode"
        } ]
      }
    }, {
      "id": "Patient.contact:mother.name",
      "path": "Patient.contact.name",
      "mustSupport": true
    }, {
      "id": "Patient.contact:mother.name.family",
      "path": "Patient.contact.name.family",
      "mustSupport": true
    }, {
      "id": "Patient.contact:mother.name.given",
      "path": "Patient.contact.name.given",
      "mustSupport": true
    }, {
      "id": "Patient.generalPractitioner",
      "path": "Patient.generalPractitioner",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-organization", "http://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-practitioner-role" ]
      } ],
      "mustSupport": true
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient"
}