PackagesCanonicalsLogsProblems
    Packages
    ans.fhir.fr.sas@1.0.0
    https://interop.esante.gouv.fr/ig/fhir/sas/StructureDefinition/sas-sos-location-aggregator
description: Profil de Location, dérivé de FrLocation, pour le service d’agrégation de créneaux de la plateforme SAS (Service d’accès aux soins), dans le cadre du cas d’usage SOS Médecins
package_name: ans.fhir.fr.sas
derivation: constraint
name: FrLocationAgregateurSOS
type: Location
elements:
  identifier:
    elements:
      type:
        pattern:
          type: CodeableConcept
          value:
            coding:
            - {code: INTRN, system: 'http://interopsante.org/fhir/CodeSystem/fr-location-identifier-type'}
        index: 0
  name: {index: 1}
  address:
    index: 2
    elements:
      line: {index: 3}
      city: {index: 4}
      postalCode: {maxLength: 5, index: 5}
    required: [city, postalCode, line]
  managingOrganization:
    type: Reference
    refers: ['https://interop.esante.gouv.fr/ig/fhir/sas/StructureDefinition/sas-sos-organization-aggregator']
    index: 6
    elements:
      reference: {index: 7}
    required: [reference]
package_version: 1.0.0
class: profile
kind: resource
url: https://interop.esante.gouv.fr/ig/fhir/sas/StructureDefinition/sas-sos-location-aggregator
base: http://interopsante.org/fhir/StructureDefinition/FrLocation
version: 1.0.0
required: [managingOrganization, name, address]