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-book-organization-ciuss.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.qc.sq.sgrdv@1.1.3&canonical=http://sante.quebec/fhir/StructureDefinition/sgrdv-base-book-organization-ciuss
URLhttp://sante.quebec/fhir/StructureDefinition/sgrdv-base-book-organization-ciuss
Version1.1.3
Statusdraft
NameSGRDVBaseBookOrganizationCIUSS
TitleCIUSS d'origine de réorientation (Base)
Realmca
DescriptionProfil neutre d'un Centre intégré universitaire de santé et de services sociaux (CIUSS) d'origine d'une réorientation REO. Identifié par son code CIUSS MSSS (Identifier.system = MSSS, Identifier.type.code = CodeCIUSSMSSS). Organization.type est fixé à CIUSS. Référencé logiquement par Provenance.agent[portail].onBehalfOf.
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)

Resources that this resource uses

ValueSet
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-book-organization-ciuss",
  "url": "http://sante.quebec/fhir/StructureDefinition/sgrdv-base-book-organization-ciuss",
  "version": "1.1.3",
  "name": "SGRDVBaseBookOrganizationCIUSS",
  "title": "CIUSS d'origine de réorientation (Base)",
  "status": "draft",
  "experimental": true,
  "description": "Profil neutre d'un Centre intégré universitaire de santé et de services sociaux (CIUSS) d'origine d'une réorientation REO. Identifié par son code CIUSS MSSS (Identifier.system = MSSS, Identifier.type.code = CodeCIUSSMSSS). Organization.type est fixé à CIUSS. Référencé logiquement par Provenance.agent[portail].onBehalfOf.",
  "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
      },
      {
        "id": "Organization.identifier.type.coding",
        "path": "Organization.identifier.type.coding",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Organization.identifier.type.coding.system",
        "path": "Organization.identifier.type.coding.system",
        "fixedUri": "http://sante.quebec/fhir/CodeSystem/sgrdv-identifier-type"
      },
      {
        "id": "Organization.identifier.type.coding.code",
        "path": "Organization.identifier.type.coding.code",
        "fixedCode": "CodeCIUSSMSSS"
      },
      {
        "id": "Organization.identifier.system",
        "path": "Organization.identifier.system",
        "min": 1,
        "fixedUri": "http://sante.quebec/fhir/NamingSystem/MSSS",
        "mustSupport": true
      },
      {
        "id": "Organization.identifier.value",
        "path": "Organization.identifier.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Organization.type",
        "path": "Organization.type",
        "min": 1,
        "max": "1",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "http://sante.quebec/fhir/ValueSet/sgrdv-organization-type-vs"
        }
      },
      {
        "id": "Organization.type.coding",
        "path": "Organization.type.coding",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Organization.type.coding.system",
        "path": "Organization.type.coding.system",
        "fixedUri": "http://sante.quebec/fhir/CodeSystem/sgrdv-organization-type"
      },
      {
        "id": "Organization.type.coding.code",
        "path": "Organization.type.coding.code",
        "fixedCode": "CIUSS"
      },
      {
        "id": "Organization.name",
        "path": "Organization.name",
        "min": 1,
        "mustSupport": true
      }
    ]
  }
}