FHIR IG analytics
| Package | fhir.astp.us-quality-core |
| Resource Type | ValueSet |
| Id | ValueSet-us-quality-core-non-negative-immunization-status.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/FHIR/us-quality-core/ValueSet-us-quality-core-non-negative-immunization-status.html |
| URL | http://fhir.org/guides/astp/us-quality-core/ValueSet/us-quality-core-non-negative-immunization-status |
| Version | 0.1.0 |
| Status | active |
| Date | 2018-12-05T00:00:00+00:00 |
| Name | NonNegativeImmunizationStatus |
| Title | Non-Negative Immunization Status |
| Realm | us |
| Authority | hl7 |
| Description | This value set defines the set of codes that indicate a non-negated event status for immunization resources (i.e. codes that are not `not-done`) |
| Purpose | This value set was defined to support the set of event statuses in FHIR that do not explicitly indicate a negative status (i.e. all the codes from the http://hl7.org/fhir/event-status code system that are used for immunization status and that are not `not-done`). |
Resources that use this resource
Resources that this resource uses
| CodeSystem |
| hl7.fhir.uv.xver-r4.r4b#0.1.0 | event-status | EventStatus |
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://hl7.org/fhir/event-status version 📦4.0.1| Code | Display | Definition |
| completed | Completed | The event has now concluded. |
| entered-in-error | Entered in Error | This electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be "stopped" rather than "entered-in-error".). |
Source1
{
"resourceType": "ValueSet",
"id": "us-quality-core-non-negative-immunization-status",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.org/guides/astp/us-quality-core/ValueSet/us-quality-core-non-negative-immunization-status",
"version": "0.1.0",
"name": "NonNegativeImmunizationStatus",
"title": "Non-Negative Immunization Status",
"status": "active",
"experimental": false,
"date": "2018-12-05T00:00:00+00:00",
"publisher": "ASTP",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "https://www.healthit.gov/"
}
]
}
],
"description": "This value set defines the set of codes that indicate a non-negated event status for immunization resources (i.e. codes that are not `not-done`)",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US",
"display": "United States of America"
}
],
"text": "USA"
}
],
"purpose": "This value set was defined to support the set of event statuses in FHIR that do not explicitly indicate a negative status (i.e. all the codes from the http://hl7.org/fhir/event-status code system that are used for immunization status and that are not `not-done`).",
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/event-status",
"concept": [
{
"code": "completed",
"display": "Completed"
},
{
"code": "entered-in-error",
"display": "Entered in Error"
}
]
}
]
}
}