Release 4B

This page is part of the FHIR Specification (v4.3.0: R4B - STU). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B

Codesystem-cited-artifact-status-type.ttl

Clinical Decision Support Work GroupMaturity Level: N/AStandards Status: Informative

Raw Turtle (+ also see Turtle/RDF Format Specification)

Definition for Code SystemCitedArtifactStatusType

@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

# - resource -------------------------------------------------------------------

[] a fhir:CodeSystem;
  fhir:Resource.id [ fhir:value "cited-artifact-status-type"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2022-05-28T13:47:40.239+11:00" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem";
       fhir:index 0
     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
     fhir:Extension.value [ fhir:value "cds" ]
  ], [
     fhir:index 1;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ];
     fhir:Extension.value [ fhir:value "trial-use" ]
  ], [
     fhir:index 2;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ];
     fhir:Extension.value [ fhir:value "0" ]
  ];
  fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.org/CodeSystem/cited-artifact-status-type"];
  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.4.642.1.0" ]
  ];
  fhir:CodeSystem.version [ fhir:value "4.3.0"];
  fhir:CodeSystem.name [ fhir:value "CitedArtifactStatusType"];
  fhir:CodeSystem.title [ fhir:value "CitedArtifactStatusType"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "false"];
  fhir:CodeSystem.date [ fhir:value "2021-03-11T10:55:11.085+11:00"];
  fhir:CodeSystem.publisher [ fhir:value "HL7 (FHIR Project)"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ], [
       fhir:index 1;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ]
     ]
  ];
  fhir:CodeSystem.description [ fhir:value "Cited Artifact Status Type"];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"];
  fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/cited-artifact-status-type"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.code [ fhir:value "created" ];
     fhir:CodeSystem.display [ fhir:value "Created" ];
     fhir:CodeSystem.definition [ fhir:value "The content was originally constructed or composed." ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.code [ fhir:value "submitted" ];
     fhir:CodeSystem.display [ fhir:value "Submitted" ];
     fhir:CodeSystem.definition [ fhir:value "The content was sent to the publisher for consideration of publication." ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.code [ fhir:value "withdrawn" ];
     fhir:CodeSystem.display [ fhir:value "Withdrawn" ];
     fhir:CodeSystem.definition [ fhir:value "The content that was not published has been removed from consideration for publishing by the submitter." ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.code [ fhir:value "pre-review" ];
     fhir:CodeSystem.display [ fhir:value "Pre review" ];
     fhir:CodeSystem.definition [ fhir:value "The content is awaiting assignment and delivery to reviewer(s)." ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.code [ fhir:value "under-review" ];
     fhir:CodeSystem.display [ fhir:value "Under review" ];
     fhir:CodeSystem.definition [ fhir:value "The content is in a state of being reviewed." ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.code [ fhir:value "post-review-pre-published" ];
     fhir:CodeSystem.display [ fhir:value "Post review pre published" ];
     fhir:CodeSystem.definition [ fhir:value "The content is in a state between the review(s) being completed and being published." ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.code [ fhir:value "rejected" ];
     fhir:CodeSystem.display [ fhir:value "Rejected" ];
     fhir:CodeSystem.definition [ fhir:value "The content that was not published has been removed from consideration for publishing by a publisher or editor." ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.code [ fhir:value "published-early-form" ];
     fhir:CodeSystem.display [ fhir:value "Published early form" ];
     fhir:CodeSystem.definition [ fhir:value "The content is published but future changes to the published version are expected." ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.code [ fhir:value "published-final-form" ];
     fhir:CodeSystem.display [ fhir:value "Published final form" ];
     fhir:CodeSystem.definition [ fhir:value "The content is published and further changes to the content are not expected." ]
  ], [
     fhir:index 9;
     fhir:CodeSystem.code [ fhir:value "accepted" ];
     fhir:CodeSystem.display [ fhir:value "Accepted" ];
     fhir:CodeSystem.definition [ fhir:value "The content that was not published yet has been approved for publication by the publisher and/or editor." ]
  ], [
     fhir:index 10;
     fhir:CodeSystem.code [ fhir:value "archived" ];
     fhir:CodeSystem.display [ fhir:value "Archived" ];
     fhir:CodeSystem.definition [ fhir:value "The content is retired or considered no longer current but still available as part of the public record." ]
  ], [
     fhir:index 11;
     fhir:CodeSystem.code [ fhir:value "retracted" ];
     fhir:CodeSystem.display [ fhir:value "Retracted" ];
     fhir:CodeSystem.definition [ fhir:value "The content that was published is removed from publication and should no longer be considered part of the public record." ]
  ], [
     fhir:index 12;
     fhir:CodeSystem.code [ fhir:value "draft" ];
     fhir:CodeSystem.display [ fhir:value "Draft" ];
     fhir:CodeSystem.definition [ fhir:value "The content is considered unfinished or incomplete and not representative of the current state desired by the content creator." ]
  ], [
     fhir:index 13;
     fhir:CodeSystem.code [ fhir:value "active" ];
     fhir:CodeSystem.display [ fhir:value "Active" ];
     fhir:CodeSystem.definition [ fhir:value "The content is considered complete for its current state by the content creator." ]
  ], [
     fhir:index 14;
     fhir:CodeSystem.code [ fhir:value "approved" ];
     fhir:CodeSystem.display [ fhir:value "Approved" ];
     fhir:CodeSystem.definition [ fhir:value "The content has been approved for a state transition, with the focus of approval described in the text associated with this coding." ]
  ] .

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.