FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://hl7.org/fhir/resource-types| Code | Display | Definition |
| Patient | Patient | Demographics and other administrative information about an individual or animal receiving care or other health-related services. |
| PractitionerRole | PractitionerRole | A 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"
}
]
}
]
}
}