FHIR IG Statistics: ValueSet/v3-ProvenanceEventCurrentState-AS
| Package | hl7.terminology |
| Resource Type | ValueSet |
| Id | v3-ProvenanceEventCurrentState-AS |
| FHIR Version | R5 |
| Source | http://terminology.hl7.org/https://build.fhir.org/ig/HL7/UTG/ValueSet-v3-ProvenanceEventCurrentState-AS.html |
| URL | http://terminology.hl7.org/ValueSet/v3-ProvenanceEventCurrentState-AS |
| Version | 3.0.0 |
| Status | active |
| Date | 2014-08-07 |
| Name | ProvenanceEventCurrentStateAS |
| Title | ProvenanceEventCurrentState-AS |
| Realm | uv |
| Authority | hl7 |
| Description | Specifies the state change of a target Act, using ActStatus codes, from its previous state as a predecessor Act.
For example, if the target Act is the result of a predecessor Act being "obsoleted" and replaced with the target Act, the source ProvenanceEventCurrentState Act code would be "obsoleted". |
| Copyright | This material derives from the HL7 Terminology THO. THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html |
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://terminology.hl7.org/CodeSystem/v3-ActStatus| Code | Display | Definition |
| aborted | aborted | The Act has been terminated prior to the originally intended completion. |
| cancelled | cancelled | The Act has been abandoned before activation. |
| completed | completed | An Act that has terminated normally after all of its constituents have been performed. |
| new | new | An Act that is in the preparatory stages and may not yet be acted upon |
| nullified | nullified | This Act instance was created in error and has been 'removed' and is treated as though it never existed. A record is retained for audit purposes only. |
| obsolete | obsolete | This Act instance has been replaced by a new instance. |
Source
{
"resourceType": "ValueSet",
"id": "v3-ProvenanceEventCurrentState-AS",
"language": "en",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://terminology.hl7.org/ValueSet/v3-ProvenanceEventCurrentState-AS",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.1.11.20545"
}
],
"version": "3.0.0",
"name": "ProvenanceEventCurrentStateAS",
"title": "ProvenanceEventCurrentState-AS",
"status": "active",
"experimental": false,
"date": "2014-08-07",
"publisher": "Health Level Seven International",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://hl7.org"
},
{
"system": "email",
"value": "hq@HL7.org"
}
]
}
],
"description": "Specifies the state change of a target Act, using ActStatus codes, from its previous state as a predecessor Act.\r\n\r\nFor example, if the target Act is the result of a predecessor Act being \"obsoleted\" and replaced with the target Act, the source ProvenanceEventCurrentState Act code would be \"obsoleted\".",
"copyright": "This material derives from the HL7 Terminology THO. THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html",
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActStatus",
"concept": [
{
"code": "aborted"
},
{
"code": "cancelled"
},
{
"code": "completed"
},
{
"code": "new"
},
{
"code": "nullified"
},
{
"code": "obsolete"
}
]
}
]
}
}