@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "v3-ActInformationCategoryCode"] ; # fhir:language [ fhir:v "en"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir: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:url [ fhir:v "http://terminology.hl7.org/ValueSet/v3-ActInformationCategoryCode"^^xsd:anyURI] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.1.11.19752" ] ] ) ; # fhir:version [ fhir:v "3.0.0"] ; # fhir:name [ fhir:v "ActInformationCategoryCode"] ; # fhir:title [ fhir:v "ActInformationCategoryCode"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2014-03-26"^^xsd:date] ; # fhir:publisher [ fhir:v "Health Level Seven International"] ; # fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://hl7.org" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "hq@HL7.org" ] ] ) ] ) ; # fhir:description [ fhir:v "**Definition:**Indicates the set of information types which may be manipulated or referenced, such as for recommending access restrictions."] ; # fhir:copyright [ fhir:v "This material derives from the HL7 Terminology THO. THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license"] ; # fhir:compose [ fhir:include ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ; fhir:concept ( [ fhir:code [ fhir:v "ALLGCAT" ] ] [ fhir:code [ fhir:v "COBSCAT" ] ] [ fhir:code [ fhir:v "DEMOCAT" ] ] [ fhir:code [ fhir:v "DICAT" ] ] [ fhir:code [ fhir:v "IMMUCAT" ] ] [ fhir:code [ fhir:v "LABCAT" ] ] [ fhir:code [ fhir:v "MEDCCAT" ] ] [ fhir:code [ fhir:v "PSVCCAT" ] ] [ fhir:code [ fhir:v "RXCAT" ] ] ) ] ) ] . # # -------------------------------------------------------------------------------------