FHIR IG analytics| Package | hl7.fhir.uv.xver-r4.r4b |
| Resource Type | CodeSystem |
| Id | CodeSystem-event-status.json |
| FHIR Version | R4B |
| Source | http://hl7.org/fhir/uv/xver-r4.r4b/0.0.1-snapshot-2/CodeSystem-event-status.html |
| URL | http://hl7.org/fhir/event-status |
| Version | 4.0.1 |
| Status | draft |
| Date | 2019-11-01T08:29:23+10:00 |
| Name | EventStatus |
| Title | EventStatus |
| Realm | uv |
| Authority | hl7 |
| Description | Codes identifying the lifecycle stage of an event. |
| Content | complete |
| CodeSystem | |
| eventstatus-supplement | Supplement EventStatus |
| ConceptMap | |
| CF-ImmunizationStatus | C-CDA to FHIR Immunization Status |
| CF-ProcedureStatus | C-CDA to FHIR Procedure Status |
| FC-ImmunizationStatus | FHIR to C-CDA Immunization Status |
| FC-ProcedureStatus | FHIR to C-CDA Procedure Status |
| table-hl70322-to-event-status | Table HL70322 to Event Status Map |
| IMMZ.D.ConceptMap | ConceptMap to and from IMMZ.D DataElements |
| GenomicStudyStatusMap | Genomic Study Status Map |
| KBV_CM_Base_Terminology_Complete_German | KBV_CM_Base_Terminology_Complete_German |
| ValueSet | |
| adverse-event-status-vs | Adverse Event Status |
| procedure-status | SGHI Procedure status value set |
| qicore-positive-event-status | Positive Event Status |
| R4-clinicalimpression-status-for-R4B | Cross-version VS for R4.ClinicalImpressionStatus for use in FHIR R4B |
| R4-event-status-for-R4B | Cross-version VS for R4.EventStatus for use in FHIR R4B |
| R5-adverse-event-status-for-R4B | Cross-version VS for R5.AdverseEventStatus for use in FHIR R4B |
| R3-event-status-for-R4B | Cross-version VS for R3.EventStatus for use in FHIR R4B |
| R4-clinicalimpression-status-for-R5 | Cross-version VS for R4.ClinicalImpressionStatus for use in FHIR R5 |
| R4-event-status-for-R5 | Cross-version VS for R4.EventStatus for use in FHIR R5 |
| R5-adverse-event-status-for-R4 | Cross-version VS for R5.AdverseEventStatus for use in FHIR R4 |
| mii-vs-mtb-systemische-therapie-status | MII VS MTB Systemtherapie Status |
| R3-event-status-for-R4 | Cross-version VS for R3.EventStatus for use in FHIR R4 |
| event-status | EventStatus |
| R3-event-status-for-R5 | Cross-version VS for R3.EventStatus for use in FHIR R5 |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem event-status
This case-sensitive code system http://hl7.org/fhir/event-status defines the following codes:
{
"resourceType": "CodeSystem",
"id": "event-status",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 3
},
{
"extension": [
{
"url": "packageId",
"valueId": "hl7.fhir.uv.xver-r4.r4b"
},
{
"url": "version",
"valueString": "0.0.1-snapshot-2"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/package-source"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "pc"
}
],
"url": "http://hl7.org/fhir/event-status",
"version": "4.0.1",
"name": "EventStatus",
"title": "EventStatus",
"status": "draft",
"experimental": false,
"date": "2019-11-01T08:29:23+10:00",
"publisher": "Patient Care",
"contact": [
{
"name": "Patient Care",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/patientcare"
}
]
}
],
"description": "Codes identifying the lifecycle stage of an event.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/event-status|4.3.0",
"content": "complete",
"concept": [
{
"code": "preparation",
"display": "Preparation",
"definition": "The core event has not started yet, but some staging activities have begun (e.g. surgical suite preparation). Preparation stages may be tracked for billing purposes."
},
{
"code": "in-progress",
"display": "In Progress",
"definition": "The event is currently occurring."
},
{
"code": "not-done",
"display": "Not Done",
"definition": "The event was terminated prior to any activity beyond preparation. I.e. The 'main' activity has not yet begun. The boundary between preparatory and the 'main' activity is context-specific."
},
{
"code": "on-hold",
"display": "On Hold",
"definition": "The event has been temporarily stopped but is expected to resume in the future."
},
{
"code": "stopped",
"display": "Stopped",
"definition": "The event was terminated prior to the full completion of the intended activity but after at least some of the 'main' activity (beyond preparation) has occurred."
},
{
"code": "completed",
"display": "Completed",
"definition": "The event has now concluded."
},
{
"code": "entered-in-error",
"display": "Entered in Error",
"definition": "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\".)."
},
{
"code": "unknown",
"display": "Unknown",
"definition": "The authoring/source system does not know which of the status values currently applies for this event. Note: This concept is not to be used for \"other\" - one of the listed statuses is presumed to apply, but the authoring/source system does not know which."
}
]
}