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

FHIR IG analytics

Packageca.on.oh-eforms
Resource TypeValueSet
IdValueSet-launch-contexts.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh-eforms@1.0.0-ballot3&canonical=http://ontariohealth.ca/fhir/eforms/ValueSet/launch-contexts
URLhttp://ontariohealth.ca/fhir/eforms/ValueSet/launch-contexts
Statusactive
NameONLaunchContexts
TitleLaunch Contexts for Ontario Questionnaires
Realmca
DescriptionLaunch context codes 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
launchContextLaunch Context

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "status": "active",
  "name": "ONLaunchContexts",
  "id": "launch-contexts",
  "title": "Launch Contexts for Ontario Questionnaires",
  "description": "Launch context codes allowed for use in Ontario e-referral and other Questionnaires",
  "url": "http://ontariohealth.ca/fhir/eforms/ValueSet/launch-contexts",
  "immutable": false,
  "experimental": false,
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/uv/sdc/CodeSystem/launchContext",
        "concept": [
          {
            "code": "patient",
            "display": "Patient"
          },
          {
            "code": "user",
            "display": "User"
          }
        ]
      }
    ]
  }
}