@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "v3-ActInformationCategoryCode"]; fhir:Resource.language [ fhir:value "en"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ]; fhir:Narrative.div "
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ActCode
    CodeDisplayDefinition
    ALLGCATallergy category**Definition:**All information pertaining to a patient's allergy and intolerance records.
    COBSCATcommon observation category**Definition:**All information pertaining to a patient's common observation records (height, weight, blood pressure, temperature, etc.).
    DEMOCATdemographics category**Definition:**All information pertaining to a patient's demographics (such as name, date of birth, gender, address, etc).
    DICATdiagnostic image category**Definition:**All information pertaining to a patient's diagnostic image records (orders & results).
    IMMUCATimmunization category**Definition:**All information pertaining to a patient's vaccination records.
    LABCATlab test category**Description:** All information pertaining to a patient's lab test records (orders & results)
    MEDCCATmedical condition category**Definition:**All information pertaining to a patient's medical condition records.
    PSVCCATprofessional service category**Definition:**All information pertaining to a patient's professional service records (such as smoking cessation, counseling, medication review, mental health).
    RXCATmedication category**Definition:**All information pertaining to a patient's medication records (orders, dispenses and other active medications).
" ]; fhir:ValueSet.url [ fhir:value "http://terminology.hl7.org/ValueSet/v3-ActInformationCategoryCode"]; 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.1.11.19752" ] ]; fhir:ValueSet.version [ fhir:value "2.0.0"]; fhir:ValueSet.name [ fhir:value "ActInformationCategoryCode"]; fhir:ValueSet.title [ fhir:value "ActInformationCategoryCode"]; fhir:ValueSet.status [ fhir:value "active"]; fhir:ValueSet.date [ fhir:value "2014-03-26"^^xsd:date]; fhir:ValueSet.description [ fhir:value "**Definition:**Indicates the set of information types which may be manipulated or referenced, such as for recommending access restrictions."]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "ALLGCAT" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "COBSCAT" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "DEMOCAT" ] ], [ fhir:index 3; fhir:ValueSet.compose.include.concept.code [ fhir:value "DICAT" ] ], [ fhir:index 4; fhir:ValueSet.compose.include.concept.code [ fhir:value "IMMUCAT" ] ], [ fhir:index 5; fhir:ValueSet.compose.include.concept.code [ fhir:value "LABCAT" ] ], [ fhir:index 6; fhir:ValueSet.compose.include.concept.code [ fhir:value "MEDCCAT" ] ], [ fhir:index 7; fhir:ValueSet.compose.include.concept.code [ fhir:value "PSVCCAT" ] ], [ fhir:index 8; fhir:ValueSet.compose.include.concept.code [ fhir:value "RXCAT" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------