@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "v3-KnowledgeSubjectObservationValue"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

KnowledgeSubjectObservationValue

Observation values used to indicate a knowledge subject of interest for which knowledge content is requested (e.g., a medication, a laboratory test, a medical condition).

\n

This value set includes codes based on the following rules:

" ]; fhir:ValueSet.url [ fhir:value "http://terminology.hl7.org/ValueSet/v3-KnowledgeSubjectObservationValue"]; fhir:ValueSet.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.11.76" ] ]; fhir:ValueSet.version [ fhir:value "2.0.0"]; fhir:ValueSet.name [ fhir:value "KnowledgeSubjectObservationValue"]; fhir:ValueSet.title [ fhir:value "KnowledgeSubjectObservationValue"]; fhir:ValueSet.status [ fhir:value "active"]; fhir:ValueSet.date [ fhir:value "2010-03-16T00:00:00-04:00"^^xsd:dateTime]; fhir:ValueSet.description [ fhir:value "Observation values used to indicate a knowledge subject of interest for which knowledge content is requested (e.g., a medication, a laboratory test, a medical condition)."]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://snomed.info/sct" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-MSH" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-icd9cm" ] ], [ fhir:index 3; fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-icd10" ] ], [ fhir:index 4; fhir:ValueSet.compose.include.system [ fhir:value "http://www.nlm.nih.gov/research/umls/rxnorm" ] ], [ fhir:index 5; fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/sid/ndc" ] ], [ fhir:index 6; fhir:ValueSet.compose.include.system [ fhir:value "http://loinc.org" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------