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

FHIR IG analytics

Packagehl7.cda.examples
Resource TypeCodeSystem
IdCodeSystem-ApprovalStatusCodeSystem.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7/CDA-Examples/CodeSystem-ApprovalStatusCodeSystem.html
URLhttp://hl7.org/cda/hl7.cda.examples/CodeSystem/ApprovalStatusCodeSystem
Version1.0.0
Statusactive
Date2025-10-02T02:42:42+00:00
NameApprovalStatusCodeSystem
TitleExample Approval Status
Realmexamples
Authorityhl7
DescriptionIdentifies the approval status of an example
Contentcomplete

Resources that use this resource

ValueSet
ApprovalStatusValueSetExample Approval Status

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem ApprovalStatusCodeSystem

This case-sensitive code system http://hl7.org/cda/hl7.cda.examples/CodeSystem/ApprovalStatusCodeSystem defines the following codes:

CodeDisplayDefinition
draft DraftExample is not yet ready for approval by Structured Documents Workgroup.
approved ApprovedExample has been approved by Structured Documents Workgroup.
pending PendingExample is considered complete but has not yet been officially approved by Structured Documents Workgroup.
withdrawn WithdrawnExample has been withdrawn from consideration by Structured Documents Workgroup.

Source1

{
  "resourceType": "CodeSystem",
  "id": "ApprovalStatusCodeSystem",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/cda/hl7.cda.examples/CodeSystem/ApprovalStatusCodeSystem",
  "version": "1.0.0",
  "name": "ApprovalStatusCodeSystem",
  "title": "Example Approval Status",
  "status": "active",
  "experimental": false,
  "date": "2025-10-02T02:42:42+00:00",
  "publisher": "Health Level Seven",
  "contact": [
    {
      "name": "HL7 International - Structured Documents",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/structure"
        }
      ]
    }
  ],
  "description": "Identifies the approval status of an example",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 4,
  "concept": [
    {
      "code": "draft",
      "display": "Draft",
      "definition": "Example is not yet ready for approval by Structured Documents Workgroup."
    },
    {
      "code": "approved",
      "display": "Approved",
      "definition": "Example has been approved by Structured Documents Workgroup."
    },
    {
      "code": "pending",
      "display": "Pending",
      "definition": "Example is considered complete but has not yet been officially approved by Structured Documents Workgroup."
    },
    {
      "code": "withdrawn",
      "display": "Withdrawn",
      "definition": "Example has been withdrawn from consideration by Structured Documents Workgroup."
    }
  ]
}