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

ActCodeProcessStep

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ActCode
    CodeDisplay
    ACIDAcidificationThe lowering of specimen pH through the addition of an acid
    ALKAlkalizationThe act rendering alkaline by impregnating with an alkali; a conferring of alkaline qualities.
    Ccorrected**Description:**Indicates that result data has been corrected.
    DEFBDefibrinationThe removal of fibrin from whole blood or plasma through physical or chemical means
    Ffinal**Description:**Indicates that a result is complete. No further results are to come. This maps to the 'complete' state in the observation result status code.
    FILTFiltrationThe passage of a liquid through a filter, accomplished by gravity, pressure or vacuum (suction).
    LDLPLDL Precipitation
    NEUTNeutralizationThe act or process by which an acid and a base are combined in such proportions that the resulting compound is neutral.
    PRLMNpreliminary**Description:**Indicates that a result is incomplete. There are further results to come. This maps to the 'active' state in the observation result status code.
    RECARecalcificationThe addition of calcium back to a specimen after it was removed by chelating agents
    SRECspecimen received**Description:**Specimen has been received by the participating organization/department.
    SSTORspecimen in storage**Description:**Specimen has been placed into storage at a participating location.
    STRANspecimen in transit**Description:**Specimen has been put in transit to a participating receiver.
    UFILUltrafiltrationThe filtration of a colloidal substance through a semipermeable medium that allows only the passage of small molecules.
" ]; fhir:ValueSet.url [ fhir:value "http://terminology.hl7.org/ValueSet/v3-ActCodeProcessStep"]; 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.20340" ] ]; fhir:ValueSet.version [ fhir:value "2.0.0"]; fhir:ValueSet.name [ fhir:value "ActCodeProcessStep"]; fhir:ValueSet.title [ fhir:value "ActCodeProcessStep"]; fhir:ValueSet.status [ fhir:value "active"]; fhir:ValueSet.date [ fhir:value "2014-03-26T00:00:00-04:00"^^xsd:dateTime]; 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 "ACID" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "ALK" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "C" ] ], [ fhir:index 3; fhir:ValueSet.compose.include.concept.code [ fhir:value "DEFB" ] ], [ fhir:index 4; fhir:ValueSet.compose.include.concept.code [ fhir:value "F" ] ], [ fhir:index 5; fhir:ValueSet.compose.include.concept.code [ fhir:value "FILT" ] ], [ fhir:index 6; fhir:ValueSet.compose.include.concept.code [ fhir:value "LDLP" ] ], [ fhir:index 7; fhir:ValueSet.compose.include.concept.code [ fhir:value "NEUT" ] ], [ fhir:index 8; fhir:ValueSet.compose.include.concept.code [ fhir:value "PRLMN" ] ], [ fhir:index 9; fhir:ValueSet.compose.include.concept.code [ fhir:value "RECA" ] ], [ fhir:index 10; fhir:ValueSet.compose.include.concept.code [ fhir:value "SREC" ] ], [ fhir:index 11; fhir:ValueSet.compose.include.concept.code [ fhir:value "SSTOR" ] ], [ fhir:index 12; fhir:ValueSet.compose.include.concept.code [ fhir:value "STRAN" ] ], [ fhir:index 13; fhir:ValueSet.compose.include.concept.code [ fhir:value "UFIL" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------