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

FHIR IG Statistics: ValueSet/ApprovalStatusValueSet

Packagehl7.cda.examples
Resource TypeValueSet
IdApprovalStatusValueSet
FHIR VersionR5
Sourcehttp://hl7.org/cda/hl7.cda.examples/https://build.fhir.org/ig/HL7/CDA-Examples/ValueSet-ApprovalStatusValueSet.html
URLhttp://hl7.org/cda/hl7.cda.examples/ValueSet/ApprovalStatusValueSet
Version1.0.0
Statusactive
Date2025-07-23T01:22:23+00:00
NameApprovalStatusValueSet
TitleExample Approval Status
Realmexamples
Authorityhl7
DescriptionIdentifies the approval status of an example

Resources that use this resource

StructureDefinition
ExampleApprovalStatusExample Approval Status

Resources that this resource uses

CodeSystem
ApprovalStatusCodeSystemExample Approval Status

Narrative

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

Generated Narrative: ValueSet ApprovalStatusValueSet


Source

{
  "resourceType": "ValueSet",
  "id": "ApprovalStatusValueSet",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/cda/hl7.cda.examples/ValueSet/ApprovalStatusValueSet",
  "version": "1.0.0",
  "name": "ApprovalStatusValueSet",
  "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"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/cda/hl7.cda.examples/CodeSystem/ApprovalStatusCodeSystem"
      }
    ]
  }
}