type: codesystemcodesystem: document-reference-status
Document Reference Status
- Official URL: http://hl7.org/fhir/document-reference-status
- Version: 6.0.0
- Status: active
- Name: DocumentReferenceStatus
- Title: Document Reference Status
- Description: The status of the document reference.
- Case Sensitive: true
- Content: complete
Concepts
| Code | Display | Definition |
|---|---|---|
| current | Current | This is the current reference for this document. |
| superseded | Superseded | This reference has been superseded by another reference. |
| entered-in-error | Entered in Error | This reference was created in error. |
CodeSystem XML
<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="document-reference-status"/>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
<valueCode value="oo"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
<valueCode value="normative"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
<valueInteger value="3"/>
</extension>
<url value="http://hl7.org/fhir/document-reference-status"/>
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.4.8"/>
</identifier>
<identifier>
<use value="old"/>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.1.8"/>
</identifier>
<identifier>
<use value="old"/>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.2.4"/>
</identifier>
<version value="6.0.0"/>
<name value="DocumentReferenceStatus"/>
<title value="Document Reference Status"/>
<status value="active"/>
<experimental value="false"/>
<date value="2024-12-30T10:01:24+11:00"/>
<description value="The status of the document reference."/>
<caseSensitive value="true"/>
<valueSet value="http://hl7.org/fhir/ValueSet/document-reference-status"/>
<content value="complete"/>
<concept>
<code value="current"/>
<display value="Current"/>
<definition value="This is the current reference for this document."/>
</concept>
<concept>
<code value="superseded"/>
<display value="Superseded"/>
<definition value="This reference has been superseded by another reference."/>
</concept>
<concept>
<code value="entered-in-error"/>
<display value="Entered in Error"/>
<definition value="This reference was created in error."/>
</concept>
</CodeSystem>