FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/ca-qc-endo-profile-EndoOrganization

PackageRapportEndoscopieQuebec.test
Resource TypeStructureDefinition
Idca-qc-endo-profile-EndoOrganization
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=RapportEndoscopieQuebec.test@0.0.1-test&canonical=https://extranet.ti.msss.rtss.qc.ca/FHIR/Endo/EndoOrganization
URLhttps://extranet.ti.msss.rtss.qc.ca/FHIR/Endo/EndoOrganization
Statusdraft
Date2023-09-01T21:31:45.8711579+00:00
NameEndoOrganization
TypeOrganization
Kindresource

Resources that use this resource

StructureDefinition
EndoDiagnosticReportEndoDiagnosticReport
EndoDocumentReferenceEndoDocumentReference
EndoOrganizationSiteEndoOrganizationSite

Resources that this resource uses

ValueSet
EtablissementsEtablissements
TypesDeRessourceTypesDeRessource

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "ca-qc-endo-profile-EndoOrganization",
  "meta": {
    "lastUpdated": "2023-09-01T21:10:35.2900383+00:00"
  },
  "url": "https://extranet.ti.msss.rtss.qc.ca/FHIR/Endo/EndoOrganization",
  "name": "EndoOrganization",
  "status": "draft",
  "date": "2023-09-01T21:31:45.8711579+00:00",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Organization",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization.identifier.type",
        "path": "Organization.identifier.type",
        "binding": {
          "strength": "required",
          "valueSet": "https://extranet.ti.msss.rtss.qc.ca/FHIR/Endo/TypesDeRessource"
        }
      },
      {
        "id": "Organization.identifier.type.coding",
        "path": "Organization.identifier.type.coding",
        "max": "1"
      },
      {
        "id": "Organization.identifier.system",
        "path": "Organization.identifier.system",
        "mustSupport": true
      },
      {
        "id": "Organization.identifier.value",
        "path": "Organization.identifier.value",
        "min": 1,
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "description": "id of the organization",
          "valueSet": "https://extranet.ti.msss.rtss.qc.ca/FHIR/Endo/Etablissements"
        }
      },
      {
        "id": "Organization.type",
        "path": "Organization.type",
        "binding": {
          "strength": "required",
          "description": "Used to categorize the type of the organization (site or organization).",
          "valueSet": "https://extranet.ti.msss.rtss.qc.ca/FHIR/Endo/TypesDeRessource"
        }
      },
      {
        "id": "Organization.name",
        "path": "Organization.name",
        "min": 1,
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "description": "Name of the organization",
          "valueSet": "https://extranet.ti.msss.rtss.qc.ca/FHIR/Endo/Etablissements"
        }
      }
    ]
  }
}