Structured Data Capture
4.0.0-ci-build - STU 4 CI-build International flag

Structured Data Capture, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 4.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/sdc/ and changes regularly. See the Directory of published versions

: Launch Context

Page standards status: Trial-use Maturity Level: 4

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/launchContext> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "launchContext"] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem launchContext</b></p><a name=\"launchContext\"> </a><a name=\"hclaunchContext\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/sdc/CodeSystem/launchContext</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">patient<a name=\"launchContext-patient\"> </a></td><td>Patient</td><td>Patient in context at launch time (FHIR Patient resource). There can be at most 1 resource passed in for this context.</td></tr><tr><td style=\"white-space:nowrap\">encounter<a name=\"launchContext-encounter\"> </a></td><td>Encounter</td><td>Encounter context at launch time (FHIR Encounter resource). There can be at most 1 resource passed in for this context.</td></tr><tr><td style=\"white-space:nowrap\">location<a name=\"launchContext-location\"> </a></td><td>Location</td><td>Location context at launch time (FHIR Location resource). There can be at most 1 resource passed in for this context.</td></tr><tr><td style=\"white-space:nowrap\">user<a name=\"launchContext-user\"> </a></td><td>User</td><td>User in context at launch time (FHIR Device, PractitionerRole, Practitioner, RelatedPerson, Organization or Patient resource). There can be at most 1 resource passed in for this context.</td></tr><tr><td style=\"white-space:nowrap\">study<a name=\"launchContext-study\"> </a></td><td>ResearchStudy</td><td>ResearchStudy in context at launch time (FHIR ResearchStudy resource). There can be at most 1 resource passed in for this context.</td></tr><tr><td style=\"white-space:nowrap\">clinical<a name=\"launchContext-clinical\"> </a></td><td>Clinical</td><td>Indicates the current clinical resource being manipulated or reviewed by the user launching the Questionnaire.  Common uses included 'current diagnostic report', 'current diagnostic image', 'current order', etc.  In a situation where multiple clinical resources are being reviewed simultaneously, there could be multiple resources passed in as context.  (i.e. the 'clinical' variable set in the FHIRPath engine will be a collection.)</td></tr></table></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ] ;
     fhir:Extension.valueCode [ fhir:value "fhir" ]
  ], [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ] ;
     fhir:Extension.valueInteger [
       fhir:value "4"^^xsd:integer ;
       fhir:Element.extension [
         fhir:index -1 ;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom" ] ;
         fhir:Extension.valueCanonical [
           fhir:value "http://hl7.org/fhir/uv/sdc/ImplementationGuide/hl7.fhir.uv.sdc" ;
           fhir:link <http://hl7.org/fhir/uv/sdc/ImplementationGuide/hl7.fhir.uv.sdc>
         ]
       ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ] ;
     fhir:Extension.valueCode [
       fhir:value "trial-use" ;
       fhir:Element.extension [
         fhir:index -1 ;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom" ] ;
         fhir:Extension.valueCanonical [
           fhir:value "http://hl7.org/fhir/uv/sdc/ImplementationGuide/hl7.fhir.uv.sdc" ;
           fhir:link <http://hl7.org/fhir/uv/sdc/ImplementationGuide/hl7.fhir.uv.sdc>
         ]
       ]
     ]
  ] ;
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/uv/sdc/CodeSystem/launchContext"] ;
  fhir:CodeSystem.identifier [
     fhir:index -1 ;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ] ;
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.40.17.16.6" ]
  ] ;
  fhir:CodeSystem.version [ fhir:value "4.0.0-ci-build"] ;
  fhir:CodeSystem.name [ fhir:value "LaunchContext"] ;
  fhir:CodeSystem.title [ fhir:value "Launch Context"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-07-15T05:01:03+00:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "HL7 International / FHIR Infrastructure"] ;
  fhir:CodeSystem.contact [
     fhir:index -1 ;
     fhir:ContactDetail.name [ fhir:value "HL7 International / FHIR Infrastructure" ] ;
     fhir:ContactDetail.telecom [
       fhir:index -1 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/fiwg" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:ContactDetail.telecom [
       fhir:index -1 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/fiwg" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "The standard context for Questionnaire at launch time"] ;
  fhir:CodeSystem.jurisdiction [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
       fhir:Coding.code [ fhir:value "001" ] ;
       fhir:Coding.display [ fhir:value "World" ]
     ]
  ] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "6"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "patient" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Patient" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Patient in context at launch time (FHIR Patient resource). There can be at most 1 resource passed in for this context." ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "encounter" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Encounter" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Encounter context at launch time (FHIR Encounter resource). There can be at most 1 resource passed in for this context." ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "location" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Location" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Location context at launch time (FHIR Location resource). There can be at most 1 resource passed in for this context." ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "user" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "User" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "User in context at launch time (FHIR Device, PractitionerRole, Practitioner, RelatedPerson, Organization or Patient resource). There can be at most 1 resource passed in for this context." ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "study" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "ResearchStudy" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "ResearchStudy in context at launch time (FHIR ResearchStudy resource). There can be at most 1 resource passed in for this context." ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "clinical" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Clinical" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Indicates the current clinical resource being manipulated or reviewed by the user launching the Questionnaire.  Common uses included 'current diagnostic report', 'current diagnostic image', 'current order', etc.  In a situation where multiple clinical resources are being reviewed simultaneously, there could be multiple resources passed in as context.  (i.e. the 'clinical' variable set in the FHIRPath engine will be a collection.)" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/launchContext.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/launchContext.ttl> .