FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
This value set includes codes based on the following rules:
- Include all codes defined in
http://hl7.org/fhir/composition-status version 📦4.0.1 - Include these codes as defined in
http://hl7.org/fhir/composition-status version 📦4.0.1| Code | Display | Definition |
| preliminary | Preliminary | This is a preliminary composition or document (also known as initial or interim). The content may be incomplete or unverified. |
| final | Final | This version of the composition is complete and verified by an appropriate person and no further work is planned. Any subsequent updates would be on a new version of the composition. |
| amended | Amended | The composition content or the referenced resources have been modified (edited or added to) subsequent to being released as "final" and the composition is complete and verified by an authorized person. |
Source1
{
"resourceType": "ValueSet",
"id": "ADICompositionStatusVS",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "pe"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 2,
"_valueInteger": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/us/pacio-adi/ImplementationGuide/hl7.fhir.us.pacio-adi"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use",
"_valueCode": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/us/pacio-adi/ImplementationGuide/hl7.fhir.us.pacio-adi"
}
]
}
}
],
"url": "http://hl7.org/fhir/us/pacio-adi/ValueSet/ADICompositionStatusVS",
"version": "2.0.0-ballot",
"name": "ADICompositionStatusVS",
"title": "ADI Composition Status",
"status": "active",
"experimental": false,
"date": "2026-02-02T02:01:30+00:00",
"publisher": "HL7 International / Patient Empowerment",
"contact": [
{
"name": "HL7 International / Patient Empowerment",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/patientempowerment"
},
{
"system": "email",
"value": "patients@lists.HL7.org"
}
]
}
],
"description": "a document status backported from the FHIR R5 Composition status.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US",
"display": "United States of America"
}
]
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/composition-status"
},
{
"system": "http://hl7.org/fhir/composition-status",
"concept": [
{
"code": "preliminary"
},
{
"code": "final"
},
{
"code": "amended"
}
]
}
]
}
}