Package | hl7.cda.examples |
Resource Type | CodeSystem |
Id | ApprovalStatusCodeSystem |
FHIR Version | R5 |
Source | http://hl7.org/cda/hl7.cda.examples/https://build.fhir.org/ig/HL7/CDA-Examples/CodeSystem-ApprovalStatusCodeSystem.html |
URL | http://hl7.org/cda/hl7.cda.examples/CodeSystem/ApprovalStatusCodeSystem |
Version | 1.0.0 |
Status | active |
Date | 2025-07-23T01:22:23+00:00 |
Name | ApprovalStatusCodeSystem |
Title | Example Approval Status |
Realm | examples |
Authority | hl7 |
Description | Identifies the approval status of an example |
Content | complete |
ValueSet | |
ApprovalStatusValueSet | Example Approval Status |
No resources found
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:
Code | Display |
approved | Approved |
pending | Pending |
withdrawn | Withdrawn |
{ "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" } ] }