This page is part of the Structured Data Capture FHIR IG (v2.7.0: STU 3 Ballot 2) based on FHIR R4. The current version which supercedes this version is 3.0.0. For a full list of available versions, see the Directory of published versions
Narrative view of the Value Set
@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 ------------------------------------------------------------------- a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "launchContext"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Questionnaire Launch Context</h2><div><p>The standard context for Questionnaire at launch time</p>\n</div><p>This value set includes codes from the following code systems:</p><ul><li>Include all codes defined in <a href=\"launchContext.html\"><code>http://hl7.org/fhir/uv/sdc/CodeSystem/launchContext</code></a></li></ul></div>" ]; fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/uv/sdc/ValueSet/launchContext"]; fhir:ValueSet.version [ fhir:value "2.7.0"]; fhir:ValueSet.name [ fhir:value "QuestionnaireLaunchContext"]; fhir:ValueSet.title [ fhir:value "Questionnaire Launch Context"]; fhir:ValueSet.status [ fhir:value "draft"]; fhir:ValueSet.date [ fhir:value "2019-03-27T07:28:05+11:00"^^xsd:dateTime]; fhir:ValueSet.description [ fhir:value "The standard context for Questionnaire at launch time"]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/uv/sdc/CodeSystem/launchContext" ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.