@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "v3-hl7ApprovalStatus"] ; # fhir:language [ fhir:v "en"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Properties

This code system defines the following properties for its concepts

CodeURITypeDescription
SpecializesCodingThe 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.
GeneralizesCodingInverse of Specializes. Only included as a derived relationship.
internalIdhttp://terminology.hl7.org/CodeSystem/utg-concept-properties#v3-internal-idcodeThe internal identifier for the concept in the HL7 Access database repository.
statushttp://hl7.org/fhir/concept-properties#statuscodeA property that indicates the status of the concept. One of active, experimental, deprecated, or retired.
deprecationDatehttp://hl7.org/fhir/concept-properties#deprecationDatedateTimeThe date at which a concept was deprecated. Concepts that are deprecated but not inactive can still be used, but their use is discouraged.

Concepts

This case-sensitive code system http://terminology.hl7.org/CodeSystem/v3-hl7ApprovalStatus defines the following codes in a Is-A heirarchy:

CodeDisplayDefinitionDeprecatedinternalIdstatusdeprecationDate
affd affiliate ballot - DSTU

Description: Content that is being presented to an international affiliate for consideration as a realm-specific draft standard for trial use.

\n
23125active
affi affiliate ballot - informative

Description: Content that is being presented to an international affiliate for consideration as a realm-specific informative standard.

\n
23126active
affn affiliate ballot - normative

Description: Content that is being presented to an international affiliate for consideration as a realm-specific normative standard.

\n
23124active
appad approved affiliate DSTU

Description: Content that has passed ballot as a realm-specific draft standard for trial use.

\n
23129active
appai approved affiliate informative

Description: Content that has passed ballot as a realm-specific informative standard.

\n
23128active
appan approved affiliate normative

Description: Content that has passed ballot as a realm-specific normative standard

\n
23127active
appd approved DSTU

Description: Content that has passed ballot as a draft standard for trial use.

\n
23123active
appi approved informative

Description: Content that has passed ballot as a normative standard.

\n
23122active
appn approved normative

Description: Content that has passed ballot as a normative standard.

\n
23121active
comi committee ballot - informative

Description: Content prepared by a committee and submitted for internal consideration as an informative standard.

\n

Deprecation Comment No longer supported as ballot statuses within the HL7 Governance and Operations Manual. Use normative or informative variants instead.

\n
Deprecated23117deprecated2010-11-23
comn committee ballot - normative

Description: Content prepared by a committee and submitted for internal consideration as an informative standard.

\n

Deprecation Comment No longer supported as ballot statuses within the HL7 Governance and Operations Manual. Use normative or informative variants instead.

\n
Deprecated23116deprecated2010-11-23
draft draft

Description: Content that is under development and is not intended to be used.

\n
23113active
loc localized adaptation

Description: Content that represents an adaption of a implementable balloted material to represent the needs or capabilities of a particular installation.

\n
23130active
memd membership ballot - DSTU

Description: Content prepared by a committee and submitted for membership consideration as a draft standard for trial use.

\n
23120active
memi membership ballot - informative

Description: Content prepared by a committee and submitted for membership consideration as an informative standard.

\n
23119active
memn membership ballot - normative

Description: Content prepared by a committee and submitted for membership consideration as a normative standard.

\n
23118active
ns non-standard - available for use

Description: Content developed independently by an organization or individual that is declared to be 'usable' but for which there is no present intention to submit through the standards submission and review process.

\n
23114active
prop proposal

Description: Content submitted to a committee for consideration for future inclusion in the standard.

\n
23115active
ref reference

Description: Content intended to support other content that is subject to approval, but which is not itself subject to formal approval.

\n
23251active
wd withdrawn

Description: Content that represents an item that was at one point a normative or informative standard, but was subsequently withdrawn.

\n
23131active
" ] ; # fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-hl7ApprovalStatus"^^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.5.1130" ] ] ) ; # fhir:version [ fhir:v "3.0.0"] ; # fhir:name [ fhir:v "Hl7ApprovalStatus"] ; # fhir:title [ fhir:v "HL7ApprovalStatus"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2019-03-20"^^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 "**Description:** Codes for concepts describing the approval level of HL7 artifacts. This code system reflects the concepts expressed in HL7's Governance & Operations Manual (GOM) past and present."] ; # 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:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:hierarchyMeaning [ fhir:v "is-a"] ; # fhir:content [ fhir:v "complete"] ; # fhir:property ( [ fhir:extension ( [ fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-symmetry"^^xsd:anyURI ] ; fhir:value [ fhir:v "antisymmetric" ] ] [ fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-transitivity"^^xsd:anyURI ] ; fhir:value [ fhir:v "transitive" ] ] [ fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-reflexivity"^^xsd:anyURI ] ; fhir:value [ fhir:v "irreflexive" ] ] [ fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-isNavigable"^^xsd:anyURI ] ; fhir:value [ fhir:v "true"^^xsd:boolean ] ] [ fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-relationshipKind"^^xsd:anyURI ] ; fhir:value [ fhir:v "Specializes" ] ] [ fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-inverseName"^^xsd:anyURI ] ; fhir:value [ fhir:v "Generalizes" ] ] ) ; fhir:code [ fhir:v "Specializes" ] ; fhir:description [ fhir:v "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:type [ fhir:v "Coding" ] ] [ fhir:extension ( [ fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-symmetry"^^xsd:anyURI ] ; fhir:value [ fhir:v "antisymmetric" ] ] [ fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-transitivity"^^xsd:anyURI ] ; fhir:value [ fhir:v "transitive" ] ] [ fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-reflexivity"^^xsd:anyURI ] ; fhir:value [ fhir:v "irreflexive" ] ] [ fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-isNavigable"^^xsd:anyURI ] ; fhir:value [ fhir:v "true"^^xsd:boolean ] ] [ fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-relationshipKind"^^xsd:anyURI ] ; fhir:value [ fhir:v "Generalizes" ] ] [ fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-inverseName"^^xsd:anyURI ] ; fhir:value [ fhir:v "Specializes" ] ] ) ; fhir:code [ fhir:v "Generalizes" ] ; fhir:description [ fhir:v "Inverse of Specializes. Only included as a derived relationship." ] ; fhir:type [ fhir:v "Coding" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:uri [ fhir:v "http://terminology.hl7.org/CodeSystem/utg-concept-properties#v3-internal-id"^^xsd:anyURI ] ; fhir:description [ fhir:v "The internal identifier for the concept in the HL7 Access database repository." ] ; fhir:type [ fhir:v "code" ] ] [ fhir:code [ fhir:v "status" ] ; fhir:uri [ fhir:v "http://hl7.org/fhir/concept-properties#status"^^xsd:anyURI ] ; fhir:description [ fhir:v "A property that indicates the status of the concept. One of active, experimental, deprecated, or retired." ] ; fhir:type [ fhir:v "code" ] ] [ fhir:code [ fhir:v "deprecationDate" ] ; fhir:uri [ fhir:v "http://hl7.org/fhir/concept-properties#deprecationDate"^^xsd:anyURI ] ; fhir:description [ fhir:v "The date at which a concept was deprecated. Concepts that are deprecated but not inactive can still be used, but their use is discouraged." ] ; fhir:type [ fhir:v "dateTime" ] ] ) ; # fhir:concept ( [ fhir:code [ fhir:v "affd" ] ; fhir:display [ fhir:v "affiliate ballot - DSTU" ] ; fhir:definition [ fhir:v "**Description:** Content that is being presented to an international affiliate for consideration as a realm-specific draft standard for trial use." ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "active" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "23125" ] ] ) ] [ fhir:code [ fhir:v "affi" ] ; fhir:display [ fhir:v "affiliate ballot - informative" ] ; fhir:definition [ fhir:v "**Description:** Content that is being presented to an international affiliate for consideration as a realm-specific informative standard." ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "active" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "23126" ] ] ) ] [ fhir:code [ fhir:v "affn" ] ; fhir:display [ fhir:v "affiliate ballot - normative" ] ; fhir:definition [ fhir:v "**Description:** Content that is being presented to an international affiliate for consideration as a realm-specific normative standard." ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "active" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "23124" ] ] ) ] [ fhir:code [ fhir:v "appad" ] ; fhir:display [ fhir:v "approved affiliate DSTU" ] ; fhir:definition [ fhir:v "**Description:** Content that has passed ballot as a realm-specific draft standard for trial use." ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "active" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "23129" ] ] ) ] [ fhir:code [ fhir:v "appai" ] ; fhir:display [ fhir:v "approved affiliate informative" ] ; fhir:definition [ fhir:v "**Description:** Content that has passed ballot as a realm-specific informative standard." ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "active" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "23128" ] ] ) ] [ fhir:code [ fhir:v "appan" ] ; fhir:display [ fhir:v "approved affiliate normative" ] ; fhir:definition [ fhir:v "**Description:** Content that has passed ballot as a realm-specific normative standard" ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "active" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "23127" ] ] ) ] [ fhir:code [ fhir:v "appd" ] ; fhir:display [ fhir:v "approved DSTU" ] ; fhir:definition [ fhir:v "**Description:** Content that has passed ballot as a draft standard for trial use." ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "active" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "23123" ] ] ) ] [ fhir:code [ fhir:v "appi" ] ; fhir:display [ fhir:v "approved informative" ] ; fhir:definition [ fhir:v "**Description:** Content that has passed ballot as a normative standard." ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "active" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "23122" ] ] ) ] [ fhir:code [ fhir:v "appn" ] ; fhir:display [ fhir:v "approved normative" ] ; fhir:definition [ fhir:v "**Description:** Content that has passed ballot as a normative standard." ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "active" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "23121" ] ] ) ] [ fhir:code [ fhir:v "comi" ] ; fhir:display [ fhir:v "committee ballot - informative" ] ; fhir:definition [ fhir:v "**Description:** Content prepared by a committee and submitted for internal consideration as an informative standard.\r\n\r\n***Deprecation Comment*** No longer supported as ballot statuses within the HL7 Governance and Operations Manual. Use normative or informative variants instead." ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "deprecated" ] ] [ fhir:code [ fhir:v "deprecationDate" ] ; fhir:value [ fhir:v "2010-11-23"^^xsd:date ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "23117" ] ] ) ] [ fhir:code [ fhir:v "comn" ] ; fhir:display [ fhir:v "committee ballot - normative" ] ; fhir:definition [ fhir:v "**Description:** Content prepared by a committee and submitted for internal consideration as an informative standard.\r\n\r\n***Deprecation Comment*** No longer supported as ballot statuses within the HL7 Governance and Operations Manual. Use normative or informative variants instead." ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "deprecated" ] ] [ fhir:code [ fhir:v "deprecationDate" ] ; fhir:value [ fhir:v "2010-11-23"^^xsd:date ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "23116" ] ] ) ] [ fhir:code [ fhir:v "draft" ] ; fhir:display [ fhir:v "draft" ] ; fhir:definition [ fhir:v "**Description:** Content that is under development and is not intended to be used." ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "active" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "23113" ] ] ) ] [ fhir:code [ fhir:v "loc" ] ; fhir:display [ fhir:v "localized adaptation" ] ; fhir:definition [ fhir:v "**Description:** Content that represents an adaption of a implementable balloted material to represent the needs or capabilities of a particular installation." ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "active" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "23130" ] ] ) ] [ fhir:code [ fhir:v "memd" ] ; fhir:display [ fhir:v "membership ballot - DSTU" ] ; fhir:definition [ fhir:v "**Description:** Content prepared by a committee and submitted for membership consideration as a draft standard for trial use." ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "active" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "23120" ] ] ) ] [ fhir:code [ fhir:v "memi" ] ; fhir:display [ fhir:v "membership ballot - informative" ] ; fhir:definition [ fhir:v "**Description:** Content prepared by a committee and submitted for membership consideration as an informative standard." ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "active" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "23119" ] ] ) ] [ fhir:code [ fhir:v "memn" ] ; fhir:display [ fhir:v "membership ballot - normative" ] ; fhir:definition [ fhir:v "**Description:** Content prepared by a committee and submitted for membership consideration as a normative standard." ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "active" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "23118" ] ] ) ] [ fhir:code [ fhir:v "ns" ] ; fhir:display [ fhir:v "non-standard - available for use" ] ; fhir:definition [ fhir:v "**Description:** Content developed independently by an organization or individual that is declared to be 'usable' but for which there is no present intention to submit through the standards submission and review process." ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "active" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "23114" ] ] ) ] [ fhir:code [ fhir:v "prop" ] ; fhir:display [ fhir:v "proposal" ] ; fhir:definition [ fhir:v "**Description:** Content submitted to a committee for consideration for future inclusion in the standard." ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "active" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "23115" ] ] ) ] [ fhir:code [ fhir:v "ref" ] ; fhir:display [ fhir:v "reference" ] ; fhir:definition [ fhir:v "**Description:** Content intended to support other content that is subject to approval, but which is not itself subject to formal approval." ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "active" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "23251" ] ] ) ] [ fhir:code [ fhir:v "wd" ] ; fhir:display [ fhir:v "withdrawn" ] ; fhir:definition [ fhir:v "**Description:** Content that represents an item that was at one point a normative or informative standard, but was subsequently withdrawn." ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "active" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "23131" ] ] ) ] ) . # # -------------------------------------------------------------------------------------