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

Properties

CodeURLDescriptionType
SpecializesThe child code is a more narrow version of the concept represented by the parent code. I.e. Every child concept is also a valid parent concept. Used to allow determination of subsumption. Must be transitive, irreflexive, antisymmetric.Coding
GeneralizesInverse of Specializes. Only included as a derived relationship.Coding
internalIdhttp://terminology.hl7.org/CodeSystem/utg-concept-properties#v3-internal-idThe internal identifier for the concept in the HL7 Access database repository.code
statushttp://hl7.org/fhir/concept-properties#statusDesignation of a concept's state. Normally is not populated unless the state is retired.code

This code system http://terminology.hl7.org/CodeSystem/v3-DataOperation defines the following codes:

LvlCodeDisplayDefinitioninternalIdstatus
1OPERATE operateAct on an object or objects.22873active
2  CREATE createFundamental operation in an Information System (IS) that results only in the act of bringing an object into existence. Note: The preceding definition is taken from the HL7 RBAC specification. There is no restriction on how the operation is invoked, e.g., via a user interface. For an HL7 Act, the state transitions per the HL7 Reference Information Model.22874active
2  DELETE deleteFundamental operation in an Information System (IS) that results only in the removal of information about an object from memory or storage. Note: The preceding definition is taken from the HL7 RBAC specification. There is no restriction on how the operation is invoked, e.g., via a user interface.22891active
2  EXECUTE executeFundamental operation in an IS that results only in initiating performance of a single or set of programs (i.e., software objects). Note: The preceding definition is taken from the HL7 RBAC specification. There is no restriction on how the operation is invoked, e.g., via a user interface.22892active
2  READ readFundamental operation in an Information System (IS) that results only in the flow of information about an object to a subject. Note: The preceding definition is taken from the HL7 RBAC specification. There is no restriction on how the operation is invoked, e.g., via a user interface.22875active
2  UPDATE reviseFundamental operation in an Information System (IS) that results only in the revision or alteration of an object. Note: The preceding definition is taken from the HL7 RBAC specification. There is no restriction on how the operation is invoked, e.g., via a user interface.22876active
3    APPEND appendFundamental operation in an Information System (IS) that results only in the addition of information to an object already in existence. Note: The preceding definition is taken from the HL7 RBAC specification. There is no restriction on how the operation is invoked, e.g., via a user interface.22877active
3    MODIFYSTATUS modify statusChange the status of an object representing an Act.22878active
4      ABORT abortChange the status of an object representing an Act to "aborted", i.e., terminated prior to the originally intended completion. For an HL7 Act, the state transitions per the HL7 Reference Information Model.22879active
4      ACTIVATE activateChange the status of an object representing an Act to "active", i.e., so it can be performed or is being performed, for the first time. (Contrast with REACTIVATE.) For an HL7 Act, the state transitions per the HL7 Reference Information Model.22880active
4      CANCEL cancelChange the status of an object representing an Act to "cancelled", i.e., abandoned before activation. For an HL7 Act, the state transitions per the HL7 Reference Information Model.22881active
4      COMPLETE completeChange the status of an object representing an Act to "completed", i.e., terminated normally after all of its constituents have been performed. For an HL7 Act, the state transitions per the HL7 Reference Information Model.22882active
4      HOLD holdChange the status of an object representing an Act to "held", i.e., put aside an Act that is still in preparatory stages. No action can occur until the Act is released. For an HL7 Act, the state transitions per the HL7 Reference Information Model.22883active
4      JUMP jumpChange the status of an object representing an Act to a normal state. For an HL7 Act, the state transitions per the HL7 Reference Information Model.22884active
4      NULLIFY nullifyChange the status of an object representing an Act to "nullified", i.e., treat as though it never existed. For an HL7 Act, the state transitions per the HL7 Reference Information Model.22885active
4      OBSOLETE obsoleteChange the status of an object representing an Act to "obsolete" when it has been replaced by a new instance. For an HL7 Act, the state transitions per the HL7 Reference Information Model.22886active
4      DEPRECATE deprecateFundamental operation in HL7 Standards Governance that results only in the addition of deprecation information to an object already in existence without changing the status of the object. Operation used internally in the maintenance and recordkeeping of HL7 terminology and standards artifacts.722877active
4      REACTIVATE reactivateChange the status of a formerly active object representing an Act to "active", i.e., so it can again be performed or is being performed. (Contrast with ACTIVATE.) For an HL7 Act, the state transitions per the HL7 Reference Information Model.22887active
4      RELEASE releaseChange the status of an object representing an Act so it is no longer "held", i.e., allow action to occur. For an HL7 Act, the state transitions per the HL7 Reference Information Model.22888active
4      RESUME resumeChange the status of a suspended object representing an Act to "active", i.e., so it can be performed or is being performed. For an HL7 Act, the state transitions per the HL7 Reference Information Model.22889active
4      SUSPEND suspendChange the status of an object representing an Act to **suspended**, i.e., so it is temporarily not in service.22890active
" ]; fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-DataOperation"]; fhir:CodeSystem.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.5.1123" ] ]; fhir:CodeSystem.version [ fhir:value "4.0.0"]; fhir:CodeSystem.name [ fhir:value "DataOperation"]; fhir:CodeSystem.title [ fhir:value "DataOperation"]; fhir:CodeSystem.status [ fhir:value "active"]; fhir:CodeSystem.date [ fhir:value "2019-03-20"^^xsd:date]; fhir:CodeSystem.publisher [ fhir:value "HL7"]; fhir:CodeSystem.contact [ fhir:index 0; fhir:ContactDetail.name [ fhir:value "Health Level Seven" ] ]; fhir:CodeSystem.hierarchyMeaning [ fhir:value "is-a"]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.property [ fhir:index 0; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-symmetry" ]; fhir:Extension.valueCode [ fhir:value "antisymmetric" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-transitivity" ]; fhir:Extension.valueCode [ fhir:value "transitive" ] ], [ fhir:index 2; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-reflexivity" ]; fhir:Extension.valueCode [ fhir:value "irreflexive" ] ], [ fhir:index 3; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-isNavigable" ]; fhir:Extension.valueBoolean [ fhir:value "true"^^xsd:boolean ] ], [ fhir:index 4; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-relationshipKind" ]; fhir:Extension.valueCode [ fhir:value "Specializes" ] ], [ fhir:index 5; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-inverseName" ]; fhir:Extension.valueString [ fhir:value "Generalizes" ] ]; fhir:CodeSystem.property.code [ fhir:value "Specializes" ]; fhir:CodeSystem.property.description [ fhir:value "The child code is a more narrow version of the concept represented by the parent code. I.e. Every child concept is also a valid parent concept. Used to allow determination of subsumption. Must be transitive, irreflexive, antisymmetric." ]; fhir:CodeSystem.property.type [ fhir:value "Coding" ] ], [ fhir:index 1; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-symmetry" ]; fhir:Extension.valueCode [ fhir:value "antisymmetric" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-transitivity" ]; fhir:Extension.valueCode [ fhir:value "transitive" ] ], [ fhir:index 2; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-reflexivity" ]; fhir:Extension.valueCode [ fhir:value "irreflexive" ] ], [ fhir:index 3; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-isNavigable" ]; fhir:Extension.valueBoolean [ fhir:value "true"^^xsd:boolean ] ], [ fhir:index 4; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-relationshipKind" ]; fhir:Extension.valueCode [ fhir:value "Generalizes" ] ], [ fhir:index 5; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-inverseName" ]; fhir:Extension.valueString [ fhir:value "Specializes" ] ]; fhir:CodeSystem.property.code [ fhir:value "Generalizes" ]; fhir:CodeSystem.property.description [ fhir:value "Inverse of Specializes. Only included as a derived relationship." ]; fhir:CodeSystem.property.type [ fhir:value "Coding" ] ], [ fhir:index 2; fhir:CodeSystem.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.property.uri [ fhir:value "http://terminology.hl7.org/CodeSystem/utg-concept-properties#v3-internal-id" ]; fhir:CodeSystem.property.description [ fhir:value "The internal identifier for the concept in the HL7 Access database repository." ]; fhir:CodeSystem.property.type [ fhir:value "code" ] ], [ fhir:index 3; fhir:CodeSystem.property.code [ fhir:value "status" ]; fhir:CodeSystem.property.uri [ fhir:value "http://hl7.org/fhir/concept-properties#status" ]; fhir:CodeSystem.property.description [ fhir:value "Designation of a concept's state. Normally is not populated unless the state is retired." ]; fhir:CodeSystem.property.type [ fhir:value "code" ] ]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "OPERATE" ]; fhir:CodeSystem.concept.display [ fhir:value "operate" ]; fhir:CodeSystem.concept.definition [ fhir:value "Act on an object or objects." ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "22873" ] ]; fhir:CodeSystem.concept.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "CREATE" ]; fhir:CodeSystem.concept.display [ fhir:value "create" ]; fhir:CodeSystem.concept.definition [ fhir:value "Fundamental operation in an Information System (IS) that results only in the act of bringing an object into existence. Note: The preceding definition is taken from the HL7 RBAC specification. There is no restriction on how the operation is invoked, e.g., via a user interface. For an HL7 Act, the state transitions per the HL7 Reference Information Model." ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "22874" ] ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "DELETE" ]; fhir:CodeSystem.concept.display [ fhir:value "delete" ]; fhir:CodeSystem.concept.definition [ fhir:value "Fundamental operation in an Information System (IS) that results only in the removal of information about an object from memory or storage. Note: The preceding definition is taken from the HL7 RBAC specification. There is no restriction on how the operation is invoked, e.g., via a user interface." ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "en" ]; fhir:CodeSystem.concept.designation.use [ fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra" ]; fhir:Coding.code [ fhir:value "preferredForLanguage" ] ]; fhir:CodeSystem.concept.designation.value [ fhir:value "remove" ] ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "22891" ] ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "EXECUTE" ]; fhir:CodeSystem.concept.display [ fhir:value "execute" ]; fhir:CodeSystem.concept.definition [ fhir:value "Fundamental operation in an IS that results only in initiating performance of a single or set of programs (i.e., software objects). Note: The preceding definition is taken from the HL7 RBAC specification. There is no restriction on how the operation is invoked, e.g., via a user interface." ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "22892" ] ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "READ" ]; fhir:CodeSystem.concept.display [ fhir:value "read" ]; fhir:CodeSystem.concept.definition [ fhir:value "Fundamental operation in an Information System (IS) that results only in the flow of information about an object to a subject. Note: The preceding definition is taken from the HL7 RBAC specification. There is no restriction on how the operation is invoked, e.g., via a user interface." ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "22875" ] ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "UPDATE" ]; fhir:CodeSystem.concept.display [ fhir:value "revise" ]; fhir:CodeSystem.concept.definition [ fhir:value "Fundamental operation in an Information System (IS) that results only in the revision or alteration of an object. Note: The preceding definition is taken from the HL7 RBAC specification. There is no restriction on how the operation is invoked, e.g., via a user interface." ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "en" ]; fhir:CodeSystem.concept.designation.use [ fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra" ]; fhir:Coding.code [ fhir:value "preferredForLanguage" ] ]; fhir:CodeSystem.concept.designation.value [ fhir:value "update" ] ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "22876" ] ]; fhir:CodeSystem.concept.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "APPEND" ]; fhir:CodeSystem.concept.display [ fhir:value "append" ]; fhir:CodeSystem.concept.definition [ fhir:value "Fundamental operation in an Information System (IS) that results only in the addition of information to an object already in existence. Note: The preceding definition is taken from the HL7 RBAC specification. There is no restriction on how the operation is invoked, e.g., via a user interface." ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "22877" ] ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "MODIFYSTATUS" ]; fhir:CodeSystem.concept.display [ fhir:value "modify status" ]; fhir:CodeSystem.concept.definition [ fhir:value "Change the status of an object representing an Act." ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "22878" ] ]; fhir:CodeSystem.concept.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "ABORT" ]; fhir:CodeSystem.concept.display [ fhir:value "abort" ]; fhir:CodeSystem.concept.definition [ fhir:value "Change the status of an object representing an Act to \"aborted\", i.e., terminated prior to the originally intended completion. For an HL7 Act, the state transitions per the HL7 Reference Information Model." ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "22879" ] ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "ACTIVATE" ]; fhir:CodeSystem.concept.display [ fhir:value "activate" ]; fhir:CodeSystem.concept.definition [ fhir:value "Change the status of an object representing an Act to \"active\", i.e., so it can be performed or is being performed, for the first time. (Contrast with REACTIVATE.) For an HL7 Act, the state transitions per the HL7 Reference Information Model." ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "22880" ] ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "CANCEL" ]; fhir:CodeSystem.concept.display [ fhir:value "cancel" ]; fhir:CodeSystem.concept.definition [ fhir:value "Change the status of an object representing an Act to \"cancelled\", i.e., abandoned before activation. For an HL7 Act, the state transitions per the HL7 Reference Information Model." ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "22881" ] ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "COMPLETE" ]; fhir:CodeSystem.concept.display [ fhir:value "complete" ]; fhir:CodeSystem.concept.definition [ fhir:value "Change the status of an object representing an Act to \"completed\", i.e., terminated normally after all of its constituents have been performed. For an HL7 Act, the state transitions per the HL7 Reference Information Model." ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "22882" ] ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "HOLD" ]; fhir:CodeSystem.concept.display [ fhir:value "hold" ]; fhir:CodeSystem.concept.definition [ fhir:value "Change the status of an object representing an Act to \"held\", i.e., put aside an Act that is still in preparatory stages. No action can occur until the Act is released. For an HL7 Act, the state transitions per the HL7 Reference Information Model." ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "22883" ] ] ], [ fhir:index 5; fhir:CodeSystem.concept.code [ fhir:value "JUMP" ]; fhir:CodeSystem.concept.display [ fhir:value "jump" ]; fhir:CodeSystem.concept.definition [ fhir:value "Change the status of an object representing an Act to a normal state. For an HL7 Act, the state transitions per the HL7 Reference Information Model." ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "22884" ] ] ], [ fhir:index 6; fhir:CodeSystem.concept.code [ fhir:value "NULLIFY" ]; fhir:CodeSystem.concept.display [ fhir:value "nullify" ]; fhir:CodeSystem.concept.definition [ fhir:value "Change the status of an object representing an Act to \"nullified\", i.e., treat as though it never existed. For an HL7 Act, the state transitions per the HL7 Reference Information Model." ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "22885" ] ] ], [ fhir:index 7; fhir:CodeSystem.concept.code [ fhir:value "OBSOLETE" ]; fhir:CodeSystem.concept.display [ fhir:value "obsolete" ]; fhir:CodeSystem.concept.definition [ fhir:value "Change the status of an object representing an Act to \"obsolete\" when it has been replaced by a new instance. For an HL7 Act, the state transitions per the HL7 Reference Information Model." ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "22886" ] ] ], [ fhir:index 8; fhir:CodeSystem.concept.code [ fhir:value "DEPRECATE" ]; fhir:CodeSystem.concept.display [ fhir:value "deprecate" ]; fhir:CodeSystem.concept.definition [ fhir:value "Fundamental operation in HL7 Standards Governance that results only in the addition of deprecation information to an object already in existence without changing the status of the object. Operation used internally in the maintenance and recordkeeping of HL7 terminology and standards artifacts." ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "722877" ] ] ], [ fhir:index 9; fhir:CodeSystem.concept.code [ fhir:value "REACTIVATE" ]; fhir:CodeSystem.concept.display [ fhir:value "reactivate" ]; fhir:CodeSystem.concept.definition [ fhir:value "Change the status of a formerly active object representing an Act to \"active\", i.e., so it can again be performed or is being performed. (Contrast with ACTIVATE.) For an HL7 Act, the state transitions per the HL7 Reference Information Model." ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "22887" ] ] ], [ fhir:index 10; fhir:CodeSystem.concept.code [ fhir:value "RELEASE" ]; fhir:CodeSystem.concept.display [ fhir:value "release" ]; fhir:CodeSystem.concept.definition [ fhir:value "Change the status of an object representing an Act so it is no longer \"held\", i.e., allow action to occur. For an HL7 Act, the state transitions per the HL7 Reference Information Model." ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "22888" ] ] ], [ fhir:index 11; fhir:CodeSystem.concept.code [ fhir:value "RESUME" ]; fhir:CodeSystem.concept.display [ fhir:value "resume" ]; fhir:CodeSystem.concept.definition [ fhir:value "Change the status of a suspended object representing an Act to \"active\", i.e., so it can be performed or is being performed. For an HL7 Act, the state transitions per the HL7 Reference Information Model." ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "22889" ] ] ], [ fhir:index 12; fhir:CodeSystem.concept.code [ fhir:value "SUSPEND" ]; fhir:CodeSystem.concept.display [ fhir:value "suspend" ]; fhir:CodeSystem.concept.definition [ fhir:value "Change the status of an object representing an Act to **suspended**, i.e., so it is temporarily not in service." ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "22890" ] ] ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------