ConditionCategoryVS
@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 "shr-core-ConditionCategoryVS"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p><b>SW ConditionCategoryVS ValueSet</b></p>\n<p>A category assigned to the condition, for example, a disease, concern, symptom, adverse reaction, functional impairment, or structural abnormality.</p>\n</div>"
];
fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/sw/ValueSet/shr-core-ConditionCategoryVS"];
fhir:ValueSet.identifier [
fhir:index 0;
fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/us/sw" ];
fhir:Identifier.value [ fhir:value "shr.core.ConditionCategoryVS" ]
];
fhir:ValueSet.version [ fhir:value "1.0.0"];
fhir:ValueSet.name [ fhir:value "ConditionCategoryVS"];
fhir:ValueSet.title [ fhir:value "SW ConditionCategoryVS ValueSet"];
fhir:ValueSet.status [ fhir:value "draft"];
fhir:ValueSet.date [ fhir:value "2018-08-17T00:00:00-04:00"^^xsd:dateTime];
fhir:ValueSet.publisher [ fhir:value "HL7 Patient Care and Clinical Information Modeling Initiative Work Groups"];
fhir:ValueSet.contact [
fhir:index 0;
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://standardhealthrecord.org" ] ]
];
fhir:ValueSet.description [ fhir:value "A category assigned to the condition, for example, a disease, concern, symptom, adverse reaction, functional impairment, or structural abnormality."];
fhir:ValueSet.compose [
fhir:ValueSet.compose.include [
fhir:index 0;
fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/us/sw/CodeSystem/shr-core-ConditionCategoryCS" ];
fhir:ValueSet.compose.include.concept [
fhir:index 0;
fhir:ValueSet.compose.include.concept.code [ fhir:value "disease" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "A disorder of structure or function in a human, animal, or plant, especially one that produces specific signs or symptoms or that affects a specific location and is not simply a direct result of physical injury." ] ], [
fhir:index 1;
fhir:ValueSet.compose.include.concept.code [ fhir:value "functional_impairment" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "A disability experienced by the subject." ] ], [
fhir:index 2;
fhir:ValueSet.compose.include.concept.code [ fhir:value "structural_abnormality" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "An abnormality of physiologic structure." ] ], [
fhir:index 3;
fhir:ValueSet.compose.include.concept.code [ fhir:value "concern" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Something the subject is worried about, which may or may not have yet been manifested. The object of the concern does not have to be a medical disorder." ] ], [
fhir:index 4;
fhir:ValueSet.compose.include.concept.code [ fhir:value "symptom" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "A sign or manifestation of a deeper cause, of known or unknown etiology, e.g. pain or ringing in the ears." ] ], [
fhir:index 5;
fhir:ValueSet.compose.include.concept.code [ fhir:value "adverse_reaction" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "An adverse reaction to an intervention." ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.