HL7 FHIR Profile: Skin and Wound Assessment, Release 1 (For Comment)

ConditionCategoryCS

@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:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "shr-core-ConditionCategoryCS"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p><b>SW ConditionCategoryCS CodeSystem</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:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/sw/CodeSystem/shr-core-ConditionCategoryCS"];
  fhir:CodeSystem.identifier [
     fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/us/sw" ];
     fhir:Identifier.value [ fhir:value "shr.core.ConditionCategoryCS" ]
  ];
  fhir:CodeSystem.version [ fhir:value "1.0.0"];
  fhir:CodeSystem.name [ fhir:value "ConditionCategoryCS"];
  fhir:CodeSystem.title [ fhir:value "SW ConditionCategoryCS CodeSystem"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.date [ fhir:value "2018-08-17T00:00:00-04:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "HL7 Patient Care and Clinical Information Modeling Initiative Work Groups"];
  fhir:CodeSystem.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:CodeSystem.description [ fhir:value "A category assigned to the condition, for example, a disease, concern, symptom, adverse reaction, functional impairment, or structural abnormality."];
  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 0;
     fhir:CodeSystem.concept.code [ fhir:value "disease" ];
     fhir:CodeSystem.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:CodeSystem.concept.definition [ 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:CodeSystem.concept.code [ fhir:value "functional_impairment" ];
     fhir:CodeSystem.concept.display [ fhir:value "A disability experienced by the subject." ];
     fhir:CodeSystem.concept.definition [ fhir:value "A disability experienced by the subject." ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "structural_abnormality" ];
     fhir:CodeSystem.concept.display [ fhir:value "An abnormality of physiologic structure." ];
     fhir:CodeSystem.concept.definition [ fhir:value "An abnormality of physiologic structure." ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "concern" ];
     fhir:CodeSystem.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:CodeSystem.concept.definition [ 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:CodeSystem.concept.code [ fhir:value "symptom" ];
     fhir:CodeSystem.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:CodeSystem.concept.definition [ 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:CodeSystem.concept.code [ fhir:value "adverse_reaction" ];
     fhir:CodeSystem.concept.display [ fhir:value "An adverse reaction to an intervention." ];
     fhir:CodeSystem.concept.definition [ fhir:value "An adverse reaction to an intervention." ]
  ].

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

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.