FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.qc.sq.sgrdv
Resource TypeStructureDefinition
IdStructureDefinition-sgrdv-base-find-organization.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.qc.sq.sgrdv@1.1.3&canonical=http://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-organization
URLhttp://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-organization
Version1.1.3
Statusactive
NameSGRDVBaseFindOrganization
TitleOrganisation pour la recherche de disponibilités (Base)
Realmca
DescriptionProfil organisation neutre (clinique ou GMF) référencé dans les demandes de disponibilités.
TypeOrganization
Kindresource

Resources that use this resource

StructureDefinition
ca.qc.sq.sgrdv#1.1.3sgrdv-base-book-request-provenanceProvenance de la demande de réservation (Base)
ca.qc.sq.sgrdv#1.1.3sgrdv-base-book-source-deviceSystème source SGRDV pour $book (Base)
ca.qc.sq.sgrdv#1.1.3sgrdv-base-find-patientPatient pour la recherche de disponibilités (Base)
ca.qc.sq.sgrdv#1.1.3sgrdv-base-find-payload-parametersParamètres neutres de la recherche de disponibilités (Base)
ca.qc.sq.sgrdv#1.1.3sgrdv-base-find-response-bundleBundle de réponse de la recherche de disponibilités (Base)
ca.qc.sq.sgrdv#1.1.3sgrdv-base-find-response-locationLieu de rendez-vous dans la réponse de disponibilités (Base)
ca.qc.sq.sgrdv#1.1.3sgrdv-base-list-clinics-organizationClinique retournée par la recherche de cliniques (Base)
ca.qc.sq.sgrdv#1.1.3sgrdv-base-request-provenanceProvenance de la demande de base (SGRDV)

Resources that this resource uses

ValueSet
ca.qc.sq.sgrdv#1.1.3sgrdv-identifier-type-vsTypes d'identifiants SGRDV (jeu de valeurs)
ca.qc.sq.sgrdv#1.1.3sgrdv-organization-type-vsTypes d'organisation SGRDV

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "sgrdv-base-find-organization",
  "url": "http://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-organization",
  "version": "1.1.3",
  "name": "SGRDVBaseFindOrganization",
  "title": "Organisation pour la recherche de disponibilités (Base)",
  "status": "active",
  "experimental": true,
  "description": "Profil organisation neutre (clinique ou GMF) référencé dans les demandes de disponibilités.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Organization",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization.identifier",
        "path": "Organization.identifier",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Organization.identifier.type",
        "path": "Organization.identifier.type",
        "min": 1,
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "http://sante.quebec/fhir/ValueSet/sgrdv-identifier-type-vs"
        }
      },
      {
        "id": "Organization.identifier.type.coding",
        "path": "Organization.identifier.type.coding",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Organization.identifier.system",
        "path": "Organization.identifier.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Organization.identifier.value",
        "path": "Organization.identifier.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Organization.type",
        "path": "Organization.type",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "http://sante.quebec/fhir/ValueSet/sgrdv-organization-type-vs"
        }
      },
      {
        "id": "Organization.name",
        "path": "Organization.name",
        "mustSupport": true
      }
    ]
  }
}