PackagesCanonicalsLogsProblems
    Packages
    ca.qc.sq.sgrdv@1.1.0
    http://sante.quebec/fhir/StructureDefinition/sgrdv-base-book-organization-institution
description: Profil neutre d'une institution hospitalière (hôpital) d'origine d'une réorientation REO. Identifiée par son code institution MSSS (Identifier.system = MSSS, Identifier.type.code = CodeInstitutionMSSS). Organization.type est fixé à INSTITUTION. Référencée logiquement par Provenance.agent[professionnelREO].onBehalfOf.
package_name: ca.qc.sq.sgrdv
derivation: constraint
name: SGRDVBaseBookOrganizationInstitution
type: Organization
elements:
  identifier:
    mustSupport: true
    index: 0
    elements:
      type:
        mustSupport: true
        index: 1
        elements:
          coding:
            mustSupport: true
            index: 2
            elements:
              system:
                pattern: {type: Uri, value: 'http://sante.quebec/fhir/CodeSystem/sgrdv-identifier-type'}
                index: 3
              code:
                pattern: {type: Code, value: CodeInstitutionMSSS}
                index: 4
        required: [coding]
      system:
        pattern: {type: Uri, value: 'http://sante.quebec/fhir/NamingSystem/MSSS'}
        mustSupport: true
        index: 5
      value: {mustSupport: true, index: 6}
    required: [value, type, system]
  type:
    binding: {strength: required, valueSet: 'http://sante.quebec/fhir/ValueSet/sgrdv-organization-type-vs'}
    mustSupport: true
    index: 7
    elements:
      coding:
        mustSupport: true
        index: 8
        elements:
          system:
            pattern: {type: Uri, value: 'http://sante.quebec/fhir/CodeSystem/sgrdv-organization-type'}
            index: 9
          code:
            pattern: {type: Code, value: INSTITUTION}
            index: 10
    required: [coding]
  name: {mustSupport: true, index: 11}
package_version: 1.1.0
class: profile
kind: resource
url: http://sante.quebec/fhir/StructureDefinition/sgrdv-base-book-organization-institution
base: http://hl7.org/fhir/StructureDefinition/Organization
version: 1.1.0
required: [name, identifier, type]