Quality Improvement Core Framework (v3.3.0: STU 4 Ballot 1). The current version is 3.2.0 based on FHIR R4. See the Directory of published versions
Formats: Narrative, XML, JSON, Turtle
Raw ttl
@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 "qicore-military-service"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/shareablevalueset"; fhir:index 0; fhir:link <http://hl7.org/fhir/StructureDefinition/shareablevalueset> ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>QiCore Military Service Value Set</h2><div><p>Codes indicating status of current or former military service.</p>\n</div><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <a href=\"CodeSystem-military-service.html\"><code>http://hl7.org/fhir/us/qicore/CodeSystem/military-service</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-military-service.html#military-service-not-indicated\">not-indicated</a></td><td>Not Indicated</td><td>The military status is not indicated</td></tr><tr><td><a href=\"CodeSystem-military-service.html#military-service-no-military-service\">no-military-service</a></td><td>No Military Service</td><td>The subject has no history of military service</td></tr><tr><td><a href=\"CodeSystem-military-service.html#military-service-veteran\">veteran</a></td><td>Veteran</td><td>The subject is has served in the military but is no longer active</td></tr><tr><td><a href=\"CodeSystem-military-service.html#military-service-active-duty\">active-duty</a></td><td>Active Duty</td><td>The subject is not a reserve member and is currently engaged in full-time military activity</td></tr><tr><td><a href=\"CodeSystem-military-service.html#military-service-active-reserve\">active-reserve</a></td><td>Active Reserve</td><td>The subject is a reserve member and is currently engaged in full-time military activity</td></tr><tr><td><a href=\"CodeSystem-military-service.html#military-service-inactive-reserve\">inactive-reserve</a></td><td>Inactive Reserve</td><td>The subject is a reserve member and is not currently engaged in full-time military activity</td></tr></table></li></ul></div>" ]; fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/qicore/ValueSet/qicore-military-service"]; fhir:ValueSet.version [ fhir:value "3.3.0"]; fhir:ValueSet.name [ fhir:value "QICoreMilitaryService"]; fhir:ValueSet.title [ fhir:value "QiCore Military Service Value Set"]; fhir:ValueSet.status [ fhir:value "active"]; fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean]; fhir:ValueSet.date [ fhir:value "2018-08-22T00:00:00-04:00"^^xsd:dateTime]; fhir:ValueSet.publisher [ fhir:value "Health Level Seven, Inc. - CQI WG"]; fhir:ValueSet.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://hl7.org/special/committees/CQI" ] ] ]; fhir:ValueSet.description [ fhir:value "Codes indicating status of current or former military service."]; fhir:ValueSet.jurisdiction [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ]; fhir:Coding.code [ fhir:value "US" ]; fhir:Coding.display [ fhir:value "United States of America" ] ] ]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/us/qicore/CodeSystem/military-service" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "not-indicated" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Not Indicated" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "no-military-service" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "No Military Service" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "veteran" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Veteran" ] ], [ fhir:index 3; fhir:ValueSet.compose.include.concept.code [ fhir:value "active-duty" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Active Duty" ] ], [ fhir:index 4; fhir:ValueSet.compose.include.concept.code [ fhir:value "active-reserve" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Active Reserve" ] ], [ fhir:index 5; fhir:ValueSet.compose.include.concept.code [ fhir:value "inactive-reserve" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Inactive Reserve" ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.