FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/ApprovalStatusCodeSystem

Packagehl7.cda.examples
Resource TypeCodeSystem
IdApprovalStatusCodeSystem
FHIR VersionR5
Sourcehttp://hl7.org/cda/hl7.cda.examples/https://build.fhir.org/ig/HL7/CDA-Examples/CodeSystem-ApprovalStatusCodeSystem.html
URLhttp://hl7.org/cda/hl7.cda.examples/CodeSystem/ApprovalStatusCodeSystem
Version1.0.0
Statusactive
Date2025-07-23T01:22:23+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:

CodeDisplay
approved Approved
pending Pending
withdrawn Withdrawn

Source

{
  "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-07-23T01:22:23+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": 3,
  "concept": [
    {
      "code": "approved",
      "display": "Approved"
    },
    {
      "code": "pending",
      "display": "Pending"
    },
    {
      "code": "withdrawn",
      "display": "Withdrawn"
    }
  ]
}