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

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

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

Resources that use this resource

StructureDefinition
EndoBundleColoReportEndoBundleColoReport
EndoConsentToEndoConsentTo

Resources that this resource uses

StructureDefinition
EndoPatientEndoPatient
ValueSet
ConsentementTypeConsentementType

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "ca-qc-endo-profile-EndoConsent",
  "meta": {
    "lastUpdated": "2023-09-01T20:47:25.6071694+00:00"
  },
  "url": "https://extranet.ti.msss.rtss.qc.ca/FHIR/Endo/EndoConsent",
  "name": "EndoConsent",
  "status": "draft",
  "date": "2023-09-01T21:31:45.8711579+00:00",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Consent",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Consent",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Consent.scope",
        "path": "Consent.scope",
        "definition": "A selector of the type of consent being presented: ADR, Privacy, Treatment, Research.  This list is now extensible.\r\n-----------------------------------\r\nInformation à transmettre:\r\nEndoConsent.scope.coding.code =treatment (à transmettre)\r\nEndoConsent.scope.coding.display= Treatment (à transmettre)"
      },
      {
        "id": "Consent.patient",
        "path": "Consent.patient",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://extranet.ti.msss.rtss.qc.ca/FHIR/Endo/EndoPatient"
            ]
          }
        ]
      },
      {
        "id": "Consent.policyRule",
        "path": "Consent.policyRule",
        "binding": {
          "strength": "required",
          "valueSet": "https://extranet.ti.msss.rtss.qc.ca/FHIR/Endo/ConsentementType"
        }
      },
      {
        "id": "Consent.provision.code",
        "path": "Consent.provision.code",
        "binding": {
          "strength": "required",
          "description": "Response to consent",
          "valueSet": "https://extranet.ti.msss.rtss.qc.ca/FHIR/UCNI/Endo/ConsentementType"
        }
      }
    ]
  }
}