FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.xver-r4.r4b
Resource TypeCodeSystem
IdCodeSystem-document-reference-status.json
FHIR VersionR4B
Sourcehttp://hl7.org/fhir/uv/xver-r4.r4b/0.1.0/CodeSystem-document-reference-status.html
URLhttp://hl7.org/fhir/document-reference-status
Version4.0.1
Statusdraft
Date2019-10-31T17:29:23-05:00
NameDocumentReferenceStatus
TitleDocumentReferenceStatus
Realmuv
Authorityhl7
DescriptionThe status of the document reference.
Contentcomplete

Resources that use this resource

ConceptMap
ihe.iti.mhd#currentFhirStatusVsStatusCodeFHIR status vs ebRIM Status Type Code
kbv.basis.terminology#1.8.0KBV_CM_Base_Terminology_Complete_GermanKBV_CM_Base_Terminology_Complete_German
ValueSet
ihe.iti.mhd#currentDocumentReferenceStatsMHD DocumentReference status codes
hl7.fhir.us.pacio-adi#currentADIDocumentReferenceStatusVSADI Document Reference Status
hl7.fhir.uv.xver-r3.r4b.r4#0.0.1-snapshot-2R3-document-reference-status-for-R4BCross-version VS for R3.DocumentReferenceStatus for use in FHIR R4B
signal.core.r4#0.2.10document-reference-statusDocumentReferenceStatus
hl7.fhir.uv.xver-r4.r4b.r4b#0.0.1-snapshot-2R4-document-reference-status-for-R4BCross-version VS for R4.DocumentReferenceStatus for use in FHIR R4B
hl7.fhir.uv.xver-r2.r4b.r4#0.0.1-snapshot-2R2-document-reference-status-for-R4BCross-version VS for R2.DocumentReferenceStatus for use in FHIR R4B

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem document-reference-status

This case-sensitive code system http://hl7.org/fhir/document-reference-status defines the following codes:

CodeDisplayDefinition
current CurrentThis is the current reference for this document.
superseded SupersededThis reference has been superseded by another reference.
entered-in-error Entered in ErrorThis reference was created in error.

Source1

{
  "resourceType": "CodeSystem",
  "id": "document-reference-status",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 3
    },
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r4.r4b"
        },
        {
          "url": "version",
          "valueString": "0.1.0"
        },
        {
          "url": "uri",
          "valueUri": "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r4.r4b"
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "sd"
    }
  ],
  "url": "http://hl7.org/fhir/document-reference-status",
  "version": "4.0.1",
  "name": "DocumentReferenceStatus",
  "title": "DocumentReferenceStatus",
  "status": "draft",
  "experimental": false,
  "date": "2019-10-31T17:29:23-05:00",
  "publisher": "Structured Documents",
  "contact": [
    {
      "name": "Structured Documents",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/structure"
        }
      ]
    }
  ],
  "description": "The status of the document reference.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/document-reference-status|4.3.0",
  "content": "complete",
  "concept": [
    {
      "code": "current",
      "display": "Current",
      "definition": "This is the current reference for this document."
    },
    {
      "code": "superseded",
      "display": "Superseded",
      "definition": "This reference has been superseded by another reference."
    },
    {
      "code": "entered-in-error",
      "display": "Entered in Error",
      "definition": "This reference was created in error."
    }
  ]
}