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

FHIR IG analytics

Packageca.on.oh-eforms
Resource TypeValueSet
IdValueSet-launch-context-resources.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh-eforms@1.0.0-ballot4&canonical=http://ontariohealth.ca/fhir/eforms/ValueSet/launch-context-resources
URLhttp://ontariohealth.ca/fhir/eforms/ValueSet/launch-context-resources
Version1.0.0-draft
Statusactive
Date2025-06-30T20:02:20+00:00
NameONLaunchContextResources
TitleLaunch Context Resources for Ontario Questionnaires
Realmca
DescriptionResources allowed to be passed as launch contexts allowed for use in Ontario e-referral and other Questionnaires

Resources that use this resource

StructureDefinition
sdc-questionnaireOntario SDC Questionnaire profile

Resources that this resource uses

CodeSystem
resource-typesResource Type

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet launch-context-resources

  • Include these codes as defined in http://hl7.org/fhir/resource-types
    CodeDisplayDefinition
    PatientPatientDemographics and other administrative information about an individual or animal receiving care or other health-related services.
    PractitionerRolePractitionerRoleA specific set of Roles/Locations/specialties/services that a practitioner may perform at an organization for a period of time.

Source1

{
  "resourceType": "ValueSet",
  "id": "launch-context-resources",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://ontariohealth.ca/fhir/eforms/ImplementationGuide/ca.ontariohealth.questionnaire.draft"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://ontariohealth.ca/fhir/eforms/ImplementationGuide/ca.ontariohealth.questionnaire.draft"
          }
        ]
      }
    }
  ],
  "url": "http://ontariohealth.ca/fhir/eforms/ValueSet/launch-context-resources",
  "version": "1.0.0-draft",
  "name": "ONLaunchContextResources",
  "title": "Launch Context Resources for Ontario Questionnaires",
  "status": "active",
  "experimental": false,
  "date": "2025-06-30T20:02:20+00:00",
  "publisher": "Ontario Health",
  "contact": [
    {
      "name": "Ontario Health",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.ontariohealth.ca"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.ontariohealth.ca"
        }
      ]
    }
  ],
  "description": "Resources allowed to be passed as launch contexts allowed for use in Ontario e-referral and other Questionnaires",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CA",
          "display": "Canada"
        }
      ]
    }
  ],
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/resource-types",
        "concept": [
          {
            "code": "Patient",
            "display": "Patient"
          },
          {
            "code": "PractitionerRole",
            "display": "PractitionerRole"
          }
        ]
      }
    ]
  }
}